Advanced Ads - Version 1.8

Version Description

This release is even larger under the hood than the following list. Please make sure to also update all your add-ons and let us know directly about any issues here.

  • new Content Age display condition added display ads based on post age
  • allow to enable/disable ad label for each placement
  • complete rework of group and placement options
  • added Dummy ad type
  • show AdSense code form inline instead of in a popup
  • optimized workflow in wizard to show only relevant information
  • select draft, pending and future posts in the Specific Pages condition, too
  • warn if QuickStart ads from AdSense are loaded
  • show ads on AMP pages for all bots
  • properly escaped output of image ad title and alt attribute
  • removed description field from groups since we have never seen this being used, let us know when you need it though
  • updated all translation files
  • fixed wrong month names in translated versions of the ad overview list
  • fixed with small image ads not appearing on AMP pages
  • fixed missing and wrong textdomains
  • fixed search for single digit IDs in Specific Pages condition not working
Download this release

Release Info

Developer webzunft
Plugin Icon 128x128 Advanced Ads
Version 1.8
Comparing to
See all releases

Code changes from version 1.7.25 to 1.8

Files changed (77) hide show
  1. admin/assets/css/admin.css +45 -15
  2. admin/assets/img/intro/5-star-experience.png +0 -0
  3. admin/assets/img/intro/5-star-support.png +0 -0
  4. admin/assets/img/intro/5-star-usability.png +0 -0
  5. admin/assets/js/admin-global.js +1 -4
  6. admin/assets/js/admin.js +38 -10
  7. admin/assets/js/wizard.js +26 -22
  8. admin/class-advanced-ads-admin.php +0 -1
  9. admin/includes/class-ad-groups-list.php +8 -2
  10. admin/includes/class-ad-type.php +38 -11
  11. admin/includes/class-menu.php +4 -19
  12. admin/includes/class-meta-box.php +3 -3
  13. admin/includes/class-options.php +59 -0
  14. admin/includes/class-overview-widgets.php +1 -1
  15. admin/includes/class-settings.php +4 -4
  16. admin/includes/class-shortcode-creator.php +2 -1
  17. admin/includes/notices.php +2 -2
  18. admin/views/ad-display-metabox.php +13 -6
  19. admin/views/ad-group-list-ads.php +26 -0
  20. admin/views/ad-group-list-form-row.php +62 -46
  21. admin/views/ad-group.php +2 -10
  22. admin/views/ad-info-bottom.php +2 -4
  23. admin/views/ad-info-top.php +14 -4
  24. admin/views/ad-list-no-ads.php +1 -1
  25. admin/views/ad-list-timing-column.php +3 -3
  26. admin/views/ad-main-metabox.php +1 -1
  27. admin/views/ad-output-metabox.php +1 -1
  28. admin/views/ad-parameters-metabox.php +4 -2
  29. admin/views/ad-visitor-metabox.php +12 -5
  30. admin/views/debug.php +0 -1
  31. admin/views/feedback-disable.php +2 -2
  32. admin/views/intro.php +0 -90
  33. admin/views/overview.php +11 -3
  34. admin/views/placements-ad-label-position.php +19 -0
  35. admin/views/placements-ad-label.php +12 -0
  36. admin/views/placements-content-index.php +21 -0
  37. admin/views/placements-item.php +17 -0
  38. admin/views/placements.php +62 -57
  39. admin/views/settings.php +0 -2
  40. admin/views/support.php +0 -1
  41. advanced-ads.php +2 -2
  42. classes/ad.php +32 -44
  43. classes/ad_group.php +26 -2
  44. classes/ad_placements.php +15 -5
  45. classes/ad_type_dummy.php +75 -0
  46. classes/ad_type_group.php +5 -2
  47. classes/ad_type_image.php +19 -14
  48. classes/ad_type_plain.php +1 -1
  49. classes/display-conditions.php +71 -1
  50. classes/frontend_checks.php +41 -4
  51. classes/visitor-conditions.php +1 -1
  52. languages/advanced-ads-es_ES.mo +0 -0
  53. languages/advanced-ads-es_ES.po +718 -614
  54. languages/advanced-ads-fr_FR.mo +0 -0
  55. languages/advanced-ads-fr_FR.po +978 -708
  56. languages/advanced-ads-it_IT.mo +0 -0
  57. languages/advanced-ads-it_IT.po +3009 -2677
  58. languages/advanced-ads-nl_NL.mo +0 -0
  59. languages/advanced-ads-nl_NL.po +3137 -2855
  60. languages/advanced-ads-pt_BR.mo +0 -0
  61. languages/advanced-ads-pt_BR.po +802 -673
  62. languages/advanced-ads-vi.mo +0 -0
  63. languages/advanced-ads-vi.po +772 -699
  64. languages/advanced-ads.po +1 -1
  65. languages/advanced-ads.pot +653 -516
  66. modules/gadsense/admin/admin.php +1 -1
  67. modules/gadsense/admin/assets/js/new-ad.js +11 -15
  68. modules/gadsense/admin/views/adsense-ad-parameters.php +12 -18
  69. public/assets/img/dummy.png +0 -0
  70. public/class-advanced-ads.php +31 -8
  71. readme.txt +25 -3
  72. vendor/autoload_52.php +1 -1
  73. vendor/composer/ClassLoader.php +4 -4
  74. vendor/composer/LICENSE +1 -1
  75. vendor/composer/autoload_classmap.php +2 -74
  76. vendor/composer/autoload_real.php +18 -20
  77. vendor/composer/autoload_real_52.php +3 -3
admin/assets/css/admin.css CHANGED
@@ -14,12 +14,6 @@
14
  .toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox ul.list { list-style: inside; }
15
  .toplevel_page_advanced-ads .metabox-holder .postbox-container .empty-container { display: none; }
16
 
17
- /**
18
- * INTRO PAGE
19
- */
20
- .admin_page_advanced-ads-intro .feature-section img { border: solid 1px #0074a2; }
21
- .admin_page_advanced-ads-intro ul { list-style: inside disc; }
22
-
23
  /**
24
  * AD OVERVIEW PAGE
25
  */
@@ -38,7 +32,7 @@ h2.hndle .advads-hndlelinks a { text-decoration: none; }
38
  h2.hndle .advads-hndlelinks a + a { margin-left: 1em; }
39
  .advads-video-link-container { text-align: center; }
40
  .advads-ad-metabox { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
41
- .advads-ad-metabox h2 { font-weight: bold; color: #0074a2; font-size: 1.6em; margin: 0 0 2em; }
42
 
43
  #advads-ad-injection-box hr { clear: both; }
44
  #advads-ad-injection-box div pre input { width: 30em; }
@@ -156,6 +150,20 @@ select + .advads-conditions-single { display: inline-block; }
156
  .advads-option-list > .label + div { display: block; float: left; padding: 10px; }
157
  .advads-option-list > hr { clear: both; float: none; display: block; }
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  .advads-debug-output legend { text-decoration: underline; cursor: pointer; }
160
 
161
  #advads-exp-timestampdiv { padding-top: 5px; line-height: 23px; }
@@ -177,6 +185,25 @@ select + .advads-conditions-single { display: inline-block; }
177
  .advads-hide { display: none; }
178
  #advads-wizard-controls button span { line-height: 32px; }
179
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  /**
181
  AD GROUP LIST
182
  */
@@ -188,10 +215,11 @@ select + .advads-conditions-single { display: inline-block; }
188
  .advads-ad-group-list-ads li:hover { background: #eee; }
189
  .advads-ad-group-list-ads i { margin-left: 1em; font-style: italic; }
190
  .advads-ad-group-list-ads span { float: right; }
191
- .advads-group-row .row-actions a { cursor: pointer; }
192
  .advads-group-row .advads-usage { margin-top: 1em; }
193
  .advads-usage code { padding: 0; background: none; }
194
  .advads-group-row code { background: none; }
 
195
  .advads-ad-group-form > td { border-bottom: 1px solid; }
196
  .advads-ad-group-form label { display: inline-block; margin-bottom: 1em; }
197
  .advads-ad-group-form strong { float: left; width: 180px; }
@@ -212,26 +240,28 @@ fieldset.advads-group-add-ad { margin-top: 1em; }
212
  .advads-placements-new-form .advads-placement-type label .description { padding: 10px; }
213
  .advads-placements-new-form .advads-error-message { display: none; }
214
  .advads-placements-table { min-width: 80%; border-collapse: collapse; background: #fff; }
215
- .advads-placements-table tbody tr { border-top: 1px solid #f1f1f1; }
216
  .advads-placements-table tbody tr td:first-child { width: 70px; }
217
- .advads-placements-table tbody tr td:nth-child(2) { width: 100px; }
 
218
  .advads-placements-table tbody tr td:last-child { width: 70px; }
219
  .advads-placements-table th { margin: 0; padding: 10px; text-align: left; vertical-align: top; }
220
  .advads-placements-table.widefat tbody th { font-weight: bold; }
221
  .advads-placements-table th span { font-weight: normal; }
222
- .advads-placements-table td { margin: 0; padding: 10px; text-align: left; vertical-align: top; }
223
  .advads-placements-table img { height: 50px; }
224
  .advads-placements-table .usage-link { cursor: pointer; }
 
225
  .advads-placements-table .advads-usage input { width: 100%; }
226
  .advads-placements-table-options { text-align: right; }
227
- .advads-placement-options input, .advads-placement-options select { background: transparent; }
228
  .advads-placements-table-options input[type="number"] { width: 4em; }
229
  .advads-placements-table ol { margin: 0.5em 0; list-style-position: inside; }
230
 
231
  /**
232
  GENERAL ELEMENTS
233
  */
234
- .advads-toggle-link { cursor: pointer; }
 
235
  .advads-content-half { float: left; margin-right: 5%; width: 45%; min-width: 300px; }
236
  .advads-box { margin-bottom: 20px; padding: 10px; background: #fff; border: solid 1px; }
237
  .on-hover { display: none; }
@@ -247,9 +277,9 @@ tr:hover .on-hover { display: block; }
247
  /**
248
  - GOOGLE ADSENSE MODULE
249
  -*/
250
- #pastecode-div { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); z-index: 250000; }
251
- #pastecode-container { width: 480px; margin: 85px auto 0 auto; background-color: #fff; padding: 2%; overflow-x : scroll; overflow-y : scroll; border: 5px solid #dcdcdc; border-radius: 5px; }
252
  #adsense-ad-param-error { color: red; font-weight: bold; }
 
 
253
 
254
  /**
255
  - TABS + SETTINGS
14
  .toplevel_page_advanced-ads #dashboard-widgets .postbox-container .postbox ul.list { list-style: inside; }
15
  .toplevel_page_advanced-ads .metabox-holder .postbox-container .empty-container { display: none; }
16
 
 
 
 
 
 
 
17
  /**
18
  * AD OVERVIEW PAGE
19
  */
32
  h2.hndle .advads-hndlelinks a + a { margin-left: 1em; }
33
  .advads-video-link-container { text-align: center; }
34
  .advads-ad-metabox { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
35
+ .advads-ad-metabox h2 { font-weight: bold; color: #0074a2; font-size: 1.6em; margin: 0 0 1em; }
36
 
37
  #advads-ad-injection-box hr { clear: both; }
38
  #advads-ad-injection-box div pre input { width: 30em; }
150
  .advads-option-list > .label + div { display: block; float: left; padding: 10px; }
151
  .advads-option-list > hr { clear: both; float: none; display: block; }
152
 
153
+ .advads-option { clear: both; float: none; display: block; overflow: hidden; }
154
+ .advads-option > span { display: block; float: left; width: 10em; padding: 10px; font-weight: bold; text-transform: capitalize; }
155
+ .advads-option > span + div { padding: 10px; overflow: hidden; }
156
+ .advads-option > span + div > label + input[type="radio"] { margin-left: 1em; }
157
+ .advads-option > span + div label + label { margin-left: 1em; }
158
+ .advads-option > span + div ul { margin: 0; }
159
+ .advads-option > span + div select { vertical-align: top; }
160
+ .advads-option > div > .description { max-width: 50%; }
161
+ .advads-option + .advads-option { margin-top: 20px; }
162
+ .advads-option input, .advads-option select { background: transparent; }
163
+
164
+ .advads-placements-table .advads-option > span { padding: 0; }
165
+ .advads-placements-table .advads-option > span + div { padding: 0; }
166
+
167
  .advads-debug-output legend { text-decoration: underline; cursor: pointer; }
168
 
169
  #advads-exp-timestampdiv { padding-top: 5px; line-height: 23px; }
185
  .advads-hide { display: none; }
186
  #advads-wizard-controls button span { line-height: 32px; }
187
 
188
+ /* Wizard progress bar */
189
+ #advads-wizard-progress-bar {
190
+ float: right;
191
+ background-color: #fff;
192
+ height: 20px;
193
+ padding: 3px;
194
+ width: 300px;
195
+ margin: 10px 0;
196
+ box-shadow: 0 0 1px 0 #0085ba inset;
197
+ }
198
+
199
+ #advads-wizard-progress-bar span {
200
+ display: inline-block;
201
+ height: 100%;
202
+ box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
203
+ transition: width .4s ease-in-out;
204
+ background-color: #0085ba;
205
+ }
206
+
207
  /**
208
  AD GROUP LIST
209
  */
215
  .advads-ad-group-list-ads li:hover { background: #eee; }
216
  .advads-ad-group-list-ads i { margin-left: 1em; font-style: italic; }
217
  .advads-ad-group-list-ads span { float: right; }
218
+ .advads-group-row .row-actions a, .advads-group-row a.edit { cursor: pointer; }
219
  .advads-group-row .advads-usage { margin-top: 1em; }
220
  .advads-usage code { padding: 0; background: none; }
221
  .advads-group-row code { background: none; }
222
+ .advads-ad-group-form .advads-option { margin-top: 0; }
223
  .advads-ad-group-form > td { border-bottom: 1px solid; }
224
  .advads-ad-group-form label { display: inline-block; margin-bottom: 1em; }
225
  .advads-ad-group-form strong { float: left; width: 180px; }
240
  .advads-placements-new-form .advads-placement-type label .description { padding: 10px; }
241
  .advads-placements-new-form .advads-error-message { display: none; }
242
  .advads-placements-table { min-width: 80%; border-collapse: collapse; background: #fff; }
243
+ .advads-placements-table tbody tr { border-top: 1px solid #ddd; }
244
  .advads-placements-table tbody tr td:first-child { width: 70px; }
245
+ /* .advads-placements-table tbody tr td:nth-child(2) { width: 100px; }*/
246
+ .advads-placements-table tbody tr td:nth-child(2) { font-size: 1.2em; }
247
  .advads-placements-table tbody tr td:last-child { width: 70px; }
248
  .advads-placements-table th { margin: 0; padding: 10px; text-align: left; vertical-align: top; }
249
  .advads-placements-table.widefat tbody th { font-weight: bold; }
250
  .advads-placements-table th span { font-weight: normal; }
251
+ .advads-placements-table td { margin: 0; padding: 20px 10px; text-align: left; vertical-align: top; }
252
  .advads-placements-table img { height: 50px; }
253
  .advads-placements-table .usage-link { cursor: pointer; }
254
+ .advads-placements-table .advads-usage { margin-bottom: 20px; }
255
  .advads-placements-table .advads-usage input { width: 100%; }
256
  .advads-placements-table-options { text-align: right; }
 
257
  .advads-placements-table-options input[type="number"] { width: 4em; }
258
  .advads-placements-table ol { margin: 0.5em 0; list-style-position: inside; }
259
 
260
  /**
261
  GENERAL ELEMENTS
262
  */
263
+ .advads-toggle-link { display: block; cursor: pointer; margin: 10px 0 0 0; }
264
+ .advads-toggle-link + div { margin-top: 10px; }
265
  .advads-content-half { float: left; margin-right: 5%; width: 45%; min-width: 300px; }
266
  .advads-box { margin-bottom: 20px; padding: 10px; background: #fff; border: solid 1px; }
267
  .on-hover { display: none; }
277
  /**
278
  - GOOGLE ADSENSE MODULE
279
  -*/
 
 
280
  #adsense-ad-param-error { color: red; font-weight: bold; }
281
+ .advads-adsense-content { width: 100%; }
282
+ .advads-adsense-show-code a { padding: 0 10px; color: inherit; }
283
 
284
  /**
285
  - TABS + SETTINGS
admin/assets/img/intro/5-star-experience.png DELETED
Binary file
admin/assets/img/intro/5-star-support.png DELETED
Binary file
admin/assets/img/intro/5-star-usability.png DELETED
Binary file
admin/assets/js/admin-global.js CHANGED
@@ -37,10 +37,7 @@ jQuery( document ).ready(function () {
37
  messagebox.fadeOut();
38
  } else {
39
  messagebox.find('p').html(r);
40
- // don’t change class on intro page
41
- if( ! jQuery('.admin_page_advanced-ads-intro').length ){
42
- messagebox.removeClass('updated').addClass('error');
43
- }
44
  }
45
  });
46
 
37
  messagebox.fadeOut();
38
  } else {
39
  messagebox.find('p').html(r);
40
+ messagebox.removeClass('updated').addClass('error');
 
 
 
41
  }
42
  });
43
 
admin/assets/js/admin.js CHANGED
@@ -144,7 +144,7 @@ jQuery( document ).ready(function ($) {
144
  var searchParam = request.term;
145
  advads_post_search( searchParam, callback );
146
  },
147
- minLength: 2,
148
  select: function( event, ui ) {
149
  // append new line with input fields
150
  var newline = $( '<label class="button ui-state-active">' + ui.item.label + '</label>' );
@@ -209,8 +209,14 @@ jQuery( document ).ready(function ($) {
209
  var advadsgroupformrow = $( this ).parents( '.advads-group-row' ).next( '.advads-ad-group-form' );
210
  if(advadsgroupformrow.is( ':visible' )){
211
  advadsgroupformrow.hide();
 
 
212
  } else {
213
  advadsgroupformrow.show();
 
 
 
 
214
  }
215
  });
216
  // display ad groups usage
@@ -223,10 +229,10 @@ jQuery( document ).ready(function ($) {
223
  usagediv.show();
224
  }
225
  });
226
- // display ad groups usage
227
  $( '.advads-placements-table .usage-link' ).click(function(e){
228
  e.preventDefault();
229
- var usagediv = $( this ).next( '.advads-usage' );
230
  if(usagediv.is( ':visible' )){
231
  usagediv.hide();
232
  } else {
@@ -263,8 +269,29 @@ jQuery( document ).ready(function ($) {
263
  }
264
  $ad_row.remove();
265
  });
266
-
267
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
 
269
  /**
270
  * SETTINGS PAGE
@@ -366,7 +393,6 @@ jQuery( document ).ready(function ($) {
366
  /**
367
  * PLACEMENTS
368
  */
369
-
370
  // show image tooltips
371
  if ( $.fn.tooltip ) {
372
  $( ".advads-placements-new-form .advads-placement-type" ).tooltip({
@@ -380,7 +406,6 @@ jQuery( document ).ready(function ($) {
380
  /**
381
  * Image ad uploader
382
  */
383
-
384
  $('body').on('click', '.advads_image_upload', function(e) {
385
 
386
  e.preventDefault();
@@ -522,7 +547,12 @@ jQuery( document ).ready(function ($) {
522
  jQuery( '#advads_xml_content' ).hide();
523
  }
524
  });
525
-
 
 
 
 
 
526
  });
527
 
528
  /**
@@ -807,8 +837,6 @@ var advads_use_ui_buttonset = ( function() {
807
  };
808
  })();
809
 
810
-
811
-
812
  window.advanced_ads_admin = window.advanced_ads_admin || {};
813
  advanced_ads_admin.filesystem = {
814
  /**
144
  var searchParam = request.term;
145
  advads_post_search( searchParam, callback );
146
  },
147
+ minLength: 1,
148
  select: function( event, ui ) {
149
  // append new line with input fields
150
  var newline = $( '<label class="button ui-state-active">' + ui.item.label + '</label>' );
209
  var advadsgroupformrow = $( this ).parents( '.advads-group-row' ).next( '.advads-ad-group-form' );
210
  if(advadsgroupformrow.is( ':visible' )){
211
  advadsgroupformrow.hide();
212
+ // clear last edited id
213
+ $('#advads-last-edited-group').val('');
214
  } else {
215
  advadsgroupformrow.show();
216
+ // attach current group id to url to open it later again
217
+ var group_id = $( this ).parents( '.advads-group-row' ).find('.advads-group-id').val();
218
+ $('#advads-last-edited-group').val( group_id );
219
+
220
  }
221
  });
222
  // display ad groups usage
229
  usagediv.show();
230
  }
231
  });
232
+ // display manual placement usage
233
  $( '.advads-placements-table .usage-link' ).click(function(e){
234
  e.preventDefault();
235
+ var usagediv = $( this ).parents( 'tr' ).find( '.advads-usage' );
236
  if(usagediv.is( ':visible' )){
237
  usagediv.hide();
238
  } else {
269
  }
270
  $ad_row.remove();
271
  });
272
+ // group page: handle switching of group types based on a class derrived from that type
273
+ $('.advads-ad-group-type input').click(function(){
274
+ advads_show_group_options( $( this ) );
275
+ });
276
+ function advads_show_group_options( el ){
277
+ // first, hide all options except title and type
278
+ el.parents('.advads-ad-group-form').find('.advads-option:not(.static)').hide();
279
+ var current_type = el.val();
280
+
281
+ // now, show only the ones corresponding with the group type
282
+ $( '.advads-group-type-' + current_type ).show();
283
+ }
284
+ advads_show_group_options( $( '.advads-ad-group-type input:checked' ) );
285
+ // group page: hide ads if more than 4 – than only show 3
286
+ $('.advads-ad-group-list-ads').each( function(){
287
+ if( 5 <= $(this).find('li').length ){
288
+ $(this).find('li:gt(2)').hide();
289
+ };
290
+ });
291
+ // show more than 3 ads when clicked on a link
292
+ $('.advads-group-ads-list-show-more').click( function(){
293
+ jQuery( this ).hide().parents('.advads-ad-group-list-ads').find('li').show();
294
+ });
295
 
296
  /**
297
  * SETTINGS PAGE
393
  /**
394
  * PLACEMENTS
395
  */
 
396
  // show image tooltips
397
  if ( $.fn.tooltip ) {
398
  $( ".advads-placements-new-form .advads-placement-type" ).tooltip({
406
  /**
407
  * Image ad uploader
408
  */
 
409
  $('body').on('click', '.advads_image_upload', function(e) {
410
 
411
  e.preventDefault();
547
  jQuery( '#advads_xml_content' ).hide();
548
  }
549
  });
550
+ // prevent click on "new ad group" button, but show message instead
551
+ jQuery( '.advanced-ads_page_advanced-ads-groups .add-new-h2' ).click( function( e ){
552
+ e.preventDefault();
553
+ jQuery('.advads-create-new-group-text').css({'border': 'solid 1px red', 'padding': '10px', 'font-weight': 'bold'});
554
+
555
+ });
556
  });
557
 
558
  /**
837
  };
838
  })();
839
 
 
 
840
  window.advanced_ads_admin = window.advanced_ads_admin || {};
841
  advanced_ads_admin.filesystem = {
842
  /**
admin/assets/js/wizard.js CHANGED
@@ -7,7 +7,7 @@ var advads_wizard = {
7
  '#post-body-content',
8
  '#ad-main-box',
9
  '#ad-parameters-box',
10
- '#ad-output-box',
11
  '#ad-display-box',
12
  '#ad-visitor-box',
13
  // '#advanced_ads_groupsdiv',
@@ -15,11 +15,14 @@ var advads_wizard = {
15
  ],
16
  current_box: '#post-body-content', // current active box
17
  one_column: false, // whether the edit screen is in one-column mode
18
- init: function(){
19
  var _this = this;
20
  jQuery('#advads-wizard-controls-next').click( function( ){ _this.next(); } );
21
  jQuery('#advads-wizard-controls-prev').click( function( ){ _this.prev(); } );
22
  jQuery('#advads-wizard-controls-save').click( function( e ){ e.preventDefault(); jQuery('#publish').click(); } ); // save ad
 
 
 
23
  jQuery( '#advads-start-wizard' ).click( function(){
24
  _this.start();
25
  });
@@ -40,18 +43,19 @@ var advads_wizard = {
40
  jQuery( '#post-body').addClass( 'columns-1' ).removeClass( 'columns-2' );
41
  }
42
  // hide all boxes, messages and the headline by adding a hide css class
43
- jQuery('#post-body-content, .postbox-container .postbox, h1 ~ div:not(.advads-admin-notice), h1').addClass( 'advads-hide' );
44
  // display first box
45
  this.show_current_box();
46
  // display close button and controls
47
  jQuery('#advads-stop-wizard, #advads-wizard-controls').removeClass('hidden')
48
  this.update_nav();
49
- this.callbacks();
50
  // initially hide some elemente
51
  jQuery( '#advads-ad-description').addClass('advads-hide'); // ad description
52
  jQuery( '#advads-ad-info').addClass('advads-hide'); // shortcode and php function info
53
  // hide all elements with 'advads-hide-for-wizard' class
54
  jQuery( '.advads-hide-in-wizard').hide();
 
55
  jQuery( '#advads-start-wizard' ).hide();
56
  // remove close-class from ad type box
57
  jQuery( '#ad-main-box' ).removeClass('closed');
@@ -70,6 +74,7 @@ var advads_wizard = {
70
  jQuery('#advads-wizard-welcome').remove();// close wizard welcome message
71
  // show all elements with 'advads-hide-for-wizard' class
72
  jQuery( '.advads-hide-in-wizard').show();
 
73
  jQuery( '#advads-start-wizard' ).show();
74
  this.save_hide_wizard( true );
75
  },
@@ -84,14 +89,8 @@ var advads_wizard = {
84
  if( i === 0 ){
85
  jQuery('#advads-wizard-controls-prev').addClass('hidden');
86
  }
87
- // hide stop wizard button in bottom navi
88
- if( i !== 0 ){
89
- jQuery('#advads-wizard-controls .advads-stop-wizard').addClass('hidden');
90
- } else {
91
- jQuery('#advads-wizard-controls .advads-stop-wizard').removeClass('hidden');
92
- }
93
  // hide save button for first boxes
94
- if( i <= 2 ){
95
  jQuery('#advads-wizard-controls-save').addClass('hidden');
96
  } else {
97
  jQuery('#advads-wizard-controls-save').removeClass('hidden');
@@ -110,7 +109,7 @@ var advads_wizard = {
110
  this.current_box = this.box_order[ i + 1 ];
111
  this.show_current_box();
112
  this.update_nav();
113
- this.callbacks();
114
  },
115
  prev: function(){ // show previous box
116
  // get index of current item in box-array
@@ -125,16 +124,7 @@ var advads_wizard = {
125
  this.current_box = this.box_order[ i - 1 ];
126
  this.show_current_box();
127
  this.update_nav();
128
- this.callbacks();
129
- },
130
- callbacks: function(){ // a number of custom settings for some of the boxes
131
- return;
132
- switch( this.current_box ){
133
- case '#post-body-content' :
134
- // hide shortcode and php information
135
-
136
- break;
137
- }
138
  },
139
  save_hide_wizard: function( hide_wizard ){ // update wizard state (started by default or not?)
140
 
@@ -146,5 +136,19 @@ var advads_wizard = {
146
  hide_wizard: hide_wizard,
147
  },
148
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  }
150
  };
7
  '#post-body-content',
8
  '#ad-main-box',
9
  '#ad-parameters-box',
10
+ // '#ad-output-box',
11
  '#ad-display-box',
12
  '#ad-visitor-box',
13
  // '#advanced_ads_groupsdiv',
15
  ],
16
  current_box: '#post-body-content', // current active box
17
  one_column: false, // whether the edit screen is in one-column mode
18
+ init: function( status ){ // status can be "start" to start wizard or nothing to not start it
19
  var _this = this;
20
  jQuery('#advads-wizard-controls-next').click( function( ){ _this.next(); } );
21
  jQuery('#advads-wizard-controls-prev').click( function( ){ _this.prev(); } );
22
  jQuery('#advads-wizard-controls-save').click( function( e ){ e.preventDefault(); jQuery('#publish').click(); } ); // save ad
23
+ jQuery('#advads-wizard-display-conditions-show').click( function( ){ _this.show_conditions( '#ad-display-box' ); } );
24
+ jQuery('#advads-wizard-visitor-conditions-show').click( function( ){ _this.show_conditions( '#ad-visitor-box' ); } );
25
+ jQuery( '.advads-show-in-wizard').hide();
26
  jQuery( '#advads-start-wizard' ).click( function(){
27
  _this.start();
28
  });
43
  jQuery( '#post-body').addClass( 'columns-1' ).removeClass( 'columns-2' );
44
  }
45
  // hide all boxes, messages and the headline by adding a hide css class
46
+ jQuery('#post-body-content, .postbox-container .postbox, h1 ~ div:not(.advads-admin-notice):not(#message.updated), h1').addClass( 'advads-hide' );
47
  // display first box
48
  this.show_current_box();
49
  // display close button and controls
50
  jQuery('#advads-stop-wizard, #advads-wizard-controls').removeClass('hidden')
51
  this.update_nav();
52
+ this.update_progress_bar();
53
  // initially hide some elemente
54
  jQuery( '#advads-ad-description').addClass('advads-hide'); // ad description
55
  jQuery( '#advads-ad-info').addClass('advads-hide'); // shortcode and php function info
56
  // hide all elements with 'advads-hide-for-wizard' class
57
  jQuery( '.advads-hide-in-wizard').hide();
58
+ jQuery( '.advads-show-in-wizard').show();
59
  jQuery( '#advads-start-wizard' ).hide();
60
  // remove close-class from ad type box
61
  jQuery( '#ad-main-box' ).removeClass('closed');
74
  jQuery('#advads-wizard-welcome').remove();// close wizard welcome message
75
  // show all elements with 'advads-hide-for-wizard' class
76
  jQuery( '.advads-hide-in-wizard').show();
77
+ jQuery( '.advads-show-in-wizard').hide();
78
  jQuery( '#advads-start-wizard' ).show();
79
  this.save_hide_wizard( true );
80
  },
89
  if( i === 0 ){
90
  jQuery('#advads-wizard-controls-prev').addClass('hidden');
91
  }
 
 
 
 
 
 
92
  // hide save button for first boxes
93
+ if( i <= 3 ){
94
  jQuery('#advads-wizard-controls-save').addClass('hidden');
95
  } else {
96
  jQuery('#advads-wizard-controls-save').removeClass('hidden');
109
  this.current_box = this.box_order[ i + 1 ];
110
  this.show_current_box();
111
  this.update_nav();
112
+ this.update_progress_bar();
113
  },
114
  prev: function(){ // show previous box
115
  // get index of current item in box-array
124
  this.current_box = this.box_order[ i - 1 ];
125
  this.show_current_box();
126
  this.update_nav();
127
+ this.update_progress_bar();
 
 
 
 
 
 
 
 
 
128
  },
129
  save_hide_wizard: function( hide_wizard ){ // update wizard state (started by default or not?)
130
 
136
  hide_wizard: hide_wizard,
137
  },
138
  });
139
+ },
140
+ show_conditions: function( box ){ // show the conditions options in display and visitor conditions
141
+ jQuery( box ).find('.advads-show-in-wizard').hide();
142
+ jQuery( box ).find('.advads-hide-in-wizard').show();
143
+ },
144
+ update_progress_bar: function(){ // update the progress bar based on the current element
145
+ var max = this.box_order.length;
146
+ var current = this.box_order.indexOf( this.current_box );
147
+ if( current === 0 ){
148
+ percent = 1;
149
+ } else {
150
+ var percent = parseInt ( ( current / max ) * 100 );
151
+ }
152
+ jQuery( '#advads-wizard-progress-bar span' ).css( 'width', percent + '%' );
153
  }
154
  };
admin/class-advanced-ads-admin.php CHANGED
@@ -236,7 +236,6 @@ class Advanced_Ads_Admin {
236
  'toplevel_page_advanced-ads', // overview
237
  'admin_page_advanced-ads-debug', // debug
238
  'advanced-ads_page_advanced-ads-support', // support
239
- 'admin_page_advanced-ads-intro', // intro
240
  'admin_page_advanced-ads-import-export', // import & export
241
  ));
242
 
236
  'toplevel_page_advanced-ads', // overview
237
  'admin_page_advanced-ads-debug', // debug
238
  'advanced-ads_page_advanced-ads-support', // support
 
239
  'admin_page_advanced-ads-import-export', // import & export
240
  ));
241
 
admin/includes/class-ad-groups-list.php CHANGED
@@ -135,8 +135,7 @@ class Advanced_Ads_Groups_List {
135
  }
136
  $new_ad_weights .= '</select>';
137
 
138
- $file = ADVADS_BASE_PATH . 'admin/views/ad-group-list-form-row.php';
139
- require($file);
140
  }
141
 
142
  /**
@@ -203,6 +202,12 @@ class Advanced_Ads_Groups_List {
203
 
204
  echo implode( '', $ads_output );
205
  echo ($group->type == 'default' && $weight_sum) ? '</ul>' : '</ol>';
 
 
 
 
 
 
206
  if ( $group->ad_count === 'all' ) {
207
  echo '<p>' . __( 'all published ads are displayed', 'advanced-ads' ) . '</p>';
208
  } elseif ( $group->ad_count > 1 ) {
@@ -210,6 +215,7 @@ class Advanced_Ads_Groups_List {
210
  }
211
  } else {
212
  _e( 'No ads assigned', 'advanced-ads' );
 
213
  }
214
  // Restore original Post Data
215
  wp_reset_postdata();
135
  }
136
  $new_ad_weights .= '</select>';
137
 
138
+ require ADVADS_BASE_PATH . 'admin/views/ad-group-list-form-row.php';
 
139
  }
140
 
141
  /**
202
 
203
  echo implode( '', $ads_output );
204
  echo ($group->type == 'default' && $weight_sum) ? '</ul>' : '</ol>';
205
+
206
+ if( $ads->post_count > 4 ){
207
+ $hidden_ads = $ads->post_count - 3;
208
+ echo '<p><a href="javascript:void(0)" class="advads-group-ads-list-show-more">+ ' . sprintf(__( 'show %d more ads', 'advanced-ads' ), $hidden_ads ) . '</a></p>';
209
+ }
210
+
211
  if ( $group->ad_count === 'all' ) {
212
  echo '<p>' . __( 'all published ads are displayed', 'advanced-ads' ) . '</p>';
213
  } elseif ( $group->ad_count > 1 ) {
215
  }
216
  } else {
217
  _e( 'No ads assigned', 'advanced-ads' );
218
+ ?><br/><a class="edit">+ <?php _e( 'Add some', 'advanced-ads' ); ?></a><?php
219
  }
220
  // Restore original Post Data
221
  wp_reset_postdata();
admin/includes/class-ad-type.php CHANGED
@@ -18,6 +18,7 @@ class Advanced_Ads_Admin_Ad_Type {
18
  protected $post_type = '';
19
 
20
  private function __construct() {
 
21
  // registering custom columns needs to work with and without DOING_AJAX
22
  add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column
23
  add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column
@@ -46,7 +47,6 @@ class Advanced_Ads_Admin_Ad_Type {
46
  add_filter( 'post_updated_messages', array($this, 'ad_update_messages') );
47
 
48
  $this->post_type = constant( 'Advanced_Ads::POST_TYPE_SLUG' );
49
-
50
  }
51
 
52
  /**
@@ -62,6 +62,24 @@ class Advanced_Ads_Admin_Ad_Type {
62
 
63
  return self::$instance;
64
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  /**
67
  * add heading for extra column of ads list
@@ -178,14 +196,14 @@ class Advanced_Ads_Admin_Ad_Type {
178
  return;
179
  }
180
 
181
- $timing_filter = apply_filters( 'advanced-ads-ad-list-timing-column-filter', array(
182
- 'advads-filter-expired' => __( 'expired', 'advanced-ads' ),
183
- 'advads-filter-any-exp-date' => __( 'any expiry date', 'advanced-ads' ),
184
- 'advads-filter-future' => __( 'planned', 'advanced-ads' )
185
- ) );
186
 
187
- include ADVADS_BASE_PATH . 'admin/views/ad-list-filters.php';
188
- }
189
 
190
  /**
191
  * edit ad bulk update messages
@@ -240,13 +258,15 @@ class Advanced_Ads_Admin_Ad_Type {
240
  if ( ! isset( $screen->id ) || $screen->id !== 'edit-advanced_ads' ) {
241
  return;
242
  }
243
-
244
  // get number of ads
245
- $recent_ads = Advanced_Ads::get_instance()->get_model()->get_ads();
246
 
247
  // only display if there are no more than 2 ads
248
- if( 3 > count( $recent_ads ) ){
 
249
  include ADVADS_BASE_PATH . 'admin/views/ad-list-no-ads.php';
 
250
  }
251
  }
252
 
@@ -394,6 +414,13 @@ class Advanced_Ads_Admin_Ad_Type {
394
  if ( ! isset($post->post_type) || $post->post_type != $this->post_type ) {
395
  return;
396
  }
 
 
 
 
 
 
 
397
  $ad = new Advanced_Ads_Ad( $post->ID );
398
 
399
  $placement_types = Advanced_Ads_Placements::get_placement_types();
18
  protected $post_type = '';
19
 
20
  private function __construct() {
21
+ add_filter( 'wp', array($this, 'wp_loaded') );
22
  // registering custom columns needs to work with and without DOING_AJAX
23
  add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column
24
  add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column
47
  add_filter( 'post_updated_messages', array($this, 'ad_update_messages') );
48
 
49
  $this->post_type = constant( 'Advanced_Ads::POST_TYPE_SLUG' );
 
50
  }
51
 
52
  /**
62
 
63
  return self::$instance;
64
  }
65
+
66
+ /**
67
+ * general stuff after page is loaded and screen variable is available
68
+ */
69
+ public function wp_loaded(){
70
+ $screen = get_current_screen();
71
+
72
+ if( !isset( $screen->id ) ){
73
+ return;
74
+ }
75
+
76
+ switch( $screen->id ){
77
+ case 'edit-advanced_ads' : // ad edit page
78
+ // remove notice about missing first ad
79
+ Advanced_Ads_Admin_Notices::get_instance()->remove_from_queue( 'nl_intro' );
80
+ break;
81
+ }
82
+ }
83
 
84
  /**
85
  * add heading for extra column of ads list
196
  return;
197
  }
198
 
199
+ $timing_filter = apply_filters( 'advanced-ads-ad-list-timing-column-filter', array(
200
+ 'advads-filter-expired' => __( 'expired', 'advanced-ads' ),
201
+ 'advads-filter-any-exp-date' => __( 'any expiry date', 'advanced-ads' ),
202
+ 'advads-filter-future' => __( 'planned', 'advanced-ads' )
203
+ ) );
204
 
205
+ include ADVADS_BASE_PATH . 'admin/views/ad-list-filters.php';
206
+ }
207
 
208
  /**
209
  * edit ad bulk update messages
258
  if ( ! isset( $screen->id ) || $screen->id !== 'edit-advanced_ads' ) {
259
  return;
260
  }
261
+
262
  // get number of ads
263
+ $existing_ads = Advanced_Ads::get_number_of_ads();
264
 
265
  // only display if there are no more than 2 ads
266
+ if( 3 > $existing_ads ){
267
+ echo '<div class="advads-ad-metabox postbox" style="clear: both; margin: 10px 20px 0 2px;">';
268
  include ADVADS_BASE_PATH . 'admin/views/ad-list-no-ads.php';
269
+ echo '</div>';
270
  }
271
  }
272
 
414
  if ( ! isset($post->post_type) || $post->post_type != $this->post_type ) {
415
  return;
416
  }
417
+
418
+ // highlight Dummy ad if this is the first ad
419
+ if( ! Advanced_Ads::get_instance()->get_number_of_ads() ){
420
+ ?><style>.advanced-ads-type-list-dummy { font-weight: bold; }</style><?php
421
+ }
422
+
423
+
424
  $ad = new Advanced_Ads_Ad( $post->ID );
425
 
426
  $placement_types = Advanced_Ads_Placements::get_placement_types();
admin/includes/class-menu.php CHANGED
@@ -52,8 +52,11 @@ class Advanced_Ads_Admin_Menu {
52
  __( 'Overview', 'advanced-ads' ), 'Advanced Ads', Advanced_Ads_Plugin::user_cap( 'advanced_ads_see_interface'), $this->plugin_slug, array($this, 'display_overview_page'), 'dashicons-chart-line', '58.74'
53
  );
54
 
 
 
 
55
  add_submenu_page(
56
- $this->plugin_slug, __( 'Ads', 'advanced-ads' ), __( 'Ads', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), 'edit.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG
57
  );
58
 
59
  // hidden by css; not placed in 'options.php' in order to highlight the correct item, see the 'highlight_menu_item()'
@@ -78,10 +81,6 @@ class Advanced_Ads_Admin_Menu {
78
  add_submenu_page(
79
  'options.php', __( 'Advanced Ads Debugging', 'advanced-ads' ), __( 'Debug', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options'), $this->plugin_slug . '-debug', array($this, 'display_plugin_debug_page')
80
  );
81
- // intro page
82
- add_submenu_page(
83
- 'options.php', __( 'Advanced Ads Intro', 'advanced-ads' ), __( 'Advanced Ads Intro', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options'), $this->plugin_slug . '-intro', array($this, 'display_plugin_intro_page')
84
- );
85
  // add support page
86
  add_submenu_page(
87
  $this->plugin_slug, __( 'Support', 'advanced-ads' ), __( 'Support', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options'), $this->plugin_slug . '-support', array($this, 'display_support_page')
@@ -159,20 +158,6 @@ class Advanced_Ads_Admin_Menu {
159
  include ADVADS_BASE_PATH . 'admin/views/debug.php';
160
  }
161
 
162
- /**
163
- * Render intro page
164
- *
165
- * @since 1.6.8.2
166
- */
167
- public function display_plugin_intro_page() {
168
- // load array with ads by condition
169
-
170
- // remove intro message from queue
171
- Advanced_Ads_Admin_Notices::get_instance()->remove_from_queue('nl_intro');
172
-
173
- include ADVADS_BASE_PATH . 'admin/views/intro.php';
174
- }
175
-
176
  /**
177
  * Render the support page
178
  *
52
  __( 'Overview', 'advanced-ads' ), 'Advanced Ads', Advanced_Ads_Plugin::user_cap( 'advanced_ads_see_interface'), $this->plugin_slug, array($this, 'display_overview_page'), 'dashicons-chart-line', '58.74'
53
  );
54
 
55
+ // forward Ads link to new-ad page when there is no ad existing yet.
56
+ // the target to post-new.php needs the extra "new" or any other attribute, since the original add-ad link was removed by CSS using the exact href attribute as a selector
57
+ $target = ( ! Advanced_Ads::get_number_of_ads() ) ? 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG . '&new=new' : 'edit.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG;
58
  add_submenu_page(
59
+ $this->plugin_slug, __( 'Ads', 'advanced-ads' ), __( 'Ads', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), $target
60
  );
61
 
62
  // hidden by css; not placed in 'options.php' in order to highlight the correct item, see the 'highlight_menu_item()'
81
  add_submenu_page(
82
  'options.php', __( 'Advanced Ads Debugging', 'advanced-ads' ), __( 'Debug', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options'), $this->plugin_slug . '-debug', array($this, 'display_plugin_debug_page')
83
  );
 
 
 
 
84
  // add support page
85
  add_submenu_page(
86
  $this->plugin_slug, __( 'Support', 'advanced-ads' ), __( 'Support', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options'), $this->plugin_slug . '-support', array($this, 'display_support_page')
158
  include ADVADS_BASE_PATH . 'admin/views/debug.php';
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  /**
162
  * Render the support page
163
  *
admin/includes/class-meta-box.php CHANGED
@@ -119,7 +119,7 @@ class Advanced_Ads_Admin_Meta_Boxes {
119
  */
120
  public function markup_meta_boxes($post, $box) {
121
  $ad = new Advanced_Ads_Ad( $post->ID );
122
-
123
  switch ( $box['id'] ) {
124
  case 'ad-main-box':
125
  $view = 'ad-main-metabox.php';
@@ -351,11 +351,11 @@ class Advanced_Ads_Admin_Meta_Boxes {
351
  );
352
 
353
  // get number of ads
354
- $recent_ads = Advanced_Ads::get_instance()->get_model()->get_ads();
355
  if( current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads') ) ) {
356
  echo '<p>';
357
  printf(__( '%d ads – <a href="%s">manage</a> - <a href="%s">new</a>', 'advanced-ads' ),
358
- count( $recent_ads ),
359
  'edit.php?post_type='. Advanced_Ads::POST_TYPE_SLUG,
360
  'post-new.php?post_type='. Advanced_Ads::POST_TYPE_SLUG);
361
  echo '</p>';
119
  */
120
  public function markup_meta_boxes($post, $box) {
121
  $ad = new Advanced_Ads_Ad( $post->ID );
122
+
123
  switch ( $box['id'] ) {
124
  case 'ad-main-box':
125
  $view = 'ad-main-metabox.php';
351
  );
352
 
353
  // get number of ads
354
+ $ads_count = Advanced_Ads::get_number_of_ads();
355
  if( current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads') ) ) {
356
  echo '<p>';
357
  printf(__( '%d ads – <a href="%s">manage</a> - <a href="%s">new</a>', 'advanced-ads' ),
358
+ $ads_count,
359
  'edit.php?post_type='. Advanced_Ads::POST_TYPE_SLUG,
360
  'post-new.php?post_type='. Advanced_Ads::POST_TYPE_SLUG);
361
  echo '</p>';
admin/includes/class-options.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ defined( 'ABSPATH' ) || exit;
3
+
4
+ /**
5
+ * logic to render options for ads, groups and placements
6
+ */
7
+
8
+ class Advanced_Ads_Admin_Options {
9
+ /**
10
+ * Instance of this class.
11
+ *
12
+ * @var object
13
+ */
14
+ protected static $instance = null;
15
+
16
+ private function __construct() {
17
+ }
18
+
19
+ /**
20
+ * Return an instance of this class.
21
+ *
22
+ * @return object A single instance of this class.
23
+ */
24
+ public static function get_instance() {
25
+ // If the single instance hasn't been set, set it now.
26
+ if ( null == self::$instance ) {
27
+ self::$instance = new self;
28
+ }
29
+
30
+ return self::$instance;
31
+ }
32
+
33
+ /**
34
+ * create a wrapper for a single option line
35
+ *
36
+ * @param str $id internal id of the option wrapper
37
+ * @param str $title label of the option
38
+ * @param str $content content of the option
39
+ * @param str $description description of the option
40
+ *
41
+ */
42
+ public static function render_option( $id, $title, $content, $description = '' ){
43
+
44
+ /**
45
+ * this filter allows to extend the class dynamically by add-ons
46
+ * this would allow add-ons to dynamically hide/show only attributes belonging to them, practically not used now
47
+ */
48
+ $class = apply_filters( 'advanced-ads-option-class', $id );
49
+ ?>
50
+ <div class="advads-option advads-option-<?php echo $class; ?>">
51
+ <span><?php echo $title ?></span>
52
+ <div>
53
+ <?php echo $content; ?>
54
+ <?php if( $description ) : echo '<p class="description">'. $description .'</p>'; endif; ?>
55
+ </div>
56
+ </div><?php
57
+ }
58
+
59
+ }
admin/includes/class-overview-widgets.php CHANGED
@@ -153,7 +153,7 @@ foreach ( $next_steps as $_step ){
153
  <li><?php printf( __( '<a href="%s" target="_blank">Manual</a>', 'advanced-ads' ), ADVADS_URL . 'manual/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
154
  <li><?php printf( __( '<a href="%s" target="_blank">FAQ and Support</a>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
155
  <li><?php printf( __( 'Vote for a <a href="%s" target="_blank">feature</a>', 'advanced-ads' ), ADVADS_URL . 'feature-requests/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
156
- <li><?php printf( __( 'Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a href="%s" target="_blank">wordpress.org</a>', 'advanced-ads' ), 'https://wordpress.org/support/view/plugin-reviews/advanced-ads' ); ?></li>
157
  </ul><?php
158
  }
159
 
153
  <li><?php printf( __( '<a href="%s" target="_blank">Manual</a>', 'advanced-ads' ), ADVADS_URL . 'manual/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
154
  <li><?php printf( __( '<a href="%s" target="_blank">FAQ and Support</a>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
155
  <li><?php printf( __( 'Vote for a <a href="%s" target="_blank">feature</a>', 'advanced-ads' ), ADVADS_URL . 'feature-requests/#utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-manual' ); ?></li>
156
+ <li><?php printf( __( 'Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a href="%s" target="_blank">wordpress.org</a>', 'advanced-ads' ), 'https://wordpress.org/support/plugin/advanced-ads/reviews/?filter=5#new-post' ); ?></li>
157
  </ul><?php
158
  }
159
 
admin/includes/class-settings.php CHANGED
@@ -217,8 +217,8 @@ class Advanced_Ads_Admin_Settings {
217
  * @since 1.5.1
218
  */
219
  public function render_settings_licenses_section_callback(){
220
- echo '<p>'. __( 'Enter license keys for our powerful <a href="'.ADVADS_URL.'add-ons/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses" target="_blank">add-ons</a>.', 'advanced-ads' );
221
- echo ' ' . __( 'See also <a href="'.ADVADS_URL.'manual-category/purchase-licenses/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses" target="_blank">Issues and questions about licenses</a>', 'advanced-ads' ) .'.</p>';
222
  // nonce field
223
  echo '<input type="hidden" id="advads-licenses-ajax-referrer" value="' . wp_create_nonce( "advads_ajax_license_nonce" ) . '"/>';
224
  }
@@ -440,8 +440,8 @@ class Advanced_Ads_Admin_Settings {
440
  ?>
441
 
442
  <fieldset>
443
- <input type="checkbox" <?php checked( $enabled, true ); ?> value="1" onclick="advads_toggle_box( this, '#advads-custom-label' );" name="<?php echo ADVADS_SLUG . '[custom-label][enabled]'; ?>" />
444
- <input <?php if ( ! $enabled ) echo 'style="display:none;"' ?> id="advads-custom-label" type="text" value="<?php echo $label; ?>" name="<?php echo ADVADS_SLUG . '[custom-label][text]'; ?>" />
445
  </fieldset>
446
  <p class="description"><?php _e( 'Displayed above ads.', 'advanced-ads' ); ?>&nbsp;<a target="_blank" href="<?php echo ADVADS_URL . 'manual/advertisement-label/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-advertisement-label'?>"><?php _e( 'Manual', 'advanced-ads' ); ?></a></p>
447
 
217
  * @since 1.5.1
218
  */
219
  public function render_settings_licenses_section_callback(){
220
+ echo '<p>' . sprintf( __( 'Enter license keys for our powerful <a href="%s" target="_blank">add-ons</a>.', 'advanced-ads' ), ADVADS_URL . 'add-ons/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses' );
221
+ echo ' ' . sprintf( __( 'See also <a href="%s" target="_blank">Issues and questions about licenses</a>.', 'advanced-ads' ), ADVADS_URL . 'manual-category/purchase-licenses/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses') . '</p>';
222
  // nonce field
223
  echo '<input type="hidden" id="advads-licenses-ajax-referrer" value="' . wp_create_nonce( "advads_ajax_license_nonce" ) . '"/>';
224
  }
440
  ?>
441
 
442
  <fieldset>
443
+ <input type="checkbox" <?php checked( $enabled, true ); ?> value="1" name="<?php echo ADVADS_SLUG . '[custom-label][enabled]'; ?>" />
444
+ <input id="advads-custom-label" type="text" value="<?php echo $label; ?>" name="<?php echo ADVADS_SLUG . '[custom-label][text]'; ?>" />
445
  </fieldset>
446
  <p class="description"><?php _e( 'Displayed above ads.', 'advanced-ads' ); ?>&nbsp;<a target="_blank" href="<?php echo ADVADS_URL . 'manual/advertisement-label/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-advertisement-label'?>"><?php _e( 'Manual', 'advanced-ads' ); ?></a></p>
447
 
admin/includes/class-shortcode-creator.php CHANGED
@@ -115,7 +115,7 @@ class Advanced_Ads_Shortcode_Creator {
115
  $model = Advanced_Ads::get_instance()->get_model();
116
 
117
  // load all ads
118
- $ads = $model->get_ads( array( 'orderby' => 'name', 'order' => 'ASC' ) );
119
  foreach ( $ads as $_ad ){
120
  $select['ads']['ad_' . $_ad->ID] = $_ad->post_title;
121
  }
@@ -128,6 +128,7 @@ class Advanced_Ads_Shortcode_Creator {
128
 
129
  // load all placements
130
  $placements = $model->get_ad_placements_array();
 
131
  foreach ( $placements as $key => $_placement ) {
132
  $select['placements']['placement_' . $key] = $_placement['name'];
133
  }
115
  $model = Advanced_Ads::get_instance()->get_model();
116
 
117
  // load all ads
118
+ $ads = $model->get_ads( array( 'orderby' => 'title', 'order' => 'ASC' ) );
119
  foreach ( $ads as $_ad ){
120
  $select['ads']['ad_' . $_ad->ID] = $_ad->post_title;
121
  }
128
 
129
  // load all placements
130
  $placements = $model->get_ad_placements_array();
131
+ ksort( $placements );
132
  foreach ( $placements as $key => $_placement ) {
133
  $select['placements']['placement_' . $key] = $_placement['name'];
134
  }
admin/includes/notices.php CHANGED
@@ -6,7 +6,7 @@ $advanced_ads_admin_notices = apply_filters( 'advanced-ads-notices', array(
6
  // email tutorial
7
  'nl_intro' => array(
8
  'type' => 'info',
9
- 'text' => sprintf(__( 'Advanced Ads successfully installed. Take a look at the <a href="%s">First Steps</a>.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-intro' )),
10
  'global' => true
11
  ),
12
  // email tutorial
@@ -56,7 +56,7 @@ $advanced_ads_admin_notices = apply_filters( 'advanced-ads-notices', array(
56
  // please review
57
  'review' => array(
58
  'type' => 'info',
59
- 'text' => sprintf( __( '<img src="%3$s" alt="Thomas" width="80" height="115" class="advads-review-image"/>You are using <strong>Advanced Ads</strong> for some time now. Thank you! If you need my help then please visit the <a href="%1$s" target="_blank">Support page</a> to get free help.</p><h3>Thanks for your Review</h3><p>If you share my passion and find Advanced Ads useful then please <a href="%2$s" target="_blank">leave a 5-star review on wordpress.org</a>.</p><p><em>Thomas</em>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-review', 'https://wordpress.org/support/view/plugin-reviews/advanced-ads#postform', ADVADS_BASE_URL . 'admin/assets/img/thomas.png' ),
60
  'global' => false
61
  ),
62
  // adblocker assets expired
6
  // email tutorial
7
  'nl_intro' => array(
8
  'type' => 'info',
9
+ 'text' => sprintf(__( 'Advanced Ads successfully installed. <a href="%s" class="button button-primary">Create your first ad</a>', 'advanced-ads' ), admin_url( 'post-new.php?post_type=advanced_ads' )),
10
  'global' => true
11
  ),
12
  // email tutorial
56
  // please review
57
  'review' => array(
58
  'type' => 'info',
59
+ 'text' => sprintf( __( '<img src="%3$s" alt="Thomas" width="80" height="115" class="advads-review-image"/>You are using <strong>Advanced Ads</strong> for some time now. Thank you! If you need my help then please visit the <a href="%1$s" target="_blank">Support page</a> to get free help.</p><h3>Thanks for your Review</h3><p>If you share my passion and find Advanced Ads useful then please <a href="%2$s" target="_blank">leave a 5-star review on wordpress.org</a>.</p><p><em>Thomas</em>', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-review', 'https://wordpress.org/support/plugin/advanced-ads/reviews/#postform', ADVADS_BASE_URL . 'admin/assets/img/thomas.png' ),
60
  'global' => false
61
  ),
62
  // adblocker assets expired
admin/views/ad-display-metabox.php CHANGED
@@ -3,9 +3,16 @@ $display_conditions = Advanced_Ads_Display_Conditions::get_instance()->condition
3
  $options = $ad->options('conditions');
4
  // error_log(print_r($display_conditions, true));
5
  // error_log(print_r($options, true));
6
- ?><div id="advads-display-conditions"><?php
7
- // display help when no conditions are given
8
- if( !is_array( $options ) || !count( $options )) :
 
 
 
 
 
 
 
9
  $options = array();
10
  ?><p><button type="button" class="advads-video-link-inline button button-primary"><?php _e( 'Watch video', 'advanced-ads' ); ?></button><?php
11
  ?>&nbsp;<a class="button button-secondary" href="<?php echo ADVADS_URL; ?>manual/display-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-display" target="_blank">
@@ -65,11 +72,11 @@ $options = $ad->options('conditions');
65
  endif;
66
  ?></tbody></table>
67
  <input type="hidden" id="advads-display-conditions-index" value="<?php echo is_array($options) ? count($options) : 0; ?>"/>
68
- </div>
69
- <?php if (!isset($options) || count($options) == 0) :
70
  ?><p><?php _e('If you want to display the ad everywhere, don\'t do anything here. ', 'advanced-ads'); ?></p><?php
71
  endif;
72
- ?><fieldset>
 
73
  <legend><?php _e('New condition', 'advanced-ads'); ?></legend>
74
  <div id="advads-display-conditions-new">
75
  <select>
3
  $options = $ad->options('conditions');
4
  // error_log(print_r($display_conditions, true));
5
  // error_log(print_r($options, true));
6
+ $empty_options = ( !is_array( $options ) || !count( $options ) );
7
+ if( $empty_options ) :
8
+ ?><div class="advads-show-in-wizard">
9
+ <p><?php _e( 'Click on the button below if the ad should NOT show up on all pages when included automatically.', 'advanced-ads' ); ?></p>
10
+ <button type="button" class="button button-secondary" id="advads-wizard-display-conditions-show"><?php _e( 'Hide the ad on some pages', 'advanced-ads' ); ?></button>
11
+ </div>
12
+ <?php endif; ?>
13
+ <div id="advads-display-conditions" <?php if( $empty_options ) : ?>class="advads-hide-in-wizard"<?php endif; ?>>
14
+ <?php // display help when no conditions are given
15
+ if( $empty_options ) :
16
  $options = array();
17
  ?><p><button type="button" class="advads-video-link-inline button button-primary"><?php _e( 'Watch video', 'advanced-ads' ); ?></button><?php
18
  ?>&nbsp;<a class="button button-secondary" href="<?php echo ADVADS_URL; ?>manual/display-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-display" target="_blank">
72
  endif;
73
  ?></tbody></table>
74
  <input type="hidden" id="advads-display-conditions-index" value="<?php echo is_array($options) ? count($options) : 0; ?>"/>
75
+ <?php if ( $empty_options ) :
 
76
  ?><p><?php _e('If you want to display the ad everywhere, don\'t do anything here. ', 'advanced-ads'); ?></p><?php
77
  endif;
78
+ ?></div>
79
+ <fieldset <?php if( $empty_options ) : ?>class="advads-hide-in-wizard"<?php endif; ?>>
80
  <legend><?php _e('New condition', 'advanced-ads'); ?></legend>
81
  <div id="advads-display-conditions-new">
82
  <select>
admin/views/ad-group-list-ads.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <table class="advads-group-ads">
2
+ <thead><tr><th><?php _e( 'Ad', 'advanced-ads' );
3
+ ?></th><th colspan="2"><?php _e('weight', 'advanced-ads'); ?></th></tr></thead>
4
+ <tbody>
5
+ <?php
6
+ if (count($ad_form_rows)) {
7
+ foreach ($ad_form_rows as $_row) {
8
+ echo $_row;
9
+ }
10
+ }
11
+ ?>
12
+ </tbody>
13
+ </table>
14
+
15
+ <?php if ( $ads_for_select ): ?>
16
+ <fieldset class="advads-group-add-ad">
17
+ <legend><?php _e( 'New Ad', 'advanced-ads' ); ?></legend>
18
+ <select class="advads-group-add-ad-list-ads">
19
+ <?php foreach ( $ads_for_select as $_ad_id => $_ad_title ) {
20
+ echo '<option value="advads-groups[' . $group->id . '][ads][' . $_ad_id . ']">' . $_ad_title . '</option>';
21
+ } ?>
22
+ </select>
23
+ <?php echo $new_ad_weights; ?>
24
+ <button type="button" class="button"><?php _e( 'add', 'advanced-ads' ); ?></button>
25
+ </fieldset>
26
+ <?php endif;
admin/views/ad-group-list-form-row.php CHANGED
@@ -1,56 +1,72 @@
1
- <tr class="hidden advads-ad-group-form">
 
 
2
  <td colspan="3">
3
- <label><strong><?php _e( 'Name', 'advanced-ads' ); ?></strong><input type="text" name="advads-groups[<?php
4
- echo $group->id; ?>][name]" value="<?php echo $group->name; ?>"/></label><br/>
5
- <label><strong><?php _e( 'Description', 'advanced-ads' ); ?></strong><input type="text" name="advads-groups[<?php
6
- echo $group->id; ?>][description]" value="<?php echo $group->description; ?>"/></label><br/>
7
- <strong><?php _e( 'Type', 'advanced-ads' ); ?></strong>
8
- <ul class="advads-ad-group-type"><?php foreach ( $this->types as $_type_key => $_type ) :
9
- ?><li><label><input type="radio" name="advads-groups[<?php echo $group->id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ?>][type]" value="<?php echo $_type_key; ?>" <?php checked( $group->type, $_type_key )?>/><?php
11
  echo $_type['title']; ?></label>
12
- <p class="description"><?php echo $_type['description']; ?></p>
13
- </li><?php
14
- endforeach; ?></ul><div class="clear"></div>
15
- <div class="advads-ad-group-number">
16
- <label><strong><?php _e( 'Number of visible ads', 'advanced-ads' ); ?></strong>
17
- <select name="advads-groups[<?php echo $group->id; ?>][ad_count]"><?php
 
 
 
 
 
 
 
 
18
  $max = ( count( $ad_form_rows ) >= 10 ) ? count( $ad_form_rows ) + 2 : 10;
19
  for ( $i = 1; $i <= $max; $i++ ) : ?>
20
  <option <?php selected( $group->ad_count, $i ); ?>><?php echo $i; ?></option>
21
  <?php endfor;
22
  ?><option <?php selected( $group->ad_count, 'all' ); ?> value="all"><?php _ex('all', 'option to display all ads in an ad groups', 'advanced-ads'); ?></option>
23
- </select>
24
- </label>
25
- <p class="description"><?php _e( 'Number of ads that are visible at the same time', 'advanced-ads' ); ?></p>
26
- </div>
27
- <?php do_action( 'advanced-ads-group-form-options', $group ); ?>
28
- <h3><?php _e( 'Ads', 'advanced-ads' ); ?></h3>
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
- <table class="advads-group-ads">
31
- <thead><tr><th><?php _e( 'Ad', 'advanced-ads' );
32
- ?></th><th colspan="2"><?php _e( 'weight', 'advanced-ads' ); ?></th></tr></thead>
33
- <tbody>
34
- <?php
35
- if ( count( $ad_form_rows ) ) {
36
- foreach ( $ad_form_rows as $_row ) {
37
- echo $_row;
38
- }
39
- } ?>
40
- </tbody>
41
- </table>
42
-
43
- <?php if ( $ads_for_select ): ?>
44
- <fieldset class="advads-group-add-ad">
45
- <legend><?php _e( 'New Ad', 'advanced-ads' ); ?></legend>
46
- <select class="advads-group-add-ad-list-ads">
47
- <?php foreach ( $ads_for_select as $_ad_id => $_ad_title ) {
48
- echo '<option value="advads-groups[' . $group->id . '][ads][' . $_ad_id . ']">' . $_ad_title . '</option>';
49
- } ?>
50
- </select>
51
- <?php echo $new_ad_weights; ?>
52
- <button type="button" class="button"><?php _e( 'add', 'advanced-ads' ); ?></button>
53
- </fieldset>
54
- <?php endif; ?>
55
- </td>
56
  </tr>
1
+ <?php // open form if this was the last edited
2
+ $hidden = ( isset( $_POST['advads-last-edited-group'] ) && $group->id == $_POST['advads-last-edited-group'] ) ? '' : ' hidden';
3
+ ?><tr class="advads-ad-group-form<?php echo $hidden; ?>">
4
  <td colspan="3">
5
+ <?php // name
6
+ ob_start();
7
+ ?><input type="text" name="advads-groups[<?php echo $group->id; ?>][name]" value="<?php echo $group->name; ?>"/><?php
8
+ $option_content = ob_get_clean();
9
+
10
+ Advanced_Ads_Admin_Options::render_option(
11
+ 'group-name static',
12
+ __( 'Name', 'advanced-ads' ),
13
+ $option_content );
14
+
15
+ // description
16
+ /* removed in 1.8 since we never saw it being used and so it just took space
17
+ ob_start();
18
+ ?><input type="text" name="advads-groups[<?php echo $group->id; ?>][description]" value="<?php echo $group->description; ?>"/><?php
19
+ $option_content = ob_get_clean();
20
+
21
+ Advanced_Ads_Admin_Options::render_option(
22
+ 'group-description',
23
+ __( 'Description', 'advanced-ads' ),
24
+ $option_content );
25
+ */
26
+
27
+ // type
28
+ ob_start();
29
+ ?><div class="advads-ad-group-type"><?php foreach ( $this->types as $_type_key => $_type ) :
30
+ ?><label title="<?php echo $_type['description']; ?>"><input type="radio" name="advads-groups[<?php echo $group->id;
31
  ?>][type]" value="<?php echo $_type_key; ?>" <?php checked( $group->type, $_type_key )?>/><?php
32
  echo $_type['title']; ?></label>
33
+ <!--p class="description"><?php echo $_type['description']; ?></p-->
34
+ <?php
35
+ endforeach; ?>
36
+ </div><?php
37
+ $option_content = ob_get_clean();
38
+
39
+ Advanced_Ads_Admin_Options::render_option(
40
+ 'group-type static',
41
+ __( 'Type', 'advanced-ads' ),
42
+ $option_content );
43
+
44
+ // group number
45
+ ob_start();
46
+ ?><select name="advads-groups[<?php echo $group->id; ?>][ad_count]"><?php
47
  $max = ( count( $ad_form_rows ) >= 10 ) ? count( $ad_form_rows ) + 2 : 10;
48
  for ( $i = 1; $i <= $max; $i++ ) : ?>
49
  <option <?php selected( $group->ad_count, $i ); ?>><?php echo $i; ?></option>
50
  <?php endfor;
51
  ?><option <?php selected( $group->ad_count, 'all' ); ?> value="all"><?php _ex('all', 'option to display all ads in an ad groups', 'advanced-ads'); ?></option>
52
+ </select><?php
53
+ $option_content = ob_get_clean();
54
+
55
+ Advanced_Ads_Admin_Options::render_option(
56
+ 'group-number advads-group-type-default advads-group-type-ordered',
57
+ __( 'Visible ads', 'advanced-ads' ),
58
+ $option_content,
59
+ __( 'Number of ads that are visible at the same time', 'advanced-ads' ) );
60
+
61
+ do_action( 'advanced-ads-group-form-options', $group );
62
+
63
+ ob_start();
64
+ include ADVADS_BASE_PATH . 'admin/views/ad-group-list-ads.php';
65
+ $option_content = ob_get_clean();
66
+ Advanced_Ads_Admin_Options::render_option(
67
+ 'group-ads static',
68
+ __( 'Ads', 'advanced-ads' ),
69
+ $option_content );
70
 
71
+ ?></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  </tr>
admin/views/ad-group.php CHANGED
@@ -50,6 +50,7 @@ if ( isset($_REQUEST['message']) && ( $msg = (int) $_REQUEST['message'] ) || iss
50
  ?>
51
  </h1>
52
  <p><?php _e( 'Ad Groups are a very flexible method to bundle ads. You can use them to display random ads in the frontend or run split tests, but also just for informational purposes. Not only can an Ad Groups have multiple ads, but an ad can belong to multiple ad groups.', 'advanced-ads' ); ?></p>
 
53
  <?php if ( isset($message) ) : ?>
54
  <div id="message" class="updated"><p><?php echo $message; ?></p></div>
55
  <?php
@@ -57,16 +58,6 @@ if ( isset($_REQUEST['message']) && ( $msg = (int) $_REQUEST['message'] ) || iss
57
  endif;
58
  ?>
59
  <div id="ajax-response"></div>
60
- <a onclick="advads_toggle('#advads-ad-group-display-info')"><?php _e( 'How to display an Ad Group?', 'advanced-ads' ); ?></a>
61
- <div id="advads-ad-group-display-info" style="display: none;">
62
- <p><?php printf( __( 'Examples on how to display an ad group? Find more help and examples in the <a href="%s" target="_blank">manual</a>', 'advanced-ads' ), ADVADS_URL . 'manual/ad-groups/#utm_source=advanced-ads&utm_medium=link&utm_campaign=groups' ); ?></p>
63
- <h4><?php _e( 'shortcode', 'advanced-ads' ); ?></h4>
64
- <p class="description"><?php _e( 'To display an ad group with the ID 6 in content fields', 'advanced-ads' ); ?></p>
65
- <pre><input type="text" onclick="this.select();" style="width: 250px;" value='[the_ad_group id="6"]'/></pre>
66
- <h4><?php _e( 'template', 'advanced-ads' ); ?></h4>
67
- <p class="description"><?php _e( 'To display an ad group with the ID 6 in template files', 'advanced-ads' ); ?></p>
68
- <pre><input type="text" onclick="this.select();" value="the_ad_group(6);"/></pre>
69
- </div>
70
 
71
  <div id="col-container">
72
  <div class="col-wrap">
@@ -84,6 +75,7 @@ if ( isset($_REQUEST['message']) && ( $msg = (int) $_REQUEST['message'] ) || iss
84
  <?php $ad_groups_list->render_header(); ?>
85
  <?php $ad_groups_list->render_rows(); ?>
86
  </table>
 
87
  <?php submit_button( __( 'Update Groups', 'advanced-ads' ) ); ?>
88
  </form>
89
  </div>
50
  ?>
51
  </h1>
52
  <p><?php _e( 'Ad Groups are a very flexible method to bundle ads. You can use them to display random ads in the frontend or run split tests, but also just for informational purposes. Not only can an Ad Groups have multiple ads, but an ad can belong to multiple ad groups.', 'advanced-ads' ); ?></p>
53
+ <p class="advads-create-new-group-text"><?php _e( 'You can create a new group through the <em>Ad Groups</em> widget on the ad edit page.', 'advanced-ads' ); ?> <?php printf(__( 'Find more information about ad groups in the <a href="%s" target="_blank">manual</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/ad-groups/#utm_source=advanced-ads&utm_medium=link&utm_campaign=groups' ); ?></p>
54
  <?php if ( isset($message) ) : ?>
55
  <div id="message" class="updated"><p><?php echo $message; ?></p></div>
56
  <?php
58
  endif;
59
  ?>
60
  <div id="ajax-response"></div>
 
 
 
 
 
 
 
 
 
 
61
 
62
  <div id="col-container">
63
  <div class="col-wrap">
75
  <?php $ad_groups_list->render_header(); ?>
76
  <?php $ad_groups_list->render_rows(); ?>
77
  </table>
78
+ <input type="hidden" name="advads-last-edited-group" id="advads-last-edited-group" value="0"/>
79
  <?php submit_button( __( 'Update Groups', 'advanced-ads' ) ); ?>
80
  </form>
81
  </div>
admin/views/ad-info-bottom.php CHANGED
@@ -1,12 +1,10 @@
1
  <div id="advads-wizard-controls" class="hidden">
2
  <button type="button" id="advads-wizard-controls-prev" class="button button-secondary button-large"><span class="dashicons dashicons-controls-back"></span>&nbsp;<?php _ex( 'previous', 'wizard navigation', 'advanced-ads' ); ?></button>
3
- <button type="button" class="advads-stop-wizard button button-large"><?php _ex( 'Stop Wizard', 'advanced-ads' ); ?></button>
4
  <input type="submit" id="advads-wizard-controls-save" class="button button-primary button-large" value="<?php _ex( 'save', 'wizard navigation', 'advanced-ads' ); ?>"/>
5
  <button type="button" id="advads-wizard-controls-next" class="button button-primary button-large"><?php _ex( 'next', 'wizard navigation', 'advanced-ads' ); ?>&nbsp;<span class="dashicons dashicons-controls-forward"></span></button>
 
6
  </div>
7
  <?php // start the wizard if it was never closed
8
  if( $this->start_wizard_automatically() ) : ?>
9
- <script>
10
- advads_wizard.start();
11
- </script>
12
  <?php endif;
1
  <div id="advads-wizard-controls" class="hidden">
2
  <button type="button" id="advads-wizard-controls-prev" class="button button-secondary button-large"><span class="dashicons dashicons-controls-back"></span>&nbsp;<?php _ex( 'previous', 'wizard navigation', 'advanced-ads' ); ?></button>
 
3
  <input type="submit" id="advads-wizard-controls-save" class="button button-primary button-large" value="<?php _ex( 'save', 'wizard navigation', 'advanced-ads' ); ?>"/>
4
  <button type="button" id="advads-wizard-controls-next" class="button button-primary button-large"><?php _ex( 'next', 'wizard navigation', 'advanced-ads' ); ?>&nbsp;<span class="dashicons dashicons-controls-forward"></span></button>
5
+ <p><a href="javascript:void(0)" class="advads-stop-wizard"><?php _ex( 'Stop Wizard and show all options', 'advanced-ads' ); ?></a></p>
6
  </div>
7
  <?php // start the wizard if it was never closed
8
  if( $this->start_wizard_automatically() ) : ?>
9
+ <script>jQuery( document ).ready(function ($) { advads_wizard.start() });</script>
 
 
10
  <?php endif;
admin/views/ad-info-top.php CHANGED
@@ -63,17 +63,25 @@ if( isset( $_GET['message'] ) && 6 === $_GET['message'] ) : ?>
63
  // display ad wizard controls
64
  ?><button type="button" id="advads-start-wizard" class="dashicons-before dashicons-controls-play page-title-action"><?php _e('Start Wizard', 'advanced-ads'); ?></button>
65
  <button type="button" id="advads-stop-wizard" class="advads-stop-wizard dashicons-before dashicons-no page-title-action hidden"><?php _e('Stop Wizard', 'advanced-ads'); ?></button>
 
 
 
66
  <script>
67
  // move wizard button to head
68
  jQuery('#advads-start-wizard').appendTo('h1');
69
  jQuery('.advads-stop-wizard').insertAfter('h1');
 
70
  </script>
71
  <?php // show wizard welcome message
72
- if( $this->show_wizard_welcome() ) : ?>
73
- <div id="advads-wizard-welcome" class="advads-ad-metabox postbox">
 
 
 
 
 
74
  <h2><?php _e( 'Welcome to the Wizard', 'advanced-ads' ); ?></h2>
75
  <p><?php _e( 'The Wizard helps you to quickly create and publish an ad. Therefore, only the most common options are visible.', 'advanced-ads' ); ?></p>
76
- <button type="button" id="advads-hide-wizard-welcome" class="page-title-action"><?php _e('Start Wizard', 'advanced-ads'); ?></button>
77
  <button type="button" class="advads-stop-wizard dashicons-before dashicons-no page-title-action"><?php _e('Stop Wizard and show all options', 'advanced-ads'); ?></button>
78
  <a a href="<?php echo ADVADS_URL . 'manual/wizard/#utm_source=advanced-ads&utm_medium=link&utm_campaign=wizard'; ?>" target="_blank"><?php _e('manual', 'advanced-ads'); ?></a>
79
  </div>
@@ -82,4 +90,6 @@ if( $this->show_wizard_welcome() ) : ?>
82
  jQuery('#advads-hide-wizard-welcome').click( function(){ jQuery( '#advads-wizard-welcome' ).remove(); });
83
  jQuery('#advads-end-wizard').insertBefore('h1');
84
  </script>
85
- <?php endif;
 
 
63
  // display ad wizard controls
64
  ?><button type="button" id="advads-start-wizard" class="dashicons-before dashicons-controls-play page-title-action"><?php _e('Start Wizard', 'advanced-ads'); ?></button>
65
  <button type="button" id="advads-stop-wizard" class="advads-stop-wizard dashicons-before dashicons-no page-title-action hidden"><?php _e('Stop Wizard', 'advanced-ads'); ?></button>
66
+ <div id="advads-wizard-progress-bar" class="advads-show-in-wizard">
67
+ <span style="width: 1%"></span>
68
+ </div>
69
  <script>
70
  // move wizard button to head
71
  jQuery('#advads-start-wizard').appendTo('h1');
72
  jQuery('.advads-stop-wizard').insertAfter('h1');
73
+ jQuery('#advads-wizard-progress-bar').insertBefore('.wp-header-end');
74
  </script>
75
  <?php // show wizard welcome message
76
+ if( $this->show_wizard_welcome() || ! Advanced_Ads::get_number_of_ads() ) : ?>
77
+ <div class="advads-ad-metabox postbox">
78
+ <?php if( ! Advanced_Ads::get_number_of_ads() ){
79
+ include ADVADS_BASE_PATH . 'admin/views/ad-list-no-ads.php';
80
+ } ?><br/><br/>
81
+ <?php if( $this->show_wizard_welcome() ) : ?>
82
+ <div id="advads-wizard-welcome">
83
  <h2><?php _e( 'Welcome to the Wizard', 'advanced-ads' ); ?></h2>
84
  <p><?php _e( 'The Wizard helps you to quickly create and publish an ad. Therefore, only the most common options are visible.', 'advanced-ads' ); ?></p>
 
85
  <button type="button" class="advads-stop-wizard dashicons-before dashicons-no page-title-action"><?php _e('Stop Wizard and show all options', 'advanced-ads'); ?></button>
86
  <a a href="<?php echo ADVADS_URL . 'manual/wizard/#utm_source=advanced-ads&utm_medium=link&utm_campaign=wizard'; ?>" target="_blank"><?php _e('manual', 'advanced-ads'); ?></a>
87
  </div>
90
  jQuery('#advads-hide-wizard-welcome').click( function(){ jQuery( '#advads-wizard-welcome' ).remove(); });
91
  jQuery('#advads-end-wizard').insertBefore('h1');
92
  </script>
93
+ <?php endif;
94
+ ?></div><?php
95
+ endif;
admin/views/ad-list-no-ads.php CHANGED
@@ -1,4 +1,4 @@
1
- <div id="advads-first-ad-links" class="postbox advads-ad-metabox" style="clear: both; margin: 10px 20px 0 2px;">
2
  <h2><?php _e( 'Not many ads here yet. Get help from the following resources:', 'advanced-ads' ); ?></h2>
3
  <button type="button" id="advads-first-ad-video-link" class="button-primary"><?php _e( 'Watch the “First Ad” Tutorial (Video)', 'advanced-ads'); ?></button>
4
  <a href="<?php echo ADVADS_URL . '/manual/ad-templates#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-import'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Import Ads (Link)', 'advanced-ads'); ?></button></a>
1
+ <div id="advads-first-ad-links">
2
  <h2><?php _e( 'Not many ads here yet. Get help from the following resources:', 'advanced-ads' ); ?></h2>
3
  <button type="button" id="advads-first-ad-video-link" class="button-primary"><?php _e( 'Watch the “First Ad” Tutorial (Video)', 'advanced-ads'); ?></button>
4
  <a href="<?php echo ADVADS_URL . '/manual/ad-templates#utm_source=advanced-ads&utm_medium=link&utm_campaign=first-ad-import'; ?>" target="_blank"><button type="button" class="button-primary"><?php _e( 'Import Ads (Link)', 'advanced-ads'); ?></button></a>
admin/views/ad-list-timing-column.php CHANGED
@@ -1,7 +1,7 @@
1
  <fieldset class="inline-edit-col-left">
2
  <div class="inline-edit-col <?php echo $html_classes; ?>">
3
  <?php if ( $post_future ) : ?>
4
- <p><?php printf( __( 'starts %s', 'advanced-ads' ), date( $expiry_date_format, $post_future ) ); ?></p>
5
  <?php endif; ?>
6
  <?php if ( $expiry ) : ?>
7
  <?php
@@ -18,9 +18,9 @@
18
  }
19
  ?>
20
  <?php if ( $expiry > time() ) :?>
21
- <p><?php printf( __( 'expires %s', 'advanced-ads' ), $expiry_date->format( $expiry_date_format ) ); ?></p>
22
  <?php else : ?>
23
- <p><?php printf( __( '<strong>expired</strong> %s', 'advanced-ads' ), $expiry_date->format( $expiry_date_format ) ); ?></p>
24
  <?php endif; ?>
25
  <?php endif; ?>
26
  <?php echo $content_after; ?>
1
  <fieldset class="inline-edit-col-left">
2
  <div class="inline-edit-col <?php echo $html_classes; ?>">
3
  <?php if ( $post_future ) : ?>
4
+ <p><?php printf( __( 'starts %s', 'advanced-ads' ), date_i18n( $expiry_date_format, $post_future ) ); ?></p>
5
  <?php endif; ?>
6
  <?php if ( $expiry ) : ?>
7
  <?php
18
  }
19
  ?>
20
  <?php if ( $expiry > time() ) :?>
21
+ <p><?php printf( __( 'expires %s', 'advanced-ads' ), date_i18n( $expiry_date_format, $expiry ) ); ?></p>
22
  <?php else : ?>
23
+ <p><?php printf( __( '<strong>expired</strong> %s', 'advanced-ads' ), date_i18n( $expiry_date_format, $expiry ) ); ?></p>
24
  <?php endif; ?>
25
  <?php endif; ?>
26
  <?php echo $content_after; ?>
admin/views/ad-main-metabox.php CHANGED
@@ -7,7 +7,7 @@
7
  // choose first type if none set
8
  $type = (isset($ad->type)) ? $ad->type : current( $types )->ID;
9
  foreach ( $types as $_type ) : ?>
10
- <li>
11
  <input type="radio" name="advanced_ad[type]"
12
  id="advanced-ad-type-<?php echo $_type->ID ?>"
13
  value="<?php echo $_type->ID; ?>"
7
  // choose first type if none set
8
  $type = (isset($ad->type)) ? $ad->type : current( $types )->ID;
9
  foreach ( $types as $_type ) : ?>
10
+ <li class="advanced-ads-type-list-<?php echo $_type->ID; ?>">
11
  <input type="radio" name="advanced_ad[type]"
12
  id="advanced-ad-type-<?php echo $_type->ID ?>"
13
  value="<?php echo $_type->ID; ?>"
admin/views/ad-output-metabox.php CHANGED
@@ -41,7 +41,7 @@
41
  <label class='label advads-hide-in-wizard' for="advads-output-wrapper-class"><?php _e( 'container classes', 'advanced-ads' ); ?></label>
42
  <div class="advads-hide-in-wizard">
43
  <input type="text" id="advads-output-wrapper-class" name="advanced_ad[output][wrapper-class]" value="<?php if ( isset($options['wrapper-class']) ) { echo $options['wrapper-class']; } ?>"/>
44
- <p class="description"><?php _e( 'Specify one or more classes for the container. Separate multiple classes with a space', 'advanced-ads.' ); ?></p>
45
  </div>
46
  <hr class="advads-hide-in-wizard"/>
47
  <label for="advads-output-debugmode" class="label advads-hide-in-wizard"><?php _e( 'Enable debug mode', 'advanced-ads' ); ?></label>
41
  <label class='label advads-hide-in-wizard' for="advads-output-wrapper-class"><?php _e( 'container classes', 'advanced-ads' ); ?></label>
42
  <div class="advads-hide-in-wizard">
43
  <input type="text" id="advads-output-wrapper-class" name="advanced_ad[output][wrapper-class]" value="<?php if ( isset($options['wrapper-class']) ) { echo $options['wrapper-class']; } ?>"/>
44
+ <p class="description"><?php _e( 'Specify one or more classes for the container. Separate multiple classes with a space', 'advanced-ads' ); ?></p>
45
  </div>
46
  <hr class="advads-hide-in-wizard"/>
47
  <label for="advads-output-debugmode" class="label advads-hide-in-wizard"><?php _e( 'Enable debug mode', 'advanced-ads' ); ?></label>
admin/views/ad-parameters-metabox.php CHANGED
@@ -21,6 +21,8 @@ do_action( 'advanced-ads-ad-params-before', $ad, $types ); ?>
21
  <?php $type = (isset($types[$ad->type])) ? $types[$ad->type] : current( $types );
22
  $type->render_parameters( $ad );
23
 
24
- include ADVADS_BASE_PATH . 'admin/views/ad-parameters-size.php'; ?>
25
- </div>
 
 
26
  <?php do_action( 'advanced-ads-ad-params-after', $ad, $types );
21
  <?php $type = (isset($types[$ad->type])) ? $types[$ad->type] : current( $types );
22
  $type->render_parameters( $ad );
23
 
24
+ if( 'dummy' !== $ad->type ) :
25
+ include ADVADS_BASE_PATH . 'admin/views/ad-parameters-size.php';
26
+ endif;
27
+ ?></div>
28
  <?php do_action( 'advanced-ads-ad-params-after', $ad, $types );
admin/views/ad-visitor-metabox.php CHANGED
@@ -1,10 +1,17 @@
1
  <?php
2
  $visitor_conditions = Advanced_Ads_Visitor_Conditions::get_instance()->conditions;
3
  $options = $ad->options( 'visitors' );
4
- ?><p class="description"><?php _e( 'Display conditions that are based on the user. Use with caution on cached websites.', 'advanced-ads' ); ?></p>
5
- <div id="advads-visitor-conditions"><?php
 
 
 
 
 
 
 
6
  // display help when no conditions are given
7
- if( !is_array( $options ) || !count( $options )) :
8
  $options = array();
9
  ?><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>manual/visitor-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor" target="_blank">
10
  <?php _e( 'Visit the manual', 'advanced-ads' ); ?>
@@ -36,14 +43,14 @@ foreach ( $options as $_options ) :
36
  ?></tbody></table>
37
  <input type="hidden" id="advads-visitor-conditions-index" value="<?php echo isset( $options ) ? count( $options ) : 0; ?>"/>
38
  </div>
39
- <?php if( ! isset( $options ) || count( $options ) == 0 ) :
40
  ?><p><?php _e( 'Visitor conditions limit the number of users who can see your ad. There is no need to set visitor conditions if you want all users to see the ad.', 'advanced-ads' ); ?></p><?php
41
  elseif( Advanced_Ads_Checks::cache() && ! defined('AAP_VERSION') ) :
42
  ?><p><span class="advads-error-message"><?php _e( 'It seems that a caching plugin is activated.', 'advanced-ads' ); ?></span>&nbsp;<?php
43
  printf( __( 'Check out cache-busting in <a href="%s" target="_blank">Advanced Ads Pro</a> if dynamic features get cached.', 'advanced-ads' ), ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor' ); ?></p><?php
44
  endif;
45
  ?>
46
- <fieldset>
47
  <legend><?php _e( 'New condition', 'advanced-ads' ); ?></legend>
48
  <div id="advads-visitor-conditions-new">
49
  <select>
1
  <?php
2
  $visitor_conditions = Advanced_Ads_Visitor_Conditions::get_instance()->conditions;
3
  $options = $ad->options( 'visitors' );
4
+ $empty_options = ( !is_array( $options ) || !count( $options ) );
5
+ if( $empty_options ) :
6
+ ?><div class="advads-show-in-wizard">
7
+ <p><?php _e( 'Click on the button below if the ad should NOT be visible to all visitors', 'advanced-ads' ); ?></p>
8
+ <button type="button" class="button button-secondary" id="advads-wizard-visitor-conditions-show"><?php _e( 'Hide the ad from some users', 'advanced-ads' ); ?></button>
9
+ </div>
10
+ <?php endif;
11
+ ?><div id="advads-visitor-conditions"<?php if( $empty_options ) : ?> class="advads-hide-in-wizard"<?php endif; ?>>
12
+ <p class="description"><?php _e( 'Display conditions that are based on the user. Use with caution on cached websites.', 'advanced-ads' ); ?></p><?php
13
  // display help when no conditions are given
14
+ if( $empty_options ) :
15
  $options = array();
16
  ?><p><a class="button button-primary" href="<?php echo ADVADS_URL; ?>manual/visitor-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor" target="_blank">
17
  <?php _e( 'Visit the manual', 'advanced-ads' ); ?>
43
  ?></tbody></table>
44
  <input type="hidden" id="advads-visitor-conditions-index" value="<?php echo isset( $options ) ? count( $options ) : 0; ?>"/>
45
  </div>
46
+ <?php if( $empty_options ) :
47
  ?><p><?php _e( 'Visitor conditions limit the number of users who can see your ad. There is no need to set visitor conditions if you want all users to see the ad.', 'advanced-ads' ); ?></p><?php
48
  elseif( Advanced_Ads_Checks::cache() && ! defined('AAP_VERSION') ) :
49
  ?><p><span class="advads-error-message"><?php _e( 'It seems that a caching plugin is activated.', 'advanced-ads' ); ?></span>&nbsp;<?php
50
  printf( __( 'Check out cache-busting in <a href="%s" target="_blank">Advanced Ads Pro</a> if dynamic features get cached.', 'advanced-ads' ), ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor' ); ?></p><?php
51
  endif;
52
  ?>
53
+ <fieldset<?php if( $empty_options ) : ?> class="advads-hide-in-wizard"<?php endif; ?>>
54
  <legend><?php _e( 'New condition', 'advanced-ads' ); ?></legend>
55
  <div id="advads-visitor-conditions-new">
56
  <select>
admin/views/debug.php CHANGED
@@ -5,7 +5,6 @@
5
  ?><div class="wrap">
6
  <h1><?php _e( 'Debug Page', 'advanced-ads' ); ?></h1>
7
  <p><?php _e( 'Work in progress', 'advanced-ads' ); ?></p>
8
- <?php screen_icon(); ?>
9
 
10
  <h2><?php _e( 'Settings', 'advanced-ads' ); ?></h2>
11
  <pre><?php print_r( $plugin_options ); ?></pre>
5
  ?><div class="wrap">
6
  <h1><?php _e( 'Debug Page', 'advanced-ads' ); ?></h1>
7
  <p><?php _e( 'Work in progress', 'advanced-ads' ); ?></p>
 
8
 
9
  <h2><?php _e( 'Settings', 'advanced-ads' ); ?></h2>
10
  <pre><?php print_r( $plugin_options ); ?></pre>
admin/views/feedback-disable.php CHANGED
@@ -11,10 +11,10 @@
11
  <li class="advanced_ads_disable_reply"><label><input type="checkbox" name="advanced_ads_disable_reply" value="1" checked="checked"/><?php printf(__('Send me free help to %s', 'advanced-ads'), $mailinput ); ?></label></li>
12
  <?php endif; ?>
13
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="missing feature"/><?php _e('I miss a feature', 'advanced-ads'); ?></label></li>
14
- <li><input type="text" name="advanced_ads_disable_text[]" value="" placeholder="Which one?"/></li>
15
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="stopped showing ads"/><?php _e('I don’t use ads on my site', 'advanced-ads'); ?></label></li>
16
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="other plugin"/><?php _e('I switched to another plugin', 'advanced-ads'); ?></label></li>
17
- <li><input type="text" name="advanced_ads_disable_text[]" value="" placeholder="Which one?"/></li>
18
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="other"/><?php _e('other reason', 'advanced-ads'); ?></label></li>
19
  <li><textarea name="advanced_ads_disable_text[]" placeholder="<?php _e('Please specify, if possible', 'advanced-ads'); ?>"></textarea></li>
20
  </ul>
11
  <li class="advanced_ads_disable_reply"><label><input type="checkbox" name="advanced_ads_disable_reply" value="1" checked="checked"/><?php printf(__('Send me free help to %s', 'advanced-ads'), $mailinput ); ?></label></li>
12
  <?php endif; ?>
13
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="missing feature"/><?php _e('I miss a feature', 'advanced-ads'); ?></label></li>
14
+ <li><input type="text" name="advanced_ads_disable_text[]" value="" placeholder="<?php _e('Which one?', 'advanced-ads'); ?>"/></li>
15
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="stopped showing ads"/><?php _e('I don’t use ads on my site', 'advanced-ads'); ?></label></li>
16
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="other plugin"/><?php _e('I switched to another plugin', 'advanced-ads'); ?></label></li>
17
+ <li><input type="text" name="advanced_ads_disable_text[]" value="" placeholder="<?php _e('Which one?', 'advanced-ads'); ?>"/></li>
18
  <li><label><input type="radio" name="advanced_ads_disable_reason" value="other"/><?php _e('other reason', 'advanced-ads'); ?></label></li>
19
  <li><textarea name="advanced_ads_disable_text[]" placeholder="<?php _e('Please specify, if possible', 'advanced-ads'); ?>"></textarea></li>
20
  </ul>
admin/views/intro.php DELETED
@@ -1,90 +0,0 @@
1
- <?php
2
- /* wp_enqueue_style( 'wp-mediaelement' );
3
- wp_enqueue_script( 'wp-mediaelement' );
4
- wp_localize_script( 'mediaelement', '_wpmejsSettings', array(
5
- 'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ),
6
- 'pauseOtherPlayers' => ''
7
- ) );
8
-
9
- $video_url = 'https://videopress.com/embed/T54Iy7Tw';
10
- $locale = str_replace( '_', '-', get_locale() );
11
- if ( 'en' !== $locale ) {
12
- $video_url = add_query_arg( 'defaultLangCode', $locale, $video_url );
13
- }*/
14
-
15
- $minor_features = array(
16
- array(
17
- 'src' => ADVADS_BASE_URL . '/admin/assets/img/intro/5-star-usability.png',
18
- 'heading' => __( '5-Star Usability', 'advanced-ads' ),
19
- 'description' => __( 'Advanced Ads is powerful and easy to use, because it is build on WordPress standards. If you know how to publish a post then you know how to create an ad.', 'advanced-ads' ),
20
- ),
21
- array(
22
- 'src' => ADVADS_BASE_URL . '/admin/assets/img/intro/5-star-support.png',
23
- 'heading' => __( '5-Star Support', 'advanced-ads' ),
24
- 'description' => __( 'I promise you the best supported ad management plugin for WordPress. Whether a pro user or not, you can reach me easily through the support page, in the chat on the homepage or replying to a newsletter.', 'advanced-ads' ),
25
- ),
26
- array(
27
- 'src' => ADVADS_BASE_URL . '/admin/assets/img/intro/5-star-experience.png',
28
- 'heading' => __( '5-Star Experience', 'advanced-ads' ),
29
- 'description' => __( 'Advanced Ads was built out of my own experience. I am personally using it to serve millions of ad impressions per month and constantly test new ways to optimize ad settings.', 'advanced-ads' ),
30
- ),
31
- );
32
- ?>
33
- <div class="wrap about-wrap">
34
- <h1><?php printf( __( 'Welcome to <strong>Advanced Ads</strong>' ), ADVADS_VERSION ); ?></h1>
35
-
36
- <div class="about-text"><?php _e( 'Let me give you an introduction into your future ad management solution.' ); ?></div>
37
-
38
- <?php /* <h2 class="nav-tab-wrapper">
39
- <a href="about.php" class="nav-tab nav-tab-active"><?php _e( 'What&#8217;s New' ); ?></a>
40
- <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
41
- <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
42
- </h2>
43
-
44
- <div class="headline-feature feature-video">
45
- <iframe width="1050" height="591" src="<?php echo esc_url( $video_url ); ?>" frameborder="0" allowfullscreen></iframe>
46
- <script src="https://videopress.com/videopress-iframe.js"></script>
47
- </div>*/ ?>
48
-
49
- <hr/>
50
-
51
- <div class="feature-section three-col">
52
- <?php foreach ( $minor_features as $feature ) : ?>
53
- <div class="col">
54
- <img src="<?php echo esc_attr( $feature['src'] ); ?>" width="314" height="180"/>
55
- <h3><?php echo $feature['heading']; ?></h3>
56
- <p><?php echo $feature['description']; ?></p>
57
- </div>
58
- <?php endforeach; ?>
59
- </div>
60
- <hr/>
61
- <h2><?php _e( 'Next Steps', 'advanced-ads' ); ?></h2>
62
- <div class="feature-section three-col">
63
- <div class="col">
64
- <h3>1. <?php _e( 'Subscribe to the Mailing List', 'advanced-ads' ); ?></h3>
65
- <p><?php _e( 'Subscribe to the newsletter and instantly', 'advanced-ads' ); ?></p>
66
- <ul>
67
- <li><?php _e( 'get 2 free add-ons.', 'advanced-ads' ); ?></li>
68
- <li><?php _e( 'reply to the welcome message with a question.', 'advanced-ads' ); ?></li>
69
- <li><?php _e( 'subscribe to a dedicated group for the tutorial or AdSense tips.', 'advanced-ads' ); ?></li>
70
- </ul>
71
- <div class="advads-admin-notice">
72
- <p>
73
- <button type="button" class="button button-hero button-primary advads-notices-button-subscribe" data-notice="nl_free_addons"><?php echo __('Subscribe me now', 'advanced-ads'); ?></button>
74
- </p>
75
- </div>
76
- </div>
77
- <div class="col">
78
- <h3>2. <?php _e( 'Create your first ad', 'advanced-ads' ); ?></h3>
79
- <p><?php printf(__( 'Get started by creating an ad <a href="%1$s" target="blank">right now</a> or watch the <a href="%2$s" target="blank">tutorial video (3:29min)</a> first.', 'advanced-ads' ), admin_url( 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG ), ADVADS_URL . 'manual/first-ad/#utm_source=advanced-ads&utm_medium=link&utm_campaign=intro' ); ?></p>
80
- </div>
81
- <div class="col">
82
- <h3>3. <?php _e( 'Display your ad', 'advanced-ads' ); ?></h3>
83
- <p><?php _e( 'You can display your ad using a shortcode, widget or one of the powerful placements. Placements help you to inject ads into the content or place them on your site without coding.', 'advanced-ads' ); ?></p>
84
- <ul>
85
- <li><a href="<?php echo ADVADS_URL . '/manual/placements/#utm_source=advanced-ads&utm_medium=link&utm_campaign=intro'; ?>" target="_blank"><?php _e( 'List of all available placements', 'advanced-ads' ); ?></a></li>
86
- <li><a href="<?php echo admin_url( 'admin.php?page=advanced-ads-placements' ); ?>" target="_blank"><?php _e( 'Create a placement', 'advanced-ads' ); ?></a></li>
87
- </ul>
88
- </div>
89
- </div>
90
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/views/overview.php CHANGED
@@ -26,7 +26,15 @@ $title = __( 'Ads Dashboard', 'advanced-ads' );
26
  <h1><?php echo esc_html( $title ); ?></h1>
27
 
28
  <div id="dashboard-widgets-wrap">
29
- <?php wp_dashboard(); ?>
30
- </div><!-- dashboard-widgets-wrap -->
31
- <?php do_action( 'advanced-ads-admin-overview-after' ); ?>
 
 
 
 
 
 
 
 
32
  </div><!-- wrap -->
26
  <h1><?php echo esc_html( $title ); ?></h1>
27
 
28
  <div id="dashboard-widgets-wrap">
29
+ <?php
30
+ // display ad-info box if there is no ad yet
31
+ if( ! Advanced_Ads::get_number_of_ads() ) :
32
+ ?><div class="advads-ad-metabox postbox" style="clear: both; margin: 10px 20px 0 2px;">
33
+ <?php include ADVADS_BASE_PATH . 'admin/views/ad-list-no-ads.php'; ?>
34
+ </div><?php
35
+ endif;
36
+
37
+ wp_dashboard(); ?>
38
+ </div><!-- dashboard-widgets-wrap -->
39
+ <?php do_action( 'advanced-ads-admin-overview-after' ); ?>
40
  </div><!-- wrap -->
admin/views/placements-ad-label-position.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <br/><br/><p><?php _e( 'Position', 'advanced-ads' ); ?></p>
2
+ <label title="<?php _e( 'default', 'advanced-ads' ); ?>">
3
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][placement_position]" value="" <?php
4
+ checked( $_position, 'default' ); ?> /><?php _e( 'default', 'advanced-ads' ); ?>
5
+ </label>
6
+ <label title="<?php _e( 'left', 'advanced-ads' ); ?>">
7
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][placement_position]" value="left" <?php
8
+ checked( $_position, 'left' ); ?> /><?php _e( 'left', 'advanced-ads' ); ?></label>
9
+ <label title="<?php _e( 'center', 'advanced-ads' ); ?>">
10
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][placement_position]" value="center" <?php
11
+ checked( $_position, 'center' ); ?> /><?php _e( 'center', 'advanced-ads' ); ?></label>
12
+ <label title="<?php _e( 'right', 'advanced-ads' ); ?>">
13
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][placement_position]" value="right" <?php
14
+ checked( $_position, 'right' ); ?> /><?php _e( 'right', 'advanced-ads' ); ?></label>
15
+ <p><label>
16
+ <input type="checkbox" name="advads[placements][<?php echo $_placement_slug; ?>][options][placement_clearfix]" value="1"<?php
17
+ checked( $_clearfix, 1 ); ?> /><?php
18
+ _e( 'Check this if you don\'t want the following elements to float around the ad. (adds a placement_clearfix)', 'advanced-ads' ); ?>
19
+ </label></p>
admin/views/placements-ad-label.php ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <label title="<?php _e( 'default', 'advanced-ads' ); ?>">
2
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][ad_label]" value="default" <?php
3
+ checked( $_label, 'default' ); ?> /><?php _e( 'default', 'advanced-ads' ); ?>
4
+ </label>
5
+ <label title="<?php _e( 'enabled', 'advanced-ads' ); ?>">
6
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][ad_label]" value="enabled" <?php
7
+ checked( $_label, 'enabled' ); ?> /><?php _e( 'enabled', 'advanced-ads' ); ?>
8
+ </label>
9
+ <label title="<?php _e( 'disabled', 'advanced-ads' ); ?>">
10
+ <input type="radio" name="advads[placements][<?php echo $_placement_slug; ?>][options][ad_label]" value="disabled" <?php
11
+ checked( $_label, 'disabled' ); ?> /><?php _e( 'disabled', 'advanced-ads' ); ?>
12
+ </label>
admin/views/placements-content-index.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php $_positions = array('after' => __( 'after', 'advanced-ads' ), 'before' => __( 'before', 'advanced-ads' )); ?>
2
+ <select name="advads[placements][<?php echo $_placement_slug; ?>][options][position]">
3
+ <?php foreach ( $_positions as $_pos_key => $_pos ) : ?>
4
+ <option value="<?php echo $_pos_key; ?>" <?php if ( isset($_placement['options']['position']) ) { selected( $_placement['options']['position'], $_pos_key ); } ?>><?php echo $_pos; ?></option>
5
+ <?php endforeach; ?>
6
+ </select>
7
+
8
+ <input type="number" name="advads[placements][<?php echo $_placement_slug; ?>][options][index]" value="<?php
9
+ echo (isset($_placement['options']['index'])) ? $_placement['options']['index'] : 1;
10
+ ?>"/>.
11
+
12
+ <?php $tags = Advanced_Ads_Placements::tags_for_content_injection(); ?>
13
+ <select name="advads[placements][<?php echo $_placement_slug; ?>][options][tag]">
14
+ <?php foreach ( $tags as $_tag_key => $_tag ) : ?>
15
+ <option value="<?php echo $_tag_key; ?>" <?php if ( isset($_placement['options']['tag']) ) { selected( $_placement['options']['tag'], $_tag_key ); } ?>><?php echo $_tag; ?></option>
16
+ <?php endforeach; ?>
17
+ </select>
18
+
19
+ <p><label><input type="checkbox" name="advads[placements][<?php echo $_placement_slug; ?>][options][start_from_bottom]" value="1" <?php
20
+ if (isset($_placement['options']['start_from_bottom'])) { checked( $_placement['options']['start_from_bottom'], 1); }
21
+ ?>/><?php _e( 'start counting from bottom', 'advanced-ads' ); ?></label></p>
admin/views/placements-item.php ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <select id="advads-placements-item-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][item]">
2
+ <option value=""><?php _e( '--not selected--', 'advanced-ads' ); ?></option>
3
+ <?php if ( isset($items['groups']) ) : ?>
4
+ <optgroup label="<?php _e( 'Ad Groups', 'advanced-ads' ); ?>">
5
+ <?php foreach ( $items['groups'] as $_item_id => $_item_title ) : ?>
6
+ <option value="<?php echo $_item_id; ?>" <?php if ( isset($_placement['item']) ) { selected( $_item_id, $_placement['item'] ); } ?>><?php echo $_item_title; ?></option>
7
+ <?php endforeach; ?>
8
+ </optgroup>
9
+ <?php endif; ?>
10
+ <?php if ( isset($items['ads']) ) : ?>
11
+ <optgroup label="<?php _e( 'Ads', 'advanced-ads' ); ?>">
12
+ <?php foreach ( $items['ads'] as $_item_id => $_item_title ) : ?>
13
+ <option value="<?php echo $_item_id; ?>" <?php if ( isset($_placement['item']) ) { selected( $_item_id, $_placement['item'] ); } ?>><?php echo $_item_title; ?></option>
14
+ <?php endforeach; ?>
15
+ </optgroup>
16
+ <?php endif; ?>
17
+ </select>
admin/views/placements.php CHANGED
@@ -10,7 +10,6 @@
10
  ?><div id="message" class="updated"><p><?php _e( 'Placements updated', 'advanced-ads' ); ?></p></div><?php
11
  endif; ?>
12
  <?php endif; ?>
13
- <?php screen_icon(); ?>
14
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
15
  <p class="description"><?php _e( 'Placements are physically places in your theme and posts. You can use them if you plan to change ads and ad groups on the same place without the need to change your templates.', 'advanced-ads' ); ?></p>
16
  <p class="description"><?php printf( __( 'See also the manual for more information on <a href="%s">placements</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/placements/#utm_source=advanced-ads&utm_medium=link&utm_campaign=placements' ); ?></p>
@@ -57,84 +56,90 @@
57
  <td><?php echo $_placement['name']; ?><br/>
58
  <?php if( ! isset( $_placement['type'] ) || 'default' === $_placement['type']) :
59
  $_placement['type'] = 'default';
60
- ?><a class="usage-link"><?php _e( 'show usage', 'advanced-ads' ); ?></a><div class="hidden advads-usage">
 
 
 
 
 
61
  <label><?php _e( 'shortcode', 'advanced-ads' ); ?>
62
  <code><input type="text" onclick="this.select();" value='[the_ad_placement id="<?php echo $_placement_slug; ?>"]'/></code>
63
  </label>
64
- <label><?php _e( 'template', 'advanced-ads' ); ?>
65
- <code><input type="text" onclick="this.select();" value="the_ad_placement('<?php echo $_placement_slug; ?>');"/></code>
66
  </label>
67
- </div><?php
68
- endif;
69
- ?></td>
70
- <td class="advads-placements-table-options">
71
  <?php do_action( 'advanced-ads-placement-options-before', $_placement_slug, $_placement ); ?>
72
- <label for="adsads-placements-item-<?php echo $_placement_slug; ?>"><?php _e( 'Item', 'advanced-ads' ); ?></label>
73
- <select id="adsads-placements-item-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][item]">
74
- <option value=""><?php _e( '--not selected--', 'advanced-ads' ); ?></option>
75
- <?php if ( isset($items['groups']) ) : ?>
76
- <optgroup label="<?php _e( 'Ad Groups', 'advanced-ads' ); ?>">
77
- <?php foreach ( $items['groups'] as $_item_id => $_item_title ) : ?>
78
- <option value="<?php echo $_item_id; ?>" <?php if ( isset($_placement['item']) ) { selected( $_item_id, $_placement['item'] ); } ?>><?php echo $_item_title; ?></option>
79
- <?php endforeach; ?>
80
- </optgroup>
81
- <?php endif; ?>
82
- <?php if ( isset($items['ads']) ) : ?>
83
- <optgroup label="<?php _e( 'Ads', 'advanced-ads' ); ?>">
84
- <?php foreach ( $items['ads'] as $_item_id => $_item_title ) : ?>
85
- <option value="<?php echo $_item_id; ?>" <?php if ( isset($_placement['item']) ) { selected( $_item_id, $_placement['item'] ); } ?>><?php echo $_item_title; ?></option>
86
- <?php endforeach; ?>
87
- </optgroup>
88
- <?php endif; ?>
89
- </select><br/>
90
- <?php
91
- switch ( $_placement['type'] ) :
92
- case 'post_content' :
93
- ?><div class="advads-placement-options"><?php
94
- _e( 'Inject', 'advanced-ads' );
95
- $_positions = array('after' => __( 'after', 'advanced-ads' ), 'before' => __( 'before', 'advanced-ads' )); ?>
96
- <select name="advads[placements][<?php echo $_placement_slug; ?>][options][position]">
97
- <?php foreach ( $_positions as $_pos_key => $_pos ) : ?>
98
- <option value="<?php echo $_pos_key; ?>" <?php if ( isset($_placement['options']['position']) ) { selected( $_placement['options']['position'], $_pos_key ); } ?>><?php echo $_pos; ?></option>
99
- <?php endforeach; ?>
100
- </select>
101
-
102
- <input type="number" name="advads[placements][<?php echo $_placement_slug; ?>][options][index]" value="<?php
103
- echo (isset($_placement['options']['index'])) ? $_placement['options']['index'] : 1;
104
- ?>"/>.
105
-
106
- <?php $tags = Advanced_Ads_Placements::tags_for_content_injection(); ?>
107
- <select name="advads[placements][<?php echo $_placement_slug; ?>][options][tag]">
108
- <?php foreach ( $tags as $_tag_key => $_tag ) : ?>
109
- <option value="<?php echo $_tag_key; ?>" <?php if ( isset($_placement['options']['tag']) ) { selected( $_placement['options']['tag'], $_tag_key ); } ?>><?php echo $_tag; ?></option>
110
- <?php endforeach; ?>
111
- </select>
112
-
113
- <p><label><input type="checkbox" name="advads[placements][<?php echo $_placement_slug; ?>][options][start_from_bottom]" value="1" <?php
114
- if (isset($_placement['options']['start_from_bottom'])) { checked( $_placement['options']['start_from_bottom'], 1); }
115
- ?>/><?php _e( 'start counting from bottom', 'advanced-ads' ); ?></label></p>
116
- </div>
117
- <?php if( ! function_exists( 'mb_convert_encoding' ) ) : ?>
118
  <p><span class="advads-error-message"><?php _e( 'Important Notice', 'advanced-ads' ); ?>: </span><?php _e( 'Your server is missing an extension. This might break the content injection.<br/>Ignore this warning if everything works fine or else ask your hosting provider to enable <em>mbstring</em>.', 'advanced-ads' ); ?></p>
119
  <?php endif;
120
  break;
121
  endswitch;
122
  do_action( 'advanced-ads-placement-options-after', $_placement_slug, $_placement );
123
  ob_start();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  do_action( 'advanced-ads-placement-options-after-advanced', $_placement_slug, $_placement );
125
  $advanced_options = ob_get_clean();
126
  if( $advanced_options ) :
127
  ?><a class="advads-toggle-link" onclick="advads_toggle('.advads-placements-advanced-options-<?php
128
- echo $_placement_slug; ?>')">- <?php _e( 'advanced options', 'advanced-ads' ); ?> –</a>
129
  <div class="advads-placements-advanced-options-<?php echo $_placement_slug; ?>" style="display: none"><?php
130
  echo $advanced_options;
131
  ?></div><?php
132
  endif;
 
 
 
 
 
133
  ?></td>
134
  <?php do_action( 'advanced-ads-placements-list-column', $_placement_slug, $_placement ); ?>
135
  <td>
136
- <input type="checkbox" id="adsads-placements-item-delete-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][delete]" value="1"/>
137
- <label for="adsads-placements-item-delete-<?php echo $_placement_slug; ?>"><?php _ex( 'delete', 'checkbox to remove placement', 'advanced-ads' ); ?></label>
138
  </td>
139
  </tr>
140
  <?php endforeach; ?>
10
  ?><div id="message" class="updated"><p><?php _e( 'Placements updated', 'advanced-ads' ); ?></p></div><?php
11
  endif; ?>
12
  <?php endif; ?>
 
13
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
14
  <p class="description"><?php _e( 'Placements are physically places in your theme and posts. You can use them if you plan to change ads and ad groups on the same place without the need to change your templates.', 'advanced-ads' ); ?></p>
15
  <p class="description"><?php printf( __( 'See also the manual for more information on <a href="%s">placements</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/placements/#utm_source=advanced-ads&utm_medium=link&utm_campaign=placements' ); ?></p>
56
  <td><?php echo $_placement['name']; ?><br/>
57
  <?php if( ! isset( $_placement['type'] ) || 'default' === $_placement['type']) :
58
  $_placement['type'] = 'default';
59
+ ?><a class="usage-link"><?php _e( 'show usage', 'advanced-ads' ); ?></a><?php
60
+ endif;
61
+ ?></td>
62
+ <td class="advads-placements-table-options">
63
+ <?php if( ! isset( $_placement['type'] ) || 'default' === $_placement['type']) : ?>
64
+ <div class="hidden advads-usage">
65
  <label><?php _e( 'shortcode', 'advanced-ads' ); ?>
66
  <code><input type="text" onclick="this.select();" value='[the_ad_placement id="<?php echo $_placement_slug; ?>"]'/></code>
67
  </label>
68
+ <label><?php _e( 'template (PHP)', 'advanced-ads' ); ?>
69
+ <code><input type="text" onclick="this.select();" value="if( function_exists('the_ad_placement') ) { the_ad_placement('<?php echo $_placement_slug; ?>'); }"/></code>
70
  </label>
71
+ </div>
72
+ <?php endif; ?>
73
+
 
74
  <?php do_action( 'advanced-ads-placement-options-before', $_placement_slug, $_placement ); ?>
75
+
76
+ <?php
77
+ ob_start();
78
+ include ADVADS_BASE_PATH . 'admin/views/placements-item.php';
79
+ $item_option_content = ob_get_clean();
80
+
81
+ Advanced_Ads_Admin_Options::render_option(
82
+ 'placement-item',
83
+ __( 'Item', 'advanced-ads' ),
84
+ $item_option_content ); ?>
85
+ <?php switch ( $_placement['type'] ) :
86
+ case 'post_content' :
87
+
88
+ ob_start();
89
+ include ADVADS_BASE_PATH . 'admin/views/placements-content-index.php';
90
+ $option_content = ob_get_clean();
91
+
92
+ Advanced_Ads_Admin_Options::render_option(
93
+ 'placement-content-injection-index',
94
+ _x( 'position', 'advanced-ads' ),
95
+ $option_content );
96
+
97
+ if( ! function_exists( 'mb_convert_encoding' ) ) : ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  <p><span class="advads-error-message"><?php _e( 'Important Notice', 'advanced-ads' ); ?>: </span><?php _e( 'Your server is missing an extension. This might break the content injection.<br/>Ignore this warning if everything works fine or else ask your hosting provider to enable <em>mbstring</em>.', 'advanced-ads' ); ?></p>
99
  <?php endif;
100
  break;
101
  endswitch;
102
  do_action( 'advanced-ads-placement-options-after', $_placement_slug, $_placement );
103
  ob_start();
104
+
105
+ if ( 'header' !== $_placement['type'] ):
106
+ $_label = isset( $_placement['options']['ad_label'] ) ? $_placement['options']['ad_label'] : 'default';
107
+ $_position = ! empty( $_placement['options']['placement_position'] ) ? $_placement['options']['placement_position'] : 'default';
108
+ $_clearfix = ! empty( $_placement['options']['placement_clearfix'] );
109
+
110
+ ob_start();
111
+ include ADVADS_BASE_PATH . 'admin/views/placements-ad-label.php';
112
+ if ( ! empty( $placement_types[ $_placement['type']]['options']['show_position'] ) ) :
113
+ include ADVADS_BASE_PATH . 'admin/views/placements-ad-label-position.php';
114
+ endif;
115
+ $option_content = ob_get_clean();
116
+
117
+ Advanced_Ads_Admin_Options::render_option(
118
+ 'placement-ad-label',
119
+ _x( 'ad label', 'advanced-ads' ),
120
+ $option_content );
121
+
122
+ endif;
123
+
124
  do_action( 'advanced-ads-placement-options-after-advanced', $_placement_slug, $_placement );
125
  $advanced_options = ob_get_clean();
126
  if( $advanced_options ) :
127
  ?><a class="advads-toggle-link" onclick="advads_toggle('.advads-placements-advanced-options-<?php
128
+ echo $_placement_slug; ?>')"><?php _e( 'show all options', 'advanced-ads' ); ?></a>
129
  <div class="advads-placements-advanced-options-<?php echo $_placement_slug; ?>" style="display: none"><?php
130
  echo $advanced_options;
131
  ?></div><?php
132
  endif;
133
+ // information after options
134
+ if( isset( $_placement['type'] ) && 'header' === $_placement['type']) :
135
+ ?><br/><p><?php printf(__( 'Tutorial: <a href="%s" target="_blank">How to place visible ads in the header of your website</a>.', 'advanced-ads' ), ADVADS_URL . 'place-ads-in-website-header/#utm_source=advanced-ads&utm_medium=link&utm_campaign=header-ad-tutorial' ); ?></p><?php
136
+ endif;
137
+
138
  ?></td>
139
  <?php do_action( 'advanced-ads-placements-list-column', $_placement_slug, $_placement ); ?>
140
  <td>
141
+ <input type="checkbox" id="advads-placements-item-delete-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][delete]" value="1"/>
142
+ <label for="advads-placements-item-delete-<?php echo $_placement_slug; ?>"><?php _ex( 'delete', 'checkbox to remove placement', 'advanced-ads' ); ?></label>
143
  </td>
144
  </tr>
145
  <?php endforeach; ?>
admin/views/settings.php CHANGED
@@ -13,7 +13,6 @@ $setting_tabs = apply_filters('advanced-ads-setting-tabs', array(
13
  )
14
  ));
15
  ?><div class="wrap">
16
- <?php screen_icon(); ?>
17
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
18
  <?php settings_errors(); ?>
19
  <h2 class="nav-tab-wrapper" id="advads-tabs">
@@ -49,7 +48,6 @@ $setting_tabs = apply_filters('advanced-ads-setting-tabs', array(
49
 
50
  <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-import-export' ) ); ?>"><?php _e( 'Import &amp; Export', 'advanced-ads' ); ?></a></li>
51
  <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-debug' ) ); ?>"><?php _e( 'Debug Page', 'advanced-ads' ); ?></a></li>
52
- <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-intro' ) ); ?>"><?php _e( 'Welcome Page', 'advanced-ads' ); ?></a></li>
53
  <li><a href="http://wordpress.org/plugins/advanced-ads/" title="<?php _e( 'Advanced Ads on WordPress.org', 'advanced-ads' ); ?>"><?php _e( 'Advanced Ads on wp.org', 'advanced-ads' ); ?></a></li>
54
  <li><a href="http://webgilde.com" title="<?php _e( 'the company behind Advanced Ads', 'advanced-ads' ); ?>"><?php echo 'webgilde GmbH'; ?></a></li>
55
  </ul>
13
  )
14
  ));
15
  ?><div class="wrap">
 
16
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
17
  <?php settings_errors(); ?>
18
  <h2 class="nav-tab-wrapper" id="advads-tabs">
48
 
49
  <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-import-export' ) ); ?>"><?php _e( 'Import &amp; Export', 'advanced-ads' ); ?></a></li>
50
  <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-debug' ) ); ?>"><?php _e( 'Debug Page', 'advanced-ads' ); ?></a></li>
 
51
  <li><a href="http://wordpress.org/plugins/advanced-ads/" title="<?php _e( 'Advanced Ads on WordPress.org', 'advanced-ads' ); ?>"><?php _e( 'Advanced Ads on wp.org', 'advanced-ads' ); ?></a></li>
52
  <li><a href="http://webgilde.com" title="<?php _e( 'the company behind Advanced Ads', 'advanced-ads' ); ?>"><?php echo 'webgilde GmbH'; ?></a></li>
53
  </ul>
admin/views/support.php CHANGED
@@ -3,7 +3,6 @@
3
  * the view for the support page
4
  */
5
  ?><div class="wrap">
6
- <?php screen_icon(); ?>
7
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
8
  <p><?php _e( 'Please fix the red highlighted issues on this page or try to understand their consequences before contacting support.', 'advanced-ads' ); ?></p>
9
 
3
  * the view for the support page
4
  */
5
  ?><div class="wrap">
 
6
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
7
  <p><?php _e( 'Please fix the red highlighted issues on this page or try to understand their consequences before contacting support.', 'advanced-ads' ); ?></p>
8
 
advanced-ads.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Advanced Ads
13
  * Plugin URI: https://wpadvancedads.com
14
  * Description: Manage and optimize your ads in WordPress
15
- * Version: 1.7.25
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
@@ -39,7 +39,7 @@ define( 'ADVADS_BASE_DIR', dirname( ADVADS_BASE ) ); // directory of the plugin
39
  // general and global slug, e.g. to store options in WP, textdomain
40
  define( 'ADVADS_SLUG', 'advanced-ads' );
41
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
42
- define( 'ADVADS_VERSION', '1.7.25' );
43
 
44
  /*----------------------------------------------------------------------------*
45
  * Autoloading, modules and functions
12
  * Plugin Name: Advanced Ads
13
  * Plugin URI: https://wpadvancedads.com
14
  * Description: Manage and optimize your ads in WordPress
15
+ * Version: 1.8
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
39
  // general and global slug, e.g. to store options in WP, textdomain
40
  define( 'ADVADS_SLUG', 'advanced-ads' );
41
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
42
+ define( 'ADVADS_VERSION', '1.8' );
43
 
44
  /*----------------------------------------------------------------------------*
45
  * Autoloading, modules and functions
classes/ad.php CHANGED
@@ -107,11 +107,6 @@ class Advanced_Ads_Ad {
107
  */
108
  public $wrapper = array();
109
 
110
- /**
111
- * Whether to create wrapper even if array is empty.
112
- */
113
- protected $need_wrapper = false;
114
-
115
  /**
116
  * Displayed above the ad.
117
  */
@@ -191,7 +186,7 @@ class Advanced_Ads_Ad {
191
  $this->maybe_create_label();
192
  $this->wrapper = $this->load_wrapper_options();
193
  $this->expiry_date = $this->options( 'expiry_date' );
194
-
195
  // load content based on ad type
196
  $this->content = $this->type_obj->load_content( $_data );
197
 
@@ -199,7 +194,7 @@ class Advanced_Ads_Ad {
199
  $this->wrapper = apply_filters( 'advanced-ads-set-wrapper', $this->wrapper, $this );
200
  // add unique wrapper id
201
  if ( is_array( $this->wrapper )
202
- && ( $this->wrapper !== array() || $this->need_wrapper )
203
  && ! isset( $this->wrapper['id'] ) ){
204
  // create unique id if not yet given
205
  $this->wrapper['id'] = $this->create_wrapper_id();
@@ -233,7 +228,7 @@ class Advanced_Ads_Ad {
233
  $this->options = Advanced_Ads_Utils::merge_deep_array( array( $this->options, $this->options['change-ad'] ) );
234
  }
235
  }
236
-
237
  // return specific option
238
  if ( $field != '' ) {
239
  if ( isset($this->options[$field]) ) {
@@ -475,7 +470,7 @@ class Advanced_Ads_Ad {
475
  $options['conditions'] = $conditions;
476
  $options['expiry_date'] = $this->expiry_date;
477
  $options['description'] = $this->description;
478
-
479
  // filter to manipulate options or add more to be saved
480
  $options = apply_filters( 'advanced-ads-save-options', $options, $this );
481
 
@@ -666,29 +661,33 @@ class Advanced_Ads_Ad {
666
 
667
  // print_r($this->output);
668
 
669
- if ( ! empty($this->output['position']) ) {
670
- switch ( $this->output['position'] ) {
671
- case 'left' :
672
- $wrapper['style']['float'] = 'left';
673
- break;
674
- case 'right' :
675
- $wrapper['style']['float'] = 'right';
676
- break;
677
- case 'center' :
678
- $wrapper['style']['text-align'] = 'center';
679
- // add css rule after wrapper to center the ad
680
- // add_filter( 'advanced-ads-output-wrapper-after-content', array( $this, 'center_ad_content' ), 10, 2 );
681
- break;
682
- case 'clearfix' :
683
- $wrapper['style']['clear'] = 'both';
684
- break;
685
  }
686
  }
687
 
688
- if ( isset($this->output['class'] ) && is_array( $this->output['class'] )
689
- && ( ! isset( $this->args['previous_method'] ) || 'group' !== $this->args['previous_method'] )
690
- ) {
691
- $wrapper['class'] = $this->output['class'];
 
 
 
 
 
 
 
 
 
 
 
692
  }
693
 
694
  // add manual classes
@@ -793,24 +792,13 @@ class Advanced_Ads_Ad {
793
  * Create an "Advertisement" label if conditions are met.
794
  */
795
  public function maybe_create_label() {
 
 
796
  if ( ( ! isset( $this->args['placement_type'] ) || $this->args['placement_type'] !== 'header' ) &&
797
  $this->type !== 'group' &&
798
- $label = Advanced_Ads::get_instance()->get_label()
799
  ) {
800
- // ignore slider and group with refresh
801
- if ( ( isset( $this->args['group_info']['type'] ) && $this->args['group_info']['type'] === 'slider' )
802
- || ! empty( $this->args['group_info']['refresh_enabled'] )
803
- ) {
804
- return;
805
- }
806
- // Label probably will be shown.
807
- // Passive cache-busting can display it above any ad.
808
- $this->need_wrapper = true;
809
-
810
- // first ad in a group or single ad without group, and not group output for passive cb
811
- if ( empty( $this->args['group_info']['ads_displayed'] ) && empty( $this->args['group_info']['passive_cb'] ) ) {
812
- $this->label = $label;
813
- }
814
  }
815
  }
816
 
107
  */
108
  public $wrapper = array();
109
 
 
 
 
 
 
110
  /**
111
  * Displayed above the ad.
112
  */
186
  $this->maybe_create_label();
187
  $this->wrapper = $this->load_wrapper_options();
188
  $this->expiry_date = $this->options( 'expiry_date' );
189
+
190
  // load content based on ad type
191
  $this->content = $this->type_obj->load_content( $_data );
192
 
194
  $this->wrapper = apply_filters( 'advanced-ads-set-wrapper', $this->wrapper, $this );
195
  // add unique wrapper id
196
  if ( is_array( $this->wrapper )
197
+ && $this->wrapper !== array()
198
  && ! isset( $this->wrapper['id'] ) ){
199
  // create unique id if not yet given
200
  $this->wrapper['id'] = $this->create_wrapper_id();
228
  $this->options = Advanced_Ads_Utils::merge_deep_array( array( $this->options, $this->options['change-ad'] ) );
229
  }
230
  }
231
+
232
  // return specific option
233
  if ( $field != '' ) {
234
  if ( isset($this->options[$field]) ) {
470
  $options['conditions'] = $conditions;
471
  $options['expiry_date'] = $this->expiry_date;
472
  $options['description'] = $this->description;
473
+
474
  // filter to manipulate options or add more to be saved
475
  $options = apply_filters( 'advanced-ads-save-options', $options, $this );
476
 
661
 
662
  // print_r($this->output);
663
 
664
+ $position = ! empty( $this->output['position'] ) ? $this->output['position'] : '';
665
+
666
+ if ( ! isset( $this->args['previous_method'] ) || 'group' !== $this->args['previous_method'] ) {
667
+ if ( isset($this->output['class'] ) && is_array( $this->output['class'] ) ) {
668
+ $wrapper['class'] = $this->output['class'];
669
+ }
670
+
671
+ if ( ! empty( $this->args['placement_position'] ) ) {
672
+ $position = $this->args['placement_position'];
 
 
 
 
 
 
 
673
  }
674
  }
675
 
676
+ switch ( $position ) {
677
+ case 'left' :
678
+ $wrapper['style']['float'] = 'left';
679
+ break;
680
+ case 'right' :
681
+ $wrapper['style']['float'] = 'right';
682
+ break;
683
+ case 'center' :
684
+ $wrapper['style']['text-align'] = 'center';
685
+ // add css rule after wrapper to center the ad
686
+ // add_filter( 'advanced-ads-output-wrapper-after-content', array( $this, 'center_ad_content' ), 10, 2 );
687
+ break;
688
+ case 'clearfix' :
689
+ $wrapper['style']['clear'] = 'both';
690
+ break;
691
  }
692
 
693
  // add manual classes
792
  * Create an "Advertisement" label if conditions are met.
793
  */
794
  public function maybe_create_label() {
795
+ $placement_state = isset( $this->args['ad_label'] ) ? $this->args['ad_label'] : 'default';
796
+
797
  if ( ( ! isset( $this->args['placement_type'] ) || $this->args['placement_type'] !== 'header' ) &&
798
  $this->type !== 'group' &&
799
+ $label = Advanced_Ads::get_instance()->get_label( $placement_state )
800
  ) {
801
+ $this->label = $label;
 
 
 
 
 
 
 
 
 
 
 
 
 
802
  }
803
  }
804
 
classes/ad_group.php CHANGED
@@ -102,6 +102,11 @@ class Advanced_Ads_Group {
102
  */
103
  public $wrapper = array();
104
 
 
 
 
 
 
105
  /**
106
  * init ad group object
107
  *
@@ -110,7 +115,6 @@ class Advanced_Ads_Group {
110
  * @param array $ad_args optional arguments passed to ads
111
  */
112
  public function __construct( $group, $ad_args = array() ) {
113
-
114
  $this->taxonomy = Advanced_Ads::AD_GROUP_TAXONOMY;
115
 
116
  $group = get_term( $group, $this->taxonomy );
@@ -232,6 +236,7 @@ class Advanced_Ads_Group {
232
 
233
  if ( $this->wrapper !== array() ) {
234
  $output_string = '<div' . Advanced_Ads_Utils::build_html_attributes( $this->wrapper ) . '>'
 
235
  . $output_string
236
  . '</div>';
237
  }
@@ -532,14 +537,33 @@ class Advanced_Ads_Group {
532
  private function create_wrapper() {
533
  $this->wrapper = array();
534
 
 
 
 
 
 
535
  // Add placement class.
536
  if ( isset( $this->ad_args['output']['class'] ) && is_array( $this->ad_args['output']['class'] ) ) {
537
  $this->wrapper['class'] = $this->ad_args['output']['class'];
538
  }
539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  $this->wrapper = (array) apply_filters( 'advanced-ads-output-wrapper-options-group', $this->wrapper, $this );
541
 
542
- if ( $this->wrapper !== array() && ! isset( $this->wrapper['id'] ) ) {
543
  $prefix = Advanced_Ads_Plugin::get_instance()->get_frontend_prefix();
544
  $this->wrapper['id'] = $prefix . mt_rand();
545
  }
102
  */
103
  public $wrapper = array();
104
 
105
+ /**
106
+ * Displayed above the ad.
107
+ */
108
+ public $label = '';
109
+
110
  /**
111
  * init ad group object
112
  *
115
  * @param array $ad_args optional arguments passed to ads
116
  */
117
  public function __construct( $group, $ad_args = array() ) {
 
118
  $this->taxonomy = Advanced_Ads::AD_GROUP_TAXONOMY;
119
 
120
  $group = get_term( $group, $this->taxonomy );
236
 
237
  if ( $this->wrapper !== array() ) {
238
  $output_string = '<div' . Advanced_Ads_Utils::build_html_attributes( $this->wrapper ) . '>'
239
+ . $this->label
240
  . $output_string
241
  . '</div>';
242
  }
537
  private function create_wrapper() {
538
  $this->wrapper = array();
539
 
540
+ // Add label.
541
+ $placement_state = isset( $this->ad_args['ad_label'] ) ? $this->ad_args['ad_label'] : 'default';
542
+ $this->label = Advanced_Ads::get_instance()->get_label( $placement_state );
543
+ $this->ad_args['ad_label'] = 'disabled';
544
+
545
  // Add placement class.
546
  if ( isset( $this->ad_args['output']['class'] ) && is_array( $this->ad_args['output']['class'] ) ) {
547
  $this->wrapper['class'] = $this->ad_args['output']['class'];
548
  }
549
 
550
+ if ( ! empty( $this->ad_args['placement_position'] ) ) {
551
+ switch ( $this->ad_args['placement_position'] ) {
552
+ case 'left' :
553
+ $this->wrapper['style']['float'] = 'left';
554
+ break;
555
+ case 'right' :
556
+ $this->wrapper['style']['float'] = 'right';
557
+ break;
558
+ case 'center' :
559
+ $this->wrapper['style']['text-align'] = 'center';
560
+ break;
561
+ }
562
+ }
563
+
564
  $this->wrapper = (array) apply_filters( 'advanced-ads-output-wrapper-options-group', $this->wrapper, $this );
565
 
566
+ if ( ( $this->wrapper !== array() || $this->label ) && ! isset( $this->wrapper['id'] ) ) {
567
  $prefix = Advanced_Ads_Plugin::get_instance()->get_frontend_prefix();
568
  $this->wrapper['id'] = $prefix . mt_rand();
569
  }
classes/ad_placements.php CHANGED
@@ -30,7 +30,8 @@ class Advanced_Ads_Placements {
30
  'default' => array(
31
  'title' => __( 'Manual Placement', 'advanced-ads' ),
32
  'description' => __( 'Manual placement to use as function or shortcode.', 'advanced-ads' ),
33
- 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/manual.png'
 
34
  ),
35
  'header' => array(
36
  'title' => __( 'Header Code', 'advanced-ads' ),
@@ -45,17 +46,20 @@ class Advanced_Ads_Placements {
45
  'post_top' => array(
46
  'title' => __( 'Before Content', 'advanced-ads' ),
47
  'description' => __( 'Injected before the post content.', 'advanced-ads' ),
48
- 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-before.png'
 
49
  ),
50
  'post_bottom' => array(
51
  'title' => __( 'After Content', 'advanced-ads' ),
52
  'description' => __( 'Injected after the post content.', 'advanced-ads' ),
53
- 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-after.png'
 
54
  ),
55
  'post_content' => array(
56
  'title' => __( 'Content', 'advanced-ads' ),
57
  'description' => __( 'Injected into the content. You can choose the paragraph after which the ad content is displayed.', 'advanced-ads' ),
58
- 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-within.png'
 
59
  ),
60
  'sidebar_widget' => array(
61
  'title' => __( 'Sidebar Widget', 'advanced-ads' ),
@@ -310,7 +314,13 @@ class Advanced_Ads_Placements {
310
  $advads = Advanced_Ads::get_instance();
311
  $advads->current_ads[] = array('type' => 'placement', 'id' => $id, 'title' => $placement['name']);
312
 
313
- return Advanced_Ads_Select::get_instance()->get_ad_by_method( (int) $_item[1], $_item[0], $args );
 
 
 
 
 
 
314
  }
315
  }
316
 
30
  'default' => array(
31
  'title' => __( 'Manual Placement', 'advanced-ads' ),
32
  'description' => __( 'Manual placement to use as function or shortcode.', 'advanced-ads' ),
33
+ 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/manual.png',
34
+ 'options' => array( 'show_position' => true )
35
  ),
36
  'header' => array(
37
  'title' => __( 'Header Code', 'advanced-ads' ),
46
  'post_top' => array(
47
  'title' => __( 'Before Content', 'advanced-ads' ),
48
  'description' => __( 'Injected before the post content.', 'advanced-ads' ),
49
+ 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-before.png',
50
+ 'options' => array( 'show_position' => true )
51
  ),
52
  'post_bottom' => array(
53
  'title' => __( 'After Content', 'advanced-ads' ),
54
  'description' => __( 'Injected after the post content.', 'advanced-ads' ),
55
+ 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-after.png',
56
+ 'options' => array( 'show_position' => true )
57
  ),
58
  'post_content' => array(
59
  'title' => __( 'Content', 'advanced-ads' ),
60
  'description' => __( 'Injected into the content. You can choose the paragraph after which the ad content is displayed.', 'advanced-ads' ),
61
+ 'image' => ADVADS_BASE_URL . 'admin/assets/img/placements/content-within.png',
62
+ 'options' => array( 'show_position' => true )
63
  ),
64
  'sidebar_widget' => array(
65
  'title' => __( 'Sidebar Widget', 'advanced-ads' ),
314
  $advads = Advanced_Ads::get_instance();
315
  $advads->current_ads[] = array('type' => 'placement', 'id' => $id, 'title' => $placement['name']);
316
 
317
+ $result = Advanced_Ads_Select::get_instance()->get_ad_by_method( (int) $_item[1], $_item[0], $args );
318
+
319
+ if ( $result && ! empty( $args['placement_clearfix'] ) ) {
320
+ $result .= '<br style="clear: both; display: block; float: none; color:blue;"/>';
321
+ }
322
+
323
+ return $result;
324
  }
325
  }
326
 
classes/ad_type_dummy.php ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Advanced Ads Dummy Ad Type
4
+ *
5
+ * @package Advanced_Ads
6
+ * @author Thomas Maier <thomas.maier@webgilde.com>
7
+ * @license GPL-2.0+
8
+ * @link http://webgilde.com
9
+ * @copyright 2014-2017 Thomas Maier, webgilde GmbH
10
+ * @since 1.8
11
+ *
12
+ * Class containing information about the dummy ad type
13
+ *
14
+ */
15
+ class Advanced_Ads_Ad_Type_Dummy extends Advanced_Ads_Ad_Type_Abstract{
16
+
17
+ /**
18
+ * ID - internal type of the ad type
19
+ */
20
+ public $ID = 'dummy';
21
+
22
+ /**
23
+ * set basic attributes
24
+ */
25
+ public function __construct() {
26
+ $this->title = __( 'Dummy', 'advanced-ads' );
27
+ $this->description = __( 'Uses a simple placeholder ad for quick testing.', 'advanced-ads' );
28
+
29
+ }
30
+
31
+ /**
32
+ * output for the ad parameters metabox
33
+ *
34
+ * this will be loaded using ajax when changing the ad type radio buttons
35
+ * echo the output right away here
36
+ * name parameters must be in the "advanced_ads" array
37
+ *
38
+ * @param obj $ad ad object
39
+ */
40
+ public function render_parameters( $ad ){
41
+
42
+ ?><img src="<?php echo ADVADS_BASE_URL ?>/public/assets/img/dummy.png" width="300" height="250"/><?php
43
+
44
+ // don’t show url field if tracking plugin enabled
45
+ if( ! defined( 'AAT_VERSION' )) :
46
+ $url = ( ! empty( $ad->url ) ) ? esc_url( $ad->url ) : ADVADS_URL;
47
+ ?><span class="label"><?php _e( 'url', 'advanced-ads' ); ?></span>
48
+ <div><input type="url" name="advanced_ad[url]" id="advads-url" value="<?php echo $url; ?>"/>
49
+ <p><?php printf(__( 'Open this url in a new window and track impressions and clicks with the <a href="%s" target="_blank">Tracking add-on</a>', 'advanced-ads' ), ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-image-tracking'); ?></p>
50
+ <input type="hidden" name="advanced_ad[width]" value="300"/>
51
+ <input type="hidden" name="advanced_ad[height]" value="250"/>
52
+ </div>
53
+ <?php endif;
54
+ }
55
+
56
+ /**
57
+ * prepare the ads frontend output
58
+ *
59
+ * @param obj $ad ad object
60
+ * @return str static image content
61
+ */
62
+ public function prepare_output($ad){
63
+
64
+ $url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
65
+
66
+ ob_start();
67
+ if( ! defined( 'AAT_VERSION' ) && $url ){ echo '<a href="'. $url .'">'; }
68
+ echo '<img src="' . ADVADS_BASE_URL . '/public/assets/img/dummy.png" width="300" height="250"/>';
69
+ if( ! defined( 'AAT_VERSION' ) && $url ){ echo '</a>'; }
70
+
71
+ return ob_get_clean();
72
+
73
+ }
74
+
75
+ }
classes/ad_type_group.php CHANGED
@@ -98,11 +98,14 @@ class Advanced_Ads_Ad_Type_Group extends Advanced_Ads_Ad_Type_Abstract{
98
  * @return str $content ad content prepared for frontend output
99
  */
100
  public function prepare_output($ad){
101
-
102
  $group_id = ( isset( $ad->output['group_id'] ) ) ? absint( $ad->output['group_id'] ) : 0;
103
 
 
 
 
 
104
  if( $group_id ){
105
- return get_ad_group( $group_id );
106
  }
107
  }
108
 
98
  * @return str $content ad content prepared for frontend output
99
  */
100
  public function prepare_output($ad){
 
101
  $group_id = ( isset( $ad->output['group_id'] ) ) ? absint( $ad->output['group_id'] ) : 0;
102
 
103
+ $args = array(
104
+ 'ad_label' => isset( $ad->args['ad_label'] ) ? $ad->args['ad_label'] : 'default',
105
+ );
106
+
107
  if( $group_id ){
108
+ return get_ad_group( $group_id, $args );
109
  }
110
  }
111
 
classes/ad_type_image.php CHANGED
@@ -31,8 +31,8 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
31
  * @since 1.6.10
32
  */
33
  public function __construct() {
34
- $this->title = __( 'Image Ad', ADVADS_SLUG );
35
- $this->description = __( 'Ads in various image formats.', ADVADS_SLUG );
36
  $this->parameters = array(
37
  'image_url' => '',
38
  'image_title' => '',
@@ -52,8 +52,8 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
52
  $url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
53
 
54
  ?><p><button href="#" class="advads_image_upload button button-secondary" type="button" data-uploader-title="<?php
55
- _e( 'Insert File', ADVADS_SLUG ); ?>" data-uploader-button-text="<?php _e( 'Insert', ADVADS_SLUG ); ?>" onclick="return false;"><?php _e( 'select image', ADVADS_SLUG ); ?></button>
56
- <a id="advads-image-edit-link" href="<?php if( $id ){ echo get_edit_post_link( $id ); } ?>"><?php _e('edit', ADVADS_SLUG ); ?></a>
57
  </p>
58
  <input type="hidden" name="advanced_ad[output][image_id]" value="<?php echo $id; ?>" id="advads-image-id"/>
59
  <div id="advads-image-preview">
@@ -62,10 +62,12 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
62
 
63
  <?php // don’t show if tracking plugin enabled
64
  if( ! defined( 'AAT_VERSION' )) : ?>
65
- <p><label for="advads-url"><?php _e( 'url', ADVADS_SLUG ); ?></label><br/>
66
- <input type="url" name="advanced_ad[url]" id="advads-url" value="<?php echo $url; ?>"/></p>
67
- <p><?php printf(__( 'Open this url in a new window and track impressions and clicks with the <a href="%s" target="_blank">Tracking add-on</a>', ADVADS_SLUG ), ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-image-tracking'); ?></p>
68
- <?php endif;
 
 
69
  }
70
 
71
  /**
@@ -81,21 +83,24 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
81
  list( $src, $width, $height ) = $image;
82
  $hwstring = image_hwstring($width, $height);
83
  $attachment = get_post($attachment_id);
84
- $alt = trim(strip_tags( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) ));
85
- $title = trim(strip_tags( $attachment->post_title )); // Finally, use the title
86
 
87
  global $wp_current_filter;
88
 
89
- $more_attributes = '';
90
  // create srcset and sizes attributes if we are in the the_content filter and in WordPress 4.4
91
  if( isset( $wp_current_filter )
92
  && in_array( 'the_content', $wp_current_filter )
93
  && ! defined( 'ADVADS_DISABLE_RESPONSIVE_IMAGES' )){
94
  if( function_exists( 'wp_get_attachment_image_srcset' ) ){
95
- $more_attributes .= ' srcset=\'' . wp_get_attachment_image_srcset( $attachment_id, 'full' ) . '\'';
96
  }
97
  if( function_exists( 'wp_get_attachment_image_sizes' ) ){
98
- $more_attributes .= ' sizes=\'' . wp_get_attachment_image_sizes( $attachment_id, 'full' ) . '\'';
 
 
 
99
  }
100
  }
101
 
@@ -156,4 +161,4 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
156
  return ob_get_clean();
157
  }
158
 
159
- }
31
  * @since 1.6.10
32
  */
33
  public function __construct() {
34
+ $this->title = __( 'Image Ad', 'advanced-ads' );
35
+ $this->description = __( 'Ads in various image formats.', 'advanced-ads' );
36
  $this->parameters = array(
37
  'image_url' => '',
38
  'image_title' => '',
52
  $url = ( isset( $ad->url ) ) ? esc_url( $ad->url ) : '';
53
 
54
  ?><p><button href="#" class="advads_image_upload button button-secondary" type="button" data-uploader-title="<?php
55
+ _e( 'Insert File', 'advanced-ads' ); ?>" data-uploader-button-text="<?php _e( 'Insert', 'advanced-ads' ); ?>" onclick="return false;"><?php _e( 'select image', 'advanced-ads' ); ?></button>
56
+ <a id="advads-image-edit-link" href="<?php if( $id ){ echo get_edit_post_link( $id ); } ?>"><?php _e('edit', 'advanced-ads' ); ?></a>
57
  </p>
58
  <input type="hidden" name="advanced_ad[output][image_id]" value="<?php echo $id; ?>" id="advads-image-id"/>
59
  <div id="advads-image-preview">
62
 
63
  <?php // don’t show if tracking plugin enabled
64
  if( ! defined( 'AAT_VERSION' )) : ?>
65
+ <span class="label"><?php _e( 'url', 'advanced-ads' ); ?></span>
66
+ <div>
67
+ <input type="url" name="advanced_ad[url]" id="advads-url" value="<?php echo $url; ?>"/></p>
68
+ <p><?php printf(__( 'Open this url in a new window and track impressions and clicks with the <a href="%s" target="_blank">Tracking add-on</a>', 'advanced-ads' ), ADVADS_URL . 'add-ons/tracking/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-image-tracking'); ?></p>
69
+ </div><hr/><?php
70
+ endif;
71
  }
72
 
73
  /**
83
  list( $src, $width, $height ) = $image;
84
  $hwstring = image_hwstring($width, $height);
85
  $attachment = get_post($attachment_id);
86
+ $alt = trim(esc_textarea( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) ));
87
+ $title = trim(esc_textarea( $attachment->post_title )); // Finally, use the title
88
 
89
  global $wp_current_filter;
90
 
91
+ $more_attributes = $srcset = $sizes = '';
92
  // create srcset and sizes attributes if we are in the the_content filter and in WordPress 4.4
93
  if( isset( $wp_current_filter )
94
  && in_array( 'the_content', $wp_current_filter )
95
  && ! defined( 'ADVADS_DISABLE_RESPONSIVE_IMAGES' )){
96
  if( function_exists( 'wp_get_attachment_image_srcset' ) ){
97
+ $srcset = wp_get_attachment_image_srcset( $attachment_id, 'full' );
98
  }
99
  if( function_exists( 'wp_get_attachment_image_sizes' ) ){
100
+ $sizes = wp_get_attachment_image_sizes( $attachment_id, 'full' );
101
+ }
102
+ if ( $srcset && $sizes ) {
103
+ $more_attributes .= ' srcset=\'' . $srcset . '\' sizes=\'' . $sizes . '\'';
104
  }
105
  }
106
 
161
  return ob_get_clean();
162
  }
163
 
164
+ }
classes/ad_type_plain.php CHANGED
@@ -84,7 +84,7 @@ class Advanced_Ads_Ad_Type_Plain extends Advanced_Ads_Ad_Type_Abstract{
84
  }
85
  }
86
  ?>
87
- <label class="label" for="advads-parameters-php"><?php _e( 'Allow PHP' ); ?></label>
88
  <div>
89
  <input id="advads-parameters-php" type="checkbox" name="advanced_ad[output][allow_php]" value="1" <?php checked( 1, $allow_php ); ?>/><?php _e( 'Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)', 'advanced-ads' );
90
  ?></div><hr/><?php
84
  }
85
  }
86
  ?>
87
+ <label class="label" for="advads-parameters-php"><?php _e( 'Allow PHP', 'advanced-ads' ); ?></label>
88
  <div>
89
  <input id="advads-parameters-php" type="checkbox" name="advanced_ad[output][allow_php]" value="1" <?php checked( 1, $allow_php ); ?>/><?php _e( 'Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)', 'advanced-ads' );
90
  ?></div><hr/><?php
classes/display-conditions.php CHANGED
@@ -90,6 +90,15 @@ class Advanced_Ads_Display_Conditions {
90
  'metabox' => array('Advanced_Ads_Display_Conditions', 'metabox_author'), // callback to generate the metabox
91
  'check' => array('Advanced_Ads_Display_Conditions', 'check_author'), // callback for frontend check
92
  ),
 
 
 
 
 
 
 
 
 
93
  );
94
 
95
  // register a condition for each taxonomy for posts
@@ -446,7 +455,7 @@ class Advanced_Ads_Display_Conditions {
446
  endforeach;
447
  ?></div><?php
448
  return;
449
- }
450
 
451
  /**
452
  * retrieve the array with general conditions
@@ -498,6 +507,33 @@ class Advanced_Ads_Display_Conditions {
498
  )
499
  ) );
500
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  /**
503
  * check post type display condition in frontend
@@ -745,6 +781,39 @@ class Advanced_Ads_Display_Conditions {
745
 
746
  return false;
747
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
 
749
  /**
750
  * helper function to check for in array values
@@ -939,6 +1008,7 @@ class Advanced_Ads_Display_Conditions {
939
  public static function modify_post_search( $query ) {
940
  $query['suppress_filters'] = false;
941
  $query['orderby'] = 'post_title';
 
942
  return $query;
943
  }
944
 
90
  'metabox' => array('Advanced_Ads_Display_Conditions', 'metabox_author'), // callback to generate the metabox
91
  'check' => array('Advanced_Ads_Display_Conditions', 'check_author'), // callback for frontend check
92
  ),
93
+ /**
94
+ * display ads only in content older or younger than a specific age
95
+ */
96
+ 'content_age' => array(
97
+ 'label' => __( 'content age', 'advanced-ads-pro' ),
98
+ 'description' => __( 'Display ads based on age of the page.', 'advanced-ads-pro' ),
99
+ 'metabox' => array( 'Advanced_Ads_Pro_Module_Advanced_Display_Conditions', 'metabox_content_age' ), // callback to generate the metabox
100
+ 'check' => array( 'Advanced_Ads_Pro_Module_Advanced_Display_Conditions', 'check_content_age' ) // callback for frontend check
101
+ ),
102
  );
103
 
104
  // register a condition for each taxonomy for posts
455
  endforeach;
456
  ?></div><?php
457
  return;
458
+ }
459
 
460
  /**
461
  * retrieve the array with general conditions
507
  )
508
  ) );
509
  }
510
+
511
+ /**
512
+ * Callback to display the 'content age' condition
513
+ *
514
+ * @param arr $options options of the condition
515
+ * @param int $index index of the condition
516
+ */
517
+ static function metabox_content_age( $options, $index = 0 ){
518
+ if ( ! isset ( $options['type'] ) || '' === $options['type'] ) { return; }
519
+
520
+ $type_options = Advanced_Ads_Display_Conditions::get_instance()->conditions;
521
+
522
+ if ( ! isset( $type_options[ $options['type'] ] ) ) {
523
+ return;
524
+ }
525
+
526
+ // form name basis
527
+ $name = Advanced_Ads_Display_Conditions::FORM_NAME . '[' . $index . ']';
528
+
529
+ $operator = isset( $options['operator'] ) ? $options['operator'] : 'older_than';
530
+ $value = ( isset( $options['value'] ) && is_numeric( $options['value'] ) ) ? floatval( $options['value'] ) : 0;
531
+ ?><input type="hidden" name="<?php echo $name; ?>[type]" value="<?php echo $options['type']; ?>"/>
532
+ <select name="<?php echo $name; ?>[operator]">
533
+ <option value="older_than" <?php selected( 'older_than', $operator ); ?>><?php _e( 'older than', 'advanced-ads-pro'); ?></option>
534
+ <option value="younger_than" <?php selected( 'younger_than', $operator ); ?>><?php _e( 'younger than', 'advanced-ads-pro' ); ?></option>
535
+ </select><input type="text" name="<?php echo $name; ?>[value]" value="<?php echo $value; ?>"/>&nbsp;<?php _e( 'days', 'advanced-ads-pro' );
536
+ }
537
 
538
  /**
539
  * check post type display condition in frontend
781
 
782
  return false;
783
  }
784
+
785
+ /**
786
+ * Check 'content age' condition in frontend.
787
+ *
788
+ * @param arr $options options of the condition
789
+ * @param obj $ad Advanced_Ads_Ad
790
+ * @return bool true if can be displayed
791
+ */
792
+ static function check_content_age( $options = array(), Advanced_Ads_Ad $ad ) {
793
+ global $post;
794
+
795
+ $operator = ( isset($options['operator']) && $options['operator'] === 'younger_than' ) ? 'younger_than' : 'older_than';
796
+ $value = isset( $options['value'] ) ? $options['value'] : '';
797
+
798
+ if ( empty( $post->ID ) && empty( $value ) ) {
799
+ return true;
800
+ }
801
+
802
+ // get post publish date in unix timestamp
803
+ $publish_time = get_the_time( 'U', $post->ID );
804
+
805
+ // get difference from now
806
+ $diff_from_now = time() - $publish_time;
807
+
808
+ // check against entered age
809
+ $value_in_seconds = DAY_IN_SECONDS * $value;
810
+
811
+ if( $operator === 'younger_than' ){
812
+ return $diff_from_now < $value_in_seconds;
813
+ } else {
814
+ return $diff_from_now > $value_in_seconds;
815
+ }
816
+ }
817
 
818
  /**
819
  * helper function to check for in array values
1008
  public static function modify_post_search( $query ) {
1009
  $query['suppress_filters'] = false;
1010
  $query['orderby'] = 'post_title';
1011
+ $query['post_status'] = array( 'publish', 'pending', 'draft', 'future' );
1012
  return $query;
1013
  }
1014
 
classes/frontend_checks.php CHANGED
@@ -19,7 +19,7 @@ class Advanced_Ads_Frontend_Checks {
19
  ) {
20
  add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 1000 );
21
  add_filter( 'the_content', array( $this, 'set_did_the_content' ) );
22
- add_filter( 'wp_footer', array( $this, 'check_adblocker' ), -101 );
23
  add_filter( 'advanced-ads-ad-output', array( $this, 'after_ad_output' ), 10, 2 );
24
  }
25
  }
@@ -40,18 +40,33 @@ class Advanced_Ads_Frontend_Checks {
40
  'title' => __( 'Ad Health', 'advanced-ads' ),
41
  ) );
42
 
 
43
  // Hidden, will be shown using js.
44
  $wp_admin_bar->add_node( array(
45
  'parent' => 'advanced_ads_ad_health',
46
  'id' => 'advanced_ads_ad_health_jquery',
47
  'title' => __( 'jQuery not in header', 'advanced-ads' ),
48
- 'href' => 'https://wpadvancedads.com/manual/common-issues#frontend-issues-javascript',
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  'meta' => array(
50
  'class' => 'hidden advanced_ads_ad_health_warning',
51
  'target' => '_blank'
52
  )
53
  ) );
54
 
 
55
  // Hidden, will be shown using js.
56
  $wp_admin_bar->add_node( array(
57
  'parent' => 'advanced_ads_ad_health',
@@ -213,9 +228,13 @@ class Advanced_Ads_Frontend_Checks {
213
  }
214
 
215
  /**
216
- * Check conditions and display warning. Conditions: AdBlocker enabled, jQuery is included in header
 
 
 
 
217
  */
218
- public function check_adblocker() { ?>
219
  <!--noptimize--><style>.hidden { display: none; } .advads-adminbar-is-warnings { background: #a54811 ! important; color: #fff !important; }
220
  .advanced-ads-highlight-ads { outline:4px solid blue !important; }</style>
221
  <script type="text/javascript" src="<?php echo ADVADS_BASE_URL . 'admin/assets/js/advertisement.js' ?>"></script>
@@ -288,6 +307,24 @@ class Advanced_Ads_Frontend_Checks {
288
  }
289
  }
290
  };
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
  })(document, window);
292
  </script><!--/noptimize-->
293
  <?php
19
  ) {
20
  add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 1000 );
21
  add_filter( 'the_content', array( $this, 'set_did_the_content' ) );
22
+ add_filter( 'wp_footer', array( $this, 'footer_checks' ), -101 );
23
  add_filter( 'advanced-ads-ad-output', array( $this, 'after_ad_output' ), 10, 2 );
24
  }
25
  }
40
  'title' => __( 'Ad Health', 'advanced-ads' ),
41
  ) );
42
 
43
+ // check if jQuery is loaded in the header
44
  // Hidden, will be shown using js.
45
  $wp_admin_bar->add_node( array(
46
  'parent' => 'advanced_ads_ad_health',
47
  'id' => 'advanced_ads_ad_health_jquery',
48
  'title' => __( 'jQuery not in header', 'advanced-ads' ),
49
+ 'href' => ADVADS_URL . 'manual/common-issues#frontend-issues-javascript',
50
+ 'meta' => array(
51
+ 'class' => 'hidden advanced_ads_ad_health_warning',
52
+ 'target' => '_blank'
53
+ )
54
+ ) );
55
+
56
+ // check if AdSense loads QuickStart ads
57
+ // Hidden, will be shown using js.
58
+ $wp_admin_bar->add_node( array(
59
+ 'parent' => 'advanced_ads_ad_health',
60
+ 'id' => 'advanced_ads_quickstart_displayed',
61
+ 'title' => __( 'Random AdSense ads', 'advanced-ads' ),
62
+ 'href' => ADVADS_URL . 'adsense-in-random-positions/#utm_source=advanced-ads&utm_medium=link&utm_campaign=frontend-quickstart-ads',
63
  'meta' => array(
64
  'class' => 'hidden advanced_ads_ad_health_warning',
65
  'target' => '_blank'
66
  )
67
  ) );
68
 
69
+ // check if an ad blocker is enabled
70
  // Hidden, will be shown using js.
71
  $wp_admin_bar->add_node( array(
72
  'parent' => 'advanced_ads_ad_health',
228
  }
229
 
230
  /**
231
+ * Check conditions and display warning.
232
+ * Conditions:
233
+ * AdBlocker enabled,
234
+ * jQuery is included in header
235
+ * AdSense Quick Start ads are running
236
  */
237
+ public function footer_checks() { ?>
238
  <!--noptimize--><style>.hidden { display: none; } .advads-adminbar-is-warnings { background: #a54811 ! important; color: #fff !important; }
239
  .advanced-ads-highlight-ads { outline:4px solid blue !important; }</style>
240
  <script type="text/javascript" src="<?php echo ADVADS_BASE_URL . 'admin/assets/js/advertisement.js' ?>"></script>
307
  }
308
  }
309
  };
310
+ // highlight AdSense QuickStart ads 3 seconds after site loaded
311
+ setTimeout(function(){ advads_highlight_adsense_quickstart(); }, 3000);
312
+ function advads_highlight_adsense_quickstart(){
313
+ var quickstart_ads = jQuery(document).find('.google-auto-placed');
314
+ jQuery( '<p class="advads-quickstart-hint" style="background-color:#0085ba;color:#fff;font-size:0.8em;padding:5px;"><?php
315
+ printf(__( 'This ads was automatically placed here by AdSense. <a href="%s" target="_blank" style="color:#fff;border-color:#fff;">Click here to learn more</a>.' ), ADVADS_URL . 'adsense-in-random-positions/#utm_source=advanced-ads&utm_medium=link&utm_campaign=frontend-quickstart-ads' );
316
+ ?></p>' ).prependTo( quickstart_ads );
317
+ // show quickstart warning in Adhealth Bar if relevant
318
+ if( quickstart_ads.length ){
319
+ var advads_quickstart_link = document.querySelector( '#wp-admin-bar-advanced_ads_quickstart_displayed.hidden' );
320
+ console.log( advads_quickstart_link );
321
+ if ( advads_quickstart_link ) {
322
+ advads_quickstart_link.className = advads_quickstart_link.className.replace( 'hidden', '' );
323
+ }
324
+ showCount();
325
+ }
326
+
327
+ }
328
  })(document, window);
329
  </script><!--/noptimize-->
330
  <?php
classes/visitor-conditions.php CHANGED
@@ -95,7 +95,7 @@ class Advanced_Ads_Visitor_Conditions {
95
  if ( ! isset ( $options['type'] ) || '' === $options['type'] ) { return; }
96
 
97
  if( ! defined( 'AAR_SLUG' ) ){
98
- echo '<p>' . sprintf(__( 'Display ads by the available space on the device or target tablets with the <a href="%s" target="_blank">Responsive add-on</a>', ADVADS_SLUG ), ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor-responsive') . '</p>';
99
  }
100
  }
101
 
95
  if ( ! isset ( $options['type'] ) || '' === $options['type'] ) { return; }
96
 
97
  if( ! defined( 'AAR_SLUG' ) ){
98
+ echo '<p>' . sprintf(__( 'Display ads by the available space on the device or target tablets with the <a href="%s" target="_blank">Responsive add-on</a>', 'advanced-ads' ), ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor-responsive') . '</p>';
99
  }
100
  }
101
 
languages/advanced-ads-es_ES.mo CHANGED
Binary file
languages/advanced-ads-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
- "POT-Creation-Date: 2017-01-04 10:35+0000\n"
6
- "PO-Revision-Date: 2017-01-04 10:35+0000\n"
7
- "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: Spanish (Spain)\n"
9
  "Language: es-ES\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
@@ -22,36 +22,113 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: es_ES"
24
 
25
- #: admin/class-advanced-ads-admin.php:739
26
- #, php-format
27
- msgid ""
28
- "There might be a new version of %1$s. Please <strong>provide a valid license "
29
- "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
30
- "this page</a>."
31
- msgstr ""
32
-
33
  #: classes/ad-debug.php:271
34
  msgid ""
35
  "Your website is using HTTPS, but the ad code contains HTTP and might not "
36
  "work."
37
  msgstr ""
38
 
39
- #: classes/ad_placements.php:57
40
  msgid ""
41
  "Injected into the content. You can choose the paragraph after which the ad "
42
  "content is displayed."
43
  msgstr ""
44
 
45
- #: classes/display-conditions.php:204 classes/display-conditions.php:257
46
- #: classes/display-conditions.php:310 classes/display-conditions.php:385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "is"
48
  msgstr ""
49
 
50
- #: classes/display-conditions.php:205 classes/display-conditions.php:258
51
- #: classes/display-conditions.php:311 classes/display-conditions.php:386
52
  msgid "is not"
53
  msgstr ""
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  #: classes/visitor-conditions.php:32
56
  msgid "device"
57
  msgstr ""
@@ -64,7 +141,61 @@ msgstr ""
64
  msgid "Desktop"
65
  msgstr ""
66
 
67
- #: admin/includes/class-settings.php:288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgid ""
69
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
70
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -74,86 +205,240 @@ msgid ""
74
  "injection only in the first x posts on your archive pages."
75
  msgstr ""
76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  #: admin/views/ad-display-metabox.php:10
 
 
 
 
78
  msgid "Watch video"
79
  msgstr ""
80
 
81
- #: admin/views/ad-display-metabox.php:12 admin/views/ad-visitor-metabox.php:10
82
  msgid "Visit the manual"
83
  msgstr ""
84
 
85
- #: admin/views/ad-display-metabox.php:16
86
  msgid "A page with this ad on it must match all of the following conditions."
87
  msgstr ""
88
 
89
- #: admin/views/ad-visitor-metabox.php:42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "It seems that a caching plugin is activated."
91
  msgstr ""
92
 
93
- #: admin/class-advanced-ads-admin.php:181 classes/display-conditions.php:169
94
- #: classes/visitor-conditions.php:239 admin/views/ad-display-metabox.php:107
95
- msgid "or"
96
- msgstr "o"
97
 
98
- #: admin/class-advanced-ads-admin.php:182 classes/display-conditions.php:169
99
- #: classes/visitor-conditions.php:239 admin/views/ad-visitor-metabox.php:81
100
- msgid "and"
101
- msgstr "y"
102
 
103
- #: admin/class-advanced-ads-admin.php:183
104
- msgid "After which paragraph?"
105
- msgstr "Después de que párrafo?"
106
 
107
- #: admin/class-advanced-ads-admin.php:292
108
  #, php-format
109
- msgid "time of %s"
110
- msgstr "Tiempo de %s"
111
 
112
- #: admin/class-advanced-ads-admin.php:328
113
- msgid "Error while trying to register the license. Please contact support."
114
  msgstr ""
115
- "Error al tratar de registrar la licencia. Por favor, contactar a soporte."
116
 
117
- #: admin/class-advanced-ads-admin.php:333 admin/views/setting-license.php:40
118
- msgid "Please enter a valid license key"
119
- msgstr "Por favor, ingresa una llave de licencia válida"
120
 
121
- #: admin/class-advanced-ads-admin.php:364
122
- #: modules/marketpress-license/main.php:65
123
- #: modules/marketpress-license/main.php:77
124
- msgid "License couldn’t be activated. Please try again later."
125
- msgstr "La licencia no pudo ser activada. Por favor, intenta de nuevo."
126
 
127
- #: admin/class-advanced-ads-admin.php:379
128
- msgid "This is the bundle license key."
129
- msgstr "Ésta es la clave de licencia para todo el paquete."
130
 
131
- #: admin/class-advanced-ads-admin.php:380
132
- #: modules/marketpress-license/main.php:136
133
- msgid "This is not the correct key for this add-on."
134
- msgstr "Ésta no es la clave de licencia correcta para este add-on"
135
 
136
- #: admin/class-advanced-ads-admin.php:381
137
- #: modules/marketpress-license/main.php:134
138
- msgid "There are no activations left."
139
- msgstr "No existen más activaciones."
140
 
141
- #: admin/class-advanced-ads-admin.php:450
142
- msgid "Error while trying to disable the license. Please contact support."
143
  msgstr ""
144
- "Error al tratar de deshabilitar la licencia. Por favor, contacta a soporte."
145
 
146
- #: admin/class-advanced-ads-admin.php:477
147
- #: admin/class-advanced-ads-admin.php:495
148
- msgid "License couldn’t be deactivated. Please try again later."
149
- msgstr "La licencia no pudo ser desactivada.a soporte."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
 
151
- #: admin/class-advanced-ads-admin.php:691 admin/includes/class-menu.php:87
152
- #: admin/includes/class-menu.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  msgid "Support"
154
  msgstr "Soporte"
155
 
156
- #: admin/class-advanced-ads-admin.php:695
157
  msgid "Add-Ons"
158
  msgstr "Add-Ons"
159
 
@@ -190,11 +475,11 @@ msgid "main query"
190
  msgstr "Consulta (query) principal"
191
 
192
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
193
- #: public/class-advanced-ads.php:603 admin/views/ad-group-list-form-row.php:31
194
  msgid "Ad"
195
  msgstr "Anuncio"
196
 
197
- #: classes/ad-debug.php:121 public/class-advanced-ads.php:566
198
  msgctxt "ad group singular name"
199
  msgid "Ad Group"
200
  msgstr "Grupo de Anuncios"
@@ -219,52 +504,52 @@ msgstr "Colocación Manual"
219
  msgid "Manual placement to use as function or shortcode."
220
  msgstr "Colocación manual para usar como Función o Shortcode."
221
 
222
- #: classes/ad_placements.php:36
223
  msgid "Header Code"
224
  msgstr "Código de Encabezado"
225
 
226
- #: classes/ad_placements.php:37
227
  msgid ""
228
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
229
  msgstr ""
230
  "Inyectar en el encabezado (antes de la etiqueta &lt;/head&gt;, que con "
231
  "frecuencia no es visible)."
232
 
233
- #: classes/ad_placements.php:41
234
  msgid "Footer Code"
235
  msgstr "Código del Pie de Página"
236
 
237
- #: classes/ad_placements.php:42
238
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
239
  msgstr ""
240
  "Inyectado en el Pie de Página (antes de la etiqueta de cierre del &lt;"
241
  "/body&gt;). "
242
 
243
- #: classes/ad_placements.php:46 admin/views/ad-info-top.php:9
244
  msgid "Before Content"
245
  msgstr "Antes del Contenido"
246
 
247
- #: classes/ad_placements.php:47
248
  msgid "Injected before the post content."
249
  msgstr "Inyectado antes del contenido de la entrada."
250
 
251
- #: classes/ad_placements.php:51 admin/views/ad-info-top.php:11
252
  msgid "After Content"
253
  msgstr "Después del Contenido"
254
 
255
- #: classes/ad_placements.php:52
256
  msgid "Injected after the post content."
257
  msgstr "Inyectado después del contenido de la entrada."
258
 
259
- #: classes/ad_placements.php:56 admin/views/ad-info-top.php:10
260
  msgid "Content"
261
  msgstr "Contenido"
262
 
263
- #: classes/ad_placements.php:61
264
  msgid "Sidebar Widget"
265
  msgstr "Widget de la Barra Lateral"
266
 
267
- #: classes/ad_placements.php:62
268
  msgid ""
269
  "Create a sidebar widget with an ad. Can be placed and used like any other "
270
  "widget."
@@ -272,27 +557,27 @@ msgstr ""
272
  "Crear un widget de barra lateral con un anuncio. Puede ser colocado y "
273
  "utilizado como cualquier otro widget."
274
 
275
- #: classes/ad_placements.php:214
276
  #, php-format
277
  msgid "paragraph (%s)"
278
  msgstr "Párrafo (%s)"
279
 
280
- #: classes/ad_placements.php:215
281
  #, php-format
282
  msgid "paragraph without image (%s)"
283
  msgstr "Párrafo sin imagen (%s)"
284
 
285
- #: classes/ad_placements.php:216
286
  #, php-format
287
  msgid "headline 2 (%s)"
288
  msgstr "Encabezado 2 (%s)"
289
 
290
- #: classes/ad_placements.php:217
291
  #, php-format
292
  msgid "headline 3 (%s)"
293
  msgstr "Encabezado 3 (%s)"
294
 
295
- #: classes/ad_placements.php:218
296
  #, php-format
297
  msgid "headline 4 (%s)"
298
  msgstr "Encabezado 4 (%s)"
@@ -389,101 +674,97 @@ msgstr "Condiciones generales"
389
  msgid "author"
390
  msgstr "Autor"
391
 
392
- #: classes/display-conditions.php:111
393
  #, php-format
394
  msgid "archive: %s"
395
  msgstr "Archivo: %s"
396
 
397
- #: classes/display-conditions.php:228 classes/display-conditions.php:272
398
- #: classes/display-conditions.php:360
399
  msgctxt "Error message shown when no display condition term is selected"
400
  msgid "Please select some items."
401
  msgstr "Por favor, selecciona algunos elementos."
402
 
403
- #: classes/display-conditions.php:350
404
  msgctxt "display the terms search field on ad edit page"
405
  msgid "add more terms"
406
  msgstr "Añadir más términos "
407
 
408
- #: classes/display-conditions.php:351
409
- msgid "add more terms"
410
- msgstr "Añadir más términos"
411
-
412
- #: classes/display-conditions.php:353
413
  msgid "term name or id"
414
  msgstr "Nombre del término o ID"
415
 
416
- #: classes/display-conditions.php:414
417
  msgid "title or id"
418
  msgstr "Título o ID"
419
 
420
- #: classes/display-conditions.php:459
421
  msgid "Home Page"
422
  msgstr "Página de Inicio"
423
 
424
- #: classes/display-conditions.php:460
425
  msgid "show on Home page"
426
  msgstr "Mostrar en Página de Inicio"
427
 
428
- #: classes/display-conditions.php:464
429
  msgid "Singular Pages"
430
  msgstr "Páginas Singulares"
431
 
432
- #: classes/display-conditions.php:465
433
  msgid "show on singular pages/posts"
434
  msgstr "Mostrar en páginas/entradas singulares"
435
 
436
- #: classes/display-conditions.php:469
437
  msgid "Archive Pages"
438
  msgstr "Páginas de Archivo"
439
 
440
- #: classes/display-conditions.php:470
441
  msgid "show on any type of archive page (category, tag, author and date)"
442
  msgstr ""
443
  "Mostrar en cualquier tipo de página de archivo (categoría, etiqueta, autor y "
444
  "fecha)"
445
 
446
- #: classes/display-conditions.php:474
447
  msgid "Search Results"
448
  msgstr "Resultados de la Búsqueda"
449
 
450
- #: classes/display-conditions.php:475
451
  msgid "show on search result pages"
452
  msgstr "Mostrar en páginas de resultados de búsquedas"
453
 
454
- #: classes/display-conditions.php:479
455
  msgid "404 Page"
456
  msgstr "Páginas 404"
457
 
458
- #: classes/display-conditions.php:480
459
  msgid "show on 404 error page"
460
  msgstr "Mostrar en páginas de error 404"
461
 
462
- #: classes/display-conditions.php:484
463
  msgid "Attachment Pages"
464
  msgstr "Páginas Adjuntas"
465
 
466
- #: classes/display-conditions.php:485
467
  msgid "show on attachment pages"
468
  msgstr "Mostrar en páginas adjuntas"
469
 
470
- #: classes/display-conditions.php:489
471
  msgid "Secondary Queries"
472
  msgstr "Consultas (Queries) Secundarias "
473
 
474
- #: classes/display-conditions.php:490
475
  msgid "allow ads in secondary queries"
476
  msgstr "Permitir anuncios en consultas (queries) secundarias "
477
 
478
- #: classes/display-conditions.php:494
479
  msgid "Feed"
480
  msgstr "Feed"
481
 
482
- #: classes/display-conditions.php:495
483
  msgid "allow ads in Feed"
484
  msgstr "Permitir anuncios en el Feed"
485
 
486
- #: classes/EDD_SL_Plugin_Updater.php:204
487
  #, php-format
488
  msgid ""
489
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
@@ -491,7 +772,7 @@ msgstr ""
491
  "Existe una nueva versión de %1$s disponible. %2$sVer versión %3$s "
492
  "Detalles%4$s."
493
 
494
- #: classes/EDD_SL_Plugin_Updater.php:212
495
  #, php-format
496
  msgid ""
497
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
@@ -500,52 +781,44 @@ msgstr ""
500
  "Existe una nueva versión de %1$s disponible. %2$sVer versión %3$s "
501
  "Detalles%4$s o %5$Actualiza ahora%6$s."
502
 
503
- #: classes/EDD_SL_Plugin_Updater.php:366
504
- msgid "You do not have permission to install plugin updates"
505
- msgstr "No tienes permiso para instalar actualizaciones del plugin"
506
-
507
- #: classes/EDD_SL_Plugin_Updater.php:366
508
- msgid "Error"
509
- msgstr "Error"
510
-
511
  #: classes/frontend_checks.php:40
512
  msgid "Ad Health"
513
  msgstr "Salud del Anuncio"
514
 
515
- #: classes/frontend_checks.php:47
516
  msgid "jQuery not in header"
517
  msgstr "No hay jQuery en el encabezado"
518
 
519
- #: classes/frontend_checks.php:59
520
  msgid "Ad blocker enabled"
521
  msgstr "Ad blocker (Bloqueador de anuncios) habilitado"
522
 
523
- #: classes/frontend_checks.php:73
524
  #, php-format
525
  msgid "<em>%s</em> filter does not exist"
526
  msgstr "<em>%s</em> Filtro no existe"
527
 
528
- #: classes/frontend_checks.php:90
529
  msgid "Ads are disabled on this page"
530
  msgstr "Los anuncios están deshabilitados en esta página"
531
 
532
- #: classes/frontend_checks.php:104
533
  msgid "Ads are disabled in the content of this page"
534
  msgstr "Los anuncios están deshabilitados en el contenido de esta página"
535
 
536
- #: classes/frontend_checks.php:117
537
  msgid "the current post ID is 0 "
538
  msgstr "El actual ID de la entrada es 0"
539
 
540
- #: classes/frontend_checks.php:132
541
  msgid "Ads are disabled on 404 pages"
542
  msgstr "Los anuncios están deshabilitados en páginas 404"
543
 
544
- #: classes/frontend_checks.php:146
545
  msgid "Ads are disabled on non singular pages"
546
  msgstr "Los anuncios están deshabilitados en páginas no singulares"
547
 
548
- #: classes/frontend_checks.php:160
549
  #: modules/import-export/classes/XmlEncoder.php:61
550
  #: modules/import-export/classes/XmlEncoder.php:64
551
  #: modules/import-export/classes/XmlEncoder.php:193
@@ -554,15 +827,15 @@ msgstr "Los anuncios están deshabilitados en páginas no singulares"
554
  msgid "The %s extension(s) is not loaded"
555
  msgstr "La(s) %s extension(es) no se ha(n) cargado"
556
 
557
- #: classes/frontend_checks.php:174
558
  msgid "Everything is fine"
559
  msgstr "Todo está bien"
560
 
561
- #: classes/frontend_checks.php:185
562
  msgid "debug DFP ads"
563
  msgstr "Depurar anuncios DFP"
564
 
565
- #: classes/frontend_checks.php:196
566
  msgid "highlight ads"
567
  msgstr "Resaltar anuncios"
568
 
@@ -594,43 +867,43 @@ msgstr "Igual o mayor"
594
  msgid "equal or lower"
595
  msgstr "Igual o menor"
596
 
597
- #: classes/visitor-conditions.php:193
598
  msgid "contains"
599
  msgstr "Contiene"
600
 
601
- #: classes/visitor-conditions.php:194
602
  msgid "starts with"
603
  msgstr "Comienza con"
604
 
605
- #: classes/visitor-conditions.php:195
606
  msgid "ends with"
607
  msgstr "Termina con"
608
 
609
- #: classes/visitor-conditions.php:196
610
  msgid "matches"
611
  msgstr "Equivale a"
612
 
613
- #: classes/visitor-conditions.php:197
614
  msgid "matches regex"
615
  msgstr "Equivale a regex"
616
 
617
- #: classes/visitor-conditions.php:198
618
  msgid "does not contain"
619
  msgstr "No contiene"
620
 
621
- #: classes/visitor-conditions.php:199
622
  msgid "does not start with"
623
  msgstr "No comienza con"
624
 
625
- #: classes/visitor-conditions.php:200
626
  msgid "does not end with"
627
  msgstr "No termina con"
628
 
629
- #: classes/visitor-conditions.php:201
630
  msgid "does not match"
631
  msgstr "No equivale a"
632
 
633
- #: classes/visitor-conditions.php:202
634
  msgid "does not match regex"
635
  msgstr "No equivale a regex"
636
 
@@ -638,295 +911,329 @@ msgstr "No equivale a regex"
638
  msgid "Display Ads and Ad Groups."
639
  msgstr "Mostrar Anuncios y Grupos de Anuncios."
640
 
641
- #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:75
642
  msgid "--empty--"
643
  msgstr "--Vacío--"
644
 
645
- #: classes/widget.php:69 admin/includes/class-menu.php:72
646
- #: admin/includes/class-shortcode-creator.php:91 admin/views/placements.php:19
647
  #: modules/import-export/views/page.php:25
648
  msgid "Placements"
649
  msgstr "Colocaciones"
650
 
651
- #: classes/widget.php:76 admin/includes/class-menu.php:67
652
- #: admin/includes/class-shortcode-creator.php:84 admin/views/placements.php:76
653
- #: admin/views/placements.php:182
654
  msgid "Ad Groups"
655
  msgstr "Grupos de Anuncios"
656
 
657
- #: classes/widget.php:83 public/class-advanced-ads.php:602
658
- #: admin/includes/class-menu.php:56 admin/includes/class-menu.php:56
659
- #: admin/includes/class-shortcode-creator.php:77
660
- #: admin/views/ad-group-list-form-row.php:28
661
- #: admin/views/ad-group-list-header.php:5 admin/views/placements.php:83
662
- #: admin/views/placements.php:189 modules/import-export/views/page.php:23
663
  msgid "Ads"
664
  msgstr "Anuncios"
665
 
666
- #: public/class-advanced-ads.php:316
667
  msgid "Advanced Ads Error following:"
668
  msgstr "El siguiente error de Advanced Ads:"
669
 
670
- #: public/class-advanced-ads.php:319
671
  #, php-format
672
  msgid "Advanced Ads Error: %s"
673
  msgstr "Error de Advanced Ads: %s"
674
 
675
- #: public/class-advanced-ads.php:565
676
  msgctxt "ad group general name"
677
  msgid "Ad Groups"
678
  msgstr "Grupos de Anuncios"
679
 
680
- #: public/class-advanced-ads.php:567
681
  msgid "Search Ad Groups"
682
  msgstr "Buscar Grupos de Anuncios"
683
 
684
- #: public/class-advanced-ads.php:568
685
  msgid "All Ad Groups"
686
  msgstr "Todos los Grupos de Anuncios"
687
 
688
- #: public/class-advanced-ads.php:569
689
  msgid "Parent Ad Groups"
690
  msgstr "Grupos Principales de Anuncios"
691
 
692
- #: public/class-advanced-ads.php:570
693
  msgid "Parent Ad Groups:"
694
  msgstr "Grupos Principales de Anuncios:"
695
 
696
- #: public/class-advanced-ads.php:571
697
  msgid "Edit Ad Group"
698
  msgstr "Editar Grupo de Anuncios"
699
 
700
- #: public/class-advanced-ads.php:572
701
  msgid "Update Ad Group"
702
  msgstr "Actualizar Grupo de Anuncios"
703
 
704
- #: public/class-advanced-ads.php:573
705
  msgid "Add New Ad Group"
706
  msgstr "Añadir Nuevo Grupo de Anuncios"
707
 
708
- #: public/class-advanced-ads.php:574
709
  msgid "New Ad Groups Name"
710
  msgstr "Nuevo Nombre para Grupos de Anuncios"
711
 
712
- #: public/class-advanced-ads.php:575 admin/includes/class-menu.php:67
713
  #: modules/import-export/views/page.php:24
714
  msgid "Groups"
715
  msgstr "Grupos"
716
 
717
- #: public/class-advanced-ads.php:576
718
  msgid "No Ad Group found"
719
  msgstr "Grupo de Anuncios no encontrado"
720
 
721
- #: public/class-advanced-ads.php:604 public/class-advanced-ads.php:608
722
- #: admin/includes/class-menu.php:62 admin/views/ad-group-list-form-row.php:45
723
  msgid "New Ad"
724
  msgstr "Nuevo Anuncio"
725
 
726
- #: public/class-advanced-ads.php:605 admin/includes/class-menu.php:62
727
  msgid "Add New Ad"
728
  msgstr "Añadir Nuevo Anuncio"
729
 
730
- #: public/class-advanced-ads.php:606
731
- #: admin/includes/class-ad-groups-list.php:302
732
  #: modules/import-export/classes/import.php:143
733
  #: modules/import-export/classes/import.php:183
734
  #: modules/import-export/classes/import.php:559
735
  msgid "Edit"
736
  msgstr "Editar"
737
 
738
- #: public/class-advanced-ads.php:607
739
  msgid "Edit Ad"
740
  msgstr "Editar Anuncio"
741
 
742
- #: public/class-advanced-ads.php:609
743
  msgid "View"
744
  msgstr "Ver"
745
 
746
- #: public/class-advanced-ads.php:610
747
  msgid "View the Ad"
748
  msgstr "Ver el Anuncio"
749
 
750
- #: public/class-advanced-ads.php:611
751
  msgid "Search Ads"
752
  msgstr "Buscar Anuncios"
753
 
754
- #: public/class-advanced-ads.php:612
755
  msgid "No Ads found"
756
  msgstr "No se encontraron anuncios"
757
 
758
- #: public/class-advanced-ads.php:613
759
  msgid "No Ads found in Trash"
760
  msgstr "No se encontraron anuncios en la papelera"
761
 
762
- #: public/class-advanced-ads.php:614
763
  msgid "Parent Ad"
764
  msgstr "Anuncio Principal"
765
 
766
- #: public/class-advanced-ads.php:731
767
  msgctxt "label above ads"
768
  msgid "Advertisements"
769
  msgstr "Publicidad"
770
 
771
- #: admin/includes/class-ad-groups-list.php:165
772
  msgid "Ad weight"
773
  msgstr "Peso del Anuncio"
774
 
775
- #: admin/includes/class-ad-groups-list.php:173
776
  #: admin/views/ad-list-timing-column.php:4
777
  #, php-format
778
  msgid "starts %s"
779
  msgstr "Comienza %s"
780
 
781
- #: admin/includes/class-ad-groups-list.php:192
782
  #: admin/views/ad-list-timing-column.php:21
783
  #, php-format
784
  msgid "expires %s"
785
  msgstr "Expira %s"
786
 
787
- #: admin/includes/class-ad-groups-list.php:194
788
  #: admin/views/ad-list-timing-column.php:23
789
  #, php-format
790
  msgid "<strong>expired</strong> %s"
791
  msgstr "<strong>Expirado</strong> %s"
792
 
793
- #: admin/includes/class-ad-groups-list.php:207
794
  msgid "all published ads are displayed"
795
  msgstr "Todos los anuncios publicados están mostrados"
796
 
797
- #: admin/includes/class-ad-groups-list.php:209
798
  #, php-format
799
  msgid "up to %d ads displayed"
800
  msgstr "Hasta %d anuncios mostrados"
801
 
802
- #: admin/includes/class-ad-groups-list.php:212
803
  msgid "No ads assigned"
804
  msgstr "No hay anuncios asignados"
805
 
806
- #: admin/includes/class-ad-groups-list.php:278
807
  msgid "Random ads"
808
  msgstr "Anuncios aleatorios"
809
 
810
- #: admin/includes/class-ad-groups-list.php:279
811
  msgid "Display random ads based on ad weight"
812
  msgstr "Mostrar anuncios aleatorios basados en el peso del anuncio"
813
 
814
- #: admin/includes/class-ad-groups-list.php:282
815
  msgid "Ordered ads"
816
  msgstr "Anuncios ordenados"
817
 
818
- #: admin/includes/class-ad-groups-list.php:283
819
  msgid "Display ads with the highest ad weight first"
820
  msgstr "Mostrar de primero anuncios con el peso más alto"
821
 
822
- #: admin/includes/class-ad-groups-list.php:303
823
  msgid "Usage"
824
  msgstr "Uso"
825
 
826
- #: admin/includes/class-ad-groups-list.php:333
827
  msgid "Invalid Ad Group"
828
  msgstr "Grupo de Anuncios Inválido"
829
 
830
- #: admin/includes/class-ad-groups-list.php:338
831
  msgid "You don’t have permission to change the ad groups"
832
  msgstr "No tienes permiso para cambiar los Grupos de Anuncios"
833
 
834
- #: admin/includes/class-ad-type.php:79 admin/includes/class-ad-type.php:84
835
  msgid "Ad Details"
836
  msgstr "Detalles del Anuncio"
837
 
838
- #: admin/includes/class-ad-type.php:80 admin/includes/class-ad-type.php:85
839
  msgid "Ad Planning"
840
  msgstr "Planificación del Anuncio"
841
 
842
- #: admin/includes/class-ad-type.php:182
843
  msgid "expired"
844
  msgstr "Expirado"
845
 
846
- #: admin/includes/class-ad-type.php:183
847
  msgid "any expiry date"
848
  msgstr "Cualquier fecha de expiración"
849
 
850
- #: admin/includes/class-ad-type.php:184
851
  msgid "planned"
852
  msgstr "Planeado"
853
 
854
- #: admin/includes/class-ad-type.php:487 admin/includes/class-ad-type.php:488
855
  msgid "Ad updated."
856
  msgstr "Anuncio actualizado."
857
 
858
  #. translators: %s: date and time of the revision
859
- #: admin/includes/class-ad-type.php:490
860
  #, php-format
861
  msgid "Ad restored to revision from %s"
862
  msgstr "Anunció restaurado para revisión de %s"
863
 
864
- #: admin/includes/class-ad-type.php:491
865
  msgid "Ad published."
866
  msgstr "Anuncio publicado."
867
 
868
- #: admin/includes/class-ad-type.php:491
869
  #, php-format
870
  msgid ""
871
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
872
  msgstr ""
873
  "El anuncio no aparece? Consulta <a href=\"%s\" target=\"_blank\">aquí</a>"
874
 
875
- #: admin/includes/class-ad-type.php:492
876
  msgid "Ad saved."
877
  msgstr "Anuncio guardado."
878
 
879
- #: admin/includes/class-ad-type.php:493
880
  msgid "Ad submitted."
881
  msgstr "Anuncio enviado."
882
 
883
- #: admin/includes/class-ad-type.php:495
884
  #, php-format
885
  msgid "Ad scheduled for: <strong>%1$s</strong>."
886
  msgstr "Anuncio programado para: <strong>%1$s</strong>."
887
 
888
  #. translators: Publish box date format, see http://php.net/date
889
- #: admin/includes/class-ad-type.php:497
890
  msgid "M j, Y @ G:i"
891
  msgstr "M j, Y @ G:i"
892
 
893
- #: admin/includes/class-ad-type.php:499
894
  msgid "Ad draft updated."
895
  msgstr "Borrador del anuncio actualizado."
896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
897
  #: admin/includes/class-menu.php:52
898
  msgid "Overview"
899
  msgstr "Visión General"
900
 
901
- #: admin/includes/class-menu.php:72
902
  msgid "Ad Placements"
903
  msgstr "Colocación de Anuncios"
904
 
905
- #: admin/includes/class-menu.php:76
906
  msgid "Advanced Ads Settings"
907
  msgstr "Configuraciones de Advanced Ads"
908
 
909
- #: admin/includes/class-menu.php:76 admin/views/debug.php:10
910
  msgid "Settings"
911
  msgstr "Configuraciones"
912
 
913
- #: admin/includes/class-menu.php:79
914
  msgid "Advanced Ads Debugging"
915
  msgstr "Depuración de Advanced Ads"
916
 
917
- #: admin/includes/class-menu.php:79
918
  msgid "Debug"
919
  msgstr "Depuración"
920
 
921
- #: admin/includes/class-menu.php:83 admin/includes/class-menu.php:83
922
- msgid "Advanced Ads Intro"
923
- msgstr "Introducción a Advanced Ads"
924
-
925
- #: admin/includes/class-menu.php:205 admin/includes/class-menu.php:232
926
  msgid "Sorry, you are not allowed to access this feature."
927
  msgstr "Lo sentimos, no tienes permiso para acceder a esta función."
928
 
929
- #: admin/includes/class-menu.php:218
930
  msgid ""
931
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
932
  "deleted?"
@@ -947,7 +1254,7 @@ msgid "Layout / Output"
947
  msgstr "Diseño / Visualización"
948
 
949
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
950
- #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:416
951
  #: admin/views/ad-output-metabox.php:51
952
  msgid "Manual"
953
  msgstr "Manual"
@@ -956,36 +1263,36 @@ msgstr "Manual"
956
  msgid "Video"
957
  msgstr "Video"
958
 
959
- #: admin/includes/class-meta-box.php:197
960
  msgid "Ad Settings"
961
  msgstr "Configuración del Anuncio"
962
 
963
- #: admin/includes/class-meta-box.php:299 admin/views/overview.php:23
964
  msgid "Ads Dashboard"
965
  msgstr "Panel de Anuncios"
966
 
967
- #: admin/includes/class-meta-box.php:311
968
  msgid "From the ad optimization universe"
969
  msgstr "Desde el universo de optimización de anuncios"
970
 
971
- #: admin/includes/class-meta-box.php:320
972
  msgid "Advanced Ads Tutorials"
973
  msgstr "Tutoriales de Advanced Ads"
974
 
975
- #: admin/includes/class-meta-box.php:332
976
  #, php-format
977
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
978
  msgstr "%d Anuncios – <a href=\"%s\">Gestionar</a> - <a href=\"%s\">Nuevo</a>"
979
 
980
- #: admin/includes/class-meta-box.php:344
981
  msgid "plugin manual and homepage"
982
  msgstr "Manual del plugin y página de inicio"
983
 
984
- #: admin/includes/class-meta-box.php:351
985
  msgid "Get the tutorial via email"
986
  msgstr "Obtener el tutorial vía correo electrónico"
987
 
988
- #: admin/includes/class-meta-box.php:358
989
  msgid "Get AdSense tips via email"
990
  msgstr "Obtener tips de AdSense vía correo electrónico"
991
 
@@ -1079,8 +1386,7 @@ msgstr ""
1079
  " y Advanced Ads con nuestro grupo de noticias dedicado."
1080
 
1081
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1082
- #: admin/views/intro.php:73 admin/views/notices/inline.php:3
1083
- #: admin/views/notices/subscribe.php:3
1084
  msgid "Subscribe me now"
1085
  msgstr "Suscribirme Ahora"
1086
 
@@ -1092,7 +1398,7 @@ msgstr "Obtén los primeros pasos y más tutoriales en tu correo."
1092
  msgid "Send it now"
1093
  msgstr "Enviarlo Ahora"
1094
 
1095
- #: admin/includes/class-overview-widgets.php:126 admin/views/intro.php:78
1096
  msgid "Create your first ad"
1097
  msgstr "Crea Tu Primer Anuncio"
1098
 
@@ -1302,7 +1608,7 @@ msgstr "Obtener el add-on para vender anuncios"
1302
  msgid "General"
1303
  msgstr "General"
1304
 
1305
- #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:182
1306
  msgid "Licenses"
1307
  msgstr "Licencias"
1308
 
@@ -1326,64 +1632,64 @@ msgstr "Inyección ilimitada de anuncios"
1326
  msgid "Priority of content injection filter"
1327
  msgstr "Prioridad de filtro de inyección de contenido"
1328
 
1329
- #: admin/includes/class-settings.php:110
1330
  msgid "Hide ads from bots"
1331
  msgstr "Ocultar anuncios de bots"
1332
 
1333
- #: admin/includes/class-settings.php:118
1334
  msgid "Disable notices"
1335
  msgstr "Deshabilitar notificaciones"
1336
 
1337
- #: admin/includes/class-settings.php:126
1338
  msgid "ID prefix"
1339
  msgstr "Prefijo ID"
1340
 
1341
- #: admin/includes/class-settings.php:134
1342
  msgid "Remove Widget ID"
1343
  msgstr "Remover Widget ID"
1344
 
1345
- #: admin/includes/class-settings.php:142
1346
  msgid "Allow editors to manage ads"
1347
  msgstr "Permitir a editores gestionar anuncios"
1348
 
1349
- #: admin/includes/class-settings.php:150
1350
  msgid "Ad label"
1351
  msgstr "Etiqueta del anuncio"
1352
 
1353
- #: admin/includes/class-settings.php:160
1354
  msgid "Delete data on uninstall"
1355
  msgstr "Borrar la información al desinstalar"
1356
 
1357
- #: admin/includes/class-settings.php:238
1358
  msgid "(display to all)"
1359
  msgstr "(mostrar a todos)"
1360
 
1361
- #: admin/includes/class-settings.php:239
1362
  msgid "Subscriber"
1363
  msgstr "Suscriptor"
1364
 
1365
- #: admin/includes/class-settings.php:240
1366
  msgid "Contributor"
1367
  msgstr "Contribuyente"
1368
 
1369
- #: admin/includes/class-settings.php:241
1370
  msgid "Author"
1371
  msgstr "Autor"
1372
 
1373
- #: admin/includes/class-settings.php:242
1374
  msgid "Editor"
1375
  msgstr "Editor"
1376
 
1377
- #: admin/includes/class-settings.php:243
1378
  msgid "Admin"
1379
  msgstr "Administrador"
1380
 
1381
- #: admin/includes/class-settings.php:251
1382
  msgid "Choose the lowest role a user must have in order to not see any ads."
1383
  msgstr ""
1384
  "Elige el rol mínimo que un usuario debe tener para no ver ningún anuncio."
1385
 
1386
- #: admin/includes/class-settings.php:265
1387
  msgid ""
1388
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1389
  "needs it."
@@ -1391,7 +1697,7 @@ msgstr ""
1391
  "<strong>Notificación: </strong>el archivo se encuentra activado por un add-"
1392
  "on que lo necesita."
1393
 
1394
- #: admin/includes/class-settings.php:268
1395
  #, php-format
1396
  msgid ""
1397
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
@@ -1402,7 +1708,7 @@ msgstr ""
1402
  "target=\"_blank\">aquí</a>). Algunas características y add-ons pueden anular "
1403
  "esta configuración si necesitan funciones de este archivo."
1404
 
1405
- #: admin/includes/class-settings.php:304
1406
  msgid ""
1407
  "Please check your post content. A priority of 10 and below might cause "
1408
  "issues (wpautop function might run twice)."
@@ -1410,7 +1716,7 @@ msgstr ""
1410
  "Por favor, revisa el contenido de tu entrada. Una prioridad de 10 o menos "
1411
  "puede causar problemas (la función wpautop puede ejecutarse dos veces)."
1412
 
1413
- #: admin/includes/class-settings.php:306
1414
  msgid ""
1415
  "Play with this value in order to change the priority of the injected ads "
1416
  "compared to other auto injected elements in the post content."
@@ -1419,7 +1725,7 @@ msgstr ""
1419
  "comparación con otros elementos auto inyectados en el contenido de la "
1420
  "entrada."
1421
 
1422
- #: admin/includes/class-settings.php:320
1423
  #, php-format
1424
  msgid ""
1425
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -1430,7 +1736,7 @@ msgstr ""
1430
  "vacíos. También previene contar impresiones de bots cuando se usa <a "
1431
  "href=\"%s\" target=\"_blank\">El Add-On de Rastreo</a>."
1432
 
1433
- #: admin/includes/class-settings.php:321
1434
  msgid ""
1435
  "Disabling this option only makes sense if your ads contain content you want "
1436
  "to display to bots (like search engines) or your site is cached and bots "
@@ -1441,7 +1747,7 @@ msgstr ""
1441
  "sitio esta cacheado y los bots pueden crear una versión cacheada sin los "
1442
  "anuncios."
1443
 
1444
- #: admin/includes/class-settings.php:334
1445
  msgid ""
1446
  "Disable internal notices like tips, tutorials, email newsletters and update "
1447
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -1452,7 +1758,7 @@ msgstr ""
1452
  "notificaciones es recomendado si ya administras múltiples sitios con "
1453
  "Advanced Ads."
1454
 
1455
- #: admin/includes/class-settings.php:351
1456
  msgid ""
1457
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1458
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -1463,7 +1769,7 @@ msgstr ""
1463
  "bloques como anuncios. <br/>Podrías necesitar <strong>reescribir las reglas "
1464
  "css después</strong>."
1465
 
1466
- #: admin/includes/class-settings.php:372
1467
  msgid ""
1468
  "Remove the ID attribute from widgets in order to not make them an easy "
1469
  "target of ad blockers."
@@ -1471,7 +1777,7 @@ msgstr ""
1471
  "Remover el atributo ID de los widgets para no hacerlos un blanco fácil de "
1472
  "los bloqueadores de anuncios."
1473
 
1474
- #: admin/includes/class-settings.php:375
1475
  msgid ""
1476
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1477
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
@@ -1479,11 +1785,11 @@ msgstr ""
1479
  "Si chequeada, el Widget de Advanced Ads no funcionará con la opción fija del "
1480
  "plugin <strong>Q2W3 Widget Fijo</strong>."
1481
 
1482
- #: admin/includes/class-settings.php:397
1483
  msgid "Allow editors to also manage and publish ads."
1484
  msgstr "Permitir también que los editores gestionen y publiquen anuncios."
1485
 
1486
- #: admin/includes/class-settings.php:398
1487
  #, php-format
1488
  msgid ""
1489
  "You can assign different ad-related roles on a user basis with <a "
@@ -1492,25 +1798,16 @@ msgstr ""
1492
  "Puedes asignar (por cada usuario) diferentes roles relacionados al anuncio "
1493
  "con <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1494
 
1495
- #: admin/includes/class-settings.php:416
1496
  msgid "Displayed above ads."
1497
  msgstr "Anuncios de arriba mostrados."
1498
 
1499
- #: admin/includes/class-settings.php:430
1500
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1501
  msgstr ""
1502
  "Limpiar toda la información relacionada con Advanced Ads al remover este "
1503
  "plugin."
1504
 
1505
- #: admin/includes/notices.php:9
1506
- #, php-format
1507
- msgid ""
1508
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1509
- "Steps</a>."
1510
- msgstr ""
1511
- "Advanced Ads exitosamente instalado. Échale un vistazo a los <a href=\"%s\">"
1512
- "primeros pasos</a>."
1513
-
1514
  #: admin/includes/notices.php:15
1515
  msgid ""
1516
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
@@ -1626,7 +1923,7 @@ msgctxt "shortcode creator"
1626
  msgid "Cancel"
1627
  msgstr "Cancelar "
1628
 
1629
- #: admin/views/ad-display-metabox.php:15
1630
  #: admin/views/notices/jqueryui_error.php:2
1631
  #, php-format
1632
  msgid ""
@@ -1637,29 +1934,29 @@ msgstr ""
1637
  "de control. Por favor, chequea <a href=\"%s\" target=\"_blank\">este "
1638
  "artículo para obtener mayor información</a>."
1639
 
1640
- #: admin/views/ad-display-metabox.php:52
1641
  msgid "Forced to OR."
1642
  msgstr "Forzado a O."
1643
 
1644
- #: admin/views/ad-display-metabox.php:53 admin/views/ad-info-top.php:78
 
1645
  msgid "manual"
1646
  msgstr "Manual"
1647
 
1648
- #: admin/views/ad-display-metabox.php:70
1649
  msgid "If you want to display the ad everywhere, don't do anything here. "
1650
  msgstr "Si quieres mostrar el anuncio en todas partes, no hagas nada aquí."
1651
 
1652
- #: admin/views/ad-display-metabox.php:73 admin/views/ad-visitor-metabox.php:47
1653
  msgid "New condition"
1654
  msgstr "Nueva Condición"
1655
 
1656
- #: admin/views/ad-display-metabox.php:76 admin/views/ad-visitor-metabox.php:50
1657
  msgid "-- choose a condition --"
1658
  msgstr "-- Selecciona una Condición --"
1659
 
1660
- #: admin/views/ad-display-metabox.php:81
1661
- #: admin/views/ad-group-list-form-row.php:52
1662
- #: admin/views/ad-visitor-metabox.php:55
1663
  msgid "add"
1664
  msgstr "Añadir"
1665
 
@@ -1677,47 +1974,38 @@ msgstr "Crear un nuevo Grupo de Anuncios"
1677
  msgid "Update"
1678
  msgstr "Actualizar"
1679
 
1680
- #: admin/views/ad-group-list-form-row.php:3 admin/views/placements.php:25
 
 
 
 
1681
  msgid "Name"
1682
  msgstr "Nombre"
1683
 
1684
- #: admin/views/ad-group-list-form-row.php:5
1685
- msgid "Description"
1686
- msgstr "Descripción"
1687
-
1688
- #: admin/views/ad-group-list-form-row.php:7 admin/views/placements.php:24
1689
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1690
  msgid "Type"
1691
  msgstr "Tipo"
1692
 
1693
- #: admin/views/ad-group-list-form-row.php:16
1694
- msgid "Number of visible ads"
1695
- msgstr "Número de anuncios visibles"
1696
-
1697
- #: admin/views/ad-group-list-form-row.php:22
1698
  msgctxt "option to display all ads in an ad groups"
1699
  msgid "all"
1700
  msgstr "Todos"
1701
 
1702
- #: admin/views/ad-group-list-form-row.php:25
1703
  msgid "Number of ads that are visible at the same time"
1704
  msgstr "Número de anuncios que son visibles al mismo tiempo"
1705
 
1706
- #: admin/views/ad-group-list-form-row.php:32
1707
- msgid "weight"
1708
- msgstr "Peso"
1709
-
1710
  #: admin/views/ad-group-list-header.php:4
1711
  msgid "Details"
1712
  msgstr "Detalles"
1713
 
1714
- #: admin/views/ad-group-list-row.php:8 admin/views/ad-group.php:63
1715
- #: admin/views/ad-info.php:3 admin/views/placements.php:61
1716
  msgid "shortcode"
1717
  msgstr "Shortcode:"
1718
 
1719
- #: admin/views/ad-group-list-row.php:11 admin/views/ad-group.php:66
1720
- #: admin/views/placements.php:64
1721
  msgid "template"
1722
  msgstr "Plantilla"
1723
 
@@ -1763,35 +2051,11 @@ msgstr ""
1763
  "tener múltiples anuncios, sino que también, un anuncio puede pertenecer a "
1764
  "múltiples grupos."
1765
 
1766
- #: admin/views/ad-group.php:60
1767
- msgid "How to display an Ad Group?"
1768
- msgstr "Cómo mostrar un Grupo de Anuncios?"
1769
-
1770
- #: admin/views/ad-group.php:62
1771
- #, php-format
1772
- msgid ""
1773
- "Examples on how to display an ad group? Find more help and examples in the "
1774
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1775
- msgstr ""
1776
- "Ejemplos de cómo mostrar un Grupo de Anuncios? Encuentra más ayuda y "
1777
- "ejemplos en el <a href=\"%s\" target=\"_blank\">manual</a>"
1778
-
1779
- #: admin/views/ad-group.php:64
1780
- msgid "To display an ad group with the ID 6 in content fields"
1781
- msgstr ""
1782
- "Para mostrar un Grupo de Anuncios con el ID 6 en los campos de contenido"
1783
-
1784
- #: admin/views/ad-group.php:67
1785
- msgid "To display an ad group with the ID 6 in template files"
1786
- msgstr ""
1787
- "Para mostrar un Grupo de Anuncios con el ID 6 en los archivos de plantilla"
1788
-
1789
- #: admin/views/ad-group.php:87
1790
  msgid "Update Groups"
1791
  msgstr "Actualizar Grupos"
1792
 
1793
  #: admin/views/ad-info-after-textarea.php:5
1794
- #: admin/views/ad-parameters-warnings.php:5
1795
  msgid ""
1796
  "The code of this ad might not work properly with the <em>Content</em> "
1797
  "placement."
@@ -1800,7 +2064,6 @@ msgstr ""
1800
  "Contenido</em>de la colocación."
1801
 
1802
  #: admin/views/ad-info-after-textarea.php:6
1803
- #: admin/views/ad-parameters-warnings.php:6
1804
  #, php-format
1805
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
1806
  msgstr "Contacta a <a href=\"%s\">Soporte</a> para obtener ayuda."
@@ -1810,12 +2073,12 @@ msgctxt "wizard navigation"
1810
  msgid "previous"
1811
  msgstr "Anterior"
1812
 
1813
- #: admin/views/ad-info-bottom.php:4
1814
  msgctxt "wizard navigation"
1815
  msgid "save"
1816
  msgstr "Guardar"
1817
 
1818
- #: admin/views/ad-info-bottom.php:5
1819
  msgctxt "wizard navigation"
1820
  msgid "next"
1821
  msgstr "Siguiente"
@@ -1873,7 +2136,7 @@ msgstr ""
1873
  "Aprender más acerca de tus opciones para mostrar un anuncio en el <a "
1874
  "href=\"%s\" target=\"_blank\">manual</a>."
1875
 
1876
- #: admin/views/ad-info-top.php:64 admin/views/ad-info-top.php:76
1877
  msgid "Start Wizard"
1878
  msgstr "Iniciar Asistente"
1879
 
@@ -1881,11 +2144,11 @@ msgstr "Iniciar Asistente"
1881
  msgid "Stop Wizard"
1882
  msgstr "Detener Asistente"
1883
 
1884
- #: admin/views/ad-info-top.php:74
1885
  msgid "Welcome to the Wizard"
1886
  msgstr "Bienvenido al Asistente"
1887
 
1888
- #: admin/views/ad-info-top.php:75
1889
  msgid ""
1890
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1891
  "the most common options are visible."
@@ -1893,7 +2156,7 @@ msgstr ""
1893
  "El Asistente te ayudará a crear y publicar un anuncio fácilmente. Por lo "
1894
  "tanto, solamente las opciones más comunes serán visibles."
1895
 
1896
- #: admin/views/ad-info-top.php:77
1897
  msgid "Stop Wizard and show all options"
1898
  msgstr "Detener el Asistente y mostrar todas las opciones"
1899
 
@@ -1968,6 +2231,7 @@ msgid "Everything connected to the ads layout and output."
1968
  msgstr "Todo lo relacionado con el diseño y la visualización de los anuncios."
1969
 
1970
  #: admin/views/ad-output-metabox.php:4
 
1971
  msgid "Position"
1972
  msgstr "Posición:"
1973
 
@@ -1975,19 +2239,29 @@ msgstr "Posición:"
1975
  msgid "- default -"
1976
  msgstr "- Defecto -"
1977
 
1978
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:54
 
 
 
 
1979
  msgid "default"
1980
  msgstr "Defecto"
1981
 
1982
  #: admin/views/ad-output-metabox.php:8
 
 
1983
  msgid "left"
1984
  msgstr "Izquierda"
1985
 
1986
  #: admin/views/ad-output-metabox.php:11
 
 
1987
  msgid "center"
1988
  msgstr "Centro"
1989
 
1990
  #: admin/views/ad-output-metabox.php:14
 
 
1991
  msgid "right"
1992
  msgstr "Derecha"
1993
 
@@ -2053,7 +2327,7 @@ msgstr "Ancho"
2053
  msgid "height"
2054
  msgstr "Alto"
2055
 
2056
- #: admin/views/ad-parameters-size.php:6
2057
  msgid "reserve this space"
2058
  msgstr "Reservar este espacio"
2059
 
@@ -2074,7 +2348,7 @@ msgctxt ""
2074
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2075
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2076
 
2077
- #: admin/views/ad-visitor-metabox.php:4
2078
  msgid ""
2079
  "Display conditions that are based on the user. Use with caution on cached "
2080
  "websites."
@@ -2082,7 +2356,7 @@ msgstr ""
2082
  "Mostrar condiciones que están basadas en el usuario. Usar con cautela en "
2083
  "websites cacheados."
2084
 
2085
- #: admin/views/ad-visitor-metabox.php:40
2086
  msgid ""
2087
  "Visitor conditions limit the number of users who can see your ad. There is "
2088
  "no need to set visitor conditions if you want all users to see the ad."
@@ -2091,7 +2365,7 @@ msgstr ""
2091
  "tu anuncio. No hay necesidad de establecer condiciones del visitante si "
2092
  "deseas que todos los usuarios vean el anuncio."
2093
 
2094
- #: admin/views/ad-visitor-metabox.php:43
2095
  #, php-format
2096
  msgid ""
2097
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
@@ -2100,7 +2374,7 @@ msgstr ""
2100
  "Revisa el almacenamiento-en-caché en <a href=\"%s\" target=\"_blank\">"
2101
  "Advanced Ads Pro</a> si las funcionalidades dinámicas son cacheadas."
2102
 
2103
- #: admin/views/ad-visitor-metabox.php:60
2104
  #, php-format
2105
  msgid ""
2106
  "Define the exact browser width for which an ad should be visible using the "
@@ -2109,7 +2383,7 @@ msgstr ""
2109
  "Definir el ancho exacto del navegador para los que un anuncio debe ser "
2110
  "visible usando el <a href=\"%s\" target=\"_blank\">Add-on responsable</a>."
2111
 
2112
- #: admin/views/ad-visitor-metabox.php:103
2113
  msgid ""
2114
  "The visitor conditions below are deprecated. Please use the new version of "
2115
  "visitor conditions to replace it."
@@ -2117,19 +2391,19 @@ msgstr ""
2117
  "Las condiciones del visitante de abajo están depreciadas. Por favor, utiliza "
2118
  "la nueva versión de las condiciones del visitante para reemplazarlas."
2119
 
2120
- #: admin/views/ad-visitor-metabox.php:109
2121
  msgid "Display on all devices"
2122
  msgstr "Mostrar en todos los dispositivos"
2123
 
2124
- #: admin/views/ad-visitor-metabox.php:113
2125
  msgid "only on mobile devices"
2126
  msgstr "Solamente en dispositivos móviles"
2127
 
2128
- #: admin/views/ad-visitor-metabox.php:117
2129
  msgid "not on mobile devices"
2130
  msgstr "No en dispositivos móviles"
2131
 
2132
- #: admin/views/debug.php:6 admin/views/settings.php:49
2133
  msgid "Debug Page"
2134
  msgstr "Página de Depuración"
2135
 
@@ -2137,149 +2411,33 @@ msgstr "Página de Depuración"
2137
  msgid "Work in progress"
2138
  msgstr "Trabajo en Progreso"
2139
 
2140
- #: admin/views/feedback_disable.php:3
2141
- msgid "Thank you for helping to improve Advanced Ads."
2142
- msgstr "Gracias por ayudar a mejorar Advanced Ads."
2143
-
2144
- #: admin/views/feedback_disable.php:4
2145
- msgid ""
2146
- "Your feedback will motivates me to work harder towards a professional ad "
2147
- "management solution."
2148
- msgstr ""
2149
- "Tus sugerencias me motivan a trabajar más duro para crear una solución "
2150
- "profesional de administración de anuncios."
2151
-
2152
- #: admin/views/feedback_disable.php:5
2153
  msgid "Why did you decide to disable Advanced Ads?"
2154
  msgstr "Porqué decidiste deshabilitar Advanced Ads?"
2155
 
2156
- #: admin/views/feedback_disable.php:7
2157
- msgid "I stopped showing ads on my site"
2158
- msgstr "Dejé de mostrar anuncios en mi sitio"
2159
-
2160
- #: admin/views/feedback_disable.php:8
2161
- #, php-format
2162
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
2163
- msgstr "Carezco de una funcionalidad o <a href=\"%s\">add-on</a>"
2164
-
2165
- #: admin/views/feedback_disable.php:9
2166
- msgid "I have a technical problem"
2167
- msgstr "Tengo un problema técnico"
2168
-
2169
- #: admin/views/feedback_disable.php:10
2170
  msgid "other reason"
2171
  msgstr "Otra razón"
2172
 
2173
- #: admin/views/feedback_disable.php:12
2174
  msgid "Please specify, if possible"
2175
  msgstr "Por favor especifica, si es posible"
2176
 
2177
- #: admin/views/feedback_disable.php:13
2178
- msgid "What would be a reason to return to Advanced Ads?"
2179
- msgstr "Cual sería una razón para devolver Advanced Ads?"
2180
-
2181
- #: admin/views/intro.php:18
2182
- msgid "5-Star Usability"
2183
- msgstr "Usabilidad 5- estrellas"
2184
-
2185
- #: admin/views/intro.php:19
2186
- msgid ""
2187
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
2188
- "standards. If you know how to publish a post then you know how to create an "
2189
- "ad."
2190
- msgstr ""
2191
- "Advanced Ads es poderoso y fácil de usar porque está construido bajo los "
2192
- "estándares de WordPress. Si sabes cómo publicar una entrada, entonces sabrás "
2193
- "cómo crear un anuncio."
2194
-
2195
- #: admin/views/intro.php:23
2196
- msgid "5-Star Support"
2197
- msgstr "Soporte 5-estrellas"
2198
-
2199
- #: admin/views/intro.php:24
2200
- msgid ""
2201
- "I promise you the best supported ad management plugin for WordPress. Whether "
2202
- "a pro user or not, you can reach me easily through the support page, in the "
2203
- "chat on the homepage or replying to a newsletter."
2204
- msgstr ""
2205
- "Te prometo el plugin de administración de anuncios con mejor soporte para "
2206
- "WordPress. Seas un usuario pro o no, puedes localizarme fácilmente a través "
2207
- "de la página de soporte, en el chat de la página de inicio, o respondiendo a "
2208
- "mi boletín de noticias."
2209
-
2210
- #: admin/views/intro.php:28
2211
- msgid "5-Star Experience"
2212
- msgstr "Experiencia 5- estrellas"
2213
-
2214
- #: admin/views/intro.php:29
2215
- msgid ""
2216
- "Advanced Ads was built out of my own experience. I am personally using it to "
2217
- "serve millions of ad impressions per month and constantly test new ways to "
2218
- "optimize ad settings."
2219
- msgstr ""
2220
- "Advanced Ads fue construido en base a mi propia experiencia. Personalmente, "
2221
- "lo uso para manejar millones de impresiones de anuncios por mes y "
2222
- "constantemente pruebo nuevas formas de optimizar las configuraciones de los "
2223
- "anuncios."
2224
-
2225
- #: admin/views/intro.php:61
2226
- msgid "Next Steps"
2227
- msgstr "Próximos Pasos"
2228
-
2229
- #: admin/views/intro.php:64
2230
- msgid "Subscribe to the Mailing List"
2231
- msgstr "Suscríbete a la Lista de Correos"
2232
-
2233
- #: admin/views/intro.php:65
2234
- msgid "Subscribe to the newsletter and instantly"
2235
- msgstr "Suscríbete instantáneamente al boletín de noticias"
2236
-
2237
- #: admin/views/intro.php:67
2238
- msgid "get 2 free add-ons."
2239
- msgstr "Obtén 2 add-ons gratis"
2240
-
2241
- #: admin/views/intro.php:68
2242
- msgid "reply to the welcome message with a question."
2243
- msgstr "Responde al mensaje de bienvenida con una pregunta."
2244
-
2245
- #: admin/views/intro.php:69
2246
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2247
- msgstr ""
2248
- "Suscríbete a un grupo dedicado para el tutorial o para los tips de AdSense."
2249
-
2250
- #: admin/views/intro.php:79
2251
- #, php-format
2252
- msgid ""
2253
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a>"
2254
- " or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> "
2255
- "first."
2256
- msgstr ""
2257
- "Comienza creando un anuncio <a href=\"%1$s\" target=\"blank\">ahora</a> o "
2258
- "mira primero <a href=\"%2$s\" target=\"blank\">el video tutorial (3:29min)"
2259
- "</a>. "
2260
-
2261
- #: admin/views/intro.php:82
2262
- msgid "Display your ad"
2263
- msgstr "Muestra Tu Anuncio"
2264
 
2265
- #: admin/views/intro.php:83
2266
- msgid ""
2267
- "You can display your ad using a shortcode, widget or one of the powerful "
2268
- "placements. Placements help you to inject ads into the content or place them "
2269
- "on your site without coding."
2270
- msgstr ""
2271
- "Puedes mostrar tu anuncio utilizando un shortcode, un widget, o alguna de "
2272
- "las poderosas colocaciones disponibles. Las colocaciones te ayudan a "
2273
- "inyectar anuncios dentro del contenido, o a colocarlos en algún lugar de tu "
2274
- "sitio sin necesidad de que tengas que programar."
2275
 
2276
- #: admin/views/intro.php:85
2277
- msgid "List of all available placements"
2278
- msgstr "Listado de todas las colocaciones disponibles"
2279
 
2280
- #: admin/views/intro.php:86
2281
- msgid "Create a placement"
2282
- msgstr "Crear una Colocación"
2283
 
2284
  #: admin/views/placements.php:8
2285
  msgid ""
@@ -2293,7 +2451,7 @@ msgstr ""
2293
  msgid "Placements updated"
2294
  msgstr "Colocaciones Actualizadas"
2295
 
2296
- #: admin/views/placements.php:15
2297
  msgid ""
2298
  "Placements are physically places in your theme and posts. You can use them "
2299
  "if you plan to change ads and ad groups on the same place without the need "
@@ -2303,7 +2461,7 @@ msgstr ""
2303
  "Puedes utilizarlas si planeas cambiar anuncios o Grupos de Anuncios en el "
2304
  "mismo lugar y sin la necesidad de cambiar tus plantillas (templates)."
2305
 
2306
- #: admin/views/placements.php:16
2307
  #, php-format
2308
  msgid ""
2309
  "See also the manual for more information on <a href=\"%s\">placements</a>."
@@ -2311,11 +2469,11 @@ msgstr ""
2311
  "Consulta también el manual para más información sobre <a href=\"%s\">Las "
2312
  "Colocaciones</a>. "
2313
 
2314
- #: admin/views/placements.php:26 modules/import-export/views/page.php:26
2315
  msgid "Options"
2316
  msgstr "Opciones"
2317
 
2318
- #: admin/views/placements.php:44
2319
  #, php-format
2320
  msgid ""
2321
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
@@ -2325,39 +2483,19 @@ msgstr ""
2325
  "por defecto\". <br/> Por favor, chequea si el add-on que es responsable de "
2326
  "este funcionamiento está activado."
2327
 
2328
- #: admin/views/placements.php:60
2329
  msgid "show usage"
2330
  msgstr "Mostrar uso"
2331
 
2332
- #: admin/views/placements.php:72
2333
  msgid "Item"
2334
  msgstr "Item"
2335
 
2336
- #: admin/views/placements.php:74 admin/views/placements.php:180
2337
- msgid "--not selected--"
2338
- msgstr "--No Seleccionado--"
2339
-
2340
- #: admin/views/placements.php:94
2341
- msgid "Inject"
2342
- msgstr "Inyectados"
2343
-
2344
- #: admin/views/placements.php:95
2345
- msgid "after"
2346
- msgstr "Después"
2347
-
2348
- #: admin/views/placements.php:95
2349
- msgid "before"
2350
- msgstr "Antes"
2351
-
2352
- #: admin/views/placements.php:115
2353
- msgid "start counting from bottom"
2354
- msgstr "Empezar contando desde el final"
2355
-
2356
- #: admin/views/placements.php:118
2357
  msgid "Important Notice"
2358
  msgstr "Notificación Importante"
2359
 
2360
- #: admin/views/placements.php:118
2361
  msgid ""
2362
  "Your server is missing an extension. This might break the content injection."
2363
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -2367,32 +2505,28 @@ msgstr ""
2367
  "contenido.<br/> Ignora esta advertencia si todo está funcionando bien. De lo "
2368
  "contrario, pídele a tu compañía de hospedaje habilitar <em>mbstring</em>."
2369
 
2370
- #: admin/views/placements.php:128
2371
- msgid "advanced options"
2372
- msgstr "Opciones Avanzadas"
2373
-
2374
- #: admin/views/placements.php:137
2375
  msgctxt "checkbox to remove placement"
2376
  msgid "delete"
2377
  msgstr "Eliminar"
2378
 
2379
- #: admin/views/placements.php:143
2380
  msgid "Save Placements"
2381
  msgstr "Guardar Colocaciones"
2382
 
2383
- #: admin/views/placements.php:145
2384
  msgid "Create a new placement"
2385
  msgstr "Crear una Nueva Colocación"
2386
 
2387
- #: admin/views/placements.php:146
2388
  msgid "New Placement"
2389
  msgstr "Nueva Colocación"
2390
 
2391
- #: admin/views/placements.php:153
2392
  msgid "Choose a placement type"
2393
  msgstr "Selecciona un tipo de colocación"
2394
 
2395
- #: admin/views/placements.php:154
2396
  #, php-format
2397
  msgid ""
2398
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -2401,15 +2535,15 @@ msgstr ""
2401
  "Los tipos de colocaciones definen en donde se debe mostrar el anuncio. "
2402
  "Aprende más sobre los diferentes tipos en el <a href=\"%s\">manual</a>."
2403
 
2404
- #: admin/views/placements.php:171
2405
  msgid "Please select a placement type."
2406
  msgstr "Por favor, selecciona un tipo de colocación."
2407
 
2408
- #: admin/views/placements.php:173
2409
  msgid "Choose a Name"
2410
  msgstr "Selecciona un Nombre"
2411
 
2412
- #: admin/views/placements.php:174
2413
  msgid ""
2414
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2415
  "one, e.g. <em>Below Post Headline</em>."
@@ -2417,23 +2551,23 @@ msgstr ""
2417
  "El nombre de la colocación es solamente visible para ti. Tip: selecciona un "
2418
  "nombre descriptivo, ej: <em>Debajo del Encabezado de la Entrada</em>."
2419
 
2420
- #: admin/views/placements.php:175
2421
  msgid "Placement Name"
2422
  msgstr "Nombre de la Colocación"
2423
 
2424
- #: admin/views/placements.php:176
2425
  msgid "Please enter a name for your placement."
2426
  msgstr "Por favor, ingresa un nombre para tu colocación."
2427
 
2428
- #: admin/views/placements.php:177
2429
  msgid "Choose the Ad or Group"
2430
  msgstr "Selecciona el Anuncio o Grupo"
2431
 
2432
- #: admin/views/placements.php:178
2433
  msgid "The ad or group that should be displayed."
2434
  msgstr "El anuncio o grupo que debe ser mostrado."
2435
 
2436
- #: admin/views/placements.php:197
2437
  msgid "Save New Placement"
2438
  msgstr "Guardar la Nueva Colocación"
2439
 
@@ -2512,19 +2646,15 @@ msgstr ""
2512
  msgid "Disable ads in Feed"
2513
  msgstr "Deshabilitar anuncios en el Feed"
2514
 
2515
- #: admin/views/settings.php:36
2516
  msgid "Save settings on this page"
2517
  msgstr "Guardar las configuraciones de esta página"
2518
 
2519
- #: admin/views/settings.php:48 modules/import-export/main.php:15
2520
  #: modules/import-export/main.php:15
2521
  msgid "Import &amp; Export"
2522
  msgstr "Importar &amp; Exportar"
2523
 
2524
- #: admin/views/settings.php:50
2525
- msgid "Welcome Page"
2526
- msgstr "Página de Bienvenida"
2527
-
2528
  #: admin/views/settings.php:51
2529
  msgid "Advanced Ads on WordPress.org"
2530
  msgstr "Advanced Ads en WordPress.org"
@@ -2537,7 +2667,7 @@ msgstr "Advanced Ads en wp.org"
2537
  msgid "the company behind Advanced Ads"
2538
  msgstr "la compañía detrás de Advanced Ads"
2539
 
2540
- #: admin/views/support.php:8
2541
  msgid ""
2542
  "Please fix the red highlighted issues on this page or try to understand "
2543
  "their consequences before contacting support."
@@ -2545,7 +2675,7 @@ msgstr ""
2545
  "Por favor, arregla los problemas resaltados en rojo en esta página o intenta "
2546
  "entender sus consecuencias antes de contactar a soporte."
2547
 
2548
- #: admin/views/support.php:12
2549
  #, php-format
2550
  msgid ""
2551
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
@@ -2557,7 +2687,7 @@ msgstr ""
2557
  "altamente recomendado. Por favor, consulta con tu compañía de hospedaje para "
2558
  "mayor información."
2559
 
2560
- #: admin/views/support.php:15
2561
  #, php-format
2562
  msgid ""
2563
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
@@ -2571,20 +2701,20 @@ msgstr ""
2571
  "almacenamiento-en-caché de <a href=\"%s\" target=\"_blank\">Advanced Ads "
2572
  "Pro</a> para cargar los anuncios dinámicamente."
2573
 
2574
- #: admin/views/support.php:18
2575
  msgid ""
2576
  "There is a <strong>new WordPress version available</strong>. Please update."
2577
  msgstr ""
2578
  "Hay una <strong>nueva versión de WordPress disponible</strong>. Por favor, "
2579
  "actualízala."
2580
 
2581
- #: admin/views/support.php:21
2582
  msgid "There are <strong>plugin updates available</strong>. Please update."
2583
  msgstr ""
2584
  "Hay <strong>actualizaciones del plugin disponibles</strong>. Por favor, "
2585
  "actualízalo."
2586
 
2587
- #: admin/views/support.php:30
2588
  #, php-format
2589
  msgid ""
2590
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
@@ -2598,7 +2728,7 @@ msgstr ""
2598
  "target=\"_blank\">Advanced Ads Pro</a> posee un soporte incorporado para "
2599
  "Autoptimize."
2600
 
2601
- #: admin/views/support.php:33
2602
  #, php-format
2603
  msgid ""
2604
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
@@ -2607,7 +2737,7 @@ msgstr ""
2607
  "Plugins que se conocen que causan problemas (parciales): <strong>"
2608
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Más Información</a>."
2609
 
2610
- #: admin/views/support.php:36
2611
  #, php-format
2612
  msgid ""
2613
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
@@ -2616,27 +2746,27 @@ msgstr ""
2616
  "Los anuncios están deshabilitados para todas o algunas páginas. Ver "
2617
  "\"anuncios deshabilitados\" en <a href=\"%s\">configuraciones</a>."
2618
 
2619
- #: admin/views/support.php:47
2620
  msgid "Possible Issues"
2621
  msgstr "Posibles Problemas"
2622
 
2623
- #: admin/views/support.php:49
2624
  msgid "Ads not showing up"
2625
  msgstr "Los anuncios no se están mostrando"
2626
 
2627
- #: admin/views/support.php:50
2628
  msgid "Purchase & Licenses"
2629
  msgstr "Compra & Licencias"
2630
 
2631
- #: admin/views/support.php:51
2632
  msgid "General Issues"
2633
  msgstr "Problemas Generales"
2634
 
2635
- #: admin/views/support.php:52
2636
  msgid "Issues with Add-Ons"
2637
  msgstr "Problemas con Add-Ons"
2638
 
2639
- #: admin/views/support.php:54
2640
  msgid ""
2641
  "Use the following form to search for solutions in the manual on "
2642
  "wpadvancedads.com"
@@ -2644,11 +2774,11 @@ msgstr ""
2644
  "Usa el siguiente formulario para buscar soluciones en el manual de "
2645
  "wpadvancedads.com"
2646
 
2647
- #: admin/views/support.php:57
2648
  msgid "search"
2649
  msgstr "Buscar"
2650
 
2651
- #: admin/views/support.php:59
2652
  #, php-format
2653
  msgid ""
2654
  "Take a look at more common issues or contact us directly through the <a "
@@ -2688,7 +2818,7 @@ msgstr "Resultados de la depuración de anuncios"
2688
  msgid "Find solutions in the manual"
2689
  msgstr "Encontrar soluciones en el manual"
2690
 
2691
- #: admin/views/notices/adblock.php:3
2692
  msgid ""
2693
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2694
  "ad setup."
@@ -2696,37 +2826,37 @@ msgstr ""
2696
  "Por favor, deshabilita tu <strong>bloqueador de anuncios (AdBlocker)</strong>"
2697
  " para prevenir problemas con la configuración de tu anuncio."
2698
 
2699
- #: modules/ad-blocker/admin/admin.php:133
2700
- msgid "The asset folder was rebuilt successfully"
2701
- msgstr "El directorio de archivos fue reconstruido exitosamente"
2702
-
2703
- #: modules/ad-blocker/admin/admin.php:218
2704
  msgid "Ad blocker fix"
2705
  msgstr "Reparación de Ad blocker"
2706
 
2707
- #: modules/ad-blocker/admin/admin.php:257
 
 
 
 
2708
  msgid "There is no writable upload folder"
2709
  msgstr "No hay directorio escribible de cargas y subidas "
2710
 
2711
- #: modules/ad-blocker/admin/admin.php:286
2712
  #, php-format
2713
  msgid "Unable to rename \"%s\" directory"
2714
  msgstr "No es posible renombrar el directorio \"%s\""
2715
 
2716
- #: modules/ad-blocker/admin/admin.php:302
2717
- #: modules/ad-blocker/admin/admin.php:315
2718
- #: modules/ad-blocker/admin/admin.php:332
2719
  #, php-format
2720
  msgid "Unable to copy assets to the \"%s\" directory"
2721
  msgstr "No es posible copiar los archivos al directorio \"%s\""
2722
 
2723
- #: modules/ad-blocker/admin/admin.php:366
2724
- #: modules/ad-blocker/admin/admin.php:386
2725
  #, php-format
2726
  msgid "We do not have direct write access to the \"%s\" directory"
2727
  msgstr "No tenemos acceso directo de escritura al directorio \"%s\" "
2728
 
2729
- #: modules/ad-blocker/admin/admin.php:453
2730
  #, php-format
2731
  msgid ""
2732
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
@@ -2735,30 +2865,22 @@ msgstr ""
2735
  "No es posible crear el directorio \"%s\". Es el directorio principal "
2736
  "escribible en el servidor?"
2737
 
2738
- #: modules/ad-blocker/admin/admin.php:464
2739
  #, php-format
2740
  msgid "Unable to copy files to %s"
2741
  msgstr "No es posible copiar archivos a %s"
2742
 
2743
- #: modules/ad-blocker/admin/admin.php:600
2744
- msgid ""
2745
- "Prevents ad block software from breaking your website when blocking asset "
2746
- "files (.js, .css)."
2747
- msgstr ""
2748
- "Previene que el software de Ad block rompa tu sitio cuando bloquee archivos "
2749
- "(.js, .css)."
2750
-
2751
- #: modules/gadsense/admin/admin.php:26
2752
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2753
  msgid "Responsive"
2754
  msgstr "Responsable"
2755
 
2756
- #: modules/gadsense/admin/admin.php:44
2757
  msgid "The ad details couldn't be retrieved from the ad code"
2758
  msgstr ""
2759
  "Los detalles del anuncio no pudieron ser recuperados del código del anuncio"
2760
 
2761
- #: modules/gadsense/admin/admin.php:45
2762
  msgid ""
2763
  "Warning : The AdSense account from this code does not match the one set with "
2764
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2768,23 +2890,23 @@ msgstr ""
2768
  "se encuentra en el plugin de Advanced Ads. Este anuncio puede causar "
2769
  "problemas cuando se use en el frente del sitio."
2770
 
2771
- #: modules/gadsense/admin/admin.php:123 modules/gadsense/admin/admin.php:260
2772
  msgid "AdSense"
2773
  msgstr "AdSense"
2774
 
2775
- #: modules/gadsense/admin/admin.php:131
2776
  msgid "AdSense ID"
2777
  msgstr "ID de AdSense "
2778
 
2779
- #: modules/gadsense/admin/admin.php:140
2780
  msgid "Limit to 3 ads"
2781
  msgstr "Limitar a 3 anuncios"
2782
 
2783
- #: modules/gadsense/admin/admin.php:149
2784
  msgid "Activate Page-Level ads"
2785
  msgstr "Activar Anuncios de Nivel-de-Página"
2786
 
2787
- #: modules/gadsense/admin/admin.php:169
2788
  #, php-format
2789
  msgid ""
2790
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
@@ -2793,16 +2915,16 @@ msgstr ""
2793
  "Por favor, ingresa tu ID de publicador para usar AdSense en tu página. Ver "
2794
  "el <a href=\"%s\" target=\"_blank\">manual</a> para mayor información."
2795
 
2796
- #: modules/gadsense/admin/admin.php:183
2797
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2798
  msgstr "Tu ID de publicador de AdSense <em>(pub-xxxxxxxxxxxxxx)</em>"
2799
 
2800
- #: modules/gadsense/admin/admin.php:195
2801
  #, php-format
2802
  msgid "Limit to %d AdSense ads"
2803
  msgstr "Limitar a %d anuncios de AdSense "
2804
 
2805
- #: modules/gadsense/admin/admin.php:199
2806
  msgid ""
2807
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2808
  "this setting to prevent too many AdSense ads to show accidentally on your "
@@ -2812,7 +2934,7 @@ msgstr ""
2812
  "puedes utilizar esta configuración para prevenir que muchos anuncios de "
2813
  "AdSense se muestren accidentalmente en tu sitio."
2814
 
2815
- #: modules/gadsense/admin/admin.php:203
2816
  msgid ""
2817
  "Due to technical restrictions, the limit does not work on placements with "
2818
  "cache-busting enabled."
@@ -2820,21 +2942,10 @@ msgstr ""
2820
  "Debido a restricciones técnicas, el límite no funciona en colocaciones con "
2821
  "almacenamiento-en-caché habilitado."
2822
 
2823
- #: modules/gadsense/admin/admin.php:217
2824
  msgid "Insert Page-Level ads code on all pages."
2825
  msgstr "Insertar código de anuncios de Nivel-de-Página en todas las páginas."
2826
 
2827
- #: modules/gadsense/admin/admin.php:219
2828
- msgid ""
2829
- "You still need to enable Page-Level ads in your AdSense account. See <a "
2830
- "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2831
- "AdSense Help</a> (requires AdSense-login) for more information"
2832
- msgstr ""
2833
- "Todavía necesitas habilitar anuncios de Nivel-de-Página en tu cuenta de "
2834
- "AdSense. Ver <a href=\"https://support.google.com/adsense/answer/6245304\" "
2835
- "target=\"_blank\">Ayuda de AdSense</a> (requirere inicio de sesión en "
2836
- "AdSense)"
2837
-
2838
  #: modules/gadsense/admin/admin.php:238
2839
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2840
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
@@ -2850,7 +2961,7 @@ msgstr "Anuncio de AdSense"
2850
  msgid "Use ads from your Google AdSense account"
2851
  msgstr "Usar anuncios de tu cuenta de Google AdSense"
2852
 
2853
- #: modules/gadsense/includes/class-ad-type-adsense.php:105
2854
  msgid "Your AdSense Publisher ID is missing."
2855
  msgstr "Tu ID de publicador de AdSense no se encuentra."
2856
 
@@ -3056,29 +3167,37 @@ msgstr ""
3056
  msgid "Rebuild asset folder"
3057
  msgstr "Reconstruir directorio de archivos"
3058
 
3059
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:22
3060
- msgid "Copy&Paste existing ad code"
3061
- msgstr "Copiar & Pegar el código existente del anuncio"
 
 
 
 
 
 
 
 
3062
 
3063
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:27
3064
  msgid "Ad Slot ID"
3065
  msgstr "ID de la Casilla del Anuncio"
3066
 
3067
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:32
3068
  #, php-format
3069
  msgid "Publisher ID: %s"
3070
  msgstr "ID del Publicador: %s"
3071
 
3072
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:44
3073
  #, php-format
3074
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3075
  msgstr "Por favor, <a href=\"%s\" target=\"_blank\">cámbialo aquí</a>."
3076
 
3077
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:50
3078
  msgid "Normal"
3079
  msgstr "Normal"
3080
 
3081
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:56
3082
  #, php-format
3083
  msgid ""
3084
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
@@ -3089,25 +3208,10 @@ msgstr ""
3089
  "definir el tamaño exacto según el ancho del navegador o elige entre los "
3090
  "formatos horizontales, verticales, o rectangulares."
3091
 
3092
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
3093
  msgid "Resizing"
3094
  msgstr "Cambiar el Tamaño"
3095
 
3096
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:72
3097
- msgid ""
3098
- "Copy the ad code from your AdSense account and paste it in the area below"
3099
- msgstr ""
3100
- "Copia el código del anuncio de tu cuenta de AdSense y pégalo en el área de "
3101
- "abajo"
3102
-
3103
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:75
3104
- msgid "Get details"
3105
- msgstr "Obtener Detalles"
3106
-
3107
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:76
3108
- msgid "Close"
3109
- msgstr "Cerrar"
3110
-
3111
  #. Name of the plugin
3112
  msgid "Advanced Ads"
3113
  msgstr "Advanced Ads"
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2017-06-22 13:15+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:15+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
  "Language-Team: Spanish (Spain)\n"
9
  "Language: es-ES\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: es_ES"
24
 
 
 
 
 
 
 
 
 
25
  #: classes/ad-debug.php:271
26
  msgid ""
27
  "Your website is using HTTPS, but the ad code contains HTTP and might not "
28
  "work."
29
  msgstr ""
30
 
31
+ #: classes/ad_placements.php:60
32
  msgid ""
33
  "Injected into the content. You can choose the paragraph after which the ad "
34
  "content is displayed."
35
  msgstr ""
36
 
37
+ #: classes/ad_placements.php:517
38
+ #, php-format
39
+ msgid "Set <em>%s</em> to show more ads"
40
+ msgstr ""
41
+
42
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
43
+ msgid "Disable level limitation"
44
+ msgstr ""
45
+
46
+ #: classes/ad_type_dummy.php:26
47
+ msgid "Dummy"
48
+ msgstr ""
49
+
50
+ #: classes/ad_type_dummy.php:27
51
+ msgid "Uses a simple placeholder ad for quick testing."
52
+ msgstr ""
53
+
54
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
55
+ msgid "url"
56
+ msgstr ""
57
+
58
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
59
+ #, php-format
60
+ msgid ""
61
+ "Open this url in a new window and track impressions and clicks with the <a "
62
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
63
+ msgstr ""
64
+
65
+ #: classes/ad_type_image.php:34
66
+ msgid "Image Ad"
67
+ msgstr ""
68
+
69
+ #: classes/ad_type_image.php:35
70
+ msgid "Ads in various image formats."
71
+ msgstr ""
72
+
73
+ #: classes/ad_type_image.php:55
74
+ msgid "Insert File"
75
+ msgstr ""
76
+
77
+ #: classes/ad_type_image.php:55
78
+ msgid "Insert"
79
+ msgstr ""
80
+
81
+ #: classes/ad_type_image.php:55
82
+ msgid "select image"
83
+ msgstr ""
84
+
85
+ #: classes/ad_type_image.php:56
86
+ msgid "edit"
87
+ msgstr ""
88
+
89
+ #: classes/ad_type_plain.php:87
90
+ msgid "Allow PHP"
91
+ msgstr ""
92
+
93
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
94
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
95
  msgid "is"
96
  msgstr ""
97
 
98
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
99
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
100
  msgid "is not"
101
  msgstr ""
102
 
103
+ #: classes/display-conditions.php:283
104
+ #, php-format
105
+ msgid ""
106
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
107
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
108
+ "target=\"_blank\">this page</a>."
109
+ msgstr ""
110
+
111
+ #: classes/filesystem.php:61
112
+ msgid "Could not access filesystem."
113
+ msgstr ""
114
+
115
+ #: classes/filesystem.php:72
116
+ msgid "Unable to locate WordPress root directory."
117
+ msgstr ""
118
+
119
+ #: classes/filesystem.php:76
120
+ msgid "Unable to locate WordPress content directory (wp-content)."
121
+ msgstr ""
122
+
123
+ #: classes/filesystem.php:80
124
+ #, php-format
125
+ msgid "Unable to locate needed folder (%s)."
126
+ msgstr ""
127
+
128
+ #: classes/frontend_checks.php:61
129
+ msgid "Random AdSense ads"
130
+ msgstr ""
131
+
132
  #: classes/visitor-conditions.php:32
133
  msgid "device"
134
  msgstr ""
141
  msgid "Desktop"
142
  msgstr ""
143
 
144
+ #: classes/visitor-conditions.php:98
145
+ #, php-format
146
+ msgid ""
147
+ "Display ads by the available space on the device or target tablets with the "
148
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
149
+ msgstr ""
150
+
151
+ #: admin/includes/class-ad-groups-list.php:208
152
+ #, php-format
153
+ msgid "show %d more ads"
154
+ msgstr ""
155
+
156
+ #: admin/includes/class-ad-groups-list.php:218
157
+ msgid "Add some"
158
+ msgstr ""
159
+
160
+ #: admin/includes/class-licenses.php:86
161
+ #, php-format
162
+ msgid ""
163
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
164
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
165
+ "this page</a>."
166
+ msgstr ""
167
+
168
+ #: admin/includes/class-licenses.php:470
169
+ #, php-format
170
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
171
+ msgstr ""
172
+
173
+ #: admin/includes/class-licenses.php:472
174
+ #, php-format
175
+ msgid ""
176
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
177
+ "."
178
+ msgstr ""
179
+
180
+ #: admin/includes/class-settings.php:178
181
+ msgid "Disable shortcode button"
182
+ msgstr ""
183
+
184
+ #: admin/includes/class-settings.php:220
185
+ #, php-format
186
+ msgid ""
187
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
188
+ "ons</a>."
189
+ msgstr ""
190
+
191
+ #: admin/includes/class-settings.php:221
192
+ #, php-format
193
+ msgid ""
194
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
195
+ "licenses</a>."
196
+ msgstr ""
197
+
198
+ #: admin/includes/class-settings.php:305
199
  msgid ""
200
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
201
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
205
  "injection only in the first x posts on your archive pages."
206
  msgstr ""
207
 
208
+ #: admin/includes/class-settings.php:337
209
+ msgid ""
210
+ "Advanced Ads ignores paragraphs and other elements in containers when "
211
+ "injecting ads into the post content. Check this option to ignore this "
212
+ "limitation and ads might show up again."
213
+ msgstr ""
214
+
215
+ #: admin/includes/class-settings.php:473
216
+ msgid "Disable shortcode button in visual editor."
217
+ msgstr ""
218
+
219
+ #: admin/includes/class-shortcode-creator.php:154
220
+ #, php-format
221
+ msgid ""
222
+ "Please, either switch off your ad blocker or disable the shortcode button in "
223
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
224
+ msgstr ""
225
+
226
+ #: admin/includes/notices.php:9
227
+ #, php-format
228
+ msgid ""
229
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
230
+ "primary\">Create your first ad</a>"
231
+ msgstr ""
232
+
233
+ #: admin/views/ad-display-metabox.php:9
234
+ msgid ""
235
+ "Click on the button below if the ad should NOT show up on all pages when "
236
+ "included automatically."
237
+ msgstr ""
238
+
239
  #: admin/views/ad-display-metabox.php:10
240
+ msgid "Hide the ad on some pages"
241
+ msgstr ""
242
+
243
+ #: admin/views/ad-display-metabox.php:17
244
  msgid "Watch video"
245
  msgstr ""
246
 
247
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
248
  msgid "Visit the manual"
249
  msgstr ""
250
 
251
+ #: admin/views/ad-display-metabox.php:23
252
  msgid "A page with this ad on it must match all of the following conditions."
253
  msgstr ""
254
 
255
+ #: admin/views/ad-group-list-form-row.php:57
256
+ msgid "Visible ads"
257
+ msgstr ""
258
+
259
+ #: admin/views/ad-group.php:53
260
+ msgid ""
261
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
262
+ "edit page."
263
+ msgstr ""
264
+
265
+ #: admin/views/ad-group.php:53
266
+ #, php-format
267
+ msgid ""
268
+ "Find more information about ad groups in the <a href=\"%s\" "
269
+ "target=\"_blank\">manual</a>."
270
+ msgstr ""
271
+
272
+ #: admin/views/ad-output-metabox.php:44
273
+ msgid ""
274
+ "Specify one or more classes for the container. Separate multiple classes "
275
+ "with a space"
276
+ msgstr ""
277
+
278
+ #: admin/views/ad-visitor-metabox.php:7
279
+ msgid ""
280
+ "Click on the button below if the ad should NOT be visible to all visitors"
281
+ msgstr ""
282
+
283
+ #: admin/views/ad-visitor-metabox.php:8
284
+ msgid "Hide the ad from some users"
285
+ msgstr ""
286
+
287
+ #: admin/views/ad-visitor-metabox.php:49
288
  msgid "It seems that a caching plugin is activated."
289
  msgstr ""
290
 
291
+ #: admin/views/feedback-disable.php:6
292
+ msgid "It is only temporary"
293
+ msgstr ""
 
294
 
295
+ #: admin/views/feedback-disable.php:7
296
+ msgid "I have a problem"
297
+ msgstr ""
 
298
 
299
+ #: admin/views/feedback-disable.php:8
300
+ msgid "Please let us know how we can help"
301
+ msgstr ""
302
 
303
+ #: admin/views/feedback-disable.php:11
304
  #, php-format
305
+ msgid "Send me free help to %s"
306
+ msgstr ""
307
 
308
+ #: admin/views/feedback-disable.php:13
309
+ msgid "I miss a feature"
310
  msgstr ""
 
311
 
312
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
313
+ msgid "Which one?"
314
+ msgstr ""
315
 
316
+ #: admin/views/feedback-disable.php:15
317
+ msgid "I don’t use ads on my site"
318
+ msgstr ""
 
 
319
 
320
+ #: admin/views/feedback-disable.php:16
321
+ msgid "I switched to another plugin"
322
+ msgstr ""
323
 
324
+ #: admin/views/feedback-disable.php:24
325
+ msgid "Submit & Deactivate"
326
+ msgstr ""
 
327
 
328
+ #: admin/views/feedback-disable.php:25
329
+ msgid "Only Deactivate"
330
+ msgstr ""
 
331
 
332
+ #: admin/views/feedback-disable.php:26
333
+ msgid "don’t deactivate"
334
  msgstr ""
 
335
 
336
+ #: admin/views/placements-ad-label-position.php:18
337
+ msgid ""
338
+ "Check this if you don't want the following elements to float around the ad. "
339
+ "(adds a placement_clearfix)"
340
+ msgstr ""
341
+
342
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
343
+ msgid "enabled"
344
+ msgstr ""
345
+
346
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
347
+ msgid "disabled"
348
+ msgstr ""
349
+
350
+ #: admin/views/placements.php:68
351
+ msgid "template (PHP)"
352
+ msgstr ""
353
+
354
+ #: admin/views/placements.php:128
355
+ msgid "show all options"
356
+ msgstr ""
357
+
358
+ #: admin/views/placements.php:135
359
+ #, php-format
360
+ msgid ""
361
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
362
+ "header of your website</a>."
363
+ msgstr ""
364
+
365
+ #: modules/gadsense/admin/admin.php:219
366
+ msgid ""
367
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
368
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
369
+ "AdSense Help</a> (requires AdSense-login) for more information."
370
+ msgstr ""
371
+
372
+ #: modules/gadsense/admin/admin.php:220
373
+ #, php-format
374
+ msgid ""
375
+ "Please notice that this code might also activate QuickStart ads. Please read "
376
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
377
+ "random places</strong>."
378
+ msgstr ""
379
+
380
+ #: modules/gadsense/admin/admin.php:312
381
+ #, php-format
382
+ msgid ""
383
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
384
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
385
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
386
+ "wrapped in text."
387
+ msgstr ""
388
+
389
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
390
+ msgid ""
391
+ "The ad block disguise can only be set by the super admin on the main site in "
392
+ "the network."
393
+ msgstr ""
394
+
395
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
396
+ msgid ""
397
+ "Copy the ad code from your AdSense account, paste it into the area below and "
398
+ "click on <em>Get details</em>."
399
+ msgstr ""
400
+
401
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
402
+ msgid "Insert new AdSense code"
403
+ msgstr ""
404
+
405
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
406
+ msgid "Responsive (Matched Content)"
407
+ msgstr ""
408
+
409
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
410
+ msgid "Link ads"
411
+ msgstr ""
412
+
413
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
414
+ msgid "Link ads (Responsive)"
415
+ msgstr ""
416
 
417
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
418
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
419
+ msgid "or"
420
+ msgstr "o"
421
+
422
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
423
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
424
+ msgid "and"
425
+ msgstr "y"
426
+
427
+ #: admin/class-advanced-ads-admin.php:192
428
+ msgid "After which paragraph?"
429
+ msgstr "Después de que párrafo?"
430
+
431
+ #: admin/class-advanced-ads-admin.php:300
432
+ #, php-format
433
+ msgid "time of %s"
434
+ msgstr "Tiempo de %s"
435
+
436
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
437
+ #: admin/includes/class-menu.php:86
438
  msgid "Support"
439
  msgstr "Soporte"
440
 
441
+ #: admin/class-advanced-ads-admin.php:345
442
  msgid "Add-Ons"
443
  msgstr "Add-Ons"
444
 
475
  msgstr "Consulta (query) principal"
476
 
477
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
478
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
479
  msgid "Ad"
480
  msgstr "Anuncio"
481
 
482
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
483
  msgctxt "ad group singular name"
484
  msgid "Ad Group"
485
  msgstr "Grupo de Anuncios"
504
  msgid "Manual placement to use as function or shortcode."
505
  msgstr "Colocación manual para usar como Función o Shortcode."
506
 
507
+ #: classes/ad_placements.php:37
508
  msgid "Header Code"
509
  msgstr "Código de Encabezado"
510
 
511
+ #: classes/ad_placements.php:38
512
  msgid ""
513
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
514
  msgstr ""
515
  "Inyectar en el encabezado (antes de la etiqueta &lt;/head&gt;, que con "
516
  "frecuencia no es visible)."
517
 
518
+ #: classes/ad_placements.php:42
519
  msgid "Footer Code"
520
  msgstr "Código del Pie de Página"
521
 
522
+ #: classes/ad_placements.php:43
523
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
524
  msgstr ""
525
  "Inyectado en el Pie de Página (antes de la etiqueta de cierre del &lt;"
526
  "/body&gt;). "
527
 
528
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
529
  msgid "Before Content"
530
  msgstr "Antes del Contenido"
531
 
532
+ #: classes/ad_placements.php:48
533
  msgid "Injected before the post content."
534
  msgstr "Inyectado antes del contenido de la entrada."
535
 
536
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
537
  msgid "After Content"
538
  msgstr "Después del Contenido"
539
 
540
+ #: classes/ad_placements.php:54
541
  msgid "Injected after the post content."
542
  msgstr "Inyectado después del contenido de la entrada."
543
 
544
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
545
  msgid "Content"
546
  msgstr "Contenido"
547
 
548
+ #: classes/ad_placements.php:65
549
  msgid "Sidebar Widget"
550
  msgstr "Widget de la Barra Lateral"
551
 
552
+ #: classes/ad_placements.php:66
553
  msgid ""
554
  "Create a sidebar widget with an ad. Can be placed and used like any other "
555
  "widget."
557
  "Crear un widget de barra lateral con un anuncio. Puede ser colocado y "
558
  "utilizado como cualquier otro widget."
559
 
560
+ #: classes/ad_placements.php:218
561
  #, php-format
562
  msgid "paragraph (%s)"
563
  msgstr "Párrafo (%s)"
564
 
565
+ #: classes/ad_placements.php:219
566
  #, php-format
567
  msgid "paragraph without image (%s)"
568
  msgstr "Párrafo sin imagen (%s)"
569
 
570
+ #: classes/ad_placements.php:220
571
  #, php-format
572
  msgid "headline 2 (%s)"
573
  msgstr "Encabezado 2 (%s)"
574
 
575
+ #: classes/ad_placements.php:221
576
  #, php-format
577
  msgid "headline 3 (%s)"
578
  msgstr "Encabezado 3 (%s)"
579
 
580
+ #: classes/ad_placements.php:222
581
  #, php-format
582
  msgid "headline 4 (%s)"
583
  msgstr "Encabezado 4 (%s)"
674
  msgid "author"
675
  msgstr "Autor"
676
 
677
+ #: classes/display-conditions.php:120
678
  #, php-format
679
  msgid "archive: %s"
680
  msgstr "Archivo: %s"
681
 
682
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
683
+ #: classes/display-conditions.php:370
684
  msgctxt "Error message shown when no display condition term is selected"
685
  msgid "Please select some items."
686
  msgstr "Por favor, selecciona algunos elementos."
687
 
688
+ #: classes/display-conditions.php:361
689
  msgctxt "display the terms search field on ad edit page"
690
  msgid "add more terms"
691
  msgstr "Añadir más términos "
692
 
693
+ #: classes/display-conditions.php:363
 
 
 
 
694
  msgid "term name or id"
695
  msgstr "Nombre del término o ID"
696
 
697
+ #: classes/display-conditions.php:424
698
  msgid "title or id"
699
  msgstr "Título o ID"
700
 
701
+ #: classes/display-conditions.php:469
702
  msgid "Home Page"
703
  msgstr "Página de Inicio"
704
 
705
+ #: classes/display-conditions.php:470
706
  msgid "show on Home page"
707
  msgstr "Mostrar en Página de Inicio"
708
 
709
+ #: classes/display-conditions.php:474
710
  msgid "Singular Pages"
711
  msgstr "Páginas Singulares"
712
 
713
+ #: classes/display-conditions.php:475
714
  msgid "show on singular pages/posts"
715
  msgstr "Mostrar en páginas/entradas singulares"
716
 
717
+ #: classes/display-conditions.php:479
718
  msgid "Archive Pages"
719
  msgstr "Páginas de Archivo"
720
 
721
+ #: classes/display-conditions.php:480
722
  msgid "show on any type of archive page (category, tag, author and date)"
723
  msgstr ""
724
  "Mostrar en cualquier tipo de página de archivo (categoría, etiqueta, autor y "
725
  "fecha)"
726
 
727
+ #: classes/display-conditions.php:484
728
  msgid "Search Results"
729
  msgstr "Resultados de la Búsqueda"
730
 
731
+ #: classes/display-conditions.php:485
732
  msgid "show on search result pages"
733
  msgstr "Mostrar en páginas de resultados de búsquedas"
734
 
735
+ #: classes/display-conditions.php:489
736
  msgid "404 Page"
737
  msgstr "Páginas 404"
738
 
739
+ #: classes/display-conditions.php:490
740
  msgid "show on 404 error page"
741
  msgstr "Mostrar en páginas de error 404"
742
 
743
+ #: classes/display-conditions.php:494
744
  msgid "Attachment Pages"
745
  msgstr "Páginas Adjuntas"
746
 
747
+ #: classes/display-conditions.php:495
748
  msgid "show on attachment pages"
749
  msgstr "Mostrar en páginas adjuntas"
750
 
751
+ #: classes/display-conditions.php:499
752
  msgid "Secondary Queries"
753
  msgstr "Consultas (Queries) Secundarias "
754
 
755
+ #: classes/display-conditions.php:500
756
  msgid "allow ads in secondary queries"
757
  msgstr "Permitir anuncios en consultas (queries) secundarias "
758
 
759
+ #: classes/display-conditions.php:504
760
  msgid "Feed"
761
  msgstr "Feed"
762
 
763
+ #: classes/display-conditions.php:505
764
  msgid "allow ads in Feed"
765
  msgstr "Permitir anuncios en el Feed"
766
 
767
+ #: classes/EDD_SL_Plugin_Updater.php:201
768
  #, php-format
769
  msgid ""
770
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
772
  "Existe una nueva versión de %1$s disponible. %2$sVer versión %3$s "
773
  "Detalles%4$s."
774
 
775
+ #: classes/EDD_SL_Plugin_Updater.php:209
776
  #, php-format
777
  msgid ""
778
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
781
  "Existe una nueva versión de %1$s disponible. %2$sVer versión %3$s "
782
  "Detalles%4$s o %5$Actualiza ahora%6$s."
783
 
 
 
 
 
 
 
 
 
784
  #: classes/frontend_checks.php:40
785
  msgid "Ad Health"
786
  msgstr "Salud del Anuncio"
787
 
788
+ #: classes/frontend_checks.php:48
789
  msgid "jQuery not in header"
790
  msgstr "No hay jQuery en el encabezado"
791
 
792
+ #: classes/frontend_checks.php:74
793
  msgid "Ad blocker enabled"
794
  msgstr "Ad blocker (Bloqueador de anuncios) habilitado"
795
 
796
+ #: classes/frontend_checks.php:88
797
  #, php-format
798
  msgid "<em>%s</em> filter does not exist"
799
  msgstr "<em>%s</em> Filtro no existe"
800
 
801
+ #: classes/frontend_checks.php:105
802
  msgid "Ads are disabled on this page"
803
  msgstr "Los anuncios están deshabilitados en esta página"
804
 
805
+ #: classes/frontend_checks.php:119
806
  msgid "Ads are disabled in the content of this page"
807
  msgstr "Los anuncios están deshabilitados en el contenido de esta página"
808
 
809
+ #: classes/frontend_checks.php:132
810
  msgid "the current post ID is 0 "
811
  msgstr "El actual ID de la entrada es 0"
812
 
813
+ #: classes/frontend_checks.php:147
814
  msgid "Ads are disabled on 404 pages"
815
  msgstr "Los anuncios están deshabilitados en páginas 404"
816
 
817
+ #: classes/frontend_checks.php:161
818
  msgid "Ads are disabled on non singular pages"
819
  msgstr "Los anuncios están deshabilitados en páginas no singulares"
820
 
821
+ #: classes/frontend_checks.php:175
822
  #: modules/import-export/classes/XmlEncoder.php:61
823
  #: modules/import-export/classes/XmlEncoder.php:64
824
  #: modules/import-export/classes/XmlEncoder.php:193
827
  msgid "The %s extension(s) is not loaded"
828
  msgstr "La(s) %s extension(es) no se ha(n) cargado"
829
 
830
+ #: classes/frontend_checks.php:191
831
  msgid "Everything is fine"
832
  msgstr "Todo está bien"
833
 
834
+ #: classes/frontend_checks.php:202
835
  msgid "debug DFP ads"
836
  msgstr "Depurar anuncios DFP"
837
 
838
+ #: classes/frontend_checks.php:213
839
  msgid "highlight ads"
840
  msgstr "Resaltar anuncios"
841
 
867
  msgid "equal or lower"
868
  msgstr "Igual o menor"
869
 
870
+ #: classes/visitor-conditions.php:194
871
  msgid "contains"
872
  msgstr "Contiene"
873
 
874
+ #: classes/visitor-conditions.php:195
875
  msgid "starts with"
876
  msgstr "Comienza con"
877
 
878
+ #: classes/visitor-conditions.php:196
879
  msgid "ends with"
880
  msgstr "Termina con"
881
 
882
+ #: classes/visitor-conditions.php:197
883
  msgid "matches"
884
  msgstr "Equivale a"
885
 
886
+ #: classes/visitor-conditions.php:198
887
  msgid "matches regex"
888
  msgstr "Equivale a regex"
889
 
890
+ #: classes/visitor-conditions.php:199
891
  msgid "does not contain"
892
  msgstr "No contiene"
893
 
894
+ #: classes/visitor-conditions.php:200
895
  msgid "does not start with"
896
  msgstr "No comienza con"
897
 
898
+ #: classes/visitor-conditions.php:201
899
  msgid "does not end with"
900
  msgstr "No termina con"
901
 
902
+ #: classes/visitor-conditions.php:202
903
  msgid "does not match"
904
  msgstr "No equivale a"
905
 
906
+ #: classes/visitor-conditions.php:203
907
  msgid "does not match regex"
908
  msgstr "No equivale a regex"
909
 
911
  msgid "Display Ads and Ad Groups."
912
  msgstr "Mostrar Anuncios y Grupos de Anuncios."
913
 
914
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
915
  msgid "--empty--"
916
  msgstr "--Vacío--"
917
 
918
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
919
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
920
  #: modules/import-export/views/page.php:25
921
  msgid "Placements"
922
  msgstr "Colocaciones"
923
 
924
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
925
+ #: admin/includes/class-shortcode-creator.php:91
926
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
927
  msgid "Ad Groups"
928
  msgstr "Grupos de Anuncios"
929
 
930
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
931
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
932
+ #: admin/includes/class-shortcode-creator.php:84
933
+ #: admin/views/ad-group-list-form-row.php:68
934
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
935
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
936
  msgid "Ads"
937
  msgstr "Anuncios"
938
 
939
+ #: public/class-advanced-ads.php:317
940
  msgid "Advanced Ads Error following:"
941
  msgstr "El siguiente error de Advanced Ads:"
942
 
943
+ #: public/class-advanced-ads.php:320
944
  #, php-format
945
  msgid "Advanced Ads Error: %s"
946
  msgstr "Error de Advanced Ads: %s"
947
 
948
+ #: public/class-advanced-ads.php:580
949
  msgctxt "ad group general name"
950
  msgid "Ad Groups"
951
  msgstr "Grupos de Anuncios"
952
 
953
+ #: public/class-advanced-ads.php:582
954
  msgid "Search Ad Groups"
955
  msgstr "Buscar Grupos de Anuncios"
956
 
957
+ #: public/class-advanced-ads.php:583
958
  msgid "All Ad Groups"
959
  msgstr "Todos los Grupos de Anuncios"
960
 
961
+ #: public/class-advanced-ads.php:584
962
  msgid "Parent Ad Groups"
963
  msgstr "Grupos Principales de Anuncios"
964
 
965
+ #: public/class-advanced-ads.php:585
966
  msgid "Parent Ad Groups:"
967
  msgstr "Grupos Principales de Anuncios:"
968
 
969
+ #: public/class-advanced-ads.php:586
970
  msgid "Edit Ad Group"
971
  msgstr "Editar Grupo de Anuncios"
972
 
973
+ #: public/class-advanced-ads.php:587
974
  msgid "Update Ad Group"
975
  msgstr "Actualizar Grupo de Anuncios"
976
 
977
+ #: public/class-advanced-ads.php:588
978
  msgid "Add New Ad Group"
979
  msgstr "Añadir Nuevo Grupo de Anuncios"
980
 
981
+ #: public/class-advanced-ads.php:589
982
  msgid "New Ad Groups Name"
983
  msgstr "Nuevo Nombre para Grupos de Anuncios"
984
 
985
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
986
  #: modules/import-export/views/page.php:24
987
  msgid "Groups"
988
  msgstr "Grupos"
989
 
990
+ #: public/class-advanced-ads.php:591
991
  msgid "No Ad Group found"
992
  msgstr "Grupo de Anuncios no encontrado"
993
 
994
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
995
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
996
  msgid "New Ad"
997
  msgstr "Nuevo Anuncio"
998
 
999
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
1000
  msgid "Add New Ad"
1001
  msgstr "Añadir Nuevo Anuncio"
1002
 
1003
+ #: public/class-advanced-ads.php:621
1004
+ #: admin/includes/class-ad-groups-list.php:308
1005
  #: modules/import-export/classes/import.php:143
1006
  #: modules/import-export/classes/import.php:183
1007
  #: modules/import-export/classes/import.php:559
1008
  msgid "Edit"
1009
  msgstr "Editar"
1010
 
1011
+ #: public/class-advanced-ads.php:622
1012
  msgid "Edit Ad"
1013
  msgstr "Editar Anuncio"
1014
 
1015
+ #: public/class-advanced-ads.php:624
1016
  msgid "View"
1017
  msgstr "Ver"
1018
 
1019
+ #: public/class-advanced-ads.php:625
1020
  msgid "View the Ad"
1021
  msgstr "Ver el Anuncio"
1022
 
1023
+ #: public/class-advanced-ads.php:626
1024
  msgid "Search Ads"
1025
  msgstr "Buscar Anuncios"
1026
 
1027
+ #: public/class-advanced-ads.php:627
1028
  msgid "No Ads found"
1029
  msgstr "No se encontraron anuncios"
1030
 
1031
+ #: public/class-advanced-ads.php:628
1032
  msgid "No Ads found in Trash"
1033
  msgstr "No se encontraron anuncios en la papelera"
1034
 
1035
+ #: public/class-advanced-ads.php:629
1036
  msgid "Parent Ad"
1037
  msgstr "Anuncio Principal"
1038
 
1039
+ #: public/class-advanced-ads.php:754
1040
  msgctxt "label above ads"
1041
  msgid "Advertisements"
1042
  msgstr "Publicidad"
1043
 
1044
+ #: admin/includes/class-ad-groups-list.php:164
1045
  msgid "Ad weight"
1046
  msgstr "Peso del Anuncio"
1047
 
1048
+ #: admin/includes/class-ad-groups-list.php:172
1049
  #: admin/views/ad-list-timing-column.php:4
1050
  #, php-format
1051
  msgid "starts %s"
1052
  msgstr "Comienza %s"
1053
 
1054
+ #: admin/includes/class-ad-groups-list.php:191
1055
  #: admin/views/ad-list-timing-column.php:21
1056
  #, php-format
1057
  msgid "expires %s"
1058
  msgstr "Expira %s"
1059
 
1060
+ #: admin/includes/class-ad-groups-list.php:193
1061
  #: admin/views/ad-list-timing-column.php:23
1062
  #, php-format
1063
  msgid "<strong>expired</strong> %s"
1064
  msgstr "<strong>Expirado</strong> %s"
1065
 
1066
+ #: admin/includes/class-ad-groups-list.php:212
1067
  msgid "all published ads are displayed"
1068
  msgstr "Todos los anuncios publicados están mostrados"
1069
 
1070
+ #: admin/includes/class-ad-groups-list.php:214
1071
  #, php-format
1072
  msgid "up to %d ads displayed"
1073
  msgstr "Hasta %d anuncios mostrados"
1074
 
1075
+ #: admin/includes/class-ad-groups-list.php:217
1076
  msgid "No ads assigned"
1077
  msgstr "No hay anuncios asignados"
1078
 
1079
+ #: admin/includes/class-ad-groups-list.php:284
1080
  msgid "Random ads"
1081
  msgstr "Anuncios aleatorios"
1082
 
1083
+ #: admin/includes/class-ad-groups-list.php:285
1084
  msgid "Display random ads based on ad weight"
1085
  msgstr "Mostrar anuncios aleatorios basados en el peso del anuncio"
1086
 
1087
+ #: admin/includes/class-ad-groups-list.php:288
1088
  msgid "Ordered ads"
1089
  msgstr "Anuncios ordenados"
1090
 
1091
+ #: admin/includes/class-ad-groups-list.php:289
1092
  msgid "Display ads with the highest ad weight first"
1093
  msgstr "Mostrar de primero anuncios con el peso más alto"
1094
 
1095
+ #: admin/includes/class-ad-groups-list.php:309
1096
  msgid "Usage"
1097
  msgstr "Uso"
1098
 
1099
+ #: admin/includes/class-ad-groups-list.php:339
1100
  msgid "Invalid Ad Group"
1101
  msgstr "Grupo de Anuncios Inválido"
1102
 
1103
+ #: admin/includes/class-ad-groups-list.php:344
1104
  msgid "You don’t have permission to change the ad groups"
1105
  msgstr "No tienes permiso para cambiar los Grupos de Anuncios"
1106
 
1107
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
1108
  msgid "Ad Details"
1109
  msgstr "Detalles del Anuncio"
1110
 
1111
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
1112
  msgid "Ad Planning"
1113
  msgstr "Planificación del Anuncio"
1114
 
1115
+ #: admin/includes/class-ad-type.php:200
1116
  msgid "expired"
1117
  msgstr "Expirado"
1118
 
1119
+ #: admin/includes/class-ad-type.php:201
1120
  msgid "any expiry date"
1121
  msgstr "Cualquier fecha de expiración"
1122
 
1123
+ #: admin/includes/class-ad-type.php:202
1124
  msgid "planned"
1125
  msgstr "Planeado"
1126
 
1127
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
1128
  msgid "Ad updated."
1129
  msgstr "Anuncio actualizado."
1130
 
1131
  #. translators: %s: date and time of the revision
1132
+ #: admin/includes/class-ad-type.php:517
1133
  #, php-format
1134
  msgid "Ad restored to revision from %s"
1135
  msgstr "Anunció restaurado para revisión de %s"
1136
 
1137
+ #: admin/includes/class-ad-type.php:518
1138
  msgid "Ad published."
1139
  msgstr "Anuncio publicado."
1140
 
1141
+ #: admin/includes/class-ad-type.php:518
1142
  #, php-format
1143
  msgid ""
1144
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
1145
  msgstr ""
1146
  "El anuncio no aparece? Consulta <a href=\"%s\" target=\"_blank\">aquí</a>"
1147
 
1148
+ #: admin/includes/class-ad-type.php:519
1149
  msgid "Ad saved."
1150
  msgstr "Anuncio guardado."
1151
 
1152
+ #: admin/includes/class-ad-type.php:520
1153
  msgid "Ad submitted."
1154
  msgstr "Anuncio enviado."
1155
 
1156
+ #: admin/includes/class-ad-type.php:522
1157
  #, php-format
1158
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1159
  msgstr "Anuncio programado para: <strong>%1$s</strong>."
1160
 
1161
  #. translators: Publish box date format, see http://php.net/date
1162
+ #: admin/includes/class-ad-type.php:524
1163
  msgid "M j, Y @ G:i"
1164
  msgstr "M j, Y @ G:i"
1165
 
1166
+ #: admin/includes/class-ad-type.php:526
1167
  msgid "Ad draft updated."
1168
  msgstr "Borrador del anuncio actualizado."
1169
 
1170
+ #: admin/includes/class-licenses.php:101
1171
+ msgid "Error while trying to register the license. Please contact support."
1172
+ msgstr ""
1173
+ "Error al tratar de registrar la licencia. Por favor, contactar a soporte."
1174
+
1175
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
1176
+ msgid "Please enter a valid license key"
1177
+ msgstr "Por favor, ingresa una llave de licencia válida"
1178
+
1179
+ #: admin/includes/class-licenses.php:132
1180
+ #: modules/marketpress-license/main.php:65
1181
+ #: modules/marketpress-license/main.php:77
1182
+ msgid "License couldn’t be activated. Please try again later."
1183
+ msgstr "La licencia no pudo ser activada. Por favor, intenta de nuevo."
1184
+
1185
+ #: admin/includes/class-licenses.php:147
1186
+ msgid "This is the bundle license key."
1187
+ msgstr "Ésta es la clave de licencia para todo el paquete."
1188
+
1189
+ #: admin/includes/class-licenses.php:148
1190
+ #: modules/marketpress-license/main.php:132
1191
+ msgid "This is not the correct key for this add-on."
1192
+ msgstr "Ésta no es la clave de licencia correcta para este add-on"
1193
+
1194
+ #: admin/includes/class-licenses.php:149
1195
+ #: modules/marketpress-license/main.php:130
1196
+ msgid "There are no activations left."
1197
+ msgstr "No existen más activaciones."
1198
+
1199
+ #: admin/includes/class-licenses.php:218
1200
+ msgid "Error while trying to disable the license. Please contact support."
1201
+ msgstr ""
1202
+ "Error al tratar de deshabilitar la licencia. Por favor, contacta a soporte."
1203
+
1204
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
1205
+ msgid "License couldn’t be deactivated. Please try again later."
1206
+ msgstr "La licencia no pudo ser desactivada.a soporte."
1207
+
1208
  #: admin/includes/class-menu.php:52
1209
  msgid "Overview"
1210
  msgstr "Visión General"
1211
 
1212
+ #: admin/includes/class-menu.php:75
1213
  msgid "Ad Placements"
1214
  msgstr "Colocación de Anuncios"
1215
 
1216
+ #: admin/includes/class-menu.php:79
1217
  msgid "Advanced Ads Settings"
1218
  msgstr "Configuraciones de Advanced Ads"
1219
 
1220
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
1221
  msgid "Settings"
1222
  msgstr "Configuraciones"
1223
 
1224
+ #: admin/includes/class-menu.php:82
1225
  msgid "Advanced Ads Debugging"
1226
  msgstr "Depuración de Advanced Ads"
1227
 
1228
+ #: admin/includes/class-menu.php:82
1229
  msgid "Debug"
1230
  msgstr "Depuración"
1231
 
1232
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
 
 
 
 
1233
  msgid "Sorry, you are not allowed to access this feature."
1234
  msgstr "Lo sentimos, no tienes permiso para acceder a esta función."
1235
 
1236
+ #: admin/includes/class-menu.php:203
1237
  msgid ""
1238
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1239
  "deleted?"
1254
  msgstr "Diseño / Visualización"
1255
 
1256
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
1257
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
1258
  #: admin/views/ad-output-metabox.php:51
1259
  msgid "Manual"
1260
  msgstr "Manual"
1263
  msgid "Video"
1264
  msgstr "Video"
1265
 
1266
+ #: admin/includes/class-meta-box.php:222
1267
  msgid "Ad Settings"
1268
  msgstr "Configuración del Anuncio"
1269
 
1270
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
1271
  msgid "Ads Dashboard"
1272
  msgstr "Panel de Anuncios"
1273
 
1274
+ #: admin/includes/class-meta-box.php:336
1275
  msgid "From the ad optimization universe"
1276
  msgstr "Desde el universo de optimización de anuncios"
1277
 
1278
+ #: admin/includes/class-meta-box.php:345
1279
  msgid "Advanced Ads Tutorials"
1280
  msgstr "Tutoriales de Advanced Ads"
1281
 
1282
+ #: admin/includes/class-meta-box.php:357
1283
  #, php-format
1284
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1285
  msgstr "%d Anuncios – <a href=\"%s\">Gestionar</a> - <a href=\"%s\">Nuevo</a>"
1286
 
1287
+ #: admin/includes/class-meta-box.php:369
1288
  msgid "plugin manual and homepage"
1289
  msgstr "Manual del plugin y página de inicio"
1290
 
1291
+ #: admin/includes/class-meta-box.php:376
1292
  msgid "Get the tutorial via email"
1293
  msgstr "Obtener el tutorial vía correo electrónico"
1294
 
1295
+ #: admin/includes/class-meta-box.php:383
1296
  msgid "Get AdSense tips via email"
1297
  msgstr "Obtener tips de AdSense vía correo electrónico"
1298
 
1386
  " y Advanced Ads con nuestro grupo de noticias dedicado."
1387
 
1388
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1389
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
 
1390
  msgid "Subscribe me now"
1391
  msgstr "Suscribirme Ahora"
1392
 
1398
  msgid "Send it now"
1399
  msgstr "Enviarlo Ahora"
1400
 
1401
+ #: admin/includes/class-overview-widgets.php:126
1402
  msgid "Create your first ad"
1403
  msgstr "Crea Tu Primer Anuncio"
1404
 
1608
  msgid "General"
1609
  msgstr "General"
1610
 
1611
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1612
  msgid "Licenses"
1613
  msgstr "Licencias"
1614
 
1632
  msgid "Priority of content injection filter"
1633
  msgstr "Prioridad de filtro de inyección de contenido"
1634
 
1635
+ #: admin/includes/class-settings.php:118
1636
  msgid "Hide ads from bots"
1637
  msgstr "Ocultar anuncios de bots"
1638
 
1639
+ #: admin/includes/class-settings.php:126
1640
  msgid "Disable notices"
1641
  msgstr "Deshabilitar notificaciones"
1642
 
1643
+ #: admin/includes/class-settings.php:134
1644
  msgid "ID prefix"
1645
  msgstr "Prefijo ID"
1646
 
1647
+ #: admin/includes/class-settings.php:142
1648
  msgid "Remove Widget ID"
1649
  msgstr "Remover Widget ID"
1650
 
1651
+ #: admin/includes/class-settings.php:150
1652
  msgid "Allow editors to manage ads"
1653
  msgstr "Permitir a editores gestionar anuncios"
1654
 
1655
+ #: admin/includes/class-settings.php:158
1656
  msgid "Ad label"
1657
  msgstr "Etiqueta del anuncio"
1658
 
1659
+ #: admin/includes/class-settings.php:168
1660
  msgid "Delete data on uninstall"
1661
  msgstr "Borrar la información al desinstalar"
1662
 
1663
+ #: admin/includes/class-settings.php:255
1664
  msgid "(display to all)"
1665
  msgstr "(mostrar a todos)"
1666
 
1667
+ #: admin/includes/class-settings.php:256
1668
  msgid "Subscriber"
1669
  msgstr "Suscriptor"
1670
 
1671
+ #: admin/includes/class-settings.php:257
1672
  msgid "Contributor"
1673
  msgstr "Contribuyente"
1674
 
1675
+ #: admin/includes/class-settings.php:258
1676
  msgid "Author"
1677
  msgstr "Autor"
1678
 
1679
+ #: admin/includes/class-settings.php:259
1680
  msgid "Editor"
1681
  msgstr "Editor"
1682
 
1683
+ #: admin/includes/class-settings.php:260
1684
  msgid "Admin"
1685
  msgstr "Administrador"
1686
 
1687
+ #: admin/includes/class-settings.php:268
1688
  msgid "Choose the lowest role a user must have in order to not see any ads."
1689
  msgstr ""
1690
  "Elige el rol mínimo que un usuario debe tener para no ver ningún anuncio."
1691
 
1692
+ #: admin/includes/class-settings.php:282
1693
  msgid ""
1694
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1695
  "needs it."
1697
  "<strong>Notificación: </strong>el archivo se encuentra activado por un add-"
1698
  "on que lo necesita."
1699
 
1700
+ #: admin/includes/class-settings.php:285
1701
  #, php-format
1702
  msgid ""
1703
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
1708
  "target=\"_blank\">aquí</a>). Algunas características y add-ons pueden anular "
1709
  "esta configuración si necesitan funciones de este archivo."
1710
 
1711
+ #: admin/includes/class-settings.php:321
1712
  msgid ""
1713
  "Please check your post content. A priority of 10 and below might cause "
1714
  "issues (wpautop function might run twice)."
1716
  "Por favor, revisa el contenido de tu entrada. Una prioridad de 10 o menos "
1717
  "puede causar problemas (la función wpautop puede ejecutarse dos veces)."
1718
 
1719
+ #: admin/includes/class-settings.php:323
1720
  msgid ""
1721
  "Play with this value in order to change the priority of the injected ads "
1722
  "compared to other auto injected elements in the post content."
1725
  "comparación con otros elementos auto inyectados en el contenido de la "
1726
  "entrada."
1727
 
1728
+ #: admin/includes/class-settings.php:350
1729
  #, php-format
1730
  msgid ""
1731
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1736
  "vacíos. También previene contar impresiones de bots cuando se usa <a "
1737
  "href=\"%s\" target=\"_blank\">El Add-On de Rastreo</a>."
1738
 
1739
+ #: admin/includes/class-settings.php:351
1740
  msgid ""
1741
  "Disabling this option only makes sense if your ads contain content you want "
1742
  "to display to bots (like search engines) or your site is cached and bots "
1747
  "sitio esta cacheado y los bots pueden crear una versión cacheada sin los "
1748
  "anuncios."
1749
 
1750
+ #: admin/includes/class-settings.php:364
1751
  msgid ""
1752
  "Disable internal notices like tips, tutorials, email newsletters and update "
1753
  "notices. Disabling notices is recommended if you run multiple blogs with "
1758
  "notificaciones es recomendado si ya administras múltiples sitios con "
1759
  "Advanced Ads."
1760
 
1761
+ #: admin/includes/class-settings.php:381
1762
  msgid ""
1763
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1764
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1769
  "bloques como anuncios. <br/>Podrías necesitar <strong>reescribir las reglas "
1770
  "css después</strong>."
1771
 
1772
+ #: admin/includes/class-settings.php:402
1773
  msgid ""
1774
  "Remove the ID attribute from widgets in order to not make them an easy "
1775
  "target of ad blockers."
1777
  "Remover el atributo ID de los widgets para no hacerlos un blanco fácil de "
1778
  "los bloqueadores de anuncios."
1779
 
1780
+ #: admin/includes/class-settings.php:405
1781
  msgid ""
1782
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1783
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
1785
  "Si chequeada, el Widget de Advanced Ads no funcionará con la opción fija del "
1786
  "plugin <strong>Q2W3 Widget Fijo</strong>."
1787
 
1788
+ #: admin/includes/class-settings.php:427
1789
  msgid "Allow editors to also manage and publish ads."
1790
  msgstr "Permitir también que los editores gestionen y publiquen anuncios."
1791
 
1792
+ #: admin/includes/class-settings.php:428
1793
  #, php-format
1794
  msgid ""
1795
  "You can assign different ad-related roles on a user basis with <a "
1798
  "Puedes asignar (por cada usuario) diferentes roles relacionados al anuncio "
1799
  "con <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1800
 
1801
+ #: admin/includes/class-settings.php:446
1802
  msgid "Displayed above ads."
1803
  msgstr "Anuncios de arriba mostrados."
1804
 
1805
+ #: admin/includes/class-settings.php:460
1806
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1807
  msgstr ""
1808
  "Limpiar toda la información relacionada con Advanced Ads al remover este "
1809
  "plugin."
1810
 
 
 
 
 
 
 
 
 
 
1811
  #: admin/includes/notices.php:15
1812
  msgid ""
1813
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
1923
  msgid "Cancel"
1924
  msgstr "Cancelar "
1925
 
1926
+ #: admin/views/ad-display-metabox.php:22
1927
  #: admin/views/notices/jqueryui_error.php:2
1928
  #, php-format
1929
  msgid ""
1934
  "de control. Por favor, chequea <a href=\"%s\" target=\"_blank\">este "
1935
  "artículo para obtener mayor información</a>."
1936
 
1937
+ #: admin/views/ad-display-metabox.php:59
1938
  msgid "Forced to OR."
1939
  msgstr "Forzado a O."
1940
 
1941
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
1942
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
1943
  msgid "manual"
1944
  msgstr "Manual"
1945
 
1946
+ #: admin/views/ad-display-metabox.php:76
1947
  msgid "If you want to display the ad everywhere, don't do anything here. "
1948
  msgstr "Si quieres mostrar el anuncio en todas partes, no hagas nada aquí."
1949
 
1950
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
1951
  msgid "New condition"
1952
  msgstr "Nueva Condición"
1953
 
1954
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
1955
  msgid "-- choose a condition --"
1956
  msgstr "-- Selecciona una Condición --"
1957
 
1958
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
1959
+ #: admin/views/ad-visitor-metabox.php:62
 
1960
  msgid "add"
1961
  msgstr "Añadir"
1962
 
1974
  msgid "Update"
1975
  msgstr "Actualizar"
1976
 
1977
+ #: admin/views/ad-group-list-ads.php:3
1978
+ msgid "weight"
1979
+ msgstr "Peso"
1980
+
1981
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
1982
  msgid "Name"
1983
  msgstr "Nombre"
1984
 
1985
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
1986
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
 
 
 
 
1987
  msgid "Type"
1988
  msgstr "Tipo"
1989
 
1990
+ #: admin/views/ad-group-list-form-row.php:51
 
 
 
 
1991
  msgctxt "option to display all ads in an ad groups"
1992
  msgid "all"
1993
  msgstr "Todos"
1994
 
1995
+ #: admin/views/ad-group-list-form-row.php:59
1996
  msgid "Number of ads that are visible at the same time"
1997
  msgstr "Número de anuncios que son visibles al mismo tiempo"
1998
 
 
 
 
 
1999
  #: admin/views/ad-group-list-header.php:4
2000
  msgid "Details"
2001
  msgstr "Detalles"
2002
 
2003
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
2004
+ #: admin/views/placements.php:65
2005
  msgid "shortcode"
2006
  msgstr "Shortcode:"
2007
 
2008
+ #: admin/views/ad-group-list-row.php:11
 
2009
  msgid "template"
2010
  msgstr "Plantilla"
2011
 
2051
  "tener múltiples anuncios, sino que también, un anuncio puede pertenecer a "
2052
  "múltiples grupos."
2053
 
2054
+ #: admin/views/ad-group.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2055
  msgid "Update Groups"
2056
  msgstr "Actualizar Grupos"
2057
 
2058
  #: admin/views/ad-info-after-textarea.php:5
 
2059
  msgid ""
2060
  "The code of this ad might not work properly with the <em>Content</em> "
2061
  "placement."
2064
  "Contenido</em>de la colocación."
2065
 
2066
  #: admin/views/ad-info-after-textarea.php:6
 
2067
  #, php-format
2068
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
2069
  msgstr "Contacta a <a href=\"%s\">Soporte</a> para obtener ayuda."
2073
  msgid "previous"
2074
  msgstr "Anterior"
2075
 
2076
+ #: admin/views/ad-info-bottom.php:3
2077
  msgctxt "wizard navigation"
2078
  msgid "save"
2079
  msgstr "Guardar"
2080
 
2081
+ #: admin/views/ad-info-bottom.php:4
2082
  msgctxt "wizard navigation"
2083
  msgid "next"
2084
  msgstr "Siguiente"
2136
  "Aprender más acerca de tus opciones para mostrar un anuncio en el <a "
2137
  "href=\"%s\" target=\"_blank\">manual</a>."
2138
 
2139
+ #: admin/views/ad-info-top.php:64
2140
  msgid "Start Wizard"
2141
  msgstr "Iniciar Asistente"
2142
 
2144
  msgid "Stop Wizard"
2145
  msgstr "Detener Asistente"
2146
 
2147
+ #: admin/views/ad-info-top.php:83
2148
  msgid "Welcome to the Wizard"
2149
  msgstr "Bienvenido al Asistente"
2150
 
2151
+ #: admin/views/ad-info-top.php:84
2152
  msgid ""
2153
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
2154
  "the most common options are visible."
2156
  "El Asistente te ayudará a crear y publicar un anuncio fácilmente. Por lo "
2157
  "tanto, solamente las opciones más comunes serán visibles."
2158
 
2159
+ #: admin/views/ad-info-top.php:85
2160
  msgid "Stop Wizard and show all options"
2161
  msgstr "Detener el Asistente y mostrar todas las opciones"
2162
 
2231
  msgstr "Todo lo relacionado con el diseño y la visualización de los anuncios."
2232
 
2233
  #: admin/views/ad-output-metabox.php:4
2234
+ #: admin/views/placements-ad-label-position.php:1
2235
  msgid "Position"
2236
  msgstr "Posición:"
2237
 
2239
  msgid "- default -"
2240
  msgstr "- Defecto -"
2241
 
2242
+ #: admin/views/ad-output-metabox.php:7
2243
+ #: admin/views/placements-ad-label-position.php:2
2244
+ #: admin/views/placements-ad-label-position.php:4
2245
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2246
+ #: admin/views/placements.php:53
2247
  msgid "default"
2248
  msgstr "Defecto"
2249
 
2250
  #: admin/views/ad-output-metabox.php:8
2251
+ #: admin/views/placements-ad-label-position.php:6
2252
+ #: admin/views/placements-ad-label-position.php:8
2253
  msgid "left"
2254
  msgstr "Izquierda"
2255
 
2256
  #: admin/views/ad-output-metabox.php:11
2257
+ #: admin/views/placements-ad-label-position.php:9
2258
+ #: admin/views/placements-ad-label-position.php:11
2259
  msgid "center"
2260
  msgstr "Centro"
2261
 
2262
  #: admin/views/ad-output-metabox.php:14
2263
+ #: admin/views/placements-ad-label-position.php:12
2264
+ #: admin/views/placements-ad-label-position.php:14
2265
  msgid "right"
2266
  msgstr "Derecha"
2267
 
2327
  msgid "height"
2328
  msgstr "Alto"
2329
 
2330
+ #: admin/views/ad-parameters-size.php:8
2331
  msgid "reserve this space"
2332
  msgstr "Reservar este espacio"
2333
 
2348
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2349
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2350
 
2351
+ #: admin/views/ad-visitor-metabox.php:12
2352
  msgid ""
2353
  "Display conditions that are based on the user. Use with caution on cached "
2354
  "websites."
2356
  "Mostrar condiciones que están basadas en el usuario. Usar con cautela en "
2357
  "websites cacheados."
2358
 
2359
+ #: admin/views/ad-visitor-metabox.php:47
2360
  msgid ""
2361
  "Visitor conditions limit the number of users who can see your ad. There is "
2362
  "no need to set visitor conditions if you want all users to see the ad."
2365
  "tu anuncio. No hay necesidad de establecer condiciones del visitante si "
2366
  "deseas que todos los usuarios vean el anuncio."
2367
 
2368
+ #: admin/views/ad-visitor-metabox.php:50
2369
  #, php-format
2370
  msgid ""
2371
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2374
  "Revisa el almacenamiento-en-caché en <a href=\"%s\" target=\"_blank\">"
2375
  "Advanced Ads Pro</a> si las funcionalidades dinámicas son cacheadas."
2376
 
2377
+ #: admin/views/ad-visitor-metabox.php:67
2378
  #, php-format
2379
  msgid ""
2380
  "Define the exact browser width for which an ad should be visible using the "
2383
  "Definir el ancho exacto del navegador para los que un anuncio debe ser "
2384
  "visible usando el <a href=\"%s\" target=\"_blank\">Add-on responsable</a>."
2385
 
2386
+ #: admin/views/ad-visitor-metabox.php:113
2387
  msgid ""
2388
  "The visitor conditions below are deprecated. Please use the new version of "
2389
  "visitor conditions to replace it."
2391
  "Las condiciones del visitante de abajo están depreciadas. Por favor, utiliza "
2392
  "la nueva versión de las condiciones del visitante para reemplazarlas."
2393
 
2394
+ #: admin/views/ad-visitor-metabox.php:119
2395
  msgid "Display on all devices"
2396
  msgstr "Mostrar en todos los dispositivos"
2397
 
2398
+ #: admin/views/ad-visitor-metabox.php:123
2399
  msgid "only on mobile devices"
2400
  msgstr "Solamente en dispositivos móviles"
2401
 
2402
+ #: admin/views/ad-visitor-metabox.php:127
2403
  msgid "not on mobile devices"
2404
  msgstr "No en dispositivos móviles"
2405
 
2406
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2407
  msgid "Debug Page"
2408
  msgstr "Página de Depuración"
2409
 
2411
  msgid "Work in progress"
2412
  msgstr "Trabajo en Progreso"
2413
 
2414
+ #: admin/views/feedback-disable.php:4
 
 
 
 
 
 
 
 
 
 
 
 
2415
  msgid "Why did you decide to disable Advanced Ads?"
2416
  msgstr "Porqué decidiste deshabilitar Advanced Ads?"
2417
 
2418
+ #: admin/views/feedback-disable.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
2419
  msgid "other reason"
2420
  msgstr "Otra razón"
2421
 
2422
+ #: admin/views/feedback-disable.php:19
2423
  msgid "Please specify, if possible"
2424
  msgstr "Por favor especifica, si es posible"
2425
 
2426
+ #: admin/views/placements-content-index.php:1
2427
+ msgid "after"
2428
+ msgstr "Después"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2429
 
2430
+ #: admin/views/placements-content-index.php:1
2431
+ msgid "before"
2432
+ msgstr "Antes"
 
 
 
 
 
 
 
2433
 
2434
+ #: admin/views/placements-content-index.php:21
2435
+ msgid "start counting from bottom"
2436
+ msgstr "Empezar contando desde el final"
2437
 
2438
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2439
+ msgid "--not selected--"
2440
+ msgstr "--No Seleccionado--"
2441
 
2442
  #: admin/views/placements.php:8
2443
  msgid ""
2451
  msgid "Placements updated"
2452
  msgstr "Colocaciones Actualizadas"
2453
 
2454
+ #: admin/views/placements.php:14
2455
  msgid ""
2456
  "Placements are physically places in your theme and posts. You can use them "
2457
  "if you plan to change ads and ad groups on the same place without the need "
2461
  "Puedes utilizarlas si planeas cambiar anuncios o Grupos de Anuncios en el "
2462
  "mismo lugar y sin la necesidad de cambiar tus plantillas (templates)."
2463
 
2464
+ #: admin/views/placements.php:15
2465
  #, php-format
2466
  msgid ""
2467
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2469
  "Consulta también el manual para más información sobre <a href=\"%s\">Las "
2470
  "Colocaciones</a>. "
2471
 
2472
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2473
  msgid "Options"
2474
  msgstr "Opciones"
2475
 
2476
+ #: admin/views/placements.php:43
2477
  #, php-format
2478
  msgid ""
2479
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2483
  "por defecto\". <br/> Por favor, chequea si el add-on que es responsable de "
2484
  "este funcionamiento está activado."
2485
 
2486
+ #: admin/views/placements.php:59
2487
  msgid "show usage"
2488
  msgstr "Mostrar uso"
2489
 
2490
+ #: admin/views/placements.php:83
2491
  msgid "Item"
2492
  msgstr "Item"
2493
 
2494
+ #: admin/views/placements.php:98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  msgid "Important Notice"
2496
  msgstr "Notificación Importante"
2497
 
2498
+ #: admin/views/placements.php:98
2499
  msgid ""
2500
  "Your server is missing an extension. This might break the content injection."
2501
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2505
  "contenido.<br/> Ignora esta advertencia si todo está funcionando bien. De lo "
2506
  "contrario, pídele a tu compañía de hospedaje habilitar <em>mbstring</em>."
2507
 
2508
+ #: admin/views/placements.php:142
 
 
 
 
2509
  msgctxt "checkbox to remove placement"
2510
  msgid "delete"
2511
  msgstr "Eliminar"
2512
 
2513
+ #: admin/views/placements.php:148
2514
  msgid "Save Placements"
2515
  msgstr "Guardar Colocaciones"
2516
 
2517
+ #: admin/views/placements.php:150
2518
  msgid "Create a new placement"
2519
  msgstr "Crear una Nueva Colocación"
2520
 
2521
+ #: admin/views/placements.php:151
2522
  msgid "New Placement"
2523
  msgstr "Nueva Colocación"
2524
 
2525
+ #: admin/views/placements.php:158
2526
  msgid "Choose a placement type"
2527
  msgstr "Selecciona un tipo de colocación"
2528
 
2529
+ #: admin/views/placements.php:159
2530
  #, php-format
2531
  msgid ""
2532
  "Placement types define where the ad is going to be displayed. Learn more "
2535
  "Los tipos de colocaciones definen en donde se debe mostrar el anuncio. "
2536
  "Aprende más sobre los diferentes tipos en el <a href=\"%s\">manual</a>."
2537
 
2538
+ #: admin/views/placements.php:176
2539
  msgid "Please select a placement type."
2540
  msgstr "Por favor, selecciona un tipo de colocación."
2541
 
2542
+ #: admin/views/placements.php:178
2543
  msgid "Choose a Name"
2544
  msgstr "Selecciona un Nombre"
2545
 
2546
+ #: admin/views/placements.php:179
2547
  msgid ""
2548
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2549
  "one, e.g. <em>Below Post Headline</em>."
2551
  "El nombre de la colocación es solamente visible para ti. Tip: selecciona un "
2552
  "nombre descriptivo, ej: <em>Debajo del Encabezado de la Entrada</em>."
2553
 
2554
+ #: admin/views/placements.php:180
2555
  msgid "Placement Name"
2556
  msgstr "Nombre de la Colocación"
2557
 
2558
+ #: admin/views/placements.php:181
2559
  msgid "Please enter a name for your placement."
2560
  msgstr "Por favor, ingresa un nombre para tu colocación."
2561
 
2562
+ #: admin/views/placements.php:182
2563
  msgid "Choose the Ad or Group"
2564
  msgstr "Selecciona el Anuncio o Grupo"
2565
 
2566
+ #: admin/views/placements.php:183
2567
  msgid "The ad or group that should be displayed."
2568
  msgstr "El anuncio o grupo que debe ser mostrado."
2569
 
2570
+ #: admin/views/placements.php:202
2571
  msgid "Save New Placement"
2572
  msgstr "Guardar la Nueva Colocación"
2573
 
2646
  msgid "Disable ads in Feed"
2647
  msgstr "Deshabilitar anuncios en el Feed"
2648
 
2649
+ #: admin/views/settings.php:35
2650
  msgid "Save settings on this page"
2651
  msgstr "Guardar las configuraciones de esta página"
2652
 
2653
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
2654
  #: modules/import-export/main.php:15
2655
  msgid "Import &amp; Export"
2656
  msgstr "Importar &amp; Exportar"
2657
 
 
 
 
 
2658
  #: admin/views/settings.php:51
2659
  msgid "Advanced Ads on WordPress.org"
2660
  msgstr "Advanced Ads en WordPress.org"
2667
  msgid "the company behind Advanced Ads"
2668
  msgstr "la compañía detrás de Advanced Ads"
2669
 
2670
+ #: admin/views/support.php:7
2671
  msgid ""
2672
  "Please fix the red highlighted issues on this page or try to understand "
2673
  "their consequences before contacting support."
2675
  "Por favor, arregla los problemas resaltados en rojo en esta página o intenta "
2676
  "entender sus consecuencias antes de contactar a soporte."
2677
 
2678
+ #: admin/views/support.php:11
2679
  #, php-format
2680
  msgid ""
2681
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2687
  "altamente recomendado. Por favor, consulta con tu compañía de hospedaje para "
2688
  "mayor información."
2689
 
2690
+ #: admin/views/support.php:14
2691
  #, php-format
2692
  msgid ""
2693
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2701
  "almacenamiento-en-caché de <a href=\"%s\" target=\"_blank\">Advanced Ads "
2702
  "Pro</a> para cargar los anuncios dinámicamente."
2703
 
2704
+ #: admin/views/support.php:17
2705
  msgid ""
2706
  "There is a <strong>new WordPress version available</strong>. Please update."
2707
  msgstr ""
2708
  "Hay una <strong>nueva versión de WordPress disponible</strong>. Por favor, "
2709
  "actualízala."
2710
 
2711
+ #: admin/views/support.php:20
2712
  msgid "There are <strong>plugin updates available</strong>. Please update."
2713
  msgstr ""
2714
  "Hay <strong>actualizaciones del plugin disponibles</strong>. Por favor, "
2715
  "actualízalo."
2716
 
2717
+ #: admin/views/support.php:29
2718
  #, php-format
2719
  msgid ""
2720
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2728
  "target=\"_blank\">Advanced Ads Pro</a> posee un soporte incorporado para "
2729
  "Autoptimize."
2730
 
2731
+ #: admin/views/support.php:32
2732
  #, php-format
2733
  msgid ""
2734
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2737
  "Plugins que se conocen que causan problemas (parciales): <strong>"
2738
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Más Información</a>."
2739
 
2740
+ #: admin/views/support.php:35
2741
  #, php-format
2742
  msgid ""
2743
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2746
  "Los anuncios están deshabilitados para todas o algunas páginas. Ver "
2747
  "\"anuncios deshabilitados\" en <a href=\"%s\">configuraciones</a>."
2748
 
2749
+ #: admin/views/support.php:46
2750
  msgid "Possible Issues"
2751
  msgstr "Posibles Problemas"
2752
 
2753
+ #: admin/views/support.php:48
2754
  msgid "Ads not showing up"
2755
  msgstr "Los anuncios no se están mostrando"
2756
 
2757
+ #: admin/views/support.php:49
2758
  msgid "Purchase & Licenses"
2759
  msgstr "Compra & Licencias"
2760
 
2761
+ #: admin/views/support.php:50
2762
  msgid "General Issues"
2763
  msgstr "Problemas Generales"
2764
 
2765
+ #: admin/views/support.php:51
2766
  msgid "Issues with Add-Ons"
2767
  msgstr "Problemas con Add-Ons"
2768
 
2769
+ #: admin/views/support.php:53
2770
  msgid ""
2771
  "Use the following form to search for solutions in the manual on "
2772
  "wpadvancedads.com"
2774
  "Usa el siguiente formulario para buscar soluciones en el manual de "
2775
  "wpadvancedads.com"
2776
 
2777
+ #: admin/views/support.php:56
2778
  msgid "search"
2779
  msgstr "Buscar"
2780
 
2781
+ #: admin/views/support.php:58
2782
  #, php-format
2783
  msgid ""
2784
  "Take a look at more common issues or contact us directly through the <a "
2818
  msgid "Find solutions in the manual"
2819
  msgstr "Encontrar soluciones en el manual"
2820
 
2821
+ #: admin/views/notices/adblock.php:2
2822
  msgid ""
2823
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2824
  "ad setup."
2826
  "Por favor, deshabilita tu <strong>bloqueador de anuncios (AdBlocker)</strong>"
2827
  " para prevenir problemas con la configuración de tu anuncio."
2828
 
2829
+ #: modules/ad-blocker/admin/admin.php:96
 
 
 
 
2830
  msgid "Ad blocker fix"
2831
  msgstr "Reparación de Ad blocker"
2832
 
2833
+ #: modules/ad-blocker/admin/admin.php:162
2834
+ msgid "The asset folder was rebuilt successfully"
2835
+ msgstr "El directorio de archivos fue reconstruido exitosamente"
2836
+
2837
+ #: modules/ad-blocker/admin/admin.php:223
2838
  msgid "There is no writable upload folder"
2839
  msgstr "No hay directorio escribible de cargas y subidas "
2840
 
2841
+ #: modules/ad-blocker/admin/admin.php:252
2842
  #, php-format
2843
  msgid "Unable to rename \"%s\" directory"
2844
  msgstr "No es posible renombrar el directorio \"%s\""
2845
 
2846
+ #: modules/ad-blocker/admin/admin.php:268
2847
+ #: modules/ad-blocker/admin/admin.php:281
2848
+ #: modules/ad-blocker/admin/admin.php:298
2849
  #, php-format
2850
  msgid "Unable to copy assets to the \"%s\" directory"
2851
  msgstr "No es posible copiar los archivos al directorio \"%s\""
2852
 
2853
+ #: modules/ad-blocker/admin/admin.php:331
2854
+ #: modules/ad-blocker/admin/admin.php:351
2855
  #, php-format
2856
  msgid "We do not have direct write access to the \"%s\" directory"
2857
  msgstr "No tenemos acceso directo de escritura al directorio \"%s\" "
2858
 
2859
+ #: modules/ad-blocker/admin/admin.php:417
2860
  #, php-format
2861
  msgid ""
2862
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2865
  "No es posible crear el directorio \"%s\". Es el directorio principal "
2866
  "escribible en el servidor?"
2867
 
2868
+ #: modules/ad-blocker/admin/admin.php:428
2869
  #, php-format
2870
  msgid "Unable to copy files to %s"
2871
  msgstr "No es posible copiar archivos a %s"
2872
 
2873
+ #: modules/gadsense/admin/admin.php:27
2874
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
 
 
2875
  msgid "Responsive"
2876
  msgstr "Responsable"
2877
 
2878
+ #: modules/gadsense/admin/admin.php:45
2879
  msgid "The ad details couldn't be retrieved from the ad code"
2880
  msgstr ""
2881
  "Los detalles del anuncio no pudieron ser recuperados del código del anuncio"
2882
 
2883
+ #: modules/gadsense/admin/admin.php:46
2884
  msgid ""
2885
  "Warning : The AdSense account from this code does not match the one set with "
2886
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2890
  "se encuentra en el plugin de Advanced Ads. Este anuncio puede causar "
2891
  "problemas cuando se use en el frente del sitio."
2892
 
2893
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
2894
  msgid "AdSense"
2895
  msgstr "AdSense"
2896
 
2897
+ #: modules/gadsense/admin/admin.php:132
2898
  msgid "AdSense ID"
2899
  msgstr "ID de AdSense "
2900
 
2901
+ #: modules/gadsense/admin/admin.php:141
2902
  msgid "Limit to 3 ads"
2903
  msgstr "Limitar a 3 anuncios"
2904
 
2905
+ #: modules/gadsense/admin/admin.php:150
2906
  msgid "Activate Page-Level ads"
2907
  msgstr "Activar Anuncios de Nivel-de-Página"
2908
 
2909
+ #: modules/gadsense/admin/admin.php:170
2910
  #, php-format
2911
  msgid ""
2912
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2915
  "Por favor, ingresa tu ID de publicador para usar AdSense en tu página. Ver "
2916
  "el <a href=\"%s\" target=\"_blank\">manual</a> para mayor información."
2917
 
2918
+ #: modules/gadsense/admin/admin.php:184
2919
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2920
  msgstr "Tu ID de publicador de AdSense <em>(pub-xxxxxxxxxxxxxx)</em>"
2921
 
2922
+ #: modules/gadsense/admin/admin.php:196
2923
  #, php-format
2924
  msgid "Limit to %d AdSense ads"
2925
  msgstr "Limitar a %d anuncios de AdSense "
2926
 
2927
+ #: modules/gadsense/admin/admin.php:200
2928
  msgid ""
2929
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2930
  "this setting to prevent too many AdSense ads to show accidentally on your "
2934
  "puedes utilizar esta configuración para prevenir que muchos anuncios de "
2935
  "AdSense se muestren accidentalmente en tu sitio."
2936
 
2937
+ #: modules/gadsense/admin/admin.php:204
2938
  msgid ""
2939
  "Due to technical restrictions, the limit does not work on placements with "
2940
  "cache-busting enabled."
2942
  "Debido a restricciones técnicas, el límite no funciona en colocaciones con "
2943
  "almacenamiento-en-caché habilitado."
2944
 
2945
+ #: modules/gadsense/admin/admin.php:218
2946
  msgid "Insert Page-Level ads code on all pages."
2947
  msgstr "Insertar código de anuncios de Nivel-de-Página en todas las páginas."
2948
 
 
 
 
 
 
 
 
 
 
 
 
2949
  #: modules/gadsense/admin/admin.php:238
2950
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2951
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2961
  msgid "Use ads from your Google AdSense account"
2962
  msgstr "Usar anuncios de tu cuenta de Google AdSense"
2963
 
2964
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
2965
  msgid "Your AdSense Publisher ID is missing."
2966
  msgstr "Tu ID de publicador de AdSense no se encuentra."
2967
 
3167
  msgid "Rebuild asset folder"
3168
  msgstr "Reconstruir directorio de archivos"
3169
 
3170
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
3171
+ msgid ""
3172
+ "Prevents ad block software from breaking your website when blocking asset "
3173
+ "files (.js, .css)."
3174
+ msgstr ""
3175
+ "Previene que el software de Ad block rompa tu sitio cuando bloquee archivos "
3176
+ "(.js, .css)."
3177
+
3178
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
3179
+ msgid "Get details"
3180
+ msgstr "Obtener Detalles"
3181
 
3182
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
3183
  msgid "Ad Slot ID"
3184
  msgstr "ID de la Casilla del Anuncio"
3185
 
3186
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
3187
  #, php-format
3188
  msgid "Publisher ID: %s"
3189
  msgstr "ID del Publicador: %s"
3190
 
3191
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
3192
  #, php-format
3193
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3194
  msgstr "Por favor, <a href=\"%s\" target=\"_blank\">cámbialo aquí</a>."
3195
 
3196
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
3197
  msgid "Normal"
3198
  msgstr "Normal"
3199
 
3200
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
3201
  #, php-format
3202
  msgid ""
3203
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
3208
  "definir el tamaño exacto según el ancho del navegador o elige entre los "
3209
  "formatos horizontales, verticales, o rectangulares."
3210
 
3211
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
3212
  msgid "Resizing"
3213
  msgstr "Cambiar el Tamaño"
3214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3215
  #. Name of the plugin
3216
  msgid "Advanced Ads"
3217
  msgstr "Advanced Ads"
languages/advanced-ads-fr_FR.mo CHANGED
Binary file
languages/advanced-ads-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
- "POT-Creation-Date: 2016-11-21 12:16+0000\n"
6
- "PO-Revision-Date: 2016-11-21 12:16+0000\n"
7
- "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: French (France)\n"
9
  "Language: fr-FR\n"
10
  "Plural-Forms: nplurals=2; plural=n > 1\n"
@@ -22,40 +22,99 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: fr_FR"
24
 
25
- #: admin/class-advanced-ads-admin.php:167 classes/display-conditions.php:169
26
- #: classes/visitor-conditions.php:214 admin/views/ad-display-metabox.php:103
27
  msgid "or"
28
  msgstr ""
29
 
30
- #: admin/class-advanced-ads-admin.php:168 classes/display-conditions.php:169
31
- #: classes/visitor-conditions.php:214 admin/views/ad-visitor-metabox.php:68
32
  msgid "and"
33
  msgstr ""
34
 
35
- #: admin/class-advanced-ads-admin.php:169
36
  msgid "After which paragraph?"
37
  msgstr ""
38
 
39
- #: admin/class-advanced-ads-admin.php:350
40
- #: modules/marketpress-license/main.php:65
41
- #: modules/marketpress-license/main.php:77
42
- msgid "License couldn’t be activated. Please try again later."
43
  msgstr ""
44
 
45
- #: admin/class-advanced-ads-admin.php:364
46
- #: modules/marketpress-license/main.php:134
47
- msgid "There are no activations left."
48
  msgstr ""
49
 
50
- #: admin/class-advanced-ads-admin.php:462
51
- #: admin/class-advanced-ads-admin.php:480
52
- msgid "License couldn’t be deactivated. Please try again later."
 
 
 
 
 
 
 
53
  msgstr ""
54
 
55
- #: classes/ad_placements.php:215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  msgid "paragraph without image (%s)"
57
  msgstr ""
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  #: classes/ad_type_group.php:31
60
  msgid ""
61
  "Choose an existing ad group. Use this type when you want to assign the same "
@@ -66,131 +125,392 @@ msgstr ""
66
  msgid "ad group"
67
  msgstr ""
68
 
69
- #: classes/display-conditions.php:414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  msgid "title or id"
71
  msgstr ""
72
 
73
- #: classes/display-conditions.php:494
74
  msgid "Feed"
75
  msgstr ""
76
 
77
- #: classes/display-conditions.php:495
78
  msgid "allow ads in Feed"
79
  msgstr ""
80
 
81
- #: classes/EDD_SL_Plugin_Updater.php:186
 
82
  msgid ""
83
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
84
  msgstr ""
85
 
86
- #: classes/EDD_SL_Plugin_Updater.php:194
 
87
  msgid ""
88
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
89
  "or %5$supdate now%6$s."
90
  msgstr ""
91
 
92
- #: classes/frontend_checks.php:39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  msgid "Ad Health"
94
  msgstr ""
95
 
96
- #: classes/frontend_checks.php:46
97
  msgid "jQuery not in header"
98
  msgstr ""
99
 
100
- #: classes/frontend_checks.php:58
 
 
 
 
101
  msgid "Ad blocker enabled"
102
  msgstr ""
103
 
104
- #: classes/frontend_checks.php:72
 
105
  msgid "<em>%s</em> filter does not exist"
106
  msgstr ""
107
 
108
- #: classes/frontend_checks.php:88
109
  msgid "Ads are disabled on this page"
110
  msgstr ""
111
 
112
- #: classes/frontend_checks.php:101
113
  msgid "Ads are disabled in the content of this page"
114
  msgstr ""
115
 
116
- #: classes/frontend_checks.php:113
117
  msgid "the current post ID is 0 "
118
  msgstr ""
119
 
120
- #: classes/frontend_checks.php:127
121
  msgid "Ads are disabled on 404 pages"
122
  msgstr ""
123
 
124
- #: classes/frontend_checks.php:140
125
  msgid "Ads are disabled on non singular pages"
126
  msgstr ""
127
 
128
- #: classes/frontend_checks.php:153
 
 
 
 
 
 
 
 
 
129
  msgid "Everything is fine"
130
  msgstr ""
131
 
132
- #: public/class-advanced-ads.php:714
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  msgctxt "label above ads"
134
  msgid "Advertisements"
135
  msgstr ""
136
 
137
- #: admin/includes/class-ad-type.php:491
 
 
 
 
 
 
 
 
 
 
138
  msgid ""
139
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
140
  msgstr ""
141
 
142
- #: admin/includes/class-meta-box.php:135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  msgid "Video"
144
  msgstr ""
145
 
 
 
 
 
146
  #: admin/includes/class-overview-widgets.php:258
147
- msgid "Let users purchase ads directly in the frontend of your site."
 
148
  msgstr ""
149
 
150
  #: admin/includes/class-overview-widgets.php:260
151
  msgid "Get the Selling Ads add-on"
152
  msgstr ""
153
 
154
- #: admin/includes/class-settings.php:150
155
  msgid "Ad label"
156
  msgstr ""
157
 
158
- #: admin/includes/class-settings.php:160
159
  msgid "Delete data on uninstall"
160
  msgstr ""
161
 
162
- #: admin/includes/class-settings.php:409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  msgid "Displayed above ads."
164
  msgstr ""
165
 
166
- #: admin/includes/class-settings.php:423
167
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
168
  msgstr ""
169
 
170
- #: admin/views/ad-display-metabox.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  msgid "Forced to OR."
172
  msgstr ""
173
 
174
- #: admin/views/ad-display-metabox.php:51 admin/views/ad-info-top.php:78
 
175
  msgid "manual"
176
  msgstr ""
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  #: admin/views/ad-info-bottom.php:2
179
  msgctxt "wizard navigation"
180
  msgid "previous"
181
  msgstr ""
182
 
183
- #: admin/views/ad-info-bottom.php:4
184
  msgctxt "wizard navigation"
185
  msgid "save"
186
  msgstr ""
187
 
188
- #: admin/views/ad-info-bottom.php:5
189
  msgctxt "wizard navigation"
190
  msgid "next"
191
  msgstr ""
192
 
193
  #: admin/views/ad-info-top.php:5
 
194
  msgid ""
195
  "Congratulations! Your ad is now visible in the frontend. You can adjust the "
196
  "placement options <a href=\"%s\">here</a>."
@@ -204,10 +524,6 @@ msgstr ""
204
  msgid "New placement"
205
  msgstr ""
206
 
207
- #: admin/views/ad-info-top.php:10
208
- msgid "Content"
209
- msgstr ""
210
-
211
  #: admin/views/ad-info-top.php:12
212
  msgid "Manage Sidebar"
213
  msgstr ""
@@ -229,10 +545,11 @@ msgid "Existing placement"
229
  msgstr ""
230
 
231
  #: admin/views/ad-info-top.php:53
 
232
  msgid "Or use the shortcode %s to insert the ad into the content manually."
233
  msgstr ""
234
 
235
- #: admin/views/ad-info-top.php:64 admin/views/ad-info-top.php:76
236
  msgid "Start Wizard"
237
  msgstr ""
238
 
@@ -240,17 +557,17 @@ msgstr ""
240
  msgid "Stop Wizard"
241
  msgstr ""
242
 
243
- #: admin/views/ad-info-top.php:74
244
  msgid "Welcome to the Wizard"
245
  msgstr ""
246
 
247
- #: admin/views/ad-info-top.php:75
248
  msgid ""
249
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
250
  "the most common options are visible."
251
  msgstr ""
252
 
253
- #: admin/views/ad-info-top.php:77
254
  msgid "Stop Wizard and show all options"
255
  msgstr ""
256
 
@@ -270,25 +587,109 @@ msgstr ""
270
  msgid "Get dummy ad content (Link)"
271
  msgstr ""
272
 
 
 
 
 
 
 
273
  #: admin/views/ad-output-metabox.php:47
274
  msgid "Enable debug mode"
275
  msgstr ""
276
 
277
- #: admin/views/ad-parameters-metabox.php:30
 
 
 
 
278
  msgid ""
279
- "The code of this ad might not work properly with the <em>Content</em> "
280
- "placement."
281
  msgstr ""
282
 
283
- #: admin/views/ad-parameters-metabox.php:31
284
- msgid "Reach out to <a href=\"%s\">support</a> to get help."
285
  msgstr ""
286
 
287
- #: admin/views/ad-parameters-size.php:6
288
- msgid "reserve this space"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  msgstr ""
290
 
291
  #: admin/views/setting-license.php:6
 
292
  msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
293
  msgstr ""
294
 
@@ -296,11 +697,34 @@ msgstr ""
296
  msgid "Disable ads in Feed"
297
  msgstr ""
298
 
299
- #: admin/views/settings.php:48 modules/import-export/main.php:15
300
  #: modules/import-export/main.php:15
301
  msgid "Import &amp; Export"
302
  msgstr ""
303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  #: modules/marketpress-license/admin.php:36
305
  msgid "MarketPress Bundle License"
306
  msgstr ""
@@ -317,59 +741,102 @@ msgid ""
317
  "."
318
  msgstr ""
319
 
320
- #: modules/gadsense/admin/admin.php:199
 
 
 
 
 
 
 
 
321
  msgid ""
322
  "There is no explicit limit for AdSense ads anymore, but you can still use "
323
  "this setting to prevent too many AdSense ads to show accidentally on your "
324
  "site."
325
  msgstr ""
326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  #: modules/import-export/classes/import.php:64
328
  msgid "Please enter XML content"
329
  msgstr ""
330
 
331
  #: modules/import-export/classes/import.php:144
332
  #: modules/import-export/classes/import.php:560
 
333
  msgid "New attachment created <em>%s</em> %s"
334
  msgstr ""
335
 
336
  #: modules/import-export/classes/import.php:176
 
337
  msgid "Failed to import <em>%s</em>"
338
  msgstr ""
339
 
340
  #: modules/import-export/classes/import.php:184
 
341
  msgid "New ad created: <em>%s</em> %s"
342
  msgstr ""
343
 
344
  #: modules/import-export/classes/import.php:227
 
345
  msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
346
  msgstr ""
347
 
348
  #: modules/import-export/classes/import.php:289
 
349
  msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
350
  msgstr ""
351
 
352
  #: modules/import-export/classes/import.php:291
 
353
  msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
354
  msgstr ""
355
 
356
  #: modules/import-export/classes/import.php:356
 
357
  msgid "Placement <em>%s</em> created"
358
  msgstr ""
359
 
360
  #: modules/import-export/classes/import.php:471
 
361
  msgid "Option was updated: <em>%s</em>"
362
  msgstr ""
363
 
364
  #: modules/import-export/classes/import.php:474
 
365
  msgid "Option already exists: <em>%s</em>"
366
  msgstr ""
367
 
368
  #: modules/import-export/classes/import.php:496
 
369
  msgid "Failed to create import directory <em>%s</em>"
370
  msgstr ""
371
 
372
  #: modules/import-export/classes/import.php:501
 
373
  msgid "Import directory is not writable: <em>%s</em>"
374
  msgstr ""
375
 
@@ -380,6 +847,7 @@ msgid ""
380
  msgstr ""
381
 
382
  #: modules/import-export/classes/import.php:519
 
383
  msgid "Failed to upload file, error: <em>%s</em>"
384
  msgstr ""
385
 
@@ -388,12 +856,14 @@ msgid "File is empty."
388
  msgstr ""
389
 
390
  #: modules/import-export/classes/import.php:529
 
391
  msgid ""
392
  "The file could not be created: <em>%s</em>. This is probably a permissions "
393
  "problem"
394
  msgstr ""
395
 
396
  #: modules/import-export/classes/import.php:602
 
397
  msgid "Invalid filetype <em>%s</em>"
398
  msgstr ""
399
 
@@ -401,39 +871,39 @@ msgstr ""
401
  #: modules/import-export/classes/import.php:614
402
  #: modules/import-export/classes/import.php:622
403
  #: modules/import-export/classes/import.php:637
 
404
  msgid "Error getting remote image <em>%s</em>"
405
  msgstr ""
406
 
407
  #: modules/import-export/classes/import.php:631
 
408
  msgid "Zero size file downloaded <em>%s</em>"
409
  msgstr ""
410
 
411
- #: modules/import-export/classes/XmlEncoder.php:61
412
- #: modules/import-export/classes/XmlEncoder.php:190
413
- msgid "The %s extension(s) is not loaded"
414
- msgstr ""
415
-
416
- #: modules/import-export/classes/XmlEncoder.php:72
417
  msgctxt "import_export"
418
  msgid "The data must be an array"
419
  msgstr ""
420
 
421
- #: modules/import-export/classes/XmlEncoder.php:100
 
422
  msgctxt "import_export"
423
  msgid "The key %s is not valid"
424
  msgstr ""
425
 
426
- #: modules/import-export/classes/XmlEncoder.php:146
 
427
  msgctxt "import_export"
428
  msgid "An unexpected value could not be serialized: %s"
429
  msgstr ""
430
 
431
- #: modules/import-export/classes/XmlEncoder.php:194
432
  msgctxt "import_export"
433
  msgid "Invalid XML data, it can not be empty"
434
  msgstr ""
435
 
436
- #: modules/import-export/classes/XmlEncoder.php:216
 
437
  msgctxt "import_export"
438
  msgid "XML error: %s"
439
  msgstr ""
@@ -473,54 +943,80 @@ msgid "Check if you want to change the names of the assets"
473
  msgstr ""
474
 
475
  #: modules/ad-blocker/admin/views/rebuild_form.php:43
 
476
  msgid ""
477
  "Please, rebuild the asset folder. All assets will be located in <strong>"
478
  "%s</strong>"
479
  msgstr ""
480
 
481
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:56
482
  msgid ""
483
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
484
- "define the exact size for each browser width or choose between horizontal, "
485
- "vertical, or rectangle formats."
486
  msgstr ""
487
 
488
- #: admin/class-advanced-ads-admin.php:278
489
- msgid "time of %s"
490
- msgstr "temps de %s"
 
 
491
 
492
- #: admin/class-advanced-ads-admin.php:314
493
- msgid "Error while trying to register the license. Please contact support."
494
  msgstr ""
495
- "Erreur en essayant d’enregistrer la licence. Veuillez contacter le support."
496
 
497
- #: admin/class-advanced-ads-admin.php:319 admin/views/setting-license.php:41
498
- msgid "Please enter a valid license key"
499
- msgstr "Veuillez entrer une clé de licence valide"
500
 
501
- #: admin/class-advanced-ads-admin.php:362
502
- msgid "This is the bundle license key."
503
- msgstr "Il s’agit de la clé de licence du package (bundle)."
504
 
505
- #: admin/class-advanced-ads-admin.php:363
506
- #: modules/marketpress-license/main.php:136
507
- msgid "This is not the correct key for this add-on."
508
- msgstr "Ce n’est pas la clé correcte pour ce module."
509
 
510
- #: admin/class-advanced-ads-admin.php:435
511
- msgid "Error while trying to disable the license. Please contact support."
 
 
 
 
512
  msgstr ""
513
- "Erreur en essayant de désactiver la licence. Veuillez contacter le support."
514
 
515
- #: admin/class-advanced-ads-admin.php:653 admin/includes/class-menu.php:87
516
- #: admin/includes/class-menu.php:87
 
 
 
 
 
517
  msgid "Support"
518
  msgstr "Support"
519
 
520
- #: admin/class-advanced-ads-admin.php:657
521
  msgid "Add-Ons"
522
  msgstr "Extensions (Add-Ons)"
523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  #: classes/ad_placements.php:31
525
  msgid "Manual Placement"
526
  msgstr "Placement manuel"
@@ -529,59 +1025,55 @@ msgstr "Placement manuel"
529
  msgid "Manual placement to use as function or shortcode."
530
  msgstr "Placement manuel à utiliser comme fonction ou shortcode."
531
 
532
- #: classes/ad_placements.php:36
533
  msgid "Header Code"
534
  msgstr "Code d’en-tête"
535
 
536
- #: classes/ad_placements.php:37
537
  msgid ""
538
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
539
  msgstr ""
540
  "Injecté dans l’en-tête (avant fermeture de la balise &lt;/head&gt; , souvent "
541
  "non visible)."
542
 
543
- #: classes/ad_placements.php:41
544
  msgid "Footer Code"
545
  msgstr "Code du pied de page"
546
 
547
- #: classes/ad_placements.php:42
548
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
549
  msgstr ""
550
  "Injecté en pied de page (avant la fermeture de la balise &lt;/body&gt;)."
551
 
552
- #: classes/ad_placements.php:46 admin/views/ad-info-top.php:9
553
  msgid "Before Content"
554
  msgstr "Avant le contenu"
555
 
556
- #: classes/ad_placements.php:47
557
  msgid "Injected before the post content."
558
  msgstr "Injecté avant le contenu de l’article."
559
 
560
- #: classes/ad_placements.php:51 admin/views/ad-info-top.php:11
561
  msgid "After Content"
562
  msgstr "Après le contenu"
563
 
564
- #: classes/ad_placements.php:52
565
  msgid "Injected after the post content."
566
  msgstr "Injecté après le contenu de l’article."
567
 
568
- #: classes/ad_placements.php:56
569
- msgid "Post Content"
570
- msgstr "Contenu d’article"
571
-
572
- #: classes/ad_placements.php:57
573
  msgid ""
574
- "Injected into the content. You can choose the paragraph after which the "
575
- "ad content is displayed."
576
  msgstr ""
577
  "Injecté dans le contenu de l’article. Vous pouvez choisir le paragraphe "
578
  "après lequel le contenu de la pub est affiché."
579
 
580
- #: classes/ad_placements.php:61
581
  msgid "Sidebar Widget"
582
  msgstr "Widget de barre latérale"
583
 
584
- #: classes/ad_placements.php:62
585
  msgid ""
586
  "Create a sidebar widget with an ad. Can be placed and used like any other "
587
  "widget."
@@ -589,19 +1081,23 @@ msgstr ""
589
  "Créer un widget de barre latérale avec une pub. Peuvent être placé et "
590
  "utilisé comme n’importe quel autre widget."
591
 
592
- #: classes/ad_placements.php:214
 
593
  msgid "paragraph (%s)"
594
  msgstr "paragraphe (%s)"
595
 
596
- #: classes/ad_placements.php:216
 
597
  msgid "headline 2 (%s)"
598
  msgstr "titre 2 (%s)"
599
 
600
- #: classes/ad_placements.php:217
 
601
  msgid "headline 3 (%s)"
602
  msgstr "titre 3 (%s)"
603
 
604
- #: classes/ad_placements.php:218
 
605
  msgid "headline 4 (%s)"
606
  msgstr "titre 4 (%s)"
607
 
@@ -640,11 +1136,12 @@ msgstr ""
640
  msgid "Insert plain text or code into this field."
641
  msgstr "Insérez le code ou texte brut dans ce champ."
642
 
643
- #: classes/ad_type_plain.php:88
644
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
645
  msgstr "Exécuter du code PHP (inséré dans <code>&lt;?php ?&gt;</code>)"
646
 
647
- #: classes/checks.php:223
 
648
  msgid ""
649
  "Possible conflict between jQueryUI library, used by Advanced Ads and other "
650
  "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
@@ -683,101 +1180,84 @@ msgstr "conditions générales"
683
  msgid "author"
684
  msgstr "auteur"
685
 
686
- #: classes/display-conditions.php:111
 
687
  msgid "archive: %s"
688
  msgstr "archive: %s"
689
 
690
- #: classes/display-conditions.php:204 classes/display-conditions.php:257
691
- #: classes/display-conditions.php:310 classes/display-conditions.php:385
692
- msgid "show"
693
- msgstr "montrer"
694
-
695
- #: classes/display-conditions.php:205 classes/display-conditions.php:258
696
- #: classes/display-conditions.php:311 classes/display-conditions.php:386
697
- msgid "hide"
698
- msgstr "masquer"
699
-
700
- #: classes/display-conditions.php:228 classes/display-conditions.php:272
701
- #: classes/display-conditions.php:360
702
  msgctxt "Error message shown when no display condition term is selected"
703
  msgid "Please select some items."
704
  msgstr "Veuillez sélectionner quelques éléments."
705
 
706
- #: classes/display-conditions.php:350
707
  msgctxt "display the terms search field on ad edit page"
708
  msgid "add more terms"
709
  msgstr "ajouter plus de termes"
710
 
711
- #: classes/display-conditions.php:351
712
- msgid "add more terms"
713
- msgstr "ajouter plus de termes"
714
-
715
- #: classes/display-conditions.php:353
716
  msgid "term name or id"
717
  msgstr "nom du terme ou id"
718
 
719
- #: classes/display-conditions.php:459
720
  msgid "Home Page"
721
  msgstr "Page d’accueil"
722
 
723
- #: classes/display-conditions.php:460
724
  msgid "show on Home page"
725
  msgstr "voir sur page d’accueil"
726
 
727
- #: classes/display-conditions.php:464
728
  msgid "Singular Pages"
729
  msgstr "Pages particulières"
730
 
731
- #: classes/display-conditions.php:465
732
  msgid "show on singular pages/posts"
733
  msgstr "afficher sur les articles particuliers ou pages particulières"
734
 
735
- #: classes/display-conditions.php:469
736
  msgid "Archive Pages"
737
  msgstr "Pages d’archive"
738
 
739
- #: classes/display-conditions.php:470
740
  msgid "show on any type of archive page (category, tag, author and date)"
741
  msgstr ""
742
  "afficher sur n’importe quel type de page d’archive (catégorie, mot-clé, "
743
  "auteur et date)"
744
 
745
- #: classes/display-conditions.php:474
746
  msgid "Search Results"
747
  msgstr "Résultats de recherche"
748
 
749
- #: classes/display-conditions.php:475
750
  msgid "show on search result pages"
751
  msgstr "montrer sur les pages de résultats de recherche"
752
 
753
- #: classes/display-conditions.php:479
754
  msgid "404 Page"
755
  msgstr "Page 404"
756
 
757
- #: classes/display-conditions.php:480
758
  msgid "show on 404 error page"
759
  msgstr "afficher sur la page d’erreur 404"
760
 
761
- #: classes/display-conditions.php:484
762
  msgid "Attachment Pages"
763
  msgstr "Pages de pièce jointe"
764
 
765
- #: classes/display-conditions.php:485
766
  msgid "show on attachment pages"
767
  msgstr "afficher sur les pages de pièce jointe"
768
 
769
- #: classes/display-conditions.php:489
770
  msgid "Secondary Queries"
771
  msgstr "Requêtes secondaires"
772
 
773
- #: classes/display-conditions.php:490
774
  msgid "allow ads in secondary queries"
775
  msgstr "autoriser les pubs dans les requêtes secondaires"
776
 
777
- #: classes/visitor-conditions.php:32
778
- msgid "mobile device"
779
- msgstr "appareil mobile"
780
-
781
  #: classes/visitor-conditions.php:33
782
  msgid "Display ads only on mobile devices or hide them."
783
  msgstr "Afficher les pubs uniquement sur les appareils mobiles ou les masquer."
@@ -790,59 +1270,59 @@ msgstr "visiteur connecté"
790
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
791
  msgstr "Si le visiteur doit se connecter ou non afin de voir les pubs."
792
 
793
- #: classes/visitor-conditions.php:107
794
  msgid "Manual and Troubleshooting"
795
  msgstr "Manuel et dépannage"
796
 
797
- #: classes/visitor-conditions.php:136
798
  msgid "equal"
799
  msgstr "égal"
800
 
801
- #: classes/visitor-conditions.php:137
802
  msgid "equal or higher"
803
  msgstr "égal ou supérieur"
804
 
805
- #: classes/visitor-conditions.php:138
806
  msgid "equal or lower"
807
  msgstr "égal ou inférieur"
808
 
809
- #: classes/visitor-conditions.php:168
810
  msgid "contains"
811
  msgstr "contient"
812
 
813
- #: classes/visitor-conditions.php:169
814
  msgid "starts with"
815
  msgstr "commence par"
816
 
817
- #: classes/visitor-conditions.php:170
818
  msgid "ends with"
819
  msgstr "finit par"
820
 
821
- #: classes/visitor-conditions.php:171
822
  msgid "matches"
823
  msgstr "correspond"
824
 
825
- #: classes/visitor-conditions.php:172
826
  msgid "matches regex"
827
  msgstr "expression régulière correspondante"
828
 
829
- #: classes/visitor-conditions.php:173
830
  msgid "does not contain"
831
  msgstr "ne contient pas"
832
 
833
- #: classes/visitor-conditions.php:174
834
  msgid "does not start with"
835
  msgstr "ne commence pas par"
836
 
837
- #: classes/visitor-conditions.php:175
838
  msgid "does not end with"
839
  msgstr "ne se termine pas par"
840
 
841
- #: classes/visitor-conditions.php:176
842
  msgid "does not match"
843
  msgstr "ne correspond pas"
844
 
845
- #: classes/visitor-conditions.php:177
846
  msgid "does not match regex"
847
  msgstr "expression régulière non-correspondante"
848
 
@@ -850,298 +1330,302 @@ msgstr "expression régulière non-correspondante"
850
  msgid "Display Ads and Ad Groups."
851
  msgstr "Afficher des pubs et des groupes de pubs."
852
 
853
- #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:75
854
  msgid "--empty--"
855
  msgstr "--vide--"
856
 
857
- #: classes/widget.php:69 admin/includes/class-menu.php:72
858
- #: admin/includes/class-shortcode-creator.php:91 admin/views/placements.php:19
859
  #: modules/import-export/views/page.php:25
860
  msgid "Placements"
861
  msgstr "Placements"
862
 
863
- #: classes/widget.php:76 admin/includes/class-menu.php:67
864
- #: admin/includes/class-shortcode-creator.php:84 admin/views/placements.php:76
865
- #: admin/views/placements.php:182
866
  msgid "Ad Groups"
867
  msgstr "Groupes de pubs"
868
 
869
- #: classes/widget.php:83 public/class-advanced-ads.php:590
870
- #: admin/includes/class-menu.php:56 admin/includes/class-menu.php:56
871
- #: admin/includes/class-shortcode-creator.php:77
872
- #: admin/views/ad-group-list-form-row.php:28
873
- #: admin/views/ad-group-list-header.php:5 admin/views/placements.php:83
874
- #: admin/views/placements.php:189 modules/import-export/views/page.php:23
875
  msgid "Ads"
876
  msgstr "Pubs"
877
 
878
- #: public/class-advanced-ads.php:309
879
  msgid "Advanced Ads Error following:"
880
  msgstr "Erreur d’Advanced Ads suivante :"
881
 
882
- #: public/class-advanced-ads.php:312
 
883
  msgid "Advanced Ads Error: %s"
884
  msgstr "Erreur Advanced Ads: %s"
885
 
886
- #: public/class-advanced-ads.php:553
887
  msgctxt "ad group general name"
888
  msgid "Ad Groups"
889
  msgstr "Groupes de pubs"
890
 
891
- #: public/class-advanced-ads.php:554
892
- msgctxt "ad group singular name"
893
- msgid "Ad Group"
894
- msgstr "Groupe de pubs"
895
-
896
- #: public/class-advanced-ads.php:555
897
  msgid "Search Ad Groups"
898
  msgstr "Rechercher des groupes de pubs"
899
 
900
- #: public/class-advanced-ads.php:556
901
  msgid "All Ad Groups"
902
  msgstr "Tous les groupes de pubs"
903
 
904
- #: public/class-advanced-ads.php:557
905
  msgid "Parent Ad Groups"
906
  msgstr "Groupes de pubs parents"
907
 
908
- #: public/class-advanced-ads.php:558
909
  msgid "Parent Ad Groups:"
910
  msgstr "Groupes de pubs parents :"
911
 
912
- #: public/class-advanced-ads.php:559
913
  msgid "Edit Ad Group"
914
  msgstr "Modifier le groupe de pubs"
915
 
916
- #: public/class-advanced-ads.php:560
917
  msgid "Update Ad Group"
918
  msgstr "Mettre à jour le groupe de pubs"
919
 
920
- #: public/class-advanced-ads.php:561
921
  msgid "Add New Ad Group"
922
  msgstr "Ajouter un nouveau groupe de pubs"
923
 
924
- #: public/class-advanced-ads.php:562
925
  msgid "New Ad Groups Name"
926
  msgstr "Nouveau nom de groupes de pubs"
927
 
928
- #: public/class-advanced-ads.php:563 admin/includes/class-menu.php:67
929
  #: modules/import-export/views/page.php:24
930
  msgid "Groups"
931
  msgstr "Groupes"
932
 
933
- #: public/class-advanced-ads.php:564
934
  msgid "No Ad Group found"
935
  msgstr "Aucun groupe de pubs trouvé"
936
 
937
- #: public/class-advanced-ads.php:591 admin/views/ad-group-list-form-row.php:31
938
- msgid "Ad"
939
- msgstr "Pub"
940
-
941
- #: public/class-advanced-ads.php:592 public/class-advanced-ads.php:596
942
- #: admin/includes/class-menu.php:62 admin/views/ad-group-list-form-row.php:45
943
  msgid "New Ad"
944
  msgstr "Nouvelle pub"
945
 
946
- #: public/class-advanced-ads.php:593 admin/includes/class-menu.php:62
947
  msgid "Add New Ad"
948
  msgstr "Ajouter une nouvelle pub"
949
 
950
- #: public/class-advanced-ads.php:594
951
- #: admin/includes/class-ad-groups-list.php:302
952
  #: modules/import-export/classes/import.php:143
953
  #: modules/import-export/classes/import.php:183
954
  #: modules/import-export/classes/import.php:559
955
  msgid "Edit"
956
  msgstr "Éditer"
957
 
958
- #: public/class-advanced-ads.php:595
959
  msgid "Edit Ad"
960
  msgstr "Modifier la pub"
961
 
962
- #: public/class-advanced-ads.php:597
963
  msgid "View"
964
  msgstr "Voir"
965
 
966
- #: public/class-advanced-ads.php:598
967
  msgid "View the Ad"
968
  msgstr "Voir la pub"
969
 
970
- #: public/class-advanced-ads.php:599
971
  msgid "Search Ads"
972
  msgstr "Rechercher des pubs"
973
 
974
- #: public/class-advanced-ads.php:600
975
  msgid "No Ads found"
976
  msgstr "Aucune pub n’a été trouvée"
977
 
978
- #: public/class-advanced-ads.php:601
979
  msgid "No Ads found in Trash"
980
  msgstr "Aucune pub n’a été trouvée dans la corbeille"
981
 
982
- #: public/class-advanced-ads.php:602
983
  msgid "Parent Ad"
984
  msgstr "Pub parente"
985
 
986
- #: admin/includes/class-ad-groups-list.php:165
987
  msgid "Ad weight"
988
  msgstr "Poids de la pub"
989
 
990
- #: admin/includes/class-ad-groups-list.php:173
991
  #: admin/views/ad-list-timing-column.php:4
 
992
  msgid "starts %s"
993
  msgstr "commence le %s"
994
 
995
- #: admin/includes/class-ad-groups-list.php:192
996
  #: admin/views/ad-list-timing-column.php:21
 
997
  msgid "expires %s"
998
  msgstr "Expire le %s"
999
 
1000
- #: admin/includes/class-ad-groups-list.php:194
1001
  #: admin/views/ad-list-timing-column.php:23
 
1002
  msgid "<strong>expired</strong> %s"
1003
  msgstr "<strong>expiré</strong> %s"
1004
 
1005
- #: admin/includes/class-ad-groups-list.php:207
1006
  msgid "all published ads are displayed"
1007
  msgstr "toutes les pubs publiées sont affichées"
1008
 
1009
- #: admin/includes/class-ad-groups-list.php:209
 
1010
  msgid "up to %d ads displayed"
1011
  msgstr "jusqu’à %d pubs affichées"
1012
 
1013
- #: admin/includes/class-ad-groups-list.php:212
1014
  msgid "No ads assigned"
1015
  msgstr "Aucune pub assignée"
1016
 
1017
- #: admin/includes/class-ad-groups-list.php:278
1018
  msgid "Random ads"
1019
  msgstr "Pubs aléatoires"
1020
 
1021
- #: admin/includes/class-ad-groups-list.php:279
1022
  msgid "Display random ads based on ad weight"
1023
  msgstr "Afficher des pubs aléatoirement selon le poids de la pub"
1024
 
1025
- #: admin/includes/class-ad-groups-list.php:282
1026
  msgid "Ordered ads"
1027
  msgstr "Pubs ordonnées"
1028
 
1029
- #: admin/includes/class-ad-groups-list.php:283
1030
  msgid "Display ads with the highest ad weight first"
1031
  msgstr "Afficher les pubs avec le poids le plus élevé tout d’abord"
1032
 
1033
- #: admin/includes/class-ad-groups-list.php:303
1034
  msgid "Usage"
1035
  msgstr "Utilisation"
1036
 
1037
- #: admin/includes/class-ad-groups-list.php:333
1038
  msgid "Invalid Ad Group"
1039
  msgstr "Groupe de pubs invalide."
1040
 
1041
- #: admin/includes/class-ad-groups-list.php:338
1042
  msgid "You don’t have permission to change the ad groups"
1043
  msgstr "Vous n’avez pas l’autorisation de modifier les groupes de pubs"
1044
 
1045
- #: admin/includes/class-ad-type.php:79 admin/includes/class-ad-type.php:84
1046
  msgid "Ad Details"
1047
  msgstr "Détails de la pub"
1048
 
1049
- #: admin/includes/class-ad-type.php:80 admin/includes/class-ad-type.php:85
1050
  msgid "Ad Planning"
1051
  msgstr "Planification de la pub"
1052
 
1053
- #: admin/includes/class-ad-type.php:182
1054
  msgid "expired"
1055
  msgstr "expiré"
1056
 
1057
- #: admin/includes/class-ad-type.php:183
1058
  msgid "any expiry date"
1059
  msgstr "toute date d’expiration"
1060
 
1061
- #: admin/includes/class-ad-type.php:184
1062
  msgid "planned"
1063
  msgstr "planifiée(s)"
1064
 
1065
- #: admin/includes/class-ad-type.php:487 admin/includes/class-ad-type.php:488
1066
  msgid "Ad updated."
1067
  msgstr "Pub mise à jour."
1068
 
1069
  #. translators: %s: date and time of the revision
1070
- #: admin/includes/class-ad-type.php:490
 
1071
  msgid "Ad restored to revision from %s"
1072
  msgstr "Pub restaurée à partir de la révision du %s"
1073
 
1074
- #: admin/includes/class-ad-type.php:491
1075
  msgid "Ad published."
1076
  msgstr "Pub publiée."
1077
 
1078
- #: admin/includes/class-ad-type.php:492
1079
  msgid "Ad saved."
1080
  msgstr "Pub enregistrée."
1081
 
1082
- #: admin/includes/class-ad-type.php:493
1083
  msgid "Ad submitted."
1084
  msgstr "Pub soumise."
1085
 
1086
- #: admin/includes/class-ad-type.php:495
 
1087
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1088
  msgstr "Pub programmée pour: <strong>%1$s.</strong>"
1089
 
1090
  #. translators: Publish box date format, see http://php.net/date
1091
- #: admin/includes/class-ad-type.php:497
1092
  msgid "M j, Y @ G:i"
1093
  msgstr "M j, Y @ G:i"
1094
 
1095
- #: admin/includes/class-ad-type.php:499
1096
  msgid "Ad draft updated."
1097
  msgstr "Brouillon de la pub mis à jour."
1098
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1099
  #: admin/includes/class-menu.php:52
1100
  msgid "Overview"
1101
  msgstr "Aperçu"
1102
 
1103
- #: admin/includes/class-menu.php:72
1104
  msgid "Ad Placements"
1105
  msgstr "Emplacements de la pub"
1106
 
1107
- #: admin/includes/class-menu.php:76
1108
  msgid "Advanced Ads Settings"
1109
  msgstr "Réglages d’Advanced Ads"
1110
 
1111
- #: admin/includes/class-menu.php:76 admin/views/debug.php:10
1112
  msgid "Settings"
1113
  msgstr "Réglages"
1114
 
1115
- #: admin/includes/class-menu.php:79
1116
  msgid "Advanced Ads Debugging"
1117
  msgstr "Débogage Advanced Ads"
1118
 
1119
- #: admin/includes/class-menu.php:79
1120
  msgid "Debug"
1121
  msgstr "Débogage"
1122
 
1123
- #: admin/includes/class-menu.php:83 admin/includes/class-menu.php:83
1124
- msgid "Advanced Ads Intro"
1125
- msgstr "Introduction à Advanced Ads"
1126
-
1127
- #: admin/includes/class-menu.php:199
1128
- msgid "Please enter a message"
1129
- msgstr "Veuillez saisir un message"
1130
-
1131
- #: admin/includes/class-menu.php:209
1132
- msgid "Email could NOT be sent. Please contact us directly at %s."
1133
- msgstr ""
1134
- "L’email n’a pas pu être envoyé. Veuillez nous contacter directement à %s."
1135
-
1136
- #: admin/includes/class-menu.php:212
1137
- msgid "Please enter a valid email address"
1138
- msgstr "Veuillez entrer un Email valide"
1139
-
1140
- #: admin/includes/class-menu.php:238 admin/includes/class-menu.php:265
1141
  msgid "Sorry, you are not allowed to access this feature."
1142
  msgstr "Désolé, vous n’êtes pas autorisé à accéder à cette fonctionnalité."
1143
 
1144
- #: admin/includes/class-menu.php:251
1145
  msgid ""
1146
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1147
  "deleted?"
@@ -1161,53 +1645,47 @@ msgstr "Paramètres de pub"
1161
  msgid "Layout / Output"
1162
  msgstr "Mise en page / sortie"
1163
 
1164
- #: admin/includes/class-meta-box.php:65
1165
- msgid "Display Conditions"
1166
- msgstr "Conditions d’affichage"
1167
-
1168
- #: admin/includes/class-meta-box.php:68
1169
- msgid "Visitor Conditions"
1170
- msgstr "Conditions de visiteur"
1171
-
1172
- #: admin/includes/class-meta-box.php:125 admin/includes/class-meta-box.php:136
1173
- #: admin/includes/class-meta-box.php:141 admin/includes/class-settings.php:409
1174
  #: admin/views/ad-output-metabox.php:51
1175
  msgid "Manual"
1176
  msgstr "Manuel"
1177
 
1178
- #: admin/includes/class-meta-box.php:196
1179
  msgid "Ad Settings"
1180
  msgstr "Paramètres de la pub"
1181
 
1182
- #: admin/includes/class-meta-box.php:298 admin/views/overview.php:23
1183
  msgid "Ads Dashboard"
1184
  msgstr "Tableau de bord des pubs"
1185
 
1186
- #: admin/includes/class-meta-box.php:310
1187
  msgid "From the ad optimization universe"
1188
  msgstr "De l’univers d’optimisation de pub"
1189
 
1190
- #: admin/includes/class-meta-box.php:319
1191
  msgid "Advanced Ads Tutorials"
1192
  msgstr "Tutoriels Advanced Ads"
1193
 
1194
- #: admin/includes/class-meta-box.php:330
 
1195
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1196
  msgstr "%d pubs – <a href=\"%s\">gérer</a> – <a href=\"%s\">nouveau</a>"
1197
 
1198
- #: admin/includes/class-meta-box.php:341
1199
  msgid "plugin manual and homepage"
1200
  msgstr "Page d’accueil et manuel du plugin"
1201
 
1202
- #: admin/includes/class-meta-box.php:348
1203
  msgid "Get the tutorial via email"
1204
  msgstr "Téléchargez le tutoriel par e-mail"
1205
 
1206
- #: admin/includes/class-meta-box.php:355
1207
  msgid "Get AdSense tips via email"
1208
  msgstr "Recevez des conseils de Adsense par e-mail"
1209
 
1210
- #: admin/includes/class-notices.php:412
 
1211
  msgid ""
1212
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
1213
  "target=\"_blank\">this form</a> to sign up."
@@ -1215,14 +1693,15 @@ msgstr ""
1215
  "Vous ne semblez pas avoir une adresse e-mail. Veuillez utiliser <a "
1216
  "href=\"%s\" target=\"_blank\">ce formulaire</a> pour vous inscrire."
1217
 
1218
- #: admin/includes/class-notices.php:430
1219
  msgid ""
1220
  "How embarrassing. The email server seems to be down. Please try again later."
1221
  msgstr ""
1222
  "Quelle honte. Le serveur de messagerie semble être à l’arrêt. Veuillez "
1223
  "réessayer ultérieurement."
1224
 
1225
- #: admin/includes/class-notices.php:435
 
1226
  msgid ""
1227
  "Please check your email (%s) for the confirmation message. If you didn’t "
1228
  "receive one or want to use another email address then please use <a "
@@ -1292,8 +1771,7 @@ msgstr ""
1292
  "AdSense</strong> et Advanced Ads via la newsletter du groupe dédié."
1293
 
1294
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1295
- #: admin/views/intro.php:73 admin/views/notices/inline.php:3
1296
- #: admin/views/notices/subscribe.php:3
1297
  msgid "Subscribe me now"
1298
  msgstr "Inscrivez-moi maintenant"
1299
 
@@ -1307,7 +1785,7 @@ msgstr ""
1307
  msgid "Send it now"
1308
  msgstr "Envoyer maintenant"
1309
 
1310
- #: admin/includes/class-overview-widgets.php:126 admin/views/intro.php:78
1311
  msgid "Create your first ad"
1312
  msgstr "Créez votre première pub"
1313
 
@@ -1339,18 +1817,22 @@ msgid "Next steps"
1339
  msgstr "Prochaines étapes"
1340
 
1341
  #: admin/includes/class-overview-widgets.php:153
 
1342
  msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
1343
  msgstr "<a href=\"%s\" target=\"_blank\">Manuel</a>"
1344
 
1345
  #: admin/includes/class-overview-widgets.php:154
 
1346
  msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
1347
  msgstr "<a href=\"%s\" target=\"_blank\">FAQ et Support</a>"
1348
 
1349
  #: admin/includes/class-overview-widgets.php:155
 
1350
  msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
1351
  msgstr "Votez pour une <a href=\"%s\" target=\"_blank\">fonctionnalité</a>"
1352
 
1353
  #: admin/includes/class-overview-widgets.php:156
 
1354
  msgid ""
1355
  "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
1356
  "href=\"%s\" target=\"_blank\">wordpress.org</a>"
@@ -1367,6 +1849,7 @@ msgstr ""
1367
  "personnalisé sur votre site ? Demandez-moi un devis."
1368
 
1369
  #: admin/includes/class-overview-widgets.php:166
 
1370
  msgid "Help with ads on %s"
1371
  msgstr "Aide sur les pubs activée %s"
1372
 
@@ -1499,7 +1982,7 @@ msgstr "Obtenir le module « Slider add-on »"
1499
  msgid "General"
1500
  msgstr "Général"
1501
 
1502
- #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:182
1503
  msgid "Licenses"
1504
  msgstr "Licences"
1505
 
@@ -1523,57 +2006,57 @@ msgstr "Injection de pub illimitée"
1523
  msgid "Priority of content injection filter"
1524
  msgstr "Filtre de priorité d’injection de contenu"
1525
 
1526
- #: admin/includes/class-settings.php:110
1527
  msgid "Hide ads from bots"
1528
  msgstr "Cacher les publicités aux robots"
1529
 
1530
- #: admin/includes/class-settings.php:118
1531
  msgid "Disable notices"
1532
  msgstr "Désactiver les avis"
1533
 
1534
- #: admin/includes/class-settings.php:126
1535
  msgid "ID prefix"
1536
  msgstr "Préfixe ID"
1537
 
1538
- #: admin/includes/class-settings.php:134
1539
  msgid "Remove Widget ID"
1540
  msgstr "Supprimer le Widget ID"
1541
 
1542
- #: admin/includes/class-settings.php:142
1543
  msgid "Allow editors to manage ads"
1544
  msgstr "Permettre aux éditeurs de gérer des pubs"
1545
 
1546
- #: admin/includes/class-settings.php:238
1547
  msgid "(display to all)"
1548
  msgstr "(afficher à tous)"
1549
 
1550
- #: admin/includes/class-settings.php:239
1551
  msgid "Subscriber"
1552
  msgstr "Abonné"
1553
 
1554
- #: admin/includes/class-settings.php:240
1555
  msgid "Contributor"
1556
  msgstr "Contributeur"
1557
 
1558
- #: admin/includes/class-settings.php:241
1559
  msgid "Author"
1560
  msgstr "Auteur"
1561
 
1562
- #: admin/includes/class-settings.php:242
1563
  msgid "Editor"
1564
  msgstr "Éditeur"
1565
 
1566
- #: admin/includes/class-settings.php:243
1567
  msgid "Admin"
1568
  msgstr "Administrateur"
1569
 
1570
- #: admin/includes/class-settings.php:251
1571
  msgid "Choose the lowest role a user must have in order to not see any ads."
1572
  msgstr ""
1573
  "Choisissez le rôle le plus faible dont un utilisateur doit disposer afin de "
1574
  "ne pas voir de pubs."
1575
 
1576
- #: admin/includes/class-settings.php:265
1577
  msgid ""
1578
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1579
  "needs it."
@@ -1581,7 +2064,8 @@ msgstr ""
1581
  "<strong>avis: </strong>le fichier est actuellement activé par un module "
1582
  "complémentaire dont il a besoin."
1583
 
1584
- #: admin/includes/class-settings.php:268
 
1585
  msgid ""
1586
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
1587
  "here</a>). Some features and add-ons might override this setting if they "
@@ -1591,22 +2075,7 @@ msgstr ""
1591
  "here</a>). Certaines fonctionnalités et modules complémentaires peuvent "
1592
  "remplacer ce paramètre si elles ont besoin des fonctionnalités de ce fichier."
1593
 
1594
- #: admin/includes/class-settings.php:281
1595
- msgid ""
1596
- "Some plugins and themes trigger ad injection where it shouldn’t happen. "
1597
- "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1598
- "and outside the loop. However, this can cause problems with some themes. You "
1599
- "can enable this option if you don’t see ads or want to enable ad injections "
1600
- "on archive pages AT YOUR OWN RISK."
1601
- msgstr ""
1602
- "Certains plugins et thèmes place l’injection de la pub où il ne devrait pas. "
1603
- "Par conséquent, Advanced Ads ignore les placements injecté sur des pages non "
1604
- "singulière et en dehors de la boucle. Cependant, cela peut poser des "
1605
- "problèmes avec certains thèmes. Vous pouvez activer cette option si vous ne "
1606
- "voyez pas de pubs ou si vous désirez activer les injections de pub sur les "
1607
- "pages d’archives ceci À VOS PROPRE RISQUES."
1608
-
1609
- #: admin/includes/class-settings.php:297
1610
  msgid ""
1611
  "Please check your post content. A priority of 10 and below might cause "
1612
  "issues (wpautop function might run twice)."
@@ -1615,7 +2084,7 @@ msgstr ""
1615
  "pourrait causer des problèmes (la fonction « wpautop » pourrait s’exécuter "
1616
  "deux fois)."
1617
 
1618
- #: admin/includes/class-settings.php:299
1619
  msgid ""
1620
  "Play with this value in order to change the priority of the injected ads "
1621
  "compared to other auto injected elements in the post content."
@@ -1624,7 +2093,8 @@ msgstr ""
1624
  "par rapport aux autres éléments automatiquement injecté dans le contenu de "
1625
  "l’article."
1626
 
1627
- #: admin/includes/class-settings.php:313
 
1628
  msgid ""
1629
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1630
  "impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
@@ -1635,7 +2105,7 @@ msgstr ""
1635
  "robots lorsque vous utilisez l’ <a href=\"%s\" target=\"_blank\">Tracking "
1636
  "Add-On</a>."
1637
 
1638
- #: admin/includes/class-settings.php:314
1639
  msgid ""
1640
  "Disabling this option only makes sense if your ads contain content you want "
1641
  "to display to bots (like search engines) or your site is cached and bots "
@@ -1646,7 +2116,7 @@ msgstr ""
1646
  "est mis en cache et les robots pourraient créer une version mise en cache "
1647
  "sans les publicités."
1648
 
1649
- #: admin/includes/class-settings.php:327
1650
  msgid ""
1651
  "Disable internal notices like tips, tutorials, email newsletters and update "
1652
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -1657,7 +2127,7 @@ msgstr ""
1657
  "recommandé si vous exécutez déjà plusieurs blogs (multi-sites) avec Advanced "
1658
  "Ads."
1659
 
1660
- #: admin/includes/class-settings.php:344
1661
  msgid ""
1662
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1663
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -1668,7 +2138,7 @@ msgstr ""
1668
  "publicité</strong> marque ces blocs comme pubs.<br>Vous devrez peut-être "
1669
  "<strong>réécrire les règles css par la suite</strong>."
1670
 
1671
- #: admin/includes/class-settings.php:365
1672
  msgid ""
1673
  "Remove the ID attribute from widgets in order to not make them an easy "
1674
  "target of ad blockers."
@@ -1676,7 +2146,7 @@ msgstr ""
1676
  "Supprimer l’attribut ID des widgets pour ne pas qu’ils soient une cible "
1677
  "facile des bloqueurs de publicité."
1678
 
1679
- #: admin/includes/class-settings.php:368
1680
  msgid ""
1681
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1682
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
@@ -1684,11 +2154,12 @@ msgstr ""
1684
  "Si cochée, l’Avanced Ads Widget ne fonctionnera pas avec l’option fixe du "
1685
  "plugin <strong>Q2W3 Fixed Widget</strong> ."
1686
 
1687
- #: admin/includes/class-settings.php:390
1688
  msgid "Allow editors to also manage and publish ads."
1689
  msgstr "Permettre aussi aux éditeurs de gérer et publier des pubs."
1690
 
1691
- #: admin/includes/class-settings.php:391
 
1692
  msgid ""
1693
  "You can assign different ad-related roles on a user basis with <a "
1694
  "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
@@ -1696,14 +2167,6 @@ msgstr ""
1696
  "Vous pouvez assigner différents rôles liés à la pub sur une base "
1697
  "d’utilisateur avec <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1698
 
1699
- #: admin/includes/notices.php:9
1700
- msgid ""
1701
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1702
- "Steps</a>."
1703
- msgstr ""
1704
- "Advanced Ads installé avec succès. Jetez un oeil sur les <a href=\"%s\">"
1705
- "Premières étapes</a>."
1706
-
1707
  #: admin/includes/notices.php:15
1708
  msgid ""
1709
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
@@ -1746,11 +2209,13 @@ msgstr ""
1746
  "manquant ou incorrect</strong>."
1747
 
1748
  #: admin/includes/notices.php:41
 
1749
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
1750
  msgstr ""
1751
  "S’il vous plaît ajoutez des clés de licences valides <a href=\"%s\">ici</a>."
1752
 
1753
  #: admin/includes/notices.php:47
 
1754
  msgid ""
1755
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1756
  "soon</strong>. Don’t risk to lose support and updates and renew your license "
@@ -1763,6 +2228,7 @@ msgstr ""
1763
  "significatif sur <a href=\"%s\" target=\"_blank\">la page Add-on</a>."
1764
 
1765
  #: admin/includes/notices.php:53
 
1766
  msgid ""
1767
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1768
  "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
@@ -1773,6 +2239,7 @@ msgstr ""
1773
  "licence</a> pour plus d’informations."
1774
 
1775
  #: admin/includes/notices.php:59
 
1776
  msgid ""
1777
  "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
1778
  "review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
@@ -1792,6 +2259,7 @@ msgstr ""
1792
  "org</a>.</p><p><em>Thomas</em>"
1793
 
1794
  #: admin/includes/notices.php:65
 
1795
  msgid ""
1796
  "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
1797
  "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
@@ -1817,14 +2285,9 @@ msgctxt "shortcode creator"
1817
  msgid "Cancel"
1818
  msgstr "Annuler"
1819
 
1820
- #: admin/views/ad-display-metabox.php:6
1821
- msgid "Set Display Conditions to allow or hide the ad on specific pages."
1822
- msgstr ""
1823
- "Fixer les Conditions d’affichage afin d’autoriser ou de cacher la publicité "
1824
- "sur des pages spécifiques."
1825
-
1826
- #: admin/views/ad-display-metabox.php:8
1827
  #: admin/views/notices/jqueryui_error.php:2
 
1828
  msgid ""
1829
  "There might be a problem with layouts and scripts in your dashboard. Please "
1830
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
@@ -1833,21 +2296,20 @@ msgstr ""
1833
  "votre tableau de bord. Veuillez consulter <a href=\"%s\" target=\"_blank\">"
1834
  "cet article pour en savoir plus</a>."
1835
 
1836
- #: admin/views/ad-display-metabox.php:66
1837
  msgid "If you want to display the ad everywhere, don't do anything here. "
1838
  msgstr "Si vous souhaitez afficher la publicité partout, ne faites rien ici. "
1839
 
1840
- #: admin/views/ad-display-metabox.php:69 admin/views/ad-visitor-metabox.php:34
1841
  msgid "New condition"
1842
  msgstr "Nouvelle condition"
1843
 
1844
- #: admin/views/ad-display-metabox.php:72 admin/views/ad-visitor-metabox.php:37
1845
  msgid "-- choose a condition --"
1846
  msgstr "—Choisissez une condition—"
1847
 
1848
- #: admin/views/ad-display-metabox.php:77
1849
- #: admin/views/ad-group-list-form-row.php:52
1850
- #: admin/views/ad-visitor-metabox.php:42
1851
  msgid "add"
1852
  msgstr "ajouter"
1853
 
@@ -1866,51 +2328,43 @@ msgstr "Créer un nouveau groupe"
1866
  msgid "Update"
1867
  msgstr "Mettre à jour"
1868
 
1869
- #: admin/views/ad-group-list-form-row.php:3 admin/views/placements.php:25
 
 
 
 
1870
  msgid "Name"
1871
  msgstr "Nom"
1872
 
1873
- #: admin/views/ad-group-list-form-row.php:5
1874
- msgid "Description"
1875
- msgstr "Description"
1876
-
1877
- #: admin/views/ad-group-list-form-row.php:7 admin/views/placements.php:24
1878
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1879
  msgid "Type"
1880
  msgstr "Type"
1881
 
1882
- #: admin/views/ad-group-list-form-row.php:16
1883
- msgid "Number of visible ads"
1884
- msgstr "Nombre de pubs visibles"
1885
-
1886
- #: admin/views/ad-group-list-form-row.php:22
1887
  msgctxt "option to display all ads in an ad groups"
1888
  msgid "all"
1889
  msgstr "toutes"
1890
 
1891
- #: admin/views/ad-group-list-form-row.php:25
1892
  msgid "Number of ads that are visible at the same time"
1893
  msgstr "Nombre de pubs qui sont visibles en même temps"
1894
 
1895
- #: admin/views/ad-group-list-form-row.php:32
1896
- msgid "weight"
1897
- msgstr "poids"
1898
-
1899
  #: admin/views/ad-group-list-header.php:4
1900
  msgid "Details"
1901
  msgstr " Détails"
1902
 
1903
- #: admin/views/ad-group-list-row.php:8 admin/views/ad-group.php:63
1904
- #: admin/views/ad-info.php:3 admin/views/placements.php:61
1905
  msgid "shortcode"
1906
  msgstr "shortcode"
1907
 
1908
- #: admin/views/ad-group-list-row.php:11 admin/views/ad-group.php:66
1909
- #: admin/views/placements.php:64
1910
  msgid "template"
1911
  msgstr "modèle"
1912
 
1913
  #: admin/views/ad-group-list-row.php:14
 
1914
  msgid ""
1915
  "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
1916
  "manual</a>."
@@ -1919,10 +2373,12 @@ msgstr ""
1919
  "target=\"_blank\">Manuel</a>."
1920
 
1921
  #: admin/views/ad-group-list-row.php:19
 
1922
  msgid "Type: %s"
1923
  msgstr "Type: %s"
1924
 
1925
  #: admin/views/ad-group-list-row.php:20
 
1926
  msgid "ID: %s"
1927
  msgstr "ID: %s"
1928
 
@@ -1931,6 +2387,7 @@ msgid "Ad Groups successfully updated"
1931
  msgstr "Groupes de pubs mis à jour avec succès"
1932
 
1933
  #: admin/views/ad-group.php:46
 
1934
  msgid "Search results for &#8220;%s&#8221;"
1935
  msgstr "Résultats de recherche pour &#8220;%s&#8221;"
1936
 
@@ -1947,31 +2404,12 @@ msgstr ""
1947
  "d’informatif. Non seulement un groupes de pubs peut avoir des pubs multiples,"
1948
  " mais une pub peut aussi appartenir à plusieurs groupes de pubs."
1949
 
1950
- #: admin/views/ad-group.php:60
1951
- msgid "How to display an Ad Group?"
1952
- msgstr "Comment afficher un groupe de pubs ?"
1953
-
1954
- #: admin/views/ad-group.php:62
1955
- msgid ""
1956
- "Examples on how to display an ad group? Find more help and examples in the "
1957
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1958
- msgstr ""
1959
- "Exemples sur la façon d’afficher un groupe de pubs? Trouver plus d’aide et "
1960
- "des exemples dans le <a href=\"%s\" target=\"_blank\">Manuel</a>"
1961
-
1962
- #: admin/views/ad-group.php:64
1963
- msgid "To display an ad group with the ID 6 in content fields"
1964
- msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les champs de contenu"
1965
-
1966
- #: admin/views/ad-group.php:67
1967
- msgid "To display an ad group with the ID 6 in template files"
1968
- msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les fichiers modèles"
1969
-
1970
- #: admin/views/ad-group.php:87
1971
  msgid "Update Groups"
1972
  msgstr "Mettre à jour les Groupes"
1973
 
1974
  #: admin/views/ad-info-top.php:54
 
1975
  msgid ""
1976
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1977
  "target=\"_blank\">manual</a>."
@@ -1980,6 +2418,7 @@ msgstr ""
1980
  "target=\"_blank\">Manuel</a>."
1981
 
1982
  #: admin/views/ad-info.php:2
 
1983
  msgid "Ad Id: %s"
1984
  msgstr "Id de la pub: %s"
1985
 
@@ -1988,6 +2427,7 @@ msgid "theme function"
1988
  msgstr "fonction du thème"
1989
 
1990
  #: admin/views/ad-info.php:7
 
1991
  msgid ""
1992
  "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1993
  msgstr ""
@@ -2031,6 +2471,7 @@ msgid "Everything connected to the ads layout and output."
2031
  msgstr "Tout ce qui est lié à la l’agencement et à la sortie des pubs."
2032
 
2033
  #: admin/views/ad-output-metabox.php:4
 
2034
  msgid "Position"
2035
  msgstr "Position"
2036
 
@@ -2038,19 +2479,29 @@ msgstr "Position"
2038
  msgid "- default -"
2039
  msgstr "- par défaut -"
2040
 
2041
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:54
 
 
 
 
2042
  msgid "default"
2043
  msgstr "défaut"
2044
 
2045
  #: admin/views/ad-output-metabox.php:8
 
 
2046
  msgid "left"
2047
  msgstr "gauche"
2048
 
2049
  #: admin/views/ad-output-metabox.php:11
 
 
2050
  msgid "center"
2051
  msgstr "centre"
2052
 
2053
  #: admin/views/ad-output-metabox.php:14
 
 
2054
  msgid "right"
2055
  msgstr "droite"
2056
 
@@ -2117,17 +2568,19 @@ msgid "Set expiry date"
2117
  msgstr "Date d’expiration"
2118
 
2119
  #: admin/views/ad-submitbox-meta.php:16
 
2120
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
2121
  msgid "%1$s-%2$s"
2122
  msgstr "%1$s-%2$s"
2123
 
2124
  #: admin/views/ad-submitbox-meta.php:29
 
2125
  msgctxt ""
2126
  "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
2127
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2128
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2129
 
2130
- #: admin/views/ad-visitor-metabox.php:4
2131
  msgid ""
2132
  "Display conditions that are based on the user. Use with caution on cached "
2133
  "websites."
@@ -2135,7 +2588,7 @@ msgstr ""
2135
  "Afficher les conditions qui sont basées sur l’utilisateur. Utilisez avec "
2136
  "prudence sur les sites Web mis en cache."
2137
 
2138
- #: admin/views/ad-visitor-metabox.php:28
2139
  msgid ""
2140
  "Visitor conditions limit the number of users who can see your ad. There is "
2141
  "no need to set visitor conditions if you want all users to see the ad."
@@ -2144,7 +2597,8 @@ msgstr ""
2144
  "voir votre pub. Il n’y a pas besoin de définir des conditions de visiteur si "
2145
  "vous souhaitez que tous les utilisateurs voient cette pub."
2146
 
2147
- #: admin/views/ad-visitor-metabox.php:30
 
2148
  msgid ""
2149
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2150
  "Pro</a> if dynamic features get cached."
@@ -2153,7 +2607,8 @@ msgstr ""
2153
  "target=\"_blank\">Advanced Ads Pro</a> si les fonctionnalités dynamiques "
2154
  "sont mises en cache."
2155
 
2156
- #: admin/views/ad-visitor-metabox.php:47
 
2157
  msgid ""
2158
  "Define the exact browser width for which an ad should be visible using the "
2159
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
@@ -2161,7 +2616,7 @@ msgstr ""
2161
  "Définir la largeur exacte de navigateur pour lequel une pub doit être "
2162
  "visible à l’aide du <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2163
 
2164
- #: admin/views/ad-visitor-metabox.php:94
2165
  msgid ""
2166
  "The visitor conditions below are deprecated. Please use the new version of "
2167
  "visitor conditions to replace it."
@@ -2169,19 +2624,19 @@ msgstr ""
2169
  "Les conditions des visiteurs ci-dessous sont obsolètes. S’il vous plaît "
2170
  "utiliser la nouvelle version des conditions des visiteurs pour le remplacer."
2171
 
2172
- #: admin/views/ad-visitor-metabox.php:100
2173
  msgid "Display on all devices"
2174
  msgstr "Afficher sur tous les appareils"
2175
 
2176
- #: admin/views/ad-visitor-metabox.php:104
2177
  msgid "only on mobile devices"
2178
  msgstr "seulement sur les appareils mobiles"
2179
 
2180
- #: admin/views/ad-visitor-metabox.php:108
2181
  msgid "not on mobile devices"
2182
  msgstr "pas sur les appareils mobiles"
2183
 
2184
- #: admin/views/debug.php:6 admin/views/settings.php:49
2185
  msgid "Debug Page"
2186
  msgstr "Page de débogage"
2187
 
@@ -2189,145 +2644,33 @@ msgstr "Page de débogage"
2189
  msgid "Work in progress"
2190
  msgstr "Travail en cours"
2191
 
2192
- #: admin/views/feedback_disable.php:3
2193
- msgid "Thank you for helping to improve Advanced Ads."
2194
- msgstr "Merci de nous aider à améliorer Advanced Ads."
2195
-
2196
- #: admin/views/feedback_disable.php:4
2197
- msgid ""
2198
- "Your feedback will motivates me to work harder towards a professional ad "
2199
- "management solution."
2200
- msgstr ""
2201
- "Vos commentaires vont me motiver à travailler plus fort vers une solution de "
2202
- "gestion professionnelle de pubs."
2203
-
2204
- #: admin/views/feedback_disable.php:5
2205
  msgid "Why did you decide to disable Advanced Ads?"
2206
  msgstr "Pourquoi avez-vous décidé de désactiver Advanced Ads?"
2207
 
2208
- #: admin/views/feedback_disable.php:7
2209
- msgid "I stopped showing ads on my site"
2210
- msgstr "J’ai arrêté la diffusion de pubs sur mon site"
2211
-
2212
- #: admin/views/feedback_disable.php:8
2213
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
2214
- msgstr "Il manque une fonctionnalité ou un <a href=\"%s\">Add-on</a>"
2215
-
2216
- #: admin/views/feedback_disable.php:9
2217
- msgid "I have a technical problem"
2218
- msgstr "J’ai un problème technique"
2219
-
2220
- #: admin/views/feedback_disable.php:10
2221
  msgid "other reason"
2222
  msgstr "autre raison"
2223
 
2224
- #: admin/views/feedback_disable.php:12
2225
  msgid "Please specify, if possible"
2226
  msgstr "Veuillez préciser, si possible"
2227
 
2228
- #: admin/views/feedback_disable.php:13
2229
- msgid "What would be a reason to return to Advanced Ads?"
2230
- msgstr "Quelle serait une raison de revenir à Advanced Ads?"
2231
-
2232
- #: admin/views/intro.php:18
2233
- msgid "5-Star Usability"
2234
- msgstr "5 étoiles pour la facilité d’utilisation"
2235
-
2236
- #: admin/views/intro.php:19
2237
- msgid ""
2238
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
2239
- "standards. If you know how to publish a post then you know how to create an "
2240
- "ad."
2241
- msgstr ""
2242
- "Advanced Ads est puissant et facile à utiliser, car il est construit sur les "
2243
- "normes et standards de WordPress. Si vous savez comment faire pour publier "
2244
- "un billet, alors vous savez comment créer une pub."
2245
-
2246
- #: admin/views/intro.php:23
2247
- msgid "5-Star Support"
2248
- msgstr "5 étoiles pour le support"
2249
-
2250
- #: admin/views/intro.php:24
2251
- msgid ""
2252
- "I promise you the best supported ad management plugin for WordPress. Whether "
2253
- "a pro user or not, you can reach me easily through the support page, in the "
2254
- "chat on the homepage or replying to a newsletter."
2255
- msgstr ""
2256
- "Je vous promets le plugin de gestion de pubs pour WordPress avec le meilleur "
2257
- "support. Utilisateur pro ou pas, vous pouvez me joindre facilement par le "
2258
- "biais de la page de support, dans le chat sur la page d’accueil ou en "
2259
- "réponse à une newsletter."
2260
-
2261
- #: admin/views/intro.php:28
2262
- msgid "5-Star Experience"
2263
- msgstr "5 étoiles pour l’expérience"
2264
-
2265
- #: admin/views/intro.php:29
2266
- msgid ""
2267
- "Advanced Ads was built out of my own experience. I am personally using it to "
2268
- "serve millions of ad impressions per month and constantly test new ways to "
2269
- "optimize ad settings."
2270
- msgstr ""
2271
- "Advanced Ads a été conçu de ma propre expérience. Je l’utilise "
2272
- "personnellement pour servir des millions d’impressions de pubs par mois et "
2273
- "sans cesse tester de nouvelles façons d’optimiser les paramètres des pubs."
2274
-
2275
- #: admin/views/intro.php:61
2276
- msgid "Next Steps"
2277
- msgstr "Étapes suivantes"
2278
-
2279
- #: admin/views/intro.php:64
2280
- msgid "Subscribe to the Mailing List"
2281
- msgstr "Inscription à la liste de diffusion"
2282
-
2283
- #: admin/views/intro.php:65
2284
- msgid "Subscribe to the newsletter and instantly"
2285
- msgstr "S’abonner à la newsletter et instantanément"
2286
-
2287
- #: admin/views/intro.php:67
2288
- msgid "get 2 free add-ons."
2289
- msgstr "obtenez 2 Add-ons gratuits."
2290
-
2291
- #: admin/views/intro.php:68
2292
- msgid "reply to the welcome message with a question."
2293
- msgstr "répondre au message d’accueil par une question."
2294
-
2295
- #: admin/views/intro.php:69
2296
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2297
- msgstr "s’abonner à un groupe dédié pour le tutoriel ou astuces sur AdSense."
2298
-
2299
- #: admin/views/intro.php:79
2300
- msgid ""
2301
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a>"
2302
- " or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> "
2303
- "first."
2304
- msgstr ""
2305
- "Se lancer en créant une pub <a href=\"%1$s\" target=\"blank\">dès "
2306
- "maintenant</a> ou regardez en premier le <a href=\"%2$s\" target=\"blank\">"
2307
- "tutoriel vidéo (03:29 min)</a>."
2308
-
2309
- #: admin/views/intro.php:82
2310
- msgid "Display your ad"
2311
- msgstr "Affichez votre pub"
2312
 
2313
- #: admin/views/intro.php:83
2314
- msgid ""
2315
- "You can display your ad using a shortcode, widget or one of the powerful "
2316
- "placements. Placements help you to inject ads into the content or place them "
2317
- "on your site without coding."
2318
- msgstr ""
2319
- "Vous pouvez afficher votre pub à l’aide d’un shortcode, d’un widget ou de "
2320
- "l’un des placements disponibles très efficaces. Les placements vous aideront "
2321
- "à injecter des pubs dans le contenu ou de les placer sur votre sites et cela "
2322
- "sans codage."
2323
 
2324
- #: admin/views/intro.php:85
2325
- msgid "List of all available placements"
2326
- msgstr "Liste de tous les placements disponibles"
2327
 
2328
- #: admin/views/intro.php:86
2329
- msgid "Create a placement"
2330
- msgstr "Créer un placement"
2331
 
2332
  #: admin/views/placements.php:8
2333
  msgid ""
@@ -2341,7 +2684,7 @@ msgstr ""
2341
  msgid "Placements updated"
2342
  msgstr "Mise à jour des placements"
2343
 
2344
- #: admin/views/placements.php:15
2345
  msgid ""
2346
  "Placements are physically places in your theme and posts. You can use them "
2347
  "if you plan to change ads and ad groups on the same place without the need "
@@ -2352,18 +2695,20 @@ msgstr ""
2352
  "les groupes de pubs sur une même position sans avoir besoin de changer vos "
2353
  "modèles."
2354
 
2355
- #: admin/views/placements.php:16
 
2356
  msgid ""
2357
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2358
  msgstr ""
2359
  "Voir aussi le manuel pour plus d’informations sur les <a href=\"%s\">"
2360
  "placements</a>."
2361
 
2362
- #: admin/views/placements.php:26 modules/import-export/views/page.php:26
2363
  msgid "Options"
2364
  msgstr "Options"
2365
 
2366
- #: admin/views/placements.php:44
 
2367
  msgid ""
2368
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2369
  "check if the responsible add-on is activated."
@@ -2371,39 +2716,19 @@ msgstr ""
2371
  "Type de placement \"%s\" est absent et a été remis à zéro « par défaut ».<br>"
2372
  "S’il vous plaît, vérifiez si l’Add-on responsable de cela est activé."
2373
 
2374
- #: admin/views/placements.php:60
2375
  msgid "show usage"
2376
  msgstr "montrer son utilisation"
2377
 
2378
- #: admin/views/placements.php:72
2379
  msgid "Item"
2380
  msgstr "élément"
2381
 
2382
- #: admin/views/placements.php:74 admin/views/placements.php:180
2383
- msgid "--not selected--"
2384
- msgstr "--non sélectionné--"
2385
-
2386
- #: admin/views/placements.php:94
2387
- msgid "Inject"
2388
- msgstr "Injecter"
2389
-
2390
- #: admin/views/placements.php:95
2391
- msgid "after"
2392
- msgstr "après"
2393
-
2394
- #: admin/views/placements.php:95
2395
- msgid "before"
2396
- msgstr "avant"
2397
-
2398
- #: admin/views/placements.php:115
2399
- msgid "start counting from bottom"
2400
- msgstr "commencer à compter à partir du bas"
2401
-
2402
- #: admin/views/placements.php:118
2403
  msgid "Important Notice"
2404
  msgstr "Remarque importante"
2405
 
2406
- #: admin/views/placements.php:118
2407
  msgid ""
2408
  "Your server is missing an extension. This might break the content injection."
2409
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -2414,32 +2739,29 @@ msgstr ""
2414
  "bien, ou bien demander à votre d’hébergeur d’activer <em>l’extension "
2415
  "mbstring</em>."
2416
 
2417
- #: admin/views/placements.php:128
2418
- msgid "advanced options"
2419
- msgstr "options avancées"
2420
-
2421
- #: admin/views/placements.php:137
2422
  msgctxt "checkbox to remove placement"
2423
  msgid "delete"
2424
  msgstr "supprimer"
2425
 
2426
- #: admin/views/placements.php:143
2427
  msgid "Save Placements"
2428
  msgstr "Enregistrer les placements"
2429
 
2430
- #: admin/views/placements.php:145
2431
  msgid "Create a new placement"
2432
  msgstr "Créer un nouveau placement"
2433
 
2434
- #: admin/views/placements.php:146
2435
  msgid "New Placement"
2436
  msgstr "Nouveau Placement"
2437
 
2438
- #: admin/views/placements.php:153
2439
  msgid "Choose a placement type"
2440
  msgstr "Choisissez un type de placement"
2441
 
2442
- #: admin/views/placements.php:154
 
2443
  msgid ""
2444
  "Placement types define where the ad is going to be displayed. Learn more "
2445
  "about the different types from the <a href=\"%s\">manual</a>"
@@ -2447,15 +2769,15 @@ msgstr ""
2447
  "Les types de placement défini la où publicité va s’afficher. En savoir plus "
2448
  "sur les différents types de placement dans <a href=\"%s\">manuelle</a>"
2449
 
2450
- #: admin/views/placements.php:171
2451
  msgid "Please select a placement type."
2452
  msgstr "Veuillez sélectionner un type de placement."
2453
 
2454
- #: admin/views/placements.php:173
2455
  msgid "Choose a Name"
2456
  msgstr "Choisissez un nom"
2457
 
2458
- #: admin/views/placements.php:174
2459
  msgid ""
2460
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2461
  "one, e.g. <em>Below Post Headline</em>."
@@ -2463,23 +2785,23 @@ msgstr ""
2463
  "Le nom du placement est uniquement visible par vous. Conseil: choisir un "
2464
  "descriptif, par exemple <em>Sous le titre des articles</em>."
2465
 
2466
- #: admin/views/placements.php:175
2467
  msgid "Placement Name"
2468
  msgstr "Nom de placement"
2469
 
2470
- #: admin/views/placements.php:176
2471
  msgid "Please enter a name for your placement."
2472
  msgstr "Entrez un nom pour votre placement."
2473
 
2474
- #: admin/views/placements.php:177
2475
  msgid "Choose the Ad or Group"
2476
  msgstr "Choisissez la pub ou le groupe"
2477
 
2478
- #: admin/views/placements.php:178
2479
  msgid "The ad or group that should be displayed."
2480
  msgstr "Pub ou groupe qui doit être affichée."
2481
 
2482
- #: admin/views/placements.php:197
2483
  msgid "Save New Placement"
2484
  msgstr "Enregistrez le nouveau placement"
2485
 
@@ -2492,6 +2814,7 @@ msgid "Your license expired."
2492
  msgstr "Votre licence est expirée."
2493
 
2494
  #: admin/views/setting-license.php:18
 
2495
  msgid "(%d days left)"
2496
  msgstr "(%d jours restants)"
2497
 
@@ -2499,11 +2822,11 @@ msgstr "(%d jours restants)"
2499
  msgid "License key"
2500
  msgstr "Clef de la licence"
2501
 
2502
- #: admin/views/setting-license.php:43
2503
  msgid "License key invalid"
2504
  msgstr "Clé de licence invalide"
2505
 
2506
- #: admin/views/setting-license.php:46
2507
  msgid "active"
2508
  msgstr "active"
2509
 
@@ -2549,14 +2872,10 @@ msgstr ""
2549
  "vous voyez des pubs injectées à des endroits où elles ne devraient pas "
2550
  "apparaître."
2551
 
2552
- #: admin/views/settings.php:36
2553
  msgid "Save settings on this page"
2554
  msgstr "Enregistrer les paramètres sur cette page"
2555
 
2556
- #: admin/views/settings.php:50
2557
- msgid "Welcome Page"
2558
- msgstr "Page de Bienvenue"
2559
-
2560
  #: admin/views/settings.php:51
2561
  msgid "Advanced Ads on WordPress.org"
2562
  msgstr "Advanced Ads sur WordPress.org"
@@ -2569,11 +2888,7 @@ msgstr "Advanced Ads sur wp.org"
2569
  msgid "the company behind Advanced Ads"
2570
  msgstr "la compagnie derrière Advanced Ads"
2571
 
2572
- #: admin/views/support.php:8
2573
- msgid "Possible Issues"
2574
- msgstr "Problèmes possibles"
2575
-
2576
- #: admin/views/support.php:9
2577
  msgid ""
2578
  "Please fix the red highlighted issues on this page or try to understand "
2579
  "their consequences before contacting support."
@@ -2581,7 +2896,8 @@ msgstr ""
2581
  "S’il vous plaît, réglez les problèmes (surligné en rouge) sur cette page ou "
2582
  "essayer de comprendre leurs conséquences avant de contacter notre assistance."
2583
 
2584
- #: admin/views/support.php:13
 
2585
  msgid ""
2586
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2587
  "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
@@ -2592,7 +2908,8 @@ msgstr ""
2592
  "à jour de PHP est vivement recommandé. Demandez à votre hébergeur pour plus "
2593
  "d’informations."
2594
 
2595
- #: admin/views/support.php:16
 
2596
  msgid ""
2597
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2598
  "rotation or visitor conditions might not work properly. Use the cache-"
@@ -2605,20 +2922,21 @@ msgstr ""
2605
  "de suppression de cache (cache-busting) de <a href=\"%s\" target=\"_blank\">"
2606
  "Advanced Ads Pro</a> pour charger dynamiquement les pubs."
2607
 
2608
- #: admin/views/support.php:19
2609
  msgid ""
2610
  "There is a <strong>new WordPress version available</strong>. Please update."
2611
  msgstr ""
2612
  "Il existe une <strong>nouvelle version de WordPress disponible</strong>. "
2613
  "Veuillez mettre à jour."
2614
 
2615
- #: admin/views/support.php:22
2616
  msgid "There are <strong>plugin updates available</strong>. Please update."
2617
  msgstr ""
2618
  "Il y a des <strong>mises à jour du plugin disponible</strong>. Veuillez "
2619
  "mettre à jour."
2620
 
2621
- #: admin/views/support.php:31
 
2622
  msgid ""
2623
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2624
  "site performance, it is known to alter code, including scripts from ad "
@@ -2630,7 +2948,8 @@ msgstr ""
2630
  "les scripts de réseaux publicitaires. <a href=\"%s\" target=\"_blank\">"
2631
  "Advanced Ads Pro</a> propose le support intégré d’Autoptimize."
2632
 
2633
- #: admin/views/support.php:34
 
2634
  msgid ""
2635
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2636
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
@@ -2638,7 +2957,8 @@ msgstr ""
2638
  "Les plugins qui sont connus pour causer des problèmes (partielles): <strong>"
2639
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">En savoir plus</a>."
2640
 
2641
- #: admin/views/support.php:38
 
2642
  msgid ""
2643
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2644
  "href=\"%s\">settings</a>."
@@ -2646,11 +2966,11 @@ msgstr ""
2646
  "Les pubs sont désactivées pour toutes ou certaines pages. Voir « pubs "
2647
  "désactivées » dans les <a href=\"%s\">paramètres</a>."
2648
 
2649
- #: admin/views/support.php:49
2650
- msgid "Search"
2651
- msgstr "Recherche"
2652
 
2653
- #: admin/views/support.php:50
2654
  msgid ""
2655
  "Use the following form to search for solutions in the manual on "
2656
  "wpadvancedads.com"
@@ -2658,48 +2978,15 @@ msgstr ""
2658
  "Utilisez le formulaire ci-dessous pour rechercher des solutions dans le "
2659
  "manuel sur wpadvancedads.com"
2660
 
2661
- #: admin/views/support.php:53
2662
  msgid "search"
2663
  msgstr "rechercher"
2664
 
2665
- #: admin/views/support.php:55
2666
- msgid "Contact"
2667
- msgstr "Contact"
2668
-
2669
- #: admin/views/support.php:56
2670
- msgid ""
2671
- "Please search the manual for a solution and take a look at <a href=\"%s\" "
2672
- "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
2673
- msgstr ""
2674
- "Veuillez rechercher une solution dans le manuel et jetez un oeil à <a "
2675
- "href=\"%s\" target=\"_blank\">pubs n’apparaissant-pas?</a> avant de me "
2676
- "contacter pour de l’aide."
2677
-
2678
- #: admin/views/support.php:58
2679
- msgid "Email was successfully sent."
2680
- msgstr "Votre e-mail a bien été envoyé."
2681
-
2682
- #: admin/views/support.php:67
2683
- msgid "your email"
2684
- msgstr "votre email"
2685
-
2686
- #: admin/views/support.php:71
2687
- msgid "your name"
2688
- msgstr "Votre nom"
2689
-
2690
- #: admin/views/support.php:75
2691
- msgid "your message"
2692
- msgstr "Votre message"
2693
-
2694
- #: admin/views/support.php:80
2695
- msgid "send"
2696
- msgstr "envoyer"
2697
-
2698
  #: modules/gadsense/main.php:19
2699
  msgid " at "
2700
  msgstr "à"
2701
 
2702
- #: admin/views/notices/adblock.php:3
2703
  msgid ""
2704
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2705
  "ad setup."
@@ -2707,35 +2994,39 @@ msgstr ""
2707
  "Veuillez désactiver votre <strong>bloqueur de publicité</strong> pour éviter "
2708
  "tout problème avec la configuration de pub."
2709
 
2710
- #: modules/ad-blocker/admin/admin.php:133
2711
- msgid "The asset folder was rebuilt successfully"
2712
- msgstr "Le dossier d’éléments (assets) a été reconstruit avec succès"
2713
-
2714
- #: modules/ad-blocker/admin/admin.php:218
2715
  msgid "Ad blocker fix"
2716
  msgstr "Réparation bloqueur de publicité"
2717
 
2718
- #: modules/ad-blocker/admin/admin.php:257
 
 
 
 
2719
  msgid "There is no writable upload folder"
2720
  msgstr ""
2721
  "Il n’y a aucun dossier de transfert avec des droits d’écriture (writable)"
2722
 
2723
- #: modules/ad-blocker/admin/admin.php:286
 
2724
  msgid "Unable to rename \"%s\" directory"
2725
  msgstr "Impossible de renommer le répertoire \"%s\""
2726
 
2727
- #: modules/ad-blocker/admin/admin.php:302
2728
- #: modules/ad-blocker/admin/admin.php:315
2729
- #: modules/ad-blocker/admin/admin.php:332
 
2730
  msgid "Unable to copy assets to the \"%s\" directory"
2731
  msgstr "Impossible de copier des éléments (assets) dans le répertoire \"%s\""
2732
 
2733
- #: modules/ad-blocker/admin/admin.php:366
2734
- #: modules/ad-blocker/admin/admin.php:386
 
2735
  msgid "We do not have direct write access to the \"%s\" directory"
2736
  msgstr "Vous n’avez pas de droit direct d’écriture pour le répertoire \"%s\""
2737
 
2738
- #: modules/ad-blocker/admin/admin.php:453
 
2739
  msgid ""
2740
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2741
  "server?"
@@ -2743,29 +3034,22 @@ msgstr ""
2743
  "Impossible de créer le répertoire \"%s\". Son répertoire parent est-il "
2744
  "modifiable par le serveur ?"
2745
 
2746
- #: modules/ad-blocker/admin/admin.php:464
 
2747
  msgid "Unable to copy files to %s"
2748
  msgstr "Impossible de copier les fichiers vers %s"
2749
 
2750
- #: modules/ad-blocker/admin/admin.php:600
2751
- msgid ""
2752
- "Prevents ad block software from breaking your website when blocking asset "
2753
- "files (.js, .css)."
2754
- msgstr ""
2755
- "Empêcher le logiciel de blocage de publicités de casser votre site Internet "
2756
- "lors du blocage des fichiers de composants (.js, .css)."
2757
-
2758
- #: modules/gadsense/admin/admin.php:26
2759
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2760
  msgid "Responsive"
2761
  msgstr "Responsive"
2762
 
2763
- #: modules/gadsense/admin/admin.php:44
2764
  msgid "The ad details couldn't be retrieved from the ad code"
2765
  msgstr ""
2766
  "Les détails de la pub n’ont pas pu être récupérés à partir du code de la pub"
2767
 
2768
- #: modules/gadsense/admin/admin.php:45
2769
  msgid ""
2770
  "Warning : The AdSense account from this code does not match the one set with "
2771
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2775,23 +3059,24 @@ msgstr ""
2775
  "celui fixé avec le Plugin Advanced Ads. Cette pub pourrait entraîner des "
2776
  "problèmes lorsqu’elle est utilisée sur le Frontend."
2777
 
2778
- #: modules/gadsense/admin/admin.php:123 modules/gadsense/admin/admin.php:260
2779
  msgid "AdSense"
2780
  msgstr "Adsense"
2781
 
2782
- #: modules/gadsense/admin/admin.php:131
2783
  msgid "AdSense ID"
2784
  msgstr "ID AdSense"
2785
 
2786
- #: modules/gadsense/admin/admin.php:140
2787
  msgid "Limit to 3 ads"
2788
  msgstr "Limiter à 3 pubs"
2789
 
2790
- #: modules/gadsense/admin/admin.php:149
2791
  msgid "Activate Page-Level ads"
2792
  msgstr "Activer les pubs de niveau de Page"
2793
 
2794
- #: modules/gadsense/admin/admin.php:169
 
2795
  msgid ""
2796
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2797
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
@@ -2800,17 +3085,18 @@ msgstr ""
2800
  "sur votre page. Voir le <a href=\"%s\" target=\"_blank\">manuel</a> pour "
2801
  "plus d’informations."
2802
 
2803
- #: modules/gadsense/admin/admin.php:183
2804
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2805
  msgstr ""
2806
  "Votre Référence éditeur (Publisher ID) d’ AdSense <em>(pub-xxxxxxxxxxxxxx)"
2807
  "</em>"
2808
 
2809
- #: modules/gadsense/admin/admin.php:195
 
2810
  msgid "Limit to %d AdSense ads"
2811
  msgstr "Limiter à %d pubs AdSense"
2812
 
2813
- #: modules/gadsense/admin/admin.php:203
2814
  msgid ""
2815
  "Due to technical restrictions, the limit does not work on placements with "
2816
  "cache-busting enabled."
@@ -2818,21 +3104,10 @@ msgstr ""
2818
  "En raison de restrictions techniques, la limite ne fonctionne pas sur les "
2819
  "placements avec la suppression du cache (cache-busting) activé."
2820
 
2821
- #: modules/gadsense/admin/admin.php:217
2822
  msgid "Insert Page-Level ads code on all pages."
2823
  msgstr "Insérez le code des pubs de niveau de page sur toutes les pages."
2824
 
2825
- #: modules/gadsense/admin/admin.php:219
2826
- msgid ""
2827
- "You still need to enable Page-Level ads in your AdSense account. See <a "
2828
- "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2829
- "AdSense Help</a> (requires AdSense-login) for more information"
2830
- msgstr ""
2831
- "Vous devez toujours activer les pubs de niveau de page dans votre compte "
2832
- "Adsense. Consultez l’ <a href=\"https://support.google."
2833
- "com/adsense/answer/6245304\" target=\"_blank\">Aide d’AdSense</a> (compte "
2834
- "AdSense obligatoire) pour plus d’informations"
2835
-
2836
  #: modules/gadsense/admin/admin.php:238
2837
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2838
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
@@ -2848,7 +3123,7 @@ msgstr "Pub AdSense"
2848
  msgid "Use ads from your Google AdSense account"
2849
  msgstr "Utiliser les pubs de votre compte Google AdSense"
2850
 
2851
- #: modules/gadsense/includes/class-ad-type-adsense.php:105
2852
  msgid "Your AdSense Publisher ID is missing."
2853
  msgstr "Votre identifiant d’éditeur (Publisher ID) AdSense est manquant."
2854
 
@@ -2876,45 +3151,40 @@ msgstr "URL de l’actif (asset)"
2876
  msgid "Rebuild asset folder"
2877
  msgstr "Reconstruire le dossier d’éléments (asset folder)"
2878
 
2879
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:22
2880
- msgid "Copy&Paste existing ad code"
2881
- msgstr "Copiez et collez le code existant de la pub"
 
 
 
 
 
 
 
 
2882
 
2883
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:27
2884
  msgid "Ad Slot ID"
2885
  msgstr "ID de l’emplacement de pub"
2886
 
2887
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:32
 
2888
  msgid "Publisher ID: %s"
2889
  msgstr "ID de l’éditeur (Publisher ID): %s"
2890
 
2891
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:44
 
2892
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2893
  msgstr "S’il vous plaît <a href=\"%s\" target=\"_blank\">changez le ici</a>."
2894
 
2895
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:50
2896
  msgid "Normal"
2897
  msgstr "Normal"
2898
 
2899
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
2900
  msgid "Resizing"
2901
  msgstr "Redimensionnement"
2902
 
2903
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:72
2904
- msgid ""
2905
- "Copy the ad code from your AdSense account and paste it in the area below"
2906
- msgstr ""
2907
- "Copiez le code de pub de votre compte AdSense et collez-le dans la zone ci-"
2908
- "dessous"
2909
-
2910
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:75
2911
- msgid "Get details"
2912
- msgstr "Plus de Détails"
2913
-
2914
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:76
2915
- msgid "Close"
2916
- msgstr "Fermer"
2917
-
2918
  #. Name of the plugin
2919
  msgid "Advanced Ads"
2920
  msgstr "Advanced Ads"
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2017-06-22 13:16+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:16+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
  "Language-Team: French (France)\n"
9
  "Language: fr-FR\n"
10
  "Plural-Forms: nplurals=2; plural=n > 1\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: fr_FR"
24
 
25
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
26
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
27
  msgid "or"
28
  msgstr ""
29
 
30
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
31
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
32
  msgid "and"
33
  msgstr ""
34
 
35
+ #: admin/class-advanced-ads-admin.php:192
36
  msgid "After which paragraph?"
37
  msgstr ""
38
 
39
+ #: classes/ad-debug.php:32
40
+ msgid "The ad is displayed on the page"
 
 
41
  msgstr ""
42
 
43
+ #: classes/ad-debug.php:34
44
+ msgid "The ad is not displayed on the page"
 
45
  msgstr ""
46
 
47
+ #: classes/ad-debug.php:39
48
+ msgid "Current query is not identical to main query."
49
+ msgstr ""
50
+
51
+ #: classes/ad-debug.php:45
52
+ msgid "current post"
53
+ msgstr ""
54
+
55
+ #: classes/ad-debug.php:49
56
+ msgid "Current post is not identical to main post."
57
  msgstr ""
58
 
59
+ #: classes/ad-debug.php:51
60
+ msgid "main post"
61
+ msgstr ""
62
+
63
+ #: classes/ad-debug.php:98
64
+ msgid "current query"
65
+ msgstr ""
66
+
67
+ #: classes/ad-debug.php:98
68
+ msgid "main query"
69
+ msgstr ""
70
+
71
+ #: classes/ad-debug.php:128
72
+ msgid "Placement"
73
+ msgstr ""
74
+
75
+ #: classes/ad-debug.php:271
76
+ msgid ""
77
+ "Your website is using HTTPS, but the ad code contains HTTP and might not "
78
+ "work."
79
+ msgstr ""
80
+
81
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
82
+ msgid "Content"
83
+ msgstr ""
84
+
85
+ #: classes/ad_placements.php:219
86
+ #, php-format
87
  msgid "paragraph without image (%s)"
88
  msgstr ""
89
 
90
+ #: classes/ad_placements.php:517
91
+ #, php-format
92
+ msgid "Set <em>%s</em> to show more ads"
93
+ msgstr ""
94
+
95
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
96
+ msgid "Disable level limitation"
97
+ msgstr ""
98
+
99
+ #: classes/ad_type_dummy.php:26
100
+ msgid "Dummy"
101
+ msgstr ""
102
+
103
+ #: classes/ad_type_dummy.php:27
104
+ msgid "Uses a simple placeholder ad for quick testing."
105
+ msgstr ""
106
+
107
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
108
+ msgid "url"
109
+ msgstr ""
110
+
111
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
112
+ #, php-format
113
+ msgid ""
114
+ "Open this url in a new window and track impressions and clicks with the <a "
115
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
116
+ msgstr ""
117
+
118
  #: classes/ad_type_group.php:31
119
  msgid ""
120
  "Choose an existing ad group. Use this type when you want to assign the same "
125
  msgid "ad group"
126
  msgstr ""
127
 
128
+ #: classes/ad_type_image.php:34
129
+ msgid "Image Ad"
130
+ msgstr ""
131
+
132
+ #: classes/ad_type_image.php:35
133
+ msgid "Ads in various image formats."
134
+ msgstr ""
135
+
136
+ #: classes/ad_type_image.php:55
137
+ msgid "Insert File"
138
+ msgstr ""
139
+
140
+ #: classes/ad_type_image.php:55
141
+ msgid "Insert"
142
+ msgstr ""
143
+
144
+ #: classes/ad_type_image.php:55
145
+ msgid "select image"
146
+ msgstr ""
147
+
148
+ #: classes/ad_type_image.php:56
149
+ msgid "edit"
150
+ msgstr ""
151
+
152
+ #: classes/ad_type_plain.php:87
153
+ msgid "Allow PHP"
154
+ msgstr ""
155
+
156
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
157
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
158
+ msgid "is"
159
+ msgstr ""
160
+
161
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
162
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
163
+ msgid "is not"
164
+ msgstr ""
165
+
166
+ #: classes/display-conditions.php:283
167
+ #, php-format
168
+ msgid ""
169
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
170
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
171
+ "target=\"_blank\">this page</a>."
172
+ msgstr ""
173
+
174
+ #: classes/display-conditions.php:424
175
  msgid "title or id"
176
  msgstr ""
177
 
178
+ #: classes/display-conditions.php:504
179
  msgid "Feed"
180
  msgstr ""
181
 
182
+ #: classes/display-conditions.php:505
183
  msgid "allow ads in Feed"
184
  msgstr ""
185
 
186
+ #: classes/EDD_SL_Plugin_Updater.php:201
187
+ #, php-format
188
  msgid ""
189
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
190
  msgstr ""
191
 
192
+ #: classes/EDD_SL_Plugin_Updater.php:209
193
+ #, php-format
194
  msgid ""
195
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
196
  "or %5$supdate now%6$s."
197
  msgstr ""
198
 
199
+ #: classes/filesystem.php:61
200
+ msgid "Could not access filesystem."
201
+ msgstr ""
202
+
203
+ #: classes/filesystem.php:72
204
+ msgid "Unable to locate WordPress root directory."
205
+ msgstr ""
206
+
207
+ #: classes/filesystem.php:76
208
+ msgid "Unable to locate WordPress content directory (wp-content)."
209
+ msgstr ""
210
+
211
+ #: classes/filesystem.php:80
212
+ #, php-format
213
+ msgid "Unable to locate needed folder (%s)."
214
+ msgstr ""
215
+
216
+ #: classes/frontend_checks.php:40
217
  msgid "Ad Health"
218
  msgstr ""
219
 
220
+ #: classes/frontend_checks.php:48
221
  msgid "jQuery not in header"
222
  msgstr ""
223
 
224
+ #: classes/frontend_checks.php:61
225
+ msgid "Random AdSense ads"
226
+ msgstr ""
227
+
228
+ #: classes/frontend_checks.php:74
229
  msgid "Ad blocker enabled"
230
  msgstr ""
231
 
232
+ #: classes/frontend_checks.php:88
233
+ #, php-format
234
  msgid "<em>%s</em> filter does not exist"
235
  msgstr ""
236
 
237
+ #: classes/frontend_checks.php:105
238
  msgid "Ads are disabled on this page"
239
  msgstr ""
240
 
241
+ #: classes/frontend_checks.php:119
242
  msgid "Ads are disabled in the content of this page"
243
  msgstr ""
244
 
245
+ #: classes/frontend_checks.php:132
246
  msgid "the current post ID is 0 "
247
  msgstr ""
248
 
249
+ #: classes/frontend_checks.php:147
250
  msgid "Ads are disabled on 404 pages"
251
  msgstr ""
252
 
253
+ #: classes/frontend_checks.php:161
254
  msgid "Ads are disabled on non singular pages"
255
  msgstr ""
256
 
257
+ #: classes/frontend_checks.php:175
258
+ #: modules/import-export/classes/XmlEncoder.php:61
259
+ #: modules/import-export/classes/XmlEncoder.php:64
260
+ #: modules/import-export/classes/XmlEncoder.php:193
261
+ #: modules/import-export/classes/XmlEncoder.php:196
262
+ #, php-format
263
+ msgid "The %s extension(s) is not loaded"
264
+ msgstr ""
265
+
266
+ #: classes/frontend_checks.php:191
267
  msgid "Everything is fine"
268
  msgstr ""
269
 
270
+ #: classes/frontend_checks.php:202
271
+ msgid "debug DFP ads"
272
+ msgstr ""
273
+
274
+ #: classes/frontend_checks.php:213
275
+ msgid "highlight ads"
276
+ msgstr ""
277
+
278
+ #: classes/visitor-conditions.php:32
279
+ msgid "device"
280
+ msgstr ""
281
+
282
+ #: classes/visitor-conditions.php:86
283
+ msgid "Mobile (including tablets)"
284
+ msgstr ""
285
+
286
+ #: classes/visitor-conditions.php:87
287
+ msgid "Desktop"
288
+ msgstr ""
289
+
290
+ #: classes/visitor-conditions.php:98
291
+ #, php-format
292
+ msgid ""
293
+ "Display ads by the available space on the device or target tablets with the "
294
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
295
+ msgstr ""
296
+
297
+ #: public/class-advanced-ads.php:754
298
  msgctxt "label above ads"
299
  msgid "Advertisements"
300
  msgstr ""
301
 
302
+ #: admin/includes/class-ad-groups-list.php:208
303
+ #, php-format
304
+ msgid "show %d more ads"
305
+ msgstr ""
306
+
307
+ #: admin/includes/class-ad-groups-list.php:218
308
+ msgid "Add some"
309
+ msgstr ""
310
+
311
+ #: admin/includes/class-ad-type.php:518
312
+ #, php-format
313
  msgid ""
314
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
315
  msgstr ""
316
 
317
+ #: admin/includes/class-licenses.php:86
318
+ #, php-format
319
+ msgid ""
320
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
321
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
322
+ "this page</a>."
323
+ msgstr ""
324
+
325
+ #: admin/includes/class-licenses.php:132
326
+ #: modules/marketpress-license/main.php:65
327
+ #: modules/marketpress-license/main.php:77
328
+ msgid "License couldn’t be activated. Please try again later."
329
+ msgstr ""
330
+
331
+ #: admin/includes/class-licenses.php:149
332
+ #: modules/marketpress-license/main.php:130
333
+ msgid "There are no activations left."
334
+ msgstr ""
335
+
336
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
337
+ msgid "License couldn’t be deactivated. Please try again later."
338
+ msgstr ""
339
+
340
+ #: admin/includes/class-licenses.php:470
341
+ #, php-format
342
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
343
+ msgstr ""
344
+
345
+ #: admin/includes/class-licenses.php:472
346
+ #, php-format
347
+ msgid ""
348
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
349
+ "."
350
+ msgstr ""
351
+
352
+ #: admin/includes/class-meta-box.php:136
353
  msgid "Video"
354
  msgstr ""
355
 
356
+ #: admin/includes/class-overview-widgets.php:67
357
+ msgid "Selling Ads"
358
+ msgstr ""
359
+
360
  #: admin/includes/class-overview-widgets.php:258
361
+ msgid ""
362
+ "Let advertisers purchase ad space directly on the frontend of your site."
363
  msgstr ""
364
 
365
  #: admin/includes/class-overview-widgets.php:260
366
  msgid "Get the Selling Ads add-on"
367
  msgstr ""
368
 
369
+ #: admin/includes/class-settings.php:158
370
  msgid "Ad label"
371
  msgstr ""
372
 
373
+ #: admin/includes/class-settings.php:168
374
  msgid "Delete data on uninstall"
375
  msgstr ""
376
 
377
+ #: admin/includes/class-settings.php:178
378
+ msgid "Disable shortcode button"
379
+ msgstr ""
380
+
381
+ #: admin/includes/class-settings.php:220
382
+ #, php-format
383
+ msgid ""
384
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
385
+ "ons</a>."
386
+ msgstr ""
387
+
388
+ #: admin/includes/class-settings.php:221
389
+ #, php-format
390
+ msgid ""
391
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
392
+ "licenses</a>."
393
+ msgstr ""
394
+
395
+ #: admin/includes/class-settings.php:305
396
+ msgid ""
397
+ "Some plugins and themes trigger ad injections where it shouldn’t happen. "
398
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
399
+ "and outside the loop. However, this can cause problems with some themes. Set "
400
+ "this option to -1 in order to enable unlimited ad injection at your own risk,"
401
+ " set it to 0 to keep it disabled or choose a positive number to enable the "
402
+ "injection only in the first x posts on your archive pages."
403
+ msgstr ""
404
+
405
+ #: admin/includes/class-settings.php:337
406
+ msgid ""
407
+ "Advanced Ads ignores paragraphs and other elements in containers when "
408
+ "injecting ads into the post content. Check this option to ignore this "
409
+ "limitation and ads might show up again."
410
+ msgstr ""
411
+
412
+ #: admin/includes/class-settings.php:446
413
  msgid "Displayed above ads."
414
  msgstr ""
415
 
416
+ #: admin/includes/class-settings.php:460
417
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
418
  msgstr ""
419
 
420
+ #: admin/includes/class-settings.php:473
421
+ msgid "Disable shortcode button in visual editor."
422
+ msgstr ""
423
+
424
+ #: admin/includes/class-shortcode-creator.php:154
425
+ #, php-format
426
+ msgid ""
427
+ "Please, either switch off your ad blocker or disable the shortcode button in "
428
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
429
+ msgstr ""
430
+
431
+ #: admin/includes/notices.php:9
432
+ #, php-format
433
+ msgid ""
434
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
435
+ "primary\">Create your first ad</a>"
436
+ msgstr ""
437
+
438
+ #: admin/views/ad-display-metabox.php:9
439
+ msgid ""
440
+ "Click on the button below if the ad should NOT show up on all pages when "
441
+ "included automatically."
442
+ msgstr ""
443
+
444
+ #: admin/views/ad-display-metabox.php:10
445
+ msgid "Hide the ad on some pages"
446
+ msgstr ""
447
+
448
+ #: admin/views/ad-display-metabox.php:17
449
+ msgid "Watch video"
450
+ msgstr ""
451
+
452
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
453
+ msgid "Visit the manual"
454
+ msgstr ""
455
+
456
+ #: admin/views/ad-display-metabox.php:23
457
+ msgid "A page with this ad on it must match all of the following conditions."
458
+ msgstr ""
459
+
460
+ #: admin/views/ad-display-metabox.php:59
461
  msgid "Forced to OR."
462
  msgstr ""
463
 
464
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
465
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
466
  msgid "manual"
467
  msgstr ""
468
 
469
+ #: admin/views/ad-group-list-form-row.php:57
470
+ msgid "Visible ads"
471
+ msgstr ""
472
+
473
+ #: admin/views/ad-group.php:53
474
+ msgid ""
475
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
476
+ "edit page."
477
+ msgstr ""
478
+
479
+ #: admin/views/ad-group.php:53
480
+ #, php-format
481
+ msgid ""
482
+ "Find more information about ad groups in the <a href=\"%s\" "
483
+ "target=\"_blank\">manual</a>."
484
+ msgstr ""
485
+
486
+ #: admin/views/ad-info-after-textarea.php:5
487
+ msgid ""
488
+ "The code of this ad might not work properly with the <em>Content</em> "
489
+ "placement."
490
+ msgstr ""
491
+
492
+ #: admin/views/ad-info-after-textarea.php:6
493
+ #, php-format
494
+ msgid "Reach out to <a href=\"%s\">support</a> to get help."
495
+ msgstr ""
496
+
497
  #: admin/views/ad-info-bottom.php:2
498
  msgctxt "wizard navigation"
499
  msgid "previous"
500
  msgstr ""
501
 
502
+ #: admin/views/ad-info-bottom.php:3
503
  msgctxt "wizard navigation"
504
  msgid "save"
505
  msgstr ""
506
 
507
+ #: admin/views/ad-info-bottom.php:4
508
  msgctxt "wizard navigation"
509
  msgid "next"
510
  msgstr ""
511
 
512
  #: admin/views/ad-info-top.php:5
513
+ #, php-format
514
  msgid ""
515
  "Congratulations! Your ad is now visible in the frontend. You can adjust the "
516
  "placement options <a href=\"%s\">here</a>."
524
  msgid "New placement"
525
  msgstr ""
526
 
 
 
 
 
527
  #: admin/views/ad-info-top.php:12
528
  msgid "Manage Sidebar"
529
  msgstr ""
545
  msgstr ""
546
 
547
  #: admin/views/ad-info-top.php:53
548
+ #, php-format
549
  msgid "Or use the shortcode %s to insert the ad into the content manually."
550
  msgstr ""
551
 
552
+ #: admin/views/ad-info-top.php:64
553
  msgid "Start Wizard"
554
  msgstr ""
555
 
557
  msgid "Stop Wizard"
558
  msgstr ""
559
 
560
+ #: admin/views/ad-info-top.php:83
561
  msgid "Welcome to the Wizard"
562
  msgstr ""
563
 
564
+ #: admin/views/ad-info-top.php:84
565
  msgid ""
566
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
567
  "the most common options are visible."
568
  msgstr ""
569
 
570
+ #: admin/views/ad-info-top.php:85
571
  msgid "Stop Wizard and show all options"
572
  msgstr ""
573
 
587
  msgid "Get dummy ad content (Link)"
588
  msgstr ""
589
 
590
+ #: admin/views/ad-output-metabox.php:44
591
+ msgid ""
592
+ "Specify one or more classes for the container. Separate multiple classes "
593
+ "with a space"
594
+ msgstr ""
595
+
596
  #: admin/views/ad-output-metabox.php:47
597
  msgid "Enable debug mode"
598
  msgstr ""
599
 
600
+ #: admin/views/ad-parameters-size.php:8
601
+ msgid "reserve this space"
602
+ msgstr ""
603
+
604
+ #: admin/views/ad-visitor-metabox.php:7
605
  msgid ""
606
+ "Click on the button below if the ad should NOT be visible to all visitors"
 
607
  msgstr ""
608
 
609
+ #: admin/views/ad-visitor-metabox.php:8
610
+ msgid "Hide the ad from some users"
611
  msgstr ""
612
 
613
+ #: admin/views/ad-visitor-metabox.php:49
614
+ msgid "It seems that a caching plugin is activated."
615
+ msgstr ""
616
+
617
+ #: admin/views/feedback-disable.php:6
618
+ msgid "It is only temporary"
619
+ msgstr ""
620
+
621
+ #: admin/views/feedback-disable.php:7
622
+ msgid "I have a problem"
623
+ msgstr ""
624
+
625
+ #: admin/views/feedback-disable.php:8
626
+ msgid "Please let us know how we can help"
627
+ msgstr ""
628
+
629
+ #: admin/views/feedback-disable.php:11
630
+ #, php-format
631
+ msgid "Send me free help to %s"
632
+ msgstr ""
633
+
634
+ #: admin/views/feedback-disable.php:13
635
+ msgid "I miss a feature"
636
+ msgstr ""
637
+
638
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
639
+ msgid "Which one?"
640
+ msgstr ""
641
+
642
+ #: admin/views/feedback-disable.php:15
643
+ msgid "I don’t use ads on my site"
644
+ msgstr ""
645
+
646
+ #: admin/views/feedback-disable.php:16
647
+ msgid "I switched to another plugin"
648
+ msgstr ""
649
+
650
+ #: admin/views/feedback-disable.php:24
651
+ msgid "Submit & Deactivate"
652
+ msgstr ""
653
+
654
+ #: admin/views/feedback-disable.php:25
655
+ msgid "Only Deactivate"
656
+ msgstr ""
657
+
658
+ #: admin/views/feedback-disable.php:26
659
+ msgid "don’t deactivate"
660
+ msgstr ""
661
+
662
+ #: admin/views/placements-ad-label-position.php:18
663
+ msgid ""
664
+ "Check this if you don't want the following elements to float around the ad. "
665
+ "(adds a placement_clearfix)"
666
+ msgstr ""
667
+
668
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
669
+ msgid "enabled"
670
+ msgstr ""
671
+
672
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
673
+ msgid "disabled"
674
+ msgstr ""
675
+
676
+ #: admin/views/placements.php:68
677
+ msgid "template (PHP)"
678
+ msgstr ""
679
+
680
+ #: admin/views/placements.php:128
681
+ msgid "show all options"
682
+ msgstr ""
683
+
684
+ #: admin/views/placements.php:135
685
+ #, php-format
686
+ msgid ""
687
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
688
+ "header of your website</a>."
689
  msgstr ""
690
 
691
  #: admin/views/setting-license.php:6
692
+ #, php-format
693
  msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
694
  msgstr ""
695
 
697
  msgid "Disable ads in Feed"
698
  msgstr ""
699
 
700
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
701
  #: modules/import-export/main.php:15
702
  msgid "Import &amp; Export"
703
  msgstr ""
704
 
705
+ #: admin/views/support.php:48
706
+ msgid "Ads not showing up"
707
+ msgstr ""
708
+
709
+ #: admin/views/support.php:49
710
+ msgid "Purchase & Licenses"
711
+ msgstr ""
712
+
713
+ #: admin/views/support.php:50
714
+ msgid "General Issues"
715
+ msgstr ""
716
+
717
+ #: admin/views/support.php:51
718
+ msgid "Issues with Add-Ons"
719
+ msgstr ""
720
+
721
+ #: admin/views/support.php:58
722
+ #, php-format
723
+ msgid ""
724
+ "Take a look at more common issues or contact us directly through the <a "
725
+ "href=\"%s\" target=\"_blank\">support page</a>."
726
+ msgstr ""
727
+
728
  #: modules/marketpress-license/admin.php:36
729
  msgid "MarketPress Bundle License"
730
  msgstr ""
741
  "."
742
  msgstr ""
743
 
744
+ #: public/views/ad-debug.php:18
745
+ msgid "Ad debug output"
746
+ msgstr ""
747
+
748
+ #: public/views/ad-debug.php:20
749
+ msgid "Find solutions in the manual"
750
+ msgstr ""
751
+
752
+ #: modules/gadsense/admin/admin.php:200
753
  msgid ""
754
  "There is no explicit limit for AdSense ads anymore, but you can still use "
755
  "this setting to prevent too many AdSense ads to show accidentally on your "
756
  "site."
757
  msgstr ""
758
 
759
+ #: modules/gadsense/admin/admin.php:219
760
+ msgid ""
761
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
762
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
763
+ "AdSense Help</a> (requires AdSense-login) for more information."
764
+ msgstr ""
765
+
766
+ #: modules/gadsense/admin/admin.php:220
767
+ #, php-format
768
+ msgid ""
769
+ "Please notice that this code might also activate QuickStart ads. Please read "
770
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
771
+ "random places</strong>."
772
+ msgstr ""
773
+
774
+ #: modules/gadsense/admin/admin.php:312
775
+ #, php-format
776
+ msgid ""
777
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
778
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
779
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
780
+ "wrapped in text."
781
+ msgstr ""
782
+
783
  #: modules/import-export/classes/import.php:64
784
  msgid "Please enter XML content"
785
  msgstr ""
786
 
787
  #: modules/import-export/classes/import.php:144
788
  #: modules/import-export/classes/import.php:560
789
+ #, php-format
790
  msgid "New attachment created <em>%s</em> %s"
791
  msgstr ""
792
 
793
  #: modules/import-export/classes/import.php:176
794
+ #, php-format
795
  msgid "Failed to import <em>%s</em>"
796
  msgstr ""
797
 
798
  #: modules/import-export/classes/import.php:184
799
+ #, php-format
800
  msgid "New ad created: <em>%s</em> %s"
801
  msgstr ""
802
 
803
  #: modules/import-export/classes/import.php:227
804
+ #, php-format
805
  msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
806
  msgstr ""
807
 
808
  #: modules/import-export/classes/import.php:289
809
+ #, php-format
810
  msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
811
  msgstr ""
812
 
813
  #: modules/import-export/classes/import.php:291
814
+ #, php-format
815
  msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
816
  msgstr ""
817
 
818
  #: modules/import-export/classes/import.php:356
819
+ #, php-format
820
  msgid "Placement <em>%s</em> created"
821
  msgstr ""
822
 
823
  #: modules/import-export/classes/import.php:471
824
+ #, php-format
825
  msgid "Option was updated: <em>%s</em>"
826
  msgstr ""
827
 
828
  #: modules/import-export/classes/import.php:474
829
+ #, php-format
830
  msgid "Option already exists: <em>%s</em>"
831
  msgstr ""
832
 
833
  #: modules/import-export/classes/import.php:496
834
+ #, php-format
835
  msgid "Failed to create import directory <em>%s</em>"
836
  msgstr ""
837
 
838
  #: modules/import-export/classes/import.php:501
839
+ #, php-format
840
  msgid "Import directory is not writable: <em>%s</em>"
841
  msgstr ""
842
 
847
  msgstr ""
848
 
849
  #: modules/import-export/classes/import.php:519
850
+ #, php-format
851
  msgid "Failed to upload file, error: <em>%s</em>"
852
  msgstr ""
853
 
856
  msgstr ""
857
 
858
  #: modules/import-export/classes/import.php:529
859
+ #, php-format
860
  msgid ""
861
  "The file could not be created: <em>%s</em>. This is probably a permissions "
862
  "problem"
863
  msgstr ""
864
 
865
  #: modules/import-export/classes/import.php:602
866
+ #, php-format
867
  msgid "Invalid filetype <em>%s</em>"
868
  msgstr ""
869
 
871
  #: modules/import-export/classes/import.php:614
872
  #: modules/import-export/classes/import.php:622
873
  #: modules/import-export/classes/import.php:637
874
+ #, php-format
875
  msgid "Error getting remote image <em>%s</em>"
876
  msgstr ""
877
 
878
  #: modules/import-export/classes/import.php:631
879
+ #, php-format
880
  msgid "Zero size file downloaded <em>%s</em>"
881
  msgstr ""
882
 
883
+ #: modules/import-export/classes/XmlEncoder.php:75
 
 
 
 
 
884
  msgctxt "import_export"
885
  msgid "The data must be an array"
886
  msgstr ""
887
 
888
+ #: modules/import-export/classes/XmlEncoder.php:103
889
+ #, php-format
890
  msgctxt "import_export"
891
  msgid "The key %s is not valid"
892
  msgstr ""
893
 
894
+ #: modules/import-export/classes/XmlEncoder.php:149
895
+ #, php-format
896
  msgctxt "import_export"
897
  msgid "An unexpected value could not be serialized: %s"
898
  msgstr ""
899
 
900
+ #: modules/import-export/classes/XmlEncoder.php:201
901
  msgctxt "import_export"
902
  msgid "Invalid XML data, it can not be empty"
903
  msgstr ""
904
 
905
+ #: modules/import-export/classes/XmlEncoder.php:223
906
+ #, php-format
907
  msgctxt "import_export"
908
  msgid "XML error: %s"
909
  msgstr ""
943
  msgstr ""
944
 
945
  #: modules/ad-blocker/admin/views/rebuild_form.php:43
946
+ #, php-format
947
  msgid ""
948
  "Please, rebuild the asset folder. All assets will be located in <strong>"
949
  "%s</strong>"
950
  msgstr ""
951
 
952
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
953
  msgid ""
954
+ "The ad block disguise can only be set by the super admin on the main site in "
955
+ "the network."
 
956
  msgstr ""
957
 
958
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
959
+ msgid ""
960
+ "Copy the ad code from your AdSense account, paste it into the area below and "
961
+ "click on <em>Get details</em>."
962
+ msgstr ""
963
 
964
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
965
+ msgid "Insert new AdSense code"
966
  msgstr ""
 
967
 
968
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
969
+ msgid "Responsive (Matched Content)"
970
+ msgstr ""
971
 
972
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
973
+ msgid "Link ads"
974
+ msgstr ""
975
 
976
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
977
+ msgid "Link ads (Responsive)"
978
+ msgstr ""
 
979
 
980
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
981
+ #, php-format
982
+ msgid ""
983
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
984
+ "define the exact size for each browser width or choose between horizontal, "
985
+ "vertical, or rectangle formats."
986
  msgstr ""
 
987
 
988
+ #: admin/class-advanced-ads-admin.php:300
989
+ #, php-format
990
+ msgid "time of %s"
991
+ msgstr "temps de %s"
992
+
993
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
994
+ #: admin/includes/class-menu.php:86
995
  msgid "Support"
996
  msgstr "Support"
997
 
998
+ #: admin/class-advanced-ads-admin.php:345
999
  msgid "Add-Ons"
1000
  msgstr "Extensions (Add-Ons)"
1001
 
1002
+ #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
1003
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
1004
+ msgid "Ad"
1005
+ msgstr "Pub"
1006
+
1007
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
1008
+ msgctxt "ad group singular name"
1009
+ msgid "Ad Group"
1010
+ msgstr "Groupe de pubs"
1011
+
1012
+ #: classes/ad-debug.php:152 admin/includes/class-meta-box.php:65
1013
+ msgid "Display Conditions"
1014
+ msgstr "Conditions d’affichage"
1015
+
1016
+ #: classes/ad-debug.php:239 admin/includes/class-meta-box.php:68
1017
+ msgid "Visitor Conditions"
1018
+ msgstr "Conditions de visiteur"
1019
+
1020
  #: classes/ad_placements.php:31
1021
  msgid "Manual Placement"
1022
  msgstr "Placement manuel"
1025
  msgid "Manual placement to use as function or shortcode."
1026
  msgstr "Placement manuel à utiliser comme fonction ou shortcode."
1027
 
1028
+ #: classes/ad_placements.php:37
1029
  msgid "Header Code"
1030
  msgstr "Code d’en-tête"
1031
 
1032
+ #: classes/ad_placements.php:38
1033
  msgid ""
1034
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1035
  msgstr ""
1036
  "Injecté dans l’en-tête (avant fermeture de la balise &lt;/head&gt; , souvent "
1037
  "non visible)."
1038
 
1039
+ #: classes/ad_placements.php:42
1040
  msgid "Footer Code"
1041
  msgstr "Code du pied de page"
1042
 
1043
+ #: classes/ad_placements.php:43
1044
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1045
  msgstr ""
1046
  "Injecté en pied de page (avant la fermeture de la balise &lt;/body&gt;)."
1047
 
1048
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
1049
  msgid "Before Content"
1050
  msgstr "Avant le contenu"
1051
 
1052
+ #: classes/ad_placements.php:48
1053
  msgid "Injected before the post content."
1054
  msgstr "Injecté avant le contenu de l’article."
1055
 
1056
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
1057
  msgid "After Content"
1058
  msgstr "Après le contenu"
1059
 
1060
+ #: classes/ad_placements.php:54
1061
  msgid "Injected after the post content."
1062
  msgstr "Injecté après le contenu de l’article."
1063
 
1064
+ #: classes/ad_placements.php:60
 
 
 
 
1065
  msgid ""
1066
+ "Injected into the content. You can choose the paragraph after which the ad "
1067
+ "content is displayed."
1068
  msgstr ""
1069
  "Injecté dans le contenu de l’article. Vous pouvez choisir le paragraphe "
1070
  "après lequel le contenu de la pub est affiché."
1071
 
1072
+ #: classes/ad_placements.php:65
1073
  msgid "Sidebar Widget"
1074
  msgstr "Widget de barre latérale"
1075
 
1076
+ #: classes/ad_placements.php:66
1077
  msgid ""
1078
  "Create a sidebar widget with an ad. Can be placed and used like any other "
1079
  "widget."
1081
  "Créer un widget de barre latérale avec une pub. Peuvent être placé et "
1082
  "utilisé comme n’importe quel autre widget."
1083
 
1084
+ #: classes/ad_placements.php:218
1085
+ #, php-format
1086
  msgid "paragraph (%s)"
1087
  msgstr "paragraphe (%s)"
1088
 
1089
+ #: classes/ad_placements.php:220
1090
+ #, php-format
1091
  msgid "headline 2 (%s)"
1092
  msgstr "titre 2 (%s)"
1093
 
1094
+ #: classes/ad_placements.php:221
1095
+ #, php-format
1096
  msgid "headline 3 (%s)"
1097
  msgstr "titre 3 (%s)"
1098
 
1099
+ #: classes/ad_placements.php:222
1100
+ #, php-format
1101
  msgid "headline 4 (%s)"
1102
  msgstr "titre 4 (%s)"
1103
 
1136
  msgid "Insert plain text or code into this field."
1137
  msgstr "Insérez le code ou texte brut dans ce champ."
1138
 
1139
+ #: classes/ad_type_plain.php:89
1140
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1141
  msgstr "Exécuter du code PHP (inséré dans <code>&lt;?php ?&gt;</code>)"
1142
 
1143
+ #: classes/checks.php:244
1144
+ #, php-format
1145
  msgid ""
1146
  "Possible conflict between jQueryUI library, used by Advanced Ads and other "
1147
  "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
1180
  msgid "author"
1181
  msgstr "auteur"
1182
 
1183
+ #: classes/display-conditions.php:120
1184
+ #, php-format
1185
  msgid "archive: %s"
1186
  msgstr "archive: %s"
1187
 
1188
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
1189
+ #: classes/display-conditions.php:370
 
 
 
 
 
 
 
 
 
 
1190
  msgctxt "Error message shown when no display condition term is selected"
1191
  msgid "Please select some items."
1192
  msgstr "Veuillez sélectionner quelques éléments."
1193
 
1194
+ #: classes/display-conditions.php:361
1195
  msgctxt "display the terms search field on ad edit page"
1196
  msgid "add more terms"
1197
  msgstr "ajouter plus de termes"
1198
 
1199
+ #: classes/display-conditions.php:363
 
 
 
 
1200
  msgid "term name or id"
1201
  msgstr "nom du terme ou id"
1202
 
1203
+ #: classes/display-conditions.php:469
1204
  msgid "Home Page"
1205
  msgstr "Page d’accueil"
1206
 
1207
+ #: classes/display-conditions.php:470
1208
  msgid "show on Home page"
1209
  msgstr "voir sur page d’accueil"
1210
 
1211
+ #: classes/display-conditions.php:474
1212
  msgid "Singular Pages"
1213
  msgstr "Pages particulières"
1214
 
1215
+ #: classes/display-conditions.php:475
1216
  msgid "show on singular pages/posts"
1217
  msgstr "afficher sur les articles particuliers ou pages particulières"
1218
 
1219
+ #: classes/display-conditions.php:479
1220
  msgid "Archive Pages"
1221
  msgstr "Pages d’archive"
1222
 
1223
+ #: classes/display-conditions.php:480
1224
  msgid "show on any type of archive page (category, tag, author and date)"
1225
  msgstr ""
1226
  "afficher sur n’importe quel type de page d’archive (catégorie, mot-clé, "
1227
  "auteur et date)"
1228
 
1229
+ #: classes/display-conditions.php:484
1230
  msgid "Search Results"
1231
  msgstr "Résultats de recherche"
1232
 
1233
+ #: classes/display-conditions.php:485
1234
  msgid "show on search result pages"
1235
  msgstr "montrer sur les pages de résultats de recherche"
1236
 
1237
+ #: classes/display-conditions.php:489
1238
  msgid "404 Page"
1239
  msgstr "Page 404"
1240
 
1241
+ #: classes/display-conditions.php:490
1242
  msgid "show on 404 error page"
1243
  msgstr "afficher sur la page d’erreur 404"
1244
 
1245
+ #: classes/display-conditions.php:494
1246
  msgid "Attachment Pages"
1247
  msgstr "Pages de pièce jointe"
1248
 
1249
+ #: classes/display-conditions.php:495
1250
  msgid "show on attachment pages"
1251
  msgstr "afficher sur les pages de pièce jointe"
1252
 
1253
+ #: classes/display-conditions.php:499
1254
  msgid "Secondary Queries"
1255
  msgstr "Requêtes secondaires"
1256
 
1257
+ #: classes/display-conditions.php:500
1258
  msgid "allow ads in secondary queries"
1259
  msgstr "autoriser les pubs dans les requêtes secondaires"
1260
 
 
 
 
 
1261
  #: classes/visitor-conditions.php:33
1262
  msgid "Display ads only on mobile devices or hide them."
1263
  msgstr "Afficher les pubs uniquement sur les appareils mobiles ou les masquer."
1270
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
1271
  msgstr "Si le visiteur doit se connecter ou non afin de voir les pubs."
1272
 
1273
+ #: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
1274
  msgid "Manual and Troubleshooting"
1275
  msgstr "Manuel et dépannage"
1276
 
1277
+ #: classes/visitor-conditions.php:161
1278
  msgid "equal"
1279
  msgstr "égal"
1280
 
1281
+ #: classes/visitor-conditions.php:162
1282
  msgid "equal or higher"
1283
  msgstr "égal ou supérieur"
1284
 
1285
+ #: classes/visitor-conditions.php:163
1286
  msgid "equal or lower"
1287
  msgstr "égal ou inférieur"
1288
 
1289
+ #: classes/visitor-conditions.php:194
1290
  msgid "contains"
1291
  msgstr "contient"
1292
 
1293
+ #: classes/visitor-conditions.php:195
1294
  msgid "starts with"
1295
  msgstr "commence par"
1296
 
1297
+ #: classes/visitor-conditions.php:196
1298
  msgid "ends with"
1299
  msgstr "finit par"
1300
 
1301
+ #: classes/visitor-conditions.php:197
1302
  msgid "matches"
1303
  msgstr "correspond"
1304
 
1305
+ #: classes/visitor-conditions.php:198
1306
  msgid "matches regex"
1307
  msgstr "expression régulière correspondante"
1308
 
1309
+ #: classes/visitor-conditions.php:199
1310
  msgid "does not contain"
1311
  msgstr "ne contient pas"
1312
 
1313
+ #: classes/visitor-conditions.php:200
1314
  msgid "does not start with"
1315
  msgstr "ne commence pas par"
1316
 
1317
+ #: classes/visitor-conditions.php:201
1318
  msgid "does not end with"
1319
  msgstr "ne se termine pas par"
1320
 
1321
+ #: classes/visitor-conditions.php:202
1322
  msgid "does not match"
1323
  msgstr "ne correspond pas"
1324
 
1325
+ #: classes/visitor-conditions.php:203
1326
  msgid "does not match regex"
1327
  msgstr "expression régulière non-correspondante"
1328
 
1330
  msgid "Display Ads and Ad Groups."
1331
  msgstr "Afficher des pubs et des groupes de pubs."
1332
 
1333
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
1334
  msgid "--empty--"
1335
  msgstr "--vide--"
1336
 
1337
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
1338
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
1339
  #: modules/import-export/views/page.php:25
1340
  msgid "Placements"
1341
  msgstr "Placements"
1342
 
1343
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
1344
+ #: admin/includes/class-shortcode-creator.php:91
1345
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
1346
  msgid "Ad Groups"
1347
  msgstr "Groupes de pubs"
1348
 
1349
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
1350
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
1351
+ #: admin/includes/class-shortcode-creator.php:84
1352
+ #: admin/views/ad-group-list-form-row.php:68
1353
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
1354
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
1355
  msgid "Ads"
1356
  msgstr "Pubs"
1357
 
1358
+ #: public/class-advanced-ads.php:317
1359
  msgid "Advanced Ads Error following:"
1360
  msgstr "Erreur d’Advanced Ads suivante :"
1361
 
1362
+ #: public/class-advanced-ads.php:320
1363
+ #, php-format
1364
  msgid "Advanced Ads Error: %s"
1365
  msgstr "Erreur Advanced Ads: %s"
1366
 
1367
+ #: public/class-advanced-ads.php:580
1368
  msgctxt "ad group general name"
1369
  msgid "Ad Groups"
1370
  msgstr "Groupes de pubs"
1371
 
1372
+ #: public/class-advanced-ads.php:582
 
 
 
 
 
1373
  msgid "Search Ad Groups"
1374
  msgstr "Rechercher des groupes de pubs"
1375
 
1376
+ #: public/class-advanced-ads.php:583
1377
  msgid "All Ad Groups"
1378
  msgstr "Tous les groupes de pubs"
1379
 
1380
+ #: public/class-advanced-ads.php:584
1381
  msgid "Parent Ad Groups"
1382
  msgstr "Groupes de pubs parents"
1383
 
1384
+ #: public/class-advanced-ads.php:585
1385
  msgid "Parent Ad Groups:"
1386
  msgstr "Groupes de pubs parents :"
1387
 
1388
+ #: public/class-advanced-ads.php:586
1389
  msgid "Edit Ad Group"
1390
  msgstr "Modifier le groupe de pubs"
1391
 
1392
+ #: public/class-advanced-ads.php:587
1393
  msgid "Update Ad Group"
1394
  msgstr "Mettre à jour le groupe de pubs"
1395
 
1396
+ #: public/class-advanced-ads.php:588
1397
  msgid "Add New Ad Group"
1398
  msgstr "Ajouter un nouveau groupe de pubs"
1399
 
1400
+ #: public/class-advanced-ads.php:589
1401
  msgid "New Ad Groups Name"
1402
  msgstr "Nouveau nom de groupes de pubs"
1403
 
1404
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
1405
  #: modules/import-export/views/page.php:24
1406
  msgid "Groups"
1407
  msgstr "Groupes"
1408
 
1409
+ #: public/class-advanced-ads.php:591
1410
  msgid "No Ad Group found"
1411
  msgstr "Aucun groupe de pubs trouvé"
1412
 
1413
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
1414
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
 
 
 
 
1415
  msgid "New Ad"
1416
  msgstr "Nouvelle pub"
1417
 
1418
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
1419
  msgid "Add New Ad"
1420
  msgstr "Ajouter une nouvelle pub"
1421
 
1422
+ #: public/class-advanced-ads.php:621
1423
+ #: admin/includes/class-ad-groups-list.php:308
1424
  #: modules/import-export/classes/import.php:143
1425
  #: modules/import-export/classes/import.php:183
1426
  #: modules/import-export/classes/import.php:559
1427
  msgid "Edit"
1428
  msgstr "Éditer"
1429
 
1430
+ #: public/class-advanced-ads.php:622
1431
  msgid "Edit Ad"
1432
  msgstr "Modifier la pub"
1433
 
1434
+ #: public/class-advanced-ads.php:624
1435
  msgid "View"
1436
  msgstr "Voir"
1437
 
1438
+ #: public/class-advanced-ads.php:625
1439
  msgid "View the Ad"
1440
  msgstr "Voir la pub"
1441
 
1442
+ #: public/class-advanced-ads.php:626
1443
  msgid "Search Ads"
1444
  msgstr "Rechercher des pubs"
1445
 
1446
+ #: public/class-advanced-ads.php:627
1447
  msgid "No Ads found"
1448
  msgstr "Aucune pub n’a été trouvée"
1449
 
1450
+ #: public/class-advanced-ads.php:628
1451
  msgid "No Ads found in Trash"
1452
  msgstr "Aucune pub n’a été trouvée dans la corbeille"
1453
 
1454
+ #: public/class-advanced-ads.php:629
1455
  msgid "Parent Ad"
1456
  msgstr "Pub parente"
1457
 
1458
+ #: admin/includes/class-ad-groups-list.php:164
1459
  msgid "Ad weight"
1460
  msgstr "Poids de la pub"
1461
 
1462
+ #: admin/includes/class-ad-groups-list.php:172
1463
  #: admin/views/ad-list-timing-column.php:4
1464
+ #, php-format
1465
  msgid "starts %s"
1466
  msgstr "commence le %s"
1467
 
1468
+ #: admin/includes/class-ad-groups-list.php:191
1469
  #: admin/views/ad-list-timing-column.php:21
1470
+ #, php-format
1471
  msgid "expires %s"
1472
  msgstr "Expire le %s"
1473
 
1474
+ #: admin/includes/class-ad-groups-list.php:193
1475
  #: admin/views/ad-list-timing-column.php:23
1476
+ #, php-format
1477
  msgid "<strong>expired</strong> %s"
1478
  msgstr "<strong>expiré</strong> %s"
1479
 
1480
+ #: admin/includes/class-ad-groups-list.php:212
1481
  msgid "all published ads are displayed"
1482
  msgstr "toutes les pubs publiées sont affichées"
1483
 
1484
+ #: admin/includes/class-ad-groups-list.php:214
1485
+ #, php-format
1486
  msgid "up to %d ads displayed"
1487
  msgstr "jusqu’à %d pubs affichées"
1488
 
1489
+ #: admin/includes/class-ad-groups-list.php:217
1490
  msgid "No ads assigned"
1491
  msgstr "Aucune pub assignée"
1492
 
1493
+ #: admin/includes/class-ad-groups-list.php:284
1494
  msgid "Random ads"
1495
  msgstr "Pubs aléatoires"
1496
 
1497
+ #: admin/includes/class-ad-groups-list.php:285
1498
  msgid "Display random ads based on ad weight"
1499
  msgstr "Afficher des pubs aléatoirement selon le poids de la pub"
1500
 
1501
+ #: admin/includes/class-ad-groups-list.php:288
1502
  msgid "Ordered ads"
1503
  msgstr "Pubs ordonnées"
1504
 
1505
+ #: admin/includes/class-ad-groups-list.php:289
1506
  msgid "Display ads with the highest ad weight first"
1507
  msgstr "Afficher les pubs avec le poids le plus élevé tout d’abord"
1508
 
1509
+ #: admin/includes/class-ad-groups-list.php:309
1510
  msgid "Usage"
1511
  msgstr "Utilisation"
1512
 
1513
+ #: admin/includes/class-ad-groups-list.php:339
1514
  msgid "Invalid Ad Group"
1515
  msgstr "Groupe de pubs invalide."
1516
 
1517
+ #: admin/includes/class-ad-groups-list.php:344
1518
  msgid "You don’t have permission to change the ad groups"
1519
  msgstr "Vous n’avez pas l’autorisation de modifier les groupes de pubs"
1520
 
1521
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
1522
  msgid "Ad Details"
1523
  msgstr "Détails de la pub"
1524
 
1525
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
1526
  msgid "Ad Planning"
1527
  msgstr "Planification de la pub"
1528
 
1529
+ #: admin/includes/class-ad-type.php:200
1530
  msgid "expired"
1531
  msgstr "expiré"
1532
 
1533
+ #: admin/includes/class-ad-type.php:201
1534
  msgid "any expiry date"
1535
  msgstr "toute date d’expiration"
1536
 
1537
+ #: admin/includes/class-ad-type.php:202
1538
  msgid "planned"
1539
  msgstr "planifiée(s)"
1540
 
1541
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
1542
  msgid "Ad updated."
1543
  msgstr "Pub mise à jour."
1544
 
1545
  #. translators: %s: date and time of the revision
1546
+ #: admin/includes/class-ad-type.php:517
1547
+ #, php-format
1548
  msgid "Ad restored to revision from %s"
1549
  msgstr "Pub restaurée à partir de la révision du %s"
1550
 
1551
+ #: admin/includes/class-ad-type.php:518
1552
  msgid "Ad published."
1553
  msgstr "Pub publiée."
1554
 
1555
+ #: admin/includes/class-ad-type.php:519
1556
  msgid "Ad saved."
1557
  msgstr "Pub enregistrée."
1558
 
1559
+ #: admin/includes/class-ad-type.php:520
1560
  msgid "Ad submitted."
1561
  msgstr "Pub soumise."
1562
 
1563
+ #: admin/includes/class-ad-type.php:522
1564
+ #, php-format
1565
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1566
  msgstr "Pub programmée pour: <strong>%1$s.</strong>"
1567
 
1568
  #. translators: Publish box date format, see http://php.net/date
1569
+ #: admin/includes/class-ad-type.php:524
1570
  msgid "M j, Y @ G:i"
1571
  msgstr "M j, Y @ G:i"
1572
 
1573
+ #: admin/includes/class-ad-type.php:526
1574
  msgid "Ad draft updated."
1575
  msgstr "Brouillon de la pub mis à jour."
1576
 
1577
+ #: admin/includes/class-licenses.php:101
1578
+ msgid "Error while trying to register the license. Please contact support."
1579
+ msgstr ""
1580
+ "Erreur en essayant d’enregistrer la licence. Veuillez contacter le support."
1581
+
1582
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
1583
+ msgid "Please enter a valid license key"
1584
+ msgstr "Veuillez entrer une clé de licence valide"
1585
+
1586
+ #: admin/includes/class-licenses.php:147
1587
+ msgid "This is the bundle license key."
1588
+ msgstr "Il s’agit de la clé de licence du package (bundle)."
1589
+
1590
+ #: admin/includes/class-licenses.php:148
1591
+ #: modules/marketpress-license/main.php:132
1592
+ msgid "This is not the correct key for this add-on."
1593
+ msgstr "Ce n’est pas la clé correcte pour ce module."
1594
+
1595
+ #: admin/includes/class-licenses.php:218
1596
+ msgid "Error while trying to disable the license. Please contact support."
1597
+ msgstr ""
1598
+ "Erreur en essayant de désactiver la licence. Veuillez contacter le support."
1599
+
1600
  #: admin/includes/class-menu.php:52
1601
  msgid "Overview"
1602
  msgstr "Aperçu"
1603
 
1604
+ #: admin/includes/class-menu.php:75
1605
  msgid "Ad Placements"
1606
  msgstr "Emplacements de la pub"
1607
 
1608
+ #: admin/includes/class-menu.php:79
1609
  msgid "Advanced Ads Settings"
1610
  msgstr "Réglages d’Advanced Ads"
1611
 
1612
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
1613
  msgid "Settings"
1614
  msgstr "Réglages"
1615
 
1616
+ #: admin/includes/class-menu.php:82
1617
  msgid "Advanced Ads Debugging"
1618
  msgstr "Débogage Advanced Ads"
1619
 
1620
+ #: admin/includes/class-menu.php:82
1621
  msgid "Debug"
1622
  msgstr "Débogage"
1623
 
1624
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1625
  msgid "Sorry, you are not allowed to access this feature."
1626
  msgstr "Désolé, vous n’êtes pas autorisé à accéder à cette fonctionnalité."
1627
 
1628
+ #: admin/includes/class-menu.php:203
1629
  msgid ""
1630
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1631
  "deleted?"
1645
  msgid "Layout / Output"
1646
  msgstr "Mise en page / sortie"
1647
 
1648
+ #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
1649
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
 
 
 
 
 
 
 
 
1650
  #: admin/views/ad-output-metabox.php:51
1651
  msgid "Manual"
1652
  msgstr "Manuel"
1653
 
1654
+ #: admin/includes/class-meta-box.php:222
1655
  msgid "Ad Settings"
1656
  msgstr "Paramètres de la pub"
1657
 
1658
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
1659
  msgid "Ads Dashboard"
1660
  msgstr "Tableau de bord des pubs"
1661
 
1662
+ #: admin/includes/class-meta-box.php:336
1663
  msgid "From the ad optimization universe"
1664
  msgstr "De l’univers d’optimisation de pub"
1665
 
1666
+ #: admin/includes/class-meta-box.php:345
1667
  msgid "Advanced Ads Tutorials"
1668
  msgstr "Tutoriels Advanced Ads"
1669
 
1670
+ #: admin/includes/class-meta-box.php:357
1671
+ #, php-format
1672
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1673
  msgstr "%d pubs – <a href=\"%s\">gérer</a> – <a href=\"%s\">nouveau</a>"
1674
 
1675
+ #: admin/includes/class-meta-box.php:369
1676
  msgid "plugin manual and homepage"
1677
  msgstr "Page d’accueil et manuel du plugin"
1678
 
1679
+ #: admin/includes/class-meta-box.php:376
1680
  msgid "Get the tutorial via email"
1681
  msgstr "Téléchargez le tutoriel par e-mail"
1682
 
1683
+ #: admin/includes/class-meta-box.php:383
1684
  msgid "Get AdSense tips via email"
1685
  msgstr "Recevez des conseils de Adsense par e-mail"
1686
 
1687
+ #: admin/includes/class-notices.php:417
1688
+ #, php-format
1689
  msgid ""
1690
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
1691
  "target=\"_blank\">this form</a> to sign up."
1693
  "Vous ne semblez pas avoir une adresse e-mail. Veuillez utiliser <a "
1694
  "href=\"%s\" target=\"_blank\">ce formulaire</a> pour vous inscrire."
1695
 
1696
+ #: admin/includes/class-notices.php:435
1697
  msgid ""
1698
  "How embarrassing. The email server seems to be down. Please try again later."
1699
  msgstr ""
1700
  "Quelle honte. Le serveur de messagerie semble être à l’arrêt. Veuillez "
1701
  "réessayer ultérieurement."
1702
 
1703
+ #: admin/includes/class-notices.php:440
1704
+ #, php-format
1705
  msgid ""
1706
  "Please check your email (%s) for the confirmation message. If you didn’t "
1707
  "receive one or want to use another email address then please use <a "
1771
  "AdSense</strong> et Advanced Ads via la newsletter du groupe dédié."
1772
 
1773
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1774
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
 
1775
  msgid "Subscribe me now"
1776
  msgstr "Inscrivez-moi maintenant"
1777
 
1785
  msgid "Send it now"
1786
  msgstr "Envoyer maintenant"
1787
 
1788
+ #: admin/includes/class-overview-widgets.php:126
1789
  msgid "Create your first ad"
1790
  msgstr "Créez votre première pub"
1791
 
1817
  msgstr "Prochaines étapes"
1818
 
1819
  #: admin/includes/class-overview-widgets.php:153
1820
+ #, php-format
1821
  msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
1822
  msgstr "<a href=\"%s\" target=\"_blank\">Manuel</a>"
1823
 
1824
  #: admin/includes/class-overview-widgets.php:154
1825
+ #, php-format
1826
  msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
1827
  msgstr "<a href=\"%s\" target=\"_blank\">FAQ et Support</a>"
1828
 
1829
  #: admin/includes/class-overview-widgets.php:155
1830
+ #, php-format
1831
  msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
1832
  msgstr "Votez pour une <a href=\"%s\" target=\"_blank\">fonctionnalité</a>"
1833
 
1834
  #: admin/includes/class-overview-widgets.php:156
1835
+ #, php-format
1836
  msgid ""
1837
  "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
1838
  "href=\"%s\" target=\"_blank\">wordpress.org</a>"
1849
  "personnalisé sur votre site ? Demandez-moi un devis."
1850
 
1851
  #: admin/includes/class-overview-widgets.php:166
1852
+ #, php-format
1853
  msgid "Help with ads on %s"
1854
  msgstr "Aide sur les pubs activée %s"
1855
 
1982
  msgid "General"
1983
  msgstr "Général"
1984
 
1985
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1986
  msgid "Licenses"
1987
  msgstr "Licences"
1988
 
2006
  msgid "Priority of content injection filter"
2007
  msgstr "Filtre de priorité d’injection de contenu"
2008
 
2009
+ #: admin/includes/class-settings.php:118
2010
  msgid "Hide ads from bots"
2011
  msgstr "Cacher les publicités aux robots"
2012
 
2013
+ #: admin/includes/class-settings.php:126
2014
  msgid "Disable notices"
2015
  msgstr "Désactiver les avis"
2016
 
2017
+ #: admin/includes/class-settings.php:134
2018
  msgid "ID prefix"
2019
  msgstr "Préfixe ID"
2020
 
2021
+ #: admin/includes/class-settings.php:142
2022
  msgid "Remove Widget ID"
2023
  msgstr "Supprimer le Widget ID"
2024
 
2025
+ #: admin/includes/class-settings.php:150
2026
  msgid "Allow editors to manage ads"
2027
  msgstr "Permettre aux éditeurs de gérer des pubs"
2028
 
2029
+ #: admin/includes/class-settings.php:255
2030
  msgid "(display to all)"
2031
  msgstr "(afficher à tous)"
2032
 
2033
+ #: admin/includes/class-settings.php:256
2034
  msgid "Subscriber"
2035
  msgstr "Abonné"
2036
 
2037
+ #: admin/includes/class-settings.php:257
2038
  msgid "Contributor"
2039
  msgstr "Contributeur"
2040
 
2041
+ #: admin/includes/class-settings.php:258
2042
  msgid "Author"
2043
  msgstr "Auteur"
2044
 
2045
+ #: admin/includes/class-settings.php:259
2046
  msgid "Editor"
2047
  msgstr "Éditeur"
2048
 
2049
+ #: admin/includes/class-settings.php:260
2050
  msgid "Admin"
2051
  msgstr "Administrateur"
2052
 
2053
+ #: admin/includes/class-settings.php:268
2054
  msgid "Choose the lowest role a user must have in order to not see any ads."
2055
  msgstr ""
2056
  "Choisissez le rôle le plus faible dont un utilisateur doit disposer afin de "
2057
  "ne pas voir de pubs."
2058
 
2059
+ #: admin/includes/class-settings.php:282
2060
  msgid ""
2061
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
2062
  "needs it."
2064
  "<strong>avis: </strong>le fichier est actuellement activé par un module "
2065
  "complémentaire dont il a besoin."
2066
 
2067
+ #: admin/includes/class-settings.php:285
2068
+ #, php-format
2069
  msgid ""
2070
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
2071
  "here</a>). Some features and add-ons might override this setting if they "
2075
  "here</a>). Certaines fonctionnalités et modules complémentaires peuvent "
2076
  "remplacer ce paramètre si elles ont besoin des fonctionnalités de ce fichier."
2077
 
2078
+ #: admin/includes/class-settings.php:321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2079
  msgid ""
2080
  "Please check your post content. A priority of 10 and below might cause "
2081
  "issues (wpautop function might run twice)."
2084
  "pourrait causer des problèmes (la fonction « wpautop » pourrait s’exécuter "
2085
  "deux fois)."
2086
 
2087
+ #: admin/includes/class-settings.php:323
2088
  msgid ""
2089
  "Play with this value in order to change the priority of the injected ads "
2090
  "compared to other auto injected elements in the post content."
2093
  "par rapport aux autres éléments automatiquement injecté dans le contenu de "
2094
  "l’article."
2095
 
2096
+ #: admin/includes/class-settings.php:350
2097
+ #, php-format
2098
  msgid ""
2099
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
2100
  "impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
2105
  "robots lorsque vous utilisez l’ <a href=\"%s\" target=\"_blank\">Tracking "
2106
  "Add-On</a>."
2107
 
2108
+ #: admin/includes/class-settings.php:351
2109
  msgid ""
2110
  "Disabling this option only makes sense if your ads contain content you want "
2111
  "to display to bots (like search engines) or your site is cached and bots "
2116
  "est mis en cache et les robots pourraient créer une version mise en cache "
2117
  "sans les publicités."
2118
 
2119
+ #: admin/includes/class-settings.php:364
2120
  msgid ""
2121
  "Disable internal notices like tips, tutorials, email newsletters and update "
2122
  "notices. Disabling notices is recommended if you run multiple blogs with "
2127
  "recommandé si vous exécutez déjà plusieurs blogs (multi-sites) avec Advanced "
2128
  "Ads."
2129
 
2130
+ #: admin/includes/class-settings.php:381
2131
  msgid ""
2132
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
2133
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
2138
  "publicité</strong> marque ces blocs comme pubs.<br>Vous devrez peut-être "
2139
  "<strong>réécrire les règles css par la suite</strong>."
2140
 
2141
+ #: admin/includes/class-settings.php:402
2142
  msgid ""
2143
  "Remove the ID attribute from widgets in order to not make them an easy "
2144
  "target of ad blockers."
2146
  "Supprimer l’attribut ID des widgets pour ne pas qu’ils soient une cible "
2147
  "facile des bloqueurs de publicité."
2148
 
2149
+ #: admin/includes/class-settings.php:405
2150
  msgid ""
2151
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
2152
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
2154
  "Si cochée, l’Avanced Ads Widget ne fonctionnera pas avec l’option fixe du "
2155
  "plugin <strong>Q2W3 Fixed Widget</strong> ."
2156
 
2157
+ #: admin/includes/class-settings.php:427
2158
  msgid "Allow editors to also manage and publish ads."
2159
  msgstr "Permettre aussi aux éditeurs de gérer et publier des pubs."
2160
 
2161
+ #: admin/includes/class-settings.php:428
2162
+ #, php-format
2163
  msgid ""
2164
  "You can assign different ad-related roles on a user basis with <a "
2165
  "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
2167
  "Vous pouvez assigner différents rôles liés à la pub sur une base "
2168
  "d’utilisateur avec <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
2169
 
 
 
 
 
 
 
 
 
2170
  #: admin/includes/notices.php:15
2171
  msgid ""
2172
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
2209
  "manquant ou incorrect</strong>."
2210
 
2211
  #: admin/includes/notices.php:41
2212
+ #, php-format
2213
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
2214
  msgstr ""
2215
  "S’il vous plaît ajoutez des clés de licences valides <a href=\"%s\">ici</a>."
2216
 
2217
  #: admin/includes/notices.php:47
2218
+ #, php-format
2219
  msgid ""
2220
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
2221
  "soon</strong>. Don’t risk to lose support and updates and renew your license "
2228
  "significatif sur <a href=\"%s\" target=\"_blank\">la page Add-on</a>."
2229
 
2230
  #: admin/includes/notices.php:53
2231
+ #, php-format
2232
  msgid ""
2233
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
2234
  "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
2239
  "licence</a> pour plus d’informations."
2240
 
2241
  #: admin/includes/notices.php:59
2242
+ #, php-format
2243
  msgid ""
2244
  "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
2245
  "review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
2259
  "org</a>.</p><p><em>Thomas</em>"
2260
 
2261
  #: admin/includes/notices.php:65
2262
+ #, php-format
2263
  msgid ""
2264
  "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
2265
  "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
2285
  msgid "Cancel"
2286
  msgstr "Annuler"
2287
 
2288
+ #: admin/views/ad-display-metabox.php:22
 
 
 
 
 
 
2289
  #: admin/views/notices/jqueryui_error.php:2
2290
+ #, php-format
2291
  msgid ""
2292
  "There might be a problem with layouts and scripts in your dashboard. Please "
2293
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
2296
  "votre tableau de bord. Veuillez consulter <a href=\"%s\" target=\"_blank\">"
2297
  "cet article pour en savoir plus</a>."
2298
 
2299
+ #: admin/views/ad-display-metabox.php:76
2300
  msgid "If you want to display the ad everywhere, don't do anything here. "
2301
  msgstr "Si vous souhaitez afficher la publicité partout, ne faites rien ici. "
2302
 
2303
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
2304
  msgid "New condition"
2305
  msgstr "Nouvelle condition"
2306
 
2307
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
2308
  msgid "-- choose a condition --"
2309
  msgstr "—Choisissez une condition—"
2310
 
2311
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
2312
+ #: admin/views/ad-visitor-metabox.php:62
 
2313
  msgid "add"
2314
  msgstr "ajouter"
2315
 
2328
  msgid "Update"
2329
  msgstr "Mettre à jour"
2330
 
2331
+ #: admin/views/ad-group-list-ads.php:3
2332
+ msgid "weight"
2333
+ msgstr "poids"
2334
+
2335
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
2336
  msgid "Name"
2337
  msgstr "Nom"
2338
 
2339
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
2340
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
 
 
 
 
2341
  msgid "Type"
2342
  msgstr "Type"
2343
 
2344
+ #: admin/views/ad-group-list-form-row.php:51
 
 
 
 
2345
  msgctxt "option to display all ads in an ad groups"
2346
  msgid "all"
2347
  msgstr "toutes"
2348
 
2349
+ #: admin/views/ad-group-list-form-row.php:59
2350
  msgid "Number of ads that are visible at the same time"
2351
  msgstr "Nombre de pubs qui sont visibles en même temps"
2352
 
 
 
 
 
2353
  #: admin/views/ad-group-list-header.php:4
2354
  msgid "Details"
2355
  msgstr " Détails"
2356
 
2357
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
2358
+ #: admin/views/placements.php:65
2359
  msgid "shortcode"
2360
  msgstr "shortcode"
2361
 
2362
+ #: admin/views/ad-group-list-row.php:11
 
2363
  msgid "template"
2364
  msgstr "modèle"
2365
 
2366
  #: admin/views/ad-group-list-row.php:14
2367
+ #, php-format
2368
  msgid ""
2369
  "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
2370
  "manual</a>."
2373
  "target=\"_blank\">Manuel</a>."
2374
 
2375
  #: admin/views/ad-group-list-row.php:19
2376
+ #, php-format
2377
  msgid "Type: %s"
2378
  msgstr "Type: %s"
2379
 
2380
  #: admin/views/ad-group-list-row.php:20
2381
+ #, php-format
2382
  msgid "ID: %s"
2383
  msgstr "ID: %s"
2384
 
2387
  msgstr "Groupes de pubs mis à jour avec succès"
2388
 
2389
  #: admin/views/ad-group.php:46
2390
+ #, php-format
2391
  msgid "Search results for &#8220;%s&#8221;"
2392
  msgstr "Résultats de recherche pour &#8220;%s&#8221;"
2393
 
2404
  "d’informatif. Non seulement un groupes de pubs peut avoir des pubs multiples,"
2405
  " mais une pub peut aussi appartenir à plusieurs groupes de pubs."
2406
 
2407
+ #: admin/views/ad-group.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2408
  msgid "Update Groups"
2409
  msgstr "Mettre à jour les Groupes"
2410
 
2411
  #: admin/views/ad-info-top.php:54
2412
+ #, php-format
2413
  msgid ""
2414
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
2415
  "target=\"_blank\">manual</a>."
2418
  "target=\"_blank\">Manuel</a>."
2419
 
2420
  #: admin/views/ad-info.php:2
2421
+ #, php-format
2422
  msgid "Ad Id: %s"
2423
  msgstr "Id de la pub: %s"
2424
 
2427
  msgstr "fonction du thème"
2428
 
2429
  #: admin/views/ad-info.php:7
2430
+ #, php-format
2431
  msgid ""
2432
  "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
2433
  msgstr ""
2471
  msgstr "Tout ce qui est lié à la l’agencement et à la sortie des pubs."
2472
 
2473
  #: admin/views/ad-output-metabox.php:4
2474
+ #: admin/views/placements-ad-label-position.php:1
2475
  msgid "Position"
2476
  msgstr "Position"
2477
 
2479
  msgid "- default -"
2480
  msgstr "- par défaut -"
2481
 
2482
+ #: admin/views/ad-output-metabox.php:7
2483
+ #: admin/views/placements-ad-label-position.php:2
2484
+ #: admin/views/placements-ad-label-position.php:4
2485
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2486
+ #: admin/views/placements.php:53
2487
  msgid "default"
2488
  msgstr "défaut"
2489
 
2490
  #: admin/views/ad-output-metabox.php:8
2491
+ #: admin/views/placements-ad-label-position.php:6
2492
+ #: admin/views/placements-ad-label-position.php:8
2493
  msgid "left"
2494
  msgstr "gauche"
2495
 
2496
  #: admin/views/ad-output-metabox.php:11
2497
+ #: admin/views/placements-ad-label-position.php:9
2498
+ #: admin/views/placements-ad-label-position.php:11
2499
  msgid "center"
2500
  msgstr "centre"
2501
 
2502
  #: admin/views/ad-output-metabox.php:14
2503
+ #: admin/views/placements-ad-label-position.php:12
2504
+ #: admin/views/placements-ad-label-position.php:14
2505
  msgid "right"
2506
  msgstr "droite"
2507
 
2568
  msgstr "Date d’expiration"
2569
 
2570
  #: admin/views/ad-submitbox-meta.php:16
2571
+ #, php-format
2572
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
2573
  msgid "%1$s-%2$s"
2574
  msgstr "%1$s-%2$s"
2575
 
2576
  #: admin/views/ad-submitbox-meta.php:29
2577
+ #, php-format
2578
  msgctxt ""
2579
  "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
2580
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2581
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2582
 
2583
+ #: admin/views/ad-visitor-metabox.php:12
2584
  msgid ""
2585
  "Display conditions that are based on the user. Use with caution on cached "
2586
  "websites."
2588
  "Afficher les conditions qui sont basées sur l’utilisateur. Utilisez avec "
2589
  "prudence sur les sites Web mis en cache."
2590
 
2591
+ #: admin/views/ad-visitor-metabox.php:47
2592
  msgid ""
2593
  "Visitor conditions limit the number of users who can see your ad. There is "
2594
  "no need to set visitor conditions if you want all users to see the ad."
2597
  "voir votre pub. Il n’y a pas besoin de définir des conditions de visiteur si "
2598
  "vous souhaitez que tous les utilisateurs voient cette pub."
2599
 
2600
+ #: admin/views/ad-visitor-metabox.php:50
2601
+ #, php-format
2602
  msgid ""
2603
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2604
  "Pro</a> if dynamic features get cached."
2607
  "target=\"_blank\">Advanced Ads Pro</a> si les fonctionnalités dynamiques "
2608
  "sont mises en cache."
2609
 
2610
+ #: admin/views/ad-visitor-metabox.php:67
2611
+ #, php-format
2612
  msgid ""
2613
  "Define the exact browser width for which an ad should be visible using the "
2614
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2616
  "Définir la largeur exacte de navigateur pour lequel une pub doit être "
2617
  "visible à l’aide du <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2618
 
2619
+ #: admin/views/ad-visitor-metabox.php:113
2620
  msgid ""
2621
  "The visitor conditions below are deprecated. Please use the new version of "
2622
  "visitor conditions to replace it."
2624
  "Les conditions des visiteurs ci-dessous sont obsolètes. S’il vous plaît "
2625
  "utiliser la nouvelle version des conditions des visiteurs pour le remplacer."
2626
 
2627
+ #: admin/views/ad-visitor-metabox.php:119
2628
  msgid "Display on all devices"
2629
  msgstr "Afficher sur tous les appareils"
2630
 
2631
+ #: admin/views/ad-visitor-metabox.php:123
2632
  msgid "only on mobile devices"
2633
  msgstr "seulement sur les appareils mobiles"
2634
 
2635
+ #: admin/views/ad-visitor-metabox.php:127
2636
  msgid "not on mobile devices"
2637
  msgstr "pas sur les appareils mobiles"
2638
 
2639
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2640
  msgid "Debug Page"
2641
  msgstr "Page de débogage"
2642
 
2644
  msgid "Work in progress"
2645
  msgstr "Travail en cours"
2646
 
2647
+ #: admin/views/feedback-disable.php:4
 
 
 
 
 
 
 
 
 
 
 
 
2648
  msgid "Why did you decide to disable Advanced Ads?"
2649
  msgstr "Pourquoi avez-vous décidé de désactiver Advanced Ads?"
2650
 
2651
+ #: admin/views/feedback-disable.php:18
 
 
 
 
 
 
 
 
 
 
 
 
2652
  msgid "other reason"
2653
  msgstr "autre raison"
2654
 
2655
+ #: admin/views/feedback-disable.php:19
2656
  msgid "Please specify, if possible"
2657
  msgstr "Veuillez préciser, si possible"
2658
 
2659
+ #: admin/views/placements-content-index.php:1
2660
+ msgid "after"
2661
+ msgstr "après"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2662
 
2663
+ #: admin/views/placements-content-index.php:1
2664
+ msgid "before"
2665
+ msgstr "avant"
 
 
 
 
 
 
 
2666
 
2667
+ #: admin/views/placements-content-index.php:21
2668
+ msgid "start counting from bottom"
2669
+ msgstr "commencer à compter à partir du bas"
2670
 
2671
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2672
+ msgid "--not selected--"
2673
+ msgstr "--non sélectionné--"
2674
 
2675
  #: admin/views/placements.php:8
2676
  msgid ""
2684
  msgid "Placements updated"
2685
  msgstr "Mise à jour des placements"
2686
 
2687
+ #: admin/views/placements.php:14
2688
  msgid ""
2689
  "Placements are physically places in your theme and posts. You can use them "
2690
  "if you plan to change ads and ad groups on the same place without the need "
2695
  "les groupes de pubs sur une même position sans avoir besoin de changer vos "
2696
  "modèles."
2697
 
2698
+ #: admin/views/placements.php:15
2699
+ #, php-format
2700
  msgid ""
2701
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2702
  msgstr ""
2703
  "Voir aussi le manuel pour plus d’informations sur les <a href=\"%s\">"
2704
  "placements</a>."
2705
 
2706
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2707
  msgid "Options"
2708
  msgstr "Options"
2709
 
2710
+ #: admin/views/placements.php:43
2711
+ #, php-format
2712
  msgid ""
2713
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2714
  "check if the responsible add-on is activated."
2716
  "Type de placement \"%s\" est absent et a été remis à zéro « par défaut ».<br>"
2717
  "S’il vous plaît, vérifiez si l’Add-on responsable de cela est activé."
2718
 
2719
+ #: admin/views/placements.php:59
2720
  msgid "show usage"
2721
  msgstr "montrer son utilisation"
2722
 
2723
+ #: admin/views/placements.php:83
2724
  msgid "Item"
2725
  msgstr "élément"
2726
 
2727
+ #: admin/views/placements.php:98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2728
  msgid "Important Notice"
2729
  msgstr "Remarque importante"
2730
 
2731
+ #: admin/views/placements.php:98
2732
  msgid ""
2733
  "Your server is missing an extension. This might break the content injection."
2734
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2739
  "bien, ou bien demander à votre d’hébergeur d’activer <em>l’extension "
2740
  "mbstring</em>."
2741
 
2742
+ #: admin/views/placements.php:142
 
 
 
 
2743
  msgctxt "checkbox to remove placement"
2744
  msgid "delete"
2745
  msgstr "supprimer"
2746
 
2747
+ #: admin/views/placements.php:148
2748
  msgid "Save Placements"
2749
  msgstr "Enregistrer les placements"
2750
 
2751
+ #: admin/views/placements.php:150
2752
  msgid "Create a new placement"
2753
  msgstr "Créer un nouveau placement"
2754
 
2755
+ #: admin/views/placements.php:151
2756
  msgid "New Placement"
2757
  msgstr "Nouveau Placement"
2758
 
2759
+ #: admin/views/placements.php:158
2760
  msgid "Choose a placement type"
2761
  msgstr "Choisissez un type de placement"
2762
 
2763
+ #: admin/views/placements.php:159
2764
+ #, php-format
2765
  msgid ""
2766
  "Placement types define where the ad is going to be displayed. Learn more "
2767
  "about the different types from the <a href=\"%s\">manual</a>"
2769
  "Les types de placement défini la où publicité va s’afficher. En savoir plus "
2770
  "sur les différents types de placement dans <a href=\"%s\">manuelle</a>"
2771
 
2772
+ #: admin/views/placements.php:176
2773
  msgid "Please select a placement type."
2774
  msgstr "Veuillez sélectionner un type de placement."
2775
 
2776
+ #: admin/views/placements.php:178
2777
  msgid "Choose a Name"
2778
  msgstr "Choisissez un nom"
2779
 
2780
+ #: admin/views/placements.php:179
2781
  msgid ""
2782
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2783
  "one, e.g. <em>Below Post Headline</em>."
2785
  "Le nom du placement est uniquement visible par vous. Conseil: choisir un "
2786
  "descriptif, par exemple <em>Sous le titre des articles</em>."
2787
 
2788
+ #: admin/views/placements.php:180
2789
  msgid "Placement Name"
2790
  msgstr "Nom de placement"
2791
 
2792
+ #: admin/views/placements.php:181
2793
  msgid "Please enter a name for your placement."
2794
  msgstr "Entrez un nom pour votre placement."
2795
 
2796
+ #: admin/views/placements.php:182
2797
  msgid "Choose the Ad or Group"
2798
  msgstr "Choisissez la pub ou le groupe"
2799
 
2800
+ #: admin/views/placements.php:183
2801
  msgid "The ad or group that should be displayed."
2802
  msgstr "Pub ou groupe qui doit être affichée."
2803
 
2804
+ #: admin/views/placements.php:202
2805
  msgid "Save New Placement"
2806
  msgstr "Enregistrez le nouveau placement"
2807
 
2814
  msgstr "Votre licence est expirée."
2815
 
2816
  #: admin/views/setting-license.php:18
2817
+ #, php-format
2818
  msgid "(%d days left)"
2819
  msgstr "(%d jours restants)"
2820
 
2822
  msgid "License key"
2823
  msgstr "Clef de la licence"
2824
 
2825
+ #: admin/views/setting-license.php:42
2826
  msgid "License key invalid"
2827
  msgstr "Clé de licence invalide"
2828
 
2829
+ #: admin/views/setting-license.php:45
2830
  msgid "active"
2831
  msgstr "active"
2832
 
2872
  "vous voyez des pubs injectées à des endroits où elles ne devraient pas "
2873
  "apparaître."
2874
 
2875
+ #: admin/views/settings.php:35
2876
  msgid "Save settings on this page"
2877
  msgstr "Enregistrer les paramètres sur cette page"
2878
 
 
 
 
 
2879
  #: admin/views/settings.php:51
2880
  msgid "Advanced Ads on WordPress.org"
2881
  msgstr "Advanced Ads sur WordPress.org"
2888
  msgid "the company behind Advanced Ads"
2889
  msgstr "la compagnie derrière Advanced Ads"
2890
 
2891
+ #: admin/views/support.php:7
 
 
 
 
2892
  msgid ""
2893
  "Please fix the red highlighted issues on this page or try to understand "
2894
  "their consequences before contacting support."
2896
  "S’il vous plaît, réglez les problèmes (surligné en rouge) sur cette page ou "
2897
  "essayer de comprendre leurs conséquences avant de contacter notre assistance."
2898
 
2899
+ #: admin/views/support.php:11
2900
+ #, php-format
2901
  msgid ""
2902
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2903
  "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
2908
  "à jour de PHP est vivement recommandé. Demandez à votre hébergeur pour plus "
2909
  "d’informations."
2910
 
2911
+ #: admin/views/support.php:14
2912
+ #, php-format
2913
  msgid ""
2914
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2915
  "rotation or visitor conditions might not work properly. Use the cache-"
2922
  "de suppression de cache (cache-busting) de <a href=\"%s\" target=\"_blank\">"
2923
  "Advanced Ads Pro</a> pour charger dynamiquement les pubs."
2924
 
2925
+ #: admin/views/support.php:17
2926
  msgid ""
2927
  "There is a <strong>new WordPress version available</strong>. Please update."
2928
  msgstr ""
2929
  "Il existe une <strong>nouvelle version de WordPress disponible</strong>. "
2930
  "Veuillez mettre à jour."
2931
 
2932
+ #: admin/views/support.php:20
2933
  msgid "There are <strong>plugin updates available</strong>. Please update."
2934
  msgstr ""
2935
  "Il y a des <strong>mises à jour du plugin disponible</strong>. Veuillez "
2936
  "mettre à jour."
2937
 
2938
+ #: admin/views/support.php:29
2939
+ #, php-format
2940
  msgid ""
2941
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2942
  "site performance, it is known to alter code, including scripts from ad "
2948
  "les scripts de réseaux publicitaires. <a href=\"%s\" target=\"_blank\">"
2949
  "Advanced Ads Pro</a> propose le support intégré d’Autoptimize."
2950
 
2951
+ #: admin/views/support.php:32
2952
+ #, php-format
2953
  msgid ""
2954
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2955
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2957
  "Les plugins qui sont connus pour causer des problèmes (partielles): <strong>"
2958
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">En savoir plus</a>."
2959
 
2960
+ #: admin/views/support.php:35
2961
+ #, php-format
2962
  msgid ""
2963
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2964
  "href=\"%s\">settings</a>."
2966
  "Les pubs sont désactivées pour toutes ou certaines pages. Voir « pubs "
2967
  "désactivées » dans les <a href=\"%s\">paramètres</a>."
2968
 
2969
+ #: admin/views/support.php:46
2970
+ msgid "Possible Issues"
2971
+ msgstr "Problèmes possibles"
2972
 
2973
+ #: admin/views/support.php:53
2974
  msgid ""
2975
  "Use the following form to search for solutions in the manual on "
2976
  "wpadvancedads.com"
2978
  "Utilisez le formulaire ci-dessous pour rechercher des solutions dans le "
2979
  "manuel sur wpadvancedads.com"
2980
 
2981
+ #: admin/views/support.php:56
2982
  msgid "search"
2983
  msgstr "rechercher"
2984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2985
  #: modules/gadsense/main.php:19
2986
  msgid " at "
2987
  msgstr "à"
2988
 
2989
+ #: admin/views/notices/adblock.php:2
2990
  msgid ""
2991
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2992
  "ad setup."
2994
  "Veuillez désactiver votre <strong>bloqueur de publicité</strong> pour éviter "
2995
  "tout problème avec la configuration de pub."
2996
 
2997
+ #: modules/ad-blocker/admin/admin.php:96
 
 
 
 
2998
  msgid "Ad blocker fix"
2999
  msgstr "Réparation bloqueur de publicité"
3000
 
3001
+ #: modules/ad-blocker/admin/admin.php:162
3002
+ msgid "The asset folder was rebuilt successfully"
3003
+ msgstr "Le dossier d’éléments (assets) a été reconstruit avec succès"
3004
+
3005
+ #: modules/ad-blocker/admin/admin.php:223
3006
  msgid "There is no writable upload folder"
3007
  msgstr ""
3008
  "Il n’y a aucun dossier de transfert avec des droits d’écriture (writable)"
3009
 
3010
+ #: modules/ad-blocker/admin/admin.php:252
3011
+ #, php-format
3012
  msgid "Unable to rename \"%s\" directory"
3013
  msgstr "Impossible de renommer le répertoire \"%s\""
3014
 
3015
+ #: modules/ad-blocker/admin/admin.php:268
3016
+ #: modules/ad-blocker/admin/admin.php:281
3017
+ #: modules/ad-blocker/admin/admin.php:298
3018
+ #, php-format
3019
  msgid "Unable to copy assets to the \"%s\" directory"
3020
  msgstr "Impossible de copier des éléments (assets) dans le répertoire \"%s\""
3021
 
3022
+ #: modules/ad-blocker/admin/admin.php:331
3023
+ #: modules/ad-blocker/admin/admin.php:351
3024
+ #, php-format
3025
  msgid "We do not have direct write access to the \"%s\" directory"
3026
  msgstr "Vous n’avez pas de droit direct d’écriture pour le répertoire \"%s\""
3027
 
3028
+ #: modules/ad-blocker/admin/admin.php:417
3029
+ #, php-format
3030
  msgid ""
3031
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
3032
  "server?"
3034
  "Impossible de créer le répertoire \"%s\". Son répertoire parent est-il "
3035
  "modifiable par le serveur ?"
3036
 
3037
+ #: modules/ad-blocker/admin/admin.php:428
3038
+ #, php-format
3039
  msgid "Unable to copy files to %s"
3040
  msgstr "Impossible de copier les fichiers vers %s"
3041
 
3042
+ #: modules/gadsense/admin/admin.php:27
3043
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
 
 
3044
  msgid "Responsive"
3045
  msgstr "Responsive"
3046
 
3047
+ #: modules/gadsense/admin/admin.php:45
3048
  msgid "The ad details couldn't be retrieved from the ad code"
3049
  msgstr ""
3050
  "Les détails de la pub n’ont pas pu être récupérés à partir du code de la pub"
3051
 
3052
+ #: modules/gadsense/admin/admin.php:46
3053
  msgid ""
3054
  "Warning : The AdSense account from this code does not match the one set with "
3055
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
3059
  "celui fixé avec le Plugin Advanced Ads. Cette pub pourrait entraîner des "
3060
  "problèmes lorsqu’elle est utilisée sur le Frontend."
3061
 
3062
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
3063
  msgid "AdSense"
3064
  msgstr "Adsense"
3065
 
3066
+ #: modules/gadsense/admin/admin.php:132
3067
  msgid "AdSense ID"
3068
  msgstr "ID AdSense"
3069
 
3070
+ #: modules/gadsense/admin/admin.php:141
3071
  msgid "Limit to 3 ads"
3072
  msgstr "Limiter à 3 pubs"
3073
 
3074
+ #: modules/gadsense/admin/admin.php:150
3075
  msgid "Activate Page-Level ads"
3076
  msgstr "Activer les pubs de niveau de Page"
3077
 
3078
+ #: modules/gadsense/admin/admin.php:170
3079
+ #, php-format
3080
  msgid ""
3081
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
3082
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
3085
  "sur votre page. Voir le <a href=\"%s\" target=\"_blank\">manuel</a> pour "
3086
  "plus d’informations."
3087
 
3088
+ #: modules/gadsense/admin/admin.php:184
3089
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
3090
  msgstr ""
3091
  "Votre Référence éditeur (Publisher ID) d’ AdSense <em>(pub-xxxxxxxxxxxxxx)"
3092
  "</em>"
3093
 
3094
+ #: modules/gadsense/admin/admin.php:196
3095
+ #, php-format
3096
  msgid "Limit to %d AdSense ads"
3097
  msgstr "Limiter à %d pubs AdSense"
3098
 
3099
+ #: modules/gadsense/admin/admin.php:204
3100
  msgid ""
3101
  "Due to technical restrictions, the limit does not work on placements with "
3102
  "cache-busting enabled."
3104
  "En raison de restrictions techniques, la limite ne fonctionne pas sur les "
3105
  "placements avec la suppression du cache (cache-busting) activé."
3106
 
3107
+ #: modules/gadsense/admin/admin.php:218
3108
  msgid "Insert Page-Level ads code on all pages."
3109
  msgstr "Insérez le code des pubs de niveau de page sur toutes les pages."
3110
 
 
 
 
 
 
 
 
 
 
 
 
3111
  #: modules/gadsense/admin/admin.php:238
3112
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
3113
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
3123
  msgid "Use ads from your Google AdSense account"
3124
  msgstr "Utiliser les pubs de votre compte Google AdSense"
3125
 
3126
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
3127
  msgid "Your AdSense Publisher ID is missing."
3128
  msgstr "Votre identifiant d’éditeur (Publisher ID) AdSense est manquant."
3129
 
3151
  msgid "Rebuild asset folder"
3152
  msgstr "Reconstruire le dossier d’éléments (asset folder)"
3153
 
3154
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
3155
+ msgid ""
3156
+ "Prevents ad block software from breaking your website when blocking asset "
3157
+ "files (.js, .css)."
3158
+ msgstr ""
3159
+ "Empêcher le logiciel de blocage de publicités de casser votre site Internet "
3160
+ "lors du blocage des fichiers de composants (.js, .css)."
3161
+
3162
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
3163
+ msgid "Get details"
3164
+ msgstr "Plus de Détails"
3165
 
3166
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
3167
  msgid "Ad Slot ID"
3168
  msgstr "ID de l’emplacement de pub"
3169
 
3170
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
3171
+ #, php-format
3172
  msgid "Publisher ID: %s"
3173
  msgstr "ID de l’éditeur (Publisher ID): %s"
3174
 
3175
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
3176
+ #, php-format
3177
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3178
  msgstr "S’il vous plaît <a href=\"%s\" target=\"_blank\">changez le ici</a>."
3179
 
3180
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
3181
  msgid "Normal"
3182
  msgstr "Normal"
3183
 
3184
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
3185
  msgid "Resizing"
3186
  msgstr "Redimensionnement"
3187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3188
  #. Name of the plugin
3189
  msgid "Advanced Ads"
3190
  msgstr "Advanced Ads"
languages/advanced-ads-it_IT.mo CHANGED
Binary file
languages/advanced-ads-it_IT.po CHANGED
@@ -1,2677 +1,3009 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Advanved Ads\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
- "PO-Revision-Date: Tue Apr 26 2016 18:47:39 GMT+0200 (CEST)\n"
7
- "Last-Translator: admin <post@webzunft.de>\n"
8
- "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
- "Language: Italian\n"
10
- "Plural-Forms: nplurals=2; plural=n != 1\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Loco - https://localise.biz/\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Loco-Target-Locale: it_IT"
24
-
25
- #. URI of the plugin
26
- msgid "https://wpadvancedads.com"
27
- msgstr ""
28
-
29
- #. Description of the plugin
30
- msgid "Manage and optimize your ads in WordPress"
31
- msgstr ""
32
-
33
- #. Author of the plugin
34
- msgid "Thomas Maier"
35
- msgstr ""
36
-
37
- #. Author URI of the plugin
38
- msgid "http://webgilde.com"
39
- msgstr ""
40
-
41
- #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
42
- #: 171 ../classes/visitor-conditions.php:214
43
- msgid "or"
44
- msgstr ""
45
-
46
- #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
47
- #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
48
- #: php:171 ../classes/visitor-conditions.php:214
49
- msgid "and"
50
- msgstr ""
51
-
52
- #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
53
- #: php:309
54
- msgid "Advanced Ads Intro"
55
- msgstr ""
56
-
57
- #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
58
- #: php:313 ../admin/class-advanced-ads-admin.php:1987
59
- msgid "Support"
60
- msgstr ""
61
-
62
- #: ../admin/class-advanced-ads-admin.php:425
63
- msgid "Please enter a message"
64
- msgstr ""
65
-
66
- #: ../admin/class-advanced-ads-admin.php:435
67
- #, php-format
68
- msgid "Email could NOT be sent. Please contact us directly at %s."
69
- msgstr ""
70
-
71
- #: ../admin/class-advanced-ads-admin.php:438
72
- msgid "Please enter a valid email address"
73
- msgstr ""
74
-
75
- #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
76
- #: php:491
77
- msgid "Sorry, you are not allowed to access this feature."
78
- msgstr ""
79
-
80
- #: ../admin/class-advanced-ads-admin.php:477
81
- msgid ""
82
- "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
83
- "deleted?"
84
- msgstr ""
85
-
86
- #: ../admin/class-advanced-ads-admin.php:598
87
- msgid "Layout / Output"
88
- msgstr ""
89
-
90
- #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
91
- #: php:830
92
- msgid "Ad updated."
93
- msgstr ""
94
-
95
- #. translators: %s: date and time of the revision
96
- #: ../admin/class-advanced-ads-admin.php:832
97
- #, php-format
98
- msgid "Ad restored to revision from %s"
99
- msgstr ""
100
-
101
- #: ../admin/class-advanced-ads-admin.php:833
102
- msgid "Ad published."
103
- msgstr ""
104
-
105
- #: ../admin/class-advanced-ads-admin.php:834
106
- msgid "Ad saved."
107
- msgstr ""
108
-
109
- #: ../admin/class-advanced-ads-admin.php:835
110
- msgid "Ad submitted."
111
- msgstr ""
112
-
113
- #: ../admin/class-advanced-ads-admin.php:837
114
- #, php-format
115
- msgid "Ad scheduled for: <strong>%1$s</strong>."
116
- msgstr ""
117
-
118
- #. translators: Publish box date format, see http://php.net/date
119
- #: ../admin/class-advanced-ads-admin.php:839
120
- msgid "M j, Y @ G:i"
121
- msgstr ""
122
-
123
- #: ../admin/class-advanced-ads-admin.php:841
124
- msgid "Ad draft updated."
125
- msgstr ""
126
-
127
- #: ../admin/class-advanced-ads-admin.php:860
128
- #, php-format
129
- msgid "%s ad updated."
130
- msgid_plural "%s ads updated."
131
- msgstr[0] ""
132
- msgstr[1] ""
133
-
134
- #: ../admin/class-advanced-ads-admin.php:861
135
- #, php-format
136
- msgid "%s ad not updated, somebody is editing it."
137
- msgid_plural "%s ads not updated, somebody is editing them."
138
- msgstr[0] ""
139
- msgstr[1] ""
140
-
141
- #: ../admin/class-advanced-ads-admin.php:862
142
- #, php-format
143
- msgid "%s ad permanently deleted."
144
- msgid_plural "%s ads permanently deleted."
145
- msgstr[0] ""
146
- msgstr[1] ""
147
-
148
- #: ../admin/class-advanced-ads-admin.php:863
149
- #, php-format
150
- msgid "%s ad moved to the Trash."
151
- msgid_plural "%s ads moved to the Trash."
152
- msgstr[0] ""
153
- msgstr[1] ""
154
-
155
- #: ../admin/class-advanced-ads-admin.php:864
156
- #, php-format
157
- msgid "%s ad restored from the Trash."
158
- msgid_plural "%s ads restored from the Trash."
159
- msgstr[0] ""
160
- msgstr[1] ""
161
-
162
- #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
163
- #: php:1015
164
- msgid "Licenses"
165
- msgstr ""
166
-
167
- #: ../admin/class-advanced-ads-admin.php:922
168
- msgid "Disable ads"
169
- msgstr ""
170
-
171
- #: ../admin/class-advanced-ads-admin.php:946
172
- msgid "Unlimited ad injection"
173
- msgstr ""
174
-
175
- #: ../admin/class-advanced-ads-admin.php:954
176
- msgid "Priority of content injection filter"
177
- msgstr ""
178
-
179
- #: ../admin/class-advanced-ads-admin.php:962
180
- msgid "Hide ads from bots"
181
- msgstr ""
182
-
183
- #: ../admin/class-advanced-ads-admin.php:970
184
- msgid "Disable notices"
185
- msgstr ""
186
-
187
- #: ../admin/class-advanced-ads-admin.php:978
188
- msgid "ID prefix"
189
- msgstr ""
190
-
191
- #: ../admin/class-advanced-ads-admin.php:986
192
- msgid "Remove Widget ID"
193
- msgstr ""
194
-
195
- #: ../admin/class-advanced-ads-admin.php:994
196
- msgid "Allow editors to manage ads"
197
- msgstr ""
198
-
199
- #: ../admin/class-advanced-ads-admin.php:1098
200
- msgid ""
201
- "<strong>notice: </strong>the file is currently enabled by an add-on that "
202
- "needs it."
203
- msgstr ""
204
-
205
- #: ../admin/class-advanced-ads-admin.php:1101
206
- #, php-format
207
- msgid ""
208
- "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
209
- " Some features and add-ons might override this setting if they need features "
210
- "from this file."
211
- msgstr ""
212
-
213
- #: ../admin/class-advanced-ads-admin.php:1114
214
- msgid ""
215
- "Some plugins and themes trigger ad injection where it shouldn’t happen. "
216
- "Therefore, Advanced Ads ignores injected placements on non-singular pages "
217
- "and outside the loop. However, this can cause problems with some themes. You "
218
- "can enable this option if you don’t see ads or want to enable ad injections "
219
- "on archive pages AT YOUR OWN RISK."
220
- msgstr ""
221
-
222
- #: ../admin/class-advanced-ads-admin.php:1130
223
- msgid ""
224
- "Please check your post content. A priority of 10 and below might cause "
225
- "issues (wpautop function might run twice)."
226
- msgstr ""
227
-
228
- #: ../admin/class-advanced-ads-admin.php:1132
229
- msgid ""
230
- "Play with this value in order to change the priority of the injected ads "
231
- "compared to other auto injected elements in the post content."
232
- msgstr ""
233
-
234
- #: ../admin/class-advanced-ads-admin.php:1146
235
- #, php-format
236
- msgid ""
237
- "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
238
- "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
239
- "Add-On</a>."
240
- msgstr ""
241
-
242
- #: ../admin/class-advanced-ads-admin.php:1147
243
- msgid ""
244
- "Disabling this option only makes sense if your ads contain content you want "
245
- "to display to bots (like search engines) or your site is cached and bots "
246
- "could create a cached version without the ads."
247
- msgstr ""
248
-
249
- #: ../admin/class-advanced-ads-admin.php:1160
250
- msgid ""
251
- "Disable internal notices like tips, tutorials, email newsletters and update "
252
- "notices. Disabling notices is recommended if you run multiple blogs with "
253
- "Advanced Ads already."
254
- msgstr ""
255
-
256
- #: ../admin/class-advanced-ads-admin.php:1177
257
- msgid ""
258
- "Prefix of class or id attributes in the frontend. Change it if you don’t "
259
- "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
260
- "need to <strong>rewrite css rules afterwards</strong>."
261
- msgstr ""
262
-
263
- #: ../admin/class-advanced-ads-admin.php:1198
264
- msgid ""
265
- "Remove the ID attribute from widgets in order to not make them an easy "
266
- "target of ad blockers."
267
- msgstr ""
268
-
269
- #: ../admin/class-advanced-ads-admin.php:1201
270
- msgid ""
271
- "If checked, the Advanced Ads Widget will not work with the fixed option of "
272
- "the <strong>Q2W3 Fixed Widget</strong> plugin."
273
- msgstr ""
274
-
275
- #: ../admin/class-advanced-ads-admin.php:1223
276
- msgid "Allow editors to also manage and publish ads."
277
- msgstr ""
278
-
279
- #: ../admin/class-advanced-ads-admin.php:1224
280
- #, php-format
281
- msgid ""
282
- "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
283
- "target=\"_blank\">Advanced Ads Pro</a>."
284
- msgstr ""
285
-
286
- #: ../admin/class-advanced-ads-admin.php:1281
287
- msgid "Ad Details"
288
- msgstr ""
289
-
290
- #: ../admin/class-advanced-ads-admin.php:1282
291
- msgid "Ad Planning"
292
- msgstr ""
293
-
294
- #: ../admin/class-advanced-ads-admin.php:1417
295
- msgid "Ad Settings"
296
- msgstr ""
297
-
298
- #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
299
- msgid "Ads Dashboard"
300
- msgstr ""
301
-
302
- #: ../admin/class-advanced-ads-admin.php:1508
303
- msgid "From the ad optimization universe"
304
- msgstr ""
305
-
306
- #: ../admin/class-advanced-ads-admin.php:1517
307
- msgid "Advanced Ads Tutorials"
308
- msgstr ""
309
-
310
- #: ../admin/class-advanced-ads-admin.php:1528
311
- #, php-format
312
- msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
313
- msgstr ""
314
-
315
- #: ../admin/class-advanced-ads-admin.php:1539
316
- msgid "plugin manual and homepage"
317
- msgstr ""
318
-
319
- #: ../admin/class-advanced-ads-admin.php:1546
320
- msgid "Get the tutorial via email"
321
- msgstr ""
322
-
323
- #: ../admin/class-advanced-ads-admin.php:1553
324
- msgid "Get AdSense tips via email"
325
- msgstr ""
326
-
327
- #: ../admin/class-advanced-ads-admin.php:1643
328
- #, php-format
329
- msgid "time of %s"
330
- msgstr ""
331
-
332
- #: ../admin/class-advanced-ads-admin.php:1679
333
- msgid "Error while trying to register the license. Please contact support."
334
- msgstr ""
335
-
336
- #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
337
- msgid "Please enter a valid license key"
338
- msgstr ""
339
-
340
- #: ../admin/class-advanced-ads-admin.php:1710
341
- msgid "License couldn’t be activated. Please try again later."
342
- msgstr ""
343
-
344
- #: ../admin/class-advanced-ads-admin.php:1722
345
- msgid "This is the bundle license key."
346
- msgstr ""
347
-
348
- #: ../admin/class-advanced-ads-admin.php:1723
349
- msgid "This is not the correct key for this add-on."
350
- msgstr ""
351
-
352
- #: ../admin/class-advanced-ads-admin.php:1724
353
- msgid "There are no activations left."
354
- msgstr ""
355
-
356
- #: ../admin/class-advanced-ads-admin.php:1733
357
- #, php-format
358
- msgid "License is invalid. Reason: %s"
359
- msgstr ""
360
-
361
- #: ../admin/class-advanced-ads-admin.php:1787
362
- msgid "Error while trying to disable the license. Please contact support."
363
- msgstr ""
364
-
365
- #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
366
- #: php:1827
367
- msgid "License couldn’t be deactivated. Please try again later."
368
- msgstr ""
369
-
370
- #: ../admin/class-advanced-ads-admin.php:1991
371
- msgid "Add-Ons"
372
- msgstr ""
373
-
374
- #: ../admin/includes/class-ad-groups-list.php:164 ../admin/views/ad-list-timing-
375
- #: column.php:4
376
- #, php-format
377
- msgid "starts %s"
378
- msgstr ""
379
-
380
- #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
381
- #: column.php:21
382
- #, php-format
383
- msgid "expires %s"
384
- msgstr ""
385
-
386
- #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
387
- #: column.php:23
388
- #, php-format
389
- msgid "<strong>expired</strong> %s"
390
- msgstr ""
391
-
392
- #: ../admin/includes/class-ad-groups-list.php:198
393
- msgid "all published ads are displayed"
394
- msgstr ""
395
-
396
- #: ../admin/includes/class-ad-groups-list.php:200
397
- #, php-format
398
- msgid "up to %d ads displayed"
399
- msgstr ""
400
-
401
- #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
402
- #: form-row.php:37
403
- msgid "No ads assigned"
404
- msgstr ""
405
-
406
- #: ../admin/includes/class-ad-groups-list.php:251
407
- msgid "Random ads"
408
- msgstr ""
409
-
410
- #: ../admin/includes/class-ad-groups-list.php:252
411
- msgid "Display random ads based on ad weight"
412
- msgstr ""
413
-
414
- #: ../admin/includes/class-ad-groups-list.php:255
415
- msgid "Ordered ads"
416
- msgstr ""
417
-
418
- #: ../admin/includes/class-ad-groups-list.php:256
419
- msgid "Display ads with the highest ad weight first"
420
- msgstr ""
421
-
422
- #: ../admin/includes/class-ad-groups-list.php:276
423
- msgid "Usage"
424
- msgstr ""
425
-
426
- #: ../admin/includes/class-ad-groups-list.php:306
427
- msgid "Invalid Ad Group"
428
- msgstr ""
429
-
430
- #: ../admin/includes/class-ad-groups-list.php:311
431
- msgid "You don’t have permission to change the ad groups"
432
- msgstr ""
433
-
434
- #: ../admin/includes/class-notices.php:406
435
- #, php-format
436
- msgid ""
437
- "You don’t seem to have an email address. Please use <a href=\"%s\" "
438
- "target=\"_blank\">this form</a> to sign up."
439
- msgstr ""
440
-
441
- #: ../admin/includes/class-notices.php:424
442
- msgid "How embarrassing. The email server seems to be down. Please try again later."
443
- msgstr ""
444
-
445
- #: ../admin/includes/class-notices.php:429
446
- #, php-format
447
- msgid ""
448
- "Please check your email (%s) for the confirmation message. If you didn’t "
449
- "receive one or want to use another email address then please use <a "
450
- "href=\"%s\" target=\"_blank\">this form</a> to sign up."
451
- msgstr ""
452
-
453
- #: ../admin/includes/class-overview-widgets.php:45
454
- msgid "Tips and Tutorials"
455
- msgstr ""
456
-
457
- #: ../admin/includes/class-overview-widgets.php:47
458
- msgid "Setup and Optimization Help"
459
- msgstr ""
460
-
461
- #: ../admin/includes/class-overview-widgets.php:53
462
- msgid "Advanced Ads Pro"
463
- msgstr ""
464
-
465
- #: ../admin/includes/class-overview-widgets.php:55
466
- msgid "Tracking and Stats"
467
- msgstr ""
468
-
469
- #: ../admin/includes/class-overview-widgets.php:57
470
- msgid "Responsive and Mobile ads"
471
- msgstr ""
472
-
473
- #: ../admin/includes/class-overview-widgets.php:59
474
- msgid "Geo Targeting"
475
- msgstr ""
476
-
477
- #: ../admin/includes/class-overview-widgets.php:61
478
- msgid "Sticky ads"
479
- msgstr ""
480
-
481
- #: ../admin/includes/class-overview-widgets.php:63
482
- msgid "PopUps and Layers"
483
- msgstr ""
484
-
485
- #: ../admin/includes/class-overview-widgets.php:65
486
- msgid "Ad Slider"
487
- msgstr ""
488
-
489
- #: ../admin/includes/class-overview-widgets.php:83
490
- msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
491
- msgstr ""
492
-
493
- #: ../admin/includes/class-overview-widgets.php:84
494
- msgid "Join now"
495
- msgstr ""
496
-
497
- #: ../admin/includes/class-overview-widgets.php:91
498
- msgid ""
499
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
500
- "and Advanced Ads from the dedicated newsletter group."
501
- msgstr ""
502
-
503
- #: ../admin/includes/class-overview-widgets.php:92 ../admin/includes/notices.php:
504
- #: 35 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
505
- #: admin/views/notices/subscribe.php:3
506
- msgid "Subscribe me now"
507
- msgstr ""
508
-
509
- #: ../admin/includes/class-overview-widgets.php:99
510
- msgid "Get the first steps and more tutorials to your inbox."
511
- msgstr ""
512
-
513
- #: ../admin/includes/class-overview-widgets.php:100
514
- msgid "Send it now"
515
- msgstr ""
516
-
517
- #: ../admin/includes/class-overview-widgets.php:138
518
- msgid "Next steps"
519
- msgstr ""
520
-
521
- #: ../admin/includes/class-overview-widgets.php:150
522
- #, php-format
523
- msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
524
- msgstr ""
525
-
526
- #: ../admin/includes/class-overview-widgets.php:151
527
- #, php-format
528
- msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
529
- msgstr ""
530
-
531
- #: ../admin/includes/class-overview-widgets.php:152
532
- #, php-format
533
- msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
534
- msgstr ""
535
-
536
- #: ../admin/includes/class-overview-widgets.php:153
537
- #, php-format
538
- msgid ""
539
- "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
540
- "href=\"%s\" target=\"_blank\">wordpress.org</a>"
541
- msgstr ""
542
-
543
- #: ../admin/includes/class-overview-widgets.php:162
544
- msgid ""
545
- "Need help to set up and optimize your ads? Need custom coding on your site? "
546
- "Ask me for a quote."
547
- msgstr ""
548
-
549
- #: ../admin/includes/class-overview-widgets.php:163
550
- #, php-format
551
- msgid "Help with ads on %s"
552
- msgstr ""
553
-
554
- #: ../admin/includes/class-overview-widgets.php:164
555
- msgid "Get an offer"
556
- msgstr ""
557
-
558
- #: ../admin/includes/class-overview-widgets.php:172
559
- msgid "Ad management for advanced websites."
560
- msgstr ""
561
-
562
- #: ../admin/includes/class-overview-widgets.php:173
563
- msgid "Cache-busting"
564
- msgstr ""
565
-
566
- #: ../admin/includes/class-overview-widgets.php:174
567
- msgid "Advanced visitor conditions"
568
- msgstr ""
569
-
570
- #: ../admin/includes/class-overview-widgets.php:175
571
- msgid "Flash ads with fallback"
572
- msgstr ""
573
-
574
- #: ../admin/includes/class-overview-widgets.php:177
575
- msgid "Get Pro"
576
- msgstr ""
577
-
578
- #: ../admin/includes/class-overview-widgets.php:185
579
- msgid "Track the impressions of and clicks on your ads."
580
- msgstr ""
581
-
582
- #: ../admin/includes/class-overview-widgets.php:186
583
- msgid "2 methods to count impressions"
584
- msgstr ""
585
-
586
- #: ../admin/includes/class-overview-widgets.php:187
587
- msgid "beautiful stats for all or single ads"
588
- msgstr ""
589
-
590
- #: ../admin/includes/class-overview-widgets.php:188
591
- msgid "group stats by day, week or month"
592
- msgstr ""
593
-
594
- #: ../admin/includes/class-overview-widgets.php:190
595
- msgid "Get the Tracking add-on"
596
- msgstr ""
597
-
598
- #: ../admin/includes/class-overview-widgets.php:198
599
- msgid "Display ads based on the size of your visitor’s browser or device."
600
- msgstr ""
601
-
602
- #: ../admin/includes/class-overview-widgets.php:199
603
- msgid "set a range (from … to …) pixels for the browser size"
604
- msgstr ""
605
-
606
- #: ../admin/includes/class-overview-widgets.php:200
607
- msgid "set custom sizes for AdSense responsive ads"
608
- msgstr ""
609
-
610
- #: ../admin/includes/class-overview-widgets.php:201
611
- msgid "list all ads by their responsive settings"
612
- msgstr ""
613
-
614
- #: ../admin/includes/class-overview-widgets.php:203
615
- msgid "Get the Responsive add-on"
616
- msgstr ""
617
-
618
- #: ../admin/includes/class-overview-widgets.php:211
619
- msgid "Target visitors by their geo location."
620
- msgstr ""
621
-
622
- #: ../admin/includes/class-overview-widgets.php:213
623
- msgid "Get the Geo Targeting add-on"
624
- msgstr ""
625
-
626
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
627
- #: php:30
628
- msgid ""
629
- "Fix ads to the browser while users are scrolling and create best performing "
630
- "anchor ads."
631
- msgstr ""
632
-
633
- #: ../admin/includes/class-overview-widgets.php:222
634
- msgid "position ads that don’t scroll with the screen"
635
- msgstr ""
636
-
637
- #: ../admin/includes/class-overview-widgets.php:223
638
- msgid "build anchor ads not only on mobile devices"
639
- msgstr ""
640
-
641
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
642
- #: php:32
643
- msgid "Get the Sticky add-on"
644
- msgstr ""
645
-
646
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
647
- #: php:37
648
- msgid "Display content and ads in layers and popups on custom events."
649
- msgstr ""
650
-
651
- #: ../admin/includes/class-overview-widgets.php:234
652
- msgid "display a popup after a user interaction like scrolling"
653
- msgstr ""
654
-
655
- #: ../admin/includes/class-overview-widgets.php:235
656
- msgid "optional background overlay"
657
- msgstr ""
658
-
659
- #: ../admin/includes/class-overview-widgets.php:236
660
- msgid "allow users to close the popup"
661
- msgstr ""
662
-
663
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
664
- #: php:39
665
- msgid "Get the PopUp and Layer add-on"
666
- msgstr ""
667
-
668
- #: ../admin/includes/class-overview-widgets.php:246
669
- msgid "Create a beautiful and simple slider from your ads."
670
- msgstr ""
671
-
672
- #: ../admin/includes/class-overview-widgets.php:248
673
- msgid "Get the Slider add-on"
674
- msgstr ""
675
-
676
- #: ../admin/includes/notices.php:14
677
- #, php-format
678
- msgid ""
679
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
680
- "Steps</a>."
681
- msgstr ""
682
-
683
- #: ../admin/includes/notices.php:20
684
- msgid ""
685
- "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
686
- "receive the first steps via email?"
687
- msgstr ""
688
-
689
- #: ../admin/includes/notices.php:21
690
- msgid "Yes, send it"
691
- msgstr ""
692
-
693
- #: ../admin/includes/notices.php:27
694
- msgid ""
695
- "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
696
- "<strong>2 free add-ons</strong> for joining the newsletter."
697
- msgstr ""
698
-
699
- #: ../admin/includes/notices.php:28
700
- msgid "Add me now"
701
- msgstr ""
702
-
703
- #: ../admin/includes/notices.php:34
704
- msgid ""
705
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
706
- "and Advanced Ads from my dedicated newsletter."
707
- msgstr ""
708
-
709
- #: ../admin/includes/notices.php:61
710
- msgid ""
711
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
712
- "missing</strong>."
713
- msgstr ""
714
-
715
- #: ../admin/includes/notices.php:61
716
- #, php-format
717
- msgid "Please add valid license keys <a href=\"%s\">here</a>."
718
- msgstr ""
719
-
720
- #: ../admin/includes/notices.php:67
721
- #, php-format
722
- msgid ""
723
- "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
724
- "soon</strong>. Don’t risk to lose support and updates and renew your license "
725
- "before it expires with a significant discount on <a href=\"%s\" "
726
- "target=\"_blank\">the add-on page</a>."
727
- msgstr ""
728
-
729
- #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
730
- #, php-format
731
- msgid ""
732
- "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
733
- "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
734
- "information."
735
- msgstr ""
736
-
737
- #: ../admin/includes/notices.php:79
738
- #, php-format
739
- msgid ""
740
- "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
741
- "image\"/>You are using <strong>Advanced Ads</strong> for some time now. Thank "
742
- "you! If you need my help then please visit the <a href=\"%1$s\" "
743
- "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
744
- "Review</h3><p>If you share my passion and find Advanced Ads useful then "
745
- "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
746
- "org</a>.</p><p><em>Thomas</em>"
747
- msgstr ""
748
-
749
- #: ../admin/includes/notices.php:85
750
- #, php-format
751
- msgid ""
752
- "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
753
- "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
754
- "disguise."
755
- msgstr ""
756
-
757
- #: ../admin/includes/shortcode-creator-l10n.php:10
758
- msgctxt "shortcode creator"
759
- msgid "Add an ad"
760
- msgstr ""
761
-
762
- #: ../admin/includes/shortcode-creator-l10n.php:11
763
- msgctxt "shortcode creator"
764
- msgid "Add shortcode"
765
- msgstr ""
766
-
767
- #: ../admin/includes/shortcode-creator-l10n.php:12
768
- msgctxt "shortcode creator"
769
- msgid "Cancel"
770
- msgstr ""
771
-
772
- #: ../admin/views/ad-display-metabox.php:6
773
- msgid "Set Display Conditions to allow or hide the ad on specific pages."
774
- msgstr ""
775
-
776
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
777
- #: 46 ../admin/views/ad-visitor-metabox.php:4
778
- msgid "Manual"
779
- msgstr ""
780
-
781
- #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
782
- #: php:2
783
- #, php-format
784
- msgid ""
785
- "There might be a problem with layouts and scripts in your dashboard. Please "
786
- "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
787
- msgstr ""
788
-
789
- #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
790
- #: 34
791
- msgid "New condition"
792
- msgstr ""
793
-
794
- #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
795
- #: 37
796
- msgid "-- choose a condition --"
797
- msgstr ""
798
-
799
- #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
800
- #: 42
801
- msgid "add"
802
- msgstr ""
803
-
804
- #: ../admin/views/ad-group-list-form-row.php:5
805
- msgid "Description"
806
- msgstr ""
807
-
808
- #: ../admin/views/ad-group-list-form-row.php:16
809
- msgid "Number of visible ads"
810
- msgstr ""
811
-
812
- #: ../admin/views/ad-group-list-form-row.php:22
813
- msgctxt "option to display all ads in an ad groups"
814
- msgid "all"
815
- msgstr ""
816
-
817
- #: ../admin/views/ad-group-list-form-row.php:25
818
- msgid "Number of ads that are visible at the same time"
819
- msgstr ""
820
-
821
- #: ../admin/views/ad-group-list-form-row.php:32
822
- msgid "weight"
823
- msgstr ""
824
-
825
- #: ../admin/views/ad-group-list-header.php:4
826
- msgid "Details"
827
- msgstr ""
828
-
829
- #: ../admin/views/ad-group-list-row.php:14
830
- #, php-format
831
- msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
832
- msgstr ""
833
-
834
- #: ../admin/views/ad-group-list-row.php:19
835
- #, php-format
836
- msgid "Type: %s"
837
- msgstr ""
838
-
839
- #: ../admin/views/ad-group-list-row.php:20
840
- #, php-format
841
- msgid "ID: %s"
842
- msgstr ""
843
-
844
- #: ../admin/views/ad-group.php:18
845
- msgid "Ad Groups successfully updated"
846
- msgstr ""
847
-
848
- #: ../admin/views/ad-group.php:87
849
- msgid "Update Groups"
850
- msgstr ""
851
-
852
- #: ../admin/views/ad-info-top.php:4
853
- msgid "Cool, you just published an ad. What now?"
854
- msgstr ""
855
-
856
- #: ../admin/views/ad-info-top.php:5
857
- msgid "Display the ad in …"
858
- msgstr ""
859
-
860
- #: ../admin/views/ad-info-top.php:7
861
- msgid "… every post or page"
862
- msgstr ""
863
-
864
- #: ../admin/views/ad-info-top.php:9
865
- msgid "Use placements to inject the ad automatically into posts and pages."
866
- msgstr ""
867
-
868
- #: ../admin/views/ad-info-top.php:10
869
- msgid "Configure Placements"
870
- msgstr ""
871
-
872
- #: ../admin/views/ad-info-top.php:12
873
- msgid "… Sidebar or Widget Area"
874
- msgstr ""
875
-
876
- #: ../admin/views/ad-info-top.php:14
877
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
878
- msgstr ""
879
-
880
- #: ../admin/views/ad-info-top.php:15
881
- msgid "Configure a Widget"
882
- msgstr ""
883
-
884
- #: ../admin/views/ad-info-top.php:17
885
- msgid " a few hand selected posts or pages"
886
- msgstr ""
887
-
888
- #: ../admin/views/ad-info-top.php:19
889
- msgid ""
890
- "Use the shortcode below to manually place the ad in the content editor of "
891
- "posts and pages."
892
- msgstr ""
893
-
894
- #: ../admin/views/ad-info-top.php:22
895
- msgid "… in a custom position in your theme"
896
- msgstr ""
897
-
898
- #: ../admin/views/ad-info-top.php:24
899
- msgid ""
900
- "Use the function below to manually place the ad into your template files. "
901
- "This method is needed for more advanced placements like in the header of "
902
- "your theme."
903
- msgstr ""
904
-
905
- #: ../admin/views/ad-info-top.php:27
906
- msgid "… in an anchor ad or pop-up"
907
- msgstr ""
908
-
909
- #: ../admin/views/ad-info-top.php:34
910
- msgid "You find the settings for the Sticky Ads below."
911
- msgstr ""
912
-
913
- #: ../admin/views/ad-info-top.php:41
914
- msgid "You find the settings for the Layer and PopUp effects below."
915
- msgstr ""
916
-
917
- #: ../admin/views/ad-info-top.php:46
918
- #, php-format
919
- msgid ""
920
- "Learn more about your choices to display an ad in the <a href=\"%s\" "
921
- "target=\"_blank\">manual</a>."
922
- msgstr ""
923
-
924
- #: ../admin/views/ad-info.php:5
925
- msgid "theme function"
926
- msgstr ""
927
-
928
- #: ../admin/views/ad-info.php:7
929
- #, php-format
930
- msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
931
- msgstr ""
932
-
933
- #: ../admin/views/ad-info.php:12
934
- msgid "click to change"
935
- msgstr ""
936
-
937
- #: ../admin/views/ad-info.php:16
938
- msgid "Add a description"
939
- msgstr ""
940
-
941
- #: ../admin/views/ad-info.php:19
942
- msgid "Internal description or your own notes about this ad."
943
- msgstr ""
944
-
945
- #: ../admin/views/ad-list-filters.php:2
946
- msgid "all ad types"
947
- msgstr ""
948
-
949
- #: ../admin/views/ad-list-filters.php:5
950
- msgid "all ad sizes"
951
- msgstr ""
952
-
953
- #: ../admin/views/ad-list-filters.php:8
954
- msgid "all ad dates"
955
- msgstr ""
956
-
957
- #: ../admin/views/ad-list-filters.php:9
958
- msgid "expired"
959
- msgstr ""
960
-
961
- #: ../admin/views/ad-list-filters.php:10
962
- msgid "any expiry date"
963
- msgstr ""
964
-
965
- #: ../admin/views/ad-list-filters.php:11
966
- msgid "planned"
967
- msgstr ""
968
-
969
- #: ../admin/views/ad-list-filters.php:14
970
- msgid "all ad groups"
971
- msgstr ""
972
-
973
- #: ../admin/views/ad-output-metabox.php:1
974
- msgid "Everything connected to the ads layout and output."
975
- msgstr ""
976
-
977
- #: ../admin/views/ad-output-metabox.php:8
978
- msgid "left"
979
- msgstr ""
980
-
981
- #: ../admin/views/ad-output-metabox.php:11
982
- msgid "center"
983
- msgstr ""
984
-
985
- #: ../admin/views/ad-output-metabox.php:19
986
- msgid ""
987
- "Check this if you don't want the following elements to float around the ad. "
988
- "(adds a clearfix)"
989
- msgstr ""
990
-
991
- #: ../admin/views/ad-output-metabox.php:22
992
- msgid "Margin"
993
- msgstr ""
994
-
995
- #: ../admin/views/ad-output-metabox.php:23
996
- msgid "top:"
997
- msgstr ""
998
-
999
- #: ../admin/views/ad-output-metabox.php:27
1000
- msgid "bottom:"
1001
- msgstr ""
1002
-
1003
- #: ../admin/views/ad-output-metabox.php:29
1004
- msgid "left:"
1005
- msgstr ""
1006
-
1007
- #: ../admin/views/ad-output-metabox.php:31
1008
- msgid "tip: use this to add a margin around the ad"
1009
- msgstr ""
1010
-
1011
- #: ../admin/views/ad-output-metabox.php:33
1012
- msgid "container ID"
1013
- msgstr ""
1014
-
1015
- #: ../admin/views/ad-output-metabox.php:36
1016
- msgid "Specify the id of the ad container. Leave blank for random or no id."
1017
- msgstr ""
1018
-
1019
- #: ../admin/views/ad-output-metabox.php:38
1020
- msgid "container classes"
1021
- msgstr ""
1022
-
1023
- #: ../admin/views/ad-output-metabox.php:41
1024
- msgid ""
1025
- "Specify one or more classes for the container. Separate multiple classes "
1026
- "with a space"
1027
- msgstr ""
1028
-
1029
- #: ../admin/views/ad-output-metabox.php:44
1030
- msgid "Enable debug mode"
1031
- msgstr ""
1032
-
1033
- #: ../admin/views/ad-parameters-size.php:6
1034
- msgid "reserve this space"
1035
- msgstr ""
1036
-
1037
- #: ../admin/views/ad-submitbox-meta.php:6
1038
- msgid "Set expiry date"
1039
- msgstr ""
1040
-
1041
- #: ../admin/views/ad-submitbox-meta.php:12
1042
- msgid "Month"
1043
- msgstr ""
1044
-
1045
- #: ../admin/views/ad-submitbox-meta.php:16
1046
- #, php-format
1047
- msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1048
- msgid "%1$s-%2$s"
1049
- msgstr ""
1050
-
1051
- #: ../admin/views/ad-submitbox-meta.php:21
1052
- msgid "Day"
1053
- msgstr ""
1054
-
1055
- #: ../admin/views/ad-submitbox-meta.php:22
1056
- msgid "Year"
1057
- msgstr ""
1058
-
1059
- #: ../admin/views/ad-submitbox-meta.php:23
1060
- msgid "Hour"
1061
- msgstr ""
1062
-
1063
- #: ../admin/views/ad-submitbox-meta.php:24
1064
- msgid "Minute"
1065
- msgstr ""
1066
-
1067
- #: ../admin/views/ad-submitbox-meta.php:29
1068
- #, php-format
1069
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1070
- msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1071
- msgstr ""
1072
-
1073
- #: ../admin/views/ad-visitor-metabox.php:28
1074
- msgid ""
1075
- "Visitor conditions limit the number of users who can see your ad. There is "
1076
- "no need to set visitor conditions if you want all users to see the ad."
1077
- msgstr ""
1078
-
1079
- #: ../admin/views/ad-visitor-metabox.php:30
1080
- #, php-format
1081
- msgid ""
1082
- "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
1083
- "if dynamic features get cached."
1084
- msgstr ""
1085
-
1086
- #: ../admin/views/ad-visitor-metabox.php:47
1087
- #, php-format
1088
- msgid ""
1089
- "Define the exact browser width for which an ad should be visible using the "
1090
- "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1091
- msgstr ""
1092
-
1093
- #: ../admin/views/ad-visitor-metabox.php:92
1094
- msgid ""
1095
- "The visitor conditions below are deprecated. Please use the new version of "
1096
- "visitor conditions to replace it."
1097
- msgstr ""
1098
-
1099
- #: ../admin/views/feedback_disable.php:3
1100
- msgid "Thank you for helping to improve Advanced Ads."
1101
- msgstr ""
1102
-
1103
- #: ../admin/views/feedback_disable.php:4
1104
- msgid ""
1105
- "Your feedback will motivates me to work harder towards a professional ad "
1106
- "management solution."
1107
- msgstr ""
1108
-
1109
- #: ../admin/views/feedback_disable.php:5
1110
- msgid "Why did you decide to disable Advanced Ads?"
1111
- msgstr ""
1112
-
1113
- #: ../admin/views/feedback_disable.php:7
1114
- msgid "I stopped showing ads on my site"
1115
- msgstr ""
1116
-
1117
- #: ../admin/views/feedback_disable.php:8
1118
- #, php-format
1119
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1120
- msgstr ""
1121
-
1122
- #: ../admin/views/feedback_disable.php:9
1123
- msgid "I have a technical problem"
1124
- msgstr ""
1125
-
1126
- #: ../admin/views/feedback_disable.php:10
1127
- msgid "other reason"
1128
- msgstr ""
1129
-
1130
- #: ../admin/views/feedback_disable.php:12
1131
- msgid "Please specify, if possible"
1132
- msgstr ""
1133
-
1134
- #: ../admin/views/feedback_disable.php:13
1135
- msgid "What would be a reason to return to Advanced Ads?"
1136
- msgstr ""
1137
-
1138
- #: ../admin/views/intro.php:18
1139
- msgid "5-Star Usability"
1140
- msgstr ""
1141
-
1142
- #: ../admin/views/intro.php:19
1143
- msgid ""
1144
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
1145
- "standards. If you know how to publish a post then you know how to create an "
1146
- "ad."
1147
- msgstr ""
1148
-
1149
- #: ../admin/views/intro.php:23
1150
- msgid "5-Star Support"
1151
- msgstr ""
1152
-
1153
- #: ../admin/views/intro.php:24
1154
- msgid ""
1155
- "I promise you the best supported ad management plugin for WordPress. Whether "
1156
- "a pro user or not, you can reach me easily through the support page, in the "
1157
- "chat on the homepage or replying to a newsletter."
1158
- msgstr ""
1159
-
1160
- #: ../admin/views/intro.php:28
1161
- msgid "5-Star Experience"
1162
- msgstr ""
1163
-
1164
- #: ../admin/views/intro.php:29
1165
- msgid ""
1166
- "Advanced Ads was built out of my own experience. I am personally using it to "
1167
- "serve millions of ad impressions per month and constantly test new ways to "
1168
- "optimize ad settings."
1169
- msgstr ""
1170
-
1171
- #: ../admin/views/intro.php:34
1172
- msgid "Welcome to <strong>Advanced Ads</strong>"
1173
- msgstr ""
1174
-
1175
- #: ../admin/views/intro.php:36
1176
- msgid "Let me give you an introduction into your future ad management solution."
1177
- msgstr ""
1178
-
1179
- #: ../admin/views/intro.php:61
1180
- msgid "Next Steps"
1181
- msgstr ""
1182
-
1183
- #: ../admin/views/intro.php:64
1184
- msgid "Subscribe to the Mailing List"
1185
- msgstr ""
1186
-
1187
- #: ../admin/views/intro.php:65
1188
- msgid "Subscribe to the newsletter and instantly"
1189
- msgstr ""
1190
-
1191
- #: ../admin/views/intro.php:67
1192
- msgid "get 2 free add-ons."
1193
- msgstr ""
1194
-
1195
- #: ../admin/views/intro.php:68
1196
- msgid "reply to the welcome message with a question."
1197
- msgstr ""
1198
-
1199
- #: ../admin/views/intro.php:69
1200
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1201
- msgstr ""
1202
-
1203
- #: ../admin/views/intro.php:79
1204
- #, php-format
1205
- msgid ""
1206
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
1207
- "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
1208
- msgstr ""
1209
-
1210
- #: ../admin/views/intro.php:82
1211
- msgid "Display your ad"
1212
- msgstr ""
1213
-
1214
- #: ../admin/views/intro.php:83
1215
- msgid ""
1216
- "You can display your ad using a shortcode, widget or one of the powerful "
1217
- "placements. Placements help you to inject ads into the content or place them "
1218
- "on your site without coding."
1219
- msgstr ""
1220
-
1221
- #: ../admin/views/intro.php:85
1222
- msgid "List of all available placements"
1223
- msgstr ""
1224
-
1225
- #: ../admin/views/intro.php:86
1226
- msgid "Create a placement"
1227
- msgstr ""
1228
-
1229
- #: ../admin/views/placements.php:8
1230
- msgid ""
1231
- "Couldn’t create the new placement. Please check your form field and whether "
1232
- "the name is already in use."
1233
- msgstr ""
1234
-
1235
- #: ../admin/views/placements.php:16
1236
- #, php-format
1237
- msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1238
- msgstr ""
1239
-
1240
- #: ../admin/views/placements.php:42
1241
- #, php-format
1242
- msgid ""
1243
- "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
1244
- "if the responsible add-on is activated."
1245
- msgstr ""
1246
-
1247
- #: ../admin/views/placements.php:57
1248
- msgid "show usage"
1249
- msgstr ""
1250
-
1251
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1252
- msgid "--not selected--"
1253
- msgstr ""
1254
-
1255
- #: ../admin/views/placements.php:91
1256
- msgid "Inject"
1257
- msgstr ""
1258
-
1259
- #: ../admin/views/placements.php:92
1260
- msgid "after"
1261
- msgstr ""
1262
-
1263
- #: ../admin/views/placements.php:92
1264
- msgid "before"
1265
- msgstr ""
1266
-
1267
- #: ../admin/views/placements.php:112
1268
- msgid "start counting from bottom"
1269
- msgstr ""
1270
-
1271
- #: ../admin/views/placements.php:115
1272
- msgid "Important Notice"
1273
- msgstr ""
1274
-
1275
- #: ../admin/views/placements.php:115
1276
- msgid ""
1277
- "Your server is missing an extension. This might break the content injection."
1278
- "<br/>Ignore this warning if everything works fine or else ask your hosting "
1279
- "provider to enable <em>mbstring</em>."
1280
- msgstr ""
1281
-
1282
- #: ../admin/views/placements.php:125
1283
- msgid "advanced options"
1284
- msgstr ""
1285
-
1286
- #: ../admin/views/placements.php:133
1287
- msgctxt "checkbox to remove placement"
1288
- msgid "delete"
1289
- msgstr ""
1290
-
1291
- #: ../admin/views/placements.php:142
1292
- msgid "New Placement"
1293
- msgstr ""
1294
-
1295
- #: ../admin/views/placements.php:148
1296
- msgid "Choose a placement type"
1297
- msgstr ""
1298
-
1299
- #: ../admin/views/placements.php:149
1300
- #, php-format
1301
- msgid ""
1302
- "Placement types define where the ad is going to be displayed. Learn more "
1303
- "about the different types from the <a href=\"%s\">manual</a>"
1304
- msgstr ""
1305
-
1306
- #: ../admin/views/placements.php:166
1307
- msgid "Please select a placement type."
1308
- msgstr ""
1309
-
1310
- #: ../admin/views/placements.php:168
1311
- msgid "Choose a Name"
1312
- msgstr ""
1313
-
1314
- #: ../admin/views/placements.php:169
1315
- msgid ""
1316
- "The name of the placement is only visible to you. Tip: choose a descriptive "
1317
- "one, e.g. <em>Below Post Headline</em>."
1318
- msgstr ""
1319
-
1320
- #: ../admin/views/placements.php:170
1321
- msgid "Placement Name"
1322
- msgstr ""
1323
-
1324
- #: ../admin/views/placements.php:171
1325
- msgid "Please enter a name for your placement."
1326
- msgstr ""
1327
-
1328
- #: ../admin/views/placements.php:172
1329
- msgid "Choose the Ad or Group"
1330
- msgstr ""
1331
-
1332
- #: ../admin/views/placements.php:173
1333
- msgid "The ad or group that should be displayed."
1334
- msgstr ""
1335
-
1336
- #: ../admin/views/post-ad-settings-metabox.php:3
1337
- msgid "Disable ads on this page"
1338
- msgstr ""
1339
-
1340
- #: ../admin/views/setting-license.php:5
1341
- msgid "Your license expired."
1342
- msgstr ""
1343
-
1344
- #: ../admin/views/setting-license.php:6
1345
- #, php-format
1346
- msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
1347
- msgstr ""
1348
-
1349
- #: ../admin/views/setting-license.php:14
1350
- #, php-format
1351
- msgid "(%d days left)"
1352
- msgstr ""
1353
-
1354
- #: ../admin/views/setting-license.php:18
1355
- msgid "License key"
1356
- msgstr ""
1357
-
1358
- #: ../admin/views/setting-license.php:28
1359
- msgid "Deactivate License"
1360
- msgstr ""
1361
-
1362
- #: ../admin/views/setting-license.php:35
1363
- msgid "Activate License"
1364
- msgstr ""
1365
-
1366
- #: ../admin/views/setting-license.php:39
1367
- msgid "License key invalid"
1368
- msgstr ""
1369
-
1370
- #: ../admin/views/setting-license.php:42
1371
- msgid "active"
1372
- msgstr ""
1373
-
1374
- #: ../admin/views/settings-disable-ads.php:3
1375
- msgid "Disable all ads in frontend"
1376
- msgstr ""
1377
-
1378
- #: ../admin/views/settings-disable-ads.php:4
1379
- msgid ""
1380
- "Use this option to disable all ads in the frontend, but still be able to use "
1381
- "the plugin."
1382
- msgstr ""
1383
-
1384
- #: ../admin/views/settings-disable-ads.php:8
1385
- msgid "Disable ads on 404 error pages"
1386
- msgstr ""
1387
-
1388
- #: ../admin/views/settings-disable-ads.php:12
1389
- msgid "Disable ads on non-singular pages"
1390
- msgstr ""
1391
-
1392
- #: ../admin/views/settings-disable-ads.php:13
1393
- msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
1394
- msgstr ""
1395
-
1396
- #: ../admin/views/settings-disable-ads.php:16
1397
- msgid "Disable ads on secondary queries"
1398
- msgstr ""
1399
-
1400
- #: ../admin/views/settings-disable-ads.php:17
1401
- msgid ""
1402
- "Secondary queries are custom queries of posts outside the main query of a "
1403
- "page. Try this option if you see ads injected on places where they shouldn’t "
1404
- "appear."
1405
- msgstr ""
1406
-
1407
- #: ../admin/views/settings-disable-ads.php:21
1408
- msgid "Disable ads in Feed"
1409
- msgstr ""
1410
-
1411
- #: ../admin/views/settings.php:36
1412
- msgid "Save settings on this page"
1413
- msgstr ""
1414
-
1415
- #: ../admin/views/settings.php:48
1416
- msgid "Welcome Page"
1417
- msgstr ""
1418
-
1419
- #: ../admin/views/support.php:8
1420
- msgid "Possible Issues"
1421
- msgstr ""
1422
-
1423
- #: ../admin/views/support.php:9
1424
- msgid ""
1425
- "Please fix the red highlighted issues on this page or try to understand "
1426
- "their consequences before contacting support."
1427
- msgstr ""
1428
-
1429
- #: ../admin/views/support.php:13
1430
- #, php-format
1431
- msgid ""
1432
- "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1433
- "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1434
- "Please ask your hosting provider for more information."
1435
- msgstr ""
1436
-
1437
- #: ../admin/views/support.php:16
1438
- #, php-format
1439
- msgid ""
1440
- "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1441
- "rotation or visitor conditions might not work properly. Use the cache-"
1442
- "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
1443
- "ads dynamically."
1444
- msgstr ""
1445
-
1446
- #: ../admin/views/support.php:19
1447
- msgid "There is a <strong>new WordPress version available</strong>. Please update."
1448
- msgstr ""
1449
-
1450
- #: ../admin/views/support.php:22
1451
- msgid "There are <strong>plugin updates available</strong>. Please update."
1452
- msgstr ""
1453
-
1454
- #: ../admin/views/support.php:25
1455
- #, php-format
1456
- msgid ""
1457
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1458
- "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
1459
- msgstr ""
1460
-
1461
- #: ../admin/views/support.php:31
1462
- #, php-format
1463
- msgid ""
1464
- "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1465
- "site performance, it is known to alter code, including scripts from ad "
1466
- "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-in "
1467
- "support for Autoptimize."
1468
- msgstr ""
1469
-
1470
- #: ../admin/views/support.php:34
1471
- #, php-format
1472
- msgid ""
1473
- "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1474
- "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1475
- msgstr ""
1476
-
1477
- #: ../admin/views/support.php:38
1478
- #, php-format
1479
- msgid ""
1480
- "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1481
- "href=\"%s\">settings</a>."
1482
- msgstr ""
1483
-
1484
- #: ../admin/views/support.php:49
1485
- msgid "Search"
1486
- msgstr ""
1487
-
1488
- #: ../admin/views/support.php:50
1489
- msgid ""
1490
- "Use the following form to search for solutions in the manual on "
1491
- "wpadvancedads.com"
1492
- msgstr ""
1493
-
1494
- #: ../admin/views/support.php:53
1495
- msgid "search"
1496
- msgstr ""
1497
-
1498
- #: ../admin/views/support.php:55
1499
- msgid "Contact"
1500
- msgstr ""
1501
-
1502
- #: ../admin/views/support.php:56
1503
- #, php-format
1504
- msgid ""
1505
- "Please search the manual for a solution and take a look at <a href=\"%s\" "
1506
- "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1507
- msgstr ""
1508
-
1509
- #: ../admin/views/support.php:58
1510
- msgid "Email was successfully sent."
1511
- msgstr ""
1512
-
1513
- #: ../admin/views/support.php:67
1514
- msgid "your email"
1515
- msgstr ""
1516
-
1517
- #: ../admin/views/support.php:71
1518
- msgid "your name"
1519
- msgstr ""
1520
-
1521
- #: ../admin/views/support.php:75
1522
- msgid "your message"
1523
- msgstr ""
1524
-
1525
- #: ../admin/views/support.php:80
1526
- msgid "send"
1527
- msgstr ""
1528
-
1529
- #: ../admin/views/notices/adblock.php:3
1530
- msgid ""
1531
- "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1532
- "ad setup."
1533
- msgstr ""
1534
-
1535
- #: ../classes/ad_placements.php:31
1536
- msgid "Manual Placement"
1537
- msgstr ""
1538
-
1539
- #: ../classes/ad_placements.php:32
1540
- msgid "Manual placement to use as function or shortcode."
1541
- msgstr ""
1542
-
1543
- #: ../classes/ad_placements.php:36
1544
- msgid "Header Code"
1545
- msgstr ""
1546
-
1547
- #: ../classes/ad_placements.php:37
1548
- msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1549
- msgstr ""
1550
-
1551
- #: ../classes/ad_placements.php:41
1552
- msgid "Footer Code"
1553
- msgstr ""
1554
-
1555
- #: ../classes/ad_placements.php:42
1556
- msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1557
- msgstr ""
1558
-
1559
- #: ../classes/ad_placements.php:46
1560
- msgid "Before Content"
1561
- msgstr ""
1562
-
1563
- #: ../classes/ad_placements.php:51
1564
- msgid "After Content"
1565
- msgstr ""
1566
-
1567
- #: ../classes/ad_placements.php:56
1568
- msgid "Post Content"
1569
- msgstr ""
1570
-
1571
- #: ../classes/ad_placements.php:61
1572
- msgid "Sidebar Widget"
1573
- msgstr ""
1574
-
1575
- #: ../classes/ad_placements.php:62
1576
- msgid ""
1577
- "Create a sidebar widget with an ad. Can be placed and used like any other "
1578
- "widget."
1579
- msgstr ""
1580
-
1581
- #: ../classes/ad_placements.php:203
1582
- #, php-format
1583
- msgid "paragraph (%s)"
1584
- msgstr ""
1585
-
1586
- #: ../classes/ad_placements.php:204
1587
- #, php-format
1588
- msgid "paragraph without image (%s)"
1589
- msgstr ""
1590
-
1591
- #: ../classes/ad_placements.php:205
1592
- #, php-format
1593
- msgid "headline 2 (%s)"
1594
- msgstr ""
1595
-
1596
- #: ../classes/ad_placements.php:206
1597
- #, php-format
1598
- msgid "headline 3 (%s)"
1599
- msgstr ""
1600
-
1601
- #: ../classes/ad_placements.php:207
1602
- #, php-format
1603
- msgid "headline 4 (%s)"
1604
- msgstr ""
1605
-
1606
- #: ../classes/ad_type_content.php:36
1607
- msgid ""
1608
- "The full content editor from WordPress with all features like shortcodes, "
1609
- "image upload or styling, but also simple text/html mode for scripts and code."
1610
- msgstr ""
1611
-
1612
- #: ../classes/ad_type_group.php:31
1613
- msgid ""
1614
- "Choose an existing ad group. Use this type when you want to assign the same "
1615
- "display and visitor conditions to all ads in that group."
1616
- msgstr ""
1617
-
1618
- #: ../classes/ad_type_group.php:60
1619
- msgid "ad group"
1620
- msgstr ""
1621
-
1622
- #: ../classes/ad_type_image.php:34
1623
- msgid "Image Ad"
1624
- msgstr ""
1625
-
1626
- #: ../classes/ad_type_image.php:35
1627
- msgid "Ads in various image formats."
1628
- msgstr ""
1629
-
1630
- #: ../classes/ad_type_image.php:55
1631
- msgid "Insert File"
1632
- msgstr ""
1633
-
1634
- #: ../classes/ad_type_image.php:55
1635
- msgid "Insert"
1636
- msgstr ""
1637
-
1638
- #: ../classes/ad_type_image.php:55
1639
- msgid "select image"
1640
- msgstr ""
1641
-
1642
- #: ../classes/ad_type_image.php:56
1643
- msgid "edit"
1644
- msgstr ""
1645
-
1646
- #: ../classes/ad_type_image.php:65
1647
- msgid "url"
1648
- msgstr ""
1649
-
1650
- #: ../classes/ad_type_image.php:67
1651
- #, php-format
1652
- msgid ""
1653
- "Pro: Open this url in a new window and track impressions and clicks with the "
1654
- "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
1655
- msgstr ""
1656
-
1657
- #: ../classes/ad_type_plain.php:86
1658
- msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1659
- msgstr ""
1660
-
1661
- #: ../classes/checks.php:223
1662
- #, php-format
1663
- msgid ""
1664
- "Possible conflict between jQueryUI library, used by Advanced Ads and other "
1665
- "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead to "
1666
- "misfortunate formats in forms, but should not damage features."
1667
- msgstr ""
1668
-
1669
- #: ../classes/display-conditions.php:69
1670
- msgid "post type"
1671
- msgstr ""
1672
-
1673
- #: ../classes/display-conditions.php:76
1674
- msgid "specific pages"
1675
- msgstr ""
1676
-
1677
- #: ../classes/display-conditions.php:88
1678
- msgid "author"
1679
- msgstr ""
1680
-
1681
- #: ../classes/display-conditions.php:113
1682
- #, php-format
1683
- msgid "archive: %s"
1684
- msgstr ""
1685
-
1686
- #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
1687
- #: classes/display-conditions.php:346
1688
- msgctxt "Error message shown when no display condition term is selected"
1689
- msgid "Please select some items."
1690
- msgstr ""
1691
-
1692
- #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
1693
- #: classes/display-conditions.php:371
1694
- msgid "show"
1695
- msgstr ""
1696
-
1697
- #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
1698
- #: classes/display-conditions.php:372
1699
- msgid "hide"
1700
- msgstr ""
1701
-
1702
- #: ../classes/display-conditions.php:336
1703
- msgctxt "display the terms search field on ad edit page"
1704
- msgid "add more terms"
1705
- msgstr ""
1706
-
1707
- #: ../classes/display-conditions.php:337
1708
- msgid "add more terms"
1709
- msgstr ""
1710
-
1711
- #: ../classes/display-conditions.php:339
1712
- msgid "term name or id"
1713
- msgstr ""
1714
-
1715
- #: ../classes/display-conditions.php:400
1716
- msgid "title or id"
1717
- msgstr ""
1718
-
1719
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
1720
- msgid "show on Home page"
1721
- msgstr ""
1722
-
1723
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
1724
- msgid "show on singular pages/posts"
1725
- msgstr ""
1726
-
1727
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
1728
- msgid "show on any type of archive page (category, tag, author and date)"
1729
- msgstr ""
1730
-
1731
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
1732
- msgid "show on search result pages"
1733
- msgstr ""
1734
-
1735
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
1736
- msgid "show on 404 error page"
1737
- msgstr ""
1738
-
1739
- #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
1740
- msgid "show on attachment pages"
1741
- msgstr ""
1742
-
1743
- #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
1744
- msgid "Secondary Queries"
1745
- msgstr ""
1746
-
1747
- #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
1748
- msgid "allow ads in secondary queries"
1749
- msgstr ""
1750
-
1751
- #: ../classes/display-conditions.php:480
1752
- msgid "Feed"
1753
- msgstr ""
1754
-
1755
- #: ../classes/display-conditions.php:481
1756
- msgid "allow ads in Feed"
1757
- msgstr ""
1758
-
1759
- #: ../classes/EDD_SL_Plugin_Updater.php:177
1760
- #, php-format
1761
- msgid ""
1762
- "There is a new version of %1$s available. <a target=\"_blank\" "
1763
- "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1764
- msgstr ""
1765
-
1766
- #: ../classes/EDD_SL_Plugin_Updater.php:184
1767
- #, php-format
1768
- msgid ""
1769
- "There is a new version of %1$s available. <a target=\"_blank\" "
1770
- "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
1771
- "href=\"%4$s\">update now</a>."
1772
- msgstr ""
1773
-
1774
- #: ../classes/EDD_SL_Plugin_Updater.php:324
1775
- msgid "You do not have permission to install plugin updates"
1776
- msgstr ""
1777
-
1778
- #: ../classes/EDD_SL_Plugin_Updater.php:324
1779
- msgid "Error"
1780
- msgstr ""
1781
-
1782
- #: ../classes/visitor-conditions.php:32
1783
- msgid "mobile device"
1784
- msgstr ""
1785
-
1786
- #: ../classes/visitor-conditions.php:33
1787
- msgid "Display ads only on mobile devices or hide them."
1788
- msgstr ""
1789
-
1790
- #: ../classes/visitor-conditions.php:39
1791
- msgid "logged in visitor"
1792
- msgstr ""
1793
-
1794
- #: ../classes/visitor-conditions.php:40
1795
- msgid "Whether the visitor has to be logged in or not in order to see the ads."
1796
- msgstr ""
1797
-
1798
- #: ../classes/visitor-conditions.php:73
1799
- #, php-format
1800
- msgid ""
1801
- "Pro: Display ads by the available space on the device using the <a href=\"%s\" "
1802
- "target=\"_blank\">Responsive add-on</a>"
1803
- msgstr ""
1804
-
1805
- #: ../classes/visitor-conditions.php:101
1806
- msgid "is"
1807
- msgstr ""
1808
-
1809
- #: ../classes/visitor-conditions.php:102
1810
- msgid "is not"
1811
- msgstr ""
1812
-
1813
- #: ../classes/visitor-conditions.php:107
1814
- msgid "Manual and Troubleshooting"
1815
- msgstr ""
1816
-
1817
- #: ../classes/visitor-conditions.php:136
1818
- msgid "equal"
1819
- msgstr ""
1820
-
1821
- #: ../classes/visitor-conditions.php:137
1822
- msgid "equal or higher"
1823
- msgstr ""
1824
-
1825
- #: ../classes/visitor-conditions.php:138
1826
- msgid "equal or lower"
1827
- msgstr ""
1828
-
1829
- #: ../classes/visitor-conditions.php:168
1830
- msgid "contains"
1831
- msgstr ""
1832
-
1833
- #: ../classes/visitor-conditions.php:169
1834
- msgid "starts with"
1835
- msgstr ""
1836
-
1837
- #: ../classes/visitor-conditions.php:170
1838
- msgid "ends with"
1839
- msgstr ""
1840
-
1841
- #: ../classes/visitor-conditions.php:171
1842
- msgid "matches"
1843
- msgstr ""
1844
-
1845
- #: ../classes/visitor-conditions.php:172
1846
- msgid "matches regex"
1847
- msgstr ""
1848
-
1849
- #: ../classes/visitor-conditions.php:173
1850
- msgid "does not contain"
1851
- msgstr ""
1852
-
1853
- #: ../classes/visitor-conditions.php:174
1854
- msgid "does not start with"
1855
- msgstr ""
1856
-
1857
- #: ../classes/visitor-conditions.php:175
1858
- msgid "does not end with"
1859
- msgstr ""
1860
-
1861
- #: ../classes/visitor-conditions.php:176
1862
- msgid "does not match"
1863
- msgstr ""
1864
-
1865
- #: ../classes/visitor-conditions.php:177
1866
- msgid "does not match regex"
1867
- msgstr ""
1868
-
1869
- #: ../modules/ad-blocker/admin/admin.php:133
1870
- msgid "The asset folder was rebuilt successfully"
1871
- msgstr ""
1872
-
1873
- #: ../modules/ad-blocker/admin/admin.php:218
1874
- msgid "Ad blocker fix"
1875
- msgstr ""
1876
-
1877
- #: ../modules/ad-blocker/admin/admin.php:257
1878
- msgid "There is no writable upload folder"
1879
- msgstr ""
1880
-
1881
- #: ../modules/ad-blocker/admin/admin.php:278
1882
- #, php-format
1883
- msgid "Unable to rename \"%s\" directory"
1884
- msgstr ""
1885
-
1886
- #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
1887
- #: php:307 ../modules/ad-blocker/admin/admin.php:324
1888
- #, php-format
1889
- msgid "Unable to copy assets to the \"%s\" directory"
1890
- msgstr ""
1891
-
1892
- #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
1893
- #: php:378
1894
- #, php-format
1895
- msgid "We do not have direct write access to the \"%s\" directory"
1896
- msgstr ""
1897
-
1898
- #: ../modules/ad-blocker/admin/admin.php:445
1899
- #, php-format
1900
- msgid ""
1901
- "Unable to create \"%s\" directory. Is its parent directory writable by the "
1902
- "server?"
1903
- msgstr ""
1904
-
1905
- #: ../modules/ad-blocker/admin/admin.php:456
1906
- #, php-format
1907
- msgid "Unable to copy files to %s"
1908
- msgstr ""
1909
-
1910
- #: ../modules/ad-blocker/admin/admin.php:592
1911
- msgid ""
1912
- "Prevents ad block software from breaking your website when blocking asset "
1913
- "files (.js, .css)."
1914
- msgstr ""
1915
-
1916
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
1917
- msgid "Ad blocker file folder"
1918
- msgstr ""
1919
-
1920
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
1921
- msgid "Upload folder is not writable"
1922
- msgstr ""
1923
-
1924
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
1925
- msgid "Asset path"
1926
- msgstr ""
1927
-
1928
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
1929
- msgid "Asset URL"
1930
- msgstr ""
1931
-
1932
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
1933
- msgid "Rename assets"
1934
- msgstr ""
1935
-
1936
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
1937
- msgid "Check if you want to change the names of the assets"
1938
- msgstr ""
1939
-
1940
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
1941
- #, php-format
1942
- msgid ""
1943
- "Please, rebuild the asset folder. All assets will be located in "
1944
- "<strong>%s</strong>"
1945
- msgstr ""
1946
-
1947
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
1948
- msgid "Rebuild asset folder"
1949
- msgstr ""
1950
-
1951
- #: ../modules/gadsense/main.php:19
1952
- msgid " at "
1953
- msgstr ""
1954
-
1955
- #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
1956
- #: ad-parameters.php:51
1957
- msgid "Responsive"
1958
- msgstr ""
1959
-
1960
- #: ../modules/gadsense/admin/admin.php:44
1961
- msgid "The ad details couldn't be retrieved from the ad code"
1962
- msgstr ""
1963
-
1964
- #: ../modules/gadsense/admin/admin.php:45
1965
- msgid ""
1966
- "Warning : The AdSense account from this code does not match the one set with "
1967
- "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
1968
- "end."
1969
- msgstr ""
1970
-
1971
- #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:262
1972
- msgid "AdSense"
1973
- msgstr ""
1974
-
1975
- #: ../modules/gadsense/admin/admin.php:131
1976
- msgid "AdSense ID"
1977
- msgstr ""
1978
-
1979
- #: ../modules/gadsense/admin/admin.php:140
1980
- msgid "Limit to 3 ads"
1981
- msgstr ""
1982
-
1983
- #: ../modules/gadsense/admin/admin.php:149
1984
- msgid "Activate Page-Level ads"
1985
- msgstr ""
1986
-
1987
- #: ../modules/gadsense/admin/admin.php:169
1988
- #, php-format
1989
- msgid ""
1990
- "Please enter your Publisher ID in order to use AdSense on your page. See the "
1991
- "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
1992
- msgstr ""
1993
-
1994
- #: ../modules/gadsense/admin/admin.php:183
1995
- msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
1996
- msgstr ""
1997
-
1998
- #: ../modules/gadsense/admin/admin.php:195
1999
- #, php-format
2000
- msgid "Limit to %d AdSense ads"
2001
- msgstr ""
2002
-
2003
- #: ../modules/gadsense/admin/admin.php:199
2004
- #, php-format
2005
- msgid ""
2006
- "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2007
- "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
2008
- "this limitation at your own risks."
2009
- msgstr ""
2010
-
2011
- #: ../modules/gadsense/admin/admin.php:202
2012
- msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2013
- msgstr ""
2014
-
2015
- #: ../modules/gadsense/admin/admin.php:205
2016
- msgid ""
2017
- "Due to technical restrictions, the limit does not work on placements with "
2018
- "cache-busting enabled."
2019
- msgstr ""
2020
-
2021
- #: ../modules/gadsense/admin/admin.php:219
2022
- msgid "Insert Page-Level ads code on all pages."
2023
- msgstr ""
2024
-
2025
- #: ../modules/gadsense/admin/admin.php:221
2026
- msgid ""
2027
- "You still need to enable Page-Level ads in your AdSense account. See <a "
2028
- "href=\"https://support.google.com/adsense/answer/6245304\" "
2029
- "target=\"_blank\">AdSense Help</a> (requires AdSense-login) for more "
2030
- "information"
2031
- msgstr ""
2032
-
2033
- #: ../modules/gadsense/admin/admin.php:240 ../modules/gadsense/includes/class-ad-
2034
- #: type-adsense.php:73
2035
- msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2036
- msgstr ""
2037
-
2038
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2039
- msgid "Copy&Paste existing ad code"
2040
- msgstr ""
2041
-
2042
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2043
- msgid "Ad Slot ID"
2044
- msgstr ""
2045
-
2046
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2047
- #, php-format
2048
- msgid "Publisher ID: %s"
2049
- msgstr ""
2050
-
2051
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
2052
- #, php-format
2053
- msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2054
- msgstr ""
2055
-
2056
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
2057
- msgid "Normal"
2058
- msgstr ""
2059
-
2060
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2061
- #, php-format
2062
- msgid ""
2063
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2064
- "define the exact creative for each browser width."
2065
- msgstr ""
2066
-
2067
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2068
- msgid "Resizing"
2069
- msgstr ""
2070
-
2071
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2072
- msgid "Copy the ad code from your AdSense account and paste it in the area below"
2073
- msgstr ""
2074
-
2075
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2076
- msgid "Get details"
2077
- msgstr ""
2078
-
2079
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
2080
- msgid "Close"
2081
- msgstr ""
2082
-
2083
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
2084
- msgid "AdSense ad"
2085
- msgstr ""
2086
-
2087
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
2088
- msgid "Use ads from your Google AdSense account"
2089
- msgstr ""
2090
-
2091
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
2092
- msgid "Your AdSense Publisher ID is missing."
2093
- msgstr ""
2094
-
2095
- #: ../modules/gadsense/includes/class-gadsense-data.php:46
2096
- msgid "Auto"
2097
- msgstr ""
2098
-
2099
- #: ../public/class-advanced-ads.php:307
2100
- msgid "Advanced Ads Error following:"
2101
- msgstr ""
2102
-
2103
- #: ../admin/views/ad-display-metabox.php:39
2104
- #, fuzzy
2105
- msgid "If you want to display the ad everywhere, don't do anything here. "
2106
- msgstr "Se vuoi mostrare gli ad ovunque, non modificare nulla."
2107
-
2108
- #: ../admin/views/ad-output-metabox.php:5
2109
- #, fuzzy
2110
- msgid "Position"
2111
- msgstr "Descrizione"
2112
-
2113
- #: ../admin/views/ad-output-metabox.php:6
2114
- #, fuzzy
2115
- msgid "- default -"
2116
- msgstr "default"
2117
-
2118
- #: ../admin/views/ad-output-metabox.php:14
2119
- #, fuzzy
2120
- msgid "right"
2121
- msgstr "altezza"
2122
-
2123
- #: ../admin/views/ad-output-metabox.php:25
2124
- #, fuzzy
2125
- msgid "right:"
2126
- msgstr "altezza"
2127
-
2128
- msgid "Advanced Ads"
2129
- msgstr "Gestione Ad"
2130
-
2131
- #: ../admin/class-advanced-ads-admin.php:278
2132
- msgid "Overview"
2133
- msgstr "Sommario"
2134
-
2135
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
2136
- #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
2137
- #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
2138
- #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
2139
- #: classes/widget.php:89 ../public/class-advanced-ads.php:588
2140
- msgid "Ads"
2141
- msgstr "Ad"
2142
-
2143
- #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
2144
- msgid "Add New Ad"
2145
- msgstr "Aggiungi nuovo Ad"
2146
-
2147
- #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
2148
- #: ../public/class-advanced-ads.php:594
2149
- msgid "New Ad"
2150
- msgstr "Nuovo Ad"
2151
-
2152
- #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
2153
- #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
2154
- #: 177 ../classes/widget.php:82
2155
- msgid "Ad Groups"
2156
- msgstr "Gruppi Ad"
2157
-
2158
- #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
2159
- msgid "Groups"
2160
- msgstr "Gruppi"
2161
-
2162
- #: ../admin/class-advanced-ads-admin.php:298
2163
- msgid "Ad Placements"
2164
- msgstr "Posizionamento"
2165
-
2166
- #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
2167
- #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
2168
- msgid "Placements"
2169
- msgstr "Posizionamento"
2170
-
2171
- #: ../admin/class-advanced-ads-admin.php:302
2172
- msgid "Advanced Ads Settings"
2173
- msgstr "Opzioni"
2174
-
2175
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
2176
- #: php:550 ../admin/views/debug.php:10
2177
- msgid "Settings"
2178
- msgstr "Opzioni"
2179
-
2180
- #: ../admin/class-advanced-ads-admin.php:305
2181
- msgid "Advanced Ads Debugging"
2182
- msgstr "Debugging"
2183
-
2184
- #: ../admin/class-advanced-ads-admin.php:305
2185
- msgid "Debug"
2186
- msgstr "Debug"
2187
-
2188
- #: ../admin/class-advanced-ads-admin.php:592
2189
- msgid "Ad Type"
2190
- msgstr "Tipo Ad"
2191
-
2192
- #: ../admin/class-advanced-ads-admin.php:595
2193
- msgid "Ad Parameters"
2194
- msgstr "Parametri Ad"
2195
-
2196
- #: ../admin/class-advanced-ads-admin.php:601
2197
- msgid "Display Conditions"
2198
- msgstr "Condizioni di Visualizzazione"
2199
-
2200
- #: ../admin/class-advanced-ads-admin.php:604
2201
- msgid "Visitor Conditions"
2202
- msgstr "Condizioni per Visitatore"
2203
-
2204
- #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
2205
- msgid "General"
2206
- msgstr "Generale"
2207
-
2208
- #: ../admin/class-advanced-ads-admin.php:930
2209
- msgid "Hide ads for logged in users"
2210
- msgstr "Nascondi Ad for utenti loggati"
2211
-
2212
- #: ../admin/class-advanced-ads-admin.php:938
2213
- msgid "Use advanced JavaScript"
2214
- msgstr "Usa Js avanzato"
2215
-
2216
- #: ../admin/class-advanced-ads-admin.php:1071
2217
- msgid "(display to all)"
2218
- msgstr "(mostra a tutti)"
2219
-
2220
- #: ../admin/class-advanced-ads-admin.php:1072
2221
- msgid "Subscriber"
2222
- msgstr "Sottoscrittore"
2223
-
2224
- #: ../admin/class-advanced-ads-admin.php:1073
2225
- msgid "Contributor"
2226
- msgstr "Collaboratore"
2227
-
2228
- #: ../admin/class-advanced-ads-admin.php:1074
2229
- msgid "Author"
2230
- msgstr "Autore"
2231
-
2232
- #: ../admin/class-advanced-ads-admin.php:1075
2233
- msgid "Editor"
2234
- msgstr "Editore"
2235
-
2236
- #: ../admin/class-advanced-ads-admin.php:1076
2237
- msgid "Admin"
2238
- msgstr "Amministratore"
2239
-
2240
- #: ../admin/class-advanced-ads-admin.php:1084
2241
- msgid "Choose the lowest role a user must have in order to not see any ads."
2242
- msgstr "Scegli il ruolo minimo per non visualizzare gli ad."
2243
-
2244
- #: ../admin/includes/class-ad-groups-list.php:156
2245
- msgid "Ad weight"
2246
- msgstr "Rilevanza Ad"
2247
-
2248
- #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
2249
- #: php:592
2250
- msgid "Edit"
2251
- msgstr "Modifica"
2252
-
2253
- #: ../admin/includes/class-ad-groups-list.php:285
2254
- msgid "Delete"
2255
- msgstr "Cancella"
2256
-
2257
- #: ../admin/includes/class-overview-widgets.php:49
2258
- msgid "Manual and Support"
2259
- msgstr "Documentazione e Supporto"
2260
-
2261
- #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
2262
- msgid "Create your first ad"
2263
- msgstr "Crea il tuo primo ad"
2264
-
2265
- #: ../admin/includes/class-overview-widgets.php:126
2266
- msgid ""
2267
- "Ad Groups contain ads and are currently used to rotate multiple ads on a "
2268
- "single spot."
2269
- msgstr ""
2270
- "Un Gruppo Ad contiene ad ed è usato per far ruotare ad multipli in un "
2271
- "singolo spazio."
2272
-
2273
- #: ../admin/includes/class-overview-widgets.php:128
2274
- msgid "Create your first group"
2275
- msgstr "Crea il tuo primo gruppo"
2276
-
2277
- #: ../admin/includes/class-overview-widgets.php:131
2278
- msgid "Ad Placements are the best way to manage where to display ads and groups."
2279
- msgstr ""
2280
- "Il posizionamento degli ad è il miglior modo per gestire dove mostrare ad e "
2281
- "gruppi."
2282
-
2283
- #: ../admin/includes/class-overview-widgets.php:133
2284
- msgid "Create your first placement"
2285
- msgstr "Crea il tuo primo posizionamento"
2286
-
2287
- #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
2288
- msgid "--empty--"
2289
- msgstr "--vuoto--"
2290
-
2291
- #: ../admin/views/ad-group-edit.php:14
2292
- msgid "You did not select an item for editing."
2293
- msgstr "Non hai selezionato nessun elemento da modificare"
2294
-
2295
- #: ../admin/views/ad-group-edit.php:33
2296
- msgctxt "Taxonomy Name"
2297
- msgid "Name"
2298
- msgstr "Nome"
2299
-
2300
- #: ../admin/views/ad-group-edit.php:38
2301
- msgctxt "Taxonomy Slug"
2302
- msgid "Slug"
2303
- msgstr "Abbreviazione"
2304
-
2305
- #: ../admin/views/ad-group-edit.php:40
2306
- msgid "An id-like string with only letters in lower case, numbers, and hyphens."
2307
- msgstr "An id-like string with only letters in lower case, numbers, and hyphens."
2308
-
2309
- #: ../admin/views/ad-group-edit.php:45
2310
- msgctxt "Taxonomy Description"
2311
- msgid "Description"
2312
- msgstr "Descrizione"
2313
-
2314
- #: ../admin/views/ad-group-edit.php:57
2315
- msgid "Create new Ad Group"
2316
- msgstr "Crea nuovo Gruppo Ad"
2317
-
2318
- #: ../admin/views/ad-group-edit.php:59
2319
- msgid "Update"
2320
- msgstr "Aggiorna"
2321
-
2322
- #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
2323
- msgid "Name"
2324
- msgstr "Nome"
2325
-
2326
- #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
2327
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
2328
- msgid "Type"
2329
- msgstr "Tipo"
2330
-
2331
- #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
2332
- #: 589
2333
- msgid "Ad"
2334
- msgstr "Ad"
2335
-
2336
- #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
2337
- msgid "Ad Group"
2338
- msgstr "Gruppo Ad"
2339
-
2340
- #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
2341
- #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
2342
- msgid "shortcode"
2343
- msgstr "shortcode"
2344
-
2345
- #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
2346
- #: admin/views/placements.php:61
2347
- msgid "template"
2348
- msgstr "template"
2349
-
2350
- #: ../admin/views/ad-group.php:46
2351
- #, php-format
2352
- msgid "Search results for &#8220;%s&#8221;"
2353
- msgstr "Risultati di ricerca per &#8220;%s&#8221;"
2354
-
2355
- #: ../admin/views/ad-group.php:52
2356
- msgid ""
2357
- "Ad Groups are a very flexible method to bundle ads. You can use them to "
2358
- "display random ads in the frontend or run split tests, but also just for "
2359
- "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2360
- "ad can belong to multiple ad groups."
2361
- msgstr ""
2362
- "I gruppi Ad sono un metodo molto flessibile per raggruppare gli ad. Puoi "
2363
- "usarli per mostrare ad casuali nel frontend o per split test, ma anche per "
2364
- "finalità informative. Un Gruppo Ad può quindi avere ad multipli, ma anche un "
2365
- "ad può appartenere a Gruppi Ad multipli. "
2366
-
2367
- #: ../admin/views/ad-group.php:60
2368
- msgid "How to display an Ad Group?"
2369
- msgstr "Come mostrare un Gruppo Ad?"
2370
-
2371
- #: ../admin/views/ad-group.php:62
2372
- #, php-format
2373
- msgid ""
2374
- "Examples on how to display an ad group? Find more help and examples in the "
2375
- "<a href=\"%s\" target=\"_blank\">manual</a>"
2376
- msgstr ""
2377
- "Esempi su come mostrare un Gruppo Ad? Leggi <a href=\"%s\" "
2378
- "target=\"_blank\">qui</a>."
2379
-
2380
- #: ../admin/views/ad-group.php:64
2381
- msgid "To display an ad group with the ID 6 in content fields"
2382
- msgstr "Per mostrare un gruppo ad con ID 6 nel contenuto"
2383
-
2384
- #: ../admin/views/ad-group.php:67
2385
- msgid "To display an ad group with the ID 6 in template files"
2386
- msgstr "Per mostrare un gruppo con ID 6 in un template"
2387
-
2388
- #: ../admin/views/ad-info.php:2
2389
- #, php-format
2390
- msgid "Ad Id: %s"
2391
- msgstr "Id Ad: %s"
2392
-
2393
- #: ../admin/views/ad-main-metabox.php:3
2394
- msgid "No ad types defined"
2395
- msgstr "Nessun tipo di ad definito"
2396
-
2397
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
2398
- msgid "default"
2399
- msgstr "default"
2400
-
2401
- #: ../admin/views/ad-parameters-size.php:2
2402
- msgid "size"
2403
- msgstr "dimensione"
2404
-
2405
- #: ../admin/views/ad-parameters-size.php:3
2406
- msgid "width"
2407
- msgstr "larghezza"
2408
-
2409
- #: ../admin/views/ad-parameters-size.php:4
2410
- msgid "height"
2411
- msgstr "altezza"
2412
-
2413
- #: ../admin/views/ad-visitor-metabox.php:4
2414
- msgid ""
2415
- "Display conditions that are based on the user. Use with caution on cached "
2416
- "websites."
2417
- msgstr ""
2418
- "Condizioni di visualizzazione basate sul tipo di supporto. Usa con cautela "
2419
- "su siti web che utilizzano la cache."
2420
-
2421
- #: ../admin/views/ad-visitor-metabox.php:98
2422
- msgid "Display on all devices"
2423
- msgstr "Mostra su tutti gli apparecchi"
2424
-
2425
- #: ../admin/views/ad-visitor-metabox.php:102
2426
- msgid "only on mobile devices"
2427
- msgstr "solo su mobile"
2428
-
2429
- #: ../admin/views/ad-visitor-metabox.php:106
2430
- msgid "not on mobile devices"
2431
- msgstr "solo su apparecchi non mobile"
2432
-
2433
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
2434
- msgid "Debug Page"
2435
- msgstr "Pagina Debug"
2436
-
2437
- #: ../admin/views/debug.php:7
2438
- msgid "Work in progress"
2439
- msgstr "Work in progress"
2440
-
2441
- #: ../admin/views/placements.php:10
2442
- msgid "Placements updated"
2443
- msgstr "Posizionamento aggiornato"
2444
-
2445
- #: ../admin/views/placements.php:15
2446
- msgid ""
2447
- "Placements are physically places in your theme and posts. You can use them "
2448
- "if you plan to change ads and ad groups on the same place without the need "
2449
- "to change your templates."
2450
- msgstr ""
2451
- "Il posizionamento è uno spazio fisico nel tuo tema o nei post. Puoi usarlo "
2452
- "se hai bisogno di far ruotare ad e gruppi nello stesso spazio senza aver "
2453
- "bisogno di cambiare i tuoi templates."
2454
-
2455
- #: ../admin/views/placements.php:25
2456
- msgid "Options"
2457
- msgstr "Opzioni"
2458
-
2459
- #: ../admin/views/placements.php:69
2460
- msgid "Item"
2461
- msgstr "Elemento"
2462
-
2463
- #: ../admin/views/placements.php:139
2464
- msgid "Save Placements"
2465
- msgstr "Salva Posizionamento"
2466
-
2467
- #: ../admin/views/placements.php:141
2468
- msgid "Create a new placement"
2469
- msgstr "Crea un nuovo posizionamento"
2470
-
2471
- #: ../admin/views/placements.php:192
2472
- msgid "Save New Placement"
2473
- msgstr "Salva Nuovo Posizionamento"
2474
-
2475
- #: ../admin/views/settings.php:49
2476
- msgid "Advanced Ads on WordPress.org"
2477
- msgstr "Advanced Ads su WordPress.org"
2478
-
2479
- #: ../admin/views/settings.php:49
2480
- msgid "Advanced Ads on wp.org"
2481
- msgstr "Advanced Ads su wp.org"
2482
-
2483
- #: ../admin/views/settings.php:50
2484
- msgid "the company behind Advanced Ads"
2485
- msgstr "la società dietro Advanced Ads"
2486
-
2487
- #: ../classes/ad_placements.php:47
2488
- msgid "Injected before the post content."
2489
- msgstr "Injected prima del contenuto del post."
2490
-
2491
- #: ../classes/ad_placements.php:52
2492
- msgid "Injected after the post content."
2493
- msgstr "Injected dopo il contenuto del post."
2494
-
2495
- #: ../classes/ad_placements.php:57
2496
- msgid ""
2497
- "Injected into the content. You can choose the paragraph after which the "
2498
- "ad content is displayed."
2499
- msgstr ""
2500
- "Injected nel contenuto di un articolo. Puoi scegliere il paragrafo dopo il "
2501
- "quale mostrare l'ad."
2502
-
2503
- #: ../classes/ad_type_content.php:35
2504
- msgid "Rich Content"
2505
- msgstr "Rich Content"
2506
-
2507
- #: ../classes/ad_type_plain.php:31
2508
- msgid "Plain Text and Code"
2509
- msgstr "Testo semplice e Codice"
2510
-
2511
- #: ../classes/ad_type_plain.php:32
2512
- msgid ""
2513
- "Simple text editor without any filters. You might use it to display "
2514
- "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2515
- "content field magic does not work here."
2516
- msgstr ""
2517
- "Editor di testo semplice senza filtri. Puoi usarlo per mostrare contenuti "
2518
- "non filtrati, codice php o javascript. Gli shortcodes non funzionano qui."
2519
-
2520
- #: ../classes/ad_type_plain.php:52
2521
- msgid "Insert plain text or code into this field."
2522
- msgstr "Inserisci testo semplice o codice in questo campo."
2523
-
2524
- #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2525
- msgid "Choose the public post types on which to display the ad."
2526
- msgstr "Scegli i tipi di pagina in cui mostrare gli ad."
2527
-
2528
- #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2529
- msgid ""
2530
- "Choose on which individual posts, pages and public post type pages you want "
2531
- "to display or hide ads."
2532
- msgstr ""
2533
- "Scegli in quali articoli, pagine e tipi di pagina vuoi mostrare o nascondere "
2534
- "gli ad."
2535
-
2536
- #: ../classes/display-conditions.php:82
2537
- msgid "general conditions"
2538
- msgstr "Altre condizioni"
2539
-
2540
- #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2541
- msgid "Home Page"
2542
- msgstr "Home Page"
2543
-
2544
- #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2545
- msgid "Singular Pages"
2546
- msgstr "Pagine singole"
2547
-
2548
- #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2549
- msgid "Archive Pages"
2550
- msgstr "Pagine Archivio"
2551
-
2552
- #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2553
- msgid "Search Results"
2554
- msgstr "Risultati Ricerca"
2555
-
2556
- #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2557
- msgid "404 Page"
2558
- msgstr "Pagina 404"
2559
-
2560
- #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2561
- msgid "Attachment Pages"
2562
- msgstr "Pagine Allegato"
2563
-
2564
- #: ../classes/widget.php:25
2565
- msgid "Display Ads and Ad Groups."
2566
- msgstr "Mostra Ad e Gruppi Ad"
2567
-
2568
- #: ../classes/widget.php:67
2569
- msgid "Title:"
2570
- msgstr "Titolo:"
2571
-
2572
- #: ../includes/array_ad_conditions.php:39
2573
- msgid "Post Types"
2574
- msgstr "Tipi di Pagina"
2575
-
2576
- #: ../includes/array_ad_conditions.php:45
2577
- msgid "Categories, Tags and Taxonomies"
2578
- msgstr "Categorie, Tag e Tassonomie"
2579
-
2580
- #: ../includes/array_ad_conditions.php:46
2581
- msgid ""
2582
- "Choose terms from public category, tag and other taxonomies a post must "
2583
- "belong to in order to have ads."
2584
- msgstr ""
2585
- "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
2586
- "possedere per avere gli ad."
2587
-
2588
- #: ../includes/array_ad_conditions.php:51
2589
- msgid "Category Archives"
2590
- msgstr "Archivi di Categoria"
2591
-
2592
- #: ../includes/array_ad_conditions.php:52
2593
- msgid "comma seperated IDs of category archives"
2594
- msgstr "ID di archivi categorie separati da virgola"
2595
-
2596
- #: ../includes/array_ad_conditions.php:57
2597
- msgid "Individual Posts, Pages and Public Post Types"
2598
- msgstr "Post singoli, Pagine e tipi Post pubblici"
2599
-
2600
- #: ../public/class-advanced-ads.php:310
2601
- #, php-format
2602
- msgid "Advanced Ads Error: %s"
2603
- msgstr "Errore: %s"
2604
-
2605
- #: ../public/class-advanced-ads.php:551
2606
- msgctxt "ad group general name"
2607
- msgid "Ad Groups"
2608
- msgstr "Gruppi Ad"
2609
-
2610
- #: ../public/class-advanced-ads.php:552
2611
- msgctxt "ad group singular name"
2612
- msgid "Ad Group"
2613
- msgstr "Gruppo Ad"
2614
-
2615
- #: ../public/class-advanced-ads.php:553
2616
- msgid "Search Ad Groups"
2617
- msgstr "Cerca Gruppo Ad"
2618
-
2619
- #: ../public/class-advanced-ads.php:554
2620
- msgid "All Ad Groups"
2621
- msgstr "Tutti i Gruppi"
2622
-
2623
- #: ../public/class-advanced-ads.php:555
2624
- msgid "Parent Ad Groups"
2625
- msgstr "Genitore Gruppo Ad:"
2626
-
2627
- #: ../public/class-advanced-ads.php:556
2628
- msgid "Parent Ad Groups:"
2629
- msgstr "Genitore Gruppi Ad:"
2630
-
2631
- #: ../public/class-advanced-ads.php:557
2632
- msgid "Edit Ad Group"
2633
- msgstr "Aggiorna Gruppo Ad"
2634
-
2635
- #: ../public/class-advanced-ads.php:558
2636
- msgid "Update Ad Group"
2637
- msgstr "Aggiorna Gruppo Ad"
2638
-
2639
- #: ../public/class-advanced-ads.php:559
2640
- msgid "Add New Ad Group"
2641
- msgstr "Aggiungi nuovo gruppo Ad"
2642
-
2643
- #: ../public/class-advanced-ads.php:560
2644
- msgid "New Ad Groups Name"
2645
- msgstr "Nuovo nome gruppo"
2646
-
2647
- #: ../public/class-advanced-ads.php:562
2648
- msgid "No Ad Group found"
2649
- msgstr "Nessun Gruppo Ad trovato"
2650
-
2651
- #: ../public/class-advanced-ads.php:593
2652
- msgid "Edit Ad"
2653
- msgstr "Modifica Ad"
2654
-
2655
- #: ../public/class-advanced-ads.php:595
2656
- msgid "View"
2657
- msgstr "Vedi"
2658
-
2659
- #: ../public/class-advanced-ads.php:596
2660
- msgid "View the Ad"
2661
- msgstr "Vedi l'Ad"
2662
-
2663
- #: ../public/class-advanced-ads.php:597
2664
- msgid "Search Ads"
2665
- msgstr "Cerca Ad"
2666
-
2667
- #: ../public/class-advanced-ads.php:598
2668
- msgid "No Ads found"
2669
- msgstr "Nessun Ad trovato"
2670
-
2671
- #: ../public/class-advanced-ads.php:599
2672
- msgid "No Ads found in Trash"
2673
- msgstr "Nessun Ad trovato in cestino"
2674
-
2675
- #: ../public/class-advanced-ads.php:600
2676
- msgid "Parent Ad"
2677
- msgstr "Genitore Ad"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Advanved Ads\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-06-22 13:16+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:16+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
+ "Language-Team: Italian\n"
9
+ "Language: it-IT\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Loco-Target-Locale: it_IT"
24
+
25
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
26
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
27
+ msgid "or"
28
+ msgstr ""
29
+
30
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
31
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
32
+ msgid "and"
33
+ msgstr ""
34
+
35
+ #: admin/class-advanced-ads-admin.php:192
36
+ msgid "After which paragraph?"
37
+ msgstr ""
38
+
39
+ #: admin/class-advanced-ads-admin.php:300
40
+ #, php-format
41
+ msgid "time of %s"
42
+ msgstr ""
43
+
44
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
45
+ #: admin/includes/class-menu.php:86
46
+ msgid "Support"
47
+ msgstr ""
48
+
49
+ #: admin/class-advanced-ads-admin.php:345
50
+ msgid "Add-Ons"
51
+ msgstr ""
52
+
53
+ #: classes/ad-debug.php:32
54
+ msgid "The ad is displayed on the page"
55
+ msgstr ""
56
+
57
+ #: classes/ad-debug.php:34
58
+ msgid "The ad is not displayed on the page"
59
+ msgstr ""
60
+
61
+ #: classes/ad-debug.php:39
62
+ msgid "Current query is not identical to main query."
63
+ msgstr ""
64
+
65
+ #: classes/ad-debug.php:45
66
+ msgid "current post"
67
+ msgstr ""
68
+
69
+ #: classes/ad-debug.php:49
70
+ msgid "Current post is not identical to main post."
71
+ msgstr ""
72
+
73
+ #: classes/ad-debug.php:51
74
+ msgid "main post"
75
+ msgstr ""
76
+
77
+ #: classes/ad-debug.php:98
78
+ msgid "current query"
79
+ msgstr ""
80
+
81
+ #: classes/ad-debug.php:98
82
+ msgid "main query"
83
+ msgstr ""
84
+
85
+ #: classes/ad-debug.php:128
86
+ msgid "Placement"
87
+ msgstr ""
88
+
89
+ #: classes/ad-debug.php:271
90
+ msgid ""
91
+ "Your website is using HTTPS, but the ad code contains HTTP and might not "
92
+ "work."
93
+ msgstr ""
94
+
95
+ #: classes/ad_placements.php:31
96
+ msgid "Manual Placement"
97
+ msgstr ""
98
+
99
+ #: classes/ad_placements.php:32
100
+ msgid "Manual placement to use as function or shortcode."
101
+ msgstr ""
102
+
103
+ #: classes/ad_placements.php:37
104
+ msgid "Header Code"
105
+ msgstr ""
106
+
107
+ #: classes/ad_placements.php:38
108
+ msgid ""
109
+ "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
110
+ msgstr ""
111
+
112
+ #: classes/ad_placements.php:42
113
+ msgid "Footer Code"
114
+ msgstr ""
115
+
116
+ #: classes/ad_placements.php:43
117
+ msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
118
+ msgstr ""
119
+
120
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
121
+ msgid "Before Content"
122
+ msgstr ""
123
+
124
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
125
+ msgid "After Content"
126
+ msgstr ""
127
+
128
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
129
+ msgid "Content"
130
+ msgstr ""
131
+
132
+ #: classes/ad_placements.php:65
133
+ msgid "Sidebar Widget"
134
+ msgstr ""
135
+
136
+ #: classes/ad_placements.php:66
137
+ msgid ""
138
+ "Create a sidebar widget with an ad. Can be placed and used like any other "
139
+ "widget."
140
+ msgstr ""
141
+
142
+ #: classes/ad_placements.php:218
143
+ #, php-format
144
+ msgid "paragraph (%s)"
145
+ msgstr ""
146
+
147
+ #: classes/ad_placements.php:219
148
+ #, php-format
149
+ msgid "paragraph without image (%s)"
150
+ msgstr ""
151
+
152
+ #: classes/ad_placements.php:220
153
+ #, php-format
154
+ msgid "headline 2 (%s)"
155
+ msgstr ""
156
+
157
+ #: classes/ad_placements.php:221
158
+ #, php-format
159
+ msgid "headline 3 (%s)"
160
+ msgstr ""
161
+
162
+ #: classes/ad_placements.php:222
163
+ #, php-format
164
+ msgid "headline 4 (%s)"
165
+ msgstr ""
166
+
167
+ #: classes/ad_placements.php:517
168
+ #, php-format
169
+ msgid "Set <em>%s</em> to show more ads"
170
+ msgstr ""
171
+
172
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
173
+ msgid "Disable level limitation"
174
+ msgstr ""
175
+
176
+ #: classes/ad_type_content.php:36
177
+ msgid ""
178
+ "The full content editor from WordPress with all features like shortcodes, "
179
+ "image upload or styling, but also simple text/html mode for scripts and code."
180
+ msgstr ""
181
+
182
+ #: classes/ad_type_dummy.php:26
183
+ msgid "Dummy"
184
+ msgstr ""
185
+
186
+ #: classes/ad_type_dummy.php:27
187
+ msgid "Uses a simple placeholder ad for quick testing."
188
+ msgstr ""
189
+
190
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
191
+ msgid "url"
192
+ msgstr ""
193
+
194
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
195
+ #, php-format
196
+ msgid ""
197
+ "Open this url in a new window and track impressions and clicks with the <a "
198
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
199
+ msgstr ""
200
+
201
+ #: classes/ad_type_group.php:31
202
+ msgid ""
203
+ "Choose an existing ad group. Use this type when you want to assign the same "
204
+ "display and visitor conditions to all ads in that group."
205
+ msgstr ""
206
+
207
+ #: classes/ad_type_group.php:84
208
+ msgid "ad group"
209
+ msgstr ""
210
+
211
+ #: classes/ad_type_image.php:34
212
+ msgid "Image Ad"
213
+ msgstr ""
214
+
215
+ #: classes/ad_type_image.php:35
216
+ msgid "Ads in various image formats."
217
+ msgstr ""
218
+
219
+ #: classes/ad_type_image.php:55
220
+ msgid "Insert File"
221
+ msgstr ""
222
+
223
+ #: classes/ad_type_image.php:55
224
+ msgid "Insert"
225
+ msgstr ""
226
+
227
+ #: classes/ad_type_image.php:55
228
+ msgid "select image"
229
+ msgstr ""
230
+
231
+ #: classes/ad_type_image.php:56
232
+ msgid "edit"
233
+ msgstr ""
234
+
235
+ #: classes/ad_type_plain.php:87
236
+ msgid "Allow PHP"
237
+ msgstr ""
238
+
239
+ #: classes/ad_type_plain.php:89
240
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
241
+ msgstr ""
242
+
243
+ #: classes/checks.php:244
244
+ #, php-format
245
+ msgid ""
246
+ "Possible conflict between jQueryUI library, used by Advanced Ads and other "
247
+ "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
248
+ "to misfortunate formats in forms, but should not damage features."
249
+ msgstr ""
250
+
251
+ #: classes/display-conditions.php:69
252
+ msgid "post type"
253
+ msgstr ""
254
+
255
+ #: classes/display-conditions.php:76
256
+ msgid "specific pages"
257
+ msgstr ""
258
+
259
+ #: classes/display-conditions.php:88
260
+ msgid "author"
261
+ msgstr ""
262
+
263
+ #: classes/display-conditions.php:120
264
+ #, php-format
265
+ msgid "archive: %s"
266
+ msgstr ""
267
+
268
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
269
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
270
+ msgid "is"
271
+ msgstr ""
272
+
273
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
274
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
275
+ msgid "is not"
276
+ msgstr ""
277
+
278
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
279
+ #: classes/display-conditions.php:370
280
+ msgctxt "Error message shown when no display condition term is selected"
281
+ msgid "Please select some items."
282
+ msgstr ""
283
+
284
+ #: classes/display-conditions.php:283
285
+ #, php-format
286
+ msgid ""
287
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
288
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
289
+ "target=\"_blank\">this page</a>."
290
+ msgstr ""
291
+
292
+ #: classes/display-conditions.php:361
293
+ msgctxt "display the terms search field on ad edit page"
294
+ msgid "add more terms"
295
+ msgstr ""
296
+
297
+ #: classes/display-conditions.php:363
298
+ msgid "term name or id"
299
+ msgstr ""
300
+
301
+ #: classes/display-conditions.php:424
302
+ msgid "title or id"
303
+ msgstr ""
304
+
305
+ #: classes/display-conditions.php:470
306
+ msgid "show on Home page"
307
+ msgstr ""
308
+
309
+ #: classes/display-conditions.php:475
310
+ msgid "show on singular pages/posts"
311
+ msgstr ""
312
+
313
+ #: classes/display-conditions.php:480
314
+ msgid "show on any type of archive page (category, tag, author and date)"
315
+ msgstr ""
316
+
317
+ #: classes/display-conditions.php:485
318
+ msgid "show on search result pages"
319
+ msgstr ""
320
+
321
+ #: classes/display-conditions.php:490
322
+ msgid "show on 404 error page"
323
+ msgstr ""
324
+
325
+ #: classes/display-conditions.php:495
326
+ msgid "show on attachment pages"
327
+ msgstr ""
328
+
329
+ #: classes/display-conditions.php:499
330
+ msgid "Secondary Queries"
331
+ msgstr ""
332
+
333
+ #: classes/display-conditions.php:500
334
+ msgid "allow ads in secondary queries"
335
+ msgstr ""
336
+
337
+ #: classes/display-conditions.php:504
338
+ msgid "Feed"
339
+ msgstr ""
340
+
341
+ #: classes/display-conditions.php:505
342
+ msgid "allow ads in Feed"
343
+ msgstr ""
344
+
345
+ #: classes/EDD_SL_Plugin_Updater.php:201
346
+ #, php-format
347
+ msgid ""
348
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
349
+ msgstr ""
350
+
351
+ #: classes/EDD_SL_Plugin_Updater.php:209
352
+ #, php-format
353
+ msgid ""
354
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
355
+ "or %5$supdate now%6$s."
356
+ msgstr ""
357
+
358
+ #: classes/filesystem.php:61
359
+ msgid "Could not access filesystem."
360
+ msgstr ""
361
+
362
+ #: classes/filesystem.php:72
363
+ msgid "Unable to locate WordPress root directory."
364
+ msgstr ""
365
+
366
+ #: classes/filesystem.php:76
367
+ msgid "Unable to locate WordPress content directory (wp-content)."
368
+ msgstr ""
369
+
370
+ #: classes/filesystem.php:80
371
+ #, php-format
372
+ msgid "Unable to locate needed folder (%s)."
373
+ msgstr ""
374
+
375
+ #: classes/frontend_checks.php:40
376
+ msgid "Ad Health"
377
+ msgstr ""
378
+
379
+ #: classes/frontend_checks.php:48
380
+ msgid "jQuery not in header"
381
+ msgstr ""
382
+
383
+ #: classes/frontend_checks.php:61
384
+ msgid "Random AdSense ads"
385
+ msgstr ""
386
+
387
+ #: classes/frontend_checks.php:74
388
+ msgid "Ad blocker enabled"
389
+ msgstr ""
390
+
391
+ #: classes/frontend_checks.php:88
392
+ #, php-format
393
+ msgid "<em>%s</em> filter does not exist"
394
+ msgstr ""
395
+
396
+ #: classes/frontend_checks.php:105
397
+ msgid "Ads are disabled on this page"
398
+ msgstr ""
399
+
400
+ #: classes/frontend_checks.php:119
401
+ msgid "Ads are disabled in the content of this page"
402
+ msgstr ""
403
+
404
+ #: classes/frontend_checks.php:132
405
+ msgid "the current post ID is 0 "
406
+ msgstr ""
407
+
408
+ #: classes/frontend_checks.php:147
409
+ msgid "Ads are disabled on 404 pages"
410
+ msgstr ""
411
+
412
+ #: classes/frontend_checks.php:161
413
+ msgid "Ads are disabled on non singular pages"
414
+ msgstr ""
415
+
416
+ #: classes/frontend_checks.php:175
417
+ #: modules/import-export/classes/XmlEncoder.php:61
418
+ #: modules/import-export/classes/XmlEncoder.php:64
419
+ #: modules/import-export/classes/XmlEncoder.php:193
420
+ #: modules/import-export/classes/XmlEncoder.php:196
421
+ #, php-format
422
+ msgid "The %s extension(s) is not loaded"
423
+ msgstr ""
424
+
425
+ #: classes/frontend_checks.php:191
426
+ msgid "Everything is fine"
427
+ msgstr ""
428
+
429
+ #: classes/frontend_checks.php:202
430
+ msgid "debug DFP ads"
431
+ msgstr ""
432
+
433
+ #: classes/frontend_checks.php:213
434
+ msgid "highlight ads"
435
+ msgstr ""
436
+
437
+ #: classes/visitor-conditions.php:32
438
+ msgid "device"
439
+ msgstr ""
440
+
441
+ #: classes/visitor-conditions.php:33
442
+ msgid "Display ads only on mobile devices or hide them."
443
+ msgstr ""
444
+
445
+ #: classes/visitor-conditions.php:39
446
+ msgid "logged in visitor"
447
+ msgstr ""
448
+
449
+ #: classes/visitor-conditions.php:40
450
+ msgid "Whether the visitor has to be logged in or not in order to see the ads."
451
+ msgstr ""
452
+
453
+ #: classes/visitor-conditions.php:86
454
+ msgid "Mobile (including tablets)"
455
+ msgstr ""
456
+
457
+ #: classes/visitor-conditions.php:87
458
+ msgid "Desktop"
459
+ msgstr ""
460
+
461
+ #: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
462
+ msgid "Manual and Troubleshooting"
463
+ msgstr ""
464
+
465
+ #: classes/visitor-conditions.php:98
466
+ #, php-format
467
+ msgid ""
468
+ "Display ads by the available space on the device or target tablets with the "
469
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
470
+ msgstr ""
471
+
472
+ #: classes/visitor-conditions.php:161
473
+ msgid "equal"
474
+ msgstr ""
475
+
476
+ #: classes/visitor-conditions.php:162
477
+ msgid "equal or higher"
478
+ msgstr ""
479
+
480
+ #: classes/visitor-conditions.php:163
481
+ msgid "equal or lower"
482
+ msgstr ""
483
+
484
+ #: classes/visitor-conditions.php:194
485
+ msgid "contains"
486
+ msgstr ""
487
+
488
+ #: classes/visitor-conditions.php:195
489
+ msgid "starts with"
490
+ msgstr ""
491
+
492
+ #: classes/visitor-conditions.php:196
493
+ msgid "ends with"
494
+ msgstr ""
495
+
496
+ #: classes/visitor-conditions.php:197
497
+ msgid "matches"
498
+ msgstr ""
499
+
500
+ #: classes/visitor-conditions.php:198
501
+ msgid "matches regex"
502
+ msgstr ""
503
+
504
+ #: classes/visitor-conditions.php:199
505
+ msgid "does not contain"
506
+ msgstr ""
507
+
508
+ #: classes/visitor-conditions.php:200
509
+ msgid "does not start with"
510
+ msgstr ""
511
+
512
+ #: classes/visitor-conditions.php:201
513
+ msgid "does not end with"
514
+ msgstr ""
515
+
516
+ #: classes/visitor-conditions.php:202
517
+ msgid "does not match"
518
+ msgstr ""
519
+
520
+ #: classes/visitor-conditions.php:203
521
+ msgid "does not match regex"
522
+ msgstr ""
523
+
524
+ #: public/class-advanced-ads.php:317
525
+ msgid "Advanced Ads Error following:"
526
+ msgstr ""
527
+
528
+ #: public/class-advanced-ads.php:754
529
+ msgctxt "label above ads"
530
+ msgid "Advertisements"
531
+ msgstr ""
532
+
533
+ #: admin/includes/class-ad-groups-list.php:172
534
+ #: admin/views/ad-list-timing-column.php:4
535
+ #, php-format
536
+ msgid "starts %s"
537
+ msgstr ""
538
+
539
+ #: admin/includes/class-ad-groups-list.php:191
540
+ #: admin/views/ad-list-timing-column.php:21
541
+ #, php-format
542
+ msgid "expires %s"
543
+ msgstr ""
544
+
545
+ #: admin/includes/class-ad-groups-list.php:193
546
+ #: admin/views/ad-list-timing-column.php:23
547
+ #, php-format
548
+ msgid "<strong>expired</strong> %s"
549
+ msgstr ""
550
+
551
+ #: admin/includes/class-ad-groups-list.php:208
552
+ #, php-format
553
+ msgid "show %d more ads"
554
+ msgstr ""
555
+
556
+ #: admin/includes/class-ad-groups-list.php:212
557
+ msgid "all published ads are displayed"
558
+ msgstr ""
559
+
560
+ #: admin/includes/class-ad-groups-list.php:214
561
+ #, php-format
562
+ msgid "up to %d ads displayed"
563
+ msgstr ""
564
+
565
+ #: admin/includes/class-ad-groups-list.php:217
566
+ msgid "No ads assigned"
567
+ msgstr ""
568
+
569
+ #: admin/includes/class-ad-groups-list.php:218
570
+ msgid "Add some"
571
+ msgstr ""
572
+
573
+ #: admin/includes/class-ad-groups-list.php:284
574
+ msgid "Random ads"
575
+ msgstr ""
576
+
577
+ #: admin/includes/class-ad-groups-list.php:285
578
+ msgid "Display random ads based on ad weight"
579
+ msgstr ""
580
+
581
+ #: admin/includes/class-ad-groups-list.php:288
582
+ msgid "Ordered ads"
583
+ msgstr ""
584
+
585
+ #: admin/includes/class-ad-groups-list.php:289
586
+ msgid "Display ads with the highest ad weight first"
587
+ msgstr ""
588
+
589
+ #: admin/includes/class-ad-groups-list.php:309
590
+ msgid "Usage"
591
+ msgstr ""
592
+
593
+ #: admin/includes/class-ad-groups-list.php:339
594
+ msgid "Invalid Ad Group"
595
+ msgstr ""
596
+
597
+ #: admin/includes/class-ad-groups-list.php:344
598
+ msgid "You don’t have permission to change the ad groups"
599
+ msgstr ""
600
+
601
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
602
+ msgid "Ad Details"
603
+ msgstr ""
604
+
605
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
606
+ msgid "Ad Planning"
607
+ msgstr ""
608
+
609
+ #: admin/includes/class-ad-type.php:200
610
+ msgid "expired"
611
+ msgstr ""
612
+
613
+ #: admin/includes/class-ad-type.php:201
614
+ msgid "any expiry date"
615
+ msgstr ""
616
+
617
+ #: admin/includes/class-ad-type.php:202
618
+ msgid "planned"
619
+ msgstr ""
620
+
621
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
622
+ msgid "Ad updated."
623
+ msgstr ""
624
+
625
+ #. translators: %s: date and time of the revision
626
+ #: admin/includes/class-ad-type.php:517
627
+ #, php-format
628
+ msgid "Ad restored to revision from %s"
629
+ msgstr ""
630
+
631
+ #: admin/includes/class-ad-type.php:518
632
+ msgid "Ad published."
633
+ msgstr ""
634
+
635
+ #: admin/includes/class-ad-type.php:518
636
+ #, php-format
637
+ msgid ""
638
+ "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
639
+ msgstr ""
640
+
641
+ #: admin/includes/class-ad-type.php:519
642
+ msgid "Ad saved."
643
+ msgstr ""
644
+
645
+ #: admin/includes/class-ad-type.php:520
646
+ msgid "Ad submitted."
647
+ msgstr ""
648
+
649
+ #: admin/includes/class-ad-type.php:522
650
+ #, php-format
651
+ msgid "Ad scheduled for: <strong>%1$s</strong>."
652
+ msgstr ""
653
+
654
+ #. translators: Publish box date format, see http://php.net/date
655
+ #: admin/includes/class-ad-type.php:524
656
+ msgid "M j, Y @ G:i"
657
+ msgstr ""
658
+
659
+ #: admin/includes/class-ad-type.php:526
660
+ msgid "Ad draft updated."
661
+ msgstr ""
662
+
663
+ #: admin/includes/class-licenses.php:86
664
+ #, php-format
665
+ msgid ""
666
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
667
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
668
+ "this page</a>."
669
+ msgstr ""
670
+
671
+ #: admin/includes/class-licenses.php:101
672
+ msgid "Error while trying to register the license. Please contact support."
673
+ msgstr ""
674
+
675
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
676
+ msgid "Please enter a valid license key"
677
+ msgstr ""
678
+
679
+ #: admin/includes/class-licenses.php:132
680
+ #: modules/marketpress-license/main.php:65
681
+ #: modules/marketpress-license/main.php:77
682
+ msgid "License couldn’t be activated. Please try again later."
683
+ msgstr ""
684
+
685
+ #: admin/includes/class-licenses.php:147
686
+ msgid "This is the bundle license key."
687
+ msgstr ""
688
+
689
+ #: admin/includes/class-licenses.php:148
690
+ #: modules/marketpress-license/main.php:132
691
+ msgid "This is not the correct key for this add-on."
692
+ msgstr ""
693
+
694
+ #: admin/includes/class-licenses.php:149
695
+ #: modules/marketpress-license/main.php:130
696
+ msgid "There are no activations left."
697
+ msgstr ""
698
+
699
+ #: admin/includes/class-licenses.php:218
700
+ msgid "Error while trying to disable the license. Please contact support."
701
+ msgstr ""
702
+
703
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
704
+ msgid "License couldn’t be deactivated. Please try again later."
705
+ msgstr ""
706
+
707
+ #: admin/includes/class-licenses.php:470
708
+ #, php-format
709
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
710
+ msgstr ""
711
+
712
+ #: admin/includes/class-licenses.php:472
713
+ #, php-format
714
+ msgid ""
715
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
716
+ "."
717
+ msgstr ""
718
+
719
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
720
+ msgid "Sorry, you are not allowed to access this feature."
721
+ msgstr ""
722
+
723
+ #: admin/includes/class-menu.php:203
724
+ msgid ""
725
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
726
+ "deleted?"
727
+ msgstr ""
728
+
729
+ #: admin/includes/class-meta-box.php:62
730
+ msgid "Layout / Output"
731
+ msgstr ""
732
+
733
+ #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
734
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
735
+ #: admin/views/ad-output-metabox.php:51
736
+ msgid "Manual"
737
+ msgstr ""
738
+
739
+ #: admin/includes/class-meta-box.php:136
740
+ msgid "Video"
741
+ msgstr ""
742
+
743
+ #: admin/includes/class-meta-box.php:222
744
+ msgid "Ad Settings"
745
+ msgstr ""
746
+
747
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
748
+ msgid "Ads Dashboard"
749
+ msgstr ""
750
+
751
+ #: admin/includes/class-meta-box.php:336
752
+ msgid "From the ad optimization universe"
753
+ msgstr ""
754
+
755
+ #: admin/includes/class-meta-box.php:345
756
+ msgid "Advanced Ads Tutorials"
757
+ msgstr ""
758
+
759
+ #: admin/includes/class-meta-box.php:357
760
+ #, php-format
761
+ msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
762
+ msgstr ""
763
+
764
+ #: admin/includes/class-meta-box.php:369
765
+ msgid "plugin manual and homepage"
766
+ msgstr ""
767
+
768
+ #: admin/includes/class-meta-box.php:376
769
+ msgid "Get the tutorial via email"
770
+ msgstr ""
771
+
772
+ #: admin/includes/class-meta-box.php:383
773
+ msgid "Get AdSense tips via email"
774
+ msgstr ""
775
+
776
+ #: admin/includes/class-notices.php:417
777
+ #, php-format
778
+ msgid ""
779
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
780
+ "target=\"_blank\">this form</a> to sign up."
781
+ msgstr ""
782
+
783
+ #: admin/includes/class-notices.php:435
784
+ msgid ""
785
+ "How embarrassing. The email server seems to be down. Please try again later."
786
+ msgstr ""
787
+
788
+ #: admin/includes/class-notices.php:440
789
+ #, php-format
790
+ msgid ""
791
+ "Please check your email (%s) for the confirmation message. If you didn’t "
792
+ "receive one or want to use another email address then please use <a "
793
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
794
+ msgstr ""
795
+
796
+ #: admin/includes/class-overview-widgets.php:45
797
+ msgid "Tips and Tutorials"
798
+ msgstr ""
799
+
800
+ #: admin/includes/class-overview-widgets.php:47
801
+ msgid "Setup and Optimization Help"
802
+ msgstr ""
803
+
804
+ #: admin/includes/class-overview-widgets.php:53
805
+ msgid "Advanced Ads Pro"
806
+ msgstr ""
807
+
808
+ #: admin/includes/class-overview-widgets.php:55
809
+ msgid "Tracking and Stats"
810
+ msgstr ""
811
+
812
+ #: admin/includes/class-overview-widgets.php:57
813
+ msgid "Responsive and Mobile ads"
814
+ msgstr ""
815
+
816
+ #: admin/includes/class-overview-widgets.php:59
817
+ msgid "Geo Targeting"
818
+ msgstr ""
819
+
820
+ #: admin/includes/class-overview-widgets.php:61
821
+ msgid "Sticky ads"
822
+ msgstr ""
823
+
824
+ #: admin/includes/class-overview-widgets.php:63
825
+ msgid "PopUps and Layers"
826
+ msgstr ""
827
+
828
+ #: admin/includes/class-overview-widgets.php:65
829
+ msgid "Ad Slider"
830
+ msgstr ""
831
+
832
+ #: admin/includes/class-overview-widgets.php:67
833
+ msgid "Selling Ads"
834
+ msgstr ""
835
+
836
+ #: admin/includes/class-overview-widgets.php:86
837
+ msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
838
+ msgstr ""
839
+
840
+ #: admin/includes/class-overview-widgets.php:87
841
+ msgid "Join now"
842
+ msgstr ""
843
+
844
+ #: admin/includes/class-overview-widgets.php:94
845
+ msgid ""
846
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
847
+ "and Advanced Ads from the dedicated newsletter group."
848
+ msgstr ""
849
+
850
+ #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
851
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
852
+ msgid "Subscribe me now"
853
+ msgstr ""
854
+
855
+ #: admin/includes/class-overview-widgets.php:102
856
+ msgid "Get the first steps and more tutorials to your inbox."
857
+ msgstr ""
858
+
859
+ #: admin/includes/class-overview-widgets.php:103
860
+ msgid "Send it now"
861
+ msgstr ""
862
+
863
+ #: admin/includes/class-overview-widgets.php:141
864
+ msgid "Next steps"
865
+ msgstr ""
866
+
867
+ #: admin/includes/class-overview-widgets.php:153
868
+ #, php-format
869
+ msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
870
+ msgstr ""
871
+
872
+ #: admin/includes/class-overview-widgets.php:154
873
+ #, php-format
874
+ msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
875
+ msgstr ""
876
+
877
+ #: admin/includes/class-overview-widgets.php:155
878
+ #, php-format
879
+ msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
880
+ msgstr ""
881
+
882
+ #: admin/includes/class-overview-widgets.php:156
883
+ #, php-format
884
+ msgid ""
885
+ "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
886
+ "href=\"%s\" target=\"_blank\">wordpress.org</a>"
887
+ msgstr ""
888
+
889
+ #: admin/includes/class-overview-widgets.php:165
890
+ msgid ""
891
+ "Need help to set up and optimize your ads? Need custom coding on your site? "
892
+ "Ask me for a quote."
893
+ msgstr ""
894
+
895
+ #: admin/includes/class-overview-widgets.php:166
896
+ #, php-format
897
+ msgid "Help with ads on %s"
898
+ msgstr ""
899
+
900
+ #: admin/includes/class-overview-widgets.php:167
901
+ msgid "Get an offer"
902
+ msgstr ""
903
+
904
+ #: admin/includes/class-overview-widgets.php:175
905
+ msgid "Ad management for advanced websites."
906
+ msgstr ""
907
+
908
+ #: admin/includes/class-overview-widgets.php:176
909
+ msgid "Cache-busting"
910
+ msgstr ""
911
+
912
+ #: admin/includes/class-overview-widgets.php:177
913
+ msgid "Advanced visitor conditions"
914
+ msgstr ""
915
+
916
+ #: admin/includes/class-overview-widgets.php:178
917
+ msgid "Flash ads with fallback"
918
+ msgstr ""
919
+
920
+ #: admin/includes/class-overview-widgets.php:180
921
+ msgid "Get Pro"
922
+ msgstr ""
923
+
924
+ #: admin/includes/class-overview-widgets.php:188
925
+ msgid "Track the impressions of and clicks on your ads."
926
+ msgstr ""
927
+
928
+ #: admin/includes/class-overview-widgets.php:189
929
+ msgid "2 methods to count impressions"
930
+ msgstr ""
931
+
932
+ #: admin/includes/class-overview-widgets.php:190
933
+ msgid "beautiful stats for all or single ads"
934
+ msgstr ""
935
+
936
+ #: admin/includes/class-overview-widgets.php:191
937
+ msgid "group stats by day, week or month"
938
+ msgstr ""
939
+
940
+ #: admin/includes/class-overview-widgets.php:193
941
+ msgid "Get the Tracking add-on"
942
+ msgstr ""
943
+
944
+ #: admin/includes/class-overview-widgets.php:201
945
+ msgid "Display ads based on the size of your visitor’s browser or device."
946
+ msgstr ""
947
+
948
+ #: admin/includes/class-overview-widgets.php:202
949
+ msgid "set a range (from … to …) pixels for the browser size"
950
+ msgstr ""
951
+
952
+ #: admin/includes/class-overview-widgets.php:203
953
+ msgid "set custom sizes for AdSense responsive ads"
954
+ msgstr ""
955
+
956
+ #: admin/includes/class-overview-widgets.php:204
957
+ msgid "list all ads by their responsive settings"
958
+ msgstr ""
959
+
960
+ #: admin/includes/class-overview-widgets.php:206
961
+ msgid "Get the Responsive add-on"
962
+ msgstr ""
963
+
964
+ #: admin/includes/class-overview-widgets.php:214
965
+ msgid "Target visitors by their geo location."
966
+ msgstr ""
967
+
968
+ #: admin/includes/class-overview-widgets.php:216
969
+ msgid "Get the Geo Targeting add-on"
970
+ msgstr ""
971
+
972
+ #: admin/includes/class-overview-widgets.php:224
973
+ msgid ""
974
+ "Fix ads to the browser while users are scrolling and create best performing "
975
+ "anchor ads."
976
+ msgstr ""
977
+
978
+ #: admin/includes/class-overview-widgets.php:225
979
+ msgid "position ads that don’t scroll with the screen"
980
+ msgstr ""
981
+
982
+ #: admin/includes/class-overview-widgets.php:226
983
+ msgid "build anchor ads not only on mobile devices"
984
+ msgstr ""
985
+
986
+ #: admin/includes/class-overview-widgets.php:228
987
+ msgid "Get the Sticky add-on"
988
+ msgstr ""
989
+
990
+ #: admin/includes/class-overview-widgets.php:236
991
+ msgid "Display content and ads in layers and popups on custom events."
992
+ msgstr ""
993
+
994
+ #: admin/includes/class-overview-widgets.php:237
995
+ msgid "display a popup after a user interaction like scrolling"
996
+ msgstr ""
997
+
998
+ #: admin/includes/class-overview-widgets.php:238
999
+ msgid "optional background overlay"
1000
+ msgstr ""
1001
+
1002
+ #: admin/includes/class-overview-widgets.php:239
1003
+ msgid "allow users to close the popup"
1004
+ msgstr ""
1005
+
1006
+ #: admin/includes/class-overview-widgets.php:241
1007
+ msgid "Get the PopUp and Layer add-on"
1008
+ msgstr ""
1009
+
1010
+ #: admin/includes/class-overview-widgets.php:249
1011
+ msgid "Create a beautiful and simple slider from your ads."
1012
+ msgstr ""
1013
+
1014
+ #: admin/includes/class-overview-widgets.php:251
1015
+ msgid "Get the Slider add-on"
1016
+ msgstr ""
1017
+
1018
+ #: admin/includes/class-overview-widgets.php:258
1019
+ msgid ""
1020
+ "Let advertisers purchase ad space directly on the frontend of your site."
1021
+ msgstr ""
1022
+
1023
+ #: admin/includes/class-overview-widgets.php:260
1024
+ msgid "Get the Selling Ads add-on"
1025
+ msgstr ""
1026
+
1027
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1028
+ msgid "Licenses"
1029
+ msgstr ""
1030
+
1031
+ #: admin/includes/class-settings.php:70
1032
+ msgid "Disable ads"
1033
+ msgstr ""
1034
+
1035
+ #: admin/includes/class-settings.php:94
1036
+ msgid "Unlimited ad injection"
1037
+ msgstr ""
1038
+
1039
+ #: admin/includes/class-settings.php:102
1040
+ msgid "Priority of content injection filter"
1041
+ msgstr ""
1042
+
1043
+ #: admin/includes/class-settings.php:118
1044
+ msgid "Hide ads from bots"
1045
+ msgstr ""
1046
+
1047
+ #: admin/includes/class-settings.php:126
1048
+ msgid "Disable notices"
1049
+ msgstr ""
1050
+
1051
+ #: admin/includes/class-settings.php:134
1052
+ msgid "ID prefix"
1053
+ msgstr ""
1054
+
1055
+ #: admin/includes/class-settings.php:142
1056
+ msgid "Remove Widget ID"
1057
+ msgstr ""
1058
+
1059
+ #: admin/includes/class-settings.php:150
1060
+ msgid "Allow editors to manage ads"
1061
+ msgstr ""
1062
+
1063
+ #: admin/includes/class-settings.php:158
1064
+ msgid "Ad label"
1065
+ msgstr ""
1066
+
1067
+ #: admin/includes/class-settings.php:168
1068
+ msgid "Delete data on uninstall"
1069
+ msgstr ""
1070
+
1071
+ #: admin/includes/class-settings.php:178
1072
+ msgid "Disable shortcode button"
1073
+ msgstr ""
1074
+
1075
+ #: admin/includes/class-settings.php:220
1076
+ #, php-format
1077
+ msgid ""
1078
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
1079
+ "ons</a>."
1080
+ msgstr ""
1081
+
1082
+ #: admin/includes/class-settings.php:221
1083
+ #, php-format
1084
+ msgid ""
1085
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
1086
+ "licenses</a>."
1087
+ msgstr ""
1088
+
1089
+ #: admin/includes/class-settings.php:282
1090
+ msgid ""
1091
+ "<strong>notice: </strong>the file is currently enabled by an add-on that "
1092
+ "needs it."
1093
+ msgstr ""
1094
+
1095
+ #: admin/includes/class-settings.php:285
1096
+ #, php-format
1097
+ msgid ""
1098
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
1099
+ "here</a>). Some features and add-ons might override this setting if they "
1100
+ "need features from this file."
1101
+ msgstr ""
1102
+
1103
+ #: admin/includes/class-settings.php:305
1104
+ msgid ""
1105
+ "Some plugins and themes trigger ad injections where it shouldn’t happen. "
1106
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1107
+ "and outside the loop. However, this can cause problems with some themes. Set "
1108
+ "this option to -1 in order to enable unlimited ad injection at your own risk,"
1109
+ " set it to 0 to keep it disabled or choose a positive number to enable the "
1110
+ "injection only in the first x posts on your archive pages."
1111
+ msgstr ""
1112
+
1113
+ #: admin/includes/class-settings.php:321
1114
+ msgid ""
1115
+ "Please check your post content. A priority of 10 and below might cause "
1116
+ "issues (wpautop function might run twice)."
1117
+ msgstr ""
1118
+
1119
+ #: admin/includes/class-settings.php:323
1120
+ msgid ""
1121
+ "Play with this value in order to change the priority of the injected ads "
1122
+ "compared to other auto injected elements in the post content."
1123
+ msgstr ""
1124
+
1125
+ #: admin/includes/class-settings.php:337
1126
+ msgid ""
1127
+ "Advanced Ads ignores paragraphs and other elements in containers when "
1128
+ "injecting ads into the post content. Check this option to ignore this "
1129
+ "limitation and ads might show up again."
1130
+ msgstr ""
1131
+
1132
+ #: admin/includes/class-settings.php:350
1133
+ #, php-format
1134
+ msgid ""
1135
+ "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1136
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
1137
+ "Tracking Add-On</a>."
1138
+ msgstr ""
1139
+
1140
+ #: admin/includes/class-settings.php:351
1141
+ msgid ""
1142
+ "Disabling this option only makes sense if your ads contain content you want "
1143
+ "to display to bots (like search engines) or your site is cached and bots "
1144
+ "could create a cached version without the ads."
1145
+ msgstr ""
1146
+
1147
+ #: admin/includes/class-settings.php:364
1148
+ msgid ""
1149
+ "Disable internal notices like tips, tutorials, email newsletters and update "
1150
+ "notices. Disabling notices is recommended if you run multiple blogs with "
1151
+ "Advanced Ads already."
1152
+ msgstr ""
1153
+
1154
+ #: admin/includes/class-settings.php:381
1155
+ msgid ""
1156
+ "Prefix of class or id attributes in the frontend. Change it if you don’t "
1157
+ "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1158
+ "need to <strong>rewrite css rules afterwards</strong>."
1159
+ msgstr ""
1160
+
1161
+ #: admin/includes/class-settings.php:402
1162
+ msgid ""
1163
+ "Remove the ID attribute from widgets in order to not make them an easy "
1164
+ "target of ad blockers."
1165
+ msgstr ""
1166
+
1167
+ #: admin/includes/class-settings.php:405
1168
+ msgid ""
1169
+ "If checked, the Advanced Ads Widget will not work with the fixed option of "
1170
+ "the <strong>Q2W3 Fixed Widget</strong> plugin."
1171
+ msgstr ""
1172
+
1173
+ #: admin/includes/class-settings.php:427
1174
+ msgid "Allow editors to also manage and publish ads."
1175
+ msgstr ""
1176
+
1177
+ #: admin/includes/class-settings.php:428
1178
+ #, php-format
1179
+ msgid ""
1180
+ "You can assign different ad-related roles on a user basis with <a "
1181
+ "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1182
+ msgstr ""
1183
+
1184
+ #: admin/includes/class-settings.php:446
1185
+ msgid "Displayed above ads."
1186
+ msgstr ""
1187
+
1188
+ #: admin/includes/class-settings.php:460
1189
+ msgid "Clean up all data related to Advanced Ads when removing the plugin."
1190
+ msgstr ""
1191
+
1192
+ #: admin/includes/class-settings.php:473
1193
+ msgid "Disable shortcode button in visual editor."
1194
+ msgstr ""
1195
+
1196
+ #: admin/includes/class-shortcode-creator.php:154
1197
+ #, php-format
1198
+ msgid ""
1199
+ "Please, either switch off your ad blocker or disable the shortcode button in "
1200
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
1201
+ msgstr ""
1202
+
1203
+ #: admin/includes/notices.php:9
1204
+ #, php-format
1205
+ msgid ""
1206
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
1207
+ "primary\">Create your first ad</a>"
1208
+ msgstr ""
1209
+
1210
+ #: admin/includes/notices.php:15
1211
+ msgid ""
1212
+ "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
1213
+ "receive the first steps via email?"
1214
+ msgstr ""
1215
+
1216
+ #: admin/includes/notices.php:16
1217
+ msgid "Yes, send it"
1218
+ msgstr ""
1219
+
1220
+ #: admin/includes/notices.php:22
1221
+ msgid ""
1222
+ "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
1223
+ "<strong>2 free add-ons</strong> for joining the newsletter."
1224
+ msgstr ""
1225
+
1226
+ #: admin/includes/notices.php:23
1227
+ msgid "Add me now"
1228
+ msgstr ""
1229
+
1230
+ #: admin/includes/notices.php:29
1231
+ msgid ""
1232
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
1233
+ "and Advanced Ads from my dedicated newsletter."
1234
+ msgstr ""
1235
+
1236
+ #: admin/includes/notices.php:41
1237
+ msgid ""
1238
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1239
+ "missing</strong>."
1240
+ msgstr ""
1241
+
1242
+ #: admin/includes/notices.php:41
1243
+ #, php-format
1244
+ msgid "Please add valid license keys <a href=\"%s\">here</a>."
1245
+ msgstr ""
1246
+
1247
+ #: admin/includes/notices.php:47
1248
+ #, php-format
1249
+ msgid ""
1250
+ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1251
+ "soon</strong>. Don’t risk to lose support and updates and renew your license "
1252
+ "before it expires with a significant discount on <a href=\"%s\" "
1253
+ "target=\"_blank\">the add-on page</a>."
1254
+ msgstr ""
1255
+
1256
+ #: admin/includes/notices.php:53
1257
+ #, php-format
1258
+ msgid ""
1259
+ "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1260
+ "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
1261
+ "information."
1262
+ msgstr ""
1263
+
1264
+ #: admin/includes/notices.php:59
1265
+ #, php-format
1266
+ msgid ""
1267
+ "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
1268
+ "review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
1269
+ "now. Thank you! If you need my help then please visit the <a href=\"%1$s\" "
1270
+ "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
1271
+ "Review</h3><p>If you share my passion and find Advanced Ads useful then "
1272
+ "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
1273
+ "org</a>.</p><p><em>Thomas</em>"
1274
+ msgstr ""
1275
+
1276
+ #: admin/includes/notices.php:65
1277
+ #, php-format
1278
+ msgid ""
1279
+ "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
1280
+ "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
1281
+ "disguise."
1282
+ msgstr ""
1283
+
1284
+ #: admin/includes/shortcode-creator-l10n.php:10
1285
+ msgctxt "shortcode creator"
1286
+ msgid "Add an ad"
1287
+ msgstr ""
1288
+
1289
+ #: admin/includes/shortcode-creator-l10n.php:11
1290
+ msgctxt "shortcode creator"
1291
+ msgid "Add shortcode"
1292
+ msgstr ""
1293
+
1294
+ #: admin/includes/shortcode-creator-l10n.php:12
1295
+ msgctxt "shortcode creator"
1296
+ msgid "Cancel"
1297
+ msgstr ""
1298
+
1299
+ #: admin/views/ad-display-metabox.php:9
1300
+ msgid ""
1301
+ "Click on the button below if the ad should NOT show up on all pages when "
1302
+ "included automatically."
1303
+ msgstr ""
1304
+
1305
+ #: admin/views/ad-display-metabox.php:10
1306
+ msgid "Hide the ad on some pages"
1307
+ msgstr ""
1308
+
1309
+ #: admin/views/ad-display-metabox.php:17
1310
+ msgid "Watch video"
1311
+ msgstr ""
1312
+
1313
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
1314
+ msgid "Visit the manual"
1315
+ msgstr ""
1316
+
1317
+ #: admin/views/ad-display-metabox.php:22
1318
+ #: admin/views/notices/jqueryui_error.php:2
1319
+ #, php-format
1320
+ msgid ""
1321
+ "There might be a problem with layouts and scripts in your dashboard. Please "
1322
+ "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1323
+ msgstr ""
1324
+
1325
+ #: admin/views/ad-display-metabox.php:23
1326
+ msgid "A page with this ad on it must match all of the following conditions."
1327
+ msgstr ""
1328
+
1329
+ #: admin/views/ad-display-metabox.php:59
1330
+ msgid "Forced to OR."
1331
+ msgstr ""
1332
+
1333
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
1334
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
1335
+ msgid "manual"
1336
+ msgstr ""
1337
+
1338
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
1339
+ msgid "New condition"
1340
+ msgstr ""
1341
+
1342
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
1343
+ msgid "-- choose a condition --"
1344
+ msgstr ""
1345
+
1346
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
1347
+ #: admin/views/ad-visitor-metabox.php:62
1348
+ msgid "add"
1349
+ msgstr ""
1350
+
1351
+ #: admin/views/ad-group-list-ads.php:3
1352
+ msgid "weight"
1353
+ msgstr ""
1354
+
1355
+ #: admin/views/ad-group-list-form-row.php:51
1356
+ msgctxt "option to display all ads in an ad groups"
1357
+ msgid "all"
1358
+ msgstr ""
1359
+
1360
+ #: admin/views/ad-group-list-form-row.php:57
1361
+ msgid "Visible ads"
1362
+ msgstr ""
1363
+
1364
+ #: admin/views/ad-group-list-form-row.php:59
1365
+ msgid "Number of ads that are visible at the same time"
1366
+ msgstr ""
1367
+
1368
+ #: admin/views/ad-group-list-header.php:4
1369
+ msgid "Details"
1370
+ msgstr ""
1371
+
1372
+ #: admin/views/ad-group-list-row.php:14
1373
+ #, php-format
1374
+ msgid ""
1375
+ "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
1376
+ "manual</a>."
1377
+ msgstr ""
1378
+
1379
+ #: admin/views/ad-group-list-row.php:19
1380
+ #, php-format
1381
+ msgid "Type: %s"
1382
+ msgstr ""
1383
+
1384
+ #: admin/views/ad-group-list-row.php:20
1385
+ #, php-format
1386
+ msgid "ID: %s"
1387
+ msgstr ""
1388
+
1389
+ #: admin/views/ad-group.php:18
1390
+ msgid "Ad Groups successfully updated"
1391
+ msgstr ""
1392
+
1393
+ #: admin/views/ad-group.php:53
1394
+ msgid ""
1395
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
1396
+ "edit page."
1397
+ msgstr ""
1398
+
1399
+ #: admin/views/ad-group.php:53
1400
+ #, php-format
1401
+ msgid ""
1402
+ "Find more information about ad groups in the <a href=\"%s\" "
1403
+ "target=\"_blank\">manual</a>."
1404
+ msgstr ""
1405
+
1406
+ #: admin/views/ad-group.php:79
1407
+ msgid "Update Groups"
1408
+ msgstr ""
1409
+
1410
+ #: admin/views/ad-info-after-textarea.php:5
1411
+ msgid ""
1412
+ "The code of this ad might not work properly with the <em>Content</em> "
1413
+ "placement."
1414
+ msgstr ""
1415
+
1416
+ #: admin/views/ad-info-after-textarea.php:6
1417
+ #, php-format
1418
+ msgid "Reach out to <a href=\"%s\">support</a> to get help."
1419
+ msgstr ""
1420
+
1421
+ #: admin/views/ad-info-bottom.php:2
1422
+ msgctxt "wizard navigation"
1423
+ msgid "previous"
1424
+ msgstr ""
1425
+
1426
+ #: admin/views/ad-info-bottom.php:3
1427
+ msgctxt "wizard navigation"
1428
+ msgid "save"
1429
+ msgstr ""
1430
+
1431
+ #: admin/views/ad-info-bottom.php:4
1432
+ msgctxt "wizard navigation"
1433
+ msgid "next"
1434
+ msgstr ""
1435
+
1436
+ #: admin/views/ad-info-top.php:5
1437
+ #, php-format
1438
+ msgid ""
1439
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
1440
+ "placement options <a href=\"%s\">here</a>."
1441
+ msgstr ""
1442
+
1443
+ #: admin/views/ad-info-top.php:7
1444
+ msgid "Where do you want to display the ad?"
1445
+ msgstr ""
1446
+
1447
+ #: admin/views/ad-info-top.php:8
1448
+ msgid "New placement"
1449
+ msgstr ""
1450
+
1451
+ #: admin/views/ad-info-top.php:12
1452
+ msgid "Manage Sidebar"
1453
+ msgstr ""
1454
+
1455
+ #: admin/views/ad-info-top.php:15
1456
+ msgid "Show Pro Places"
1457
+ msgstr ""
1458
+
1459
+ #: admin/views/ad-info-top.php:19
1460
+ msgid "Show Sticky Places"
1461
+ msgstr ""
1462
+
1463
+ #: admin/views/ad-info-top.php:23
1464
+ msgid "Show PopUp"
1465
+ msgstr ""
1466
+
1467
+ #: admin/views/ad-info-top.php:48
1468
+ msgid "Existing placement"
1469
+ msgstr ""
1470
+
1471
+ #: admin/views/ad-info-top.php:53
1472
+ #, php-format
1473
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
1474
+ msgstr ""
1475
+
1476
+ #: admin/views/ad-info-top.php:54
1477
+ #, php-format
1478
+ msgid ""
1479
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
1480
+ "target=\"_blank\">manual</a>."
1481
+ msgstr ""
1482
+
1483
+ #: admin/views/ad-info-top.php:64
1484
+ msgid "Start Wizard"
1485
+ msgstr ""
1486
+
1487
+ #: admin/views/ad-info-top.php:65
1488
+ msgid "Stop Wizard"
1489
+ msgstr ""
1490
+
1491
+ #: admin/views/ad-info-top.php:83
1492
+ msgid "Welcome to the Wizard"
1493
+ msgstr ""
1494
+
1495
+ #: admin/views/ad-info-top.php:84
1496
+ msgid ""
1497
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1498
+ "the most common options are visible."
1499
+ msgstr ""
1500
+
1501
+ #: admin/views/ad-info-top.php:85
1502
+ msgid "Stop Wizard and show all options"
1503
+ msgstr ""
1504
+
1505
+ #: admin/views/ad-info.php:5
1506
+ msgid "theme function"
1507
+ msgstr ""
1508
+
1509
+ #: admin/views/ad-info.php:7
1510
+ #, php-format
1511
+ msgid ""
1512
+ "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1513
+ msgstr ""
1514
+
1515
+ #: admin/views/ad-info.php:11
1516
+ msgid "click to change"
1517
+ msgstr ""
1518
+
1519
+ #: admin/views/ad-info.php:15
1520
+ msgid "Add a description"
1521
+ msgstr ""
1522
+
1523
+ #: admin/views/ad-info.php:18
1524
+ msgid "Internal description or your own notes about this ad."
1525
+ msgstr ""
1526
+
1527
+ #: admin/views/ad-list-filters.php:2
1528
+ msgid "all ad types"
1529
+ msgstr ""
1530
+
1531
+ #: admin/views/ad-list-filters.php:5
1532
+ msgid "all ad sizes"
1533
+ msgstr ""
1534
+
1535
+ #: admin/views/ad-list-filters.php:8
1536
+ msgid "all ad dates"
1537
+ msgstr ""
1538
+
1539
+ #: admin/views/ad-list-filters.php:16
1540
+ msgid "all ad groups"
1541
+ msgstr ""
1542
+
1543
+ #: admin/views/ad-list-no-ads.php:2
1544
+ msgid "Not many ads here yet. Get help from the following resources:"
1545
+ msgstr ""
1546
+
1547
+ #: admin/views/ad-list-no-ads.php:3
1548
+ msgid "Watch the “First Ad” Tutorial (Video)"
1549
+ msgstr ""
1550
+
1551
+ #: admin/views/ad-list-no-ads.php:4
1552
+ msgid "Import Ads (Link)"
1553
+ msgstr ""
1554
+
1555
+ #: admin/views/ad-list-no-ads.php:5
1556
+ msgid "Get dummy ad content (Link)"
1557
+ msgstr ""
1558
+
1559
+ #: admin/views/ad-output-metabox.php:1
1560
+ msgid "Everything connected to the ads layout and output."
1561
+ msgstr ""
1562
+
1563
+ #: admin/views/ad-output-metabox.php:8
1564
+ #: admin/views/placements-ad-label-position.php:6
1565
+ #: admin/views/placements-ad-label-position.php:8
1566
+ msgid "left"
1567
+ msgstr ""
1568
+
1569
+ #: admin/views/ad-output-metabox.php:11
1570
+ #: admin/views/placements-ad-label-position.php:9
1571
+ #: admin/views/placements-ad-label-position.php:11
1572
+ msgid "center"
1573
+ msgstr ""
1574
+
1575
+ #: admin/views/ad-output-metabox.php:18
1576
+ msgid ""
1577
+ "Check this if you don't want the following elements to float around the ad. "
1578
+ "(adds a clearfix)"
1579
+ msgstr ""
1580
+
1581
+ #: admin/views/ad-output-metabox.php:22
1582
+ msgid "Margin"
1583
+ msgstr ""
1584
+
1585
+ #: admin/views/ad-output-metabox.php:24
1586
+ msgid "top:"
1587
+ msgstr ""
1588
+
1589
+ #: admin/views/ad-output-metabox.php:28
1590
+ msgid "bottom:"
1591
+ msgstr ""
1592
+
1593
+ #: admin/views/ad-output-metabox.php:30
1594
+ msgid "left:"
1595
+ msgstr ""
1596
+
1597
+ #: admin/views/ad-output-metabox.php:32
1598
+ msgid "tip: use this to add a margin around the ad"
1599
+ msgstr ""
1600
+
1601
+ #: admin/views/ad-output-metabox.php:35
1602
+ msgid "container ID"
1603
+ msgstr ""
1604
+
1605
+ #: admin/views/ad-output-metabox.php:38
1606
+ msgid "Specify the id of the ad container. Leave blank for random or no id."
1607
+ msgstr ""
1608
+
1609
+ #: admin/views/ad-output-metabox.php:41
1610
+ msgid "container classes"
1611
+ msgstr ""
1612
+
1613
+ #: admin/views/ad-output-metabox.php:44
1614
+ msgid ""
1615
+ "Specify one or more classes for the container. Separate multiple classes "
1616
+ "with a space"
1617
+ msgstr ""
1618
+
1619
+ #: admin/views/ad-output-metabox.php:47
1620
+ msgid "Enable debug mode"
1621
+ msgstr ""
1622
+
1623
+ #: admin/views/ad-parameters-size.php:8
1624
+ msgid "reserve this space"
1625
+ msgstr ""
1626
+
1627
+ #: admin/views/ad-submitbox-meta.php:6
1628
+ msgid "Set expiry date"
1629
+ msgstr ""
1630
+
1631
+ #: admin/views/ad-submitbox-meta.php:16
1632
+ #, php-format
1633
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1634
+ msgid "%1$s-%2$s"
1635
+ msgstr ""
1636
+
1637
+ #: admin/views/ad-submitbox-meta.php:29
1638
+ #, php-format
1639
+ msgctxt ""
1640
+ "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1641
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1642
+ msgstr ""
1643
+
1644
+ #: admin/views/ad-visitor-metabox.php:7
1645
+ msgid ""
1646
+ "Click on the button below if the ad should NOT be visible to all visitors"
1647
+ msgstr ""
1648
+
1649
+ #: admin/views/ad-visitor-metabox.php:8
1650
+ msgid "Hide the ad from some users"
1651
+ msgstr ""
1652
+
1653
+ #: admin/views/ad-visitor-metabox.php:47
1654
+ msgid ""
1655
+ "Visitor conditions limit the number of users who can see your ad. There is "
1656
+ "no need to set visitor conditions if you want all users to see the ad."
1657
+ msgstr ""
1658
+
1659
+ #: admin/views/ad-visitor-metabox.php:49
1660
+ msgid "It seems that a caching plugin is activated."
1661
+ msgstr ""
1662
+
1663
+ #: admin/views/ad-visitor-metabox.php:50
1664
+ #, php-format
1665
+ msgid ""
1666
+ "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
1667
+ "Pro</a> if dynamic features get cached."
1668
+ msgstr ""
1669
+
1670
+ #: admin/views/ad-visitor-metabox.php:67
1671
+ #, php-format
1672
+ msgid ""
1673
+ "Define the exact browser width for which an ad should be visible using the "
1674
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1675
+ msgstr ""
1676
+
1677
+ #: admin/views/ad-visitor-metabox.php:113
1678
+ msgid ""
1679
+ "The visitor conditions below are deprecated. Please use the new version of "
1680
+ "visitor conditions to replace it."
1681
+ msgstr ""
1682
+
1683
+ #: admin/views/feedback-disable.php:4
1684
+ msgid "Why did you decide to disable Advanced Ads?"
1685
+ msgstr ""
1686
+
1687
+ #: admin/views/feedback-disable.php:6
1688
+ msgid "It is only temporary"
1689
+ msgstr ""
1690
+
1691
+ #: admin/views/feedback-disable.php:7
1692
+ msgid "I have a problem"
1693
+ msgstr ""
1694
+
1695
+ #: admin/views/feedback-disable.php:8
1696
+ msgid "Please let us know how we can help"
1697
+ msgstr ""
1698
+
1699
+ #: admin/views/feedback-disable.php:11
1700
+ #, php-format
1701
+ msgid "Send me free help to %s"
1702
+ msgstr ""
1703
+
1704
+ #: admin/views/feedback-disable.php:13
1705
+ msgid "I miss a feature"
1706
+ msgstr ""
1707
+
1708
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
1709
+ msgid "Which one?"
1710
+ msgstr ""
1711
+
1712
+ #: admin/views/feedback-disable.php:15
1713
+ msgid "I don’t use ads on my site"
1714
+ msgstr ""
1715
+
1716
+ #: admin/views/feedback-disable.php:16
1717
+ msgid "I switched to another plugin"
1718
+ msgstr ""
1719
+
1720
+ #: admin/views/feedback-disable.php:18
1721
+ msgid "other reason"
1722
+ msgstr ""
1723
+
1724
+ #: admin/views/feedback-disable.php:19
1725
+ msgid "Please specify, if possible"
1726
+ msgstr ""
1727
+
1728
+ #: admin/views/feedback-disable.php:24
1729
+ msgid "Submit & Deactivate"
1730
+ msgstr ""
1731
+
1732
+ #: admin/views/feedback-disable.php:25
1733
+ msgid "Only Deactivate"
1734
+ msgstr ""
1735
+
1736
+ #: admin/views/feedback-disable.php:26
1737
+ msgid "don’t deactivate"
1738
+ msgstr ""
1739
+
1740
+ #: admin/views/placements-ad-label-position.php:18
1741
+ msgid ""
1742
+ "Check this if you don't want the following elements to float around the ad. "
1743
+ "(adds a placement_clearfix)"
1744
+ msgstr ""
1745
+
1746
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
1747
+ msgid "enabled"
1748
+ msgstr ""
1749
+
1750
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
1751
+ msgid "disabled"
1752
+ msgstr ""
1753
+
1754
+ #: admin/views/placements-content-index.php:1
1755
+ msgid "after"
1756
+ msgstr ""
1757
+
1758
+ #: admin/views/placements-content-index.php:1
1759
+ msgid "before"
1760
+ msgstr ""
1761
+
1762
+ #: admin/views/placements-content-index.php:21
1763
+ msgid "start counting from bottom"
1764
+ msgstr ""
1765
+
1766
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
1767
+ msgid "--not selected--"
1768
+ msgstr ""
1769
+
1770
+ #: admin/views/placements.php:8
1771
+ msgid ""
1772
+ "Couldn’t create the new placement. Please check your form field and whether "
1773
+ "the name is already in use."
1774
+ msgstr ""
1775
+
1776
+ #: admin/views/placements.php:15
1777
+ #, php-format
1778
+ msgid ""
1779
+ "See also the manual for more information on <a href=\"%s\">placements</a>."
1780
+ msgstr ""
1781
+
1782
+ #: admin/views/placements.php:43
1783
+ #, php-format
1784
+ msgid ""
1785
+ "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
1786
+ "check if the responsible add-on is activated."
1787
+ msgstr ""
1788
+
1789
+ #: admin/views/placements.php:59
1790
+ msgid "show usage"
1791
+ msgstr ""
1792
+
1793
+ #: admin/views/placements.php:68
1794
+ msgid "template (PHP)"
1795
+ msgstr ""
1796
+
1797
+ #: admin/views/placements.php:98
1798
+ msgid "Important Notice"
1799
+ msgstr ""
1800
+
1801
+ #: admin/views/placements.php:98
1802
+ msgid ""
1803
+ "Your server is missing an extension. This might break the content injection."
1804
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1805
+ "provider to enable <em>mbstring</em>."
1806
+ msgstr ""
1807
+
1808
+ #: admin/views/placements.php:128
1809
+ msgid "show all options"
1810
+ msgstr ""
1811
+
1812
+ #: admin/views/placements.php:135
1813
+ #, php-format
1814
+ msgid ""
1815
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
1816
+ "header of your website</a>."
1817
+ msgstr ""
1818
+
1819
+ #: admin/views/placements.php:142
1820
+ msgctxt "checkbox to remove placement"
1821
+ msgid "delete"
1822
+ msgstr ""
1823
+
1824
+ #: admin/views/placements.php:151
1825
+ msgid "New Placement"
1826
+ msgstr ""
1827
+
1828
+ #: admin/views/placements.php:158
1829
+ msgid "Choose a placement type"
1830
+ msgstr ""
1831
+
1832
+ #: admin/views/placements.php:159
1833
+ #, php-format
1834
+ msgid ""
1835
+ "Placement types define where the ad is going to be displayed. Learn more "
1836
+ "about the different types from the <a href=\"%s\">manual</a>"
1837
+ msgstr ""
1838
+
1839
+ #: admin/views/placements.php:176
1840
+ msgid "Please select a placement type."
1841
+ msgstr ""
1842
+
1843
+ #: admin/views/placements.php:178
1844
+ msgid "Choose a Name"
1845
+ msgstr ""
1846
+
1847
+ #: admin/views/placements.php:179
1848
+ msgid ""
1849
+ "The name of the placement is only visible to you. Tip: choose a descriptive "
1850
+ "one, e.g. <em>Below Post Headline</em>."
1851
+ msgstr ""
1852
+
1853
+ #: admin/views/placements.php:180
1854
+ msgid "Placement Name"
1855
+ msgstr ""
1856
+
1857
+ #: admin/views/placements.php:181
1858
+ msgid "Please enter a name for your placement."
1859
+ msgstr ""
1860
+
1861
+ #: admin/views/placements.php:182
1862
+ msgid "Choose the Ad or Group"
1863
+ msgstr ""
1864
+
1865
+ #: admin/views/placements.php:183
1866
+ msgid "The ad or group that should be displayed."
1867
+ msgstr ""
1868
+
1869
+ #: admin/views/post-ad-settings-metabox.php:3
1870
+ msgid "Disable ads on this page"
1871
+ msgstr ""
1872
+
1873
+ #: admin/views/setting-license.php:5
1874
+ msgid "Your license expired."
1875
+ msgstr ""
1876
+
1877
+ #: admin/views/setting-license.php:6
1878
+ #, php-format
1879
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
1880
+ msgstr ""
1881
+
1882
+ #: admin/views/setting-license.php:18
1883
+ #, php-format
1884
+ msgid "(%d days left)"
1885
+ msgstr ""
1886
+
1887
+ #: admin/views/setting-license.php:22
1888
+ msgid "License key"
1889
+ msgstr ""
1890
+
1891
+ #: admin/views/setting-license.php:42
1892
+ msgid "License key invalid"
1893
+ msgstr ""
1894
+
1895
+ #: admin/views/setting-license.php:45
1896
+ msgid "active"
1897
+ msgstr ""
1898
+
1899
+ #: admin/views/settings-disable-ads.php:3
1900
+ msgid "Disable all ads in frontend"
1901
+ msgstr ""
1902
+
1903
+ #: admin/views/settings-disable-ads.php:4
1904
+ msgid ""
1905
+ "Use this option to disable all ads in the frontend, but still be able to use "
1906
+ "the plugin."
1907
+ msgstr ""
1908
+
1909
+ #: admin/views/settings-disable-ads.php:8
1910
+ msgid "Disable ads on 404 error pages"
1911
+ msgstr ""
1912
+
1913
+ #: admin/views/settings-disable-ads.php:12
1914
+ msgid "Disable ads on non-singular pages"
1915
+ msgstr ""
1916
+
1917
+ #: admin/views/settings-disable-ads.php:13
1918
+ msgid ""
1919
+ "e.g. archive pages like categories, tags, authors, front page (if a list)"
1920
+ msgstr ""
1921
+
1922
+ #: admin/views/settings-disable-ads.php:16
1923
+ msgid "Disable ads on secondary queries"
1924
+ msgstr ""
1925
+
1926
+ #: admin/views/settings-disable-ads.php:17
1927
+ msgid ""
1928
+ "Secondary queries are custom queries of posts outside the main query of a "
1929
+ "page. Try this option if you see ads injected on places where they shouldn’t "
1930
+ "appear."
1931
+ msgstr ""
1932
+
1933
+ #: admin/views/settings-disable-ads.php:21
1934
+ msgid "Disable ads in Feed"
1935
+ msgstr ""
1936
+
1937
+ #: admin/views/settings.php:35
1938
+ msgid "Save settings on this page"
1939
+ msgstr ""
1940
+
1941
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
1942
+ #: modules/import-export/main.php:15
1943
+ msgid "Import &amp; Export"
1944
+ msgstr ""
1945
+
1946
+ #: admin/views/support.php:7
1947
+ msgid ""
1948
+ "Please fix the red highlighted issues on this page or try to understand "
1949
+ "their consequences before contacting support."
1950
+ msgstr ""
1951
+
1952
+ #: admin/views/support.php:11
1953
+ #, php-format
1954
+ msgid ""
1955
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1956
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1957
+ "Please ask your hosting provider for more information."
1958
+ msgstr ""
1959
+
1960
+ #: admin/views/support.php:14
1961
+ #, php-format
1962
+ msgid ""
1963
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1964
+ "rotation or visitor conditions might not work properly. Use the cache-"
1965
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to "
1966
+ "load ads dynamically."
1967
+ msgstr ""
1968
+
1969
+ #: admin/views/support.php:17
1970
+ msgid ""
1971
+ "There is a <strong>new WordPress version available</strong>. Please update."
1972
+ msgstr ""
1973
+
1974
+ #: admin/views/support.php:20
1975
+ msgid "There are <strong>plugin updates available</strong>. Please update."
1976
+ msgstr ""
1977
+
1978
+ #: admin/views/support.php:29
1979
+ #, php-format
1980
+ msgid ""
1981
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1982
+ "site performance, it is known to alter code, including scripts from ad "
1983
+ "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-"
1984
+ "in support for Autoptimize."
1985
+ msgstr ""
1986
+
1987
+ #: admin/views/support.php:32
1988
+ #, php-format
1989
+ msgid ""
1990
+ "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1991
+ "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1992
+ msgstr ""
1993
+
1994
+ #: admin/views/support.php:35
1995
+ #, php-format
1996
+ msgid ""
1997
+ "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1998
+ "href=\"%s\">settings</a>."
1999
+ msgstr ""
2000
+
2001
+ #: admin/views/support.php:46
2002
+ msgid "Possible Issues"
2003
+ msgstr ""
2004
+
2005
+ #: admin/views/support.php:48
2006
+ msgid "Ads not showing up"
2007
+ msgstr ""
2008
+
2009
+ #: admin/views/support.php:49
2010
+ msgid "Purchase & Licenses"
2011
+ msgstr ""
2012
+
2013
+ #: admin/views/support.php:50
2014
+ msgid "General Issues"
2015
+ msgstr ""
2016
+
2017
+ #: admin/views/support.php:51
2018
+ msgid "Issues with Add-Ons"
2019
+ msgstr ""
2020
+
2021
+ #: admin/views/support.php:53
2022
+ msgid ""
2023
+ "Use the following form to search for solutions in the manual on "
2024
+ "wpadvancedads.com"
2025
+ msgstr ""
2026
+
2027
+ #: admin/views/support.php:56
2028
+ msgid "search"
2029
+ msgstr ""
2030
+
2031
+ #: admin/views/support.php:58
2032
+ #, php-format
2033
+ msgid ""
2034
+ "Take a look at more common issues or contact us directly through the <a "
2035
+ "href=\"%s\" target=\"_blank\">support page</a>."
2036
+ msgstr ""
2037
+
2038
+ #: modules/gadsense/main.php:19
2039
+ msgid " at "
2040
+ msgstr ""
2041
+
2042
+ #: modules/marketpress-license/admin.php:36
2043
+ msgid "MarketPress Bundle License"
2044
+ msgstr ""
2045
+
2046
+ #: modules/marketpress-license/admin.php:67
2047
+ #: modules/marketpress-license/admin.php:70
2048
+ msgid ""
2049
+ "Enter your key here, if you have purchased the bundle through MarketPress."
2050
+ msgstr ""
2051
+
2052
+ #: modules/marketpress-license/admin.php:72
2053
+ msgid ""
2054
+ "Click here if you purchased a Bundle key through <strong>MarketPress</strong>"
2055
+ "."
2056
+ msgstr ""
2057
+
2058
+ #: public/views/ad-debug.php:18
2059
+ msgid "Ad debug output"
2060
+ msgstr ""
2061
+
2062
+ #: public/views/ad-debug.php:20
2063
+ msgid "Find solutions in the manual"
2064
+ msgstr ""
2065
+
2066
+ #: admin/views/notices/adblock.php:2
2067
+ msgid ""
2068
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2069
+ "ad setup."
2070
+ msgstr ""
2071
+
2072
+ #: modules/ad-blocker/admin/admin.php:96
2073
+ msgid "Ad blocker fix"
2074
+ msgstr ""
2075
+
2076
+ #: modules/ad-blocker/admin/admin.php:162
2077
+ msgid "The asset folder was rebuilt successfully"
2078
+ msgstr ""
2079
+
2080
+ #: modules/ad-blocker/admin/admin.php:223
2081
+ msgid "There is no writable upload folder"
2082
+ msgstr ""
2083
+
2084
+ #: modules/ad-blocker/admin/admin.php:252
2085
+ #, php-format
2086
+ msgid "Unable to rename \"%s\" directory"
2087
+ msgstr ""
2088
+
2089
+ #: modules/ad-blocker/admin/admin.php:268
2090
+ #: modules/ad-blocker/admin/admin.php:281
2091
+ #: modules/ad-blocker/admin/admin.php:298
2092
+ #, php-format
2093
+ msgid "Unable to copy assets to the \"%s\" directory"
2094
+ msgstr ""
2095
+
2096
+ #: modules/ad-blocker/admin/admin.php:331
2097
+ #: modules/ad-blocker/admin/admin.php:351
2098
+ #, php-format
2099
+ msgid "We do not have direct write access to the \"%s\" directory"
2100
+ msgstr ""
2101
+
2102
+ #: modules/ad-blocker/admin/admin.php:417
2103
+ #, php-format
2104
+ msgid ""
2105
+ "Unable to create \"%s\" directory. Is its parent directory writable by the "
2106
+ "server?"
2107
+ msgstr ""
2108
+
2109
+ #: modules/ad-blocker/admin/admin.php:428
2110
+ #, php-format
2111
+ msgid "Unable to copy files to %s"
2112
+ msgstr ""
2113
+
2114
+ #: modules/gadsense/admin/admin.php:27
2115
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
2116
+ msgid "Responsive"
2117
+ msgstr ""
2118
+
2119
+ #: modules/gadsense/admin/admin.php:45
2120
+ msgid "The ad details couldn't be retrieved from the ad code"
2121
+ msgstr ""
2122
+
2123
+ #: modules/gadsense/admin/admin.php:46
2124
+ msgid ""
2125
+ "Warning : The AdSense account from this code does not match the one set with "
2126
+ "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2127
+ "end."
2128
+ msgstr ""
2129
+
2130
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
2131
+ msgid "AdSense"
2132
+ msgstr ""
2133
+
2134
+ #: modules/gadsense/admin/admin.php:132
2135
+ msgid "AdSense ID"
2136
+ msgstr ""
2137
+
2138
+ #: modules/gadsense/admin/admin.php:141
2139
+ msgid "Limit to 3 ads"
2140
+ msgstr ""
2141
+
2142
+ #: modules/gadsense/admin/admin.php:150
2143
+ msgid "Activate Page-Level ads"
2144
+ msgstr ""
2145
+
2146
+ #: modules/gadsense/admin/admin.php:170
2147
+ #, php-format
2148
+ msgid ""
2149
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
2150
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2151
+ msgstr ""
2152
+
2153
+ #: modules/gadsense/admin/admin.php:184
2154
+ msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2155
+ msgstr ""
2156
+
2157
+ #: modules/gadsense/admin/admin.php:196
2158
+ #, php-format
2159
+ msgid "Limit to %d AdSense ads"
2160
+ msgstr ""
2161
+
2162
+ #: modules/gadsense/admin/admin.php:200
2163
+ msgid ""
2164
+ "There is no explicit limit for AdSense ads anymore, but you can still use "
2165
+ "this setting to prevent too many AdSense ads to show accidentally on your "
2166
+ "site."
2167
+ msgstr ""
2168
+
2169
+ #: modules/gadsense/admin/admin.php:204
2170
+ msgid ""
2171
+ "Due to technical restrictions, the limit does not work on placements with "
2172
+ "cache-busting enabled."
2173
+ msgstr ""
2174
+
2175
+ #: modules/gadsense/admin/admin.php:218
2176
+ msgid "Insert Page-Level ads code on all pages."
2177
+ msgstr ""
2178
+
2179
+ #: modules/gadsense/admin/admin.php:219
2180
+ msgid ""
2181
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
2182
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2183
+ "AdSense Help</a> (requires AdSense-login) for more information."
2184
+ msgstr ""
2185
+
2186
+ #: modules/gadsense/admin/admin.php:220
2187
+ #, php-format
2188
+ msgid ""
2189
+ "Please notice that this code might also activate QuickStart ads. Please read "
2190
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
2191
+ "random places</strong>."
2192
+ msgstr ""
2193
+
2194
+ #: modules/gadsense/admin/admin.php:238
2195
+ #: modules/gadsense/includes/class-ad-type-adsense.php:73
2196
+ msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2197
+ msgstr ""
2198
+
2199
+ #: modules/gadsense/admin/admin.php:312
2200
+ #, php-format
2201
+ msgid ""
2202
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
2203
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
2204
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
2205
+ "wrapped in text."
2206
+ msgstr ""
2207
+
2208
+ #: modules/gadsense/includes/class-ad-type-adsense.php:35
2209
+ msgid "AdSense ad"
2210
+ msgstr ""
2211
+
2212
+ #: modules/gadsense/includes/class-ad-type-adsense.php:36
2213
+ msgid "Use ads from your Google AdSense account"
2214
+ msgstr ""
2215
+
2216
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
2217
+ msgid "Your AdSense Publisher ID is missing."
2218
+ msgstr ""
2219
+
2220
+ #: modules/gadsense/includes/class-gadsense-data.php:37
2221
+ msgid "Auto"
2222
+ msgstr ""
2223
+
2224
+ #: modules/import-export/classes/import.php:64
2225
+ msgid "Please enter XML content"
2226
+ msgstr ""
2227
+
2228
+ #: modules/import-export/classes/import.php:144
2229
+ #: modules/import-export/classes/import.php:560
2230
+ #, php-format
2231
+ msgid "New attachment created <em>%s</em> %s"
2232
+ msgstr ""
2233
+
2234
+ #: modules/import-export/classes/import.php:176
2235
+ #, php-format
2236
+ msgid "Failed to import <em>%s</em>"
2237
+ msgstr ""
2238
+
2239
+ #: modules/import-export/classes/import.php:184
2240
+ #, php-format
2241
+ msgid "New ad created: <em>%s</em> %s"
2242
+ msgstr ""
2243
+
2244
+ #: modules/import-export/classes/import.php:227
2245
+ #, php-format
2246
+ msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
2247
+ msgstr ""
2248
+
2249
+ #: modules/import-export/classes/import.php:289
2250
+ #, php-format
2251
+ msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
2252
+ msgstr ""
2253
+
2254
+ #: modules/import-export/classes/import.php:291
2255
+ #, php-format
2256
+ msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
2257
+ msgstr ""
2258
+
2259
+ #: modules/import-export/classes/import.php:356
2260
+ #, php-format
2261
+ msgid "Placement <em>%s</em> created"
2262
+ msgstr ""
2263
+
2264
+ #: modules/import-export/classes/import.php:471
2265
+ #, php-format
2266
+ msgid "Option was updated: <em>%s</em>"
2267
+ msgstr ""
2268
+
2269
+ #: modules/import-export/classes/import.php:474
2270
+ #, php-format
2271
+ msgid "Option already exists: <em>%s</em>"
2272
+ msgstr ""
2273
+
2274
+ #: modules/import-export/classes/import.php:496
2275
+ #, php-format
2276
+ msgid "Failed to create import directory <em>%s</em>"
2277
+ msgstr ""
2278
+
2279
+ #: modules/import-export/classes/import.php:501
2280
+ #, php-format
2281
+ msgid "Import directory is not writable: <em>%s</em>"
2282
+ msgstr ""
2283
+
2284
+ #: modules/import-export/classes/import.php:509
2285
+ msgid ""
2286
+ "File is empty, uploads are disabled or post_max_size is smaller than "
2287
+ "upload_max_filesize in php.ini"
2288
+ msgstr ""
2289
+
2290
+ #: modules/import-export/classes/import.php:519
2291
+ #, php-format
2292
+ msgid "Failed to upload file, error: <em>%s</em>"
2293
+ msgstr ""
2294
+
2295
+ #: modules/import-export/classes/import.php:524
2296
+ msgid "File is empty."
2297
+ msgstr ""
2298
+
2299
+ #: modules/import-export/classes/import.php:529
2300
+ #, php-format
2301
+ msgid ""
2302
+ "The file could not be created: <em>%s</em>. This is probably a permissions "
2303
+ "problem"
2304
+ msgstr ""
2305
+
2306
+ #: modules/import-export/classes/import.php:602
2307
+ #, php-format
2308
+ msgid "Invalid filetype <em>%s</em>"
2309
+ msgstr ""
2310
+
2311
+ #: modules/import-export/classes/import.php:607
2312
+ #: modules/import-export/classes/import.php:614
2313
+ #: modules/import-export/classes/import.php:622
2314
+ #: modules/import-export/classes/import.php:637
2315
+ #, php-format
2316
+ msgid "Error getting remote image <em>%s</em>"
2317
+ msgstr ""
2318
+
2319
+ #: modules/import-export/classes/import.php:631
2320
+ #, php-format
2321
+ msgid "Zero size file downloaded <em>%s</em>"
2322
+ msgstr ""
2323
+
2324
+ #: modules/import-export/classes/XmlEncoder.php:75
2325
+ msgctxt "import_export"
2326
+ msgid "The data must be an array"
2327
+ msgstr ""
2328
+
2329
+ #: modules/import-export/classes/XmlEncoder.php:103
2330
+ #, php-format
2331
+ msgctxt "import_export"
2332
+ msgid "The key %s is not valid"
2333
+ msgstr ""
2334
+
2335
+ #: modules/import-export/classes/XmlEncoder.php:149
2336
+ #, php-format
2337
+ msgctxt "import_export"
2338
+ msgid "An unexpected value could not be serialized: %s"
2339
+ msgstr ""
2340
+
2341
+ #: modules/import-export/classes/XmlEncoder.php:201
2342
+ msgctxt "import_export"
2343
+ msgid "Invalid XML data, it can not be empty"
2344
+ msgstr ""
2345
+
2346
+ #: modules/import-export/classes/XmlEncoder.php:223
2347
+ #, php-format
2348
+ msgctxt "import_export"
2349
+ msgid "XML error: %s"
2350
+ msgstr ""
2351
+
2352
+ #: modules/import-export/views/page.php:16
2353
+ msgid "Export"
2354
+ msgstr ""
2355
+
2356
+ #: modules/import-export/views/page.php:17
2357
+ msgid ""
2358
+ "When you click the button below Advanced Ads will create an XML file for you "
2359
+ "to save to your computer."
2360
+ msgstr ""
2361
+
2362
+ #: modules/import-export/views/page.php:33
2363
+ msgid "Import"
2364
+ msgstr ""
2365
+
2366
+ #: modules/import-export/views/page.php:44
2367
+ msgid "Choose an XML file"
2368
+ msgstr ""
2369
+
2370
+ #: modules/import-export/views/page.php:45
2371
+ msgid "Copy an XML content"
2372
+ msgstr ""
2373
+
2374
+ #: modules/import-export/views/page.php:66
2375
+ msgid "Start import"
2376
+ msgstr ""
2377
+
2378
+ #: modules/ad-blocker/admin/views/rebuild_form.php:1
2379
+ msgid "Ad blocker file folder"
2380
+ msgstr ""
2381
+
2382
+ #: modules/ad-blocker/admin/views/rebuild_form.php:10
2383
+ msgid "Upload folder is not writable"
2384
+ msgstr ""
2385
+
2386
+ #: modules/ad-blocker/admin/views/rebuild_form.php:23
2387
+ msgid "Asset path"
2388
+ msgstr ""
2389
+
2390
+ #: modules/ad-blocker/admin/views/rebuild_form.php:27
2391
+ msgid "Asset URL"
2392
+ msgstr ""
2393
+
2394
+ #: modules/ad-blocker/admin/views/rebuild_form.php:31
2395
+ msgid "Rename assets"
2396
+ msgstr ""
2397
+
2398
+ #: modules/ad-blocker/admin/views/rebuild_form.php:34
2399
+ msgid "Check if you want to change the names of the assets"
2400
+ msgstr ""
2401
+
2402
+ #: modules/ad-blocker/admin/views/rebuild_form.php:43
2403
+ #, php-format
2404
+ msgid ""
2405
+ "Please, rebuild the asset folder. All assets will be located in <strong>"
2406
+ "%s</strong>"
2407
+ msgstr ""
2408
+
2409
+ #: modules/ad-blocker/admin/views/rebuild_form.php:46
2410
+ msgid "Rebuild asset folder"
2411
+ msgstr ""
2412
+
2413
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
2414
+ msgid ""
2415
+ "The ad block disguise can only be set by the super admin on the main site in "
2416
+ "the network."
2417
+ msgstr ""
2418
+
2419
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
2420
+ msgid ""
2421
+ "Prevents ad block software from breaking your website when blocking asset "
2422
+ "files (.js, .css)."
2423
+ msgstr ""
2424
+
2425
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
2426
+ msgid ""
2427
+ "Copy the ad code from your AdSense account, paste it into the area below and "
2428
+ "click on <em>Get details</em>."
2429
+ msgstr ""
2430
+
2431
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
2432
+ msgid "Get details"
2433
+ msgstr ""
2434
+
2435
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
2436
+ msgid "Insert new AdSense code"
2437
+ msgstr ""
2438
+
2439
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
2440
+ msgid "Ad Slot ID"
2441
+ msgstr ""
2442
+
2443
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
2444
+ #, php-format
2445
+ msgid "Publisher ID: %s"
2446
+ msgstr ""
2447
+
2448
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
2449
+ #, php-format
2450
+ msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2451
+ msgstr ""
2452
+
2453
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
2454
+ msgid "Normal"
2455
+ msgstr ""
2456
+
2457
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
2458
+ msgid "Responsive (Matched Content)"
2459
+ msgstr ""
2460
+
2461
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
2462
+ msgid "Link ads"
2463
+ msgstr ""
2464
+
2465
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
2466
+ msgid "Link ads (Responsive)"
2467
+ msgstr ""
2468
+
2469
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
2470
+ #, php-format
2471
+ msgid ""
2472
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2473
+ "define the exact size for each browser width or choose between horizontal, "
2474
+ "vertical, or rectangle formats."
2475
+ msgstr ""
2476
+
2477
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
2478
+ msgid "Resizing"
2479
+ msgstr ""
2480
+
2481
+ #. Description of the plugin
2482
+ msgid "Manage and optimize your ads in WordPress"
2483
+ msgstr ""
2484
+
2485
+ #. URI of the plugin
2486
+ msgid "https://wpadvancedads.com"
2487
+ msgstr ""
2488
+
2489
+ #. Author of the plugin
2490
+ msgid "Thomas Maier"
2491
+ msgstr ""
2492
+
2493
+ #. Author URI of the plugin
2494
+ msgid "http://webgilde.com"
2495
+ msgstr ""
2496
+
2497
+ #: admin/views/ad-display-metabox.php:76
2498
+ #, fuzzy
2499
+ msgid "If you want to display the ad everywhere, don't do anything here. "
2500
+ msgstr "Se vuoi mostrare gli ad ovunque, non modificare nulla."
2501
+
2502
+ #: admin/views/ad-output-metabox.php:4
2503
+ #: admin/views/placements-ad-label-position.php:1
2504
+ #, fuzzy
2505
+ msgid "Position"
2506
+ msgstr "Descrizione"
2507
+
2508
+ #: admin/views/ad-output-metabox.php:6
2509
+ #, fuzzy
2510
+ msgid "- default -"
2511
+ msgstr "default"
2512
+
2513
+ #: admin/views/ad-output-metabox.php:14
2514
+ #: admin/views/placements-ad-label-position.php:12
2515
+ #: admin/views/placements-ad-label-position.php:14
2516
+ #, fuzzy
2517
+ msgid "right"
2518
+ msgstr "altezza"
2519
+
2520
+ #: admin/views/ad-output-metabox.php:26
2521
+ #, fuzzy
2522
+ msgid "right:"
2523
+ msgstr "altezza"
2524
+
2525
+ #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
2526
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
2527
+ msgid "Ad"
2528
+ msgstr "Ad"
2529
+
2530
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
2531
+ msgctxt "ad group singular name"
2532
+ msgid "Ad Group"
2533
+ msgstr "Gruppo Ad"
2534
+
2535
+ #: classes/ad-debug.php:152 admin/includes/class-meta-box.php:65
2536
+ msgid "Display Conditions"
2537
+ msgstr "Condizioni di Visualizzazione"
2538
+
2539
+ #: classes/ad-debug.php:239 admin/includes/class-meta-box.php:68
2540
+ msgid "Visitor Conditions"
2541
+ msgstr "Condizioni per Visitatore"
2542
+
2543
+ #: classes/ad_placements.php:48
2544
+ msgid "Injected before the post content."
2545
+ msgstr "Injected prima del contenuto del post."
2546
+
2547
+ #: classes/ad_placements.php:54
2548
+ msgid "Injected after the post content."
2549
+ msgstr "Injected dopo il contenuto del post."
2550
+
2551
+ #: classes/ad_placements.php:60
2552
+ msgid ""
2553
+ "Injected into the content. You can choose the paragraph after which the ad "
2554
+ "content is displayed."
2555
+ msgstr ""
2556
+ "Injected nel contenuto di un articolo. Puoi scegliere il paragrafo dopo il "
2557
+ "quale mostrare l'ad."
2558
+
2559
+ #: classes/ad_type_content.php:35
2560
+ msgid "Rich Content"
2561
+ msgstr "Rich Content"
2562
+
2563
+ #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
2564
+ msgid "Ad Group"
2565
+ msgstr "Gruppo Ad"
2566
+
2567
+ #: classes/ad_type_plain.php:31
2568
+ msgid "Plain Text and Code"
2569
+ msgstr "Testo semplice e Codice"
2570
+
2571
+ #: classes/ad_type_plain.php:32
2572
+ msgid ""
2573
+ "Simple text editor without any filters. You might use it to display "
2574
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2575
+ "content field magic does not work here."
2576
+ msgstr ""
2577
+ "Editor di testo semplice senza filtri. Puoi usarlo per mostrare contenuti "
2578
+ "non filtrati, codice php o javascript. Gli shortcodes non funzionano qui."
2579
+
2580
+ #: classes/ad_type_plain.php:52
2581
+ msgid "Insert plain text or code into this field."
2582
+ msgstr "Inserisci testo semplice o codice in questo campo."
2583
+
2584
+ #: classes/display-conditions.php:70
2585
+ msgid "Choose the public post types on which to display the ad."
2586
+ msgstr "Scegli i tipi di pagina in cui mostrare gli ad."
2587
+
2588
+ #: classes/display-conditions.php:77
2589
+ msgid ""
2590
+ "Choose on which individual posts, pages and public post type pages you want "
2591
+ "to display or hide ads."
2592
+ msgstr ""
2593
+ "Scegli in quali articoli, pagine e tipi di pagina vuoi mostrare o nascondere "
2594
+ "gli ad."
2595
+
2596
+ #: classes/display-conditions.php:82
2597
+ msgid "general conditions"
2598
+ msgstr "Altre condizioni"
2599
+
2600
+ #: classes/display-conditions.php:469
2601
+ msgid "Home Page"
2602
+ msgstr "Home Page"
2603
+
2604
+ #: classes/display-conditions.php:474
2605
+ msgid "Singular Pages"
2606
+ msgstr "Pagine singole"
2607
+
2608
+ #: classes/display-conditions.php:479
2609
+ msgid "Archive Pages"
2610
+ msgstr "Pagine Archivio"
2611
+
2612
+ #: classes/display-conditions.php:484
2613
+ msgid "Search Results"
2614
+ msgstr "Risultati Ricerca"
2615
+
2616
+ #: classes/display-conditions.php:489
2617
+ msgid "404 Page"
2618
+ msgstr "Pagina 404"
2619
+
2620
+ #: classes/display-conditions.php:494
2621
+ msgid "Attachment Pages"
2622
+ msgstr "Pagine Allegato"
2623
+
2624
+ #: classes/widget.php:22
2625
+ msgid "Display Ads and Ad Groups."
2626
+ msgstr "Mostra Ad e Gruppi Ad"
2627
+
2628
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
2629
+ msgid "--empty--"
2630
+ msgstr "--vuoto--"
2631
+
2632
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
2633
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
2634
+ #: modules/import-export/views/page.php:25
2635
+ msgid "Placements"
2636
+ msgstr "Posizionamento"
2637
+
2638
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
2639
+ #: admin/includes/class-shortcode-creator.php:91
2640
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
2641
+ msgid "Ad Groups"
2642
+ msgstr "Gruppi Ad"
2643
+
2644
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
2645
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
2646
+ #: admin/includes/class-shortcode-creator.php:84
2647
+ #: admin/views/ad-group-list-form-row.php:68
2648
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
2649
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
2650
+ msgid "Ads"
2651
+ msgstr "Ad"
2652
+
2653
+ #: public/class-advanced-ads.php:320
2654
+ #, php-format
2655
+ msgid "Advanced Ads Error: %s"
2656
+ msgstr "Errore: %s"
2657
+
2658
+ #: public/class-advanced-ads.php:580
2659
+ msgctxt "ad group general name"
2660
+ msgid "Ad Groups"
2661
+ msgstr "Gruppi Ad"
2662
+
2663
+ #: public/class-advanced-ads.php:582
2664
+ msgid "Search Ad Groups"
2665
+ msgstr "Cerca Gruppo Ad"
2666
+
2667
+ #: public/class-advanced-ads.php:583
2668
+ msgid "All Ad Groups"
2669
+ msgstr "Tutti i Gruppi"
2670
+
2671
+ #: public/class-advanced-ads.php:584
2672
+ msgid "Parent Ad Groups"
2673
+ msgstr "Genitore Gruppo Ad:"
2674
+
2675
+ #: public/class-advanced-ads.php:585
2676
+ msgid "Parent Ad Groups:"
2677
+ msgstr "Genitore Gruppi Ad:"
2678
+
2679
+ #: public/class-advanced-ads.php:586
2680
+ msgid "Edit Ad Group"
2681
+ msgstr "Aggiorna Gruppo Ad"
2682
+
2683
+ #: public/class-advanced-ads.php:587
2684
+ msgid "Update Ad Group"
2685
+ msgstr "Aggiorna Gruppo Ad"
2686
+
2687
+ #: public/class-advanced-ads.php:588
2688
+ msgid "Add New Ad Group"
2689
+ msgstr "Aggiungi nuovo gruppo Ad"
2690
+
2691
+ #: public/class-advanced-ads.php:589
2692
+ msgid "New Ad Groups Name"
2693
+ msgstr "Nuovo nome gruppo"
2694
+
2695
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
2696
+ #: modules/import-export/views/page.php:24
2697
+ msgid "Groups"
2698
+ msgstr "Gruppi"
2699
+
2700
+ #: public/class-advanced-ads.php:591
2701
+ msgid "No Ad Group found"
2702
+ msgstr "Nessun Gruppo Ad trovato"
2703
+
2704
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
2705
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
2706
+ msgid "New Ad"
2707
+ msgstr "Nuovo Ad"
2708
+
2709
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
2710
+ msgid "Add New Ad"
2711
+ msgstr "Aggiungi nuovo Ad"
2712
+
2713
+ #: public/class-advanced-ads.php:621
2714
+ #: admin/includes/class-ad-groups-list.php:308
2715
+ #: modules/import-export/classes/import.php:143
2716
+ #: modules/import-export/classes/import.php:183
2717
+ #: modules/import-export/classes/import.php:559
2718
+ msgid "Edit"
2719
+ msgstr "Modifica"
2720
+
2721
+ #: public/class-advanced-ads.php:622
2722
+ msgid "Edit Ad"
2723
+ msgstr "Modifica Ad"
2724
+
2725
+ #: public/class-advanced-ads.php:624
2726
+ msgid "View"
2727
+ msgstr "Vedi"
2728
+
2729
+ #: public/class-advanced-ads.php:625
2730
+ msgid "View the Ad"
2731
+ msgstr "Vedi l'Ad"
2732
+
2733
+ #: public/class-advanced-ads.php:626
2734
+ msgid "Search Ads"
2735
+ msgstr "Cerca Ad"
2736
+
2737
+ #: public/class-advanced-ads.php:627
2738
+ msgid "No Ads found"
2739
+ msgstr "Nessun Ad trovato"
2740
+
2741
+ #: public/class-advanced-ads.php:628
2742
+ msgid "No Ads found in Trash"
2743
+ msgstr "Nessun Ad trovato in cestino"
2744
+
2745
+ #: public/class-advanced-ads.php:629
2746
+ msgid "Parent Ad"
2747
+ msgstr "Genitore Ad"
2748
+
2749
+ #: admin/includes/class-ad-groups-list.php:164
2750
+ msgid "Ad weight"
2751
+ msgstr "Rilevanza Ad"
2752
+
2753
+ #: admin/includes/class-menu.php:52
2754
+ msgid "Overview"
2755
+ msgstr "Sommario"
2756
+
2757
+ #: admin/includes/class-menu.php:75
2758
+ msgid "Ad Placements"
2759
+ msgstr "Posizionamento"
2760
+
2761
+ #: admin/includes/class-menu.php:79
2762
+ msgid "Advanced Ads Settings"
2763
+ msgstr "Opzioni"
2764
+
2765
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
2766
+ msgid "Settings"
2767
+ msgstr "Opzioni"
2768
+
2769
+ #: admin/includes/class-menu.php:82
2770
+ msgid "Advanced Ads Debugging"
2771
+ msgstr "Debugging"
2772
+
2773
+ #: admin/includes/class-menu.php:82
2774
+ msgid "Debug"
2775
+ msgstr "Debug"
2776
+
2777
+ #: admin/includes/class-meta-box.php:53
2778
+ msgid "Ad Type"
2779
+ msgstr "Tipo Ad"
2780
+
2781
+ #: admin/includes/class-meta-box.php:59
2782
+ msgid "Ad Parameters"
2783
+ msgstr "Parametri Ad"
2784
+
2785
+ #: admin/includes/class-overview-widgets.php:49
2786
+ msgid "Manual and Support"
2787
+ msgstr "Documentazione e Supporto"
2788
+
2789
+ #: admin/includes/class-overview-widgets.php:126
2790
+ msgid "Create your first ad"
2791
+ msgstr "Crea il tuo primo ad"
2792
+
2793
+ #: admin/includes/class-overview-widgets.php:129
2794
+ msgid ""
2795
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
2796
+ "single spot."
2797
+ msgstr ""
2798
+ "Un Gruppo Ad contiene ad ed è usato per far ruotare ad multipli in un "
2799
+ "singolo spazio."
2800
+
2801
+ #: admin/includes/class-overview-widgets.php:131
2802
+ msgid "Create your first group"
2803
+ msgstr "Crea il tuo primo gruppo"
2804
+
2805
+ #: admin/includes/class-overview-widgets.php:134
2806
+ msgid ""
2807
+ "Ad Placements are the best way to manage where to display ads and groups."
2808
+ msgstr ""
2809
+ "Il posizionamento degli ad è il miglior modo per gestire dove mostrare ad e "
2810
+ "gruppi."
2811
+
2812
+ #: admin/includes/class-overview-widgets.php:136
2813
+ msgid "Create your first placement"
2814
+ msgstr "Crea il tuo primo posizionamento"
2815
+
2816
+ #: admin/includes/class-settings.php:47 admin/views/settings.php:12
2817
+ msgid "General"
2818
+ msgstr "Generale"
2819
+
2820
+ #: admin/includes/class-settings.php:78
2821
+ msgid "Hide ads for logged in users"
2822
+ msgstr "Nascondi Ad for utenti loggati"
2823
+
2824
+ #: admin/includes/class-settings.php:86
2825
+ msgid "Use advanced JavaScript"
2826
+ msgstr "Usa Js avanzato"
2827
+
2828
+ #: admin/includes/class-settings.php:255
2829
+ msgid "(display to all)"
2830
+ msgstr "(mostra a tutti)"
2831
+
2832
+ #: admin/includes/class-settings.php:256
2833
+ msgid "Subscriber"
2834
+ msgstr "Sottoscrittore"
2835
+
2836
+ #: admin/includes/class-settings.php:257
2837
+ msgid "Contributor"
2838
+ msgstr "Collaboratore"
2839
+
2840
+ #: admin/includes/class-settings.php:258
2841
+ msgid "Author"
2842
+ msgstr "Autore"
2843
+
2844
+ #: admin/includes/class-settings.php:259
2845
+ msgid "Editor"
2846
+ msgstr "Editore"
2847
+
2848
+ #: admin/includes/class-settings.php:260
2849
+ msgid "Admin"
2850
+ msgstr "Amministratore"
2851
+
2852
+ #: admin/includes/class-settings.php:268
2853
+ msgid "Choose the lowest role a user must have in order to not see any ads."
2854
+ msgstr "Scegli il ruolo minimo per non visualizzare gli ad."
2855
+
2856
+ #: admin/views/ad-group-edit.php:40
2857
+ msgid ""
2858
+ "An id-like string with only letters in lower case, numbers, and hyphens."
2859
+ msgstr ""
2860
+ "An id-like string with only letters in lower case, numbers, and hyphens."
2861
+
2862
+ #: admin/views/ad-group-edit.php:57
2863
+ msgid "Create new Ad Group"
2864
+ msgstr "Crea nuovo Gruppo Ad"
2865
+
2866
+ #: admin/views/ad-group-edit.php:59
2867
+ msgid "Update"
2868
+ msgstr "Aggiorna"
2869
+
2870
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
2871
+ msgid "Name"
2872
+ msgstr "Nome"
2873
+
2874
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
2875
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
2876
+ msgid "Type"
2877
+ msgstr "Tipo"
2878
+
2879
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
2880
+ #: admin/views/placements.php:65
2881
+ msgid "shortcode"
2882
+ msgstr "shortcode"
2883
+
2884
+ #: admin/views/ad-group-list-row.php:11
2885
+ msgid "template"
2886
+ msgstr "template"
2887
+
2888
+ #: admin/views/ad-group.php:46
2889
+ #, php-format
2890
+ msgid "Search results for &#8220;%s&#8221;"
2891
+ msgstr "Risultati di ricerca per &#8220;%s&#8221;"
2892
+
2893
+ #: admin/views/ad-group.php:52
2894
+ msgid ""
2895
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
2896
+ "display random ads in the frontend or run split tests, but also just for "
2897
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2898
+ "ad can belong to multiple ad groups."
2899
+ msgstr ""
2900
+ "I gruppi Ad sono un metodo molto flessibile per raggruppare gli ad. Puoi "
2901
+ "usarli per mostrare ad casuali nel frontend o per split test, ma anche per "
2902
+ "finalità informative. Un Gruppo Ad può quindi avere ad multipli, ma anche un "
2903
+ "ad può appartenere a Gruppi Ad multipli. "
2904
+
2905
+ #: admin/views/ad-info.php:2
2906
+ #, php-format
2907
+ msgid "Ad Id: %s"
2908
+ msgstr "Id Ad: %s"
2909
+
2910
+ #: admin/views/ad-main-metabox.php:3
2911
+ msgid "No ad types defined"
2912
+ msgstr "Nessun tipo di ad definito"
2913
+
2914
+ #: admin/views/ad-output-metabox.php:7
2915
+ #: admin/views/placements-ad-label-position.php:2
2916
+ #: admin/views/placements-ad-label-position.php:4
2917
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2918
+ #: admin/views/placements.php:53
2919
+ msgid "default"
2920
+ msgstr "default"
2921
+
2922
+ #: admin/views/ad-parameters-size.php:1
2923
+ msgid "size"
2924
+ msgstr "dimensione"
2925
+
2926
+ #: admin/views/ad-parameters-size.php:3
2927
+ msgid "width"
2928
+ msgstr "larghezza"
2929
+
2930
+ #: admin/views/ad-parameters-size.php:4
2931
+ msgid "height"
2932
+ msgstr "altezza"
2933
+
2934
+ #: admin/views/ad-visitor-metabox.php:12
2935
+ msgid ""
2936
+ "Display conditions that are based on the user. Use with caution on cached "
2937
+ "websites."
2938
+ msgstr ""
2939
+ "Condizioni di visualizzazione basate sul tipo di supporto. Usa con cautela "
2940
+ "su siti web che utilizzano la cache."
2941
+
2942
+ #: admin/views/ad-visitor-metabox.php:119
2943
+ msgid "Display on all devices"
2944
+ msgstr "Mostra su tutti gli apparecchi"
2945
+
2946
+ #: admin/views/ad-visitor-metabox.php:123
2947
+ msgid "only on mobile devices"
2948
+ msgstr "solo su mobile"
2949
+
2950
+ #: admin/views/ad-visitor-metabox.php:127
2951
+ msgid "not on mobile devices"
2952
+ msgstr "solo su apparecchi non mobile"
2953
+
2954
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2955
+ msgid "Debug Page"
2956
+ msgstr "Pagina Debug"
2957
+
2958
+ #: admin/views/debug.php:7
2959
+ msgid "Work in progress"
2960
+ msgstr "Work in progress"
2961
+
2962
+ #: admin/views/placements.php:10
2963
+ msgid "Placements updated"
2964
+ msgstr "Posizionamento aggiornato"
2965
+
2966
+ #: admin/views/placements.php:14
2967
+ msgid ""
2968
+ "Placements are physically places in your theme and posts. You can use them "
2969
+ "if you plan to change ads and ad groups on the same place without the need "
2970
+ "to change your templates."
2971
+ msgstr ""
2972
+ "Il posizionamento è uno spazio fisico nel tuo tema o nei post. Puoi usarlo "
2973
+ "se hai bisogno di far ruotare ad e gruppi nello stesso spazio senza aver "
2974
+ "bisogno di cambiare i tuoi templates."
2975
+
2976
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2977
+ msgid "Options"
2978
+ msgstr "Opzioni"
2979
+
2980
+ #: admin/views/placements.php:83
2981
+ msgid "Item"
2982
+ msgstr "Elemento"
2983
+
2984
+ #: admin/views/placements.php:148
2985
+ msgid "Save Placements"
2986
+ msgstr "Salva Posizionamento"
2987
+
2988
+ #: admin/views/placements.php:150
2989
+ msgid "Create a new placement"
2990
+ msgstr "Crea un nuovo posizionamento"
2991
+
2992
+ #: admin/views/placements.php:202
2993
+ msgid "Save New Placement"
2994
+ msgstr "Salva Nuovo Posizionamento"
2995
+
2996
+ #: admin/views/settings.php:51
2997
+ msgid "Advanced Ads on WordPress.org"
2998
+ msgstr "Advanced Ads su WordPress.org"
2999
+
3000
+ #: admin/views/settings.php:51
3001
+ msgid "Advanced Ads on wp.org"
3002
+ msgstr "Advanced Ads su wp.org"
3003
+
3004
+ #: admin/views/settings.php:52
3005
+ msgid "the company behind Advanced Ads"
3006
+ msgstr "la società dietro Advanced Ads"
3007
+
3008
+ msgid "Advanced Ads"
3009
+ msgstr "Gestione Ad"
languages/advanced-ads-nl_NL.mo CHANGED
Binary file
languages/advanced-ads-nl_NL.po CHANGED
@@ -1,2855 +1,3137 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Advanved Ads\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
- "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
- "PO-Revision-Date: Tue Apr 26 2016 18:47:46 GMT+0200 (CEST)\n"
7
- "Last-Translator: admin <post@webzunft.de>\n"
8
- "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
- "Language: Dutch\n"
10
- "Plural-Forms: nplurals=2; plural=n != 1\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Loco - https://localise.biz/\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Poedit-Basepath: ../\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Loco-Target-Locale: nl_NL"
24
-
25
- #. Name of the plugin
26
- msgid "Advanced Ads"
27
- msgstr ""
28
-
29
- #. URI of the plugin
30
- msgid "https://wpadvancedads.com"
31
- msgstr ""
32
-
33
- #. Description of the plugin
34
- msgid "Manage and optimize your ads in WordPress"
35
- msgstr ""
36
-
37
- #. Author of the plugin
38
- msgid "Thomas Maier"
39
- msgstr ""
40
-
41
- #. Author URI of the plugin
42
- msgid "http://webgilde.com"
43
- msgstr ""
44
-
45
- #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
46
- #: 171 ../classes/visitor-conditions.php:214
47
- msgid "or"
48
- msgstr ""
49
-
50
- #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
51
- #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
52
- #: php:171 ../classes/visitor-conditions.php:214
53
- msgid "and"
54
- msgstr ""
55
-
56
- #: ../admin/class-advanced-ads-admin.php:425
57
- msgid "Please enter a message"
58
- msgstr ""
59
-
60
- #: ../admin/class-advanced-ads-admin.php:435
61
- #, php-format
62
- msgid "Email could NOT be sent. Please contact us directly at %s."
63
- msgstr ""
64
-
65
- #: ../admin/class-advanced-ads-admin.php:438
66
- msgid "Please enter a valid email address"
67
- msgstr ""
68
-
69
- #: ../admin/class-advanced-ads-admin.php:994
70
- msgid "Allow editors to manage ads"
71
- msgstr ""
72
-
73
- #: ../admin/class-advanced-ads-admin.php:1130
74
- msgid ""
75
- "Please check your post content. A priority of 10 and below might cause "
76
- "issues (wpautop function might run twice)."
77
- msgstr ""
78
-
79
- #: ../admin/class-advanced-ads-admin.php:1201
80
- msgid ""
81
- "If checked, the Advanced Ads Widget will not work with the fixed option of "
82
- "the <strong>Q2W3 Fixed Widget</strong> plugin."
83
- msgstr ""
84
-
85
- #: ../admin/class-advanced-ads-admin.php:1223
86
- msgid "Allow editors to also manage and publish ads."
87
- msgstr ""
88
-
89
- #: ../admin/class-advanced-ads-admin.php:1224
90
- #, php-format
91
- msgid ""
92
- "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
93
- "target=\"_blank\">Advanced Ads Pro</a>."
94
- msgstr ""
95
-
96
- #: ../admin/class-advanced-ads-admin.php:1282
97
- msgid "Ad Planning"
98
- msgstr ""
99
-
100
- #: ../admin/class-advanced-ads-admin.php:1643
101
- #, php-format
102
- msgid "time of %s"
103
- msgstr ""
104
-
105
- #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
106
- msgid "Please enter a valid license key"
107
- msgstr ""
108
-
109
- #: ../admin/class-advanced-ads-admin.php:1710
110
- msgid "License couldn’t be activated. Please try again later."
111
- msgstr ""
112
-
113
- #: ../admin/class-advanced-ads-admin.php:1722
114
- msgid "This is the bundle license key."
115
- msgstr ""
116
-
117
- #: ../admin/class-advanced-ads-admin.php:1723
118
- msgid "This is not the correct key for this add-on."
119
- msgstr ""
120
-
121
- #: ../admin/class-advanced-ads-admin.php:1724
122
- msgid "There are no activations left."
123
- msgstr ""
124
-
125
- #: ../admin/class-advanced-ads-admin.php:1787
126
- msgid "Error while trying to disable the license. Please contact support."
127
- msgstr ""
128
-
129
- #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
130
- #: php:1827
131
- msgid "License couldn’t be deactivated. Please try again later."
132
- msgstr ""
133
-
134
- #: ../admin/class-advanced-ads-admin.php:1991
135
- msgid "Add-Ons"
136
- msgstr ""
137
-
138
- #: ../admin/includes/class-ad-groups-list.php:164 ../admin/views/ad-list-timing-
139
- #: column.php:4
140
- #, php-format
141
- msgid "starts %s"
142
- msgstr ""
143
-
144
- #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
145
- #: column.php:21
146
- #, php-format
147
- msgid "expires %s"
148
- msgstr ""
149
-
150
- #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
151
- #: column.php:23
152
- #, php-format
153
- msgid "<strong>expired</strong> %s"
154
- msgstr ""
155
-
156
- #: ../admin/includes/class-overview-widgets.php:59
157
- msgid "Geo Targeting"
158
- msgstr ""
159
-
160
- #: ../admin/includes/class-overview-widgets.php:151
161
- #, php-format
162
- msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
163
- msgstr ""
164
-
165
- #: ../admin/includes/class-overview-widgets.php:211
166
- msgid "Target visitors by their geo location."
167
- msgstr ""
168
-
169
- #: ../admin/includes/class-overview-widgets.php:213
170
- msgid "Get the Geo Targeting add-on"
171
- msgstr ""
172
-
173
- #: ../admin/includes/class-overview-widgets.php:235
174
- msgid "optional background overlay"
175
- msgstr ""
176
-
177
- #: ../admin/includes/notices.php:61
178
- msgid ""
179
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
180
- "missing</strong>."
181
- msgstr ""
182
-
183
- #: ../admin/includes/notices.php:61
184
- #, php-format
185
- msgid "Please add valid license keys <a href=\"%s\">here</a>."
186
- msgstr ""
187
-
188
- #: ../admin/includes/notices.php:79
189
- #, php-format
190
- msgid ""
191
- "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
192
- "image\"/>You are using <strong>Advanced Ads</strong> for some time now. Thank "
193
- "you! If you need my help then please visit the <a href=\"%1$s\" "
194
- "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
195
- "Review</h3><p>If you share my passion and find Advanced Ads useful then "
196
- "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
197
- "org</a>.</p><p><em>Thomas</em>"
198
- msgstr ""
199
-
200
- #: ../admin/includes/notices.php:85
201
- #, php-format
202
- msgid ""
203
- "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
204
- "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
205
- "disguise."
206
- msgstr ""
207
-
208
- #: ../admin/includes/shortcode-creator-l10n.php:10
209
- msgctxt "shortcode creator"
210
- msgid "Add an ad"
211
- msgstr ""
212
-
213
- #: ../admin/includes/shortcode-creator-l10n.php:11
214
- msgctxt "shortcode creator"
215
- msgid "Add shortcode"
216
- msgstr ""
217
-
218
- #: ../admin/includes/shortcode-creator-l10n.php:12
219
- msgctxt "shortcode creator"
220
- msgid "Cancel"
221
- msgstr ""
222
-
223
- #: ../admin/views/ad-display-metabox.php:6
224
- msgid "Set Display Conditions to allow or hide the ad on specific pages."
225
- msgstr ""
226
-
227
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
228
- #: 46 ../admin/views/ad-visitor-metabox.php:4
229
- msgid "Manual"
230
- msgstr ""
231
-
232
- #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
233
- #: php:2
234
- #, php-format
235
- msgid ""
236
- "There might be a problem with layouts and scripts in your dashboard. Please "
237
- "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
238
- msgstr ""
239
-
240
- #: ../admin/views/ad-list-filters.php:2
241
- msgid "all ad types"
242
- msgstr ""
243
-
244
- #: ../admin/views/ad-list-filters.php:5
245
- msgid "all ad sizes"
246
- msgstr ""
247
-
248
- #: ../admin/views/ad-list-filters.php:8
249
- msgid "all ad dates"
250
- msgstr ""
251
-
252
- #: ../admin/views/ad-list-filters.php:10
253
- msgid "any expiry date"
254
- msgstr ""
255
-
256
- #: ../admin/views/ad-list-filters.php:11
257
- msgid "planned"
258
- msgstr ""
259
-
260
- #: ../admin/views/ad-list-filters.php:14
261
- msgid "all ad groups"
262
- msgstr ""
263
-
264
- #: ../admin/views/ad-output-metabox.php:33
265
- msgid "container id"
266
- msgstr ""
267
-
268
- #: ../admin/views/ad-output-metabox.php:36
269
- msgid "Specify the id of the ad container. Leave blank for random or no id."
270
- msgstr ""
271
-
272
- #: ../admin/views/ad-output-metabox.php:38
273
- msgid "container classes"
274
- msgstr ""
275
-
276
- #: ../admin/views/ad-output-metabox.php:41
277
- msgid ""
278
- "Specify one or more classes for the container. Separate multiple classes "
279
- "with a space"
280
- msgstr ""
281
-
282
- #: ../admin/views/ad-output-metabox.php:44
283
- msgid "Enable debug mode"
284
- msgstr ""
285
-
286
- #: ../admin/views/ad-parameters-size.php:6
287
- msgid "reserve this space"
288
- msgstr ""
289
-
290
- #: ../admin/views/ad-submitbox-meta.php:12
291
- msgid "Month"
292
- msgstr ""
293
-
294
- #: ../admin/views/ad-submitbox-meta.php:21
295
- msgid "Day"
296
- msgstr ""
297
-
298
- #: ../admin/views/ad-submitbox-meta.php:22
299
- msgid "Year"
300
- msgstr ""
301
-
302
- #: ../admin/views/ad-submitbox-meta.php:23
303
- msgid "Hour"
304
- msgstr ""
305
-
306
- #: ../admin/views/ad-submitbox-meta.php:24
307
- msgid "Minute"
308
- msgstr ""
309
-
310
- #: ../admin/views/ad-submitbox-meta.php:29
311
- #, php-format
312
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
313
- msgid "%1$s %2$s, %3$s @ %4$s %5$s"
314
- msgstr ""
315
-
316
- #: ../admin/views/ad-visitor-metabox.php:30
317
- #, php-format
318
- msgid ""
319
- "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
320
- "if dynamic features get cached."
321
- msgstr ""
322
-
323
- #: ../admin/views/feedback_disable.php:3
324
- msgid "Thank you for helping to improve Advanced Ads."
325
- msgstr ""
326
-
327
- #: ../admin/views/feedback_disable.php:4
328
- msgid ""
329
- "Your feedback will motivates me to work harder towards a professional ad "
330
- "management solution."
331
- msgstr ""
332
-
333
- #: ../admin/views/feedback_disable.php:5
334
- msgid "Why did you decide to disable Advanced Ads?"
335
- msgstr ""
336
-
337
- #: ../admin/views/feedback_disable.php:7
338
- msgid "I stopped showing ads on my site"
339
- msgstr ""
340
-
341
- #: ../admin/views/feedback_disable.php:8
342
- #, php-format
343
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
344
- msgstr ""
345
-
346
- #: ../admin/views/feedback_disable.php:9
347
- msgid "I have a technical problem"
348
- msgstr ""
349
-
350
- #: ../admin/views/feedback_disable.php:10
351
- msgid "other reason"
352
- msgstr ""
353
-
354
- #: ../admin/views/feedback_disable.php:12
355
- msgid "Please specify, if possible"
356
- msgstr ""
357
-
358
- #: ../admin/views/feedback_disable.php:13
359
- msgid "What would be a reason to return to Advanced Ads?"
360
- msgstr ""
361
-
362
- #: ../admin/views/intro.php:79
363
- #, php-format
364
- msgid ""
365
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
366
- "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
367
- msgstr ""
368
-
369
- #: ../admin/views/placements.php:115
370
- msgid "Important Notice"
371
- msgstr ""
372
-
373
- #: ../admin/views/placements.php:115
374
- msgid ""
375
- "Your server is missing an extension. This might break the content injection."
376
- "<br/>Ignore this warning if everything works fine or else ask your hosting "
377
- "provider to enable <em>mbstring</em>."
378
- msgstr ""
379
-
380
- #: ../admin/views/placements.php:125
381
- msgid "advanced options"
382
- msgstr ""
383
-
384
- #: ../admin/views/placements.php:133
385
- msgctxt "checkbox to remove placement"
386
- msgid "delete"
387
- msgstr ""
388
-
389
- #: ../admin/views/setting-license.php:5
390
- msgid "Your license expired."
391
- msgstr ""
392
-
393
- #: ../admin/views/setting-license.php:6
394
- #, php-format
395
- msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
396
- msgstr ""
397
-
398
- #: ../admin/views/setting-license.php:28
399
- msgid "Deactivate License"
400
- msgstr ""
401
-
402
- #: ../admin/views/setting-license.php:39
403
- msgid "License key invalid"
404
- msgstr ""
405
-
406
- #: ../admin/views/settings-disable-ads.php:21
407
- msgid "Disable ads in Feed"
408
- msgstr ""
409
-
410
- #: ../admin/views/support.php:8
411
- msgid "Possible Issues"
412
- msgstr ""
413
-
414
- #: ../admin/views/support.php:9
415
- msgid ""
416
- "Please fix the red highlighted issues on this page or try to understand "
417
- "their consequences before contacting support."
418
- msgstr ""
419
-
420
- #: ../admin/views/support.php:13
421
- #, php-format
422
- msgid ""
423
- "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
424
- "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
425
- "Please ask your hosting provider for more information."
426
- msgstr ""
427
-
428
- #: ../admin/views/support.php:16
429
- #, php-format
430
- msgid ""
431
- "Your <strong>website uses cache</strong>. Some dynamic features like ad "
432
- "rotation or visitor conditions might not work properly. Use the cache-"
433
- "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
434
- "ads dynamically."
435
- msgstr ""
436
-
437
- #: ../admin/views/support.php:19
438
- msgid "There is a <strong>new WordPress version available</strong>. Please update."
439
- msgstr ""
440
-
441
- #: ../admin/views/support.php:22
442
- msgid "There are <strong>plugin updates available</strong>. Please update."
443
- msgstr ""
444
-
445
- #: ../admin/views/support.php:31
446
- #, php-format
447
- msgid ""
448
- "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
449
- "site performance, it is known to alter code, including scripts from ad "
450
- "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-in "
451
- "support for Autoptimize."
452
- msgstr ""
453
-
454
- #: ../admin/views/support.php:34
455
- #, php-format
456
- msgid ""
457
- "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
458
- "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
459
- msgstr ""
460
-
461
- #: ../admin/views/support.php:38
462
- #, php-format
463
- msgid ""
464
- "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
465
- "href=\"%s\">settings</a>."
466
- msgstr ""
467
-
468
- #: ../admin/views/notices/adblock.php:3
469
- msgid ""
470
- "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
471
- "ad setup."
472
- msgstr ""
473
-
474
- #: ../classes/ad_placements.php:61
475
- msgid "Sidebar Widget"
476
- msgstr ""
477
-
478
- #: ../classes/ad_placements.php:62
479
- msgid ""
480
- "Create a sidebar widget with an ad. Can be placed and used like any other "
481
- "widget."
482
- msgstr ""
483
-
484
- #: ../classes/ad_placements.php:204
485
- #, php-format
486
- msgid "paragraph without image (%s)"
487
- msgstr ""
488
-
489
- #: ../classes/ad_type_group.php:31
490
- msgid ""
491
- "Choose an existing ad group. Use this type when you want to assign the same "
492
- "display and visitor conditions to all ads in that group."
493
- msgstr ""
494
-
495
- #: ../classes/ad_type_group.php:60
496
- msgid "ad group"
497
- msgstr ""
498
-
499
- #: ../classes/ad_type_image.php:34
500
- msgid "Image Ad"
501
- msgstr ""
502
-
503
- #: ../classes/ad_type_image.php:35
504
- msgid "Ads in various image formats."
505
- msgstr ""
506
-
507
- #: ../classes/ad_type_image.php:55
508
- msgid "Insert File"
509
- msgstr ""
510
-
511
- #: ../classes/ad_type_image.php:55
512
- msgid "Insert"
513
- msgstr ""
514
-
515
- #: ../classes/ad_type_image.php:55
516
- msgid "select image"
517
- msgstr ""
518
-
519
- #: ../classes/ad_type_image.php:56
520
- msgid "edit"
521
- msgstr ""
522
-
523
- #: ../classes/ad_type_image.php:65
524
- msgid "url"
525
- msgstr ""
526
-
527
- #: ../classes/ad_type_image.php:67
528
- #, php-format
529
- msgid ""
530
- "Pro: Open this url in a new window and track impressions and clicks with the "
531
- "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
532
- msgstr ""
533
-
534
- #: ../classes/checks.php:223
535
- #, php-format
536
- msgid ""
537
- "Possible conflict between jQueryUI library, used by Advanced Ads and other "
538
- "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead to "
539
- "misfortunate formats in forms, but should not damage features."
540
- msgstr ""
541
-
542
- #: ../classes/display-conditions.php:69
543
- msgid "post type"
544
- msgstr ""
545
-
546
- #: ../classes/display-conditions.php:76
547
- msgid "specific pages"
548
- msgstr ""
549
-
550
- #: ../classes/display-conditions.php:88
551
- msgid "author"
552
- msgstr ""
553
-
554
- #: ../classes/display-conditions.php:113
555
- #, php-format
556
- msgid "archive: %s"
557
- msgstr ""
558
-
559
- #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
560
- #: classes/display-conditions.php:346
561
- msgctxt "Error message shown when no display condition term is selected"
562
- msgid "Please select some items."
563
- msgstr ""
564
-
565
- #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
566
- #: classes/display-conditions.php:371
567
- msgid "show"
568
- msgstr ""
569
-
570
- #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
571
- #: classes/display-conditions.php:372
572
- msgid "hide"
573
- msgstr ""
574
-
575
- #: ../classes/display-conditions.php:400
576
- msgid "title or id"
577
- msgstr ""
578
-
579
- #: ../classes/display-conditions.php:480
580
- msgid "Feed"
581
- msgstr ""
582
-
583
- #: ../classes/display-conditions.php:481
584
- msgid "allow ads in Feed"
585
- msgstr ""
586
-
587
- #: ../classes/visitor-conditions.php:73
588
- #, php-format
589
- msgid ""
590
- "Pro: Display ads by the available space on the device using the <a href=\"%s\" "
591
- "target=\"_blank\">Responsive add-on</a>"
592
- msgstr ""
593
-
594
- #: ../classes/visitor-conditions.php:107
595
- msgid "Manual and Troubleshooting"
596
- msgstr ""
597
-
598
- #: ../modules/ad-blocker/admin/admin.php:133
599
- msgid "The asset folder was rebuilt successfully"
600
- msgstr ""
601
-
602
- #: ../modules/ad-blocker/admin/admin.php:218
603
- msgid "Ad blocker fix"
604
- msgstr ""
605
-
606
- #: ../modules/ad-blocker/admin/admin.php:257
607
- msgid "There is no writable upload folder"
608
- msgstr ""
609
-
610
- #: ../modules/ad-blocker/admin/admin.php:278
611
- #, php-format
612
- msgid "Unable to rename \"%s\" directory"
613
- msgstr ""
614
-
615
- #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
616
- #: php:307 ../modules/ad-blocker/admin/admin.php:324
617
- #, php-format
618
- msgid "Unable to copy assets to the \"%s\" directory"
619
- msgstr ""
620
-
621
- #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
622
- #: php:378
623
- #, php-format
624
- msgid "We do not have direct write access to the \"%s\" directory"
625
- msgstr ""
626
-
627
- #: ../modules/ad-blocker/admin/admin.php:445
628
- #, php-format
629
- msgid ""
630
- "Unable to create \"%s\" directory. Is its parent directory writable by the "
631
- "server?"
632
- msgstr ""
633
-
634
- #: ../modules/ad-blocker/admin/admin.php:456
635
- #, php-format
636
- msgid "Unable to copy files to %s"
637
- msgstr ""
638
-
639
- #: ../modules/ad-blocker/admin/admin.php:592
640
- msgid ""
641
- "Prevents ad block software from breaking your website when blocking asset "
642
- "files (.js, .css)."
643
- msgstr ""
644
-
645
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
646
- msgid "Ad blocker file folder"
647
- msgstr ""
648
-
649
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
650
- msgid "Upload folder is not writable"
651
- msgstr ""
652
-
653
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
654
- msgid "Asset path"
655
- msgstr ""
656
-
657
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
658
- msgid "Asset URL"
659
- msgstr ""
660
-
661
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
662
- msgid "Rename assets"
663
- msgstr ""
664
-
665
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
666
- msgid "Check if you want to change the names of the assets"
667
- msgstr ""
668
-
669
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
670
- #, php-format
671
- msgid ""
672
- "Please, rebuild the asset folder. All assets will be located in "
673
- "<strong>%s</strong>"
674
- msgstr ""
675
-
676
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
677
- msgid "Rebuild asset folder"
678
- msgstr ""
679
-
680
- #: ../modules/gadsense/admin/admin.php:149
681
- msgid "Activate Page-Level ads"
682
- msgstr ""
683
-
684
- #: ../modules/gadsense/admin/admin.php:169
685
- #, php-format
686
- msgid ""
687
- "Please enter your Publisher ID in order to use AdSense on your page. See the "
688
- "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
689
- msgstr ""
690
-
691
- #: ../modules/gadsense/admin/admin.php:205
692
- msgid ""
693
- "Due to technical restrictions, the limit does not work on placements with "
694
- "cache-busting enabled."
695
- msgstr ""
696
-
697
- #: ../modules/gadsense/admin/admin.php:219
698
- msgid "Insert Page-Level ads code on all pages."
699
- msgstr ""
700
-
701
- #: ../modules/gadsense/admin/admin.php:221
702
- msgid ""
703
- "You still need to enable Page-Level ads in your AdSense account. See <a "
704
- "href=\"https://support.google.com/adsense/answer/6245304\" "
705
- "target=\"_blank\">AdSense Help</a> (requires AdSense-login) for more "
706
- "information"
707
- msgstr ""
708
-
709
- #: ../public/class-advanced-ads.php:307
710
- msgid "Advanced Ads Error following:"
711
- msgstr ""
712
-
713
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
714
- #: php:30
715
- #, fuzzy
716
- msgid ""
717
- "Fix ads to the browser while users are scrolling and create best performing "
718
- "anchor ads."
719
- msgstr ""
720
- "Zet advertenties vast in de browser terwijl een gebruiker scrollt voor de "
721
- "best presterende verankerde advertenties"
722
-
723
- #: ../modules/gadsense/main.php:19
724
- #, fuzzy
725
- msgid " at "
726
- msgstr "bij"
727
-
728
- #: ../admin/class-advanced-ads-admin.php:278
729
- msgid "Overview"
730
- msgstr "Overzicht"
731
-
732
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
733
- #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
734
- #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
735
- #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
736
- #: classes/widget.php:89 ../public/class-advanced-ads.php:588
737
- msgid "Ads"
738
- msgstr "Advertenties"
739
-
740
- #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
741
- msgid "Add New Ad"
742
- msgstr "Nieuwe advertentie toevoegen"
743
-
744
- #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
745
- #: ../public/class-advanced-ads.php:594
746
- msgid "New Ad"
747
- msgstr "Nieuwe advertentie"
748
-
749
- #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
750
- #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
751
- #: 177 ../classes/widget.php:82
752
- msgid "Ad Groups"
753
- msgstr "Advertentiegroep"
754
-
755
- #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
756
- msgid "Groups"
757
- msgstr "Groepen"
758
-
759
- #: ../admin/class-advanced-ads-admin.php:298
760
- msgid "Ad Placements"
761
- msgstr "Advertentie plaatsingen"
762
-
763
- #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
764
- #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
765
- msgid "Placements"
766
- msgstr "Plaatsingen"
767
-
768
- #: ../admin/class-advanced-ads-admin.php:302
769
- msgid "Advanced Ads Settings"
770
- msgstr "Advanced Ads instellingen"
771
-
772
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
773
- #: php:550 ../admin/views/debug.php:10
774
- msgid "Settings"
775
- msgstr "Instellingen"
776
-
777
- #: ../admin/class-advanced-ads-admin.php:305
778
- msgid "Advanced Ads Debugging"
779
- msgstr ""
780
- "Advanced Ads \n"
781
- "Debugging"
782
-
783
- #: ../admin/class-advanced-ads-admin.php:305
784
- msgid "Debug"
785
- msgstr "Debug"
786
-
787
- #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
788
- #: php:309
789
- msgid "Advanced Ads Intro"
790
- msgstr "Advanced Ads Introductie"
791
-
792
- #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
793
- #: php:313 ../admin/class-advanced-ads-admin.php:1987
794
- msgid "Support"
795
- msgstr "Ondersteuning"
796
-
797
- #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
798
- #: php:491
799
- msgid "Sorry, you are not allowed to access this feature."
800
- msgstr "Sorry, u heeft niet genoeg rechten om deze functionaliteit te gebruiken."
801
-
802
- #: ../admin/class-advanced-ads-admin.php:477
803
- msgid ""
804
- "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
805
- "deleted?"
806
- msgstr ""
807
- "U heeft geprobeerd een advertentie te bewerken die niet bestaat. Wellicht is "
808
- "deze advertentie verwijderd?"
809
-
810
- #: ../admin/class-advanced-ads-admin.php:592
811
- msgid "Ad Type"
812
- msgstr "Advertentietype"
813
-
814
- #: ../admin/class-advanced-ads-admin.php:595
815
- msgid "Ad Parameters"
816
- msgstr "Advertentie parameters"
817
-
818
- #: ../admin/class-advanced-ads-admin.php:598
819
- msgid "Layout / Output"
820
- msgstr "Layout / Output"
821
-
822
- #: ../admin/class-advanced-ads-admin.php:601
823
- msgid "Display Conditions"
824
- msgstr "Vertoningsvoorwaarden"
825
-
826
- #: ../admin/class-advanced-ads-admin.php:604
827
- msgid "Visitor Conditions"
828
- msgstr "Bezoekersvoorwaarden"
829
-
830
- #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
831
- #: php:830
832
- msgid "Ad updated."
833
- msgstr "Advertentie bijgewerkt."
834
-
835
- #. translators: %s: date and time of the revision
836
- #: ../admin/class-advanced-ads-admin.php:832
837
- #, php-format
838
- msgid "Ad restored to revision from %s"
839
- msgstr "Advertentie hersteld naar revisie %s"
840
-
841
- #: ../admin/class-advanced-ads-admin.php:833
842
- msgid "Ad published."
843
- msgstr "Advertentie gepubliceerd."
844
-
845
- #: ../admin/class-advanced-ads-admin.php:834
846
- msgid "Ad saved."
847
- msgstr "Advertentie opgeslagen."
848
-
849
- #: ../admin/class-advanced-ads-admin.php:835
850
- msgid "Ad submitted."
851
- msgstr ""
852
- "Advertentie\n"
853
- " ingediend."
854
-
855
- #: ../admin/class-advanced-ads-admin.php:837
856
- #, php-format
857
- msgid "Ad scheduled for: <strong>%1$s</strong>."
858
- msgstr "Advertentie is ingepland voor: <strong>%1$s</strong>."
859
-
860
- #. translators: Publish box date format, see http://php.net/date
861
- #: ../admin/class-advanced-ads-admin.php:839
862
- msgid "M j, Y @ G:i"
863
- msgstr "d-m-Y @ H:i"
864
-
865
- #: ../admin/class-advanced-ads-admin.php:841
866
- msgid "Ad draft updated."
867
- msgstr "Advertentie concept bijgewerkt."
868
-
869
- #: ../admin/class-advanced-ads-admin.php:860
870
- #, php-format
871
- msgid "%s ad updated."
872
- msgid_plural "%s ads updated."
873
- msgstr[0] "%s advertentie bijgewerkt."
874
- msgstr[1] "%s advertenties bijgewerkt."
875
-
876
- #: ../admin/class-advanced-ads-admin.php:861
877
- #, php-format
878
- msgid "%s ad not updated, somebody is editing it."
879
- msgid_plural "%s ads not updated, somebody is editing them."
880
- msgstr[0] "%s advertentie niet bijgewerkt, iemand anders is deze aan het bewerken."
881
- msgstr[1] ""
882
- "%s advertenties niet bijgewerkt, iemand anders is deze aan het \n"
883
- "bewerken\n"
884
- "."
885
-
886
- #: ../admin/class-advanced-ads-admin.php:862
887
- #, php-format
888
- msgid "%s ad permanently deleted."
889
- msgid_plural "%s ads permanently deleted."
890
- msgstr[0] "%s advertentie permanent verwijderd."
891
- msgstr[1] "%s advertenties permanent verwijderd."
892
-
893
- #: ../admin/class-advanced-ads-admin.php:863
894
- #, php-format
895
- msgid "%s ad moved to the Trash."
896
- msgid_plural "%s ads moved to the Trash."
897
- msgstr[0] "%s advertentie verplaatst naar de prullenbak."
898
- msgstr[1] "%s advertenties verplaatst naar de prullenbak."
899
-
900
- #: ../admin/class-advanced-ads-admin.php:864
901
- #, php-format
902
- msgid "%s ad restored from the Trash."
903
- msgid_plural "%s ads restored from the Trash."
904
- msgstr[0] "%s advertentie teruggezet vanuit de prullenbak."
905
- msgstr[1] "%s advertenties teruggezet vanuit de prullenbak."
906
-
907
- #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
908
- msgid "General"
909
- msgstr "Algemeen"
910
-
911
- #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
912
- #: php:1015
913
- msgid "Licenses"
914
- msgstr "Licenties"
915
-
916
- #: ../admin/class-advanced-ads-admin.php:922
917
- msgid "Disable ads"
918
- msgstr "Advertenties uitschakelen"
919
-
920
- #: ../admin/class-advanced-ads-admin.php:930
921
- msgid "Hide ads for logged in users"
922
- msgstr "Advertenties verbergen voor ingelogde gebruikers"
923
-
924
- #: ../admin/class-advanced-ads-admin.php:938
925
- msgid "Use advanced JavaScript"
926
- msgstr "Geavanceerde JavaScript gebruiken"
927
-
928
- #: ../admin/class-advanced-ads-admin.php:946
929
- msgid "Unlimited ad injection"
930
- msgstr "Ongelimiteerde advertentie injectie"
931
-
932
- #: ../admin/class-advanced-ads-admin.php:954
933
- msgid "Priority of content injection filter"
934
- msgstr "Prioriteit van content injectie filter"
935
-
936
- #: ../admin/class-advanced-ads-admin.php:962
937
- msgid "Hide ads from bots"
938
- msgstr "Advertenties verbergen voor bots"
939
-
940
- #: ../admin/class-advanced-ads-admin.php:970
941
- msgid "Disable notices"
942
- msgstr "Notificaties uitschakelen"
943
-
944
- #: ../admin/class-advanced-ads-admin.php:978
945
- msgid "ID prefix"
946
- msgstr "ID voorvoegsel"
947
-
948
- #: ../admin/class-advanced-ads-admin.php:986
949
- msgid "Remove Widget ID"
950
- msgstr "Widget ID verwijderen"
951
-
952
- #: ../admin/class-advanced-ads-admin.php:1071
953
- msgid "(display to all)"
954
- msgstr "(aan iedereen tonen)"
955
-
956
- #: ../admin/class-advanced-ads-admin.php:1072
957
- msgid "Subscriber"
958
- msgstr "Abonnee"
959
-
960
- #: ../admin/class-advanced-ads-admin.php:1073
961
- msgid "Contributor"
962
- msgstr "Schrijver"
963
-
964
- #: ../admin/class-advanced-ads-admin.php:1074
965
- msgid "Author"
966
- msgstr "Auteur"
967
-
968
- #: ../admin/class-advanced-ads-admin.php:1075
969
- msgid "Editor"
970
- msgstr "Redacteur"
971
-
972
- #: ../admin/class-advanced-ads-admin.php:1076
973
- msgid "Admin"
974
- msgstr "Beheerder"
975
-
976
- #: ../admin/class-advanced-ads-admin.php:1084
977
- msgid "Choose the lowest role a user must have in order to not see any ads."
978
- msgstr ""
979
- "Kies de laagste rol die een gebruiker moet hebben om geen advertenties te "
980
- "zien."
981
-
982
- #: ../admin/class-advanced-ads-admin.php:1098
983
- msgid ""
984
- "<strong>notice: </strong>the file is currently enabled by an add-on that "
985
- "needs it."
986
- msgstr ""
987
- "<strong>Notificatie: </strong>het bestand is ingeschakeld door een add-on "
988
- "die het vereist. "
989
-
990
- #: ../admin/class-advanced-ads-admin.php:1101
991
- #, php-format
992
- msgid ""
993
- "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
994
- " Some features and add-ons might override this setting if they need features "
995
- "from this file."
996
- msgstr ""
997
- "Schakel geavanceerde JavaScript functies in (<a href=\"%s\" "
998
- "target=\"_blank\">hier</a>). Functies en add-ons kunnen deze instelling "
999
- "overschrijven als dat nodig is."
1000
-
1001
- #: ../admin/class-advanced-ads-admin.php:1114
1002
- msgid ""
1003
- "Some plugins and themes trigger ad injection where it shouldn’t happen. "
1004
- "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1005
- "and outside the loop. However, this can cause problems with some themes. You "
1006
- "can enable this option if you don’t see ads or want to enable ad injections "
1007
- "on archive pages AT YOUR OWN RISK."
1008
- msgstr ""
1009
- "Sommige plugins en thema's injecteren advertenties op plekken waar dat niet "
1010
- "zou moeten. Om die reden negeert Advanced Ads plaatsingen op non-singulaire "
1011
- "pagina's en buiten de WordPress loop. Soms kan dit problemen opleveren, "
1012
- "indien dat het geval is kan je deze instelling aan zetten om het injecteren "
1013
- "van advertenties op dat soort pagina's toe te staan. GEBRUIKEN OP EIGEN "
1014
- "RISICO!"
1015
-
1016
- #: ../admin/class-advanced-ads-admin.php:1132
1017
- msgid ""
1018
- "Play with this value in order to change the priority of the injected ads "
1019
- "compared to other auto injected elements in the post content."
1020
- msgstr ""
1021
- "Door deze waarde aan te passen kunt u de prioriteit van geïnjecteerde "
1022
- "advertenties veranderen ten opzichte van ander automatisch geïnjecteerde "
1023
- "content en/of elementen."
1024
-
1025
- #: ../admin/class-advanced-ads-admin.php:1146
1026
- #, php-format
1027
- msgid ""
1028
- "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1029
- "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
1030
- "Add-On</a>."
1031
- msgstr ""
1032
- "Verberg advertenties van crawlers, bots en lege user agents. Voorkomt ook "
1033
- "het tellen van vertoningen voor bots als je gebruik maakt van de <a "
1034
- "href=\"%s\" target=\"_blank\">Tracking Add-On</a>."
1035
-
1036
- #: ../admin/class-advanced-ads-admin.php:1147
1037
- msgid ""
1038
- "Disabling this option only makes sense if your ads contain content you want "
1039
- "to display to bots (like search engines) or your site is cached and bots "
1040
- "could create a cached version without the ads."
1041
- msgstr ""
1042
- "Het uitzetten van deze optie heeft alleen nut als uw advertenties inhoud "
1043
- "bevatten die u wilt tonen aan bots (zoals zoekmachines) of uw website is "
1044
- "gecached en bots een gecachete versie kunnen maken zonder advertenties."
1045
-
1046
- #: ../admin/class-advanced-ads-admin.php:1160
1047
- msgid ""
1048
- "Disable internal notices like tips, tutorials, email newsletters and update "
1049
- "notices. Disabling notices is recommended if you run multiple blogs with "
1050
- "Advanced Ads already."
1051
- msgstr ""
1052
- "Schakel interne notificaties als tips, tutorials, email nieuwsbrief en "
1053
- "update notificaties uit. Het uitschakelen van deze notificaties is aan te "
1054
- "raden als u al meerdere blogs heeft met Advanced Ads geïnstalleerd."
1055
-
1056
- #: ../admin/class-advanced-ads-admin.php:1177
1057
- msgid ""
1058
- "Prefix of class or id attributes in the frontend. Change it if you don’t "
1059
- "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1060
- "need to <strong>rewrite css rules afterwards</strong>."
1061
- msgstr ""
1062
- "Voorvoegsel voor class of ID attributen aan de voorkant van uw website. "
1063
- "Verander deze waarde als u wilt voorkomen dat <strong>ad blockers</strong> "
1064
- "deze elementen blokkeert als zijnde advertenties."
1065
-
1066
- #: ../admin/class-advanced-ads-admin.php:1198
1067
- msgid ""
1068
- "Remove the ID attribute from widgets in order to not make them an easy "
1069
- "target of ad blockers."
1070
- msgstr ""
1071
- "Verwijder het ID attribuut van widgets om te voorkomen dat ze een makkelijk "
1072
- "doelwit zijn voor ad blockers."
1073
-
1074
- #: ../admin/class-advanced-ads-admin.php:1281
1075
- msgid "Ad Details"
1076
- msgstr "Advertentie details"
1077
-
1078
- #: ../admin/class-advanced-ads-admin.php:1417
1079
- msgid "Ad Settings"
1080
- msgstr "Advertentie instellingen"
1081
-
1082
- #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
1083
- msgid "Ads Dashboard"
1084
- msgstr "Advertentie dashboard"
1085
-
1086
- #: ../admin/class-advanced-ads-admin.php:1508
1087
- msgid "From the ad optimization universe"
1088
- msgstr "Van het advertentie-optimalisatie universum."
1089
-
1090
- #: ../admin/class-advanced-ads-admin.php:1517
1091
- msgid "Advanced Ads Tutorials"
1092
- msgstr "Advanced Ads Tutorials"
1093
-
1094
- #: ../admin/class-advanced-ads-admin.php:1528
1095
- #, php-format
1096
- msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1097
- msgstr "%d advertenties – <a href=\"%s\">bewerken</a> - <a href=\"%s\">nieuwe</a>"
1098
-
1099
- #: ../admin/class-advanced-ads-admin.php:1539
1100
- msgid "plugin manual and homepage"
1101
- msgstr "plugin handleiding en voorpagina"
1102
-
1103
- #: ../admin/class-advanced-ads-admin.php:1546
1104
- msgid "Get the tutorial via email"
1105
- msgstr "Verkrijg de tutorial via e-mail"
1106
-
1107
- #: ../admin/class-advanced-ads-admin.php:1553
1108
- msgid "Get AdSense tips via email"
1109
- msgstr "Verkrijg AdSense tips via e-mail"
1110
-
1111
- #: ../admin/class-advanced-ads-admin.php:1679
1112
- msgid "Error while trying to register the license. Please contact support."
1113
- msgstr ""
1114
- "Er is een fout opgetreden tijdens de registratie van uw licentie. Neem "
1115
- "alstublieft contact op met support."
1116
-
1117
- #: ../admin/class-advanced-ads-admin.php:1733
1118
- #, php-format
1119
- msgid "License is invalid. Reason: %s"
1120
- msgstr "Licentie is niet legitiem. Namelijk: %s"
1121
-
1122
- #: ../admin/includes/class-ad-groups-list.php:156
1123
- msgid "Ad weight"
1124
- msgstr "Advertentie gewicht/prioriteit"
1125
-
1126
- #: ../admin/includes/class-ad-groups-list.php:198
1127
- msgid "all published ads are displayed"
1128
- msgstr "Alle gepubliceerde advertenties worden getoond"
1129
-
1130
- #: ../admin/includes/class-ad-groups-list.php:200
1131
- #, php-format
1132
- msgid "up to %d ads displayed"
1133
- msgstr "tot %s advertenties getoond."
1134
-
1135
- #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
1136
- #: form-row.php:37
1137
- msgid "No ads assigned"
1138
- msgstr "Geen advertenties toegewezen"
1139
-
1140
- #: ../admin/includes/class-ad-groups-list.php:251
1141
- msgid "Random ads"
1142
- msgstr "Willekeurige advertenties"
1143
-
1144
- #: ../admin/includes/class-ad-groups-list.php:252
1145
- msgid "Display random ads based on ad weight"
1146
- msgstr "Toon willekeurige advertenties op basis van hun gewicht/prioriteit"
1147
-
1148
- #: ../admin/includes/class-ad-groups-list.php:255
1149
- msgid "Ordered ads"
1150
- msgstr "Gesorteerde advertenties"
1151
-
1152
- #: ../admin/includes/class-ad-groups-list.php:256
1153
- msgid "Display ads with the highest ad weight first"
1154
- msgstr "Toon advertenties met het hoogste gewicht/prioriteit eerst"
1155
-
1156
- #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
1157
- #: php:592
1158
- msgid "Edit"
1159
- msgstr "Bewerken"
1160
-
1161
- #: ../admin/includes/class-ad-groups-list.php:276
1162
- msgid "Usage"
1163
- msgstr "Gebruik"
1164
-
1165
- #: ../admin/includes/class-ad-groups-list.php:285
1166
- msgid "Delete"
1167
- msgstr "Verwijderen"
1168
-
1169
- #: ../admin/includes/class-ad-groups-list.php:306
1170
- msgid "Invalid Ad Group"
1171
- msgstr "Incorrecte advertentiegroep"
1172
-
1173
- #: ../admin/includes/class-ad-groups-list.php:311
1174
- msgid "You don’t have permission to change the ad groups"
1175
- msgstr "U heeft onvoldoende rechten om de advertentiegroepen aan te passen."
1176
-
1177
- #: ../admin/includes/class-notices.php:406
1178
- #, php-format
1179
- msgid ""
1180
- "You don’t seem to have an email address. Please use <a href=\"%s\" "
1181
- "target=\"_blank\">this form</a> to sign up."
1182
- msgstr ""
1183
- "Het lijkt erop dat u geen e-mailadres heeft. Gebruik alstublieft <a "
1184
- "href=\"%s\" target=\"_blank\">dit formulier</a> om u in te schrijven."
1185
-
1186
- #: ../admin/includes/class-notices.php:424
1187
- msgid "How embarrassing. The email server seems to be down. Please try again later."
1188
- msgstr ""
1189
- "Het lijkt er op dat de e-mail server offline is. Probeer het later nog eens. "
1190
- "Onze excuses voor het ongemak."
1191
-
1192
- #: ../admin/includes/class-notices.php:429
1193
- #, php-format
1194
- msgid ""
1195
- "Please check your email (%s) for the confirmation message. If you didn’t "
1196
- "receive one or want to use another email address then please use <a "
1197
- "href=\"%s\" target=\"_blank\">this form</a> to sign up."
1198
- msgstr ""
1199
- "Kijk alstublieft in uw mailbox voor de bevestigingsmail. Als u deze e-mail "
1200
- "niet heeft ontvangen of u een ander e-mailadres wilt gebruiken kunt u <a "
1201
- "href=\"%s\" target=\"_blank\">dit formulier</a> gebruiken."
1202
-
1203
- #: ../admin/includes/class-overview-widgets.php:45
1204
- msgid "Tips and Tutorials"
1205
- msgstr "Tips en tutorials"
1206
-
1207
- #: ../admin/includes/class-overview-widgets.php:47
1208
- msgid "Setup and Optimization Help"
1209
- msgstr "Hulp bij installatie en optimalisatie"
1210
-
1211
- #: ../admin/includes/class-overview-widgets.php:49
1212
- msgid "Manual and Support"
1213
- msgstr "Handleiding en ondersteuning"
1214
-
1215
- #: ../admin/includes/class-overview-widgets.php:53
1216
- msgid "Advanced Ads Pro"
1217
- msgstr "Advanced Ads Pro"
1218
-
1219
- #: ../admin/includes/class-overview-widgets.php:55
1220
- msgid "Tracking and Stats"
1221
- msgstr "Meten en statistieken"
1222
-
1223
- #: ../admin/includes/class-overview-widgets.php:57
1224
- msgid "Responsive and Mobile ads"
1225
- msgstr "Responsive en mobiele advertenties"
1226
-
1227
- #: ../admin/includes/class-overview-widgets.php:61
1228
- msgid "Sticky ads"
1229
- msgstr "Sticky advertenties"
1230
-
1231
- #: ../admin/includes/class-overview-widgets.php:63
1232
- msgid "PopUps and Layers"
1233
- msgstr "Pop-ups en lagen"
1234
-
1235
- #: ../admin/includes/class-overview-widgets.php:65
1236
- msgid "Ad Slider"
1237
- msgstr "Advertentie slider"
1238
-
1239
- #: ../admin/includes/class-overview-widgets.php:83
1240
- msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
1241
- msgstr ""
1242
- "Ontvang 2 <strong>gratis add-ons</strong> als u zich inschrijft voor de "
1243
- "nieuwsbrief."
1244
-
1245
- #: ../admin/includes/class-overview-widgets.php:84
1246
- msgid "Join now"
1247
- msgstr "Schrijf u nu in"
1248
-
1249
- #: ../admin/includes/class-overview-widgets.php:91
1250
- msgid ""
1251
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
1252
- "and Advanced Ads from the dedicated newsletter group."
1253
- msgstr ""
1254
- "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
1255
- "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
1256
-
1257
- #: ../admin/includes/class-overview-widgets.php:92 ../admin/includes/notices.php:
1258
- #: 35 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
1259
- #: admin/views/notices/subscribe.php:3
1260
- msgid "Subscribe me now"
1261
- msgstr "Schrijf mij in"
1262
-
1263
- #: ../admin/includes/class-overview-widgets.php:99
1264
- msgid "Get the first steps and more tutorials to your inbox."
1265
- msgstr "Ontvang de eerste stappen en tutorials in uw mailbox."
1266
-
1267
- #: ../admin/includes/class-overview-widgets.php:100
1268
- msgid "Send it now"
1269
- msgstr "Stuur het op"
1270
-
1271
- #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
1272
- msgid "Create your first ad"
1273
- msgstr "Maak je eerste advertentie aan"
1274
-
1275
- #: ../admin/includes/class-overview-widgets.php:126
1276
- msgid ""
1277
- "Ad Groups contain ads and are currently used to rotate multiple ads on a "
1278
- "single spot."
1279
- msgstr ""
1280
- "Advertentiegroepen bevatten advertenties en worden gebruikt om te af te "
1281
- "wisselen tussen verschillende advertenties op een bepaalde plek."
1282
-
1283
- #: ../admin/includes/class-overview-widgets.php:128
1284
- msgid "Create your first group"
1285
- msgstr "Maak je eerste groep aan"
1286
-
1287
- #: ../admin/includes/class-overview-widgets.php:131
1288
- msgid "Ad Placements are the best way to manage where to display ads and groups."
1289
- msgstr ""
1290
- "Advertentie plaatsingen zijn de beste manier om te beheren waar advertenties "
1291
- "en advertentiegroepen getoond worden."
1292
-
1293
- #: ../admin/includes/class-overview-widgets.php:133
1294
- msgid "Create your first placement"
1295
- msgstr "Maak je eerste plaatsing aan."
1296
-
1297
- #: ../admin/includes/class-overview-widgets.php:138
1298
- msgid "Next steps"
1299
- msgstr "Volgende stappen"
1300
-
1301
- #: ../admin/includes/class-overview-widgets.php:150
1302
- #, php-format
1303
- msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
1304
- msgstr "<a href=\"%s\" target=\"_blank\">Handleiding</a>"
1305
-
1306
- #: ../admin/includes/class-overview-widgets.php:152
1307
- #, php-format
1308
- msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
1309
- msgstr "Stem op <a href=\"%s\" target=\"_blank\">nieuwe functionaliteiten</a>"
1310
-
1311
- #: ../admin/includes/class-overview-widgets.php:153
1312
- #, php-format
1313
- msgid ""
1314
- "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
1315
- "href=\"%s\" target=\"_blank\">wordpress.org</a>"
1316
- msgstr ""
1317
- "Bedank de ontwikkelaar van deze plugin met een &#9733;&#9733;&#9733;&#9733;"
1318
- "&#9733; beoordeling op <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
1319
-
1320
- #: ../admin/includes/class-overview-widgets.php:162
1321
- msgid ""
1322
- "Need help to set up and optimize your ads? Need custom coding on your site? "
1323
- "Ask me for a quote."
1324
- msgstr ""
1325
- "Hulp nodig bij het opzetten en optimaliseren van uw advertenties? Heeft u "
1326
- "behoefte aan code op maat? Vraag een offerte aan."
1327
-
1328
- #: ../admin/includes/class-overview-widgets.php:163
1329
- #, php-format
1330
- msgid "Help with ads on %s"
1331
- msgstr "Hulp met advertenties op %s"
1332
-
1333
- #: ../admin/includes/class-overview-widgets.php:164
1334
- msgid "Get an offer"
1335
- msgstr "Ontvang een offerte"
1336
-
1337
- #: ../admin/includes/class-overview-widgets.php:172
1338
- msgid "Ad management for advanced websites."
1339
- msgstr "Advertentiebeheer voor geavanceerde websites."
1340
-
1341
- #: ../admin/includes/class-overview-widgets.php:173
1342
- msgid "Cache-busting"
1343
- msgstr "Cache-busting"
1344
-
1345
- #: ../admin/includes/class-overview-widgets.php:174
1346
- msgid "Advanced visitor conditions"
1347
- msgstr "Geavanceerde bezoekersvoorwaarden"
1348
-
1349
- #: ../admin/includes/class-overview-widgets.php:175
1350
- msgid "Flash ads with fallback"
1351
- msgstr "Flash advertenties met 'fallback'"
1352
-
1353
- #: ../admin/includes/class-overview-widgets.php:177
1354
- msgid "Get Pro"
1355
- msgstr "Neem Pro"
1356
-
1357
- #: ../admin/includes/class-overview-widgets.php:185
1358
- msgid "Track the impressions of and clicks on your ads."
1359
- msgstr "Meet het aantal vertoningen en clicks op uw advertenties."
1360
-
1361
- #: ../admin/includes/class-overview-widgets.php:186
1362
- msgid "2 methods to count impressions"
1363
- msgstr "2 methoden om vertoningen te meten"
1364
-
1365
- #: ../admin/includes/class-overview-widgets.php:187
1366
- msgid "beautiful stats for all or single ads"
1367
- msgstr "Beeldschone statistieken voor alle of specifieke advertenties"
1368
-
1369
- #: ../admin/includes/class-overview-widgets.php:188
1370
- msgid "group stats by day, week or month"
1371
- msgstr "groepeer statistieken op dag, week of maand"
1372
-
1373
- #: ../admin/includes/class-overview-widgets.php:190
1374
- msgid "Get the Tracking add-on"
1375
- msgstr "Haal de Tracking add-on"
1376
-
1377
- #: ../admin/includes/class-overview-widgets.php:198
1378
- msgid "Display ads based on the size of your visitor’s browser or device."
1379
- msgstr ""
1380
- "Toon advertenties op basis van de grootte van de browser of het toestel van "
1381
- "uw gebruiker."
1382
-
1383
- #: ../admin/includes/class-overview-widgets.php:199
1384
- msgid "set a range (from … to …) pixels for the browser size"
1385
- msgstr "stel een bereik (van ... tot ...) in pixels in voor de browser afmeting."
1386
-
1387
- #: ../admin/includes/class-overview-widgets.php:200
1388
- msgid "set custom sizes for AdSense responsive ads"
1389
- msgstr "Stel aangepaste maten in voor AdSense responsive advertenties"
1390
-
1391
- #: ../admin/includes/class-overview-widgets.php:201
1392
- msgid "list all ads by their responsive settings"
1393
- msgstr "Toon alle advertenties gesorteerd op responsive instellingen"
1394
-
1395
- #: ../admin/includes/class-overview-widgets.php:203
1396
- msgid "Get the Responsive add-on"
1397
- msgstr "Neem de Responsive add-on"
1398
-
1399
- #: ../admin/includes/class-overview-widgets.php:222
1400
- msgid "position ads that don’t scroll with the screen"
1401
- msgstr "Positioneer advertenties die niet met het scherm mee scrollen"
1402
-
1403
- #: ../admin/includes/class-overview-widgets.php:223
1404
- msgid "build anchor ads not only on mobile devices"
1405
- msgstr "Maak verankerde advertenties niet alleen voor mobiele aparaten"
1406
-
1407
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
1408
- #: php:32
1409
- msgid "Get the Sticky add-on"
1410
- msgstr "Neem de Sticky add-on"
1411
-
1412
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
1413
- #: php:37
1414
- msgid "Display content and ads in layers and popups on custom events."
1415
- msgstr "Toon content en advertenties in lagen en pop-ups op aangepaste momenten."
1416
-
1417
- #: ../admin/includes/class-overview-widgets.php:234
1418
- msgid "display a popup after a user interaction like scrolling"
1419
- msgstr ""
1420
- "Toon een pop-up na interactie van de gebruiker, bijvoorbeeld als iemand "
1421
- "scrollt"
1422
-
1423
- #: ../admin/includes/class-overview-widgets.php:236
1424
- msgid "allow users to close the popup"
1425
- msgstr "sta gebruikers toe de pop-up te sluiten"
1426
-
1427
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
1428
- #: php:39
1429
- msgid "Get the PopUp and Layer add-on"
1430
- msgstr "Neem de PopUp and Layer add-on"
1431
-
1432
- #: ../admin/includes/class-overview-widgets.php:246
1433
- msgid "Create a beautiful and simple slider from your ads."
1434
- msgstr "Maak prachtige doch simpele sliders met uw advertenties."
1435
-
1436
- #: ../admin/includes/class-overview-widgets.php:248
1437
- msgid "Get the Slider add-on"
1438
- msgstr "Naam de Slider add-on"
1439
-
1440
- #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
1441
- msgid "--empty--"
1442
- msgstr "--leeg--"
1443
-
1444
- #: ../admin/includes/notices.php:14
1445
- #, php-format
1446
- msgid ""
1447
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1448
- "Steps</a>."
1449
- msgstr ""
1450
- "Advanced Ads is succesvol geïnstalleerd. Kijk ook eens naar de <a "
1451
- "href=\"%s\">eerste stappen</a>."
1452
-
1453
- #: ../admin/includes/notices.php:20
1454
- msgid ""
1455
- "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
1456
- "receive the first steps via email?"
1457
- msgstr ""
1458
- "Bedankt voor het activeren van <strong>Advanced Ads</strong>. Wilt u een e-"
1459
- "mail ontvangen met daarin de eerst volgende stappen?"
1460
-
1461
- #: ../admin/includes/notices.php:21
1462
- msgid "Yes, send it"
1463
- msgstr "Ja, stuur maar op"
1464
-
1465
- #: ../admin/includes/notices.php:27
1466
- msgid ""
1467
- "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
1468
- "<strong>2 free add-ons</strong> for joining the newsletter."
1469
- msgstr ""
1470
- "Bedankt voor het gebruiken van <strong>Advanced Ads</strong>. Blijf up-to-"
1471
- "date en ontvang <strong>2 gratis add-ons</strong> als u zich inschrijft voor "
1472
- "de nieuwsbrief."
1473
-
1474
- #: ../admin/includes/notices.php:28
1475
- msgid "Add me now"
1476
- msgstr "Voeg mij toe"
1477
-
1478
- #: ../admin/includes/notices.php:34
1479
- msgid ""
1480
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
1481
- "and Advanced Ads from my dedicated newsletter."
1482
- msgstr ""
1483
- "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
1484
- "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
1485
-
1486
- #: ../admin/includes/notices.php:67
1487
- #, php-format
1488
- msgid ""
1489
- "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1490
- "soon</strong>. Don’t risk to lose support and updates and renew your license "
1491
- "before it expires with a significant discount on <a href=\"%s\" "
1492
- "target=\"_blank\">the add-on page</a>."
1493
- msgstr ""
1494
- "Één of meer <strong>licenties voor Advanced Ads add-ons zullen binnenkort "
1495
- "verlopen</strong>. Voorkom het verlies van updates en ondersteuning en "
1496
- "vernieuw uw licentie voordat deze verloopt en ontvang en flinke korting op "
1497
- "<a href=\"%s\" target=\"_blank\">de add-on pagina</a>."
1498
-
1499
- #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
1500
- #, php-format
1501
- msgid ""
1502
- "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1503
- "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
1504
- "information."
1505
- msgstr ""
1506
- "Een <strong>Advanced Ads</strong> licentie(s) is verlopen. Ondersteuning en "
1507
- "updates zijn nu uitgeschakeld. Kijk op de <a href=\"%s\">licentie pagina</a> "
1508
- "voor meer informatie."
1509
-
1510
- #: ../admin/views/ad-display-metabox.php:39
1511
- msgid "If you want to display the ad everywhere, don't do anything here. "
1512
- msgstr "Als u deze advertentie overal wilt tonen, stel hier dan niks in."
1513
-
1514
- #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
1515
- #: 34
1516
- msgid "New condition"
1517
- msgstr "Nieuwe voorwaarde"
1518
-
1519
- #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
1520
- #: 37
1521
- msgid "-- choose a condition --"
1522
- msgstr "-- kies een voorwaarde --"
1523
-
1524
- #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
1525
- #: 42
1526
- msgid "add"
1527
- msgstr "toevoegen"
1528
-
1529
- #: ../admin/views/ad-group-edit.php:14
1530
- msgid "You did not select an item for editing."
1531
- msgstr "U heeft geen item geselecteerd om te bewerken."
1532
-
1533
- #: ../admin/views/ad-group-edit.php:33
1534
- msgctxt "Taxonomy Name"
1535
- msgid "Name"
1536
- msgstr "Naam"
1537
-
1538
- #: ../admin/views/ad-group-edit.php:38
1539
- msgctxt "Taxonomy Slug"
1540
- msgid "Slug"
1541
- msgstr "Slug"
1542
-
1543
- #: ../admin/views/ad-group-edit.php:40
1544
- msgid "An id-like string with only letters in lower case, numbers, and hyphens."
1545
- msgstr ""
1546
- "Een tekenreeks te vergelijken met een ID met alleen onderkast letters, "
1547
- "nummers en streepjes (hyphens)."
1548
-
1549
- #: ../admin/views/ad-group-edit.php:45
1550
- msgctxt "Taxonomy Description"
1551
- msgid "Description"
1552
- msgstr "Beschrijving"
1553
-
1554
- #: ../admin/views/ad-group-edit.php:57
1555
- msgid "Create new Ad Group"
1556
- msgstr "Maak een nieuwe advertentiegroep"
1557
-
1558
- #: ../admin/views/ad-group-edit.php:59
1559
- msgid "Update"
1560
- msgstr "Opslaan"
1561
-
1562
- #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
1563
- msgid "Name"
1564
- msgstr "Naam"
1565
-
1566
- #: ../admin/views/ad-group-list-form-row.php:5
1567
- msgid "Description"
1568
- msgstr "Beschrijving"
1569
-
1570
- #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1571
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
1572
- msgid "Type"
1573
- msgstr "Type"
1574
-
1575
- #: ../admin/views/ad-group-list-form-row.php:16
1576
- msgid "Number of visible ads"
1577
- msgstr "Aantal zichtbare advertenties"
1578
-
1579
- #: ../admin/views/ad-group-list-form-row.php:22
1580
- msgctxt "option to display all ads in an ad groups"
1581
- msgid "all"
1582
- msgstr "alle"
1583
-
1584
- #: ../admin/views/ad-group-list-form-row.php:25
1585
- msgid "Number of ads that are visible at the same time"
1586
- msgstr "Aantal advertenties dat simultaan zichtbaar is"
1587
-
1588
- #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1589
- #: 589
1590
- msgid "Ad"
1591
- msgstr "Advertentie"
1592
-
1593
- #: ../admin/views/ad-group-list-form-row.php:32
1594
- msgid "weight"
1595
- msgstr "gewicht"
1596
-
1597
- #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1598
- msgid "Ad Group"
1599
- msgstr "Advertentiegroep"
1600
-
1601
- #: ../admin/views/ad-group-list-header.php:4
1602
- msgid "Details"
1603
- msgstr "Details"
1604
-
1605
- #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1606
- #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
1607
- msgid "shortcode"
1608
- msgstr "shortcode"
1609
-
1610
- #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1611
- #: admin/views/placements.php:61
1612
- msgid "template"
1613
- msgstr "template"
1614
-
1615
- #: ../admin/views/ad-group-list-row.php:14
1616
- #, php-format
1617
- msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
1618
- msgstr ""
1619
- "Lees de <a href=\"%s\" target=\"_blank\">handleiding</a> om meer te weten te "
1620
- "komen over het gebruik van groepen."
1621
-
1622
- #: ../admin/views/ad-group-list-row.php:19
1623
- #, php-format
1624
- msgid "Type: %s"
1625
- msgstr "Type: %s"
1626
-
1627
- #: ../admin/views/ad-group-list-row.php:20
1628
- #, php-format
1629
- msgid "ID: %s"
1630
- msgstr "ID: %s"
1631
-
1632
- #: ../admin/views/ad-group.php:18
1633
- msgid "Ad Groups successfully updated"
1634
- msgstr "Advertentiegroep succesvol opgeslagen"
1635
-
1636
- #: ../admin/views/ad-group.php:46
1637
- #, php-format
1638
- msgid "Search results for &#8220;%s&#8221;"
1639
- msgstr ""
1640
- "Zoekresultaten voor \n"
1641
- "&#8220;%s&#8221;"
1642
-
1643
- #: ../admin/views/ad-group.php:52
1644
- msgid ""
1645
- "Ad Groups are a very flexible method to bundle ads. You can use them to "
1646
- "display random ads in the frontend or run split tests, but also just for "
1647
- "informational purposes. Not only can an Ad Groups have multiple ads, but an "
1648
- "ad can belong to multiple ad groups."
1649
- msgstr ""
1650
- "Advertentiegroepen zijn een flexibele methode om advertenties te bundelen. U "
1651
- "kunt ze gebruiken om willekeurig advertenties te tonen aan de voorkant van "
1652
- "uw website, split tests te doen maar ook puur voor informationele doeleinden."
1653
- " Niet alleen kunnen advertentiegroepen meerdere advertenties bezitten maar "
1654
- "kan een advertentie ook in meerdere advertentiegroepen voor komen."
1655
-
1656
- #: ../admin/views/ad-group.php:60
1657
- msgid "How to display an Ad Group?"
1658
- msgstr "Hoe toon ik een advertentiegroep?"
1659
-
1660
- #: ../admin/views/ad-group.php:62
1661
- #, php-format
1662
- msgid ""
1663
- "Examples on how to display an ad group? Find more help and examples in the "
1664
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1665
- msgstr ""
1666
- "Zoekt u voorbeelden voor het tonen van een advertentiegroep? Hulp en "
1667
- "voorbeelden vind u in de <a href=\"%s\" target=\"_blank\">handleiding</a>."
1668
-
1669
- #: ../admin/views/ad-group.php:64
1670
- msgid "To display an ad group with the ID 6 in content fields"
1671
- msgstr "Om een advertentiegroep met het ID 6 te tonen in content velden"
1672
-
1673
- #: ../admin/views/ad-group.php:67
1674
- msgid "To display an ad group with the ID 6 in template files"
1675
- msgstr "Om een advertentiegroep met het ID 6 te tonen in template files"
1676
-
1677
- #: ../admin/views/ad-group.php:87
1678
- msgid "Update Groups"
1679
- msgstr "Groepen opslaan"
1680
-
1681
- #: ../admin/views/ad-info-top.php:4
1682
- msgid "Cool, you just published an ad. What now?"
1683
- msgstr "Cool, u heeft zojuist een advertentie gepubliceerd. Wat nu?"
1684
-
1685
- #: ../admin/views/ad-info-top.php:5
1686
- msgid "Display the ad in "
1687
- msgstr "Toon de advertentie in ..."
1688
-
1689
- #: ../admin/views/ad-info-top.php:7
1690
- msgid " every post or page"
1691
- msgstr "... ieder bericht of pagina"
1692
-
1693
- #: ../admin/views/ad-info-top.php:9
1694
- msgid "Use placements to inject the ad automatically into posts and pages."
1695
- msgstr ""
1696
- "Gebruik plaatsingen om advertenties automatisch in berichten of pagina's te "
1697
- "injecteren."
1698
-
1699
- #: ../admin/views/ad-info-top.php:10
1700
- msgid "Configure Placements"
1701
- msgstr "Stel plaatsingen in"
1702
-
1703
- #: ../admin/views/ad-info-top.php:12
1704
- msgid " Sidebar or Widget Area"
1705
- msgstr "... Sidebar of Widget gebieden"
1706
-
1707
- #: ../admin/views/ad-info-top.php:14
1708
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
1709
- msgstr ""
1710
- "Gebruik de <em>Advanced Ads</em> Widget om advertenties te tonen in uw "
1711
- "Sidebars."
1712
-
1713
- #: ../admin/views/ad-info-top.php:15
1714
- msgid "Configure a Widget"
1715
- msgstr "Stel een widget in"
1716
-
1717
- #: ../admin/views/ad-info-top.php:17
1718
- msgid "… a few hand selected posts or pages"
1719
- msgstr "... een paar handgeselecteerde berichten of pagina's"
1720
-
1721
- #: ../admin/views/ad-info-top.php:19
1722
- msgid ""
1723
- "Use the shortcode below to manually place the ad in the content editor of "
1724
- "posts and pages."
1725
- msgstr ""
1726
- "Gebruik deze shortcode om de advertentie met de hand te plaatsen in de "
1727
- "content editor van berichten of pagina's."
1728
-
1729
- #: ../admin/views/ad-info-top.php:22
1730
- msgid "… in a custom position in your theme"
1731
- msgstr "... op een aangepaste locatie in uw thema"
1732
-
1733
- #: ../admin/views/ad-info-top.php:24
1734
- msgid ""
1735
- "Use the function below to manually place the ad into your template files. "
1736
- "This method is needed for more advanced placements like in the header of "
1737
- "your theme."
1738
- msgstr ""
1739
- "Gebruik de functie hieronder om advertenties met de hand te verwerken in uw "
1740
- "template files. Deze methode is vereist als u specifiekere plaatsingen in uw "
1741
- "thema vereist."
1742
-
1743
- #: ../admin/views/ad-info-top.php:27
1744
- msgid " in an anchor ad or pop-up"
1745
- msgstr "... in een verankerde advertentie of pop-up"
1746
-
1747
- #: ../admin/views/ad-info-top.php:34
1748
- msgid "You find the settings for the Sticky Ads below."
1749
- msgstr "U vind de instellingen voor Sticky Ads hieronder."
1750
-
1751
- #: ../admin/views/ad-info-top.php:41
1752
- msgid "You find the settings for the Layer and PopUp effects below."
1753
- msgstr "U vind de instellingen voor de Laag en Pop-up effecten hieronder."
1754
-
1755
- #: ../admin/views/ad-info-top.php:46
1756
- #, php-format
1757
- msgid ""
1758
- "Learn more about your choices to display an ad in the <a href=\"%s\" "
1759
- "target=\"_blank\">manual</a>."
1760
- msgstr ""
1761
- "Om meer te weten te komen over de mogelijkheden om uw advertenties te tonen "
1762
- "kunt u de <a href=\"%s\" target=\"_blank\">handleiding</a> raadplegen."
1763
-
1764
- #: ../admin/views/ad-info.php:2
1765
- #, php-format
1766
- msgid "Ad Id: %s"
1767
- msgstr "Advertentie ID: %s"
1768
-
1769
- #: ../admin/views/ad-info.php:5
1770
- msgid "theme function"
1771
- msgstr "thema functie"
1772
-
1773
- #: ../admin/views/ad-info.php:7
1774
- #, php-format
1775
- msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1776
- msgstr ""
1777
- "U kunt meer opties voor het vertonen van uw advertenties vinden in de <a "
1778
- "href=\"%s\" target=\"_blank\">handleiding</a>."
1779
-
1780
- #: ../admin/views/ad-info.php:12
1781
- msgid "click to change"
1782
- msgstr "klik om te veranderen"
1783
-
1784
- #: ../admin/views/ad-info.php:16
1785
- msgid "Add a description"
1786
- msgstr "Voeg een beschrijving toe"
1787
-
1788
- #: ../admin/views/ad-info.php:19
1789
- msgid "Internal description or your own notes about this ad."
1790
- msgstr "Interne beschrijving of eigen notitie voor deze advertentie."
1791
-
1792
- #: ../admin/views/ad-list-filters.php:9
1793
- msgid "expired"
1794
- msgstr "verlopen"
1795
-
1796
- #: ../admin/views/ad-main-metabox.php:3
1797
- msgid "No ad types defined"
1798
- msgstr "Geen advertentie types gedefinieerd"
1799
-
1800
- #: ../admin/views/ad-output-metabox.php:1
1801
- msgid "Everything connected to the ads layout and output."
1802
- msgstr "Alles wat in verbinding staat met de advertentie indeling en output."
1803
-
1804
- #: ../admin/views/ad-output-metabox.php:5
1805
- msgid "Position"
1806
- msgstr "Positie"
1807
-
1808
- #: ../admin/views/ad-output-metabox.php:6
1809
- msgid "- default -"
1810
- msgstr "- standaard -"
1811
-
1812
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
1813
- msgid "default"
1814
- msgstr "standaard"
1815
-
1816
- #: ../admin/views/ad-output-metabox.php:8
1817
- msgid "left"
1818
- msgstr "links"
1819
-
1820
- #: ../admin/views/ad-output-metabox.php:11
1821
- msgid "center"
1822
- msgstr "center"
1823
-
1824
- #: ../admin/views/ad-output-metabox.php:14
1825
- msgid "right"
1826
- msgstr "rechts"
1827
-
1828
- #: ../admin/views/ad-output-metabox.php:19
1829
- msgid ""
1830
- "Check this if you don't want the following elements to float around the ad. "
1831
- "(adds a clearfix)"
1832
- msgstr ""
1833
- "Vink dit aan als u wilt voorkomen dat andere elementen om uw advertentie "
1834
- "heen 'zweven'. (Voegt een clearfix toe)"
1835
-
1836
- #: ../admin/views/ad-output-metabox.php:22
1837
- msgid "Margin"
1838
- msgstr "Margin"
1839
-
1840
- #: ../admin/views/ad-output-metabox.php:23
1841
- msgid "top:"
1842
- msgstr "bovenkant:"
1843
-
1844
- #: ../admin/views/ad-output-metabox.php:25
1845
- msgid "right:"
1846
- msgstr "rechts:"
1847
-
1848
- #: ../admin/views/ad-output-metabox.php:27
1849
- msgid "bottom:"
1850
- msgstr "onderkant:"
1851
-
1852
- #: ../admin/views/ad-output-metabox.php:29
1853
- msgid "left:"
1854
- msgstr "links:"
1855
-
1856
- #: ../admin/views/ad-output-metabox.php:31
1857
- msgid "tip: use this to add a margin around the ad"
1858
- msgstr "tip: gebruik dit om een margin toe te voegen rondom de advertentie"
1859
-
1860
- #: ../admin/views/ad-parameters-size.php:2
1861
- msgid "size"
1862
- msgstr "formaat"
1863
-
1864
- #: ../admin/views/ad-parameters-size.php:3
1865
- msgid "width"
1866
- msgstr "breedte"
1867
-
1868
- #: ../admin/views/ad-parameters-size.php:4
1869
- msgid "height"
1870
- msgstr "hoogte"
1871
-
1872
- #: ../admin/views/ad-submitbox-meta.php:6
1873
- msgid "Set expiry date"
1874
- msgstr "Stel vervaldatum in"
1875
-
1876
- #: ../admin/views/ad-submitbox-meta.php:16
1877
- #, php-format
1878
- msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1879
- msgid "%1$s-%2$s"
1880
- msgstr "%1$s-%2$s"
1881
-
1882
- #: ../admin/views/ad-visitor-metabox.php:4
1883
- msgid ""
1884
- "Display conditions that are based on the user. Use with caution on cached "
1885
- "websites."
1886
- msgstr ""
1887
- "Vertoningsvoorwaarden die zijn gebaseerd op de gebruiker. Wees voorzichtig "
1888
- "met het gebruik van deze voorwaarden op websites die worden gecached."
1889
-
1890
- #: ../admin/views/ad-visitor-metabox.php:28
1891
- msgid ""
1892
- "Visitor conditions limit the number of users who can see your ad. There is "
1893
- "no need to set visitor conditions if you want all users to see the ad."
1894
- msgstr ""
1895
- "Bezoekersvoorwaarden limiteren het aantal bezoekers dat uw advertentie "
1896
- "kunnen zien. Er is geen rede om deze instellingen te gebruiken als u wilt "
1897
- "dat iedereen de advertentie kan zien."
1898
-
1899
- #: ../admin/views/ad-visitor-metabox.php:47
1900
- #, php-format
1901
- msgid ""
1902
- "Define the exact browser width for which an ad should be visible using the "
1903
- "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1904
- msgstr ""
1905
- "Stel de exacte browser breedte in waarbij een advertentie zichtbaar zou "
1906
- "moeten zijn bij het gebruik van de <a href=\"%s\" target=\"_blank\">Responsive "
1907
- "add-on</a>."
1908
-
1909
- #: ../admin/views/ad-visitor-metabox.php:92
1910
- msgid ""
1911
- "The visitor conditions below are deprecated. Please use the new version of "
1912
- "visitor conditions to replace it."
1913
- msgstr ""
1914
- "De bezoekersvoorwaarden hieronder zijn niet langer in gebruik. Gebruik "
1915
- "inplaats hiervan de vernieuwde versie van bezoekersvoorwaarden om ze te "
1916
- "vervangen."
1917
-
1918
- #: ../admin/views/ad-visitor-metabox.php:98
1919
- msgid "Display on all devices"
1920
- msgstr "Toon op alle apparaten"
1921
-
1922
- #: ../admin/views/ad-visitor-metabox.php:102
1923
- msgid "only on mobile devices"
1924
- msgstr "alleen op mobiele apparaten"
1925
-
1926
- #: ../admin/views/ad-visitor-metabox.php:106
1927
- msgid "not on mobile devices"
1928
- msgstr "niet op mobiele apparaten"
1929
-
1930
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1931
- msgid "Debug Page"
1932
- msgstr "Debug Pagina"
1933
-
1934
- #: ../admin/views/debug.php:7
1935
- msgid "Work in progress"
1936
- msgstr "In ontwikkeling"
1937
-
1938
- #: ../admin/views/intro.php:18
1939
- msgid "5-Star Usability"
1940
- msgstr "5-Sterren gebruikersvriendelijkheid"
1941
-
1942
- #: ../admin/views/intro.php:19
1943
- msgid ""
1944
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
1945
- "standards. If you know how to publish a post then you know how to create an "
1946
- "ad."
1947
- msgstr ""
1948
- "Advanced Ads is krachtig en simpel in gebruik omdat het is gebouwd op de "
1949
- "WordPress standaarden. Als u weet hoe u een bericht kunt publiceren weet u "
1950
- "ook direct hoe u een advertentie kunt creëren."
1951
-
1952
- #: ../admin/views/intro.php:23
1953
- msgid "5-Star Support"
1954
- msgstr "5-Sterren ondersteuning"
1955
-
1956
- #: ../admin/views/intro.php:24
1957
- msgid ""
1958
- "I promise you the best supported ad management plugin for WordPress. Whether "
1959
- "a pro user or not, you can reach me easily through the support page, in the "
1960
- "chat on the homepage or replying to a newsletter."
1961
- msgstr ""
1962
- "Ik beloof u de best ondersteunde advertentie-beheer plugin voor WordPress. "
1963
- "Of u nou een pro gebruiker bent of niet, u kunt mij altijd bereiken via de "
1964
- "ondersteuningspagina, in de chat op de website of door op een nieuwsbrief te "
1965
- "reageren."
1966
-
1967
- #: ../admin/views/intro.php:28
1968
- msgid "5-Star Experience"
1969
- msgstr "5-Sterren ervaring"
1970
-
1971
- #: ../admin/views/intro.php:29
1972
- msgid ""
1973
- "Advanced Ads was built out of my own experience. I am personally using it to "
1974
- "serve millions of ad impressions per month and constantly test new ways to "
1975
- "optimize ad settings."
1976
- msgstr ""
1977
- "Advanced Ads is voortgekomen uit mijn eigen ervaring. Ik gebruik het zelf om "
1978
- "miljoenen vertoningen van advertenties per maand te verwerken en constant op "
1979
- "zoek naar betere manieren om advertenties in te stellen."
1980
-
1981
- #: ../admin/views/intro.php:34
1982
- msgid "Welcome to <strong>Advanced Ads</strong>"
1983
- msgstr "Welkom bij <strong>Advanced Ads</strong>"
1984
-
1985
- #: ../admin/views/intro.php:36
1986
- msgid "Let me give you an introduction into your future ad management solution."
1987
- msgstr "Laat mij u introduceren aan uw toekomstige advertentie-beheer oplossing."
1988
-
1989
- #: ../admin/views/intro.php:61
1990
- msgid "Next Steps"
1991
- msgstr "Volgende stappen"
1992
-
1993
- #: ../admin/views/intro.php:64
1994
- msgid "Subscribe to the Mailing List"
1995
- msgstr "Schrijf u in op de nieuwsbrief"
1996
-
1997
- #: ../admin/views/intro.php:65
1998
- msgid "Subscribe to the newsletter and instantly"
1999
- msgstr "Schrijf u in op de nieuwsbrief en ontvang direct"
2000
-
2001
- #: ../admin/views/intro.php:67
2002
- msgid "get 2 free add-ons."
2003
- msgstr "2 gratis add-ons."
2004
-
2005
- #: ../admin/views/intro.php:68
2006
- msgid "reply to the welcome message with a question."
2007
- msgstr "Reageer op het welkomstbericht met een vraag."
2008
-
2009
- #: ../admin/views/intro.php:69
2010
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2011
- msgstr ""
2012
- "Schrijf u in voor een speciaal toegewijde groep voor tutorials of AdSense "
2013
- "tips."
2014
-
2015
- #: ../admin/views/intro.php:82
2016
- msgid "Display your ad"
2017
- msgstr "Toon uw advertentie"
2018
-
2019
- #: ../admin/views/intro.php:83
2020
- msgid ""
2021
- "You can display your ad using a shortcode, widget or one of the powerful "
2022
- "placements. Placements help you to inject ads into the content or place them "
2023
- "on your site without coding."
2024
- msgstr ""
2025
- "U kunt uw advertenties tonen door middel van een shortcode, widget of een "
2026
- "specifieke plaatsing. Plaatsingen helpen u bij het injecteren van "
2027
- "advertenties in uw content zonder kennis nodig te hebben van programmeren."
2028
-
2029
- #: ../admin/views/intro.php:85
2030
- msgid "List of all available placements"
2031
- msgstr "Toon alle mogelijke plaatsingen"
2032
-
2033
- #: ../admin/views/intro.php:86
2034
- msgid "Create a placement"
2035
- msgstr "Maak een nieuwe plaatsing"
2036
-
2037
- #: ../admin/views/placements.php:8
2038
- msgid ""
2039
- "Couldn’t create the new placement. Please check your form field and whether "
2040
- "the name is already in use."
2041
- msgstr ""
2042
- "We konden de plaatsing niet aanmaken. Controleer of de naam niet al in "
2043
- "gebruik is en of de ingevulde waardes kloppen."
2044
-
2045
- #: ../admin/views/placements.php:10
2046
- msgid "Placements updated"
2047
- msgstr "Plaatsingen opgeslagen"
2048
-
2049
- #: ../admin/views/placements.php:15
2050
- msgid ""
2051
- "Placements are physically places in your theme and posts. You can use them "
2052
- "if you plan to change ads and ad groups on the same place without the need "
2053
- "to change your templates."
2054
- msgstr ""
2055
- "Plaatsingen zijn fysieke locaties in uw thema of berichten. U kunt ze "
2056
- "gebruiken als u van plan bent om advertenties en advertentiegroepen aan te "
2057
- "passen zonder uw templates aan te hoeven passen."
2058
-
2059
- #: ../admin/views/placements.php:16
2060
- #, php-format
2061
- msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
2062
- msgstr ""
2063
- "Voor meer informatie over plaatsingen kunt u de <a "
2064
- "href=\"$1%s\">handleiding</a> raadplegen."
2065
-
2066
- #: ../admin/views/placements.php:25
2067
- msgid "Options"
2068
- msgstr "Opties"
2069
-
2070
- #: ../admin/views/placements.php:42
2071
- #, php-format
2072
- msgid ""
2073
- "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
2074
- "if the responsible add-on is activated."
2075
- msgstr ""
2076
- "Plaatsingstype \"%s\" ontbreekt en is terug gezet naar \"standaard\".<br "
2077
- "/>Controleer of de verantwoordelijke add-on wel geactiveerd is."
2078
-
2079
- #: ../admin/views/placements.php:57
2080
- msgid "show usage"
2081
- msgstr "toon gebruik"
2082
-
2083
- #: ../admin/views/placements.php:69
2084
- msgid "Item"
2085
- msgstr "Item"
2086
-
2087
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
2088
- msgid "--not selected--"
2089
- msgstr "--niet geselecteerd--"
2090
-
2091
- #: ../admin/views/placements.php:91
2092
- msgid "Inject"
2093
- msgstr "Injecteer"
2094
-
2095
- #: ../admin/views/placements.php:92
2096
- msgid "after"
2097
- msgstr "na"
2098
-
2099
- #: ../admin/views/placements.php:92
2100
- msgid "before"
2101
- msgstr "voor"
2102
-
2103
- #: ../admin/views/placements.php:112
2104
- msgid "start counting from bottom"
2105
- msgstr "start met tellen van beneden"
2106
-
2107
- #: ../admin/views/placements.php:139
2108
- msgid "Save Placements"
2109
- msgstr "Plaatsingen opslaan"
2110
-
2111
- #: ../admin/views/placements.php:141
2112
- msgid "Create a new placement"
2113
- msgstr "Maak een nieuwe plaatsing"
2114
-
2115
- #: ../admin/views/placements.php:142
2116
- msgid "New Placement"
2117
- msgstr "Nieuwe plaatsing"
2118
-
2119
- #: ../admin/views/placements.php:148
2120
- msgid "Choose a placement type"
2121
- msgstr "Kies een plaatsingstype"
2122
-
2123
- #: ../admin/views/placements.php:149
2124
- #, php-format
2125
- msgid ""
2126
- "Placement types define where the ad is going to be displayed. Learn more "
2127
- "about the different types from the <a href=\"%s\">manual</a>"
2128
- msgstr ""
2129
- "Plaatsingstypes stellen vast waar een advertentie getoond zal worden. Voor "
2130
- "meer informatie over plaatsingstypes kunt u de <a "
2131
- "href=\"$1%s\">handleiding</a> raadplegen."
2132
-
2133
- #: ../admin/views/placements.php:166
2134
- msgid "Please select a placement type."
2135
- msgstr "Selecteer alstublieft een plaatsingstype"
2136
-
2137
- #: ../admin/views/placements.php:168
2138
- msgid "Choose a Name"
2139
- msgstr "Kies een naam"
2140
-
2141
- #: ../admin/views/placements.php:169
2142
- msgid ""
2143
- "The name of the placement is only visible to you. Tip: choose a descriptive "
2144
- "one, e.g. <em>Below Post Headline</em>."
2145
- msgstr ""
2146
- "De naam van een plaatsing is alleen zichtbaar voor u. Tip: kies een naam die "
2147
- "de plaatsing goed omschrijft. (Voorbeeld: <em>Onder bericht titel</em>)"
2148
-
2149
- #: ../admin/views/placements.php:170
2150
- msgid "Placement Name"
2151
- msgstr "Plaatsing naam"
2152
-
2153
- #: ../admin/views/placements.php:171
2154
- msgid "Please enter a name for your placement."
2155
- msgstr "Vul alstublieft de naam van uw plaatsing in."
2156
-
2157
- #: ../admin/views/placements.php:172
2158
- msgid "Choose the Ad or Group"
2159
- msgstr "Kies de advertentie of advertentiegroep"
2160
-
2161
- #: ../admin/views/placements.php:173
2162
- msgid "The ad or group that should be displayed."
2163
- msgstr "De advertentie of advertentiegroep die getoond moet worden."
2164
-
2165
- #: ../admin/views/placements.php:192
2166
- msgid "Save New Placement"
2167
- msgstr "Nieuwe plaatsing opslaan"
2168
-
2169
- #: ../admin/views/post-ad-settings-metabox.php:3
2170
- msgid "Disable ads on this page"
2171
- msgstr "Advertenties op deze pagina uitschakelen"
2172
-
2173
- #: ../admin/views/setting-license.php:14
2174
- #, php-format
2175
- msgid "(%d days left)"
2176
- msgstr "(%d dagen over)"
2177
-
2178
- #: ../admin/views/setting-license.php:18
2179
- msgid "License key"
2180
- msgstr "Licentiecode"
2181
-
2182
- #: ../admin/views/setting-license.php:35
2183
- msgid "Activate License"
2184
- msgstr "Activeer licentie"
2185
-
2186
- #: ../admin/views/setting-license.php:42
2187
- msgid "active"
2188
- msgstr "actief"
2189
-
2190
- #: ../admin/views/settings-disable-ads.php:3
2191
- msgid "Disable all ads in frontend"
2192
- msgstr "Schakel alle advertenties aan de voorkant van uw website uit"
2193
-
2194
- #: ../admin/views/settings-disable-ads.php:4
2195
- msgid ""
2196
- "Use this option to disable all ads in the frontend, but still be able to use "
2197
- "the plugin."
2198
- msgstr ""
2199
- "Gebruik deze instelling om alle advertenties in de voorkant van uw website "
2200
- "uit te schakelen. U kunt wel gewoon gebruik blijven maken van de plugin."
2201
-
2202
- #: ../admin/views/settings-disable-ads.php:8
2203
- msgid "Disable ads on 404 error pages"
2204
- msgstr "Schakel advertenties uit op 404 error pagina's"
2205
-
2206
- #: ../admin/views/settings-disable-ads.php:12
2207
- msgid "Disable ads on non-singular pages"
2208
- msgstr "Schakel advertenties uit op niet-singulaire pagina's"
2209
-
2210
- #: ../admin/views/settings-disable-ads.php:13
2211
- msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
2212
- msgstr ""
2213
- "Bijvoorbeeld: archief pagina's zoals categorieën, tags, auteurs en de "
2214
- "homepagina (indien lijst)"
2215
-
2216
- #: ../admin/views/settings-disable-ads.php:16
2217
- msgid "Disable ads on secondary queries"
2218
- msgstr "Schakel advertenties uit op secundaire queries"
2219
-
2220
- #: ../admin/views/settings-disable-ads.php:17
2221
- msgid ""
2222
- "Secondary queries are custom queries of posts outside the main query of a "
2223
- "page. Try this option if you see ads injected on places where they shouldn’t "
2224
- "appear."
2225
- msgstr ""
2226
- "Secundaire queries zijn aangepaste queries van berichten buiten de hoofd-"
2227
- "query van een pagina. Probeer deze optie als u advertenties ziet verschijnen "
2228
- "op plekken waar dit niet hoort."
2229
-
2230
- #: ../admin/views/settings.php:36
2231
- msgid "Save settings on this page"
2232
- msgstr "Instellingen op deze pagina opslaan"
2233
-
2234
- #: ../admin/views/settings.php:48
2235
- msgid "Welcome Page"
2236
- msgstr "Welkomstpagina"
2237
-
2238
- #: ../admin/views/settings.php:49
2239
- msgid "Advanced Ads on WordPress.org"
2240
- msgstr "Advanced Ads op WordPress.org"
2241
-
2242
- #: ../admin/views/settings.php:49
2243
- msgid "Advanced Ads on wp.org"
2244
- msgstr "Advanced Ads op wp.org"
2245
-
2246
- #: ../admin/views/settings.php:50
2247
- msgid "the company behind Advanced Ads"
2248
- msgstr "het bedrijf achter Advanced Ads"
2249
-
2250
- #: ../admin/views/support.php:25
2251
- #, php-format
2252
- msgid ""
2253
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
2254
- "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
2255
- msgstr ""
2256
- "Één of meer <strong>licenties voor Advanced Ads add-ons zijn niet "
2257
- "geactiveerd</strong>. Voeg <a href=\"%s\">hier</a> alstublieft een correcte "
2258
- "licentiecode in."
2259
-
2260
- #: ../admin/views/support.php:49
2261
- msgid "Search"
2262
- msgstr "Zoeken"
2263
-
2264
- #: ../admin/views/support.php:50
2265
- msgid ""
2266
- "Use the following form to search for solutions in the manual on "
2267
- "wpadvancedads.com"
2268
- msgstr ""
2269
- "Gebruik het formulier om te zoeken naar oplossingen in de handleiding op "
2270
- "wpadvancedads.com"
2271
-
2272
- #: ../admin/views/support.php:53
2273
- msgid "search"
2274
- msgstr "zoeken"
2275
-
2276
- #: ../admin/views/support.php:55
2277
- msgid "Contact"
2278
- msgstr "Contact"
2279
-
2280
- #: ../admin/views/support.php:56
2281
- #, php-format
2282
- msgid ""
2283
- "Please search the manual for a solution and take a look at <a href=\"%s\" "
2284
- "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
2285
- msgstr ""
2286
- "Probeer gelieve eerst te zoeken naar oplossingen in de handleiding of op de "
2287
- "pagina <a href=\"%s\" target=\"_blank\">Advertenties verschijnen niet?</a> "
2288
- "alvorens u contact opneemt voor ondersteuning. "
2289
-
2290
- #: ../admin/views/support.php:58
2291
- msgid "Email was successfully sent."
2292
- msgstr "De e-mail is succesvol verstuurd."
2293
-
2294
- #: ../admin/views/support.php:67
2295
- msgid "your email"
2296
- msgstr "uw e-mailadres"
2297
-
2298
- #: ../admin/views/support.php:71
2299
- msgid "your name"
2300
- msgstr "uw naam"
2301
-
2302
- #: ../admin/views/support.php:75
2303
- msgid "your message"
2304
- msgstr "uw bericht"
2305
-
2306
- #: ../admin/views/support.php:80
2307
- msgid "send"
2308
- msgstr "versturen"
2309
-
2310
- #: ../classes/ad_placements.php:31
2311
- msgid "Manual Placement"
2312
- msgstr "Handmatige plaatsing"
2313
-
2314
- #: ../classes/ad_placements.php:32
2315
- msgid "Manual placement to use as function or shortcode."
2316
- msgstr "Handmatige plaatsing door middel van een functie of shortcode"
2317
-
2318
- #: ../classes/ad_placements.php:36
2319
- msgid "Header Code"
2320
- msgstr "Header Code"
2321
-
2322
- #: ../classes/ad_placements.php:37
2323
- msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
2324
- msgstr ""
2325
- "Geïnjecteerd in de Header (voor de sluitende &lt;/head&gt; tag, meestal niet "
2326
- "zichtbaar)."
2327
-
2328
- #: ../classes/ad_placements.php:41
2329
- msgid "Footer Code"
2330
- msgstr "Footer code"
2331
-
2332
- #: ../classes/ad_placements.php:42
2333
- msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
2334
- msgstr "Geïnjecteerd in de Footer (voor de sluitende &lt;/body&gt; tag)."
2335
-
2336
- #: ../classes/ad_placements.php:46
2337
- msgid "Before Content"
2338
- msgstr "Voor de content"
2339
-
2340
- #: ../classes/ad_placements.php:47
2341
- msgid "Injected before the post content."
2342
- msgstr "Geïnjecteerd voor de post content"
2343
-
2344
- #: ../classes/ad_placements.php:51
2345
- msgid "After Content"
2346
- msgstr "Na de content"
2347
-
2348
- #: ../classes/ad_placements.php:52
2349
- msgid "Injected after the post content."
2350
- msgstr "Geïnjecteerd na de post content"
2351
-
2352
- #: ../classes/ad_placements.php:56
2353
- msgid "Post Content"
2354
- msgstr "In de content"
2355
-
2356
- #: ../classes/ad_placements.php:57
2357
- msgid ""
2358
- "Injected into the content. You can choose the paragraph after which the "
2359
- "ad content is displayed."
2360
- msgstr ""
2361
- "Geïnjecteerd in de post content. U kunt een paragraaf kiezen achter welke de "
2362
- "advertentie getoond zal worden."
2363
-
2364
- #: ../classes/ad_placements.php:203
2365
- #, php-format
2366
- msgid "paragraph (%s)"
2367
- msgstr "paragraaf (%s)"
2368
-
2369
- #: ../classes/ad_placements.php:205
2370
- #, php-format
2371
- msgid "headline 2 (%s)"
2372
- msgstr "koptekst 2 (%s)"
2373
-
2374
- #: ../classes/ad_placements.php:206
2375
- #, php-format
2376
- msgid "headline 3 (%s)"
2377
- msgstr "koptekst 3 (%s)"
2378
-
2379
- #: ../classes/ad_placements.php:207
2380
- #, php-format
2381
- msgid "headline 4 (%s)"
2382
- msgstr "koptekst 4 (%s)"
2383
-
2384
- #: ../classes/ad_type_content.php:35
2385
- msgid "Rich Content"
2386
- msgstr "Rijke tekstopmaak"
2387
-
2388
- #: ../classes/ad_type_content.php:36
2389
- msgid ""
2390
- "The full content editor from WordPress with all features like shortcodes, "
2391
- "image upload or styling, but also simple text/html mode for scripts and code."
2392
- msgstr ""
2393
- "De volledige text-editor van WordPress met alle functionaliteiten zoals "
2394
- "shortcodes, afbeelding uploads en stijlen maar ook de simpele text/html "
2395
- "modus voor scripts en andere code."
2396
-
2397
- #: ../classes/ad_type_plain.php:31
2398
- msgid "Plain Text and Code"
2399
- msgstr "Platte tekst en code"
2400
-
2401
- #: ../classes/ad_type_plain.php:32
2402
- msgid ""
2403
- "Simple text editor without any filters. You might use it to display "
2404
- "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2405
- "content field magic does not work here."
2406
- msgstr ""
2407
- "Simpele text-editor zonder enige filters. U kunt deze optie gebruiken om "
2408
- "ongefilterde content, PHP code of JavaScript in te zetten. Shortcodes en "
2409
- "andere WordPress magie is hierin niet te gebruiken."
2410
-
2411
- #: ../classes/ad_type_plain.php:52
2412
- msgid "Insert plain text or code into this field."
2413
- msgstr "Vul hier uw platte tekst of code in."
2414
-
2415
- #: ../classes/ad_type_plain.php:86
2416
- msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2417
- msgstr ""
2418
- "Voer PHP code uit (zorg dat uw code omwikkeld is met <code>&lt;?php ?&gt;"
2419
- "</code>)"
2420
-
2421
- #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2422
- msgid "Choose the public post types on which to display the ad."
2423
- msgstr "Kies de publieke post types waar u deze advertentie wilt tonen."
2424
-
2425
- #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2426
- msgid ""
2427
- "Choose on which individual posts, pages and public post type pages you want "
2428
- "to display or hide ads."
2429
- msgstr ""
2430
- "Kies op welke individuele berichten, pagina's en publieke post type pagina's "
2431
- "u advertenties wilt tonen of verbergen."
2432
-
2433
- #: ../classes/display-conditions.php:82
2434
- msgid "general conditions"
2435
- msgstr "Andere voorwaarden"
2436
-
2437
- #: ../classes/display-conditions.php:336
2438
- msgctxt "display the terms search field on ad edit page"
2439
- msgid "add more terms"
2440
- msgstr ""
2441
- "Meer termen toevoegen [ toon het term-zoekveld op het advertentie bewerken "
2442
- "scherm ]"
2443
-
2444
- #: ../classes/display-conditions.php:337
2445
- msgid "add more terms"
2446
- msgstr "Meer termen toevoegen"
2447
-
2448
- #: ../classes/display-conditions.php:339
2449
- msgid "term name or id"
2450
- msgstr "Term naam of ID"
2451
-
2452
- #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2453
- msgid "Home Page"
2454
- msgstr "Home pagina"
2455
-
2456
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2457
- msgid "show on Home page"
2458
- msgstr "toon op home pagina"
2459
-
2460
- #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2461
- msgid "Singular Pages"
2462
- msgstr "Singulaire pagina's"
2463
-
2464
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2465
- msgid "show on singular pages/posts"
2466
- msgstr "toon op singulaire pagina's/berichten"
2467
-
2468
- #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2469
- msgid "Archive Pages"
2470
- msgstr "Archief pagina's"
2471
-
2472
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2473
- msgid "show on any type of archive page (category, tag, author and date)"
2474
- msgstr "toon op ieder type archief pagina (categorie, tag, auteur en datum)"
2475
-
2476
- #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2477
- msgid "Search Results"
2478
- msgstr "Zoekresultaten"
2479
-
2480
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2481
- msgid "show on search result pages"
2482
- msgstr "toon op zoekresultaten pagina's"
2483
-
2484
- #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2485
- msgid "404 Page"
2486
- msgstr "404 pagina"
2487
-
2488
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2489
- msgid "show on 404 error page"
2490
- msgstr "toon op 404 error pagina"
2491
-
2492
- #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2493
- msgid "Attachment Pages"
2494
- msgstr "Bijlage pagina's"
2495
-
2496
- #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2497
- msgid "show on attachment pages"
2498
- msgstr "toon op bijlage pagina's"
2499
-
2500
- #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2501
- msgid "Secondary Queries"
2502
- msgstr "Secundaire queries"
2503
-
2504
- #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2505
- msgid "allow ads in secondary queries"
2506
- msgstr "sta advertenties toe in secundaire queries"
2507
-
2508
- #: ../classes/EDD_SL_Plugin_Updater.php:177
2509
- #, php-format
2510
- msgid ""
2511
- "There is a new version of %1$s available. <a target=\"_blank\" "
2512
- "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
2513
- msgstr ""
2514
- "Er is een nieuwe versie van %1$s beschikbaar. <a target=\"_blank\" "
2515
- "class=\"thickbox\" href=\"%2$s\">Bekijk versie %3$s details</a>."
2516
-
2517
- #: ../classes/EDD_SL_Plugin_Updater.php:184
2518
- #, php-format
2519
- msgid ""
2520
- "There is a new version of %1$s available. <a target=\"_blank\" "
2521
- "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
2522
- "href=\"%4$s\">update now</a>."
2523
- msgstr ""
2524
- "Er is een nieuwe versie van %1$s beschikbaar. <a target=\"_blank\" "
2525
- "class=\"thickbox\" href=\"%2$s\">Bekijk versie %3$s details</a> of <a "
2526
- "href=\"%4$s\">update nu</a>."
2527
-
2528
- #: ../classes/EDD_SL_Plugin_Updater.php:324
2529
- msgid "You do not have permission to install plugin updates"
2530
- msgstr "U heeft niet genoeg rechten om plugin updates uit te voeren"
2531
-
2532
- #: ../classes/EDD_SL_Plugin_Updater.php:324
2533
- msgid "Error"
2534
- msgstr "Foutmelding"
2535
-
2536
- #: ../classes/visitor-conditions.php:32
2537
- msgid "mobile device"
2538
- msgstr "mobiel apparaat"
2539
-
2540
- #: ../classes/visitor-conditions.php:33
2541
- msgid "Display ads only on mobile devices or hide them."
2542
- msgstr "Toon advertenties alleen op mobiele apparaten of verberg ze."
2543
-
2544
- #: ../classes/visitor-conditions.php:39
2545
- msgid "logged in visitor"
2546
- msgstr "ingelogde bezoeker"
2547
-
2548
- #: ../classes/visitor-conditions.php:40
2549
- msgid "Whether the visitor has to be logged in or not in order to see the ads."
2550
- msgstr ""
2551
- "Of de bezoeker wel of niet ingelogd moet zijn om de advertentie te kunnen "
2552
- "zien."
2553
-
2554
- #: ../classes/visitor-conditions.php:101
2555
- msgid "is"
2556
- msgstr "is"
2557
-
2558
- #: ../classes/visitor-conditions.php:102
2559
- msgid "is not"
2560
- msgstr "is niet"
2561
-
2562
- #: ../classes/visitor-conditions.php:136
2563
- msgid "equal"
2564
- msgstr "gelijk aan"
2565
-
2566
- #: ../classes/visitor-conditions.php:137
2567
- msgid "equal or higher"
2568
- msgstr "gelijk aan of hoger"
2569
-
2570
- #: ../classes/visitor-conditions.php:138
2571
- msgid "equal or lower"
2572
- msgstr "gelijk aan of lager"
2573
-
2574
- #: ../classes/visitor-conditions.php:168
2575
- msgid "contains"
2576
- msgstr "bevat"
2577
-
2578
- #: ../classes/visitor-conditions.php:169
2579
- msgid "starts with"
2580
- msgstr "begint met"
2581
-
2582
- #: ../classes/visitor-conditions.php:170
2583
- msgid "ends with"
2584
- msgstr "eindigd met"
2585
-
2586
- #: ../classes/visitor-conditions.php:171
2587
- msgid "matches"
2588
- msgstr "komt overeen met"
2589
-
2590
- #: ../classes/visitor-conditions.php:172
2591
- msgid "matches regex"
2592
- msgstr "komt overeen met regex"
2593
-
2594
- #: ../classes/visitor-conditions.php:173
2595
- msgid "does not contain"
2596
- msgstr "bevat niet"
2597
-
2598
- #: ../classes/visitor-conditions.php:174
2599
- msgid "does not start with"
2600
- msgstr "start niet met"
2601
-
2602
- #: ../classes/visitor-conditions.php:175
2603
- msgid "does not end with"
2604
- msgstr "eindigd niet met"
2605
-
2606
- #: ../classes/visitor-conditions.php:176
2607
- msgid "does not match"
2608
- msgstr "komt niet overeen met"
2609
-
2610
- #: ../classes/visitor-conditions.php:177
2611
- msgid "does not match regex"
2612
- msgstr "komt niet overeen met regex"
2613
-
2614
- #: ../classes/widget.php:25
2615
- msgid "Display Ads and Ad Groups."
2616
- msgstr "Toon advertenties en advertentiegroepen"
2617
-
2618
- #: ../classes/widget.php:67
2619
- msgid "Title:"
2620
- msgstr "Titel:"
2621
-
2622
- #: ../includes/array_ad_conditions.php:39
2623
- msgid "Post Types"
2624
- msgstr "Post Types"
2625
-
2626
- #: ../includes/array_ad_conditions.php:45
2627
- msgid "Categories, Tags and Taxonomies"
2628
- msgstr "Categorieën, Tags en Taxonomieën"
2629
-
2630
- #: ../includes/array_ad_conditions.php:46
2631
- msgid ""
2632
- "Choose terms from public category, tag and other taxonomies a post must "
2633
- "belong to in order to have ads."
2634
- msgstr ""
2635
- "Kies hier de termen van publieke categorieën, tags en andere taxonomieën "
2636
- "waar een bericht bij moet horen om advertenties te tonen."
2637
-
2638
- #: ../includes/array_ad_conditions.php:51
2639
- msgid "Category Archives"
2640
- msgstr "Categorie archieven"
2641
-
2642
- #: ../includes/array_ad_conditions.php:52
2643
- msgid "comma seperated IDs of category archives"
2644
- msgstr "komma-gescheiden ID's of categorie archieven"
2645
-
2646
- #: ../includes/array_ad_conditions.php:57
2647
- msgid "Individual Posts, Pages and Public Post Types"
2648
- msgstr "Individuele berichten, pagina's en publieke post types"
2649
-
2650
- #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2651
- #: ad-parameters.php:51
2652
- msgid "Responsive"
2653
- msgstr "Responsive"
2654
-
2655
- #: ../modules/gadsense/admin/admin.php:44
2656
- msgid "The ad details couldn't be retrieved from the ad code"
2657
- msgstr "De advertentiedetails konden niet worden opgehaald vanuit de advertentiecode"
2658
-
2659
- #: ../modules/gadsense/admin/admin.php:45
2660
- msgid ""
2661
- "Warning : The AdSense account from this code does not match the one set with "
2662
- "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2663
- "end."
2664
- msgstr ""
2665
- "Waarschuwing: Het AdSense account van deze code komt niet overeen met het "
2666
- "account wat is ingesteld in de Advanced Ads plugin. Deze advertentie kan "
2667
- "problemen veroorzaken wanneer deze wordt gebruikt op de voorkant van de "
2668
- "website."
2669
-
2670
- #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:262
2671
- msgid "AdSense"
2672
- msgstr "AdSense"
2673
-
2674
- #: ../modules/gadsense/admin/admin.php:131
2675
- msgid "AdSense ID"
2676
- msgstr "AdSense ID"
2677
-
2678
- #: ../modules/gadsense/admin/admin.php:140
2679
- msgid "Limit to 3 ads"
2680
- msgstr "Limiteer tot 3 advertenties"
2681
-
2682
- #: ../modules/gadsense/admin/admin.php:183
2683
- msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2684
- msgstr "Uw AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2685
-
2686
- #: ../modules/gadsense/admin/admin.php:195
2687
- #, php-format
2688
- msgid "Limit to %d AdSense ads"
2689
- msgstr "Limiteer tot %d AdSense advertenties"
2690
-
2691
- #: ../modules/gadsense/admin/admin.php:199
2692
- #, php-format
2693
- msgid ""
2694
- "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2695
- "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
2696
- "this limitation at your own risks."
2697
- msgstr ""
2698
- "Op dit moment hanteert de Google AdSense <a target=\"_blank\" href=\"%s\" "
2699
- "title=\"Terms Of Service\">TOS</a> een limiet van %d vertoningen per "
2700
- "advertentie per pagina. U kunt deze limitatie op eigen risico uitschakelen."
2701
-
2702
- #: ../modules/gadsense/admin/admin.php:202
2703
- msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2704
- msgstr ""
2705
- "Notificatie: Advanced Ads beschouwt alleen AdSense advertenties voor deze "
2706
- "limiet."
2707
-
2708
- #: ../modules/gadsense/admin/admin.php:240 ../modules/gadsense/includes/class-ad-
2709
- #: type-adsense.php:73
2710
- msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2711
- msgstr "Het Publisher ID heeft een incorrect format. (moet starten met \"pub-\")"
2712
-
2713
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2714
- msgid "Copy&Paste existing ad code"
2715
- msgstr "Kopieer & Plak bestaande advertentiecode"
2716
-
2717
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2718
- msgid "Ad Slot ID"
2719
- msgstr "Ad Slot ID"
2720
-
2721
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2722
- #, php-format
2723
- msgid "Publisher ID: %s"
2724
- msgstr "Publisher ID: %s"
2725
-
2726
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
2727
- #, php-format
2728
- msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2729
- msgstr "<a href=\"%s\" target=\"_blank\">Pas het alstublieft hier aan</a>."
2730
-
2731
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
2732
- msgid "Normal"
2733
- msgstr "Normaal"
2734
-
2735
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2736
- #, php-format
2737
- msgid ""
2738
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2739
- "define the exact creative for each browser width."
2740
- msgstr ""
2741
- "Gebruik de <a href=\"%s\" target=\"_blank\">Responsive add-on</a> om de exacte "
2742
- "creative in te stellen voor iedere browser breedte. "
2743
-
2744
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2745
- msgid "Resizing"
2746
- msgstr "Schalen"
2747
-
2748
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2749
- msgid "Copy the ad code from your AdSense account and paste it in the area below"
2750
- msgstr ""
2751
- "Kopieer de advertentiecode van uw AdSense account en plak de code in het "
2752
- "tekstveld hieronder."
2753
-
2754
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2755
- msgid "Get details"
2756
- msgstr "Verkrijg details"
2757
-
2758
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
2759
- msgid "Close"
2760
- msgstr "Sluiten"
2761
-
2762
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
2763
- msgid "AdSense ad"
2764
- msgstr "AdSense advertentie"
2765
-
2766
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
2767
- msgid "Use ads from your Google AdSense account"
2768
- msgstr "Gebruik advertenties van uw Google AdSense account"
2769
-
2770
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
2771
- msgid "Your AdSense Publisher ID is missing."
2772
- msgstr "Uw AdSense Publisher ID ontbreekt."
2773
-
2774
- #: ../modules/gadsense/includes/class-gadsense-data.php:46
2775
- msgid "Auto"
2776
- msgstr "Automatisch"
2777
-
2778
- #: ../public/class-advanced-ads.php:310
2779
- #, php-format
2780
- msgid "Advanced Ads Error: %s"
2781
- msgstr "Advanced Ads Foutmelding: %s"
2782
-
2783
- #: ../public/class-advanced-ads.php:551
2784
- msgctxt "ad group general name"
2785
- msgid "Ad Groups"
2786
- msgstr "Advertentiegroepen"
2787
-
2788
- #: ../public/class-advanced-ads.php:552
2789
- msgctxt "ad group singular name"
2790
- msgid "Ad Group"
2791
- msgstr "Advertentiegroep"
2792
-
2793
- #: ../public/class-advanced-ads.php:553
2794
- msgid "Search Ad Groups"
2795
- msgstr "Zoek advertentiegroepen"
2796
-
2797
- #: ../public/class-advanced-ads.php:554
2798
- msgid "All Ad Groups"
2799
- msgstr "Alle advertentiegroepen"
2800
-
2801
- #: ../public/class-advanced-ads.php:555
2802
- msgid "Parent Ad Groups"
2803
- msgstr "Bovenliggende advertentiegroepen"
2804
-
2805
- #: ../public/class-advanced-ads.php:556
2806
- msgid "Parent Ad Groups:"
2807
- msgstr "Bovenliggende advertentiegroepen:"
2808
-
2809
- #: ../public/class-advanced-ads.php:557
2810
- msgid "Edit Ad Group"
2811
- msgstr "Advertentiegroep bewerken"
2812
-
2813
- #: ../public/class-advanced-ads.php:558
2814
- msgid "Update Ad Group"
2815
- msgstr "Advertentiegroep bijwerken"
2816
-
2817
- #: ../public/class-advanced-ads.php:559
2818
- msgid "Add New Ad Group"
2819
- msgstr "Nieuwe advertentiegroep toevoegen"
2820
-
2821
- #: ../public/class-advanced-ads.php:560
2822
- msgid "New Ad Groups Name"
2823
- msgstr "Nieuwe advertentiegroep naam"
2824
-
2825
- #: ../public/class-advanced-ads.php:562
2826
- msgid "No Ad Group found"
2827
- msgstr "Geen advertentiegroep gevonden"
2828
-
2829
- #: ../public/class-advanced-ads.php:593
2830
- msgid "Edit Ad"
2831
- msgstr "Advertentie bewerken"
2832
-
2833
- #: ../public/class-advanced-ads.php:595
2834
- msgid "View"
2835
- msgstr "Bekijken"
2836
-
2837
- #: ../public/class-advanced-ads.php:596
2838
- msgid "View the Ad"
2839
- msgstr "Bekijk de advertentie"
2840
-
2841
- #: ../public/class-advanced-ads.php:597
2842
- msgid "Search Ads"
2843
- msgstr "Advertenties zoeken"
2844
-
2845
- #: ../public/class-advanced-ads.php:598
2846
- msgid "No Ads found"
2847
- msgstr "Geen advertenties gevonden"
2848
-
2849
- #: ../public/class-advanced-ads.php:599
2850
- msgid "No Ads found in Trash"
2851
- msgstr "Geen advertenties gevonden in de prullenbak"
2852
-
2853
- #: ../public/class-advanced-ads.php:600
2854
- msgid "Parent Ad"
2855
- msgstr "Bovenliggende advertentie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Advanved Ads\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2017-06-22 13:16+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:16+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
+ "Language-Team: Dutch\n"
9
+ "Language: nl-NL\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ../\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Loco-Target-Locale: nl_NL"
24
+
25
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
26
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
27
+ msgid "or"
28
+ msgstr ""
29
+
30
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
31
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
32
+ msgid "and"
33
+ msgstr ""
34
+
35
+ #: admin/class-advanced-ads-admin.php:192
36
+ msgid "After which paragraph?"
37
+ msgstr ""
38
+
39
+ #: admin/class-advanced-ads-admin.php:300
40
+ #, php-format
41
+ msgid "time of %s"
42
+ msgstr ""
43
+
44
+ #: admin/class-advanced-ads-admin.php:345
45
+ msgid "Add-Ons"
46
+ msgstr ""
47
+
48
+ #: classes/ad-debug.php:32
49
+ msgid "The ad is displayed on the page"
50
+ msgstr ""
51
+
52
+ #: classes/ad-debug.php:34
53
+ msgid "The ad is not displayed on the page"
54
+ msgstr ""
55
+
56
+ #: classes/ad-debug.php:39
57
+ msgid "Current query is not identical to main query."
58
+ msgstr ""
59
+
60
+ #: classes/ad-debug.php:45
61
+ msgid "current post"
62
+ msgstr ""
63
+
64
+ #: classes/ad-debug.php:49
65
+ msgid "Current post is not identical to main post."
66
+ msgstr ""
67
+
68
+ #: classes/ad-debug.php:51
69
+ msgid "main post"
70
+ msgstr ""
71
+
72
+ #: classes/ad-debug.php:98
73
+ msgid "current query"
74
+ msgstr ""
75
+
76
+ #: classes/ad-debug.php:98
77
+ msgid "main query"
78
+ msgstr ""
79
+
80
+ #: classes/ad-debug.php:128
81
+ msgid "Placement"
82
+ msgstr ""
83
+
84
+ #: classes/ad-debug.php:271
85
+ msgid ""
86
+ "Your website is using HTTPS, but the ad code contains HTTP and might not "
87
+ "work."
88
+ msgstr ""
89
+
90
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
91
+ msgid "Content"
92
+ msgstr ""
93
+
94
+ #: classes/ad_placements.php:65
95
+ msgid "Sidebar Widget"
96
+ msgstr ""
97
+
98
+ #: classes/ad_placements.php:66
99
+ msgid ""
100
+ "Create a sidebar widget with an ad. Can be placed and used like any other "
101
+ "widget."
102
+ msgstr ""
103
+
104
+ #: classes/ad_placements.php:219
105
+ #, php-format
106
+ msgid "paragraph without image (%s)"
107
+ msgstr ""
108
+
109
+ #: classes/ad_placements.php:517
110
+ #, php-format
111
+ msgid "Set <em>%s</em> to show more ads"
112
+ msgstr ""
113
+
114
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
115
+ msgid "Disable level limitation"
116
+ msgstr ""
117
+
118
+ #: classes/ad_type_dummy.php:26
119
+ msgid "Dummy"
120
+ msgstr ""
121
+
122
+ #: classes/ad_type_dummy.php:27
123
+ msgid "Uses a simple placeholder ad for quick testing."
124
+ msgstr ""
125
+
126
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
127
+ msgid "url"
128
+ msgstr ""
129
+
130
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
131
+ #, php-format
132
+ msgid ""
133
+ "Open this url in a new window and track impressions and clicks with the <a "
134
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
135
+ msgstr ""
136
+
137
+ #: classes/ad_type_group.php:31
138
+ msgid ""
139
+ "Choose an existing ad group. Use this type when you want to assign the same "
140
+ "display and visitor conditions to all ads in that group."
141
+ msgstr ""
142
+
143
+ #: classes/ad_type_group.php:84
144
+ msgid "ad group"
145
+ msgstr ""
146
+
147
+ #: classes/ad_type_image.php:34
148
+ msgid "Image Ad"
149
+ msgstr ""
150
+
151
+ #: classes/ad_type_image.php:35
152
+ msgid "Ads in various image formats."
153
+ msgstr ""
154
+
155
+ #: classes/ad_type_image.php:55
156
+ msgid "Insert File"
157
+ msgstr ""
158
+
159
+ #: classes/ad_type_image.php:55
160
+ msgid "Insert"
161
+ msgstr ""
162
+
163
+ #: classes/ad_type_image.php:55
164
+ msgid "select image"
165
+ msgstr ""
166
+
167
+ #: classes/ad_type_image.php:56
168
+ msgid "edit"
169
+ msgstr ""
170
+
171
+ #: classes/ad_type_plain.php:87
172
+ msgid "Allow PHP"
173
+ msgstr ""
174
+
175
+ #: classes/checks.php:244
176
+ #, php-format
177
+ msgid ""
178
+ "Possible conflict between jQueryUI library, used by Advanced Ads and other "
179
+ "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
180
+ "to misfortunate formats in forms, but should not damage features."
181
+ msgstr ""
182
+
183
+ #: classes/display-conditions.php:69
184
+ msgid "post type"
185
+ msgstr ""
186
+
187
+ #: classes/display-conditions.php:76
188
+ msgid "specific pages"
189
+ msgstr ""
190
+
191
+ #: classes/display-conditions.php:88
192
+ msgid "author"
193
+ msgstr ""
194
+
195
+ #: classes/display-conditions.php:120
196
+ #, php-format
197
+ msgid "archive: %s"
198
+ msgstr ""
199
+
200
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
201
+ #: classes/display-conditions.php:370
202
+ msgctxt "Error message shown when no display condition term is selected"
203
+ msgid "Please select some items."
204
+ msgstr ""
205
+
206
+ #: classes/display-conditions.php:283
207
+ #, php-format
208
+ msgid ""
209
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
210
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
211
+ "target=\"_blank\">this page</a>."
212
+ msgstr ""
213
+
214
+ #: classes/display-conditions.php:424
215
+ msgid "title or id"
216
+ msgstr ""
217
+
218
+ #: classes/display-conditions.php:504
219
+ msgid "Feed"
220
+ msgstr ""
221
+
222
+ #: classes/display-conditions.php:505
223
+ msgid "allow ads in Feed"
224
+ msgstr ""
225
+
226
+ #: classes/EDD_SL_Plugin_Updater.php:201
227
+ #, php-format
228
+ msgid ""
229
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
230
+ msgstr ""
231
+
232
+ #: classes/EDD_SL_Plugin_Updater.php:209
233
+ #, php-format
234
+ msgid ""
235
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
236
+ "or %5$supdate now%6$s."
237
+ msgstr ""
238
+
239
+ #: classes/filesystem.php:61
240
+ msgid "Could not access filesystem."
241
+ msgstr ""
242
+
243
+ #: classes/filesystem.php:72
244
+ msgid "Unable to locate WordPress root directory."
245
+ msgstr ""
246
+
247
+ #: classes/filesystem.php:76
248
+ msgid "Unable to locate WordPress content directory (wp-content)."
249
+ msgstr ""
250
+
251
+ #: classes/filesystem.php:80
252
+ #, php-format
253
+ msgid "Unable to locate needed folder (%s)."
254
+ msgstr ""
255
+
256
+ #: classes/frontend_checks.php:40
257
+ msgid "Ad Health"
258
+ msgstr ""
259
+
260
+ #: classes/frontend_checks.php:48
261
+ msgid "jQuery not in header"
262
+ msgstr ""
263
+
264
+ #: classes/frontend_checks.php:61
265
+ msgid "Random AdSense ads"
266
+ msgstr ""
267
+
268
+ #: classes/frontend_checks.php:74
269
+ msgid "Ad blocker enabled"
270
+ msgstr ""
271
+
272
+ #: classes/frontend_checks.php:88
273
+ #, php-format
274
+ msgid "<em>%s</em> filter does not exist"
275
+ msgstr ""
276
+
277
+ #: classes/frontend_checks.php:105
278
+ msgid "Ads are disabled on this page"
279
+ msgstr ""
280
+
281
+ #: classes/frontend_checks.php:119
282
+ msgid "Ads are disabled in the content of this page"
283
+ msgstr ""
284
+
285
+ #: classes/frontend_checks.php:132
286
+ msgid "the current post ID is 0 "
287
+ msgstr ""
288
+
289
+ #: classes/frontend_checks.php:147
290
+ msgid "Ads are disabled on 404 pages"
291
+ msgstr ""
292
+
293
+ #: classes/frontend_checks.php:161
294
+ msgid "Ads are disabled on non singular pages"
295
+ msgstr ""
296
+
297
+ #: classes/frontend_checks.php:175
298
+ #: modules/import-export/classes/XmlEncoder.php:61
299
+ #: modules/import-export/classes/XmlEncoder.php:64
300
+ #: modules/import-export/classes/XmlEncoder.php:193
301
+ #: modules/import-export/classes/XmlEncoder.php:196
302
+ #, php-format
303
+ msgid "The %s extension(s) is not loaded"
304
+ msgstr ""
305
+
306
+ #: classes/frontend_checks.php:191
307
+ msgid "Everything is fine"
308
+ msgstr ""
309
+
310
+ #: classes/frontend_checks.php:202
311
+ msgid "debug DFP ads"
312
+ msgstr ""
313
+
314
+ #: classes/frontend_checks.php:213
315
+ msgid "highlight ads"
316
+ msgstr ""
317
+
318
+ #: classes/visitor-conditions.php:32
319
+ msgid "device"
320
+ msgstr ""
321
+
322
+ #: classes/visitor-conditions.php:86
323
+ msgid "Mobile (including tablets)"
324
+ msgstr ""
325
+
326
+ #: classes/visitor-conditions.php:87
327
+ msgid "Desktop"
328
+ msgstr ""
329
+
330
+ #: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
331
+ msgid "Manual and Troubleshooting"
332
+ msgstr ""
333
+
334
+ #: classes/visitor-conditions.php:98
335
+ #, php-format
336
+ msgid ""
337
+ "Display ads by the available space on the device or target tablets with the "
338
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
339
+ msgstr ""
340
+
341
+ #: public/class-advanced-ads.php:317
342
+ msgid "Advanced Ads Error following:"
343
+ msgstr ""
344
+
345
+ #: public/class-advanced-ads.php:754
346
+ msgctxt "label above ads"
347
+ msgid "Advertisements"
348
+ msgstr ""
349
+
350
+ #: admin/includes/class-ad-groups-list.php:172
351
+ #: admin/views/ad-list-timing-column.php:4
352
+ #, php-format
353
+ msgid "starts %s"
354
+ msgstr ""
355
+
356
+ #: admin/includes/class-ad-groups-list.php:191
357
+ #: admin/views/ad-list-timing-column.php:21
358
+ #, php-format
359
+ msgid "expires %s"
360
+ msgstr ""
361
+
362
+ #: admin/includes/class-ad-groups-list.php:193
363
+ #: admin/views/ad-list-timing-column.php:23
364
+ #, php-format
365
+ msgid "<strong>expired</strong> %s"
366
+ msgstr ""
367
+
368
+ #: admin/includes/class-ad-groups-list.php:208
369
+ #, php-format
370
+ msgid "show %d more ads"
371
+ msgstr ""
372
+
373
+ #: admin/includes/class-ad-groups-list.php:218
374
+ msgid "Add some"
375
+ msgstr ""
376
+
377
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
378
+ msgid "Ad Planning"
379
+ msgstr ""
380
+
381
+ #: admin/includes/class-ad-type.php:201
382
+ msgid "any expiry date"
383
+ msgstr ""
384
+
385
+ #: admin/includes/class-ad-type.php:202
386
+ msgid "planned"
387
+ msgstr ""
388
+
389
+ #: admin/includes/class-ad-type.php:518
390
+ #, php-format
391
+ msgid ""
392
+ "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
393
+ msgstr ""
394
+
395
+ #: admin/includes/class-licenses.php:86
396
+ #, php-format
397
+ msgid ""
398
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
399
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
400
+ "this page</a>."
401
+ msgstr ""
402
+
403
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
404
+ msgid "Please enter a valid license key"
405
+ msgstr ""
406
+
407
+ #: admin/includes/class-licenses.php:132
408
+ #: modules/marketpress-license/main.php:65
409
+ #: modules/marketpress-license/main.php:77
410
+ msgid "License couldn’t be activated. Please try again later."
411
+ msgstr ""
412
+
413
+ #: admin/includes/class-licenses.php:147
414
+ msgid "This is the bundle license key."
415
+ msgstr ""
416
+
417
+ #: admin/includes/class-licenses.php:148
418
+ #: modules/marketpress-license/main.php:132
419
+ msgid "This is not the correct key for this add-on."
420
+ msgstr ""
421
+
422
+ #: admin/includes/class-licenses.php:149
423
+ #: modules/marketpress-license/main.php:130
424
+ msgid "There are no activations left."
425
+ msgstr ""
426
+
427
+ #: admin/includes/class-licenses.php:218
428
+ msgid "Error while trying to disable the license. Please contact support."
429
+ msgstr ""
430
+
431
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
432
+ msgid "License couldn’t be deactivated. Please try again later."
433
+ msgstr ""
434
+
435
+ #: admin/includes/class-licenses.php:470
436
+ #, php-format
437
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
438
+ msgstr ""
439
+
440
+ #: admin/includes/class-licenses.php:472
441
+ #, php-format
442
+ msgid ""
443
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
444
+ "."
445
+ msgstr ""
446
+
447
+ #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
448
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
449
+ #: admin/views/ad-output-metabox.php:51
450
+ msgid "Manual"
451
+ msgstr ""
452
+
453
+ #: admin/includes/class-meta-box.php:136
454
+ msgid "Video"
455
+ msgstr ""
456
+
457
+ #: admin/includes/class-overview-widgets.php:59
458
+ msgid "Geo Targeting"
459
+ msgstr ""
460
+
461
+ #: admin/includes/class-overview-widgets.php:67
462
+ msgid "Selling Ads"
463
+ msgstr ""
464
+
465
+ #: admin/includes/class-overview-widgets.php:154
466
+ #, php-format
467
+ msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
468
+ msgstr ""
469
+
470
+ #: admin/includes/class-overview-widgets.php:214
471
+ msgid "Target visitors by their geo location."
472
+ msgstr ""
473
+
474
+ #: admin/includes/class-overview-widgets.php:216
475
+ msgid "Get the Geo Targeting add-on"
476
+ msgstr ""
477
+
478
+ #: admin/includes/class-overview-widgets.php:238
479
+ msgid "optional background overlay"
480
+ msgstr ""
481
+
482
+ #: admin/includes/class-overview-widgets.php:258
483
+ msgid ""
484
+ "Let advertisers purchase ad space directly on the frontend of your site."
485
+ msgstr ""
486
+
487
+ #: admin/includes/class-overview-widgets.php:260
488
+ msgid "Get the Selling Ads add-on"
489
+ msgstr ""
490
+
491
+ #: admin/includes/class-settings.php:150
492
+ msgid "Allow editors to manage ads"
493
+ msgstr ""
494
+
495
+ #: admin/includes/class-settings.php:158
496
+ msgid "Ad label"
497
+ msgstr ""
498
+
499
+ #: admin/includes/class-settings.php:168
500
+ msgid "Delete data on uninstall"
501
+ msgstr ""
502
+
503
+ #: admin/includes/class-settings.php:178
504
+ msgid "Disable shortcode button"
505
+ msgstr ""
506
+
507
+ #: admin/includes/class-settings.php:220
508
+ #, php-format
509
+ msgid ""
510
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
511
+ "ons</a>."
512
+ msgstr ""
513
+
514
+ #: admin/includes/class-settings.php:221
515
+ #, php-format
516
+ msgid ""
517
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
518
+ "licenses</a>."
519
+ msgstr ""
520
+
521
+ #: admin/includes/class-settings.php:305
522
+ msgid ""
523
+ "Some plugins and themes trigger ad injections where it shouldn’t happen. "
524
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
525
+ "and outside the loop. However, this can cause problems with some themes. Set "
526
+ "this option to -1 in order to enable unlimited ad injection at your own risk,"
527
+ " set it to 0 to keep it disabled or choose a positive number to enable the "
528
+ "injection only in the first x posts on your archive pages."
529
+ msgstr ""
530
+
531
+ #: admin/includes/class-settings.php:321
532
+ msgid ""
533
+ "Please check your post content. A priority of 10 and below might cause "
534
+ "issues (wpautop function might run twice)."
535
+ msgstr ""
536
+
537
+ #: admin/includes/class-settings.php:337
538
+ msgid ""
539
+ "Advanced Ads ignores paragraphs and other elements in containers when "
540
+ "injecting ads into the post content. Check this option to ignore this "
541
+ "limitation and ads might show up again."
542
+ msgstr ""
543
+
544
+ #: admin/includes/class-settings.php:405
545
+ msgid ""
546
+ "If checked, the Advanced Ads Widget will not work with the fixed option of "
547
+ "the <strong>Q2W3 Fixed Widget</strong> plugin."
548
+ msgstr ""
549
+
550
+ #: admin/includes/class-settings.php:427
551
+ msgid "Allow editors to also manage and publish ads."
552
+ msgstr ""
553
+
554
+ #: admin/includes/class-settings.php:428
555
+ #, php-format
556
+ msgid ""
557
+ "You can assign different ad-related roles on a user basis with <a "
558
+ "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
559
+ msgstr ""
560
+
561
+ #: admin/includes/class-settings.php:446
562
+ msgid "Displayed above ads."
563
+ msgstr ""
564
+
565
+ #: admin/includes/class-settings.php:460
566
+ msgid "Clean up all data related to Advanced Ads when removing the plugin."
567
+ msgstr ""
568
+
569
+ #: admin/includes/class-settings.php:473
570
+ msgid "Disable shortcode button in visual editor."
571
+ msgstr ""
572
+
573
+ #: admin/includes/class-shortcode-creator.php:154
574
+ #, php-format
575
+ msgid ""
576
+ "Please, either switch off your ad blocker or disable the shortcode button in "
577
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
578
+ msgstr ""
579
+
580
+ #: admin/includes/notices.php:9
581
+ #, php-format
582
+ msgid ""
583
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
584
+ "primary\">Create your first ad</a>"
585
+ msgstr ""
586
+
587
+ #: admin/includes/notices.php:41
588
+ msgid ""
589
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
590
+ "missing</strong>."
591
+ msgstr ""
592
+
593
+ #: admin/includes/notices.php:41
594
+ #, php-format
595
+ msgid "Please add valid license keys <a href=\"%s\">here</a>."
596
+ msgstr ""
597
+
598
+ #: admin/includes/notices.php:59
599
+ #, php-format
600
+ msgid ""
601
+ "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
602
+ "review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
603
+ "now. Thank you! If you need my help then please visit the <a href=\"%1$s\" "
604
+ "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
605
+ "Review</h3><p>If you share my passion and find Advanced Ads useful then "
606
+ "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
607
+ "org</a>.</p><p><em>Thomas</em>"
608
+ msgstr ""
609
+
610
+ #: admin/includes/notices.php:65
611
+ #, php-format
612
+ msgid ""
613
+ "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
614
+ "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
615
+ "disguise."
616
+ msgstr ""
617
+
618
+ #: admin/includes/shortcode-creator-l10n.php:10
619
+ msgctxt "shortcode creator"
620
+ msgid "Add an ad"
621
+ msgstr ""
622
+
623
+ #: admin/includes/shortcode-creator-l10n.php:11
624
+ msgctxt "shortcode creator"
625
+ msgid "Add shortcode"
626
+ msgstr ""
627
+
628
+ #: admin/includes/shortcode-creator-l10n.php:12
629
+ msgctxt "shortcode creator"
630
+ msgid "Cancel"
631
+ msgstr ""
632
+
633
+ #: admin/views/ad-display-metabox.php:9
634
+ msgid ""
635
+ "Click on the button below if the ad should NOT show up on all pages when "
636
+ "included automatically."
637
+ msgstr ""
638
+
639
+ #: admin/views/ad-display-metabox.php:10
640
+ msgid "Hide the ad on some pages"
641
+ msgstr ""
642
+
643
+ #: admin/views/ad-display-metabox.php:17
644
+ msgid "Watch video"
645
+ msgstr ""
646
+
647
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
648
+ msgid "Visit the manual"
649
+ msgstr ""
650
+
651
+ #: admin/views/ad-display-metabox.php:22
652
+ #: admin/views/notices/jqueryui_error.php:2
653
+ #, php-format
654
+ msgid ""
655
+ "There might be a problem with layouts and scripts in your dashboard. Please "
656
+ "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
657
+ msgstr ""
658
+
659
+ #: admin/views/ad-display-metabox.php:23
660
+ msgid "A page with this ad on it must match all of the following conditions."
661
+ msgstr ""
662
+
663
+ #: admin/views/ad-display-metabox.php:59
664
+ msgid "Forced to OR."
665
+ msgstr ""
666
+
667
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
668
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
669
+ msgid "manual"
670
+ msgstr ""
671
+
672
+ #: admin/views/ad-group-list-form-row.php:57
673
+ msgid "Visible ads"
674
+ msgstr ""
675
+
676
+ #: admin/views/ad-group.php:53
677
+ msgid ""
678
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
679
+ "edit page."
680
+ msgstr ""
681
+
682
+ #: admin/views/ad-group.php:53
683
+ #, php-format
684
+ msgid ""
685
+ "Find more information about ad groups in the <a href=\"%s\" "
686
+ "target=\"_blank\">manual</a>."
687
+ msgstr ""
688
+
689
+ #: admin/views/ad-info-after-textarea.php:5
690
+ msgid ""
691
+ "The code of this ad might not work properly with the <em>Content</em> "
692
+ "placement."
693
+ msgstr ""
694
+
695
+ #: admin/views/ad-info-after-textarea.php:6
696
+ #, php-format
697
+ msgid "Reach out to <a href=\"%s\">support</a> to get help."
698
+ msgstr ""
699
+
700
+ #: admin/views/ad-info-bottom.php:2
701
+ msgctxt "wizard navigation"
702
+ msgid "previous"
703
+ msgstr ""
704
+
705
+ #: admin/views/ad-info-bottom.php:3
706
+ msgctxt "wizard navigation"
707
+ msgid "save"
708
+ msgstr ""
709
+
710
+ #: admin/views/ad-info-bottom.php:4
711
+ msgctxt "wizard navigation"
712
+ msgid "next"
713
+ msgstr ""
714
+
715
+ #: admin/views/ad-info-top.php:5
716
+ #, php-format
717
+ msgid ""
718
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
719
+ "placement options <a href=\"%s\">here</a>."
720
+ msgstr ""
721
+
722
+ #: admin/views/ad-info-top.php:7
723
+ msgid "Where do you want to display the ad?"
724
+ msgstr ""
725
+
726
+ #: admin/views/ad-info-top.php:8
727
+ msgid "New placement"
728
+ msgstr ""
729
+
730
+ #: admin/views/ad-info-top.php:12
731
+ msgid "Manage Sidebar"
732
+ msgstr ""
733
+
734
+ #: admin/views/ad-info-top.php:15
735
+ msgid "Show Pro Places"
736
+ msgstr ""
737
+
738
+ #: admin/views/ad-info-top.php:19
739
+ msgid "Show Sticky Places"
740
+ msgstr ""
741
+
742
+ #: admin/views/ad-info-top.php:23
743
+ msgid "Show PopUp"
744
+ msgstr ""
745
+
746
+ #: admin/views/ad-info-top.php:48
747
+ msgid "Existing placement"
748
+ msgstr ""
749
+
750
+ #: admin/views/ad-info-top.php:53
751
+ #, php-format
752
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
753
+ msgstr ""
754
+
755
+ #: admin/views/ad-info-top.php:64
756
+ msgid "Start Wizard"
757
+ msgstr ""
758
+
759
+ #: admin/views/ad-info-top.php:65
760
+ msgid "Stop Wizard"
761
+ msgstr ""
762
+
763
+ #: admin/views/ad-info-top.php:83
764
+ msgid "Welcome to the Wizard"
765
+ msgstr ""
766
+
767
+ #: admin/views/ad-info-top.php:84
768
+ msgid ""
769
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
770
+ "the most common options are visible."
771
+ msgstr ""
772
+
773
+ #: admin/views/ad-info-top.php:85
774
+ msgid "Stop Wizard and show all options"
775
+ msgstr ""
776
+
777
+ #: admin/views/ad-list-filters.php:2
778
+ msgid "all ad types"
779
+ msgstr ""
780
+
781
+ #: admin/views/ad-list-filters.php:5
782
+ msgid "all ad sizes"
783
+ msgstr ""
784
+
785
+ #: admin/views/ad-list-filters.php:8
786
+ msgid "all ad dates"
787
+ msgstr ""
788
+
789
+ #: admin/views/ad-list-filters.php:16
790
+ msgid "all ad groups"
791
+ msgstr ""
792
+
793
+ #: admin/views/ad-list-no-ads.php:2
794
+ msgid "Not many ads here yet. Get help from the following resources:"
795
+ msgstr ""
796
+
797
+ #: admin/views/ad-list-no-ads.php:3
798
+ msgid "Watch the “First Ad” Tutorial (Video)"
799
+ msgstr ""
800
+
801
+ #: admin/views/ad-list-no-ads.php:4
802
+ msgid "Import Ads (Link)"
803
+ msgstr ""
804
+
805
+ #: admin/views/ad-list-no-ads.php:5
806
+ msgid "Get dummy ad content (Link)"
807
+ msgstr ""
808
+
809
+ #: admin/views/ad-output-metabox.php:35
810
+ msgid "container ID"
811
+ msgstr ""
812
+
813
+ #: admin/views/ad-output-metabox.php:38
814
+ msgid "Specify the id of the ad container. Leave blank for random or no id."
815
+ msgstr ""
816
+
817
+ #: admin/views/ad-output-metabox.php:41
818
+ msgid "container classes"
819
+ msgstr ""
820
+
821
+ #: admin/views/ad-output-metabox.php:44
822
+ msgid ""
823
+ "Specify one or more classes for the container. Separate multiple classes "
824
+ "with a space"
825
+ msgstr ""
826
+
827
+ #: admin/views/ad-output-metabox.php:47
828
+ msgid "Enable debug mode"
829
+ msgstr ""
830
+
831
+ #: admin/views/ad-parameters-size.php:8
832
+ msgid "reserve this space"
833
+ msgstr ""
834
+
835
+ #: admin/views/ad-submitbox-meta.php:29
836
+ #, php-format
837
+ msgctxt ""
838
+ "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
839
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
840
+ msgstr ""
841
+
842
+ #: admin/views/ad-visitor-metabox.php:7
843
+ msgid ""
844
+ "Click on the button below if the ad should NOT be visible to all visitors"
845
+ msgstr ""
846
+
847
+ #: admin/views/ad-visitor-metabox.php:8
848
+ msgid "Hide the ad from some users"
849
+ msgstr ""
850
+
851
+ #: admin/views/ad-visitor-metabox.php:49
852
+ msgid "It seems that a caching plugin is activated."
853
+ msgstr ""
854
+
855
+ #: admin/views/ad-visitor-metabox.php:50
856
+ #, php-format
857
+ msgid ""
858
+ "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
859
+ "Pro</a> if dynamic features get cached."
860
+ msgstr ""
861
+
862
+ #: admin/views/feedback-disable.php:4
863
+ msgid "Why did you decide to disable Advanced Ads?"
864
+ msgstr ""
865
+
866
+ #: admin/views/feedback-disable.php:6
867
+ msgid "It is only temporary"
868
+ msgstr ""
869
+
870
+ #: admin/views/feedback-disable.php:7
871
+ msgid "I have a problem"
872
+ msgstr ""
873
+
874
+ #: admin/views/feedback-disable.php:8
875
+ msgid "Please let us know how we can help"
876
+ msgstr ""
877
+
878
+ #: admin/views/feedback-disable.php:11
879
+ #, php-format
880
+ msgid "Send me free help to %s"
881
+ msgstr ""
882
+
883
+ #: admin/views/feedback-disable.php:13
884
+ msgid "I miss a feature"
885
+ msgstr ""
886
+
887
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
888
+ msgid "Which one?"
889
+ msgstr ""
890
+
891
+ #: admin/views/feedback-disable.php:15
892
+ msgid "I don’t use ads on my site"
893
+ msgstr ""
894
+
895
+ #: admin/views/feedback-disable.php:16
896
+ msgid "I switched to another plugin"
897
+ msgstr ""
898
+
899
+ #: admin/views/feedback-disable.php:18
900
+ msgid "other reason"
901
+ msgstr ""
902
+
903
+ #: admin/views/feedback-disable.php:19
904
+ msgid "Please specify, if possible"
905
+ msgstr ""
906
+
907
+ #: admin/views/feedback-disable.php:24
908
+ msgid "Submit & Deactivate"
909
+ msgstr ""
910
+
911
+ #: admin/views/feedback-disable.php:25
912
+ msgid "Only Deactivate"
913
+ msgstr ""
914
+
915
+ #: admin/views/feedback-disable.php:26
916
+ msgid "don’t deactivate"
917
+ msgstr ""
918
+
919
+ #: admin/views/placements-ad-label-position.php:18
920
+ msgid ""
921
+ "Check this if you don't want the following elements to float around the ad. "
922
+ "(adds a placement_clearfix)"
923
+ msgstr ""
924
+
925
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
926
+ msgid "enabled"
927
+ msgstr ""
928
+
929
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
930
+ msgid "disabled"
931
+ msgstr ""
932
+
933
+ #: admin/views/placements.php:68
934
+ msgid "template (PHP)"
935
+ msgstr ""
936
+
937
+ #: admin/views/placements.php:98
938
+ msgid "Important Notice"
939
+ msgstr ""
940
+
941
+ #: admin/views/placements.php:98
942
+ msgid ""
943
+ "Your server is missing an extension. This might break the content injection."
944
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
945
+ "provider to enable <em>mbstring</em>."
946
+ msgstr ""
947
+
948
+ #: admin/views/placements.php:128
949
+ msgid "show all options"
950
+ msgstr ""
951
+
952
+ #: admin/views/placements.php:135
953
+ #, php-format
954
+ msgid ""
955
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
956
+ "header of your website</a>."
957
+ msgstr ""
958
+
959
+ #: admin/views/placements.php:142
960
+ msgctxt "checkbox to remove placement"
961
+ msgid "delete"
962
+ msgstr ""
963
+
964
+ #: admin/views/setting-license.php:5
965
+ msgid "Your license expired."
966
+ msgstr ""
967
+
968
+ #: admin/views/setting-license.php:6
969
+ #, php-format
970
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
971
+ msgstr ""
972
+
973
+ #: admin/views/setting-license.php:42
974
+ msgid "License key invalid"
975
+ msgstr ""
976
+
977
+ #: admin/views/settings-disable-ads.php:21
978
+ msgid "Disable ads in Feed"
979
+ msgstr ""
980
+
981
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
982
+ #: modules/import-export/main.php:15
983
+ msgid "Import &amp; Export"
984
+ msgstr ""
985
+
986
+ #: admin/views/support.php:7
987
+ msgid ""
988
+ "Please fix the red highlighted issues on this page or try to understand "
989
+ "their consequences before contacting support."
990
+ msgstr ""
991
+
992
+ #: admin/views/support.php:11
993
+ #, php-format
994
+ msgid ""
995
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
996
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
997
+ "Please ask your hosting provider for more information."
998
+ msgstr ""
999
+
1000
+ #: admin/views/support.php:14
1001
+ #, php-format
1002
+ msgid ""
1003
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1004
+ "rotation or visitor conditions might not work properly. Use the cache-"
1005
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to "
1006
+ "load ads dynamically."
1007
+ msgstr ""
1008
+
1009
+ #: admin/views/support.php:17
1010
+ msgid ""
1011
+ "There is a <strong>new WordPress version available</strong>. Please update."
1012
+ msgstr ""
1013
+
1014
+ #: admin/views/support.php:20
1015
+ msgid "There are <strong>plugin updates available</strong>. Please update."
1016
+ msgstr ""
1017
+
1018
+ #: admin/views/support.php:29
1019
+ #, php-format
1020
+ msgid ""
1021
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1022
+ "site performance, it is known to alter code, including scripts from ad "
1023
+ "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-"
1024
+ "in support for Autoptimize."
1025
+ msgstr ""
1026
+
1027
+ #: admin/views/support.php:32
1028
+ #, php-format
1029
+ msgid ""
1030
+ "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1031
+ "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1032
+ msgstr ""
1033
+
1034
+ #: admin/views/support.php:35
1035
+ #, php-format
1036
+ msgid ""
1037
+ "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1038
+ "href=\"%s\">settings</a>."
1039
+ msgstr ""
1040
+
1041
+ #: admin/views/support.php:46
1042
+ msgid "Possible Issues"
1043
+ msgstr ""
1044
+
1045
+ #: admin/views/support.php:48
1046
+ msgid "Ads not showing up"
1047
+ msgstr ""
1048
+
1049
+ #: admin/views/support.php:49
1050
+ msgid "Purchase & Licenses"
1051
+ msgstr ""
1052
+
1053
+ #: admin/views/support.php:50
1054
+ msgid "General Issues"
1055
+ msgstr ""
1056
+
1057
+ #: admin/views/support.php:51
1058
+ msgid "Issues with Add-Ons"
1059
+ msgstr ""
1060
+
1061
+ #: admin/views/support.php:58
1062
+ #, php-format
1063
+ msgid ""
1064
+ "Take a look at more common issues or contact us directly through the <a "
1065
+ "href=\"%s\" target=\"_blank\">support page</a>."
1066
+ msgstr ""
1067
+
1068
+ #: modules/marketpress-license/admin.php:36
1069
+ msgid "MarketPress Bundle License"
1070
+ msgstr ""
1071
+
1072
+ #: modules/marketpress-license/admin.php:67
1073
+ #: modules/marketpress-license/admin.php:70
1074
+ msgid ""
1075
+ "Enter your key here, if you have purchased the bundle through MarketPress."
1076
+ msgstr ""
1077
+
1078
+ #: modules/marketpress-license/admin.php:72
1079
+ msgid ""
1080
+ "Click here if you purchased a Bundle key through <strong>MarketPress</strong>"
1081
+ "."
1082
+ msgstr ""
1083
+
1084
+ #: public/views/ad-debug.php:18
1085
+ msgid "Ad debug output"
1086
+ msgstr ""
1087
+
1088
+ #: public/views/ad-debug.php:20
1089
+ msgid "Find solutions in the manual"
1090
+ msgstr ""
1091
+
1092
+ #: admin/views/notices/adblock.php:2
1093
+ msgid ""
1094
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1095
+ "ad setup."
1096
+ msgstr ""
1097
+
1098
+ #: modules/ad-blocker/admin/admin.php:96
1099
+ msgid "Ad blocker fix"
1100
+ msgstr ""
1101
+
1102
+ #: modules/ad-blocker/admin/admin.php:162
1103
+ msgid "The asset folder was rebuilt successfully"
1104
+ msgstr ""
1105
+
1106
+ #: modules/ad-blocker/admin/admin.php:223
1107
+ msgid "There is no writable upload folder"
1108
+ msgstr ""
1109
+
1110
+ #: modules/ad-blocker/admin/admin.php:252
1111
+ #, php-format
1112
+ msgid "Unable to rename \"%s\" directory"
1113
+ msgstr ""
1114
+
1115
+ #: modules/ad-blocker/admin/admin.php:268
1116
+ #: modules/ad-blocker/admin/admin.php:281
1117
+ #: modules/ad-blocker/admin/admin.php:298
1118
+ #, php-format
1119
+ msgid "Unable to copy assets to the \"%s\" directory"
1120
+ msgstr ""
1121
+
1122
+ #: modules/ad-blocker/admin/admin.php:331
1123
+ #: modules/ad-blocker/admin/admin.php:351
1124
+ #, php-format
1125
+ msgid "We do not have direct write access to the \"%s\" directory"
1126
+ msgstr ""
1127
+
1128
+ #: modules/ad-blocker/admin/admin.php:417
1129
+ #, php-format
1130
+ msgid ""
1131
+ "Unable to create \"%s\" directory. Is its parent directory writable by the "
1132
+ "server?"
1133
+ msgstr ""
1134
+
1135
+ #: modules/ad-blocker/admin/admin.php:428
1136
+ #, php-format
1137
+ msgid "Unable to copy files to %s"
1138
+ msgstr ""
1139
+
1140
+ #: modules/gadsense/admin/admin.php:150
1141
+ msgid "Activate Page-Level ads"
1142
+ msgstr ""
1143
+
1144
+ #: modules/gadsense/admin/admin.php:170
1145
+ #, php-format
1146
+ msgid ""
1147
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
1148
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
1149
+ msgstr ""
1150
+
1151
+ #: modules/gadsense/admin/admin.php:200
1152
+ msgid ""
1153
+ "There is no explicit limit for AdSense ads anymore, but you can still use "
1154
+ "this setting to prevent too many AdSense ads to show accidentally on your "
1155
+ "site."
1156
+ msgstr ""
1157
+
1158
+ #: modules/gadsense/admin/admin.php:204
1159
+ msgid ""
1160
+ "Due to technical restrictions, the limit does not work on placements with "
1161
+ "cache-busting enabled."
1162
+ msgstr ""
1163
+
1164
+ #: modules/gadsense/admin/admin.php:218
1165
+ msgid "Insert Page-Level ads code on all pages."
1166
+ msgstr ""
1167
+
1168
+ #: modules/gadsense/admin/admin.php:219
1169
+ msgid ""
1170
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
1171
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
1172
+ "AdSense Help</a> (requires AdSense-login) for more information."
1173
+ msgstr ""
1174
+
1175
+ #: modules/gadsense/admin/admin.php:220
1176
+ #, php-format
1177
+ msgid ""
1178
+ "Please notice that this code might also activate QuickStart ads. Please read "
1179
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
1180
+ "random places</strong>."
1181
+ msgstr ""
1182
+
1183
+ #: modules/gadsense/admin/admin.php:312
1184
+ #, php-format
1185
+ msgid ""
1186
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
1187
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
1188
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
1189
+ "wrapped in text."
1190
+ msgstr ""
1191
+
1192
+ #: modules/import-export/classes/import.php:64
1193
+ msgid "Please enter XML content"
1194
+ msgstr ""
1195
+
1196
+ #: modules/import-export/classes/import.php:144
1197
+ #: modules/import-export/classes/import.php:560
1198
+ #, php-format
1199
+ msgid "New attachment created <em>%s</em> %s"
1200
+ msgstr ""
1201
+
1202
+ #: modules/import-export/classes/import.php:176
1203
+ #, php-format
1204
+ msgid "Failed to import <em>%s</em>"
1205
+ msgstr ""
1206
+
1207
+ #: modules/import-export/classes/import.php:184
1208
+ #, php-format
1209
+ msgid "New ad created: <em>%s</em> %s"
1210
+ msgstr ""
1211
+
1212
+ #: modules/import-export/classes/import.php:227
1213
+ #, php-format
1214
+ msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
1215
+ msgstr ""
1216
+
1217
+ #: modules/import-export/classes/import.php:289
1218
+ #, php-format
1219
+ msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
1220
+ msgstr ""
1221
+
1222
+ #: modules/import-export/classes/import.php:291
1223
+ #, php-format
1224
+ msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
1225
+ msgstr ""
1226
+
1227
+ #: modules/import-export/classes/import.php:356
1228
+ #, php-format
1229
+ msgid "Placement <em>%s</em> created"
1230
+ msgstr ""
1231
+
1232
+ #: modules/import-export/classes/import.php:471
1233
+ #, php-format
1234
+ msgid "Option was updated: <em>%s</em>"
1235
+ msgstr ""
1236
+
1237
+ #: modules/import-export/classes/import.php:474
1238
+ #, php-format
1239
+ msgid "Option already exists: <em>%s</em>"
1240
+ msgstr ""
1241
+
1242
+ #: modules/import-export/classes/import.php:496
1243
+ #, php-format
1244
+ msgid "Failed to create import directory <em>%s</em>"
1245
+ msgstr ""
1246
+
1247
+ #: modules/import-export/classes/import.php:501
1248
+ #, php-format
1249
+ msgid "Import directory is not writable: <em>%s</em>"
1250
+ msgstr ""
1251
+
1252
+ #: modules/import-export/classes/import.php:509
1253
+ msgid ""
1254
+ "File is empty, uploads are disabled or post_max_size is smaller than "
1255
+ "upload_max_filesize in php.ini"
1256
+ msgstr ""
1257
+
1258
+ #: modules/import-export/classes/import.php:519
1259
+ #, php-format
1260
+ msgid "Failed to upload file, error: <em>%s</em>"
1261
+ msgstr ""
1262
+
1263
+ #: modules/import-export/classes/import.php:524
1264
+ msgid "File is empty."
1265
+ msgstr ""
1266
+
1267
+ #: modules/import-export/classes/import.php:529
1268
+ #, php-format
1269
+ msgid ""
1270
+ "The file could not be created: <em>%s</em>. This is probably a permissions "
1271
+ "problem"
1272
+ msgstr ""
1273
+
1274
+ #: modules/import-export/classes/import.php:602
1275
+ #, php-format
1276
+ msgid "Invalid filetype <em>%s</em>"
1277
+ msgstr ""
1278
+
1279
+ #: modules/import-export/classes/import.php:607
1280
+ #: modules/import-export/classes/import.php:614
1281
+ #: modules/import-export/classes/import.php:622
1282
+ #: modules/import-export/classes/import.php:637
1283
+ #, php-format
1284
+ msgid "Error getting remote image <em>%s</em>"
1285
+ msgstr ""
1286
+
1287
+ #: modules/import-export/classes/import.php:631
1288
+ #, php-format
1289
+ msgid "Zero size file downloaded <em>%s</em>"
1290
+ msgstr ""
1291
+
1292
+ #: modules/import-export/classes/XmlEncoder.php:75
1293
+ msgctxt "import_export"
1294
+ msgid "The data must be an array"
1295
+ msgstr ""
1296
+
1297
+ #: modules/import-export/classes/XmlEncoder.php:103
1298
+ #, php-format
1299
+ msgctxt "import_export"
1300
+ msgid "The key %s is not valid"
1301
+ msgstr ""
1302
+
1303
+ #: modules/import-export/classes/XmlEncoder.php:149
1304
+ #, php-format
1305
+ msgctxt "import_export"
1306
+ msgid "An unexpected value could not be serialized: %s"
1307
+ msgstr ""
1308
+
1309
+ #: modules/import-export/classes/XmlEncoder.php:201
1310
+ msgctxt "import_export"
1311
+ msgid "Invalid XML data, it can not be empty"
1312
+ msgstr ""
1313
+
1314
+ #: modules/import-export/classes/XmlEncoder.php:223
1315
+ #, php-format
1316
+ msgctxt "import_export"
1317
+ msgid "XML error: %s"
1318
+ msgstr ""
1319
+
1320
+ #: modules/import-export/views/page.php:16
1321
+ msgid "Export"
1322
+ msgstr ""
1323
+
1324
+ #: modules/import-export/views/page.php:17
1325
+ msgid ""
1326
+ "When you click the button below Advanced Ads will create an XML file for you "
1327
+ "to save to your computer."
1328
+ msgstr ""
1329
+
1330
+ #: modules/import-export/views/page.php:33
1331
+ msgid "Import"
1332
+ msgstr ""
1333
+
1334
+ #: modules/import-export/views/page.php:44
1335
+ msgid "Choose an XML file"
1336
+ msgstr ""
1337
+
1338
+ #: modules/import-export/views/page.php:45
1339
+ msgid "Copy an XML content"
1340
+ msgstr ""
1341
+
1342
+ #: modules/import-export/views/page.php:66
1343
+ msgid "Start import"
1344
+ msgstr ""
1345
+
1346
+ #: modules/ad-blocker/admin/views/rebuild_form.php:1
1347
+ msgid "Ad blocker file folder"
1348
+ msgstr ""
1349
+
1350
+ #: modules/ad-blocker/admin/views/rebuild_form.php:10
1351
+ msgid "Upload folder is not writable"
1352
+ msgstr ""
1353
+
1354
+ #: modules/ad-blocker/admin/views/rebuild_form.php:23
1355
+ msgid "Asset path"
1356
+ msgstr ""
1357
+
1358
+ #: modules/ad-blocker/admin/views/rebuild_form.php:27
1359
+ msgid "Asset URL"
1360
+ msgstr ""
1361
+
1362
+ #: modules/ad-blocker/admin/views/rebuild_form.php:31
1363
+ msgid "Rename assets"
1364
+ msgstr ""
1365
+
1366
+ #: modules/ad-blocker/admin/views/rebuild_form.php:34
1367
+ msgid "Check if you want to change the names of the assets"
1368
+ msgstr ""
1369
+
1370
+ #: modules/ad-blocker/admin/views/rebuild_form.php:43
1371
+ #, php-format
1372
+ msgid ""
1373
+ "Please, rebuild the asset folder. All assets will be located in <strong>"
1374
+ "%s</strong>"
1375
+ msgstr ""
1376
+
1377
+ #: modules/ad-blocker/admin/views/rebuild_form.php:46
1378
+ msgid "Rebuild asset folder"
1379
+ msgstr ""
1380
+
1381
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
1382
+ msgid ""
1383
+ "The ad block disguise can only be set by the super admin on the main site in "
1384
+ "the network."
1385
+ msgstr ""
1386
+
1387
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
1388
+ msgid ""
1389
+ "Prevents ad block software from breaking your website when blocking asset "
1390
+ "files (.js, .css)."
1391
+ msgstr ""
1392
+
1393
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
1394
+ msgid ""
1395
+ "Copy the ad code from your AdSense account, paste it into the area below and "
1396
+ "click on <em>Get details</em>."
1397
+ msgstr ""
1398
+
1399
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
1400
+ msgid "Insert new AdSense code"
1401
+ msgstr ""
1402
+
1403
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
1404
+ msgid "Responsive (Matched Content)"
1405
+ msgstr ""
1406
+
1407
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
1408
+ msgid "Link ads"
1409
+ msgstr ""
1410
+
1411
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
1412
+ msgid "Link ads (Responsive)"
1413
+ msgstr ""
1414
+
1415
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
1416
+ #, php-format
1417
+ msgid ""
1418
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
1419
+ "define the exact size for each browser width or choose between horizontal, "
1420
+ "vertical, or rectangle formats."
1421
+ msgstr ""
1422
+
1423
+ #. Name of the plugin
1424
+ msgid "Advanced Ads"
1425
+ msgstr ""
1426
+
1427
+ #. Description of the plugin
1428
+ msgid "Manage and optimize your ads in WordPress"
1429
+ msgstr ""
1430
+
1431
+ #. URI of the plugin
1432
+ msgid "https://wpadvancedads.com"
1433
+ msgstr ""
1434
+
1435
+ #. Author of the plugin
1436
+ msgid "Thomas Maier"
1437
+ msgstr ""
1438
+
1439
+ #. Author URI of the plugin
1440
+ msgid "http://webgilde.com"
1441
+ msgstr ""
1442
+
1443
+ #: admin/includes/class-overview-widgets.php:224
1444
+ #, fuzzy
1445
+ msgid ""
1446
+ "Fix ads to the browser while users are scrolling and create best performing "
1447
+ "anchor ads."
1448
+ msgstr ""
1449
+ "Zet advertenties vast in de browser terwijl een gebruiker scrollt voor de "
1450
+ "best presterende verankerde advertenties"
1451
+
1452
+ #: modules/gadsense/main.php:19
1453
+ #, fuzzy
1454
+ msgid " at "
1455
+ msgstr "bij"
1456
+
1457
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
1458
+ #: admin/includes/class-menu.php:86
1459
+ msgid "Support"
1460
+ msgstr "Ondersteuning"
1461
+
1462
+ #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
1463
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
1464
+ msgid "Ad"
1465
+ msgstr "Advertentie"
1466
+
1467
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
1468
+ msgctxt "ad group singular name"
1469
+ msgid "Ad Group"
1470
+ msgstr "Advertentiegroep"
1471
+
1472
+ #: classes/ad-debug.php:152 admin/includes/class-meta-box.php:65
1473
+ msgid "Display Conditions"
1474
+ msgstr "Vertoningsvoorwaarden"
1475
+
1476
+ #: classes/ad-debug.php:239 admin/includes/class-meta-box.php:68
1477
+ msgid "Visitor Conditions"
1478
+ msgstr "Bezoekersvoorwaarden"
1479
+
1480
+ #: classes/ad_placements.php:31
1481
+ msgid "Manual Placement"
1482
+ msgstr "Handmatige plaatsing"
1483
+
1484
+ #: classes/ad_placements.php:32
1485
+ msgid "Manual placement to use as function or shortcode."
1486
+ msgstr "Handmatige plaatsing door middel van een functie of shortcode"
1487
+
1488
+ #: classes/ad_placements.php:37
1489
+ msgid "Header Code"
1490
+ msgstr "Header Code"
1491
+
1492
+ #: classes/ad_placements.php:38
1493
+ msgid ""
1494
+ "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1495
+ msgstr ""
1496
+ "Geïnjecteerd in de Header (voor de sluitende &lt;/head&gt; tag, meestal niet "
1497
+ "zichtbaar)."
1498
+
1499
+ #: classes/ad_placements.php:42
1500
+ msgid "Footer Code"
1501
+ msgstr "Footer code"
1502
+
1503
+ #: classes/ad_placements.php:43
1504
+ msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1505
+ msgstr "Geïnjecteerd in de Footer (voor de sluitende &lt;/body&gt; tag)."
1506
+
1507
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
1508
+ msgid "Before Content"
1509
+ msgstr "Voor de content"
1510
+
1511
+ #: classes/ad_placements.php:48
1512
+ msgid "Injected before the post content."
1513
+ msgstr "Geïnjecteerd voor de post content"
1514
+
1515
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
1516
+ msgid "After Content"
1517
+ msgstr "Na de content"
1518
+
1519
+ #: classes/ad_placements.php:54
1520
+ msgid "Injected after the post content."
1521
+ msgstr "Geïnjecteerd na de post content"
1522
+
1523
+ #: classes/ad_placements.php:60
1524
+ msgid ""
1525
+ "Injected into the content. You can choose the paragraph after which the ad "
1526
+ "content is displayed."
1527
+ msgstr ""
1528
+ "Geïnjecteerd in de post content. U kunt een paragraaf kiezen achter welke de "
1529
+ "advertentie getoond zal worden."
1530
+
1531
+ #: classes/ad_placements.php:218
1532
+ #, php-format
1533
+ msgid "paragraph (%s)"
1534
+ msgstr "paragraaf (%s)"
1535
+
1536
+ #: classes/ad_placements.php:220
1537
+ #, php-format
1538
+ msgid "headline 2 (%s)"
1539
+ msgstr "koptekst 2 (%s)"
1540
+
1541
+ #: classes/ad_placements.php:221
1542
+ #, php-format
1543
+ msgid "headline 3 (%s)"
1544
+ msgstr "koptekst 3 (%s)"
1545
+
1546
+ #: classes/ad_placements.php:222
1547
+ #, php-format
1548
+ msgid "headline 4 (%s)"
1549
+ msgstr "koptekst 4 (%s)"
1550
+
1551
+ #: classes/ad_type_content.php:35
1552
+ msgid "Rich Content"
1553
+ msgstr "Rijke tekstopmaak"
1554
+
1555
+ #: classes/ad_type_content.php:36
1556
+ msgid ""
1557
+ "The full content editor from WordPress with all features like shortcodes, "
1558
+ "image upload or styling, but also simple text/html mode for scripts and code."
1559
+ msgstr ""
1560
+ "De volledige text-editor van WordPress met alle functionaliteiten zoals "
1561
+ "shortcodes, afbeelding uploads en stijlen maar ook de simpele text/html "
1562
+ "modus voor scripts en andere code."
1563
+
1564
+ #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
1565
+ msgid "Ad Group"
1566
+ msgstr "Advertentiegroep"
1567
+
1568
+ #: classes/ad_type_plain.php:31
1569
+ msgid "Plain Text and Code"
1570
+ msgstr "Platte tekst en code"
1571
+
1572
+ #: classes/ad_type_plain.php:32
1573
+ msgid ""
1574
+ "Simple text editor without any filters. You might use it to display "
1575
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
1576
+ "content field magic does not work here."
1577
+ msgstr ""
1578
+ "Simpele text-editor zonder enige filters. U kunt deze optie gebruiken om "
1579
+ "ongefilterde content, PHP code of JavaScript in te zetten. Shortcodes en "
1580
+ "andere WordPress magie is hierin niet te gebruiken."
1581
+
1582
+ #: classes/ad_type_plain.php:52
1583
+ msgid "Insert plain text or code into this field."
1584
+ msgstr "Vul hier uw platte tekst of code in."
1585
+
1586
+ #: classes/ad_type_plain.php:89
1587
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1588
+ msgstr ""
1589
+ "Voer PHP code uit (zorg dat uw code omwikkeld is met <code>&lt;?php ?&gt;"
1590
+ "</code>)"
1591
+
1592
+ #: classes/display-conditions.php:70
1593
+ msgid "Choose the public post types on which to display the ad."
1594
+ msgstr "Kies de publieke post types waar u deze advertentie wilt tonen."
1595
+
1596
+ #: classes/display-conditions.php:77
1597
+ msgid ""
1598
+ "Choose on which individual posts, pages and public post type pages you want "
1599
+ "to display or hide ads."
1600
+ msgstr ""
1601
+ "Kies op welke individuele berichten, pagina's en publieke post type pagina's "
1602
+ "u advertenties wilt tonen of verbergen."
1603
+
1604
+ #: classes/display-conditions.php:82
1605
+ msgid "general conditions"
1606
+ msgstr "Andere voorwaarden"
1607
+
1608
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
1609
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
1610
+ msgid "is"
1611
+ msgstr "is"
1612
+
1613
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
1614
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
1615
+ msgid "is not"
1616
+ msgstr "is niet"
1617
+
1618
+ #: classes/display-conditions.php:361
1619
+ msgctxt "display the terms search field on ad edit page"
1620
+ msgid "add more terms"
1621
+ msgstr ""
1622
+ "Meer termen toevoegen [ toon het term-zoekveld op het advertentie bewerken "
1623
+ "scherm ]"
1624
+
1625
+ #: classes/display-conditions.php:363
1626
+ msgid "term name or id"
1627
+ msgstr "Term naam of ID"
1628
+
1629
+ #: classes/display-conditions.php:469
1630
+ msgid "Home Page"
1631
+ msgstr "Home pagina"
1632
+
1633
+ #: classes/display-conditions.php:470
1634
+ msgid "show on Home page"
1635
+ msgstr "toon op home pagina"
1636
+
1637
+ #: classes/display-conditions.php:474
1638
+ msgid "Singular Pages"
1639
+ msgstr "Singulaire pagina's"
1640
+
1641
+ #: classes/display-conditions.php:475
1642
+ msgid "show on singular pages/posts"
1643
+ msgstr "toon op singulaire pagina's/berichten"
1644
+
1645
+ #: classes/display-conditions.php:479
1646
+ msgid "Archive Pages"
1647
+ msgstr "Archief pagina's"
1648
+
1649
+ #: classes/display-conditions.php:480
1650
+ msgid "show on any type of archive page (category, tag, author and date)"
1651
+ msgstr "toon op ieder type archief pagina (categorie, tag, auteur en datum)"
1652
+
1653
+ #: classes/display-conditions.php:484
1654
+ msgid "Search Results"
1655
+ msgstr "Zoekresultaten"
1656
+
1657
+ #: classes/display-conditions.php:485
1658
+ msgid "show on search result pages"
1659
+ msgstr "toon op zoekresultaten pagina's"
1660
+
1661
+ #: classes/display-conditions.php:489
1662
+ msgid "404 Page"
1663
+ msgstr "404 pagina"
1664
+
1665
+ #: classes/display-conditions.php:490
1666
+ msgid "show on 404 error page"
1667
+ msgstr "toon op 404 error pagina"
1668
+
1669
+ #: classes/display-conditions.php:494
1670
+ msgid "Attachment Pages"
1671
+ msgstr "Bijlage pagina's"
1672
+
1673
+ #: classes/display-conditions.php:495
1674
+ msgid "show on attachment pages"
1675
+ msgstr "toon op bijlage pagina's"
1676
+
1677
+ #: classes/display-conditions.php:499
1678
+ msgid "Secondary Queries"
1679
+ msgstr "Secundaire queries"
1680
+
1681
+ #: classes/display-conditions.php:500
1682
+ msgid "allow ads in secondary queries"
1683
+ msgstr "sta advertenties toe in secundaire queries"
1684
+
1685
+ #: classes/visitor-conditions.php:33
1686
+ msgid "Display ads only on mobile devices or hide them."
1687
+ msgstr "Toon advertenties alleen op mobiele apparaten of verberg ze."
1688
+
1689
+ #: classes/visitor-conditions.php:39
1690
+ msgid "logged in visitor"
1691
+ msgstr "ingelogde bezoeker"
1692
+
1693
+ #: classes/visitor-conditions.php:40
1694
+ msgid "Whether the visitor has to be logged in or not in order to see the ads."
1695
+ msgstr ""
1696
+ "Of de bezoeker wel of niet ingelogd moet zijn om de advertentie te kunnen "
1697
+ "zien."
1698
+
1699
+ #: classes/visitor-conditions.php:161
1700
+ msgid "equal"
1701
+ msgstr "gelijk aan"
1702
+
1703
+ #: classes/visitor-conditions.php:162
1704
+ msgid "equal or higher"
1705
+ msgstr "gelijk aan of hoger"
1706
+
1707
+ #: classes/visitor-conditions.php:163
1708
+ msgid "equal or lower"
1709
+ msgstr "gelijk aan of lager"
1710
+
1711
+ #: classes/visitor-conditions.php:194
1712
+ msgid "contains"
1713
+ msgstr "bevat"
1714
+
1715
+ #: classes/visitor-conditions.php:195
1716
+ msgid "starts with"
1717
+ msgstr "begint met"
1718
+
1719
+ #: classes/visitor-conditions.php:196
1720
+ msgid "ends with"
1721
+ msgstr "eindigd met"
1722
+
1723
+ #: classes/visitor-conditions.php:197
1724
+ msgid "matches"
1725
+ msgstr "komt overeen met"
1726
+
1727
+ #: classes/visitor-conditions.php:198
1728
+ msgid "matches regex"
1729
+ msgstr "komt overeen met regex"
1730
+
1731
+ #: classes/visitor-conditions.php:199
1732
+ msgid "does not contain"
1733
+ msgstr "bevat niet"
1734
+
1735
+ #: classes/visitor-conditions.php:200
1736
+ msgid "does not start with"
1737
+ msgstr "start niet met"
1738
+
1739
+ #: classes/visitor-conditions.php:201
1740
+ msgid "does not end with"
1741
+ msgstr "eindigd niet met"
1742
+
1743
+ #: classes/visitor-conditions.php:202
1744
+ msgid "does not match"
1745
+ msgstr "komt niet overeen met"
1746
+
1747
+ #: classes/visitor-conditions.php:203
1748
+ msgid "does not match regex"
1749
+ msgstr "komt niet overeen met regex"
1750
+
1751
+ #: classes/widget.php:22
1752
+ msgid "Display Ads and Ad Groups."
1753
+ msgstr "Toon advertenties en advertentiegroepen"
1754
+
1755
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
1756
+ msgid "--empty--"
1757
+ msgstr "--leeg--"
1758
+
1759
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
1760
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
1761
+ #: modules/import-export/views/page.php:25
1762
+ msgid "Placements"
1763
+ msgstr "Plaatsingen"
1764
+
1765
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
1766
+ #: admin/includes/class-shortcode-creator.php:91
1767
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
1768
+ msgid "Ad Groups"
1769
+ msgstr "Advertentiegroep"
1770
+
1771
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
1772
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
1773
+ #: admin/includes/class-shortcode-creator.php:84
1774
+ #: admin/views/ad-group-list-form-row.php:68
1775
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
1776
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
1777
+ msgid "Ads"
1778
+ msgstr "Advertenties"
1779
+
1780
+ #: public/class-advanced-ads.php:320
1781
+ #, php-format
1782
+ msgid "Advanced Ads Error: %s"
1783
+ msgstr "Advanced Ads Foutmelding: %s"
1784
+
1785
+ #: public/class-advanced-ads.php:580
1786
+ msgctxt "ad group general name"
1787
+ msgid "Ad Groups"
1788
+ msgstr "Advertentiegroepen"
1789
+
1790
+ #: public/class-advanced-ads.php:582
1791
+ msgid "Search Ad Groups"
1792
+ msgstr "Zoek advertentiegroepen"
1793
+
1794
+ #: public/class-advanced-ads.php:583
1795
+ msgid "All Ad Groups"
1796
+ msgstr "Alle advertentiegroepen"
1797
+
1798
+ #: public/class-advanced-ads.php:584
1799
+ msgid "Parent Ad Groups"
1800
+ msgstr "Bovenliggende advertentiegroepen"
1801
+
1802
+ #: public/class-advanced-ads.php:585
1803
+ msgid "Parent Ad Groups:"
1804
+ msgstr "Bovenliggende advertentiegroepen:"
1805
+
1806
+ #: public/class-advanced-ads.php:586
1807
+ msgid "Edit Ad Group"
1808
+ msgstr "Advertentiegroep bewerken"
1809
+
1810
+ #: public/class-advanced-ads.php:587
1811
+ msgid "Update Ad Group"
1812
+ msgstr "Advertentiegroep bijwerken"
1813
+
1814
+ #: public/class-advanced-ads.php:588
1815
+ msgid "Add New Ad Group"
1816
+ msgstr "Nieuwe advertentiegroep toevoegen"
1817
+
1818
+ #: public/class-advanced-ads.php:589
1819
+ msgid "New Ad Groups Name"
1820
+ msgstr "Nieuwe advertentiegroep naam"
1821
+
1822
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
1823
+ #: modules/import-export/views/page.php:24
1824
+ msgid "Groups"
1825
+ msgstr "Groepen"
1826
+
1827
+ #: public/class-advanced-ads.php:591
1828
+ msgid "No Ad Group found"
1829
+ msgstr "Geen advertentiegroep gevonden"
1830
+
1831
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
1832
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
1833
+ msgid "New Ad"
1834
+ msgstr "Nieuwe advertentie"
1835
+
1836
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
1837
+ msgid "Add New Ad"
1838
+ msgstr "Nieuwe advertentie toevoegen"
1839
+
1840
+ #: public/class-advanced-ads.php:621
1841
+ #: admin/includes/class-ad-groups-list.php:308
1842
+ #: modules/import-export/classes/import.php:143
1843
+ #: modules/import-export/classes/import.php:183
1844
+ #: modules/import-export/classes/import.php:559
1845
+ msgid "Edit"
1846
+ msgstr "Bewerken"
1847
+
1848
+ #: public/class-advanced-ads.php:622
1849
+ msgid "Edit Ad"
1850
+ msgstr "Advertentie bewerken"
1851
+
1852
+ #: public/class-advanced-ads.php:624
1853
+ msgid "View"
1854
+ msgstr "Bekijken"
1855
+
1856
+ #: public/class-advanced-ads.php:625
1857
+ msgid "View the Ad"
1858
+ msgstr "Bekijk de advertentie"
1859
+
1860
+ #: public/class-advanced-ads.php:626
1861
+ msgid "Search Ads"
1862
+ msgstr "Advertenties zoeken"
1863
+
1864
+ #: public/class-advanced-ads.php:627
1865
+ msgid "No Ads found"
1866
+ msgstr "Geen advertenties gevonden"
1867
+
1868
+ #: public/class-advanced-ads.php:628
1869
+ msgid "No Ads found in Trash"
1870
+ msgstr "Geen advertenties gevonden in de prullenbak"
1871
+
1872
+ #: public/class-advanced-ads.php:629
1873
+ msgid "Parent Ad"
1874
+ msgstr "Bovenliggende advertentie"
1875
+
1876
+ #: admin/includes/class-ad-groups-list.php:164
1877
+ msgid "Ad weight"
1878
+ msgstr "Advertentie gewicht/prioriteit"
1879
+
1880
+ #: admin/includes/class-ad-groups-list.php:212
1881
+ msgid "all published ads are displayed"
1882
+ msgstr "Alle gepubliceerde advertenties worden getoond"
1883
+
1884
+ #: admin/includes/class-ad-groups-list.php:214
1885
+ #, php-format
1886
+ msgid "up to %d ads displayed"
1887
+ msgstr "tot %s advertenties getoond."
1888
+
1889
+ #: admin/includes/class-ad-groups-list.php:217
1890
+ msgid "No ads assigned"
1891
+ msgstr "Geen advertenties toegewezen"
1892
+
1893
+ #: admin/includes/class-ad-groups-list.php:284
1894
+ msgid "Random ads"
1895
+ msgstr "Willekeurige advertenties"
1896
+
1897
+ #: admin/includes/class-ad-groups-list.php:285
1898
+ msgid "Display random ads based on ad weight"
1899
+ msgstr "Toon willekeurige advertenties op basis van hun gewicht/prioriteit"
1900
+
1901
+ #: admin/includes/class-ad-groups-list.php:288
1902
+ msgid "Ordered ads"
1903
+ msgstr "Gesorteerde advertenties"
1904
+
1905
+ #: admin/includes/class-ad-groups-list.php:289
1906
+ msgid "Display ads with the highest ad weight first"
1907
+ msgstr "Toon advertenties met het hoogste gewicht/prioriteit eerst"
1908
+
1909
+ #: admin/includes/class-ad-groups-list.php:309
1910
+ msgid "Usage"
1911
+ msgstr "Gebruik"
1912
+
1913
+ #: admin/includes/class-ad-groups-list.php:339
1914
+ msgid "Invalid Ad Group"
1915
+ msgstr "Incorrecte advertentiegroep"
1916
+
1917
+ #: admin/includes/class-ad-groups-list.php:344
1918
+ msgid "You don’t have permission to change the ad groups"
1919
+ msgstr "U heeft onvoldoende rechten om de advertentiegroepen aan te passen."
1920
+
1921
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
1922
+ msgid "Ad Details"
1923
+ msgstr "Advertentie details"
1924
+
1925
+ #: admin/includes/class-ad-type.php:200
1926
+ msgid "expired"
1927
+ msgstr "verlopen"
1928
+
1929
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
1930
+ msgid "Ad updated."
1931
+ msgstr "Advertentie bijgewerkt."
1932
+
1933
+ #. translators: %s: date and time of the revision
1934
+ #: admin/includes/class-ad-type.php:517
1935
+ #, php-format
1936
+ msgid "Ad restored to revision from %s"
1937
+ msgstr "Advertentie hersteld naar revisie %s"
1938
+
1939
+ #: admin/includes/class-ad-type.php:518
1940
+ msgid "Ad published."
1941
+ msgstr "Advertentie gepubliceerd."
1942
+
1943
+ #: admin/includes/class-ad-type.php:519
1944
+ msgid "Ad saved."
1945
+ msgstr "Advertentie opgeslagen."
1946
+
1947
+ #: admin/includes/class-ad-type.php:520
1948
+ msgid "Ad submitted."
1949
+ msgstr ""
1950
+ "Advertentie\n"
1951
+ " ingediend."
1952
+
1953
+ #: admin/includes/class-ad-type.php:522
1954
+ #, php-format
1955
+ msgid "Ad scheduled for: <strong>%1$s</strong>."
1956
+ msgstr "Advertentie is ingepland voor: <strong>%1$s</strong>."
1957
+
1958
+ #. translators: Publish box date format, see http://php.net/date
1959
+ #: admin/includes/class-ad-type.php:524
1960
+ msgid "M j, Y @ G:i"
1961
+ msgstr "d-m-Y @ H:i"
1962
+
1963
+ #: admin/includes/class-ad-type.php:526
1964
+ msgid "Ad draft updated."
1965
+ msgstr "Advertentie concept bijgewerkt."
1966
+
1967
+ #: admin/includes/class-licenses.php:101
1968
+ msgid "Error while trying to register the license. Please contact support."
1969
+ msgstr ""
1970
+ "Er is een fout opgetreden tijdens de registratie van uw licentie. Neem "
1971
+ "alstublieft contact op met support."
1972
+
1973
+ #: admin/includes/class-menu.php:52
1974
+ msgid "Overview"
1975
+ msgstr "Overzicht"
1976
+
1977
+ #: admin/includes/class-menu.php:75
1978
+ msgid "Ad Placements"
1979
+ msgstr "Advertentie plaatsingen"
1980
+
1981
+ #: admin/includes/class-menu.php:79
1982
+ msgid "Advanced Ads Settings"
1983
+ msgstr "Advanced Ads instellingen"
1984
+
1985
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
1986
+ msgid "Settings"
1987
+ msgstr "Instellingen"
1988
+
1989
+ #: admin/includes/class-menu.php:82
1990
+ msgid "Advanced Ads Debugging"
1991
+ msgstr ""
1992
+ "Advanced Ads \n"
1993
+ "Debugging"
1994
+
1995
+ #: admin/includes/class-menu.php:82
1996
+ msgid "Debug"
1997
+ msgstr "Debug"
1998
+
1999
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
2000
+ msgid "Sorry, you are not allowed to access this feature."
2001
+ msgstr ""
2002
+ "Sorry, u heeft niet genoeg rechten om deze functionaliteit te gebruiken."
2003
+
2004
+ #: admin/includes/class-menu.php:203
2005
+ msgid ""
2006
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
2007
+ "deleted?"
2008
+ msgstr ""
2009
+ "U heeft geprobeerd een advertentie te bewerken die niet bestaat. Wellicht is "
2010
+ "deze advertentie verwijderd?"
2011
+
2012
+ #: admin/includes/class-meta-box.php:53
2013
+ msgid "Ad Type"
2014
+ msgstr "Advertentietype"
2015
+
2016
+ #: admin/includes/class-meta-box.php:59
2017
+ msgid "Ad Parameters"
2018
+ msgstr "Advertentie parameters"
2019
+
2020
+ #: admin/includes/class-meta-box.php:62
2021
+ msgid "Layout / Output"
2022
+ msgstr "Layout / Output"
2023
+
2024
+ #: admin/includes/class-meta-box.php:222
2025
+ msgid "Ad Settings"
2026
+ msgstr "Advertentie instellingen"
2027
+
2028
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
2029
+ msgid "Ads Dashboard"
2030
+ msgstr "Advertentie dashboard"
2031
+
2032
+ #: admin/includes/class-meta-box.php:336
2033
+ msgid "From the ad optimization universe"
2034
+ msgstr "Van het advertentie-optimalisatie universum."
2035
+
2036
+ #: admin/includes/class-meta-box.php:345
2037
+ msgid "Advanced Ads Tutorials"
2038
+ msgstr "Advanced Ads Tutorials"
2039
+
2040
+ #: admin/includes/class-meta-box.php:357
2041
+ #, php-format
2042
+ msgid "%d ads <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
2043
+ msgstr ""
2044
+ "%d advertenties – <a href=\"%s\">bewerken</a> - <a href=\"%s\">nieuwe</a>"
2045
+
2046
+ #: admin/includes/class-meta-box.php:369
2047
+ msgid "plugin manual and homepage"
2048
+ msgstr "plugin handleiding en voorpagina"
2049
+
2050
+ #: admin/includes/class-meta-box.php:376
2051
+ msgid "Get the tutorial via email"
2052
+ msgstr "Verkrijg de tutorial via e-mail"
2053
+
2054
+ #: admin/includes/class-meta-box.php:383
2055
+ msgid "Get AdSense tips via email"
2056
+ msgstr "Verkrijg AdSense tips via e-mail"
2057
+
2058
+ #: admin/includes/class-notices.php:417
2059
+ #, php-format
2060
+ msgid ""
2061
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
2062
+ "target=\"_blank\">this form</a> to sign up."
2063
+ msgstr ""
2064
+ "Het lijkt erop dat u geen e-mailadres heeft. Gebruik alstublieft <a "
2065
+ "href=\"%s\" target=\"_blank\">dit formulier</a> om u in te schrijven."
2066
+
2067
+ #: admin/includes/class-notices.php:435
2068
+ msgid ""
2069
+ "How embarrassing. The email server seems to be down. Please try again later."
2070
+ msgstr ""
2071
+ "Het lijkt er op dat de e-mail server offline is. Probeer het later nog eens. "
2072
+ "Onze excuses voor het ongemak."
2073
+
2074
+ #: admin/includes/class-notices.php:440
2075
+ #, php-format
2076
+ msgid ""
2077
+ "Please check your email (%s) for the confirmation message. If you didn’t "
2078
+ "receive one or want to use another email address then please use <a "
2079
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
2080
+ msgstr ""
2081
+ "Kijk alstublieft in uw mailbox voor de bevestigingsmail. Als u deze e-mail "
2082
+ "niet heeft ontvangen of u een ander e-mailadres wilt gebruiken kunt u <a "
2083
+ "href=\"%s\" target=\"_blank\">dit formulier</a> gebruiken."
2084
+
2085
+ #: admin/includes/class-overview-widgets.php:45
2086
+ msgid "Tips and Tutorials"
2087
+ msgstr "Tips en tutorials"
2088
+
2089
+ #: admin/includes/class-overview-widgets.php:47
2090
+ msgid "Setup and Optimization Help"
2091
+ msgstr "Hulp bij installatie en optimalisatie"
2092
+
2093
+ #: admin/includes/class-overview-widgets.php:49
2094
+ msgid "Manual and Support"
2095
+ msgstr "Handleiding en ondersteuning"
2096
+
2097
+ #: admin/includes/class-overview-widgets.php:53
2098
+ msgid "Advanced Ads Pro"
2099
+ msgstr "Advanced Ads Pro"
2100
+
2101
+ #: admin/includes/class-overview-widgets.php:55
2102
+ msgid "Tracking and Stats"
2103
+ msgstr "Meten en statistieken"
2104
+
2105
+ #: admin/includes/class-overview-widgets.php:57
2106
+ msgid "Responsive and Mobile ads"
2107
+ msgstr "Responsive en mobiele advertenties"
2108
+
2109
+ #: admin/includes/class-overview-widgets.php:61
2110
+ msgid "Sticky ads"
2111
+ msgstr "Sticky advertenties"
2112
+
2113
+ #: admin/includes/class-overview-widgets.php:63
2114
+ msgid "PopUps and Layers"
2115
+ msgstr "Pop-ups en lagen"
2116
+
2117
+ #: admin/includes/class-overview-widgets.php:65
2118
+ msgid "Ad Slider"
2119
+ msgstr "Advertentie slider"
2120
+
2121
+ #: admin/includes/class-overview-widgets.php:86
2122
+ msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
2123
+ msgstr ""
2124
+ "Ontvang 2 <strong>gratis add-ons</strong> als u zich inschrijft voor de "
2125
+ "nieuwsbrief."
2126
+
2127
+ #: admin/includes/class-overview-widgets.php:87
2128
+ msgid "Join now"
2129
+ msgstr "Schrijf u nu in"
2130
+
2131
+ #: admin/includes/class-overview-widgets.php:94
2132
+ msgid ""
2133
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
2134
+ "and Advanced Ads from the dedicated newsletter group."
2135
+ msgstr ""
2136
+ "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
2137
+ "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
2138
+
2139
+ #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
2140
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
2141
+ msgid "Subscribe me now"
2142
+ msgstr "Schrijf mij in"
2143
+
2144
+ #: admin/includes/class-overview-widgets.php:102
2145
+ msgid "Get the first steps and more tutorials to your inbox."
2146
+ msgstr "Ontvang de eerste stappen en tutorials in uw mailbox."
2147
+
2148
+ #: admin/includes/class-overview-widgets.php:103
2149
+ msgid "Send it now"
2150
+ msgstr "Stuur het op"
2151
+
2152
+ #: admin/includes/class-overview-widgets.php:126
2153
+ msgid "Create your first ad"
2154
+ msgstr "Maak je eerste advertentie aan"
2155
+
2156
+ #: admin/includes/class-overview-widgets.php:129
2157
+ msgid ""
2158
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
2159
+ "single spot."
2160
+ msgstr ""
2161
+ "Advertentiegroepen bevatten advertenties en worden gebruikt om te af te "
2162
+ "wisselen tussen verschillende advertenties op een bepaalde plek."
2163
+
2164
+ #: admin/includes/class-overview-widgets.php:131
2165
+ msgid "Create your first group"
2166
+ msgstr "Maak je eerste groep aan"
2167
+
2168
+ #: admin/includes/class-overview-widgets.php:134
2169
+ msgid ""
2170
+ "Ad Placements are the best way to manage where to display ads and groups."
2171
+ msgstr ""
2172
+ "Advertentie plaatsingen zijn de beste manier om te beheren waar advertenties "
2173
+ "en advertentiegroepen getoond worden."
2174
+
2175
+ #: admin/includes/class-overview-widgets.php:136
2176
+ msgid "Create your first placement"
2177
+ msgstr "Maak je eerste plaatsing aan."
2178
+
2179
+ #: admin/includes/class-overview-widgets.php:141
2180
+ msgid "Next steps"
2181
+ msgstr "Volgende stappen"
2182
+
2183
+ #: admin/includes/class-overview-widgets.php:153
2184
+ #, php-format
2185
+ msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
2186
+ msgstr "<a href=\"%s\" target=\"_blank\">Handleiding</a>"
2187
+
2188
+ #: admin/includes/class-overview-widgets.php:155
2189
+ #, php-format
2190
+ msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
2191
+ msgstr "Stem op <a href=\"%s\" target=\"_blank\">nieuwe functionaliteiten</a>"
2192
+
2193
+ #: admin/includes/class-overview-widgets.php:156
2194
+ #, php-format
2195
+ msgid ""
2196
+ "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
2197
+ "href=\"%s\" target=\"_blank\">wordpress.org</a>"
2198
+ msgstr ""
2199
+ "Bedank de ontwikkelaar van deze plugin met een &#9733;&#9733;&#9733;&#9733;"
2200
+ "&#9733; beoordeling op <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
2201
+
2202
+ #: admin/includes/class-overview-widgets.php:165
2203
+ msgid ""
2204
+ "Need help to set up and optimize your ads? Need custom coding on your site? "
2205
+ "Ask me for a quote."
2206
+ msgstr ""
2207
+ "Hulp nodig bij het opzetten en optimaliseren van uw advertenties? Heeft u "
2208
+ "behoefte aan code op maat? Vraag een offerte aan."
2209
+
2210
+ #: admin/includes/class-overview-widgets.php:166
2211
+ #, php-format
2212
+ msgid "Help with ads on %s"
2213
+ msgstr "Hulp met advertenties op %s"
2214
+
2215
+ #: admin/includes/class-overview-widgets.php:167
2216
+ msgid "Get an offer"
2217
+ msgstr "Ontvang een offerte"
2218
+
2219
+ #: admin/includes/class-overview-widgets.php:175
2220
+ msgid "Ad management for advanced websites."
2221
+ msgstr "Advertentiebeheer voor geavanceerde websites."
2222
+
2223
+ #: admin/includes/class-overview-widgets.php:176
2224
+ msgid "Cache-busting"
2225
+ msgstr "Cache-busting"
2226
+
2227
+ #: admin/includes/class-overview-widgets.php:177
2228
+ msgid "Advanced visitor conditions"
2229
+ msgstr "Geavanceerde bezoekersvoorwaarden"
2230
+
2231
+ #: admin/includes/class-overview-widgets.php:178
2232
+ msgid "Flash ads with fallback"
2233
+ msgstr "Flash advertenties met 'fallback'"
2234
+
2235
+ #: admin/includes/class-overview-widgets.php:180
2236
+ msgid "Get Pro"
2237
+ msgstr "Neem Pro"
2238
+
2239
+ #: admin/includes/class-overview-widgets.php:188
2240
+ msgid "Track the impressions of and clicks on your ads."
2241
+ msgstr "Meet het aantal vertoningen en clicks op uw advertenties."
2242
+
2243
+ #: admin/includes/class-overview-widgets.php:189
2244
+ msgid "2 methods to count impressions"
2245
+ msgstr "2 methoden om vertoningen te meten"
2246
+
2247
+ #: admin/includes/class-overview-widgets.php:190
2248
+ msgid "beautiful stats for all or single ads"
2249
+ msgstr "Beeldschone statistieken voor alle of specifieke advertenties"
2250
+
2251
+ #: admin/includes/class-overview-widgets.php:191
2252
+ msgid "group stats by day, week or month"
2253
+ msgstr "groepeer statistieken op dag, week of maand"
2254
+
2255
+ #: admin/includes/class-overview-widgets.php:193
2256
+ msgid "Get the Tracking add-on"
2257
+ msgstr "Haal de Tracking add-on"
2258
+
2259
+ #: admin/includes/class-overview-widgets.php:201
2260
+ msgid "Display ads based on the size of your visitor’s browser or device."
2261
+ msgstr ""
2262
+ "Toon advertenties op basis van de grootte van de browser of het toestel van "
2263
+ "uw gebruiker."
2264
+
2265
+ #: admin/includes/class-overview-widgets.php:202
2266
+ msgid "set a range (from to …) pixels for the browser size"
2267
+ msgstr ""
2268
+ "stel een bereik (van ... tot ...) in pixels in voor de browser afmeting."
2269
+
2270
+ #: admin/includes/class-overview-widgets.php:203
2271
+ msgid "set custom sizes for AdSense responsive ads"
2272
+ msgstr "Stel aangepaste maten in voor AdSense responsive advertenties"
2273
+
2274
+ #: admin/includes/class-overview-widgets.php:204
2275
+ msgid "list all ads by their responsive settings"
2276
+ msgstr "Toon alle advertenties gesorteerd op responsive instellingen"
2277
+
2278
+ #: admin/includes/class-overview-widgets.php:206
2279
+ msgid "Get the Responsive add-on"
2280
+ msgstr "Neem de Responsive add-on"
2281
+
2282
+ #: admin/includes/class-overview-widgets.php:225
2283
+ msgid "position ads that don’t scroll with the screen"
2284
+ msgstr "Positioneer advertenties die niet met het scherm mee scrollen"
2285
+
2286
+ #: admin/includes/class-overview-widgets.php:226
2287
+ msgid "build anchor ads not only on mobile devices"
2288
+ msgstr "Maak verankerde advertenties niet alleen voor mobiele aparaten"
2289
+
2290
+ #: admin/includes/class-overview-widgets.php:228
2291
+ msgid "Get the Sticky add-on"
2292
+ msgstr "Neem de Sticky add-on"
2293
+
2294
+ #: admin/includes/class-overview-widgets.php:236
2295
+ msgid "Display content and ads in layers and popups on custom events."
2296
+ msgstr ""
2297
+ "Toon content en advertenties in lagen en pop-ups op aangepaste momenten."
2298
+
2299
+ #: admin/includes/class-overview-widgets.php:237
2300
+ msgid "display a popup after a user interaction like scrolling"
2301
+ msgstr ""
2302
+ "Toon een pop-up na interactie van de gebruiker, bijvoorbeeld als iemand "
2303
+ "scrollt"
2304
+
2305
+ #: admin/includes/class-overview-widgets.php:239
2306
+ msgid "allow users to close the popup"
2307
+ msgstr "sta gebruikers toe de pop-up te sluiten"
2308
+
2309
+ #: admin/includes/class-overview-widgets.php:241
2310
+ msgid "Get the PopUp and Layer add-on"
2311
+ msgstr "Neem de PopUp and Layer add-on"
2312
+
2313
+ #: admin/includes/class-overview-widgets.php:249
2314
+ msgid "Create a beautiful and simple slider from your ads."
2315
+ msgstr "Maak prachtige doch simpele sliders met uw advertenties."
2316
+
2317
+ #: admin/includes/class-overview-widgets.php:251
2318
+ msgid "Get the Slider add-on"
2319
+ msgstr "Naam de Slider add-on"
2320
+
2321
+ #: admin/includes/class-settings.php:47 admin/views/settings.php:12
2322
+ msgid "General"
2323
+ msgstr "Algemeen"
2324
+
2325
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
2326
+ msgid "Licenses"
2327
+ msgstr "Licenties"
2328
+
2329
+ #: admin/includes/class-settings.php:70
2330
+ msgid "Disable ads"
2331
+ msgstr "Advertenties uitschakelen"
2332
+
2333
+ #: admin/includes/class-settings.php:78
2334
+ msgid "Hide ads for logged in users"
2335
+ msgstr "Advertenties verbergen voor ingelogde gebruikers"
2336
+
2337
+ #: admin/includes/class-settings.php:86
2338
+ msgid "Use advanced JavaScript"
2339
+ msgstr "Geavanceerde JavaScript gebruiken"
2340
+
2341
+ #: admin/includes/class-settings.php:94
2342
+ msgid "Unlimited ad injection"
2343
+ msgstr "Ongelimiteerde advertentie injectie"
2344
+
2345
+ #: admin/includes/class-settings.php:102
2346
+ msgid "Priority of content injection filter"
2347
+ msgstr "Prioriteit van content injectie filter"
2348
+
2349
+ #: admin/includes/class-settings.php:118
2350
+ msgid "Hide ads from bots"
2351
+ msgstr "Advertenties verbergen voor bots"
2352
+
2353
+ #: admin/includes/class-settings.php:126
2354
+ msgid "Disable notices"
2355
+ msgstr "Notificaties uitschakelen"
2356
+
2357
+ #: admin/includes/class-settings.php:134
2358
+ msgid "ID prefix"
2359
+ msgstr "ID voorvoegsel"
2360
+
2361
+ #: admin/includes/class-settings.php:142
2362
+ msgid "Remove Widget ID"
2363
+ msgstr "Widget ID verwijderen"
2364
+
2365
+ #: admin/includes/class-settings.php:255
2366
+ msgid "(display to all)"
2367
+ msgstr "(aan iedereen tonen)"
2368
+
2369
+ #: admin/includes/class-settings.php:256
2370
+ msgid "Subscriber"
2371
+ msgstr "Abonnee"
2372
+
2373
+ #: admin/includes/class-settings.php:257
2374
+ msgid "Contributor"
2375
+ msgstr "Schrijver"
2376
+
2377
+ #: admin/includes/class-settings.php:258
2378
+ msgid "Author"
2379
+ msgstr "Auteur"
2380
+
2381
+ #: admin/includes/class-settings.php:259
2382
+ msgid "Editor"
2383
+ msgstr "Redacteur"
2384
+
2385
+ #: admin/includes/class-settings.php:260
2386
+ msgid "Admin"
2387
+ msgstr "Beheerder"
2388
+
2389
+ #: admin/includes/class-settings.php:268
2390
+ msgid "Choose the lowest role a user must have in order to not see any ads."
2391
+ msgstr ""
2392
+ "Kies de laagste rol die een gebruiker moet hebben om geen advertenties te "
2393
+ "zien."
2394
+
2395
+ #: admin/includes/class-settings.php:282
2396
+ msgid ""
2397
+ "<strong>notice: </strong>the file is currently enabled by an add-on that "
2398
+ "needs it."
2399
+ msgstr ""
2400
+ "<strong>Notificatie: </strong>het bestand is ingeschakeld door een add-on "
2401
+ "die het vereist. "
2402
+
2403
+ #: admin/includes/class-settings.php:285
2404
+ #, php-format
2405
+ msgid ""
2406
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
2407
+ "here</a>). Some features and add-ons might override this setting if they "
2408
+ "need features from this file."
2409
+ msgstr ""
2410
+ "Schakel geavanceerde JavaScript functies in (<a href=\"%s\" "
2411
+ "target=\"_blank\">hier</a>). Functies en add-ons kunnen deze instelling "
2412
+ "overschrijven als dat nodig is."
2413
+
2414
+ #: admin/includes/class-settings.php:323
2415
+ msgid ""
2416
+ "Play with this value in order to change the priority of the injected ads "
2417
+ "compared to other auto injected elements in the post content."
2418
+ msgstr ""
2419
+ "Door deze waarde aan te passen kunt u de prioriteit van geïnjecteerde "
2420
+ "advertenties veranderen ten opzichte van ander automatisch geïnjecteerde "
2421
+ "content en/of elementen."
2422
+
2423
+ #: admin/includes/class-settings.php:350
2424
+ #, php-format
2425
+ msgid ""
2426
+ "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
2427
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
2428
+ "Tracking Add-On</a>."
2429
+ msgstr ""
2430
+ "Verberg advertenties van crawlers, bots en lege user agents. Voorkomt ook "
2431
+ "het tellen van vertoningen voor bots als je gebruik maakt van de <a "
2432
+ "href=\"%s\" target=\"_blank\">Tracking Add-On</a>."
2433
+
2434
+ #: admin/includes/class-settings.php:351
2435
+ msgid ""
2436
+ "Disabling this option only makes sense if your ads contain content you want "
2437
+ "to display to bots (like search engines) or your site is cached and bots "
2438
+ "could create a cached version without the ads."
2439
+ msgstr ""
2440
+ "Het uitzetten van deze optie heeft alleen nut als uw advertenties inhoud "
2441
+ "bevatten die u wilt tonen aan bots (zoals zoekmachines) of uw website is "
2442
+ "gecached en bots een gecachete versie kunnen maken zonder advertenties."
2443
+
2444
+ #: admin/includes/class-settings.php:364
2445
+ msgid ""
2446
+ "Disable internal notices like tips, tutorials, email newsletters and update "
2447
+ "notices. Disabling notices is recommended if you run multiple blogs with "
2448
+ "Advanced Ads already."
2449
+ msgstr ""
2450
+ "Schakel interne notificaties als tips, tutorials, email nieuwsbrief en "
2451
+ "update notificaties uit. Het uitschakelen van deze notificaties is aan te "
2452
+ "raden als u al meerdere blogs heeft met Advanced Ads geïnstalleerd."
2453
+
2454
+ #: admin/includes/class-settings.php:381
2455
+ msgid ""
2456
+ "Prefix of class or id attributes in the frontend. Change it if you don’t "
2457
+ "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
2458
+ "need to <strong>rewrite css rules afterwards</strong>."
2459
+ msgstr ""
2460
+ "Voorvoegsel voor class of ID attributen aan de voorkant van uw website. "
2461
+ "Verander deze waarde als u wilt voorkomen dat <strong>ad blockers</strong> "
2462
+ "deze elementen blokkeert als zijnde advertenties."
2463
+
2464
+ #: admin/includes/class-settings.php:402
2465
+ msgid ""
2466
+ "Remove the ID attribute from widgets in order to not make them an easy "
2467
+ "target of ad blockers."
2468
+ msgstr ""
2469
+ "Verwijder het ID attribuut van widgets om te voorkomen dat ze een makkelijk "
2470
+ "doelwit zijn voor ad blockers."
2471
+
2472
+ #: admin/includes/notices.php:15
2473
+ msgid ""
2474
+ "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
2475
+ "receive the first steps via email?"
2476
+ msgstr ""
2477
+ "Bedankt voor het activeren van <strong>Advanced Ads</strong>. Wilt u een e-"
2478
+ "mail ontvangen met daarin de eerst volgende stappen?"
2479
+
2480
+ #: admin/includes/notices.php:16
2481
+ msgid "Yes, send it"
2482
+ msgstr "Ja, stuur maar op"
2483
+
2484
+ #: admin/includes/notices.php:22
2485
+ msgid ""
2486
+ "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
2487
+ "<strong>2 free add-ons</strong> for joining the newsletter."
2488
+ msgstr ""
2489
+ "Bedankt voor het gebruiken van <strong>Advanced Ads</strong>. Blijf up-to-"
2490
+ "date en ontvang <strong>2 gratis add-ons</strong> als u zich inschrijft voor "
2491
+ "de nieuwsbrief."
2492
+
2493
+ #: admin/includes/notices.php:23
2494
+ msgid "Add me now"
2495
+ msgstr "Voeg mij toe"
2496
+
2497
+ #: admin/includes/notices.php:29
2498
+ msgid ""
2499
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
2500
+ "and Advanced Ads from my dedicated newsletter."
2501
+ msgstr ""
2502
+ "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
2503
+ "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
2504
+
2505
+ #: admin/includes/notices.php:47
2506
+ #, php-format
2507
+ msgid ""
2508
+ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
2509
+ "soon</strong>. Don’t risk to lose support and updates and renew your license "
2510
+ "before it expires with a significant discount on <a href=\"%s\" "
2511
+ "target=\"_blank\">the add-on page</a>."
2512
+ msgstr ""
2513
+ "Één of meer <strong>licenties voor Advanced Ads add-ons zullen binnenkort "
2514
+ "verlopen</strong>. Voorkom het verlies van updates en ondersteuning en "
2515
+ "vernieuw uw licentie voordat deze verloopt en ontvang en flinke korting op "
2516
+ "<a href=\"%s\" target=\"_blank\">de add-on pagina</a>."
2517
+
2518
+ #: admin/includes/notices.php:53
2519
+ #, php-format
2520
+ msgid ""
2521
+ "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
2522
+ "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
2523
+ "information."
2524
+ msgstr ""
2525
+ "Een <strong>Advanced Ads</strong> licentie(s) is verlopen. Ondersteuning en "
2526
+ "updates zijn nu uitgeschakeld. Kijk op de <a href=\"%s\">licentie pagina</a> "
2527
+ "voor meer informatie."
2528
+
2529
+ #: admin/views/ad-display-metabox.php:76
2530
+ msgid "If you want to display the ad everywhere, don't do anything here. "
2531
+ msgstr "Als u deze advertentie overal wilt tonen, stel hier dan niks in."
2532
+
2533
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
2534
+ msgid "New condition"
2535
+ msgstr "Nieuwe voorwaarde"
2536
+
2537
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
2538
+ msgid "-- choose a condition --"
2539
+ msgstr "-- kies een voorwaarde --"
2540
+
2541
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
2542
+ #: admin/views/ad-visitor-metabox.php:62
2543
+ msgid "add"
2544
+ msgstr "toevoegen"
2545
+
2546
+ #: admin/views/ad-group-edit.php:40
2547
+ msgid ""
2548
+ "An id-like string with only letters in lower case, numbers, and hyphens."
2549
+ msgstr ""
2550
+ "Een tekenreeks te vergelijken met een ID met alleen onderkast letters, "
2551
+ "nummers en streepjes (hyphens)."
2552
+
2553
+ #: admin/views/ad-group-edit.php:57
2554
+ msgid "Create new Ad Group"
2555
+ msgstr "Maak een nieuwe advertentiegroep"
2556
+
2557
+ #: admin/views/ad-group-edit.php:59
2558
+ msgid "Update"
2559
+ msgstr "Opslaan"
2560
+
2561
+ #: admin/views/ad-group-list-ads.php:3
2562
+ msgid "weight"
2563
+ msgstr "gewicht"
2564
+
2565
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
2566
+ msgid "Name"
2567
+ msgstr "Naam"
2568
+
2569
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
2570
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
2571
+ msgid "Type"
2572
+ msgstr "Type"
2573
+
2574
+ #: admin/views/ad-group-list-form-row.php:51
2575
+ msgctxt "option to display all ads in an ad groups"
2576
+ msgid "all"
2577
+ msgstr "alle"
2578
+
2579
+ #: admin/views/ad-group-list-form-row.php:59
2580
+ msgid "Number of ads that are visible at the same time"
2581
+ msgstr "Aantal advertenties dat simultaan zichtbaar is"
2582
+
2583
+ #: admin/views/ad-group-list-header.php:4
2584
+ msgid "Details"
2585
+ msgstr "Details"
2586
+
2587
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
2588
+ #: admin/views/placements.php:65
2589
+ msgid "shortcode"
2590
+ msgstr "shortcode"
2591
+
2592
+ #: admin/views/ad-group-list-row.php:11
2593
+ msgid "template"
2594
+ msgstr "template"
2595
+
2596
+ #: admin/views/ad-group-list-row.php:14
2597
+ #, php-format
2598
+ msgid ""
2599
+ "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
2600
+ "manual</a>."
2601
+ msgstr ""
2602
+ "Lees de <a href=\"%s\" target=\"_blank\">handleiding</a> om meer te weten te "
2603
+ "komen over het gebruik van groepen."
2604
+
2605
+ #: admin/views/ad-group-list-row.php:19
2606
+ #, php-format
2607
+ msgid "Type: %s"
2608
+ msgstr "Type: %s"
2609
+
2610
+ #: admin/views/ad-group-list-row.php:20
2611
+ #, php-format
2612
+ msgid "ID: %s"
2613
+ msgstr "ID: %s"
2614
+
2615
+ #: admin/views/ad-group.php:18
2616
+ msgid "Ad Groups successfully updated"
2617
+ msgstr "Advertentiegroep succesvol opgeslagen"
2618
+
2619
+ #: admin/views/ad-group.php:46
2620
+ #, php-format
2621
+ msgid "Search results for &#8220;%s&#8221;"
2622
+ msgstr ""
2623
+ "Zoekresultaten voor \n"
2624
+ "&#8220;%s&#8221;"
2625
+
2626
+ #: admin/views/ad-group.php:52
2627
+ msgid ""
2628
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
2629
+ "display random ads in the frontend or run split tests, but also just for "
2630
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2631
+ "ad can belong to multiple ad groups."
2632
+ msgstr ""
2633
+ "Advertentiegroepen zijn een flexibele methode om advertenties te bundelen. U "
2634
+ "kunt ze gebruiken om willekeurig advertenties te tonen aan de voorkant van "
2635
+ "uw website, split tests te doen maar ook puur voor informationele doeleinden."
2636
+ " Niet alleen kunnen advertentiegroepen meerdere advertenties bezitten maar "
2637
+ "kan een advertentie ook in meerdere advertentiegroepen voor komen."
2638
+
2639
+ #: admin/views/ad-group.php:79
2640
+ msgid "Update Groups"
2641
+ msgstr "Groepen opslaan"
2642
+
2643
+ #: admin/views/ad-info-top.php:54
2644
+ #, php-format
2645
+ msgid ""
2646
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
2647
+ "target=\"_blank\">manual</a>."
2648
+ msgstr ""
2649
+ "Om meer te weten te komen over de mogelijkheden om uw advertenties te tonen "
2650
+ "kunt u de <a href=\"%s\" target=\"_blank\">handleiding</a> raadplegen."
2651
+
2652
+ #: admin/views/ad-info.php:2
2653
+ #, php-format
2654
+ msgid "Ad Id: %s"
2655
+ msgstr "Advertentie ID: %s"
2656
+
2657
+ #: admin/views/ad-info.php:5
2658
+ msgid "theme function"
2659
+ msgstr "thema functie"
2660
+
2661
+ #: admin/views/ad-info.php:7
2662
+ #, php-format
2663
+ msgid ""
2664
+ "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
2665
+ msgstr ""
2666
+ "U kunt meer opties voor het vertonen van uw advertenties vinden in de <a "
2667
+ "href=\"%s\" target=\"_blank\">handleiding</a>."
2668
+
2669
+ #: admin/views/ad-info.php:11
2670
+ msgid "click to change"
2671
+ msgstr "klik om te veranderen"
2672
+
2673
+ #: admin/views/ad-info.php:15
2674
+ msgid "Add a description"
2675
+ msgstr "Voeg een beschrijving toe"
2676
+
2677
+ #: admin/views/ad-info.php:18
2678
+ msgid "Internal description or your own notes about this ad."
2679
+ msgstr "Interne beschrijving of eigen notitie voor deze advertentie."
2680
+
2681
+ #: admin/views/ad-main-metabox.php:3
2682
+ msgid "No ad types defined"
2683
+ msgstr "Geen advertentie types gedefinieerd"
2684
+
2685
+ #: admin/views/ad-output-metabox.php:1
2686
+ msgid "Everything connected to the ads layout and output."
2687
+ msgstr "Alles wat in verbinding staat met de advertentie indeling en output."
2688
+
2689
+ #: admin/views/ad-output-metabox.php:4
2690
+ #: admin/views/placements-ad-label-position.php:1
2691
+ msgid "Position"
2692
+ msgstr "Positie"
2693
+
2694
+ #: admin/views/ad-output-metabox.php:6
2695
+ msgid "- default -"
2696
+ msgstr "- standaard -"
2697
+
2698
+ #: admin/views/ad-output-metabox.php:7
2699
+ #: admin/views/placements-ad-label-position.php:2
2700
+ #: admin/views/placements-ad-label-position.php:4
2701
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2702
+ #: admin/views/placements.php:53
2703
+ msgid "default"
2704
+ msgstr "standaard"
2705
+
2706
+ #: admin/views/ad-output-metabox.php:8
2707
+ #: admin/views/placements-ad-label-position.php:6
2708
+ #: admin/views/placements-ad-label-position.php:8
2709
+ msgid "left"
2710
+ msgstr "links"
2711
+
2712
+ #: admin/views/ad-output-metabox.php:11
2713
+ #: admin/views/placements-ad-label-position.php:9
2714
+ #: admin/views/placements-ad-label-position.php:11
2715
+ msgid "center"
2716
+ msgstr "center"
2717
+
2718
+ #: admin/views/ad-output-metabox.php:14
2719
+ #: admin/views/placements-ad-label-position.php:12
2720
+ #: admin/views/placements-ad-label-position.php:14
2721
+ msgid "right"
2722
+ msgstr "rechts"
2723
+
2724
+ #: admin/views/ad-output-metabox.php:18
2725
+ msgid ""
2726
+ "Check this if you don't want the following elements to float around the ad. "
2727
+ "(adds a clearfix)"
2728
+ msgstr ""
2729
+ "Vink dit aan als u wilt voorkomen dat andere elementen om uw advertentie "
2730
+ "heen 'zweven'. (Voegt een clearfix toe)"
2731
+
2732
+ #: admin/views/ad-output-metabox.php:22
2733
+ msgid "Margin"
2734
+ msgstr "Margin"
2735
+
2736
+ #: admin/views/ad-output-metabox.php:24
2737
+ msgid "top:"
2738
+ msgstr "bovenkant:"
2739
+
2740
+ #: admin/views/ad-output-metabox.php:26
2741
+ msgid "right:"
2742
+ msgstr "rechts:"
2743
+
2744
+ #: admin/views/ad-output-metabox.php:28
2745
+ msgid "bottom:"
2746
+ msgstr "onderkant:"
2747
+
2748
+ #: admin/views/ad-output-metabox.php:30
2749
+ msgid "left:"
2750
+ msgstr "links:"
2751
+
2752
+ #: admin/views/ad-output-metabox.php:32
2753
+ msgid "tip: use this to add a margin around the ad"
2754
+ msgstr "tip: gebruik dit om een margin toe te voegen rondom de advertentie"
2755
+
2756
+ #: admin/views/ad-parameters-size.php:1
2757
+ msgid "size"
2758
+ msgstr "formaat"
2759
+
2760
+ #: admin/views/ad-parameters-size.php:3
2761
+ msgid "width"
2762
+ msgstr "breedte"
2763
+
2764
+ #: admin/views/ad-parameters-size.php:4
2765
+ msgid "height"
2766
+ msgstr "hoogte"
2767
+
2768
+ #: admin/views/ad-submitbox-meta.php:6
2769
+ msgid "Set expiry date"
2770
+ msgstr "Stel vervaldatum in"
2771
+
2772
+ #: admin/views/ad-submitbox-meta.php:16
2773
+ #, php-format
2774
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
2775
+ msgid "%1$s-%2$s"
2776
+ msgstr "%1$s-%2$s"
2777
+
2778
+ #: admin/views/ad-visitor-metabox.php:12
2779
+ msgid ""
2780
+ "Display conditions that are based on the user. Use with caution on cached "
2781
+ "websites."
2782
+ msgstr ""
2783
+ "Vertoningsvoorwaarden die zijn gebaseerd op de gebruiker. Wees voorzichtig "
2784
+ "met het gebruik van deze voorwaarden op websites die worden gecached."
2785
+
2786
+ #: admin/views/ad-visitor-metabox.php:47
2787
+ msgid ""
2788
+ "Visitor conditions limit the number of users who can see your ad. There is "
2789
+ "no need to set visitor conditions if you want all users to see the ad."
2790
+ msgstr ""
2791
+ "Bezoekersvoorwaarden limiteren het aantal bezoekers dat uw advertentie "
2792
+ "kunnen zien. Er is geen rede om deze instellingen te gebruiken als u wilt "
2793
+ "dat iedereen de advertentie kan zien."
2794
+
2795
+ #: admin/views/ad-visitor-metabox.php:67
2796
+ #, php-format
2797
+ msgid ""
2798
+ "Define the exact browser width for which an ad should be visible using the "
2799
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2800
+ msgstr ""
2801
+ "Stel de exacte browser breedte in waarbij een advertentie zichtbaar zou "
2802
+ "moeten zijn bij het gebruik van de <a href=\"%s\" target=\"_blank\">"
2803
+ "Responsive add-on</a>."
2804
+
2805
+ #: admin/views/ad-visitor-metabox.php:113
2806
+ msgid ""
2807
+ "The visitor conditions below are deprecated. Please use the new version of "
2808
+ "visitor conditions to replace it."
2809
+ msgstr ""
2810
+ "De bezoekersvoorwaarden hieronder zijn niet langer in gebruik. Gebruik "
2811
+ "inplaats hiervan de vernieuwde versie van bezoekersvoorwaarden om ze te "
2812
+ "vervangen."
2813
+
2814
+ #: admin/views/ad-visitor-metabox.php:119
2815
+ msgid "Display on all devices"
2816
+ msgstr "Toon op alle apparaten"
2817
+
2818
+ #: admin/views/ad-visitor-metabox.php:123
2819
+ msgid "only on mobile devices"
2820
+ msgstr "alleen op mobiele apparaten"
2821
+
2822
+ #: admin/views/ad-visitor-metabox.php:127
2823
+ msgid "not on mobile devices"
2824
+ msgstr "niet op mobiele apparaten"
2825
+
2826
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2827
+ msgid "Debug Page"
2828
+ msgstr "Debug Pagina"
2829
+
2830
+ #: admin/views/debug.php:7
2831
+ msgid "Work in progress"
2832
+ msgstr "In ontwikkeling"
2833
+
2834
+ #: admin/views/placements-content-index.php:1
2835
+ msgid "after"
2836
+ msgstr "na"
2837
+
2838
+ #: admin/views/placements-content-index.php:1
2839
+ msgid "before"
2840
+ msgstr "voor"
2841
+
2842
+ #: admin/views/placements-content-index.php:21
2843
+ msgid "start counting from bottom"
2844
+ msgstr "start met tellen van beneden"
2845
+
2846
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2847
+ msgid "--not selected--"
2848
+ msgstr "--niet geselecteerd--"
2849
+
2850
+ #: admin/views/placements.php:8
2851
+ msgid ""
2852
+ "Couldn’t create the new placement. Please check your form field and whether "
2853
+ "the name is already in use."
2854
+ msgstr ""
2855
+ "We konden de plaatsing niet aanmaken. Controleer of de naam niet al in "
2856
+ "gebruik is en of de ingevulde waardes kloppen."
2857
+
2858
+ #: admin/views/placements.php:10
2859
+ msgid "Placements updated"
2860
+ msgstr "Plaatsingen opgeslagen"
2861
+
2862
+ #: admin/views/placements.php:14
2863
+ msgid ""
2864
+ "Placements are physically places in your theme and posts. You can use them "
2865
+ "if you plan to change ads and ad groups on the same place without the need "
2866
+ "to change your templates."
2867
+ msgstr ""
2868
+ "Plaatsingen zijn fysieke locaties in uw thema of berichten. U kunt ze "
2869
+ "gebruiken als u van plan bent om advertenties en advertentiegroepen aan te "
2870
+ "passen zonder uw templates aan te hoeven passen."
2871
+
2872
+ #: admin/views/placements.php:15
2873
+ #, php-format
2874
+ msgid ""
2875
+ "See also the manual for more information on <a href=\"%s\">placements</a>."
2876
+ msgstr ""
2877
+ "Voor meer informatie over plaatsingen kunt u de <a href=\"$1%s\">"
2878
+ "handleiding</a> raadplegen."
2879
+
2880
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2881
+ msgid "Options"
2882
+ msgstr "Opties"
2883
+
2884
+ #: admin/views/placements.php:43
2885
+ #, php-format
2886
+ msgid ""
2887
+ "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2888
+ "check if the responsible add-on is activated."
2889
+ msgstr ""
2890
+ "Plaatsingstype \"%s\" ontbreekt en is terug gezet naar \"standaard\".<br />"
2891
+ "Controleer of de verantwoordelijke add-on wel geactiveerd is."
2892
+
2893
+ #: admin/views/placements.php:59
2894
+ msgid "show usage"
2895
+ msgstr "toon gebruik"
2896
+
2897
+ #: admin/views/placements.php:83
2898
+ msgid "Item"
2899
+ msgstr "Item"
2900
+
2901
+ #: admin/views/placements.php:148
2902
+ msgid "Save Placements"
2903
+ msgstr "Plaatsingen opslaan"
2904
+
2905
+ #: admin/views/placements.php:150
2906
+ msgid "Create a new placement"
2907
+ msgstr "Maak een nieuwe plaatsing"
2908
+
2909
+ #: admin/views/placements.php:151
2910
+ msgid "New Placement"
2911
+ msgstr "Nieuwe plaatsing"
2912
+
2913
+ #: admin/views/placements.php:158
2914
+ msgid "Choose a placement type"
2915
+ msgstr "Kies een plaatsingstype"
2916
+
2917
+ #: admin/views/placements.php:159
2918
+ #, php-format
2919
+ msgid ""
2920
+ "Placement types define where the ad is going to be displayed. Learn more "
2921
+ "about the different types from the <a href=\"%s\">manual</a>"
2922
+ msgstr ""
2923
+ "Plaatsingstypes stellen vast waar een advertentie getoond zal worden. Voor "
2924
+ "meer informatie over plaatsingstypes kunt u de <a href=\"$1%s\">"
2925
+ "handleiding</a> raadplegen."
2926
+
2927
+ #: admin/views/placements.php:176
2928
+ msgid "Please select a placement type."
2929
+ msgstr "Selecteer alstublieft een plaatsingstype"
2930
+
2931
+ #: admin/views/placements.php:178
2932
+ msgid "Choose a Name"
2933
+ msgstr "Kies een naam"
2934
+
2935
+ #: admin/views/placements.php:179
2936
+ msgid ""
2937
+ "The name of the placement is only visible to you. Tip: choose a descriptive "
2938
+ "one, e.g. <em>Below Post Headline</em>."
2939
+ msgstr ""
2940
+ "De naam van een plaatsing is alleen zichtbaar voor u. Tip: kies een naam die "
2941
+ "de plaatsing goed omschrijft. (Voorbeeld: <em>Onder bericht titel</em>)"
2942
+
2943
+ #: admin/views/placements.php:180
2944
+ msgid "Placement Name"
2945
+ msgstr "Plaatsing naam"
2946
+
2947
+ #: admin/views/placements.php:181
2948
+ msgid "Please enter a name for your placement."
2949
+ msgstr "Vul alstublieft de naam van uw plaatsing in."
2950
+
2951
+ #: admin/views/placements.php:182
2952
+ msgid "Choose the Ad or Group"
2953
+ msgstr "Kies de advertentie of advertentiegroep"
2954
+
2955
+ #: admin/views/placements.php:183
2956
+ msgid "The ad or group that should be displayed."
2957
+ msgstr "De advertentie of advertentiegroep die getoond moet worden."
2958
+
2959
+ #: admin/views/placements.php:202
2960
+ msgid "Save New Placement"
2961
+ msgstr "Nieuwe plaatsing opslaan"
2962
+
2963
+ #: admin/views/post-ad-settings-metabox.php:3
2964
+ msgid "Disable ads on this page"
2965
+ msgstr "Advertenties op deze pagina uitschakelen"
2966
+
2967
+ #: admin/views/setting-license.php:18
2968
+ #, php-format
2969
+ msgid "(%d days left)"
2970
+ msgstr "(%d dagen over)"
2971
+
2972
+ #: admin/views/setting-license.php:22
2973
+ msgid "License key"
2974
+ msgstr "Licentiecode"
2975
+
2976
+ #: admin/views/setting-license.php:45
2977
+ msgid "active"
2978
+ msgstr "actief"
2979
+
2980
+ #: admin/views/settings-disable-ads.php:3
2981
+ msgid "Disable all ads in frontend"
2982
+ msgstr "Schakel alle advertenties aan de voorkant van uw website uit"
2983
+
2984
+ #: admin/views/settings-disable-ads.php:4
2985
+ msgid ""
2986
+ "Use this option to disable all ads in the frontend, but still be able to use "
2987
+ "the plugin."
2988
+ msgstr ""
2989
+ "Gebruik deze instelling om alle advertenties in de voorkant van uw website "
2990
+ "uit te schakelen. U kunt wel gewoon gebruik blijven maken van de plugin."
2991
+
2992
+ #: admin/views/settings-disable-ads.php:8
2993
+ msgid "Disable ads on 404 error pages"
2994
+ msgstr "Schakel advertenties uit op 404 error pagina's"
2995
+
2996
+ #: admin/views/settings-disable-ads.php:12
2997
+ msgid "Disable ads on non-singular pages"
2998
+ msgstr "Schakel advertenties uit op niet-singulaire pagina's"
2999
+
3000
+ #: admin/views/settings-disable-ads.php:13
3001
+ msgid ""
3002
+ "e.g. archive pages like categories, tags, authors, front page (if a list)"
3003
+ msgstr ""
3004
+ "Bijvoorbeeld: archief pagina's zoals categorieën, tags, auteurs en de "
3005
+ "homepagina (indien lijst)"
3006
+
3007
+ #: admin/views/settings-disable-ads.php:16
3008
+ msgid "Disable ads on secondary queries"
3009
+ msgstr "Schakel advertenties uit op secundaire queries"
3010
+
3011
+ #: admin/views/settings-disable-ads.php:17
3012
+ msgid ""
3013
+ "Secondary queries are custom queries of posts outside the main query of a "
3014
+ "page. Try this option if you see ads injected on places where they shouldn’t "
3015
+ "appear."
3016
+ msgstr ""
3017
+ "Secundaire queries zijn aangepaste queries van berichten buiten de hoofd-"
3018
+ "query van een pagina. Probeer deze optie als u advertenties ziet verschijnen "
3019
+ "op plekken waar dit niet hoort."
3020
+
3021
+ #: admin/views/settings.php:35
3022
+ msgid "Save settings on this page"
3023
+ msgstr "Instellingen op deze pagina opslaan"
3024
+
3025
+ #: admin/views/settings.php:51
3026
+ msgid "Advanced Ads on WordPress.org"
3027
+ msgstr "Advanced Ads op WordPress.org"
3028
+
3029
+ #: admin/views/settings.php:51
3030
+ msgid "Advanced Ads on wp.org"
3031
+ msgstr "Advanced Ads op wp.org"
3032
+
3033
+ #: admin/views/settings.php:52
3034
+ msgid "the company behind Advanced Ads"
3035
+ msgstr "het bedrijf achter Advanced Ads"
3036
+
3037
+ #: admin/views/support.php:53
3038
+ msgid ""
3039
+ "Use the following form to search for solutions in the manual on "
3040
+ "wpadvancedads.com"
3041
+ msgstr ""
3042
+ "Gebruik het formulier om te zoeken naar oplossingen in de handleiding op "
3043
+ "wpadvancedads.com"
3044
+
3045
+ #: admin/views/support.php:56
3046
+ msgid "search"
3047
+ msgstr "zoeken"
3048
+
3049
+ #: modules/gadsense/admin/admin.php:27
3050
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
3051
+ msgid "Responsive"
3052
+ msgstr "Responsive"
3053
+
3054
+ #: modules/gadsense/admin/admin.php:45
3055
+ msgid "The ad details couldn't be retrieved from the ad code"
3056
+ msgstr ""
3057
+ "De advertentiedetails konden niet worden opgehaald vanuit de advertentiecode"
3058
+
3059
+ #: modules/gadsense/admin/admin.php:46
3060
+ msgid ""
3061
+ "Warning : The AdSense account from this code does not match the one set with "
3062
+ "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
3063
+ "end."
3064
+ msgstr ""
3065
+ "Waarschuwing: Het AdSense account van deze code komt niet overeen met het "
3066
+ "account wat is ingesteld in de Advanced Ads plugin. Deze advertentie kan "
3067
+ "problemen veroorzaken wanneer deze wordt gebruikt op de voorkant van de "
3068
+ "website."
3069
+
3070
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
3071
+ msgid "AdSense"
3072
+ msgstr "AdSense"
3073
+
3074
+ #: modules/gadsense/admin/admin.php:132
3075
+ msgid "AdSense ID"
3076
+ msgstr "AdSense ID"
3077
+
3078
+ #: modules/gadsense/admin/admin.php:141
3079
+ msgid "Limit to 3 ads"
3080
+ msgstr "Limiteer tot 3 advertenties"
3081
+
3082
+ #: modules/gadsense/admin/admin.php:184
3083
+ msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
3084
+ msgstr "Uw AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
3085
+
3086
+ #: modules/gadsense/admin/admin.php:196
3087
+ #, php-format
3088
+ msgid "Limit to %d AdSense ads"
3089
+ msgstr "Limiteer tot %d AdSense advertenties"
3090
+
3091
+ #: modules/gadsense/admin/admin.php:238
3092
+ #: modules/gadsense/includes/class-ad-type-adsense.php:73
3093
+ msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
3094
+ msgstr ""
3095
+ "Het Publisher ID heeft een incorrect format. (moet starten met \"pub-\")"
3096
+
3097
+ #: modules/gadsense/includes/class-ad-type-adsense.php:35
3098
+ msgid "AdSense ad"
3099
+ msgstr "AdSense advertentie"
3100
+
3101
+ #: modules/gadsense/includes/class-ad-type-adsense.php:36
3102
+ msgid "Use ads from your Google AdSense account"
3103
+ msgstr "Gebruik advertenties van uw Google AdSense account"
3104
+
3105
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
3106
+ msgid "Your AdSense Publisher ID is missing."
3107
+ msgstr "Uw AdSense Publisher ID ontbreekt."
3108
+
3109
+ #: modules/gadsense/includes/class-gadsense-data.php:37
3110
+ msgid "Auto"
3111
+ msgstr "Automatisch"
3112
+
3113
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
3114
+ msgid "Get details"
3115
+ msgstr "Verkrijg details"
3116
+
3117
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
3118
+ msgid "Ad Slot ID"
3119
+ msgstr "Ad Slot ID"
3120
+
3121
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
3122
+ #, php-format
3123
+ msgid "Publisher ID: %s"
3124
+ msgstr "Publisher ID: %s"
3125
+
3126
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
3127
+ #, php-format
3128
+ msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3129
+ msgstr "<a href=\"%s\" target=\"_blank\">Pas het alstublieft hier aan</a>."
3130
+
3131
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
3132
+ msgid "Normal"
3133
+ msgstr "Normaal"
3134
+
3135
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
3136
+ msgid "Resizing"
3137
+ msgstr "Schalen"
languages/advanced-ads-pt_BR.mo CHANGED
Binary file
languages/advanced-ads-pt_BR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
- "POT-Creation-Date: 2016-11-21 12:17+0000\n"
6
- "PO-Revision-Date: 2016-11-21 12:17+0000\n"
7
- "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: Portuguese (Brazil)\n"
9
  "Language: pt-BR\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
@@ -22,97 +22,194 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: pt_BR"
24
 
25
- #: classes/ad-debug.php:33
26
- msgid "Current query is not identical to main query."
27
  msgstr ""
28
 
29
- #: classes/ad-debug.php:40
30
- msgid "Current post is not identical to main post."
31
  msgstr ""
32
 
33
- #: classes/ad-debug.php:43
 
 
 
 
34
  msgid "current post"
35
  msgstr ""
36
 
37
- #: classes/ad-debug.php:46
 
 
 
 
38
  msgid "main post"
39
  msgstr ""
40
 
41
- #: classes/ad-debug.php:52
42
- msgid "The ad is displayed on the page"
43
  msgstr ""
44
 
45
- #: classes/ad-debug.php:54
46
- msgid "The ad is not displayed on the page"
47
  msgstr ""
48
 
49
- #: classes/ad-debug.php:62
50
- msgid "The current URL is HTTPS, but the ad code contains HTTP"
51
  msgstr ""
52
 
53
- #: classes/ad-debug.php:99
54
- msgid "current query"
 
 
55
  msgstr ""
56
 
57
- #: classes/ad-debug.php:99
58
- msgid "main query"
 
59
  msgstr ""
60
 
61
- #: classes/ad-debug.php:130
62
- msgid "Placement"
 
 
 
 
 
 
 
 
63
  msgstr ""
64
 
65
- #: classes/EDD_SL_Plugin_Updater.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  #, php-format
67
  msgid ""
68
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
69
  msgstr ""
70
 
71
- #: classes/EDD_SL_Plugin_Updater.php:204
72
  #, php-format
73
  msgid ""
74
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
75
  "or %5$supdate now%6$s."
76
  msgstr ""
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  #: classes/frontend_checks.php:40
79
  msgid "Ad Health"
80
  msgstr ""
81
 
82
- #: classes/frontend_checks.php:47
83
  msgid "jQuery not in header"
84
  msgstr ""
85
 
86
- #: classes/frontend_checks.php:59
 
 
 
 
87
  msgid "Ad blocker enabled"
88
  msgstr ""
89
 
90
- #: classes/frontend_checks.php:73
91
  #, php-format
92
  msgid "<em>%s</em> filter does not exist"
93
  msgstr ""
94
 
95
- #: classes/frontend_checks.php:90
96
  msgid "Ads are disabled on this page"
97
  msgstr ""
98
 
99
- #: classes/frontend_checks.php:104
100
  msgid "Ads are disabled in the content of this page"
101
  msgstr ""
102
 
103
- #: classes/frontend_checks.php:117
104
  msgid "the current post ID is 0 "
105
  msgstr ""
106
 
107
- #: classes/frontend_checks.php:132
108
  msgid "Ads are disabled on 404 pages"
109
  msgstr ""
110
 
111
- #: classes/frontend_checks.php:146
112
  msgid "Ads are disabled on non singular pages"
113
  msgstr ""
114
 
115
- #: classes/frontend_checks.php:160
116
  #: modules/import-export/classes/XmlEncoder.php:61
117
  #: modules/import-export/classes/XmlEncoder.php:64
118
  #: modules/import-export/classes/XmlEncoder.php:193
@@ -121,29 +218,77 @@ msgstr ""
121
  msgid "The %s extension(s) is not loaded"
122
  msgstr ""
123
 
124
- #: classes/frontend_checks.php:174
125
  msgid "Everything is fine"
126
  msgstr ""
127
 
128
- #: classes/frontend_checks.php:185
129
  msgid "debug DFP ads"
130
  msgstr ""
131
 
132
- #: classes/frontend_checks.php:196
133
  msgid "highlight ads"
134
  msgstr ""
135
 
136
- #: public/class-advanced-ads.php:721
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  msgctxt "label above ads"
138
  msgid "Advertisements"
139
  msgstr ""
140
 
141
- #: admin/includes/class-ad-type.php:491
 
 
 
 
 
 
 
 
 
142
  #, php-format
143
  msgid ""
144
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
145
  msgstr ""
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  #: admin/includes/class-overview-widgets.php:67
148
  msgid "Selling Ads"
149
  msgstr ""
@@ -157,33 +302,137 @@ msgstr ""
157
  msgid "Get the Selling Ads add-on"
158
  msgstr ""
159
 
160
- #: admin/includes/class-settings.php:160
161
  msgid "Delete data on uninstall"
162
  msgstr ""
163
 
164
- #: admin/includes/class-settings.php:423
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
166
  msgstr ""
167
 
168
- #: admin/views/ad-display-metabox.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgid "Forced to OR."
170
  msgstr ""
171
 
172
- #: admin/views/ad-display-metabox.php:51 admin/views/ad-info-top.php:78
 
173
  msgid "manual"
174
  msgstr ""
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #: admin/views/ad-info-bottom.php:2
177
  msgctxt "wizard navigation"
178
  msgid "previous"
179
  msgstr ""
180
 
181
- #: admin/views/ad-info-bottom.php:4
182
  msgctxt "wizard navigation"
183
  msgid "save"
184
  msgstr ""
185
 
186
- #: admin/views/ad-info-bottom.php:5
187
  msgctxt "wizard navigation"
188
  msgid "next"
189
  msgstr ""
@@ -196,7 +445,7 @@ msgstr ""
196
  msgid "Existing placement"
197
  msgstr ""
198
 
199
- #: admin/views/ad-info-top.php:64 admin/views/ad-info-top.php:76
200
  msgid "Start Wizard"
201
  msgstr ""
202
 
@@ -204,17 +453,17 @@ msgstr ""
204
  msgid "Stop Wizard"
205
  msgstr ""
206
 
207
- #: admin/views/ad-info-top.php:74
208
  msgid "Welcome to the Wizard"
209
  msgstr ""
210
 
211
- #: admin/views/ad-info-top.php:75
212
  msgid ""
213
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
214
  "the most common options are visible."
215
  msgstr ""
216
 
217
- #: admin/views/ad-info-top.php:77
218
  msgid "Stop Wizard and show all options"
219
  msgstr ""
220
 
@@ -234,39 +483,121 @@ msgstr ""
234
  msgid "Get dummy ad content (Link)"
235
  msgstr ""
236
 
237
- #: admin/views/ad-parameters-metabox.php:30
238
  msgid ""
239
- "The code of this ad might not work properly with the <em>Content</em> "
240
- "placement."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  msgstr ""
242
 
243
- #: admin/views/ad-parameters-metabox.php:31
244
  #, php-format
245
- msgid "Reach out to <a href=\"%s\">support</a> to get help."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgstr ""
247
 
248
- #: admin/views/settings.php:48 modules/import-export/main.php:15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  #: modules/import-export/main.php:15
250
  msgid "Import &amp; Export"
251
  msgstr ""
252
 
253
- #: admin/views/support.php:49
254
  msgid "Ads not showing up"
255
  msgstr ""
256
 
257
- #: admin/views/support.php:50
258
  msgid "Purchase & Licenses"
259
  msgstr ""
260
 
261
- #: admin/views/support.php:51
262
  msgid "General Issues"
263
  msgstr ""
264
 
265
- #: admin/views/support.php:52
266
  msgid "Issues with Add-Ons"
267
  msgstr ""
268
 
269
- #: admin/views/support.php:59
270
  #, php-format
271
  msgid ""
272
  "Take a look at more common issues or contact us directly through the <a "
@@ -297,13 +628,37 @@ msgstr ""
297
  msgid "Find solutions in the manual"
298
  msgstr ""
299
 
300
- #: modules/gadsense/admin/admin.php:199
301
  msgid ""
302
  "There is no explicit limit for AdSense ads anymore, but you can still use "
303
  "this setting to prevent too many AdSense ads to show accidentally on your "
304
  "site."
305
  msgstr ""
306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  #: modules/import-export/classes/import.php:64
308
  msgid "Please enter XML content"
309
  msgstr ""
@@ -458,7 +813,35 @@ msgstr ""
458
  msgid "Start import"
459
  msgstr ""
460
 
461
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
462
  #, php-format
463
  msgid ""
464
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
@@ -466,87 +849,49 @@ msgid ""
466
  "vertical, or rectangle formats."
467
  msgstr ""
468
 
469
- #: admin/class-advanced-ads-admin.php:167 classes/display-conditions.php:169
470
- #: classes/visitor-conditions.php:214 admin/views/ad-display-metabox.php:103
471
  msgid "or"
472
  msgstr "ou"
473
 
474
- #: admin/class-advanced-ads-admin.php:168 classes/display-conditions.php:169
475
- #: classes/visitor-conditions.php:214 admin/views/ad-visitor-metabox.php:68
476
  msgid "and"
477
  msgstr "e"
478
 
479
- #: admin/class-advanced-ads-admin.php:169
480
  msgid "After which paragraph?"
481
  msgstr "Após o qual parágrafo?"
482
 
483
- #: admin/class-advanced-ads-admin.php:278
484
  #, php-format
485
  msgid "time of %s"
486
  msgstr "tempo de %s"
487
 
488
- #: admin/class-advanced-ads-admin.php:314
489
- msgid "Error while trying to register the license. Please contact support."
490
- msgstr "Erro ao tentar registrar a licença. Entre em contato com o suporte."
491
-
492
- #: admin/class-advanced-ads-admin.php:319 admin/views/setting-license.php:40
493
- msgid "Please enter a valid license key"
494
- msgstr "Por favor digite uma chave de licença válida"
495
-
496
- #: admin/class-advanced-ads-admin.php:350
497
- #: modules/marketpress-license/main.php:65
498
- #: modules/marketpress-license/main.php:77
499
- msgid "License couldn’t be activated. Please try again later."
500
- msgstr "Licença não pôde ser ativada. Por favor, tente novamente mais tarde."
501
-
502
- #: admin/class-advanced-ads-admin.php:365
503
- msgid "This is the bundle license key."
504
- msgstr "Esta é a chave de licença do pacote."
505
-
506
- #: admin/class-advanced-ads-admin.php:366
507
- #: modules/marketpress-license/main.php:136
508
- msgid "This is not the correct key for this add-on."
509
- msgstr "Esta não é a chave correta para este add-on."
510
-
511
- #: admin/class-advanced-ads-admin.php:367
512
- #: modules/marketpress-license/main.php:134
513
- msgid "There are no activations left."
514
- msgstr "Não há ativações deixadas."
515
-
516
- #: admin/class-advanced-ads-admin.php:436
517
- msgid "Error while trying to disable the license. Please contact support."
518
- msgstr "Erro ao tentar desativar a licença. Entre em contato com o suporte."
519
-
520
- #: admin/class-advanced-ads-admin.php:463
521
- #: admin/class-advanced-ads-admin.php:481
522
- msgid "License couldn’t be deactivated. Please try again later."
523
- msgstr ""
524
- "Licença não pôde ser desativada. Por favor, tente novamente mais tarde."
525
-
526
- #: admin/class-advanced-ads-admin.php:647 admin/includes/class-menu.php:87
527
- #: admin/includes/class-menu.php:87
528
  msgid "Support"
529
  msgstr "Suporte"
530
 
531
- #: admin/class-advanced-ads-admin.php:651
532
  msgid "Add-Ons"
533
  msgstr "Add-Ons"
534
 
535
- #: classes/ad-debug.php:119 classes/ad-debug.php:169 classes/ad-debug.php:171
536
- #: public/class-advanced-ads.php:598 admin/views/ad-group-list-form-row.php:31
537
  msgid "Ad"
538
  msgstr "Anúncios"
539
 
540
- #: classes/ad-debug.php:123 public/class-advanced-ads.php:561
541
  msgctxt "ad group singular name"
542
  msgid "Ad Group"
543
  msgstr "Grupo de Anúncios"
544
 
545
- #: classes/ad-debug.php:154 admin/includes/class-meta-box.php:65
546
  msgid "Display Conditions"
547
  msgstr "Condições de exibição"
548
 
549
- #: classes/ad-debug.php:237 admin/includes/class-meta-box.php:68
550
  msgid "Visitor Conditions"
551
  msgstr "Condições para Visitantes"
552
 
@@ -558,58 +903,58 @@ msgstr "Manual de Locais"
558
  msgid "Manual placement to use as function or shortcode."
559
  msgstr "Manual de locais para usar como função ou shortcode."
560
 
561
- #: classes/ad_placements.php:36
562
  msgid "Header Code"
563
  msgstr "Código no Cabeçalho"
564
 
565
- #: classes/ad_placements.php:37
566
  msgid ""
567
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
568
  msgstr ""
569
  "Injetado no Cabeçalho (antes de fechar a Tag &lt;/head&gt; muitas vezes não "
570
  "visível)."
571
 
572
- #: classes/ad_placements.php:41
573
  msgid "Footer Code"
574
  msgstr "Código no Rodapé"
575
 
576
- #: classes/ad_placements.php:42
577
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
578
  msgstr "Injetado no Rodapé (antes de fechar a Tag &lt;/body&gt;)."
579
 
580
- #: classes/ad_placements.php:46 admin/views/ad-info-top.php:9
581
  msgid "Before Content"
582
  msgstr "Antes do Conteúdo"
583
 
584
- #: classes/ad_placements.php:47
585
  msgid "Injected before the post content."
586
  msgstr "Inserido antes do post"
587
 
588
- #: classes/ad_placements.php:51 admin/views/ad-info-top.php:11
589
  msgid "After Content"
590
  msgstr "Depois do Conteúdo"
591
 
592
- #: classes/ad_placements.php:52
593
  msgid "Injected after the post content."
594
  msgstr "Inserido depois do post"
595
 
596
- #: classes/ad_placements.php:56
597
- msgid "Post Content"
598
- msgstr "Conteúdo do Post"
599
 
600
- #: classes/ad_placements.php:57
601
  msgid ""
602
- "Injected into the content. You can choose the paragraph after which the "
603
- "ad content is displayed."
604
  msgstr ""
605
  "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o "
606
  "anúncio será exibido."
607
 
608
- #: classes/ad_placements.php:61
609
  msgid "Sidebar Widget"
610
  msgstr "Widget da Barra Lateral"
611
 
612
- #: classes/ad_placements.php:62
613
  msgid ""
614
  "Create a sidebar widget with an ad. Can be placed and used like any other "
615
  "widget."
@@ -617,27 +962,27 @@ msgstr ""
617
  "Criar um widget na barra lateral com um anúncio. Pode ser colocado e "
618
  "utilizado como qualquer outro widget."
619
 
620
- #: classes/ad_placements.php:214
621
  #, php-format
622
  msgid "paragraph (%s)"
623
  msgstr "parágrafo (%s)"
624
 
625
- #: classes/ad_placements.php:215
626
  #, php-format
627
  msgid "paragraph without image (%s)"
628
  msgstr "parágrafo sem imagem (%s)"
629
 
630
- #: classes/ad_placements.php:216
631
  #, php-format
632
  msgid "headline 2 (%s)"
633
  msgstr "Título 2 (%s)"
634
 
635
- #: classes/ad_placements.php:217
636
  #, php-format
637
  msgid "headline 3 (%s)"
638
  msgstr "Título 3 (%s)"
639
 
640
- #: classes/ad_placements.php:218
641
  #, php-format
642
  msgid "headline 4 (%s)"
643
  msgstr "Título 4 (%s)"
@@ -689,11 +1034,11 @@ msgstr ""
689
  msgid "Insert plain text or code into this field."
690
  msgstr "Insira o texo ou código no campo."
691
 
692
- #: classes/ad_type_plain.php:88
693
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
694
  msgstr "Executar código PHP (envolto em <code>&lt;?php ?&gt;</code>)"
695
 
696
- #: classes/checks.php:242
697
  #, php-format
698
  msgid ""
699
  "Possible conflict between jQueryUI library, used by Advanced Ads and other "
@@ -733,120 +1078,94 @@ msgstr "condições gerais"
733
  msgid "author"
734
  msgstr "autor"
735
 
736
- #: classes/display-conditions.php:111
737
  #, php-format
738
  msgid "archive: %s"
739
  msgstr "arquivo: %s"
740
 
741
- #: classes/display-conditions.php:204 classes/display-conditions.php:257
742
- #: classes/display-conditions.php:310 classes/display-conditions.php:385
743
- msgid "show"
744
- msgstr "mostrar"
745
-
746
- #: classes/display-conditions.php:205 classes/display-conditions.php:258
747
- #: classes/display-conditions.php:311 classes/display-conditions.php:386
748
- msgid "hide"
749
- msgstr "esconder"
750
-
751
- #: classes/display-conditions.php:228 classes/display-conditions.php:272
752
- #: classes/display-conditions.php:360
753
  msgctxt "Error message shown when no display condition term is selected"
754
  msgid "Please select some items."
755
  msgstr "Por favor, selecione alguns itens."
756
 
757
- #: classes/display-conditions.php:350
758
  msgctxt "display the terms search field on ad edit page"
759
  msgid "add more terms"
760
  msgstr "adicionar mais termos"
761
 
762
- #: classes/display-conditions.php:351
763
- msgid "add more terms"
764
- msgstr "adicionar mais termos"
765
-
766
- #: classes/display-conditions.php:353
767
  msgid "term name or id"
768
  msgstr "nome ou id do termo"
769
 
770
- #: classes/display-conditions.php:414
771
  msgid "title or id"
772
  msgstr "título ou id"
773
 
774
- #: classes/display-conditions.php:459
775
  msgid "Home Page"
776
  msgstr "Página Inicial"
777
 
778
- #: classes/display-conditions.php:460
779
  msgid "show on Home page"
780
  msgstr "mostrar na página inicial"
781
 
782
- #: classes/display-conditions.php:464
783
  msgid "Singular Pages"
784
  msgstr "Páginas Simples"
785
 
786
- #: classes/display-conditions.php:465
787
  msgid "show on singular pages/posts"
788
  msgstr "mostrar no singular páginas/posts"
789
 
790
- #: classes/display-conditions.php:469
791
  msgid "Archive Pages"
792
  msgstr "Páginas de Arquivos"
793
 
794
- #: classes/display-conditions.php:470
795
  msgid "show on any type of archive page (category, tag, author and date)"
796
  msgstr "mostrar em qualquer tipo de página (categoria, tag, autor e data)"
797
 
798
- #: classes/display-conditions.php:474
799
  msgid "Search Results"
800
  msgstr "Resultados da Pesquisa"
801
 
802
- #: classes/display-conditions.php:475
803
  msgid "show on search result pages"
804
  msgstr "mostrar nas páginas de resultados de busca"
805
 
806
- #: classes/display-conditions.php:479
807
  msgid "404 Page"
808
  msgstr "Página 404"
809
 
810
- #: classes/display-conditions.php:480
811
  msgid "show on 404 error page"
812
  msgstr "mostrar na página de erro 404"
813
 
814
- #: classes/display-conditions.php:484
815
  msgid "Attachment Pages"
816
  msgstr "Páginas de Anexos"
817
 
818
- #: classes/display-conditions.php:485
819
  msgid "show on attachment pages"
820
  msgstr "mostrar nas páginas de anexos"
821
 
822
- #: classes/display-conditions.php:489
823
  msgid "Secondary Queries"
824
  msgstr "Consultas Secundárias"
825
 
826
- #: classes/display-conditions.php:490
827
  msgid "allow ads in secondary queries"
828
  msgstr "permitir anúncios em consultas secundárias"
829
 
830
- #: classes/display-conditions.php:494
831
  msgid "Feed"
832
  msgstr "Feed"
833
 
834
- #: classes/display-conditions.php:495
835
  msgid "allow ads in Feed"
836
  msgstr "permitir anúncios no Feed"
837
 
838
- #: classes/EDD_SL_Plugin_Updater.php:358
839
- msgid "You do not have permission to install plugin updates"
840
- msgstr "Você não tem permissão para instalar atualizações do plugin"
841
-
842
- #: classes/EDD_SL_Plugin_Updater.php:358
843
- msgid "Error"
844
- msgstr "Erro"
845
-
846
- #: classes/visitor-conditions.php:32
847
- msgid "mobile device"
848
- msgstr "dispositivo móvel"
849
-
850
  #: classes/visitor-conditions.php:33
851
  msgid "Display ads only on mobile devices or hide them."
852
  msgstr "Exibir anúncios somente em dispositivos móveis ou ocultá-los."
@@ -859,59 +1178,59 @@ msgstr "visitante logado"
859
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
860
  msgstr "Se o visitante deve estar logado ou não, para visualizar os anúncios."
861
 
862
- #: classes/visitor-conditions.php:107
863
  msgid "Manual and Troubleshooting"
864
  msgstr "Manual e Resolução de Problemas"
865
 
866
- #: classes/visitor-conditions.php:136
867
  msgid "equal"
868
  msgstr "igual"
869
 
870
- #: classes/visitor-conditions.php:137
871
  msgid "equal or higher"
872
  msgstr "igual ou superior"
873
 
874
- #: classes/visitor-conditions.php:138
875
  msgid "equal or lower"
876
  msgstr "igual ou inferior"
877
 
878
- #: classes/visitor-conditions.php:168
879
  msgid "contains"
880
  msgstr "contenha"
881
 
882
- #: classes/visitor-conditions.php:169
883
  msgid "starts with"
884
  msgstr "começa com"
885
 
886
- #: classes/visitor-conditions.php:170
887
  msgid "ends with"
888
  msgstr "termina com"
889
 
890
- #: classes/visitor-conditions.php:171
891
  msgid "matches"
892
  msgstr "corresponde"
893
 
894
- #: classes/visitor-conditions.php:172
895
  msgid "matches regex"
896
  msgstr "corresponda regex"
897
 
898
- #: classes/visitor-conditions.php:173
899
  msgid "does not contain"
900
  msgstr "não contém"
901
 
902
- #: classes/visitor-conditions.php:174
903
  msgid "does not start with"
904
  msgstr "não começa com"
905
 
906
- #: classes/visitor-conditions.php:175
907
  msgid "does not end with"
908
  msgstr "não termina com"
909
 
910
- #: classes/visitor-conditions.php:176
911
  msgid "does not match"
912
  msgstr "não corresponde"
913
 
914
- #: classes/visitor-conditions.php:177
915
  msgid "does not match regex"
916
  msgstr "não corresponde regex"
917
 
@@ -919,285 +1238,318 @@ msgstr "não corresponde regex"
919
  msgid "Display Ads and Ad Groups."
920
  msgstr "Exibir Anúncios e Grupos de Anúncios."
921
 
922
- #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:75
923
  msgid "--empty--"
924
  msgstr "--vazio--"
925
 
926
- #: classes/widget.php:69 admin/includes/class-menu.php:72
927
- #: admin/includes/class-shortcode-creator.php:91 admin/views/placements.php:19
928
  #: modules/import-export/views/page.php:25
929
  msgid "Placements"
930
  msgstr "Locais"
931
 
932
- #: classes/widget.php:76 admin/includes/class-menu.php:67
933
- #: admin/includes/class-shortcode-creator.php:84 admin/views/placements.php:76
934
- #: admin/views/placements.php:182
935
  msgid "Ad Groups"
936
  msgstr "Grupos de Anúncios"
937
 
938
- #: classes/widget.php:83 public/class-advanced-ads.php:597
939
- #: admin/includes/class-menu.php:56 admin/includes/class-menu.php:56
940
- #: admin/includes/class-shortcode-creator.php:77
941
- #: admin/views/ad-group-list-form-row.php:28
942
- #: admin/views/ad-group-list-header.php:5 admin/views/placements.php:83
943
- #: admin/views/placements.php:189 modules/import-export/views/page.php:23
944
  msgid "Ads"
945
  msgstr "Anúncios"
946
 
947
- #: public/class-advanced-ads.php:316
948
  msgid "Advanced Ads Error following:"
949
  msgstr "Anúncios Avançados possui os seguintes Erros:"
950
 
951
- #: public/class-advanced-ads.php:319
952
  #, php-format
953
  msgid "Advanced Ads Error: %s"
954
  msgstr "Aúncios Avançados Erro: %s"
955
 
956
- #: public/class-advanced-ads.php:560
957
  msgctxt "ad group general name"
958
  msgid "Ad Groups"
959
  msgstr "Grupos de Anúncios"
960
 
961
- #: public/class-advanced-ads.php:562
962
  msgid "Search Ad Groups"
963
  msgstr "Pesquisar Grupos de Anúncios"
964
 
965
- #: public/class-advanced-ads.php:563
966
  msgid "All Ad Groups"
967
  msgstr "Todos os Grupos de Anúncios"
968
 
969
- #: public/class-advanced-ads.php:564
970
  msgid "Parent Ad Groups"
971
  msgstr "Grupos de Anúncios Pai"
972
 
973
- #: public/class-advanced-ads.php:565
974
  msgid "Parent Ad Groups:"
975
  msgstr "Grupos de Anúncios Pai:"
976
 
977
- #: public/class-advanced-ads.php:566
978
  msgid "Edit Ad Group"
979
  msgstr "Editar Grupo de Anúncios"
980
 
981
- #: public/class-advanced-ads.php:567
982
  msgid "Update Ad Group"
983
  msgstr "Atualizar Grupo de Anúncios"
984
 
985
- #: public/class-advanced-ads.php:568
986
  msgid "Add New Ad Group"
987
  msgstr "Adicionar Novo Grupo de Anúncios"
988
 
989
- #: public/class-advanced-ads.php:569
990
  msgid "New Ad Groups Name"
991
  msgstr "Nome do Novo Grupo de Anúncios"
992
 
993
- #: public/class-advanced-ads.php:570 admin/includes/class-menu.php:67
994
  #: modules/import-export/views/page.php:24
995
  msgid "Groups"
996
  msgstr "Grupos"
997
 
998
- #: public/class-advanced-ads.php:571
999
  msgid "No Ad Group found"
1000
  msgstr "Nenhum Grupo de Anúncios encontrado"
1001
 
1002
- #: public/class-advanced-ads.php:599 public/class-advanced-ads.php:603
1003
- #: admin/includes/class-menu.php:62 admin/views/ad-group-list-form-row.php:45
1004
  msgid "New Ad"
1005
  msgstr "Novo Anúncio"
1006
 
1007
- #: public/class-advanced-ads.php:600 admin/includes/class-menu.php:62
1008
  msgid "Add New Ad"
1009
  msgstr "Adicionar Novo Anúncio"
1010
 
1011
- #: public/class-advanced-ads.php:601
1012
- #: admin/includes/class-ad-groups-list.php:302
1013
  #: modules/import-export/classes/import.php:143
1014
  #: modules/import-export/classes/import.php:183
1015
  #: modules/import-export/classes/import.php:559
1016
  msgid "Edit"
1017
  msgstr "Editar"
1018
 
1019
- #: public/class-advanced-ads.php:602
1020
  msgid "Edit Ad"
1021
  msgstr "Editar Anúncio"
1022
 
1023
- #: public/class-advanced-ads.php:604
1024
  msgid "View"
1025
  msgstr "Visualizar"
1026
 
1027
- #: public/class-advanced-ads.php:605
1028
  msgid "View the Ad"
1029
  msgstr "Visualizar o Anúncio"
1030
 
1031
- #: public/class-advanced-ads.php:606
1032
  msgid "Search Ads"
1033
  msgstr "Pesquisar Anúncios"
1034
 
1035
- #: public/class-advanced-ads.php:607
1036
  msgid "No Ads found"
1037
  msgstr "Nenhum Anúncio encontrado"
1038
 
1039
- #: public/class-advanced-ads.php:608
1040
  msgid "No Ads found in Trash"
1041
  msgstr "Nenhum Anúncio encontrado na Lixeira"
1042
 
1043
- #: public/class-advanced-ads.php:609
1044
  msgid "Parent Ad"
1045
  msgstr "Anúncio Pai"
1046
 
1047
- #: admin/includes/class-ad-groups-list.php:165
1048
  msgid "Ad weight"
1049
  msgstr "Peso do Anúncio"
1050
 
1051
- #: admin/includes/class-ad-groups-list.php:173
1052
  #: admin/views/ad-list-timing-column.php:4
1053
  #, php-format
1054
  msgid "starts %s"
1055
  msgstr "inicia %s"
1056
 
1057
- #: admin/includes/class-ad-groups-list.php:192
1058
  #: admin/views/ad-list-timing-column.php:21
1059
  #, php-format
1060
  msgid "expires %s"
1061
  msgstr "expira %s"
1062
 
1063
- #: admin/includes/class-ad-groups-list.php:194
1064
  #: admin/views/ad-list-timing-column.php:23
1065
  #, php-format
1066
  msgid "<strong>expired</strong> %s"
1067
  msgstr "<strong>expirado</strong> %s"
1068
 
1069
- #: admin/includes/class-ad-groups-list.php:207
1070
  msgid "all published ads are displayed"
1071
  msgstr "todos os anúncios publicados estão sendo exibidos"
1072
 
1073
- #: admin/includes/class-ad-groups-list.php:209
1074
  #, php-format
1075
  msgid "up to %d ads displayed"
1076
  msgstr "vá para %d anúncios exibidos"
1077
 
1078
- #: admin/includes/class-ad-groups-list.php:212
1079
  msgid "No ads assigned"
1080
  msgstr "Não há anúncios atribuídos"
1081
 
1082
- #: admin/includes/class-ad-groups-list.php:278
1083
  msgid "Random ads"
1084
  msgstr "Anúncios aleatórios"
1085
 
1086
- #: admin/includes/class-ad-groups-list.php:279
1087
  msgid "Display random ads based on ad weight"
1088
  msgstr "Exibir anúncios aleatórios com base no peso anúncio"
1089
 
1090
- #: admin/includes/class-ad-groups-list.php:282
1091
  msgid "Ordered ads"
1092
  msgstr "Anúncios ordenados"
1093
 
1094
- #: admin/includes/class-ad-groups-list.php:283
1095
  msgid "Display ads with the highest ad weight first"
1096
  msgstr "Os anúncios gráficos com maior peso em primeiro lugar"
1097
 
1098
- #: admin/includes/class-ad-groups-list.php:303
1099
  msgid "Usage"
1100
  msgstr "Usar"
1101
 
1102
- #: admin/includes/class-ad-groups-list.php:333
1103
  msgid "Invalid Ad Group"
1104
  msgstr "Grupo de Anúncios Inválido"
1105
 
1106
- #: admin/includes/class-ad-groups-list.php:338
1107
  msgid "You don’t have permission to change the ad groups"
1108
  msgstr "Você não tem permissão para alterar os grupos de anúncios"
1109
 
1110
- #: admin/includes/class-ad-type.php:79 admin/includes/class-ad-type.php:84
1111
  msgid "Ad Details"
1112
  msgstr "Detalhes do Anúncio"
1113
 
1114
- #: admin/includes/class-ad-type.php:80 admin/includes/class-ad-type.php:85
1115
  msgid "Ad Planning"
1116
  msgstr "Planejamento de Anúncio"
1117
 
1118
- #: admin/includes/class-ad-type.php:182
1119
  msgid "expired"
1120
  msgstr "expirado"
1121
 
1122
- #: admin/includes/class-ad-type.php:183
1123
  msgid "any expiry date"
1124
  msgstr "qualquer data de expiração"
1125
 
1126
- #: admin/includes/class-ad-type.php:184
1127
  msgid "planned"
1128
  msgstr ""
1129
  "\n"
1130
  "planejado"
1131
 
1132
- #: admin/includes/class-ad-type.php:487 admin/includes/class-ad-type.php:488
1133
  msgid "Ad updated."
1134
  msgstr "Anúncio atualizado."
1135
 
1136
  #. translators: %s: date and time of the revision
1137
- #: admin/includes/class-ad-type.php:490
1138
  #, php-format
1139
  msgid "Ad restored to revision from %s"
1140
  msgstr "Anúncio restaurado para revisão de %s"
1141
 
1142
- #: admin/includes/class-ad-type.php:491
1143
  msgid "Ad published."
1144
  msgstr "Anúncio publicado."
1145
 
1146
- #: admin/includes/class-ad-type.php:492
1147
  msgid "Ad saved."
1148
  msgstr "Anúncio salvo."
1149
 
1150
- #: admin/includes/class-ad-type.php:493
1151
  msgid "Ad submitted."
1152
  msgstr "Anúncio enviado."
1153
 
1154
- #: admin/includes/class-ad-type.php:495
1155
  #, php-format
1156
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1157
  msgstr "Anúncio previsto para: <strong>%1$s</strong>."
1158
 
1159
  #. translators: Publish box date format, see http://php.net/date
1160
- #: admin/includes/class-ad-type.php:497
1161
  msgid "M j, Y @ G:i"
1162
  msgstr "M j, Y @ G:i"
1163
 
1164
- #: admin/includes/class-ad-type.php:499
1165
  msgid "Ad draft updated."
1166
  msgstr "Rascunho do Anúncio atualizado."
1167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1168
  #: admin/includes/class-menu.php:52
1169
  msgid "Overview"
1170
  msgstr "Visão geral"
1171
 
1172
- #: admin/includes/class-menu.php:72
1173
  msgid "Ad Placements"
1174
  msgstr "Locais de Anúncio"
1175
 
1176
- #: admin/includes/class-menu.php:76
1177
  msgid "Advanced Ads Settings"
1178
  msgstr "Configurações de Anúncios Avançados"
1179
 
1180
- #: admin/includes/class-menu.php:76 admin/views/debug.php:10
1181
  msgid "Settings"
1182
  msgstr "Configurações"
1183
 
1184
- #: admin/includes/class-menu.php:79
1185
  msgid "Advanced Ads Debugging"
1186
  msgstr "Debug de Anúncios Avançados"
1187
 
1188
- #: admin/includes/class-menu.php:79
1189
  msgid "Debug"
1190
  msgstr "Debug"
1191
 
1192
- #: admin/includes/class-menu.php:83 admin/includes/class-menu.php:83
1193
- msgid "Advanced Ads Intro"
1194
- msgstr "Introdução ao Anúncios Avançados"
1195
-
1196
- #: admin/includes/class-menu.php:205 admin/includes/class-menu.php:232
1197
  msgid "Sorry, you are not allowed to access this feature."
1198
  msgstr "Desculpe, você não tem permissão para acessar esta função."
1199
 
1200
- #: admin/includes/class-menu.php:218
1201
  msgid ""
1202
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1203
  "deleted?"
@@ -1216,50 +1568,50 @@ msgstr "Parâmetros do Anúncio"
1216
  msgid "Layout / Output"
1217
  msgstr "Layout / Exibição"
1218
 
1219
- #: admin/includes/class-meta-box.php:125 admin/includes/class-meta-box.php:136
1220
- #: admin/includes/class-meta-box.php:141 admin/includes/class-settings.php:409
1221
  #: admin/views/ad-output-metabox.php:51
1222
  msgid "Manual"
1223
  msgstr "Manual"
1224
 
1225
- #: admin/includes/class-meta-box.php:135
1226
  msgid "Video"
1227
  msgstr "Vídeo"
1228
 
1229
- #: admin/includes/class-meta-box.php:196
1230
  msgid "Ad Settings"
1231
  msgstr "Configurações do Anúncio"
1232
 
1233
- #: admin/includes/class-meta-box.php:298 admin/views/overview.php:23
1234
  msgid "Ads Dashboard"
1235
  msgstr "Painel de Anúncios"
1236
 
1237
- #: admin/includes/class-meta-box.php:310
1238
  msgid "From the ad optimization universe"
1239
  msgstr "Universo de otimizações de anúncios"
1240
 
1241
- #: admin/includes/class-meta-box.php:319
1242
  msgid "Advanced Ads Tutorials"
1243
  msgstr "Tutoriais do Anúncios Avançados"
1244
 
1245
- #: admin/includes/class-meta-box.php:330
1246
  #, php-format
1247
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1248
  msgstr "%d anúncios – <a href=\"%s\">gerir</a> - <a href=\"%s\">novos</a>"
1249
 
1250
- #: admin/includes/class-meta-box.php:341
1251
  msgid "plugin manual and homepage"
1252
  msgstr "manual e página do plugin"
1253
 
1254
- #: admin/includes/class-meta-box.php:348
1255
  msgid "Get the tutorial via email"
1256
  msgstr "Receba o tutorial por e-mail"
1257
 
1258
- #: admin/includes/class-meta-box.php:355
1259
  msgid "Get AdSense tips via email"
1260
  msgstr "Receba dicas do AdSense via e-mail"
1261
 
1262
- #: admin/includes/class-notices.php:412
1263
  #, php-format
1264
  msgid ""
1265
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
@@ -1268,14 +1620,14 @@ msgstr ""
1268
  "Você não parece ter um endereço de e-mail. Utilize <a href=\"%s\" "
1269
  "target=\"_blank\">este formulário</a> para se inscrever."
1270
 
1271
- #: admin/includes/class-notices.php:430
1272
  msgid ""
1273
  "How embarrassing. The email server seems to be down. Please try again later."
1274
  msgstr ""
1275
  "Como é embaraçoso. O servidor de e-mail parece ser ruim. Por favor tente de "
1276
  "novo mais tarde."
1277
 
1278
- #: admin/includes/class-notices.php:435
1279
  #, php-format
1280
  msgid ""
1281
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1345,8 +1697,7 @@ msgstr ""
1345
  "dedicado."
1346
 
1347
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1348
- #: admin/views/intro.php:73 admin/views/notices/inline.php:3
1349
- #: admin/views/notices/subscribe.php:3
1350
  msgid "Subscribe me now"
1351
  msgstr "Inscreva-me agora"
1352
 
@@ -1358,7 +1709,7 @@ msgstr "Obter os primeiros passos e mais tutoriais em sua caixa de entrada."
1358
  msgid "Send it now"
1359
  msgstr "Enviar agora"
1360
 
1361
- #: admin/includes/class-overview-widgets.php:126 admin/views/intro.php:78
1362
  msgid "Create your first ad"
1363
  msgstr "Crie seu primeiro anúncio"
1364
 
@@ -1555,7 +1906,7 @@ msgstr "Obter Slider add-on"
1555
  msgid "General"
1556
  msgstr "Geral"
1557
 
1558
- #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:182
1559
  msgid "Licenses"
1560
  msgstr "Licenças"
1561
 
@@ -1579,59 +1930,59 @@ msgstr "Injeção de anúncios ilimitados"
1579
  msgid "Priority of content injection filter"
1580
  msgstr "Prioridade de filtro de injeção de conteúdo"
1581
 
1582
- #: admin/includes/class-settings.php:110
1583
  msgid "Hide ads from bots"
1584
  msgstr "Esconder anúncios de robôs (google, yahoo, bing, etc...)"
1585
 
1586
- #: admin/includes/class-settings.php:118
1587
  msgid "Disable notices"
1588
  msgstr "desabilitar notificações"
1589
 
1590
- #: admin/includes/class-settings.php:126
1591
  msgid "ID prefix"
1592
  msgstr "Prefixo ID"
1593
 
1594
- #: admin/includes/class-settings.php:134
1595
  msgid "Remove Widget ID"
1596
  msgstr "Remover ID do Widget"
1597
 
1598
- #: admin/includes/class-settings.php:142
1599
  msgid "Allow editors to manage ads"
1600
  msgstr "Permitir que editores gerenciem anúncios"
1601
 
1602
- #: admin/includes/class-settings.php:150
1603
  msgid "Ad label"
1604
  msgstr "Rótulo do Anúncio"
1605
 
1606
- #: admin/includes/class-settings.php:238
1607
  msgid "(display to all)"
1608
  msgstr "(exibir para todos)"
1609
 
1610
- #: admin/includes/class-settings.php:239
1611
  msgid "Subscriber"
1612
  msgstr "Assinante"
1613
 
1614
- #: admin/includes/class-settings.php:240
1615
  msgid "Contributor"
1616
  msgstr "Contribuidor"
1617
 
1618
- #: admin/includes/class-settings.php:241
1619
  msgid "Author"
1620
  msgstr "Autor"
1621
 
1622
- #: admin/includes/class-settings.php:242
1623
  msgid "Editor"
1624
  msgstr "Editor"
1625
 
1626
- #: admin/includes/class-settings.php:243
1627
  msgid "Admin"
1628
  msgstr "Administrador"
1629
 
1630
- #: admin/includes/class-settings.php:251
1631
  msgid "Choose the lowest role a user must have in order to not see any ads."
1632
  msgstr "Escolha o nível de usuário mais baixo para não ver os anúncios."
1633
 
1634
- #: admin/includes/class-settings.php:265
1635
  msgid ""
1636
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1637
  "needs it."
@@ -1639,7 +1990,7 @@ msgstr ""
1639
  "<strong>Aviso:</strong> o arquivo está atualmente habilitado por um add-on "
1640
  "que precisa dele."
1641
 
1642
- #: admin/includes/class-settings.php:268
1643
  #, php-format
1644
  msgid ""
1645
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
@@ -1650,22 +2001,7 @@ msgstr ""
1650
  "aqui</a>). Algumas funcionalidades e complementos podem substituir essa "
1651
  "configuração se eles precisarem de recursos a partir deste arquivo."
1652
 
1653
- #: admin/includes/class-settings.php:281
1654
- msgid ""
1655
- "Some plugins and themes trigger ad injection where it shouldn’t happen. "
1656
- "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1657
- "and outside the loop. However, this can cause problems with some themes. You "
1658
- "can enable this option if you don’t see ads or want to enable ad injections "
1659
- "on archive pages AT YOUR OWN RISK."
1660
- msgstr ""
1661
- "Alguns plugins e temas desencadear injeção de anúncio onde ele não deveria "
1662
- "acontecer. Portanto, Anúncios Avançados ignora posicionamentos injetados em "
1663
- "páginas não singulares e fora do loop. No entanto, isso pode causar "
1664
- "problemas com alguns temas. Você pode ativar essa opção se você não vê "
1665
- "anúncios ou deseja ativar injeções de anúncios em páginas de arquivos POR "
1666
- "SUA CONTA E RISCO."
1667
-
1668
- #: admin/includes/class-settings.php:297
1669
  msgid ""
1670
  "Please check your post content. A priority of 10 and below might cause "
1671
  "issues (wpautop function might run twice)."
@@ -1673,7 +2009,7 @@ msgstr ""
1673
  "Por favor, verifique o conteúdo do post. A prioridade de 10 e abaixo pode "
1674
  "causar problemas (função wpautop pode ser executado duas vezes)."
1675
 
1676
- #: admin/includes/class-settings.php:299
1677
  msgid ""
1678
  "Play with this value in order to change the priority of the injected ads "
1679
  "compared to other auto injected elements in the post content."
@@ -1682,7 +2018,7 @@ msgstr ""
1682
  "em comparação com outros elementos injetados automaticamente no conteúdo do "
1683
  "post."
1684
 
1685
- #: admin/includes/class-settings.php:313
1686
  #, php-format
1687
  msgid ""
1688
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -1693,7 +2029,7 @@ msgstr ""
1693
  "impede contagem de impressões para robôs ao usar o <a href=\"%s\" "
1694
  "target=\"_blank\">Add-On Rastreamento</a>."
1695
 
1696
- #: admin/includes/class-settings.php:314
1697
  msgid ""
1698
  "Disabling this option only makes sense if your ads contain content you want "
1699
  "to display to bots (like search engines) or your site is cached and bots "
@@ -1703,7 +2039,7 @@ msgstr ""
1703
  "que você deseja exibir para robôs (como motores de busca) ou o seu site é "
1704
  "armazenado em cache e robôs podem criar uma versão em cache sem os anúncios."
1705
 
1706
- #: admin/includes/class-settings.php:327
1707
  msgid ""
1708
  "Disable internal notices like tips, tutorials, email newsletters and update "
1709
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -1713,7 +2049,7 @@ msgstr ""
1713
  "avisos de atualização. Desabilitar notificações é recomendado se você já "
1714
  "executar vários blogs com Anúncios Avançados."
1715
 
1716
- #: admin/includes/class-settings.php:344
1717
  msgid ""
1718
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1719
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -1724,7 +2060,7 @@ msgstr ""
1724
  "anúncios. <br/>Talvez seja necessário <strong>reescrever as regras css "
1725
  "depois</strong>."
1726
 
1727
- #: admin/includes/class-settings.php:365
1728
  msgid ""
1729
  "Remove the ID attribute from widgets in order to not make them an easy "
1730
  "target of ad blockers."
@@ -1732,7 +2068,7 @@ msgstr ""
1732
  "Remova o atributo ID de Widgets para não torná-los um alvo fácil de "
1733
  "bloqueadores de anúncios."
1734
 
1735
- #: admin/includes/class-settings.php:368
1736
  msgid ""
1737
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1738
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
@@ -1740,11 +2076,11 @@ msgstr ""
1740
  "Se marcada, o Widget Anúncios Avançados não funcionará com a opção fixa do "
1741
  "plugin <strong>Widget Q2W3 Fixo</strong>."
1742
 
1743
- #: admin/includes/class-settings.php:390
1744
  msgid "Allow editors to also manage and publish ads."
1745
  msgstr "Permite aos editores gerenciar e publicar anúncios também."
1746
 
1747
- #: admin/includes/class-settings.php:391
1748
  #, php-format
1749
  msgid ""
1750
  "You can assign different ad-related roles on a user basis with <a "
@@ -1753,19 +2089,10 @@ msgstr ""
1753
  "Você pode atribuir diferentes funções de anúncios relacionados em uma base "
1754
  "de usuário com <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pro</a>."
1755
 
1756
- #: admin/includes/class-settings.php:409
1757
  msgid "Displayed above ads."
1758
  msgstr "Exibido anúncios acima."
1759
 
1760
- #: admin/includes/notices.php:9
1761
- #, php-format
1762
- msgid ""
1763
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1764
- "Steps</a>."
1765
- msgstr ""
1766
- "Anúncios Avançados instalado com sucesso. Dê uma olhada nos <a href=\"%s\">"
1767
- "Primeiros Passos</a>."
1768
-
1769
  #: admin/includes/notices.php:15
1770
  msgid ""
1771
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
@@ -1884,13 +2211,7 @@ msgctxt "shortcode creator"
1884
  msgid "Cancel"
1885
  msgstr "Cancelar"
1886
 
1887
- #: admin/views/ad-display-metabox.php:6
1888
- msgid "Set Display Conditions to allow or hide the ad on specific pages."
1889
- msgstr ""
1890
- "Definir condições de exibição para permitir ou ocultar o anúncio em páginas "
1891
- "específicas."
1892
-
1893
- #: admin/views/ad-display-metabox.php:8
1894
  #: admin/views/notices/jqueryui_error.php:2
1895
  #, php-format
1896
  msgid ""
@@ -1900,21 +2221,20 @@ msgstr ""
1900
  "Pode haver um problema com layouts e scripts em seu painel. Por favor, "
1901
  "verifique <a href=\"%s\" target=\"_blank\">este artigo para saber mais</a>."
1902
 
1903
- #: admin/views/ad-display-metabox.php:66
1904
  msgid "If you want to display the ad everywhere, don't do anything here. "
1905
  msgstr "Se você quer exibir o anúncio em todo lugar, não faça nada aqui."
1906
 
1907
- #: admin/views/ad-display-metabox.php:69 admin/views/ad-visitor-metabox.php:34
1908
  msgid "New condition"
1909
  msgstr "Nova condição"
1910
 
1911
- #: admin/views/ad-display-metabox.php:72 admin/views/ad-visitor-metabox.php:37
1912
  msgid "-- choose a condition --"
1913
  msgstr "-- escolha uma condição --"
1914
 
1915
- #: admin/views/ad-display-metabox.php:77
1916
- #: admin/views/ad-group-list-form-row.php:52
1917
- #: admin/views/ad-visitor-metabox.php:42
1918
  msgid "add"
1919
  msgstr "adicionar"
1920
 
@@ -1931,47 +2251,38 @@ msgstr "Criar um novo Grupo de Anúncios"
1931
  msgid "Update"
1932
  msgstr "Atualizar"
1933
 
1934
- #: admin/views/ad-group-list-form-row.php:3 admin/views/placements.php:25
 
 
 
 
1935
  msgid "Name"
1936
  msgstr "Nome"
1937
 
1938
- #: admin/views/ad-group-list-form-row.php:5
1939
- msgid "Description"
1940
- msgstr "Descrição"
1941
-
1942
- #: admin/views/ad-group-list-form-row.php:7 admin/views/placements.php:24
1943
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1944
  msgid "Type"
1945
  msgstr "Tipo"
1946
 
1947
- #: admin/views/ad-group-list-form-row.php:16
1948
- msgid "Number of visible ads"
1949
- msgstr "Número de anúncios visíveis"
1950
-
1951
- #: admin/views/ad-group-list-form-row.php:22
1952
  msgctxt "option to display all ads in an ad groups"
1953
  msgid "all"
1954
  msgstr "todos"
1955
 
1956
- #: admin/views/ad-group-list-form-row.php:25
1957
  msgid "Number of ads that are visible at the same time"
1958
  msgstr "Número de anúncios que são visíveis ao mesmo tempo"
1959
 
1960
- #: admin/views/ad-group-list-form-row.php:32
1961
- msgid "weight"
1962
- msgstr "Peso"
1963
-
1964
  #: admin/views/ad-group-list-header.php:4
1965
  msgid "Details"
1966
  msgstr "Detalhes"
1967
 
1968
- #: admin/views/ad-group-list-row.php:8 admin/views/ad-group.php:63
1969
- #: admin/views/ad-info.php:3 admin/views/placements.php:61
1970
  msgid "shortcode"
1971
  msgstr "shortcode"
1972
 
1973
- #: admin/views/ad-group-list-row.php:11 admin/views/ad-group.php:66
1974
- #: admin/views/placements.php:64
1975
  msgid "template"
1976
  msgstr "template"
1977
 
@@ -2015,28 +2326,7 @@ msgstr ""
2015
  "informativos. Um Grupo de Anúncios pode ter vários anúncios, mas anúncios "
2016
  "podem pertencer a vários grupos."
2017
 
2018
- #: admin/views/ad-group.php:60
2019
- msgid "How to display an Ad Group?"
2020
- msgstr "Como exibir um Grupo de Anúncios?"
2021
-
2022
- #: admin/views/ad-group.php:62
2023
- #, php-format
2024
- msgid ""
2025
- "Examples on how to display an ad group? Find more help and examples in the "
2026
- "<a href=\"%s\" target=\"_blank\">manual</a>"
2027
- msgstr ""
2028
- "Exemplos de como exibir um anúncio? Encontre ajuda no<a href=\"%s\" "
2029
- "target=\"_blank\">manual</a>"
2030
-
2031
- #: admin/views/ad-group.php:64
2032
- msgid "To display an ad group with the ID 6 in content fields"
2033
- msgstr "Para exibir um Grupo com ID 6 num campo de conteúdo"
2034
-
2035
- #: admin/views/ad-group.php:67
2036
- msgid "To display an ad group with the ID 6 in template files"
2037
- msgstr "Para exibir um Grupo com ID 6 num arquivo de template"
2038
-
2039
- #: admin/views/ad-group.php:87
2040
  msgid "Update Groups"
2041
  msgstr "Atualizar Grupos"
2042
 
@@ -2053,10 +2343,6 @@ msgstr ""
2053
  msgid "Where do you want to display the ad?"
2054
  msgstr "Onde você deseja exibir o anúncio?"
2055
 
2056
- #: admin/views/ad-info-top.php:10
2057
- msgid "Content"
2058
- msgstr "Conteúdo"
2059
-
2060
  #: admin/views/ad-info-top.php:12
2061
  msgid "Manage Sidebar"
2062
  msgstr "Gerenciar Barra Lateral"
@@ -2141,6 +2427,7 @@ msgid "Everything connected to the ads layout and output."
2141
  msgstr "Tudo conectado ao layout dos anúncios e saída para exibição."
2142
 
2143
  #: admin/views/ad-output-metabox.php:4
 
2144
  msgid "Position"
2145
  msgstr "Posição"
2146
 
@@ -2148,19 +2435,29 @@ msgstr "Posição"
2148
  msgid "- default -"
2149
  msgstr "- padrão -"
2150
 
2151
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:54
 
 
 
 
2152
  msgid "default"
2153
  msgstr "padrão"
2154
 
2155
  #: admin/views/ad-output-metabox.php:8
 
 
2156
  msgid "left"
2157
  msgstr "esquerda"
2158
 
2159
  #: admin/views/ad-output-metabox.php:11
 
 
2160
  msgid "center"
2161
  msgstr "centro"
2162
 
2163
  #: admin/views/ad-output-metabox.php:14
 
 
2164
  msgid "right"
2165
  msgstr "direita"
2166
 
@@ -2225,7 +2522,7 @@ msgstr "largura"
2225
  msgid "height"
2226
  msgstr "altura"
2227
 
2228
- #: admin/views/ad-parameters-size.php:6
2229
  msgid "reserve this space"
2230
  msgstr "reservar este espaço"
2231
 
@@ -2246,13 +2543,13 @@ msgctxt ""
2246
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2247
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2248
 
2249
- #: admin/views/ad-visitor-metabox.php:4
2250
  msgid ""
2251
  "Display conditions that are based on the user. Use with caution on cached "
2252
  "websites."
2253
  msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
2254
 
2255
- #: admin/views/ad-visitor-metabox.php:28
2256
  msgid ""
2257
  "Visitor conditions limit the number of users who can see your ad. There is "
2258
  "no need to set visitor conditions if you want all users to see the ad."
@@ -2261,7 +2558,7 @@ msgstr ""
2261
  "anúncio. Não há necessidade de estabelecer condições para visitante se você "
2262
  "quiser que todos os usuários vejam o anúncio."
2263
 
2264
- #: admin/views/ad-visitor-metabox.php:30
2265
  #, php-format
2266
  msgid ""
2267
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
@@ -2270,7 +2567,7 @@ msgstr ""
2270
  "Confira em <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pró</a> se "
2271
  "características dinâmicas chegar em cache cache-busting."
2272
 
2273
- #: admin/views/ad-visitor-metabox.php:47
2274
  #, php-format
2275
  msgid ""
2276
  "Define the exact browser width for which an ad should be visible using the "
@@ -2279,7 +2576,7 @@ msgstr ""
2279
  "Definir a largura exata do navegador para que um anúncio seja visível usando "
2280
  "o <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2281
 
2282
- #: admin/views/ad-visitor-metabox.php:94
2283
  msgid ""
2284
  "The visitor conditions below are deprecated. Please use the new version of "
2285
  "visitor conditions to replace it."
@@ -2287,19 +2584,19 @@ msgstr ""
2287
  "As condições para visitante abaixo estão obsoletas. Utilize a nova versão do "
2288
  "condições para visitante a fim de substituí-lo."
2289
 
2290
- #: admin/views/ad-visitor-metabox.php:100
2291
  msgid "Display on all devices"
2292
  msgstr "Exibir em todos os dispositivos"
2293
 
2294
- #: admin/views/ad-visitor-metabox.php:104
2295
  msgid "only on mobile devices"
2296
  msgstr "somente em smartphones"
2297
 
2298
- #: admin/views/ad-visitor-metabox.php:108
2299
  msgid "not on mobile devices"
2300
  msgstr "menos em smartphones"
2301
 
2302
- #: admin/views/debug.php:6 admin/views/settings.php:49
2303
  msgid "Debug Page"
2304
  msgstr "Página Debug"
2305
 
@@ -2307,148 +2604,33 @@ msgstr "Página Debug"
2307
  msgid "Work in progress"
2308
  msgstr "Trabalho em andamento"
2309
 
2310
- #: admin/views/feedback_disable.php:3
2311
- msgid "Thank you for helping to improve Advanced Ads."
2312
- msgstr "Obrigado por ajudar a melhorar Anúncios Avançados."
2313
-
2314
- #: admin/views/feedback_disable.php:4
2315
- msgid ""
2316
- "Your feedback will motivates me to work harder towards a professional ad "
2317
- "management solution."
2318
- msgstr ""
2319
- "Os seus comentários vão me motivar a trabalhar mais no sentido de uma "
2320
- "solução de gerenciamento de anúncios profissional."
2321
-
2322
- #: admin/views/feedback_disable.php:5
2323
  msgid "Why did you decide to disable Advanced Ads?"
2324
  msgstr "Por que você decidiu desativar Anúncios Avançados?"
2325
 
2326
- #: admin/views/feedback_disable.php:7
2327
- msgid "I stopped showing ads on my site"
2328
- msgstr "Eu parei de mostrar anúncios no meu site"
2329
-
2330
- #: admin/views/feedback_disable.php:8
2331
- #, php-format
2332
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
2333
- msgstr "Eu sinto falta de um recurso ou <a href=\"%s\">add-on</a>"
2334
-
2335
- #: admin/views/feedback_disable.php:9
2336
- msgid "I have a technical problem"
2337
- msgstr "Eu tenho um problema técnico"
2338
-
2339
- #: admin/views/feedback_disable.php:10
2340
  msgid "other reason"
2341
  msgstr "Outra razão"
2342
 
2343
- #: admin/views/feedback_disable.php:12
2344
  msgid "Please specify, if possible"
2345
  msgstr "Por favor especifique, se possível"
2346
 
2347
- #: admin/views/feedback_disable.php:13
2348
- msgid "What would be a reason to return to Advanced Ads?"
2349
- msgstr "Qual seria uma razão para voltar para Anúncios Avançados?"
2350
-
2351
- #: admin/views/intro.php:18
2352
- msgid "5-Star Usability"
2353
- msgstr "Usabilidade 5 Estrelas"
2354
-
2355
- #: admin/views/intro.php:19
2356
- msgid ""
2357
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
2358
- "standards. If you know how to publish a post then you know how to create an "
2359
- "ad."
2360
- msgstr ""
2361
- "Anúncios Avançados é poderoso e fácil de usar, porque está à construir nos "
2362
- "padrões WordPress. Se você sabe como publicar um post, então você sabe como "
2363
- "criar um anúncio."
2364
-
2365
- #: admin/views/intro.php:23
2366
- msgid "5-Star Support"
2367
- msgstr "Suporte 5 Estrelas"
2368
-
2369
- #: admin/views/intro.php:24
2370
- msgid ""
2371
- "I promise you the best supported ad management plugin for WordPress. Whether "
2372
- "a pro user or not, you can reach me easily through the support page, in the "
2373
- "chat on the homepage or replying to a newsletter."
2374
- msgstr ""
2375
- "Eu prometo a você o plugin de gerenciamento de anúncios e melhor suporte "
2376
- "para WordPress. Seja um usuário profissional ou não, você pode me alcançar "
2377
- "facilmente através da página de suporte, no chat na página inicial ou a "
2378
- "responder a um boletim de notícias."
2379
-
2380
- #: admin/views/intro.php:28
2381
- msgid "5-Star Experience"
2382
- msgstr "Experiência 5 Estrelas"
2383
-
2384
- #: admin/views/intro.php:29
2385
- msgid ""
2386
- "Advanced Ads was built out of my own experience. I am personally using it to "
2387
- "serve millions of ad impressions per month and constantly test new ways to "
2388
- "optimize ad settings."
2389
- msgstr ""
2390
- "Anúncios Avançados foi construído a partir de minha própria experiência. "
2391
- "Pessoalmente, estou usando-o para servir milhões de impressões de anúncios "
2392
- "por mês e constantemente testar novas maneiras de otimizar as configurações "
2393
- "anúncio."
2394
-
2395
- #: admin/views/intro.php:61
2396
- msgid "Next Steps"
2397
- msgstr "Próximos Passos"
2398
-
2399
- #: admin/views/intro.php:64
2400
- msgid "Subscribe to the Mailing List"
2401
- msgstr "Inscrever-se na Lista de Discussão"
2402
-
2403
- #: admin/views/intro.php:65
2404
- msgid "Subscribe to the newsletter and instantly"
2405
- msgstr "Assine a newsletter e instantaneamente"
2406
-
2407
- #: admin/views/intro.php:67
2408
- msgid "get 2 free add-ons."
2409
- msgstr "receba 2 add-ons gratuitos."
2410
-
2411
- #: admin/views/intro.php:68
2412
- msgid "reply to the welcome message with a question."
2413
- msgstr "responder à mensagem de boas-vindas com uma pergunta."
2414
-
2415
- #: admin/views/intro.php:69
2416
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2417
- msgstr ""
2418
- "inscrever-se a um grupo dedicado para os tutoriais ou dicas do AdSense."
2419
-
2420
- #: admin/views/intro.php:79
2421
- #, php-format
2422
- msgid ""
2423
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a>"
2424
- " or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> "
2425
- "first."
2426
- msgstr ""
2427
- "Comece por criar um anúncio <a href=\"%1$s\" target=\"blank\">agora mesmo</a>"
2428
- " ou assistir ao <a href=\"%2$s\" target=\"blank\">vídeo tutorial (3:29min)"
2429
- "</a> primeiro."
2430
-
2431
- #: admin/views/intro.php:82
2432
- msgid "Display your ad"
2433
- msgstr "Exibir seu anúncio"
2434
 
2435
- #: admin/views/intro.php:83
2436
- msgid ""
2437
- "You can display your ad using a shortcode, widget or one of the powerful "
2438
- "placements. Placements help you to inject ads into the content or place them "
2439
- "on your site without coding."
2440
- msgstr ""
2441
- "Você pode exibir seu anúncio usando um shortcode, widget ou um dos canais "
2442
- "poderosos. Locais ajuda-o a injetar anúncios no conteúdo ou coloca-os em seu "
2443
- "site sem codificação."
2444
 
2445
- #: admin/views/intro.php:85
2446
- msgid "List of all available placements"
2447
- msgstr "Lista de todos os locais disponíveis"
2448
 
2449
- #: admin/views/intro.php:86
2450
- msgid "Create a placement"
2451
- msgstr "Criar um novo local"
2452
 
2453
  #: admin/views/placements.php:8
2454
  msgid ""
@@ -2462,7 +2644,7 @@ msgstr ""
2462
  msgid "Placements updated"
2463
  msgstr "Locais atualizados"
2464
 
2465
- #: admin/views/placements.php:15
2466
  msgid ""
2467
  "Placements are physically places in your theme and posts. You can use them "
2468
  "if you plan to change ads and ad groups on the same place without the need "
@@ -2472,7 +2654,7 @@ msgstr ""
2472
  "pretende mudar anúncios e grupos de anúncios no mesmo lugar, sem a "
2473
  "necessidade de mudar seus templates."
2474
 
2475
- #: admin/views/placements.php:16
2476
  #, php-format
2477
  msgid ""
2478
  "See also the manual for more information on <a href=\"%s\">placements</a>."
@@ -2480,11 +2662,11 @@ msgstr ""
2480
  "Veja também o manual para obter mais informações sobre <a href=\"%s\">"
2481
  "locais</a>."
2482
 
2483
- #: admin/views/placements.php:26 modules/import-export/views/page.php:26
2484
  msgid "Options"
2485
  msgstr "Opções"
2486
 
2487
- #: admin/views/placements.php:44
2488
  #, php-format
2489
  msgid ""
2490
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
@@ -2493,39 +2675,19 @@ msgstr ""
2493
  "Tipo de local \"%s\" está faltando e foi redefinido para \"padrão\". <br/>"
2494
  "Por favor, verifique se o add-on responsável está ativado."
2495
 
2496
- #: admin/views/placements.php:60
2497
  msgid "show usage"
2498
  msgstr "mostrar uso"
2499
 
2500
- #: admin/views/placements.php:72
2501
  msgid "Item"
2502
  msgstr "Ítem"
2503
 
2504
- #: admin/views/placements.php:74 admin/views/placements.php:180
2505
- msgid "--not selected--"
2506
- msgstr "--não selecionado--"
2507
-
2508
- #: admin/views/placements.php:94
2509
- msgid "Inject"
2510
- msgstr "Injetar"
2511
-
2512
- #: admin/views/placements.php:95
2513
- msgid "after"
2514
- msgstr "depois"
2515
-
2516
- #: admin/views/placements.php:95
2517
- msgid "before"
2518
- msgstr "antes"
2519
-
2520
- #: admin/views/placements.php:115
2521
- msgid "start counting from bottom"
2522
- msgstr "começar a contar de baixo"
2523
-
2524
- #: admin/views/placements.php:118
2525
  msgid "Important Notice"
2526
  msgstr "Notificação Importante"
2527
 
2528
- #: admin/views/placements.php:118
2529
  msgid ""
2530
  "Your server is missing an extension. This might break the content injection."
2531
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -2535,32 +2697,28 @@ msgstr ""
2535
  "conteúdo. <br/>Ignorar esse aviso se tudo funcionar bem ou então pergunte ao "
2536
  "seu provedor de hospedagem para permitir <em>mbstring</em>."
2537
 
2538
- #: admin/views/placements.php:128
2539
- msgid "advanced options"
2540
- msgstr "opções avançadas"
2541
-
2542
- #: admin/views/placements.php:137
2543
  msgctxt "checkbox to remove placement"
2544
  msgid "delete"
2545
  msgstr "excluir"
2546
 
2547
- #: admin/views/placements.php:143
2548
  msgid "Save Placements"
2549
  msgstr "Salvar Local"
2550
 
2551
- #: admin/views/placements.php:145
2552
  msgid "Create a new placement"
2553
  msgstr "Criar um novo Local"
2554
 
2555
- #: admin/views/placements.php:146
2556
  msgid "New Placement"
2557
  msgstr "Novo Local"
2558
 
2559
- #: admin/views/placements.php:153
2560
  msgid "Choose a placement type"
2561
  msgstr "Escolha um tipo de local"
2562
 
2563
- #: admin/views/placements.php:154
2564
  #, php-format
2565
  msgid ""
2566
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -2569,15 +2727,15 @@ msgstr ""
2569
  "Defina os tipos de local em que o anúncio será exibido. Saiba mais sobre os "
2570
  "diferentes tipos no <a href=\"%s\">Manual</a>."
2571
 
2572
- #: admin/views/placements.php:171
2573
  msgid "Please select a placement type."
2574
  msgstr "Por favor selecione um tipo de local."
2575
 
2576
- #: admin/views/placements.php:173
2577
  msgid "Choose a Name"
2578
  msgstr "Escolha um Nome"
2579
 
2580
- #: admin/views/placements.php:174
2581
  msgid ""
2582
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2583
  "one, e.g. <em>Below Post Headline</em>."
@@ -2585,23 +2743,23 @@ msgstr ""
2585
  "O nome do local é visível apenas para você. Dica: escolha um descritivo, por "
2586
  "exemplo; <em>Abaixo da Headline do Post</em>."
2587
 
2588
- #: admin/views/placements.php:175
2589
  msgid "Placement Name"
2590
  msgstr "Nome do Local"
2591
 
2592
- #: admin/views/placements.php:176
2593
  msgid "Please enter a name for your placement."
2594
  msgstr "Por favor digite um nome para seu local."
2595
 
2596
- #: admin/views/placements.php:177
2597
  msgid "Choose the Ad or Group"
2598
  msgstr "Escolha o Anúncio ou Grupo"
2599
 
2600
- #: admin/views/placements.php:178
2601
  msgid "The ad or group that should be displayed."
2602
  msgstr "O anúncio ou grupo que deve ser exibido."
2603
 
2604
- #: admin/views/placements.php:197
2605
  msgid "Save New Placement"
2606
  msgstr "Salvar Novo Local"
2607
 
@@ -2681,14 +2839,10 @@ msgstr ""
2681
  msgid "Disable ads in Feed"
2682
  msgstr "Desativar anúncios no Feed"
2683
 
2684
- #: admin/views/settings.php:36
2685
  msgid "Save settings on this page"
2686
  msgstr "Salve as configurações nesta página"
2687
 
2688
- #: admin/views/settings.php:50
2689
- msgid "Welcome Page"
2690
- msgstr "Bem Vindo à Página"
2691
-
2692
  #: admin/views/settings.php:51
2693
  msgid "Advanced Ads on WordPress.org"
2694
  msgstr "Anúncios Avançados em WordPress.org"
@@ -2701,7 +2855,7 @@ msgstr "Anúncios Avançados em wp.org"
2701
  msgid "the company behind Advanced Ads"
2702
  msgstr "a companhia por trás do Anúncios Avançados"
2703
 
2704
- #: admin/views/support.php:8
2705
  msgid ""
2706
  "Please fix the red highlighted issues on this page or try to understand "
2707
  "their consequences before contacting support."
@@ -2709,7 +2863,7 @@ msgstr ""
2709
  "Por favor corrija as questões destacadas em vermelho sobre esta página ou "
2710
  "tentar compreender as suas consequências antes de contatar o suporte."
2711
 
2712
- #: admin/views/support.php:12
2713
  #, php-format
2714
  msgid ""
2715
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
@@ -2721,7 +2875,7 @@ msgstr ""
2721
  "é altamente recomendada. Por favor, pergunte ao seu provedor de hospedagem "
2722
  "para obter mais informações."
2723
 
2724
- #: admin/views/support.php:15
2725
  #, php-format
2726
  msgid ""
2727
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
@@ -2735,20 +2889,20 @@ msgstr ""
2735
  "target=\"_blank\">Anúncios Avançados Pro</a> para carregar anúncios "
2736
  "dinamicamente."
2737
 
2738
- #: admin/views/support.php:18
2739
  msgid ""
2740
  "There is a <strong>new WordPress version available</strong>. Please update."
2741
  msgstr ""
2742
  "Há uma <strong>nova versão do WordPress disponível</ strong>. Por favor "
2743
  "atualize."
2744
 
2745
- #: admin/views/support.php:21
2746
  msgid "There are <strong>plugin updates available</strong>. Please update."
2747
  msgstr ""
2748
  "Há atualizações de <strong>plugins disponíveis</strong>. Por favor atualize-"
2749
  "os."
2750
 
2751
- #: admin/views/support.php:30
2752
  #, php-format
2753
  msgid ""
2754
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
@@ -2761,7 +2915,7 @@ msgstr ""
2761
  "os scripts de redes de anúncios. <a href=\"%s\" target=\"_blank\">Anúncios "
2762
  "Avançados Pro</a> tem uma build-in suporte para Autoptimize."
2763
 
2764
- #: admin/views/support.php:33
2765
  #, php-format
2766
  msgid ""
2767
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
@@ -2770,7 +2924,7 @@ msgstr ""
2770
  "Plugins que são conhecidos por causar problemas (parciais): <strong>"
2771
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Saiba mais</a>."
2772
 
2773
- #: admin/views/support.php:36
2774
  #, php-format
2775
  msgid ""
2776
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
@@ -2779,11 +2933,11 @@ msgstr ""
2779
  "Os anúncios estão desativados para todas ou algumas páginas. Consulte "
2780
  "\"anúncios desabilitados\" em <a href=\"%s\">configurações</a>."
2781
 
2782
- #: admin/views/support.php:47
2783
  msgid "Possible Issues"
2784
  msgstr "Possíveis Questões"
2785
 
2786
- #: admin/views/support.php:54
2787
  msgid ""
2788
  "Use the following form to search for solutions in the manual on "
2789
  "wpadvancedads.com"
@@ -2791,7 +2945,7 @@ msgstr ""
2791
  "Utilize o formulário abaixo para procurar soluções no manual sobre "
2792
  "wpadvancedads.com"
2793
 
2794
- #: admin/views/support.php:57
2795
  msgid "search"
2796
  msgstr "pesquisar"
2797
 
@@ -2799,7 +2953,7 @@ msgstr "pesquisar"
2799
  msgid " at "
2800
  msgstr "às"
2801
 
2802
- #: admin/views/notices/adblock.php:3
2803
  msgid ""
2804
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2805
  "ad setup."
@@ -2807,37 +2961,37 @@ msgstr ""
2807
  "Por favor, desative seu <strong>AdBlocker</strong> para evitar problemas com "
2808
  "a sua configuração de anúncios."
2809
 
2810
- #: modules/ad-blocker/admin/admin.php:133
2811
- msgid "The asset folder was rebuilt successfully"
2812
- msgstr "A pasta de ativos foi reconstruída com sucesso"
2813
-
2814
- #: modules/ad-blocker/admin/admin.php:218
2815
  msgid "Ad blocker fix"
2816
  msgstr "Corrigir bloqueador de anúncio"
2817
 
2818
- #: modules/ad-blocker/admin/admin.php:257
 
 
 
 
2819
  msgid "There is no writable upload folder"
2820
  msgstr "Não existe nenhuma pasta de upload gravável"
2821
 
2822
- #: modules/ad-blocker/admin/admin.php:286
2823
  #, php-format
2824
  msgid "Unable to rename \"%s\" directory"
2825
  msgstr "Não foi possível renomear o diretório \"%s\""
2826
 
2827
- #: modules/ad-blocker/admin/admin.php:302
2828
- #: modules/ad-blocker/admin/admin.php:315
2829
- #: modules/ad-blocker/admin/admin.php:332
2830
  #, php-format
2831
  msgid "Unable to copy assets to the \"%s\" directory"
2832
  msgstr "Não é possível copiar ativos para o diretório \"%s\""
2833
 
2834
- #: modules/ad-blocker/admin/admin.php:366
2835
- #: modules/ad-blocker/admin/admin.php:386
2836
  #, php-format
2837
  msgid "We do not have direct write access to the \"%s\" directory"
2838
  msgstr "Nós não temos acesso de gravação direta para o diretório \"%s\""
2839
 
2840
- #: modules/ad-blocker/admin/admin.php:453
2841
  #, php-format
2842
  msgid ""
2843
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
@@ -2846,30 +3000,22 @@ msgstr ""
2846
  "Não é possível criar diretório \"%s\". É seu diretório pai escrito pelo "
2847
  "servidor?"
2848
 
2849
- #: modules/ad-blocker/admin/admin.php:464
2850
  #, php-format
2851
  msgid "Unable to copy files to %s"
2852
  msgstr "Não é possível copiar arquivos para %s"
2853
 
2854
- #: modules/ad-blocker/admin/admin.php:600
2855
- msgid ""
2856
- "Prevents ad block software from breaking your website when blocking asset "
2857
- "files (.js, .css)."
2858
- msgstr ""
2859
- "Previne software bloqueador de anúncio de quebrar o seu site ao bloquear "
2860
- "arquivos ativos (.js, .css)."
2861
-
2862
- #: modules/gadsense/admin/admin.php:26
2863
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2864
  msgid "Responsive"
2865
  msgstr "Responsivo"
2866
 
2867
- #: modules/gadsense/admin/admin.php:44
2868
  msgid "The ad details couldn't be retrieved from the ad code"
2869
  msgstr ""
2870
  "Os detalhes do anúncio não pôde ser recuperado a partir do código do anúncio"
2871
 
2872
- #: modules/gadsense/admin/admin.php:45
2873
  msgid ""
2874
  "Warning : The AdSense account from this code does not match the one set with "
2875
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2879,23 +3025,23 @@ msgstr ""
2879
  "conjunto com o Plugin Anúncios Avançados. Isto pode causar problemas no "
2880
  "anúncio quando usado na extremidade dianteira."
2881
 
2882
- #: modules/gadsense/admin/admin.php:123 modules/gadsense/admin/admin.php:260
2883
  msgid "AdSense"
2884
  msgstr "AdSense"
2885
 
2886
- #: modules/gadsense/admin/admin.php:131
2887
  msgid "AdSense ID"
2888
  msgstr "ID do AdSense"
2889
 
2890
- #: modules/gadsense/admin/admin.php:140
2891
  msgid "Limit to 3 ads"
2892
  msgstr "Limite de 3 anúncios"
2893
 
2894
- #: modules/gadsense/admin/admin.php:149
2895
  msgid "Activate Page-Level ads"
2896
  msgstr "Ative Página de Nível de anúncios"
2897
 
2898
- #: modules/gadsense/admin/admin.php:169
2899
  #, php-format
2900
  msgid ""
2901
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
@@ -2904,16 +3050,16 @@ msgstr ""
2904
  "Digite seu ID Publisher, a fim de usar o AdSense em sua página. Veja o <a "
2905
  "href=\"%s\" target=\"_blank\">manual</a> para obter mais informações."
2906
 
2907
- #: modules/gadsense/admin/admin.php:183
2908
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2909
  msgstr "Seu ID AdSense Publisher <em>(pub-xxxxxxxxxxxxxx)</em>"
2910
 
2911
- #: modules/gadsense/admin/admin.php:195
2912
  #, php-format
2913
  msgid "Limit to %d AdSense ads"
2914
  msgstr "Limite de %d anúncios do AdSense"
2915
 
2916
- #: modules/gadsense/admin/admin.php:203
2917
  msgid ""
2918
  "Due to technical restrictions, the limit does not work on placements with "
2919
  "cache-busting enabled."
@@ -2921,21 +3067,10 @@ msgstr ""
2921
  "Devido a restrições técnicas, o limite não funciona em canais com bloqueio "
2922
  "de cache habilitado."
2923
 
2924
- #: modules/gadsense/admin/admin.php:217
2925
  msgid "Insert Page-Level ads code on all pages."
2926
  msgstr "Inserir código de Página de Nível de anúncios em todas as páginas."
2927
 
2928
- #: modules/gadsense/admin/admin.php:219
2929
- msgid ""
2930
- "You still need to enable Page-Level ads in your AdSense account. See <a "
2931
- "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2932
- "AdSense Help</a> (requires AdSense-login) for more information"
2933
- msgstr ""
2934
- "Você ainda precisa ativar anúncios na Página de Nível em sua conta do "
2935
- "AdSense. Consulte <a href=\"https://support.google."
2936
- "com/adsense/answer/6245304\" target=\"_blank\">Ajuda AdSense</a> (requer "
2937
- "AdSense-login) para mais informações."
2938
-
2939
  #: modules/gadsense/admin/admin.php:238
2940
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2941
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
@@ -2949,7 +3084,7 @@ msgstr "Anúncio AdSense"
2949
  msgid "Use ads from your Google AdSense account"
2950
  msgstr "Use anúncios de sua conta do Google AdSense"
2951
 
2952
- #: modules/gadsense/includes/class-ad-type-adsense.php:105
2953
  msgid "Your AdSense Publisher ID is missing."
2954
  msgstr "O seu ID do AdSense Publisher está faltando."
2955
 
@@ -2994,46 +3129,40 @@ msgstr ""
2994
  msgid "Rebuild asset folder"
2995
  msgstr "Reconstruir pasta de ativos"
2996
 
2997
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:22
2998
- msgid "Copy&Paste existing ad code"
2999
- msgstr "Copiar e colar código de anúncio existente"
 
 
 
 
 
 
 
 
3000
 
3001
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:27
3002
  msgid "Ad Slot ID"
3003
  msgstr "ID do Slot de Anúncios"
3004
 
3005
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:32
3006
  #, php-format
3007
  msgid "Publisher ID: %s"
3008
  msgstr "ID do Publisher: %s"
3009
 
3010
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:44
3011
  #, php-format
3012
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3013
  msgstr "Por favor <a href=\"%s\" target=\"_blank\">mudá-lo aqui</a>."
3014
 
3015
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:50
3016
  msgid "Normal"
3017
  msgstr "Normal"
3018
 
3019
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
3020
  msgid "Resizing"
3021
  msgstr "Redimensionar"
3022
 
3023
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:72
3024
- msgid ""
3025
- "Copy the ad code from your AdSense account and paste it in the area below"
3026
- msgstr ""
3027
- "Copie o código de anúncio da sua conta do AdSense e cole-o na área abaixo"
3028
-
3029
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:75
3030
- msgid "Get details"
3031
- msgstr "Obter detalhes"
3032
-
3033
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:76
3034
- msgid "Close"
3035
- msgstr "Fechar"
3036
-
3037
  msgid "Advanced Ads"
3038
  msgstr "Anúncios Avançados"
3039
 
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2017-06-22 13:16+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:16+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
  "Language-Team: Portuguese (Brazil)\n"
9
  "Language: pt-BR\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: pt_BR"
24
 
25
+ #: classes/ad-debug.php:32
26
+ msgid "The ad is displayed on the page"
27
  msgstr ""
28
 
29
+ #: classes/ad-debug.php:34
30
+ msgid "The ad is not displayed on the page"
31
  msgstr ""
32
 
33
+ #: classes/ad-debug.php:39
34
+ msgid "Current query is not identical to main query."
35
+ msgstr ""
36
+
37
+ #: classes/ad-debug.php:45
38
  msgid "current post"
39
  msgstr ""
40
 
41
+ #: classes/ad-debug.php:49
42
+ msgid "Current post is not identical to main post."
43
+ msgstr ""
44
+
45
+ #: classes/ad-debug.php:51
46
  msgid "main post"
47
  msgstr ""
48
 
49
+ #: classes/ad-debug.php:98
50
+ msgid "current query"
51
  msgstr ""
52
 
53
+ #: classes/ad-debug.php:98
54
+ msgid "main query"
55
  msgstr ""
56
 
57
+ #: classes/ad-debug.php:128
58
+ msgid "Placement"
59
  msgstr ""
60
 
61
+ #: classes/ad-debug.php:271
62
+ msgid ""
63
+ "Your website is using HTTPS, but the ad code contains HTTP and might not "
64
+ "work."
65
  msgstr ""
66
 
67
+ #: classes/ad_placements.php:517
68
+ #, php-format
69
+ msgid "Set <em>%s</em> to show more ads"
70
  msgstr ""
71
 
72
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
73
+ msgid "Disable level limitation"
74
+ msgstr ""
75
+
76
+ #: classes/ad_type_dummy.php:26
77
+ msgid "Dummy"
78
+ msgstr ""
79
+
80
+ #: classes/ad_type_dummy.php:27
81
+ msgid "Uses a simple placeholder ad for quick testing."
82
  msgstr ""
83
 
84
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
85
+ msgid "url"
86
+ msgstr ""
87
+
88
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
89
+ #, php-format
90
+ msgid ""
91
+ "Open this url in a new window and track impressions and clicks with the <a "
92
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
93
+ msgstr ""
94
+
95
+ #: classes/ad_type_image.php:34
96
+ msgid "Image Ad"
97
+ msgstr ""
98
+
99
+ #: classes/ad_type_image.php:35
100
+ msgid "Ads in various image formats."
101
+ msgstr ""
102
+
103
+ #: classes/ad_type_image.php:55
104
+ msgid "Insert File"
105
+ msgstr ""
106
+
107
+ #: classes/ad_type_image.php:55
108
+ msgid "Insert"
109
+ msgstr ""
110
+
111
+ #: classes/ad_type_image.php:55
112
+ msgid "select image"
113
+ msgstr ""
114
+
115
+ #: classes/ad_type_image.php:56
116
+ msgid "edit"
117
+ msgstr ""
118
+
119
+ #: classes/ad_type_plain.php:87
120
+ msgid "Allow PHP"
121
+ msgstr ""
122
+
123
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
124
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
125
+ msgid "is"
126
+ msgstr ""
127
+
128
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
129
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
130
+ msgid "is not"
131
+ msgstr ""
132
+
133
+ #: classes/display-conditions.php:283
134
+ #, php-format
135
+ msgid ""
136
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
137
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
138
+ "target=\"_blank\">this page</a>."
139
+ msgstr ""
140
+
141
+ #: classes/EDD_SL_Plugin_Updater.php:201
142
  #, php-format
143
  msgid ""
144
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
145
  msgstr ""
146
 
147
+ #: classes/EDD_SL_Plugin_Updater.php:209
148
  #, php-format
149
  msgid ""
150
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
151
  "or %5$supdate now%6$s."
152
  msgstr ""
153
 
154
+ #: classes/filesystem.php:61
155
+ msgid "Could not access filesystem."
156
+ msgstr ""
157
+
158
+ #: classes/filesystem.php:72
159
+ msgid "Unable to locate WordPress root directory."
160
+ msgstr ""
161
+
162
+ #: classes/filesystem.php:76
163
+ msgid "Unable to locate WordPress content directory (wp-content)."
164
+ msgstr ""
165
+
166
+ #: classes/filesystem.php:80
167
+ #, php-format
168
+ msgid "Unable to locate needed folder (%s)."
169
+ msgstr ""
170
+
171
  #: classes/frontend_checks.php:40
172
  msgid "Ad Health"
173
  msgstr ""
174
 
175
+ #: classes/frontend_checks.php:48
176
  msgid "jQuery not in header"
177
  msgstr ""
178
 
179
+ #: classes/frontend_checks.php:61
180
+ msgid "Random AdSense ads"
181
+ msgstr ""
182
+
183
+ #: classes/frontend_checks.php:74
184
  msgid "Ad blocker enabled"
185
  msgstr ""
186
 
187
+ #: classes/frontend_checks.php:88
188
  #, php-format
189
  msgid "<em>%s</em> filter does not exist"
190
  msgstr ""
191
 
192
+ #: classes/frontend_checks.php:105
193
  msgid "Ads are disabled on this page"
194
  msgstr ""
195
 
196
+ #: classes/frontend_checks.php:119
197
  msgid "Ads are disabled in the content of this page"
198
  msgstr ""
199
 
200
+ #: classes/frontend_checks.php:132
201
  msgid "the current post ID is 0 "
202
  msgstr ""
203
 
204
+ #: classes/frontend_checks.php:147
205
  msgid "Ads are disabled on 404 pages"
206
  msgstr ""
207
 
208
+ #: classes/frontend_checks.php:161
209
  msgid "Ads are disabled on non singular pages"
210
  msgstr ""
211
 
212
+ #: classes/frontend_checks.php:175
213
  #: modules/import-export/classes/XmlEncoder.php:61
214
  #: modules/import-export/classes/XmlEncoder.php:64
215
  #: modules/import-export/classes/XmlEncoder.php:193
218
  msgid "The %s extension(s) is not loaded"
219
  msgstr ""
220
 
221
+ #: classes/frontend_checks.php:191
222
  msgid "Everything is fine"
223
  msgstr ""
224
 
225
+ #: classes/frontend_checks.php:202
226
  msgid "debug DFP ads"
227
  msgstr ""
228
 
229
+ #: classes/frontend_checks.php:213
230
  msgid "highlight ads"
231
  msgstr ""
232
 
233
+ #: classes/visitor-conditions.php:32
234
+ msgid "device"
235
+ msgstr ""
236
+
237
+ #: classes/visitor-conditions.php:86
238
+ msgid "Mobile (including tablets)"
239
+ msgstr ""
240
+
241
+ #: classes/visitor-conditions.php:87
242
+ msgid "Desktop"
243
+ msgstr ""
244
+
245
+ #: classes/visitor-conditions.php:98
246
+ #, php-format
247
+ msgid ""
248
+ "Display ads by the available space on the device or target tablets with the "
249
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
250
+ msgstr ""
251
+
252
+ #: public/class-advanced-ads.php:754
253
  msgctxt "label above ads"
254
  msgid "Advertisements"
255
  msgstr ""
256
 
257
+ #: admin/includes/class-ad-groups-list.php:208
258
+ #, php-format
259
+ msgid "show %d more ads"
260
+ msgstr ""
261
+
262
+ #: admin/includes/class-ad-groups-list.php:218
263
+ msgid "Add some"
264
+ msgstr ""
265
+
266
+ #: admin/includes/class-ad-type.php:518
267
  #, php-format
268
  msgid ""
269
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: admin/includes/class-licenses.php:86
273
+ #, php-format
274
+ msgid ""
275
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
276
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
277
+ "this page</a>."
278
+ msgstr ""
279
+
280
+ #: admin/includes/class-licenses.php:470
281
+ #, php-format
282
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
283
+ msgstr ""
284
+
285
+ #: admin/includes/class-licenses.php:472
286
+ #, php-format
287
+ msgid ""
288
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
289
+ "."
290
+ msgstr ""
291
+
292
  #: admin/includes/class-overview-widgets.php:67
293
  msgid "Selling Ads"
294
  msgstr ""
302
  msgid "Get the Selling Ads add-on"
303
  msgstr ""
304
 
305
+ #: admin/includes/class-settings.php:168
306
  msgid "Delete data on uninstall"
307
  msgstr ""
308
 
309
+ #: admin/includes/class-settings.php:178
310
+ msgid "Disable shortcode button"
311
+ msgstr ""
312
+
313
+ #: admin/includes/class-settings.php:220
314
+ #, php-format
315
+ msgid ""
316
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
317
+ "ons</a>."
318
+ msgstr ""
319
+
320
+ #: admin/includes/class-settings.php:221
321
+ #, php-format
322
+ msgid ""
323
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
324
+ "licenses</a>."
325
+ msgstr ""
326
+
327
+ #: admin/includes/class-settings.php:305
328
+ msgid ""
329
+ "Some plugins and themes trigger ad injections where it shouldn’t happen. "
330
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
331
+ "and outside the loop. However, this can cause problems with some themes. Set "
332
+ "this option to -1 in order to enable unlimited ad injection at your own risk,"
333
+ " set it to 0 to keep it disabled or choose a positive number to enable the "
334
+ "injection only in the first x posts on your archive pages."
335
+ msgstr ""
336
+
337
+ #: admin/includes/class-settings.php:337
338
+ msgid ""
339
+ "Advanced Ads ignores paragraphs and other elements in containers when "
340
+ "injecting ads into the post content. Check this option to ignore this "
341
+ "limitation and ads might show up again."
342
+ msgstr ""
343
+
344
+ #: admin/includes/class-settings.php:460
345
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
346
  msgstr ""
347
 
348
+ #: admin/includes/class-settings.php:473
349
+ msgid "Disable shortcode button in visual editor."
350
+ msgstr ""
351
+
352
+ #: admin/includes/class-shortcode-creator.php:154
353
+ #, php-format
354
+ msgid ""
355
+ "Please, either switch off your ad blocker or disable the shortcode button in "
356
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
357
+ msgstr ""
358
+
359
+ #: admin/includes/notices.php:9
360
+ #, php-format
361
+ msgid ""
362
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
363
+ "primary\">Create your first ad</a>"
364
+ msgstr ""
365
+
366
+ #: admin/views/ad-display-metabox.php:9
367
+ msgid ""
368
+ "Click on the button below if the ad should NOT show up on all pages when "
369
+ "included automatically."
370
+ msgstr ""
371
+
372
+ #: admin/views/ad-display-metabox.php:10
373
+ msgid "Hide the ad on some pages"
374
+ msgstr ""
375
+
376
+ #: admin/views/ad-display-metabox.php:17
377
+ msgid "Watch video"
378
+ msgstr ""
379
+
380
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
381
+ msgid "Visit the manual"
382
+ msgstr ""
383
+
384
+ #: admin/views/ad-display-metabox.php:23
385
+ msgid "A page with this ad on it must match all of the following conditions."
386
+ msgstr ""
387
+
388
+ #: admin/views/ad-display-metabox.php:59
389
  msgid "Forced to OR."
390
  msgstr ""
391
 
392
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
393
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
394
  msgid "manual"
395
  msgstr ""
396
 
397
+ #: admin/views/ad-group-list-form-row.php:57
398
+ msgid "Visible ads"
399
+ msgstr ""
400
+
401
+ #: admin/views/ad-group.php:53
402
+ msgid ""
403
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
404
+ "edit page."
405
+ msgstr ""
406
+
407
+ #: admin/views/ad-group.php:53
408
+ #, php-format
409
+ msgid ""
410
+ "Find more information about ad groups in the <a href=\"%s\" "
411
+ "target=\"_blank\">manual</a>."
412
+ msgstr ""
413
+
414
+ #: admin/views/ad-info-after-textarea.php:5
415
+ msgid ""
416
+ "The code of this ad might not work properly with the <em>Content</em> "
417
+ "placement."
418
+ msgstr ""
419
+
420
+ #: admin/views/ad-info-after-textarea.php:6
421
+ #, php-format
422
+ msgid "Reach out to <a href=\"%s\">support</a> to get help."
423
+ msgstr ""
424
+
425
  #: admin/views/ad-info-bottom.php:2
426
  msgctxt "wizard navigation"
427
  msgid "previous"
428
  msgstr ""
429
 
430
+ #: admin/views/ad-info-bottom.php:3
431
  msgctxt "wizard navigation"
432
  msgid "save"
433
  msgstr ""
434
 
435
+ #: admin/views/ad-info-bottom.php:4
436
  msgctxt "wizard navigation"
437
  msgid "next"
438
  msgstr ""
445
  msgid "Existing placement"
446
  msgstr ""
447
 
448
+ #: admin/views/ad-info-top.php:64
449
  msgid "Start Wizard"
450
  msgstr ""
451
 
453
  msgid "Stop Wizard"
454
  msgstr ""
455
 
456
+ #: admin/views/ad-info-top.php:83
457
  msgid "Welcome to the Wizard"
458
  msgstr ""
459
 
460
+ #: admin/views/ad-info-top.php:84
461
  msgid ""
462
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
463
  "the most common options are visible."
464
  msgstr ""
465
 
466
+ #: admin/views/ad-info-top.php:85
467
  msgid "Stop Wizard and show all options"
468
  msgstr ""
469
 
483
  msgid "Get dummy ad content (Link)"
484
  msgstr ""
485
 
486
+ #: admin/views/ad-output-metabox.php:44
487
  msgid ""
488
+ "Specify one or more classes for the container. Separate multiple classes "
489
+ "with a space"
490
+ msgstr ""
491
+
492
+ #: admin/views/ad-visitor-metabox.php:7
493
+ msgid ""
494
+ "Click on the button below if the ad should NOT be visible to all visitors"
495
+ msgstr ""
496
+
497
+ #: admin/views/ad-visitor-metabox.php:8
498
+ msgid "Hide the ad from some users"
499
+ msgstr ""
500
+
501
+ #: admin/views/ad-visitor-metabox.php:49
502
+ msgid "It seems that a caching plugin is activated."
503
+ msgstr ""
504
+
505
+ #: admin/views/feedback-disable.php:6
506
+ msgid "It is only temporary"
507
+ msgstr ""
508
+
509
+ #: admin/views/feedback-disable.php:7
510
+ msgid "I have a problem"
511
+ msgstr ""
512
+
513
+ #: admin/views/feedback-disable.php:8
514
+ msgid "Please let us know how we can help"
515
  msgstr ""
516
 
517
+ #: admin/views/feedback-disable.php:11
518
  #, php-format
519
+ msgid "Send me free help to %s"
520
+ msgstr ""
521
+
522
+ #: admin/views/feedback-disable.php:13
523
+ msgid "I miss a feature"
524
+ msgstr ""
525
+
526
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
527
+ msgid "Which one?"
528
+ msgstr ""
529
+
530
+ #: admin/views/feedback-disable.php:15
531
+ msgid "I don’t use ads on my site"
532
+ msgstr ""
533
+
534
+ #: admin/views/feedback-disable.php:16
535
+ msgid "I switched to another plugin"
536
+ msgstr ""
537
+
538
+ #: admin/views/feedback-disable.php:24
539
+ msgid "Submit & Deactivate"
540
+ msgstr ""
541
+
542
+ #: admin/views/feedback-disable.php:25
543
+ msgid "Only Deactivate"
544
+ msgstr ""
545
+
546
+ #: admin/views/feedback-disable.php:26
547
+ msgid "don’t deactivate"
548
  msgstr ""
549
 
550
+ #: admin/views/placements-ad-label-position.php:18
551
+ msgid ""
552
+ "Check this if you don't want the following elements to float around the ad. "
553
+ "(adds a placement_clearfix)"
554
+ msgstr ""
555
+
556
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
557
+ msgid "enabled"
558
+ msgstr ""
559
+
560
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
561
+ msgid "disabled"
562
+ msgstr ""
563
+
564
+ #: admin/views/placements.php:68
565
+ msgid "template (PHP)"
566
+ msgstr ""
567
+
568
+ #: admin/views/placements.php:128
569
+ msgid "show all options"
570
+ msgstr ""
571
+
572
+ #: admin/views/placements.php:135
573
+ #, php-format
574
+ msgid ""
575
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
576
+ "header of your website</a>."
577
+ msgstr ""
578
+
579
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
580
  #: modules/import-export/main.php:15
581
  msgid "Import &amp; Export"
582
  msgstr ""
583
 
584
+ #: admin/views/support.php:48
585
  msgid "Ads not showing up"
586
  msgstr ""
587
 
588
+ #: admin/views/support.php:49
589
  msgid "Purchase & Licenses"
590
  msgstr ""
591
 
592
+ #: admin/views/support.php:50
593
  msgid "General Issues"
594
  msgstr ""
595
 
596
+ #: admin/views/support.php:51
597
  msgid "Issues with Add-Ons"
598
  msgstr ""
599
 
600
+ #: admin/views/support.php:58
601
  #, php-format
602
  msgid ""
603
  "Take a look at more common issues or contact us directly through the <a "
628
  msgid "Find solutions in the manual"
629
  msgstr ""
630
 
631
+ #: modules/gadsense/admin/admin.php:200
632
  msgid ""
633
  "There is no explicit limit for AdSense ads anymore, but you can still use "
634
  "this setting to prevent too many AdSense ads to show accidentally on your "
635
  "site."
636
  msgstr ""
637
 
638
+ #: modules/gadsense/admin/admin.php:219
639
+ msgid ""
640
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
641
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
642
+ "AdSense Help</a> (requires AdSense-login) for more information."
643
+ msgstr ""
644
+
645
+ #: modules/gadsense/admin/admin.php:220
646
+ #, php-format
647
+ msgid ""
648
+ "Please notice that this code might also activate QuickStart ads. Please read "
649
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
650
+ "random places</strong>."
651
+ msgstr ""
652
+
653
+ #: modules/gadsense/admin/admin.php:312
654
+ #, php-format
655
+ msgid ""
656
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
657
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
658
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
659
+ "wrapped in text."
660
+ msgstr ""
661
+
662
  #: modules/import-export/classes/import.php:64
663
  msgid "Please enter XML content"
664
  msgstr ""
813
  msgid "Start import"
814
  msgstr ""
815
 
816
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
817
+ msgid ""
818
+ "The ad block disguise can only be set by the super admin on the main site in "
819
+ "the network."
820
+ msgstr ""
821
+
822
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
823
+ msgid ""
824
+ "Copy the ad code from your AdSense account, paste it into the area below and "
825
+ "click on <em>Get details</em>."
826
+ msgstr ""
827
+
828
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
829
+ msgid "Insert new AdSense code"
830
+ msgstr ""
831
+
832
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
833
+ msgid "Responsive (Matched Content)"
834
+ msgstr ""
835
+
836
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
837
+ msgid "Link ads"
838
+ msgstr ""
839
+
840
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
841
+ msgid "Link ads (Responsive)"
842
+ msgstr ""
843
+
844
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
845
  #, php-format
846
  msgid ""
847
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
849
  "vertical, or rectangle formats."
850
  msgstr ""
851
 
852
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
853
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
854
  msgid "or"
855
  msgstr "ou"
856
 
857
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
858
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
859
  msgid "and"
860
  msgstr "e"
861
 
862
+ #: admin/class-advanced-ads-admin.php:192
863
  msgid "After which paragraph?"
864
  msgstr "Após o qual parágrafo?"
865
 
866
+ #: admin/class-advanced-ads-admin.php:300
867
  #, php-format
868
  msgid "time of %s"
869
  msgstr "tempo de %s"
870
 
871
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
872
+ #: admin/includes/class-menu.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
873
  msgid "Support"
874
  msgstr "Suporte"
875
 
876
+ #: admin/class-advanced-ads-admin.php:345
877
  msgid "Add-Ons"
878
  msgstr "Add-Ons"
879
 
880
+ #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
881
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
882
  msgid "Ad"
883
  msgstr "Anúncios"
884
 
885
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
886
  msgctxt "ad group singular name"
887
  msgid "Ad Group"
888
  msgstr "Grupo de Anúncios"
889
 
890
+ #: classes/ad-debug.php:152 admin/includes/class-meta-box.php:65
891
  msgid "Display Conditions"
892
  msgstr "Condições de exibição"
893
 
894
+ #: classes/ad-debug.php:239 admin/includes/class-meta-box.php:68
895
  msgid "Visitor Conditions"
896
  msgstr "Condições para Visitantes"
897
 
903
  msgid "Manual placement to use as function or shortcode."
904
  msgstr "Manual de locais para usar como função ou shortcode."
905
 
906
+ #: classes/ad_placements.php:37
907
  msgid "Header Code"
908
  msgstr "Código no Cabeçalho"
909
 
910
+ #: classes/ad_placements.php:38
911
  msgid ""
912
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
913
  msgstr ""
914
  "Injetado no Cabeçalho (antes de fechar a Tag &lt;/head&gt; muitas vezes não "
915
  "visível)."
916
 
917
+ #: classes/ad_placements.php:42
918
  msgid "Footer Code"
919
  msgstr "Código no Rodapé"
920
 
921
+ #: classes/ad_placements.php:43
922
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
923
  msgstr "Injetado no Rodapé (antes de fechar a Tag &lt;/body&gt;)."
924
 
925
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
926
  msgid "Before Content"
927
  msgstr "Antes do Conteúdo"
928
 
929
+ #: classes/ad_placements.php:48
930
  msgid "Injected before the post content."
931
  msgstr "Inserido antes do post"
932
 
933
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
934
  msgid "After Content"
935
  msgstr "Depois do Conteúdo"
936
 
937
+ #: classes/ad_placements.php:54
938
  msgid "Injected after the post content."
939
  msgstr "Inserido depois do post"
940
 
941
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
942
+ msgid "Content"
943
+ msgstr "Conteúdo"
944
 
945
+ #: classes/ad_placements.php:60
946
  msgid ""
947
+ "Injected into the content. You can choose the paragraph after which the ad "
948
+ "content is displayed."
949
  msgstr ""
950
  "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o "
951
  "anúncio será exibido."
952
 
953
+ #: classes/ad_placements.php:65
954
  msgid "Sidebar Widget"
955
  msgstr "Widget da Barra Lateral"
956
 
957
+ #: classes/ad_placements.php:66
958
  msgid ""
959
  "Create a sidebar widget with an ad. Can be placed and used like any other "
960
  "widget."
962
  "Criar um widget na barra lateral com um anúncio. Pode ser colocado e "
963
  "utilizado como qualquer outro widget."
964
 
965
+ #: classes/ad_placements.php:218
966
  #, php-format
967
  msgid "paragraph (%s)"
968
  msgstr "parágrafo (%s)"
969
 
970
+ #: classes/ad_placements.php:219
971
  #, php-format
972
  msgid "paragraph without image (%s)"
973
  msgstr "parágrafo sem imagem (%s)"
974
 
975
+ #: classes/ad_placements.php:220
976
  #, php-format
977
  msgid "headline 2 (%s)"
978
  msgstr "Título 2 (%s)"
979
 
980
+ #: classes/ad_placements.php:221
981
  #, php-format
982
  msgid "headline 3 (%s)"
983
  msgstr "Título 3 (%s)"
984
 
985
+ #: classes/ad_placements.php:222
986
  #, php-format
987
  msgid "headline 4 (%s)"
988
  msgstr "Título 4 (%s)"
1034
  msgid "Insert plain text or code into this field."
1035
  msgstr "Insira o texo ou código no campo."
1036
 
1037
+ #: classes/ad_type_plain.php:89
1038
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1039
  msgstr "Executar código PHP (envolto em <code>&lt;?php ?&gt;</code>)"
1040
 
1041
+ #: classes/checks.php:244
1042
  #, php-format
1043
  msgid ""
1044
  "Possible conflict between jQueryUI library, used by Advanced Ads and other "
1078
  msgid "author"
1079
  msgstr "autor"
1080
 
1081
+ #: classes/display-conditions.php:120
1082
  #, php-format
1083
  msgid "archive: %s"
1084
  msgstr "arquivo: %s"
1085
 
1086
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
1087
+ #: classes/display-conditions.php:370
 
 
 
 
 
 
 
 
 
 
1088
  msgctxt "Error message shown when no display condition term is selected"
1089
  msgid "Please select some items."
1090
  msgstr "Por favor, selecione alguns itens."
1091
 
1092
+ #: classes/display-conditions.php:361
1093
  msgctxt "display the terms search field on ad edit page"
1094
  msgid "add more terms"
1095
  msgstr "adicionar mais termos"
1096
 
1097
+ #: classes/display-conditions.php:363
 
 
 
 
1098
  msgid "term name or id"
1099
  msgstr "nome ou id do termo"
1100
 
1101
+ #: classes/display-conditions.php:424
1102
  msgid "title or id"
1103
  msgstr "título ou id"
1104
 
1105
+ #: classes/display-conditions.php:469
1106
  msgid "Home Page"
1107
  msgstr "Página Inicial"
1108
 
1109
+ #: classes/display-conditions.php:470
1110
  msgid "show on Home page"
1111
  msgstr "mostrar na página inicial"
1112
 
1113
+ #: classes/display-conditions.php:474
1114
  msgid "Singular Pages"
1115
  msgstr "Páginas Simples"
1116
 
1117
+ #: classes/display-conditions.php:475
1118
  msgid "show on singular pages/posts"
1119
  msgstr "mostrar no singular páginas/posts"
1120
 
1121
+ #: classes/display-conditions.php:479
1122
  msgid "Archive Pages"
1123
  msgstr "Páginas de Arquivos"
1124
 
1125
+ #: classes/display-conditions.php:480
1126
  msgid "show on any type of archive page (category, tag, author and date)"
1127
  msgstr "mostrar em qualquer tipo de página (categoria, tag, autor e data)"
1128
 
1129
+ #: classes/display-conditions.php:484
1130
  msgid "Search Results"
1131
  msgstr "Resultados da Pesquisa"
1132
 
1133
+ #: classes/display-conditions.php:485
1134
  msgid "show on search result pages"
1135
  msgstr "mostrar nas páginas de resultados de busca"
1136
 
1137
+ #: classes/display-conditions.php:489
1138
  msgid "404 Page"
1139
  msgstr "Página 404"
1140
 
1141
+ #: classes/display-conditions.php:490
1142
  msgid "show on 404 error page"
1143
  msgstr "mostrar na página de erro 404"
1144
 
1145
+ #: classes/display-conditions.php:494
1146
  msgid "Attachment Pages"
1147
  msgstr "Páginas de Anexos"
1148
 
1149
+ #: classes/display-conditions.php:495
1150
  msgid "show on attachment pages"
1151
  msgstr "mostrar nas páginas de anexos"
1152
 
1153
+ #: classes/display-conditions.php:499
1154
  msgid "Secondary Queries"
1155
  msgstr "Consultas Secundárias"
1156
 
1157
+ #: classes/display-conditions.php:500
1158
  msgid "allow ads in secondary queries"
1159
  msgstr "permitir anúncios em consultas secundárias"
1160
 
1161
+ #: classes/display-conditions.php:504
1162
  msgid "Feed"
1163
  msgstr "Feed"
1164
 
1165
+ #: classes/display-conditions.php:505
1166
  msgid "allow ads in Feed"
1167
  msgstr "permitir anúncios no Feed"
1168
 
 
 
 
 
 
 
 
 
 
 
 
 
1169
  #: classes/visitor-conditions.php:33
1170
  msgid "Display ads only on mobile devices or hide them."
1171
  msgstr "Exibir anúncios somente em dispositivos móveis ou ocultá-los."
1178
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
1179
  msgstr "Se o visitante deve estar logado ou não, para visualizar os anúncios."
1180
 
1181
+ #: classes/visitor-conditions.php:92 classes/visitor-conditions.php:132
1182
  msgid "Manual and Troubleshooting"
1183
  msgstr "Manual e Resolução de Problemas"
1184
 
1185
+ #: classes/visitor-conditions.php:161
1186
  msgid "equal"
1187
  msgstr "igual"
1188
 
1189
+ #: classes/visitor-conditions.php:162
1190
  msgid "equal or higher"
1191
  msgstr "igual ou superior"
1192
 
1193
+ #: classes/visitor-conditions.php:163
1194
  msgid "equal or lower"
1195
  msgstr "igual ou inferior"
1196
 
1197
+ #: classes/visitor-conditions.php:194
1198
  msgid "contains"
1199
  msgstr "contenha"
1200
 
1201
+ #: classes/visitor-conditions.php:195
1202
  msgid "starts with"
1203
  msgstr "começa com"
1204
 
1205
+ #: classes/visitor-conditions.php:196
1206
  msgid "ends with"
1207
  msgstr "termina com"
1208
 
1209
+ #: classes/visitor-conditions.php:197
1210
  msgid "matches"
1211
  msgstr "corresponde"
1212
 
1213
+ #: classes/visitor-conditions.php:198
1214
  msgid "matches regex"
1215
  msgstr "corresponda regex"
1216
 
1217
+ #: classes/visitor-conditions.php:199
1218
  msgid "does not contain"
1219
  msgstr "não contém"
1220
 
1221
+ #: classes/visitor-conditions.php:200
1222
  msgid "does not start with"
1223
  msgstr "não começa com"
1224
 
1225
+ #: classes/visitor-conditions.php:201
1226
  msgid "does not end with"
1227
  msgstr "não termina com"
1228
 
1229
+ #: classes/visitor-conditions.php:202
1230
  msgid "does not match"
1231
  msgstr "não corresponde"
1232
 
1233
+ #: classes/visitor-conditions.php:203
1234
  msgid "does not match regex"
1235
  msgstr "não corresponde regex"
1236
 
1238
  msgid "Display Ads and Ad Groups."
1239
  msgstr "Exibir Anúncios e Grupos de Anúncios."
1240
 
1241
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
1242
  msgid "--empty--"
1243
  msgstr "--vazio--"
1244
 
1245
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
1246
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
1247
  #: modules/import-export/views/page.php:25
1248
  msgid "Placements"
1249
  msgstr "Locais"
1250
 
1251
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
1252
+ #: admin/includes/class-shortcode-creator.php:91
1253
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
1254
  msgid "Ad Groups"
1255
  msgstr "Grupos de Anúncios"
1256
 
1257
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
1258
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
1259
+ #: admin/includes/class-shortcode-creator.php:84
1260
+ #: admin/views/ad-group-list-form-row.php:68
1261
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
1262
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
1263
  msgid "Ads"
1264
  msgstr "Anúncios"
1265
 
1266
+ #: public/class-advanced-ads.php:317
1267
  msgid "Advanced Ads Error following:"
1268
  msgstr "Anúncios Avançados possui os seguintes Erros:"
1269
 
1270
+ #: public/class-advanced-ads.php:320
1271
  #, php-format
1272
  msgid "Advanced Ads Error: %s"
1273
  msgstr "Aúncios Avançados Erro: %s"
1274
 
1275
+ #: public/class-advanced-ads.php:580
1276
  msgctxt "ad group general name"
1277
  msgid "Ad Groups"
1278
  msgstr "Grupos de Anúncios"
1279
 
1280
+ #: public/class-advanced-ads.php:582
1281
  msgid "Search Ad Groups"
1282
  msgstr "Pesquisar Grupos de Anúncios"
1283
 
1284
+ #: public/class-advanced-ads.php:583
1285
  msgid "All Ad Groups"
1286
  msgstr "Todos os Grupos de Anúncios"
1287
 
1288
+ #: public/class-advanced-ads.php:584
1289
  msgid "Parent Ad Groups"
1290
  msgstr "Grupos de Anúncios Pai"
1291
 
1292
+ #: public/class-advanced-ads.php:585
1293
  msgid "Parent Ad Groups:"
1294
  msgstr "Grupos de Anúncios Pai:"
1295
 
1296
+ #: public/class-advanced-ads.php:586
1297
  msgid "Edit Ad Group"
1298
  msgstr "Editar Grupo de Anúncios"
1299
 
1300
+ #: public/class-advanced-ads.php:587
1301
  msgid "Update Ad Group"
1302
  msgstr "Atualizar Grupo de Anúncios"
1303
 
1304
+ #: public/class-advanced-ads.php:588
1305
  msgid "Add New Ad Group"
1306
  msgstr "Adicionar Novo Grupo de Anúncios"
1307
 
1308
+ #: public/class-advanced-ads.php:589
1309
  msgid "New Ad Groups Name"
1310
  msgstr "Nome do Novo Grupo de Anúncios"
1311
 
1312
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
1313
  #: modules/import-export/views/page.php:24
1314
  msgid "Groups"
1315
  msgstr "Grupos"
1316
 
1317
+ #: public/class-advanced-ads.php:591
1318
  msgid "No Ad Group found"
1319
  msgstr "Nenhum Grupo de Anúncios encontrado"
1320
 
1321
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
1322
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
1323
  msgid "New Ad"
1324
  msgstr "Novo Anúncio"
1325
 
1326
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
1327
  msgid "Add New Ad"
1328
  msgstr "Adicionar Novo Anúncio"
1329
 
1330
+ #: public/class-advanced-ads.php:621
1331
+ #: admin/includes/class-ad-groups-list.php:308
1332
  #: modules/import-export/classes/import.php:143
1333
  #: modules/import-export/classes/import.php:183
1334
  #: modules/import-export/classes/import.php:559
1335
  msgid "Edit"
1336
  msgstr "Editar"
1337
 
1338
+ #: public/class-advanced-ads.php:622
1339
  msgid "Edit Ad"
1340
  msgstr "Editar Anúncio"
1341
 
1342
+ #: public/class-advanced-ads.php:624
1343
  msgid "View"
1344
  msgstr "Visualizar"
1345
 
1346
+ #: public/class-advanced-ads.php:625
1347
  msgid "View the Ad"
1348
  msgstr "Visualizar o Anúncio"
1349
 
1350
+ #: public/class-advanced-ads.php:626
1351
  msgid "Search Ads"
1352
  msgstr "Pesquisar Anúncios"
1353
 
1354
+ #: public/class-advanced-ads.php:627
1355
  msgid "No Ads found"
1356
  msgstr "Nenhum Anúncio encontrado"
1357
 
1358
+ #: public/class-advanced-ads.php:628
1359
  msgid "No Ads found in Trash"
1360
  msgstr "Nenhum Anúncio encontrado na Lixeira"
1361
 
1362
+ #: public/class-advanced-ads.php:629
1363
  msgid "Parent Ad"
1364
  msgstr "Anúncio Pai"
1365
 
1366
+ #: admin/includes/class-ad-groups-list.php:164
1367
  msgid "Ad weight"
1368
  msgstr "Peso do Anúncio"
1369
 
1370
+ #: admin/includes/class-ad-groups-list.php:172
1371
  #: admin/views/ad-list-timing-column.php:4
1372
  #, php-format
1373
  msgid "starts %s"
1374
  msgstr "inicia %s"
1375
 
1376
+ #: admin/includes/class-ad-groups-list.php:191
1377
  #: admin/views/ad-list-timing-column.php:21
1378
  #, php-format
1379
  msgid "expires %s"
1380
  msgstr "expira %s"
1381
 
1382
+ #: admin/includes/class-ad-groups-list.php:193
1383
  #: admin/views/ad-list-timing-column.php:23
1384
  #, php-format
1385
  msgid "<strong>expired</strong> %s"
1386
  msgstr "<strong>expirado</strong> %s"
1387
 
1388
+ #: admin/includes/class-ad-groups-list.php:212
1389
  msgid "all published ads are displayed"
1390
  msgstr "todos os anúncios publicados estão sendo exibidos"
1391
 
1392
+ #: admin/includes/class-ad-groups-list.php:214
1393
  #, php-format
1394
  msgid "up to %d ads displayed"
1395
  msgstr "vá para %d anúncios exibidos"
1396
 
1397
+ #: admin/includes/class-ad-groups-list.php:217
1398
  msgid "No ads assigned"
1399
  msgstr "Não há anúncios atribuídos"
1400
 
1401
+ #: admin/includes/class-ad-groups-list.php:284
1402
  msgid "Random ads"
1403
  msgstr "Anúncios aleatórios"
1404
 
1405
+ #: admin/includes/class-ad-groups-list.php:285
1406
  msgid "Display random ads based on ad weight"
1407
  msgstr "Exibir anúncios aleatórios com base no peso anúncio"
1408
 
1409
+ #: admin/includes/class-ad-groups-list.php:288
1410
  msgid "Ordered ads"
1411
  msgstr "Anúncios ordenados"
1412
 
1413
+ #: admin/includes/class-ad-groups-list.php:289
1414
  msgid "Display ads with the highest ad weight first"
1415
  msgstr "Os anúncios gráficos com maior peso em primeiro lugar"
1416
 
1417
+ #: admin/includes/class-ad-groups-list.php:309
1418
  msgid "Usage"
1419
  msgstr "Usar"
1420
 
1421
+ #: admin/includes/class-ad-groups-list.php:339
1422
  msgid "Invalid Ad Group"
1423
  msgstr "Grupo de Anúncios Inválido"
1424
 
1425
+ #: admin/includes/class-ad-groups-list.php:344
1426
  msgid "You don’t have permission to change the ad groups"
1427
  msgstr "Você não tem permissão para alterar os grupos de anúncios"
1428
 
1429
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
1430
  msgid "Ad Details"
1431
  msgstr "Detalhes do Anúncio"
1432
 
1433
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
1434
  msgid "Ad Planning"
1435
  msgstr "Planejamento de Anúncio"
1436
 
1437
+ #: admin/includes/class-ad-type.php:200
1438
  msgid "expired"
1439
  msgstr "expirado"
1440
 
1441
+ #: admin/includes/class-ad-type.php:201
1442
  msgid "any expiry date"
1443
  msgstr "qualquer data de expiração"
1444
 
1445
+ #: admin/includes/class-ad-type.php:202
1446
  msgid "planned"
1447
  msgstr ""
1448
  "\n"
1449
  "planejado"
1450
 
1451
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
1452
  msgid "Ad updated."
1453
  msgstr "Anúncio atualizado."
1454
 
1455
  #. translators: %s: date and time of the revision
1456
+ #: admin/includes/class-ad-type.php:517
1457
  #, php-format
1458
  msgid "Ad restored to revision from %s"
1459
  msgstr "Anúncio restaurado para revisão de %s"
1460
 
1461
+ #: admin/includes/class-ad-type.php:518
1462
  msgid "Ad published."
1463
  msgstr "Anúncio publicado."
1464
 
1465
+ #: admin/includes/class-ad-type.php:519
1466
  msgid "Ad saved."
1467
  msgstr "Anúncio salvo."
1468
 
1469
+ #: admin/includes/class-ad-type.php:520
1470
  msgid "Ad submitted."
1471
  msgstr "Anúncio enviado."
1472
 
1473
+ #: admin/includes/class-ad-type.php:522
1474
  #, php-format
1475
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1476
  msgstr "Anúncio previsto para: <strong>%1$s</strong>."
1477
 
1478
  #. translators: Publish box date format, see http://php.net/date
1479
+ #: admin/includes/class-ad-type.php:524
1480
  msgid "M j, Y @ G:i"
1481
  msgstr "M j, Y @ G:i"
1482
 
1483
+ #: admin/includes/class-ad-type.php:526
1484
  msgid "Ad draft updated."
1485
  msgstr "Rascunho do Anúncio atualizado."
1486
 
1487
+ #: admin/includes/class-licenses.php:101
1488
+ msgid "Error while trying to register the license. Please contact support."
1489
+ msgstr "Erro ao tentar registrar a licença. Entre em contato com o suporte."
1490
+
1491
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
1492
+ msgid "Please enter a valid license key"
1493
+ msgstr "Por favor digite uma chave de licença válida"
1494
+
1495
+ #: admin/includes/class-licenses.php:132
1496
+ #: modules/marketpress-license/main.php:65
1497
+ #: modules/marketpress-license/main.php:77
1498
+ msgid "License couldn’t be activated. Please try again later."
1499
+ msgstr "Licença não pôde ser ativada. Por favor, tente novamente mais tarde."
1500
+
1501
+ #: admin/includes/class-licenses.php:147
1502
+ msgid "This is the bundle license key."
1503
+ msgstr "Esta é a chave de licença do pacote."
1504
+
1505
+ #: admin/includes/class-licenses.php:148
1506
+ #: modules/marketpress-license/main.php:132
1507
+ msgid "This is not the correct key for this add-on."
1508
+ msgstr "Esta não é a chave correta para este add-on."
1509
+
1510
+ #: admin/includes/class-licenses.php:149
1511
+ #: modules/marketpress-license/main.php:130
1512
+ msgid "There are no activations left."
1513
+ msgstr "Não há ativações deixadas."
1514
+
1515
+ #: admin/includes/class-licenses.php:218
1516
+ msgid "Error while trying to disable the license. Please contact support."
1517
+ msgstr "Erro ao tentar desativar a licença. Entre em contato com o suporte."
1518
+
1519
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
1520
+ msgid "License couldn’t be deactivated. Please try again later."
1521
+ msgstr ""
1522
+ "Licença não pôde ser desativada. Por favor, tente novamente mais tarde."
1523
+
1524
  #: admin/includes/class-menu.php:52
1525
  msgid "Overview"
1526
  msgstr "Visão geral"
1527
 
1528
+ #: admin/includes/class-menu.php:75
1529
  msgid "Ad Placements"
1530
  msgstr "Locais de Anúncio"
1531
 
1532
+ #: admin/includes/class-menu.php:79
1533
  msgid "Advanced Ads Settings"
1534
  msgstr "Configurações de Anúncios Avançados"
1535
 
1536
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
1537
  msgid "Settings"
1538
  msgstr "Configurações"
1539
 
1540
+ #: admin/includes/class-menu.php:82
1541
  msgid "Advanced Ads Debugging"
1542
  msgstr "Debug de Anúncios Avançados"
1543
 
1544
+ #: admin/includes/class-menu.php:82
1545
  msgid "Debug"
1546
  msgstr "Debug"
1547
 
1548
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
 
 
 
 
1549
  msgid "Sorry, you are not allowed to access this feature."
1550
  msgstr "Desculpe, você não tem permissão para acessar esta função."
1551
 
1552
+ #: admin/includes/class-menu.php:203
1553
  msgid ""
1554
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1555
  "deleted?"
1568
  msgid "Layout / Output"
1569
  msgstr "Layout / Exibição"
1570
 
1571
+ #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
1572
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
1573
  #: admin/views/ad-output-metabox.php:51
1574
  msgid "Manual"
1575
  msgstr "Manual"
1576
 
1577
+ #: admin/includes/class-meta-box.php:136
1578
  msgid "Video"
1579
  msgstr "Vídeo"
1580
 
1581
+ #: admin/includes/class-meta-box.php:222
1582
  msgid "Ad Settings"
1583
  msgstr "Configurações do Anúncio"
1584
 
1585
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
1586
  msgid "Ads Dashboard"
1587
  msgstr "Painel de Anúncios"
1588
 
1589
+ #: admin/includes/class-meta-box.php:336
1590
  msgid "From the ad optimization universe"
1591
  msgstr "Universo de otimizações de anúncios"
1592
 
1593
+ #: admin/includes/class-meta-box.php:345
1594
  msgid "Advanced Ads Tutorials"
1595
  msgstr "Tutoriais do Anúncios Avançados"
1596
 
1597
+ #: admin/includes/class-meta-box.php:357
1598
  #, php-format
1599
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1600
  msgstr "%d anúncios – <a href=\"%s\">gerir</a> - <a href=\"%s\">novos</a>"
1601
 
1602
+ #: admin/includes/class-meta-box.php:369
1603
  msgid "plugin manual and homepage"
1604
  msgstr "manual e página do plugin"
1605
 
1606
+ #: admin/includes/class-meta-box.php:376
1607
  msgid "Get the tutorial via email"
1608
  msgstr "Receba o tutorial por e-mail"
1609
 
1610
+ #: admin/includes/class-meta-box.php:383
1611
  msgid "Get AdSense tips via email"
1612
  msgstr "Receba dicas do AdSense via e-mail"
1613
 
1614
+ #: admin/includes/class-notices.php:417
1615
  #, php-format
1616
  msgid ""
1617
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
1620
  "Você não parece ter um endereço de e-mail. Utilize <a href=\"%s\" "
1621
  "target=\"_blank\">este formulário</a> para se inscrever."
1622
 
1623
+ #: admin/includes/class-notices.php:435
1624
  msgid ""
1625
  "How embarrassing. The email server seems to be down. Please try again later."
1626
  msgstr ""
1627
  "Como é embaraçoso. O servidor de e-mail parece ser ruim. Por favor tente de "
1628
  "novo mais tarde."
1629
 
1630
+ #: admin/includes/class-notices.php:440
1631
  #, php-format
1632
  msgid ""
1633
  "Please check your email (%s) for the confirmation message. If you didn’t "
1697
  "dedicado."
1698
 
1699
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1700
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
 
1701
  msgid "Subscribe me now"
1702
  msgstr "Inscreva-me agora"
1703
 
1709
  msgid "Send it now"
1710
  msgstr "Enviar agora"
1711
 
1712
+ #: admin/includes/class-overview-widgets.php:126
1713
  msgid "Create your first ad"
1714
  msgstr "Crie seu primeiro anúncio"
1715
 
1906
  msgid "General"
1907
  msgstr "Geral"
1908
 
1909
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1910
  msgid "Licenses"
1911
  msgstr "Licenças"
1912
 
1930
  msgid "Priority of content injection filter"
1931
  msgstr "Prioridade de filtro de injeção de conteúdo"
1932
 
1933
+ #: admin/includes/class-settings.php:118
1934
  msgid "Hide ads from bots"
1935
  msgstr "Esconder anúncios de robôs (google, yahoo, bing, etc...)"
1936
 
1937
+ #: admin/includes/class-settings.php:126
1938
  msgid "Disable notices"
1939
  msgstr "desabilitar notificações"
1940
 
1941
+ #: admin/includes/class-settings.php:134
1942
  msgid "ID prefix"
1943
  msgstr "Prefixo ID"
1944
 
1945
+ #: admin/includes/class-settings.php:142
1946
  msgid "Remove Widget ID"
1947
  msgstr "Remover ID do Widget"
1948
 
1949
+ #: admin/includes/class-settings.php:150
1950
  msgid "Allow editors to manage ads"
1951
  msgstr "Permitir que editores gerenciem anúncios"
1952
 
1953
+ #: admin/includes/class-settings.php:158
1954
  msgid "Ad label"
1955
  msgstr "Rótulo do Anúncio"
1956
 
1957
+ #: admin/includes/class-settings.php:255
1958
  msgid "(display to all)"
1959
  msgstr "(exibir para todos)"
1960
 
1961
+ #: admin/includes/class-settings.php:256
1962
  msgid "Subscriber"
1963
  msgstr "Assinante"
1964
 
1965
+ #: admin/includes/class-settings.php:257
1966
  msgid "Contributor"
1967
  msgstr "Contribuidor"
1968
 
1969
+ #: admin/includes/class-settings.php:258
1970
  msgid "Author"
1971
  msgstr "Autor"
1972
 
1973
+ #: admin/includes/class-settings.php:259
1974
  msgid "Editor"
1975
  msgstr "Editor"
1976
 
1977
+ #: admin/includes/class-settings.php:260
1978
  msgid "Admin"
1979
  msgstr "Administrador"
1980
 
1981
+ #: admin/includes/class-settings.php:268
1982
  msgid "Choose the lowest role a user must have in order to not see any ads."
1983
  msgstr "Escolha o nível de usuário mais baixo para não ver os anúncios."
1984
 
1985
+ #: admin/includes/class-settings.php:282
1986
  msgid ""
1987
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1988
  "needs it."
1990
  "<strong>Aviso:</strong> o arquivo está atualmente habilitado por um add-on "
1991
  "que precisa dele."
1992
 
1993
+ #: admin/includes/class-settings.php:285
1994
  #, php-format
1995
  msgid ""
1996
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
2001
  "aqui</a>). Algumas funcionalidades e complementos podem substituir essa "
2002
  "configuração se eles precisarem de recursos a partir deste arquivo."
2003
 
2004
+ #: admin/includes/class-settings.php:321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2005
  msgid ""
2006
  "Please check your post content. A priority of 10 and below might cause "
2007
  "issues (wpautop function might run twice)."
2009
  "Por favor, verifique o conteúdo do post. A prioridade de 10 e abaixo pode "
2010
  "causar problemas (função wpautop pode ser executado duas vezes)."
2011
 
2012
+ #: admin/includes/class-settings.php:323
2013
  msgid ""
2014
  "Play with this value in order to change the priority of the injected ads "
2015
  "compared to other auto injected elements in the post content."
2018
  "em comparação com outros elementos injetados automaticamente no conteúdo do "
2019
  "post."
2020
 
2021
+ #: admin/includes/class-settings.php:350
2022
  #, php-format
2023
  msgid ""
2024
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
2029
  "impede contagem de impressões para robôs ao usar o <a href=\"%s\" "
2030
  "target=\"_blank\">Add-On Rastreamento</a>."
2031
 
2032
+ #: admin/includes/class-settings.php:351
2033
  msgid ""
2034
  "Disabling this option only makes sense if your ads contain content you want "
2035
  "to display to bots (like search engines) or your site is cached and bots "
2039
  "que você deseja exibir para robôs (como motores de busca) ou o seu site é "
2040
  "armazenado em cache e robôs podem criar uma versão em cache sem os anúncios."
2041
 
2042
+ #: admin/includes/class-settings.php:364
2043
  msgid ""
2044
  "Disable internal notices like tips, tutorials, email newsletters and update "
2045
  "notices. Disabling notices is recommended if you run multiple blogs with "
2049
  "avisos de atualização. Desabilitar notificações é recomendado se você já "
2050
  "executar vários blogs com Anúncios Avançados."
2051
 
2052
+ #: admin/includes/class-settings.php:381
2053
  msgid ""
2054
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
2055
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
2060
  "anúncios. <br/>Talvez seja necessário <strong>reescrever as regras css "
2061
  "depois</strong>."
2062
 
2063
+ #: admin/includes/class-settings.php:402
2064
  msgid ""
2065
  "Remove the ID attribute from widgets in order to not make them an easy "
2066
  "target of ad blockers."
2068
  "Remova o atributo ID de Widgets para não torná-los um alvo fácil de "
2069
  "bloqueadores de anúncios."
2070
 
2071
+ #: admin/includes/class-settings.php:405
2072
  msgid ""
2073
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
2074
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
2076
  "Se marcada, o Widget Anúncios Avançados não funcionará com a opção fixa do "
2077
  "plugin <strong>Widget Q2W3 Fixo</strong>."
2078
 
2079
+ #: admin/includes/class-settings.php:427
2080
  msgid "Allow editors to also manage and publish ads."
2081
  msgstr "Permite aos editores gerenciar e publicar anúncios também."
2082
 
2083
+ #: admin/includes/class-settings.php:428
2084
  #, php-format
2085
  msgid ""
2086
  "You can assign different ad-related roles on a user basis with <a "
2089
  "Você pode atribuir diferentes funções de anúncios relacionados em uma base "
2090
  "de usuário com <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pro</a>."
2091
 
2092
+ #: admin/includes/class-settings.php:446
2093
  msgid "Displayed above ads."
2094
  msgstr "Exibido anúncios acima."
2095
 
 
 
 
 
 
 
 
 
 
2096
  #: admin/includes/notices.php:15
2097
  msgid ""
2098
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
2211
  msgid "Cancel"
2212
  msgstr "Cancelar"
2213
 
2214
+ #: admin/views/ad-display-metabox.php:22
 
 
 
 
 
 
2215
  #: admin/views/notices/jqueryui_error.php:2
2216
  #, php-format
2217
  msgid ""
2221
  "Pode haver um problema com layouts e scripts em seu painel. Por favor, "
2222
  "verifique <a href=\"%s\" target=\"_blank\">este artigo para saber mais</a>."
2223
 
2224
+ #: admin/views/ad-display-metabox.php:76
2225
  msgid "If you want to display the ad everywhere, don't do anything here. "
2226
  msgstr "Se você quer exibir o anúncio em todo lugar, não faça nada aqui."
2227
 
2228
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
2229
  msgid "New condition"
2230
  msgstr "Nova condição"
2231
 
2232
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
2233
  msgid "-- choose a condition --"
2234
  msgstr "-- escolha uma condição --"
2235
 
2236
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
2237
+ #: admin/views/ad-visitor-metabox.php:62
 
2238
  msgid "add"
2239
  msgstr "adicionar"
2240
 
2251
  msgid "Update"
2252
  msgstr "Atualizar"
2253
 
2254
+ #: admin/views/ad-group-list-ads.php:3
2255
+ msgid "weight"
2256
+ msgstr "Peso"
2257
+
2258
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
2259
  msgid "Name"
2260
  msgstr "Nome"
2261
 
2262
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
2263
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
 
 
 
 
2264
  msgid "Type"
2265
  msgstr "Tipo"
2266
 
2267
+ #: admin/views/ad-group-list-form-row.php:51
 
 
 
 
2268
  msgctxt "option to display all ads in an ad groups"
2269
  msgid "all"
2270
  msgstr "todos"
2271
 
2272
+ #: admin/views/ad-group-list-form-row.php:59
2273
  msgid "Number of ads that are visible at the same time"
2274
  msgstr "Número de anúncios que são visíveis ao mesmo tempo"
2275
 
 
 
 
 
2276
  #: admin/views/ad-group-list-header.php:4
2277
  msgid "Details"
2278
  msgstr "Detalhes"
2279
 
2280
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
2281
+ #: admin/views/placements.php:65
2282
  msgid "shortcode"
2283
  msgstr "shortcode"
2284
 
2285
+ #: admin/views/ad-group-list-row.php:11
 
2286
  msgid "template"
2287
  msgstr "template"
2288
 
2326
  "informativos. Um Grupo de Anúncios pode ter vários anúncios, mas anúncios "
2327
  "podem pertencer a vários grupos."
2328
 
2329
+ #: admin/views/ad-group.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2330
  msgid "Update Groups"
2331
  msgstr "Atualizar Grupos"
2332
 
2343
  msgid "Where do you want to display the ad?"
2344
  msgstr "Onde você deseja exibir o anúncio?"
2345
 
 
 
 
 
2346
  #: admin/views/ad-info-top.php:12
2347
  msgid "Manage Sidebar"
2348
  msgstr "Gerenciar Barra Lateral"
2427
  msgstr "Tudo conectado ao layout dos anúncios e saída para exibição."
2428
 
2429
  #: admin/views/ad-output-metabox.php:4
2430
+ #: admin/views/placements-ad-label-position.php:1
2431
  msgid "Position"
2432
  msgstr "Posição"
2433
 
2435
  msgid "- default -"
2436
  msgstr "- padrão -"
2437
 
2438
+ #: admin/views/ad-output-metabox.php:7
2439
+ #: admin/views/placements-ad-label-position.php:2
2440
+ #: admin/views/placements-ad-label-position.php:4
2441
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2442
+ #: admin/views/placements.php:53
2443
  msgid "default"
2444
  msgstr "padrão"
2445
 
2446
  #: admin/views/ad-output-metabox.php:8
2447
+ #: admin/views/placements-ad-label-position.php:6
2448
+ #: admin/views/placements-ad-label-position.php:8
2449
  msgid "left"
2450
  msgstr "esquerda"
2451
 
2452
  #: admin/views/ad-output-metabox.php:11
2453
+ #: admin/views/placements-ad-label-position.php:9
2454
+ #: admin/views/placements-ad-label-position.php:11
2455
  msgid "center"
2456
  msgstr "centro"
2457
 
2458
  #: admin/views/ad-output-metabox.php:14
2459
+ #: admin/views/placements-ad-label-position.php:12
2460
+ #: admin/views/placements-ad-label-position.php:14
2461
  msgid "right"
2462
  msgstr "direita"
2463
 
2522
  msgid "height"
2523
  msgstr "altura"
2524
 
2525
+ #: admin/views/ad-parameters-size.php:8
2526
  msgid "reserve this space"
2527
  msgstr "reservar este espaço"
2528
 
2543
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2544
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2545
 
2546
+ #: admin/views/ad-visitor-metabox.php:12
2547
  msgid ""
2548
  "Display conditions that are based on the user. Use with caution on cached "
2549
  "websites."
2550
  msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
2551
 
2552
+ #: admin/views/ad-visitor-metabox.php:47
2553
  msgid ""
2554
  "Visitor conditions limit the number of users who can see your ad. There is "
2555
  "no need to set visitor conditions if you want all users to see the ad."
2558
  "anúncio. Não há necessidade de estabelecer condições para visitante se você "
2559
  "quiser que todos os usuários vejam o anúncio."
2560
 
2561
+ #: admin/views/ad-visitor-metabox.php:50
2562
  #, php-format
2563
  msgid ""
2564
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2567
  "Confira em <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pró</a> se "
2568
  "características dinâmicas chegar em cache cache-busting."
2569
 
2570
+ #: admin/views/ad-visitor-metabox.php:67
2571
  #, php-format
2572
  msgid ""
2573
  "Define the exact browser width for which an ad should be visible using the "
2576
  "Definir a largura exata do navegador para que um anúncio seja visível usando "
2577
  "o <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2578
 
2579
+ #: admin/views/ad-visitor-metabox.php:113
2580
  msgid ""
2581
  "The visitor conditions below are deprecated. Please use the new version of "
2582
  "visitor conditions to replace it."
2584
  "As condições para visitante abaixo estão obsoletas. Utilize a nova versão do "
2585
  "condições para visitante a fim de substituí-lo."
2586
 
2587
+ #: admin/views/ad-visitor-metabox.php:119
2588
  msgid "Display on all devices"
2589
  msgstr "Exibir em todos os dispositivos"
2590
 
2591
+ #: admin/views/ad-visitor-metabox.php:123
2592
  msgid "only on mobile devices"
2593
  msgstr "somente em smartphones"
2594
 
2595
+ #: admin/views/ad-visitor-metabox.php:127
2596
  msgid "not on mobile devices"
2597
  msgstr "menos em smartphones"
2598
 
2599
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2600
  msgid "Debug Page"
2601
  msgstr "Página Debug"
2602
 
2604
  msgid "Work in progress"
2605
  msgstr "Trabalho em andamento"
2606
 
2607
+ #: admin/views/feedback-disable.php:4
 
 
 
 
 
 
 
 
 
 
 
 
2608
  msgid "Why did you decide to disable Advanced Ads?"
2609
  msgstr "Por que você decidiu desativar Anúncios Avançados?"
2610
 
2611
+ #: admin/views/feedback-disable.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
2612
  msgid "other reason"
2613
  msgstr "Outra razão"
2614
 
2615
+ #: admin/views/feedback-disable.php:19
2616
  msgid "Please specify, if possible"
2617
  msgstr "Por favor especifique, se possível"
2618
 
2619
+ #: admin/views/placements-content-index.php:1
2620
+ msgid "after"
2621
+ msgstr "depois"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2622
 
2623
+ #: admin/views/placements-content-index.php:1
2624
+ msgid "before"
2625
+ msgstr "antes"
 
 
 
 
 
 
2626
 
2627
+ #: admin/views/placements-content-index.php:21
2628
+ msgid "start counting from bottom"
2629
+ msgstr "começar a contar de baixo"
2630
 
2631
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2632
+ msgid "--not selected--"
2633
+ msgstr "--não selecionado--"
2634
 
2635
  #: admin/views/placements.php:8
2636
  msgid ""
2644
  msgid "Placements updated"
2645
  msgstr "Locais atualizados"
2646
 
2647
+ #: admin/views/placements.php:14
2648
  msgid ""
2649
  "Placements are physically places in your theme and posts. You can use them "
2650
  "if you plan to change ads and ad groups on the same place without the need "
2654
  "pretende mudar anúncios e grupos de anúncios no mesmo lugar, sem a "
2655
  "necessidade de mudar seus templates."
2656
 
2657
+ #: admin/views/placements.php:15
2658
  #, php-format
2659
  msgid ""
2660
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2662
  "Veja também o manual para obter mais informações sobre <a href=\"%s\">"
2663
  "locais</a>."
2664
 
2665
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2666
  msgid "Options"
2667
  msgstr "Opções"
2668
 
2669
+ #: admin/views/placements.php:43
2670
  #, php-format
2671
  msgid ""
2672
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2675
  "Tipo de local \"%s\" está faltando e foi redefinido para \"padrão\". <br/>"
2676
  "Por favor, verifique se o add-on responsável está ativado."
2677
 
2678
+ #: admin/views/placements.php:59
2679
  msgid "show usage"
2680
  msgstr "mostrar uso"
2681
 
2682
+ #: admin/views/placements.php:83
2683
  msgid "Item"
2684
  msgstr "Ítem"
2685
 
2686
+ #: admin/views/placements.php:98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2687
  msgid "Important Notice"
2688
  msgstr "Notificação Importante"
2689
 
2690
+ #: admin/views/placements.php:98
2691
  msgid ""
2692
  "Your server is missing an extension. This might break the content injection."
2693
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2697
  "conteúdo. <br/>Ignorar esse aviso se tudo funcionar bem ou então pergunte ao "
2698
  "seu provedor de hospedagem para permitir <em>mbstring</em>."
2699
 
2700
+ #: admin/views/placements.php:142
 
 
 
 
2701
  msgctxt "checkbox to remove placement"
2702
  msgid "delete"
2703
  msgstr "excluir"
2704
 
2705
+ #: admin/views/placements.php:148
2706
  msgid "Save Placements"
2707
  msgstr "Salvar Local"
2708
 
2709
+ #: admin/views/placements.php:150
2710
  msgid "Create a new placement"
2711
  msgstr "Criar um novo Local"
2712
 
2713
+ #: admin/views/placements.php:151
2714
  msgid "New Placement"
2715
  msgstr "Novo Local"
2716
 
2717
+ #: admin/views/placements.php:158
2718
  msgid "Choose a placement type"
2719
  msgstr "Escolha um tipo de local"
2720
 
2721
+ #: admin/views/placements.php:159
2722
  #, php-format
2723
  msgid ""
2724
  "Placement types define where the ad is going to be displayed. Learn more "
2727
  "Defina os tipos de local em que o anúncio será exibido. Saiba mais sobre os "
2728
  "diferentes tipos no <a href=\"%s\">Manual</a>."
2729
 
2730
+ #: admin/views/placements.php:176
2731
  msgid "Please select a placement type."
2732
  msgstr "Por favor selecione um tipo de local."
2733
 
2734
+ #: admin/views/placements.php:178
2735
  msgid "Choose a Name"
2736
  msgstr "Escolha um Nome"
2737
 
2738
+ #: admin/views/placements.php:179
2739
  msgid ""
2740
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2741
  "one, e.g. <em>Below Post Headline</em>."
2743
  "O nome do local é visível apenas para você. Dica: escolha um descritivo, por "
2744
  "exemplo; <em>Abaixo da Headline do Post</em>."
2745
 
2746
+ #: admin/views/placements.php:180
2747
  msgid "Placement Name"
2748
  msgstr "Nome do Local"
2749
 
2750
+ #: admin/views/placements.php:181
2751
  msgid "Please enter a name for your placement."
2752
  msgstr "Por favor digite um nome para seu local."
2753
 
2754
+ #: admin/views/placements.php:182
2755
  msgid "Choose the Ad or Group"
2756
  msgstr "Escolha o Anúncio ou Grupo"
2757
 
2758
+ #: admin/views/placements.php:183
2759
  msgid "The ad or group that should be displayed."
2760
  msgstr "O anúncio ou grupo que deve ser exibido."
2761
 
2762
+ #: admin/views/placements.php:202
2763
  msgid "Save New Placement"
2764
  msgstr "Salvar Novo Local"
2765
 
2839
  msgid "Disable ads in Feed"
2840
  msgstr "Desativar anúncios no Feed"
2841
 
2842
+ #: admin/views/settings.php:35
2843
  msgid "Save settings on this page"
2844
  msgstr "Salve as configurações nesta página"
2845
 
 
 
 
 
2846
  #: admin/views/settings.php:51
2847
  msgid "Advanced Ads on WordPress.org"
2848
  msgstr "Anúncios Avançados em WordPress.org"
2855
  msgid "the company behind Advanced Ads"
2856
  msgstr "a companhia por trás do Anúncios Avançados"
2857
 
2858
+ #: admin/views/support.php:7
2859
  msgid ""
2860
  "Please fix the red highlighted issues on this page or try to understand "
2861
  "their consequences before contacting support."
2863
  "Por favor corrija as questões destacadas em vermelho sobre esta página ou "
2864
  "tentar compreender as suas consequências antes de contatar o suporte."
2865
 
2866
+ #: admin/views/support.php:11
2867
  #, php-format
2868
  msgid ""
2869
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2875
  "é altamente recomendada. Por favor, pergunte ao seu provedor de hospedagem "
2876
  "para obter mais informações."
2877
 
2878
+ #: admin/views/support.php:14
2879
  #, php-format
2880
  msgid ""
2881
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2889
  "target=\"_blank\">Anúncios Avançados Pro</a> para carregar anúncios "
2890
  "dinamicamente."
2891
 
2892
+ #: admin/views/support.php:17
2893
  msgid ""
2894
  "There is a <strong>new WordPress version available</strong>. Please update."
2895
  msgstr ""
2896
  "Há uma <strong>nova versão do WordPress disponível</ strong>. Por favor "
2897
  "atualize."
2898
 
2899
+ #: admin/views/support.php:20
2900
  msgid "There are <strong>plugin updates available</strong>. Please update."
2901
  msgstr ""
2902
  "Há atualizações de <strong>plugins disponíveis</strong>. Por favor atualize-"
2903
  "os."
2904
 
2905
+ #: admin/views/support.php:29
2906
  #, php-format
2907
  msgid ""
2908
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2915
  "os scripts de redes de anúncios. <a href=\"%s\" target=\"_blank\">Anúncios "
2916
  "Avançados Pro</a> tem uma build-in suporte para Autoptimize."
2917
 
2918
+ #: admin/views/support.php:32
2919
  #, php-format
2920
  msgid ""
2921
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2924
  "Plugins que são conhecidos por causar problemas (parciais): <strong>"
2925
  "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Saiba mais</a>."
2926
 
2927
+ #: admin/views/support.php:35
2928
  #, php-format
2929
  msgid ""
2930
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2933
  "Os anúncios estão desativados para todas ou algumas páginas. Consulte "
2934
  "\"anúncios desabilitados\" em <a href=\"%s\">configurações</a>."
2935
 
2936
+ #: admin/views/support.php:46
2937
  msgid "Possible Issues"
2938
  msgstr "Possíveis Questões"
2939
 
2940
+ #: admin/views/support.php:53
2941
  msgid ""
2942
  "Use the following form to search for solutions in the manual on "
2943
  "wpadvancedads.com"
2945
  "Utilize o formulário abaixo para procurar soluções no manual sobre "
2946
  "wpadvancedads.com"
2947
 
2948
+ #: admin/views/support.php:56
2949
  msgid "search"
2950
  msgstr "pesquisar"
2951
 
2953
  msgid " at "
2954
  msgstr "às"
2955
 
2956
+ #: admin/views/notices/adblock.php:2
2957
  msgid ""
2958
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2959
  "ad setup."
2961
  "Por favor, desative seu <strong>AdBlocker</strong> para evitar problemas com "
2962
  "a sua configuração de anúncios."
2963
 
2964
+ #: modules/ad-blocker/admin/admin.php:96
 
 
 
 
2965
  msgid "Ad blocker fix"
2966
  msgstr "Corrigir bloqueador de anúncio"
2967
 
2968
+ #: modules/ad-blocker/admin/admin.php:162
2969
+ msgid "The asset folder was rebuilt successfully"
2970
+ msgstr "A pasta de ativos foi reconstruída com sucesso"
2971
+
2972
+ #: modules/ad-blocker/admin/admin.php:223
2973
  msgid "There is no writable upload folder"
2974
  msgstr "Não existe nenhuma pasta de upload gravável"
2975
 
2976
+ #: modules/ad-blocker/admin/admin.php:252
2977
  #, php-format
2978
  msgid "Unable to rename \"%s\" directory"
2979
  msgstr "Não foi possível renomear o diretório \"%s\""
2980
 
2981
+ #: modules/ad-blocker/admin/admin.php:268
2982
+ #: modules/ad-blocker/admin/admin.php:281
2983
+ #: modules/ad-blocker/admin/admin.php:298
2984
  #, php-format
2985
  msgid "Unable to copy assets to the \"%s\" directory"
2986
  msgstr "Não é possível copiar ativos para o diretório \"%s\""
2987
 
2988
+ #: modules/ad-blocker/admin/admin.php:331
2989
+ #: modules/ad-blocker/admin/admin.php:351
2990
  #, php-format
2991
  msgid "We do not have direct write access to the \"%s\" directory"
2992
  msgstr "Nós não temos acesso de gravação direta para o diretório \"%s\""
2993
 
2994
+ #: modules/ad-blocker/admin/admin.php:417
2995
  #, php-format
2996
  msgid ""
2997
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
3000
  "Não é possível criar diretório \"%s\". É seu diretório pai escrito pelo "
3001
  "servidor?"
3002
 
3003
+ #: modules/ad-blocker/admin/admin.php:428
3004
  #, php-format
3005
  msgid "Unable to copy files to %s"
3006
  msgstr "Não é possível copiar arquivos para %s"
3007
 
3008
+ #: modules/gadsense/admin/admin.php:27
3009
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
 
 
3010
  msgid "Responsive"
3011
  msgstr "Responsivo"
3012
 
3013
+ #: modules/gadsense/admin/admin.php:45
3014
  msgid "The ad details couldn't be retrieved from the ad code"
3015
  msgstr ""
3016
  "Os detalhes do anúncio não pôde ser recuperado a partir do código do anúncio"
3017
 
3018
+ #: modules/gadsense/admin/admin.php:46
3019
  msgid ""
3020
  "Warning : The AdSense account from this code does not match the one set with "
3021
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
3025
  "conjunto com o Plugin Anúncios Avançados. Isto pode causar problemas no "
3026
  "anúncio quando usado na extremidade dianteira."
3027
 
3028
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
3029
  msgid "AdSense"
3030
  msgstr "AdSense"
3031
 
3032
+ #: modules/gadsense/admin/admin.php:132
3033
  msgid "AdSense ID"
3034
  msgstr "ID do AdSense"
3035
 
3036
+ #: modules/gadsense/admin/admin.php:141
3037
  msgid "Limit to 3 ads"
3038
  msgstr "Limite de 3 anúncios"
3039
 
3040
+ #: modules/gadsense/admin/admin.php:150
3041
  msgid "Activate Page-Level ads"
3042
  msgstr "Ative Página de Nível de anúncios"
3043
 
3044
+ #: modules/gadsense/admin/admin.php:170
3045
  #, php-format
3046
  msgid ""
3047
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
3050
  "Digite seu ID Publisher, a fim de usar o AdSense em sua página. Veja o <a "
3051
  "href=\"%s\" target=\"_blank\">manual</a> para obter mais informações."
3052
 
3053
+ #: modules/gadsense/admin/admin.php:184
3054
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
3055
  msgstr "Seu ID AdSense Publisher <em>(pub-xxxxxxxxxxxxxx)</em>"
3056
 
3057
+ #: modules/gadsense/admin/admin.php:196
3058
  #, php-format
3059
  msgid "Limit to %d AdSense ads"
3060
  msgstr "Limite de %d anúncios do AdSense"
3061
 
3062
+ #: modules/gadsense/admin/admin.php:204
3063
  msgid ""
3064
  "Due to technical restrictions, the limit does not work on placements with "
3065
  "cache-busting enabled."
3067
  "Devido a restrições técnicas, o limite não funciona em canais com bloqueio "
3068
  "de cache habilitado."
3069
 
3070
+ #: modules/gadsense/admin/admin.php:218
3071
  msgid "Insert Page-Level ads code on all pages."
3072
  msgstr "Inserir código de Página de Nível de anúncios em todas as páginas."
3073
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #: modules/gadsense/admin/admin.php:238
3075
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
3076
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
3084
  msgid "Use ads from your Google AdSense account"
3085
  msgstr "Use anúncios de sua conta do Google AdSense"
3086
 
3087
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
3088
  msgid "Your AdSense Publisher ID is missing."
3089
  msgstr "O seu ID do AdSense Publisher está faltando."
3090
 
3129
  msgid "Rebuild asset folder"
3130
  msgstr "Reconstruir pasta de ativos"
3131
 
3132
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
3133
+ msgid ""
3134
+ "Prevents ad block software from breaking your website when blocking asset "
3135
+ "files (.js, .css)."
3136
+ msgstr ""
3137
+ "Previne software bloqueador de anúncio de quebrar o seu site ao bloquear "
3138
+ "arquivos ativos (.js, .css)."
3139
+
3140
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
3141
+ msgid "Get details"
3142
+ msgstr "Obter detalhes"
3143
 
3144
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
3145
  msgid "Ad Slot ID"
3146
  msgstr "ID do Slot de Anúncios"
3147
 
3148
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
3149
  #, php-format
3150
  msgid "Publisher ID: %s"
3151
  msgstr "ID do Publisher: %s"
3152
 
3153
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
3154
  #, php-format
3155
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3156
  msgstr "Por favor <a href=\"%s\" target=\"_blank\">mudá-lo aqui</a>."
3157
 
3158
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
3159
  msgid "Normal"
3160
  msgstr "Normal"
3161
 
3162
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
3163
  msgid "Resizing"
3164
  msgstr "Redimensionar"
3165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3166
  msgid "Advanced Ads"
3167
  msgstr "Anúncios Avançados"
3168
 
languages/advanced-ads-vi.mo CHANGED
Binary file
languages/advanced-ads-vi.po CHANGED
@@ -2,100 +2,377 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
- "POT-Creation-Date: 2017-01-07 15:41+0700\n"
6
- "PO-Revision-Date: 2017-01-07 15:59+0700\n"
7
- "Last-Translator: \n"
8
- "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
- "Language: vi_VN\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "POT-Revision-Date: Wed Jul 13 2016 13:23:05 GMT+0200 (CEST)\n"
14
- "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.11\n"
17
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
  "X-Poedit-Basepath: ..\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
 
25
- #: admin/class-advanced-ads-admin.php:181 classes/display-conditions.php:169
26
- #: classes/visitor-conditions.php:239 admin/views/ad-display-metabox.php:107
27
- msgid "or"
28
- msgstr "hoặc"
29
 
30
- #: admin/class-advanced-ads-admin.php:182 classes/display-conditions.php:169
31
- #: classes/visitor-conditions.php:239 admin/views/ad-visitor-metabox.php:81
32
- msgid "and"
33
- msgstr "và"
34
 
35
- #: admin/class-advanced-ads-admin.php:183
36
- msgid "After which paragraph?"
37
- msgstr "Sau đoạn nào?"
 
 
 
 
38
 
39
- #: admin/class-advanced-ads-admin.php:292
 
 
 
 
40
  #, php-format
41
- msgid "time of %s"
42
- msgstr "thời gian %s"
 
 
43
 
44
- #: admin/class-advanced-ads-admin.php:328
45
- msgid "Error while trying to register the license. Please contact support."
46
- msgstr "Lỗi trong khi cố gắng để đăng ký bản quyền. Vui lòng liên hệ hỗ trợ."
47
 
48
- #: admin/class-advanced-ads-admin.php:333 admin/views/setting-license.php:40
49
- msgid "Please enter a valid license key"
50
- msgstr "Vui lòng nhập một mã kích hoạt hợp lệ"
51
 
52
- #: admin/class-advanced-ads-admin.php:364
53
- #: modules/marketpress-license/main.php:65
54
- #: modules/marketpress-license/main.php:77
55
- msgid "License couldn’t be activated. Please try again later."
56
- msgstr "Bản quyền không thể được kích hoạt. Vui lòng thử lại sau."
57
 
58
- #: admin/class-advanced-ads-admin.php:379
59
- msgid "This is the bundle license key."
60
- msgstr "Đây là bản quyền của một nhóm sản phẩm."
61
 
62
- #: admin/class-advanced-ads-admin.php:380
63
- #: modules/marketpress-license/main.php:136
64
- msgid "This is not the correct key for this add-on."
65
- msgstr "Mã kích hoạt không đúng với plugin này."
66
 
67
- #: admin/class-advanced-ads-admin.php:381
68
- #: modules/marketpress-license/main.php:134
69
- msgid "There are no activations left."
70
- msgstr "Đã hết bản quyền."
71
 
72
- #: admin/class-advanced-ads-admin.php:450
73
- msgid "Error while trying to disable the license. Please contact support."
74
- msgstr "Lỗi trong quá trình hủy đăng ký ký bản quyền. Vui lòng liên hệ hỗ trợ."
75
 
76
- #: admin/class-advanced-ads-admin.php:477
77
- #: admin/class-advanced-ads-admin.php:495
78
- msgid "License couldn’t be deactivated. Please try again later."
79
- msgstr "Bản quyền không thể được kích hoạt. Vui lòng thử lại sau."
 
 
 
80
 
81
- #: admin/class-advanced-ads-admin.php:691 admin/includes/class-menu.php:87
82
- msgid "Support"
83
- msgstr "Hỗ trợ"
84
 
85
- #: admin/class-advanced-ads-admin.php:695
86
- msgid "Add-Ons"
87
- msgstr "Các plugin"
 
 
 
 
 
 
 
 
 
88
 
89
- #: admin/class-advanced-ads-admin.php:739
 
 
 
 
90
  #, php-format
91
  msgid ""
92
- "There might be a new version of %1$s. Please <strong>provide a valid license "
93
- "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
94
- "this page</a>."
95
  msgstr ""
96
- "Có thể có một phiên bản mới của %1$s. Hãy <strong>cung cấp một chìa key bản "
97
- "quyền hợp lệ</strong>để được cập nhật và hỗ trợ <a href=\"%2$s\"> trên trang "
98
- "này </a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  #: classes/ad-debug.php:32
101
  msgid "The ad is displayed on the page"
@@ -130,11 +407,11 @@ msgid "main query"
130
  msgstr "truy vấn chính"
131
 
132
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
133
- #: public/class-advanced-ads.php:603 admin/views/ad-group-list-form-row.php:31
134
  msgid "Ad"
135
  msgstr "Quảng cáo"
136
 
137
- #: classes/ad-debug.php:121 public/class-advanced-ads.php:566
138
  msgctxt "ad group singular name"
139
  msgid "Ad Group"
140
  msgstr "Nhóm quảng cáo"
@@ -167,44 +444,44 @@ msgstr "Đặt thủ công"
167
  msgid "Manual placement to use as function or shortcode."
168
  msgstr "Đặt thủ công theo tính năng hoặc shortcode."
169
 
170
- #: classes/ad_placements.php:36
171
  msgid "Header Code"
172
  msgstr "Mã trong tiêu đề"
173
 
174
- #: classes/ad_placements.php:37
175
  msgid ""
176
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
177
  msgstr "Thêm vào mục tiêu đề (trước &lt;/head&gt; Tag, thường không hiển thị)."
178
 
179
- #: classes/ad_placements.php:41
180
  msgid "Footer Code"
181
  msgstr "Mã trong chân trang"
182
 
183
- #: classes/ad_placements.php:42
184
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
185
  msgstr "Thêm vào chân trang (trước &lt;/body&gt; Tag)."
186
 
187
- #: classes/ad_placements.php:46 admin/views/ad-info-top.php:9
188
  msgid "Before Content"
189
  msgstr "Trước Nội dung"
190
 
191
- #: classes/ad_placements.php:47
192
  msgid "Injected before the post content."
193
  msgstr "Thêm vào trước nội dung bài"
194
 
195
- #: classes/ad_placements.php:51 admin/views/ad-info-top.php:11
196
  msgid "After Content"
197
  msgstr "Sau Nội dung"
198
 
199
- #: classes/ad_placements.php:52
200
  msgid "Injected after the post content."
201
  msgstr "Thêm vào sau nội dung."
202
 
203
- #: classes/ad_placements.php:56 admin/views/ad-info-top.php:10
204
  msgid "Content"
205
  msgstr "Nội dung"
206
 
207
- #: classes/ad_placements.php:57
208
  msgid ""
209
  "Injected into the content. You can choose the paragraph after which the ad "
210
  "content is displayed."
@@ -212,38 +489,38 @@ msgstr ""
212
  "Chèn vào nội dung. Bạn có thể chọn các đoạn văn sau đó nội dung quảng cáo "
213
  "được hiển thị."
214
 
215
- #: classes/ad_placements.php:61
216
  msgid "Sidebar Widget"
217
  msgstr "Sidebar Widget"
218
 
219
- #: classes/ad_placements.php:62
220
  msgid ""
221
  "Create a sidebar widget with an ad. Can be placed and used like any other "
222
  "widget."
223
  msgstr ""
224
  "Tạo quảng cáo với Sidebar Widget. Có thể sử dung như một Widget thông thường."
225
 
226
- #: classes/ad_placements.php:214
227
  #, php-format
228
  msgid "paragraph (%s)"
229
  msgstr "đoạn (%s)"
230
 
231
- #: classes/ad_placements.php:215
232
  #, php-format
233
  msgid "paragraph without image (%s)"
234
  msgstr "đoạn không có ảnh (%s)"
235
 
236
- #: classes/ad_placements.php:216
237
  #, php-format
238
  msgid "headline 2 (%s)"
239
  msgstr "Phụ đề 2 (%s)"
240
 
241
- #: classes/ad_placements.php:217
242
  #, php-format
243
  msgid "headline 3 (%s)"
244
  msgstr "Phụ đề 3 (%s)"
245
 
246
- #: classes/ad_placements.php:218
247
  #, php-format
248
  msgid "headline 4 (%s)"
249
  msgstr "Phụ đề 4 (%s)"
@@ -258,8 +535,8 @@ msgid ""
258
  "image upload or styling, but also simple text/html mode for scripts and code."
259
  msgstr ""
260
  "Trình biên tập nội dung đầy đủ từ WordPress với tất cả các tính năng như mã "
261
- "ngắn, tải lên hình ảnh hoặc định dạng, nhưng cũng có chế độ văn bản đơn giản/"
262
- "html cho mã và tập lệnh."
263
 
264
  #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
265
  msgid "Ad Group"
@@ -339,170 +616,158 @@ msgstr "điều kiện chung"
339
  msgid "author"
340
  msgstr "tác giả"
341
 
342
- #: classes/display-conditions.php:111
343
  #, php-format
344
  msgid "archive: %s"
345
  msgstr "Lưu trữ: %s"
346
 
347
- #: classes/display-conditions.php:204 classes/display-conditions.php:257
348
- #: classes/display-conditions.php:310 classes/display-conditions.php:385
349
  msgid "is"
350
  msgstr "là"
351
 
352
- #: classes/display-conditions.php:205 classes/display-conditions.php:258
353
- #: classes/display-conditions.php:311 classes/display-conditions.php:386
354
  msgid "is not"
355
  msgstr "không là"
356
 
357
- #: classes/display-conditions.php:228 classes/display-conditions.php:272
358
- #: classes/display-conditions.php:360
359
  msgctxt "Error message shown when no display condition term is selected"
360
  msgid "Please select some items."
361
  msgstr "Vui lòng chọn điều kiện."
362
 
363
- #: classes/display-conditions.php:350
364
  msgctxt "display the terms search field on ad edit page"
365
  msgid "add more terms"
366
  msgstr "Thêm điều kiện"
367
 
368
- #: classes/display-conditions.php:351
369
- msgid "add more terms"
370
- msgstr "thêm điều kiện"
371
-
372
- #: classes/display-conditions.php:353
373
  msgid "term name or id"
374
  msgstr "tên điều kiện hoặc id"
375
 
376
- #: classes/display-conditions.php:414
377
  msgid "title or id"
378
  msgstr "tiêu đề hoặc id"
379
 
380
- #: classes/display-conditions.php:459
381
  msgid "Home Page"
382
  msgstr "Trang chủ"
383
 
384
- #: classes/display-conditions.php:460
385
  msgid "show on Home page"
386
  msgstr "Hiển thị trên trang chủ"
387
 
388
- #: classes/display-conditions.php:464
389
  msgid "Singular Pages"
390
  msgstr "Từ trang"
391
 
392
- #: classes/display-conditions.php:465
393
  msgid "show on singular pages/posts"
394
  msgstr "Hiển thị trên từng trang/bài viết"
395
 
396
- #: classes/display-conditions.php:469
397
  msgid "Archive Pages"
398
  msgstr "Lưu trữ"
399
 
400
- #: classes/display-conditions.php:470
401
  msgid "show on any type of archive page (category, tag, author and date)"
402
  msgstr ""
403
  "Hiển thị trên tất cả các trang lưu trữ (danh mục, từ khóa, tác giả và ngày)"
404
 
405
- #: classes/display-conditions.php:474
406
  msgid "Search Results"
407
  msgstr "Kết quả tìm kiếm"
408
 
409
- #: classes/display-conditions.php:475
410
  msgid "show on search result pages"
411
  msgstr "Hiển thị trên trang tìm kiếm"
412
 
413
- #: classes/display-conditions.php:479
414
  msgid "404 Page"
415
  msgstr "404: Trang không tồn tại"
416
 
417
- #: classes/display-conditions.php:480
418
  msgid "show on 404 error page"
419
  msgstr "hiển trị trên trang 404: Trang không tồn tại"
420
 
421
- #: classes/display-conditions.php:484
422
  msgid "Attachment Pages"
423
  msgstr "Trang có dữ liệu đính kèm"
424
 
425
- #: classes/display-conditions.php:485
426
  msgid "show on attachment pages"
427
  msgstr "Hiển thị ở trang có dữ liệu đính kèm"
428
 
429
- #: classes/display-conditions.php:489
430
  msgid "Secondary Queries"
431
  msgstr "Các truy xuất thứ hai"
432
 
433
- #: classes/display-conditions.php:490
434
  msgid "allow ads in secondary queries"
435
  msgstr "Cho hiển thị quảng cáo ở các truy xuất thứ hai"
436
 
437
- #: classes/display-conditions.php:494
438
  msgid "Feed"
439
  msgstr "Tin Feed"
440
 
441
- #: classes/display-conditions.php:495
442
  msgid "allow ads in Feed"
443
  msgstr "Cho quảng cáo hiển thị ở trang tin Feed"
444
 
445
- #: classes/EDD_SL_Plugin_Updater.php:204
446
  #, php-format
447
  msgid ""
448
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
449
  msgstr "Có phiên bản mới %1$s. %2$sXem phiên bản %3$s chi tiết%4$s."
450
 
451
- #: classes/EDD_SL_Plugin_Updater.php:212
452
  #, php-format
453
  msgid ""
454
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
455
  "or %5$supdate now%6$s."
456
  msgstr ""
457
- "Có phiên bản mới %1$s. %2$sXem phiên bản %3$s chi tiết%4$s or %5$sCập nhật"
458
- "%6$s."
459
-
460
- #: classes/EDD_SL_Plugin_Updater.php:366
461
- msgid "You do not have permission to install plugin updates"
462
- msgstr "Bạn không có quyền cài Plugin"
463
-
464
- #: classes/EDD_SL_Plugin_Updater.php:366
465
- msgid "Error"
466
- msgstr "Lỗi"
467
 
468
  #: classes/frontend_checks.php:40
469
  msgid "Ad Health"
470
  msgstr "Trạng thái quảng cáo"
471
 
472
- #: classes/frontend_checks.php:47
473
  msgid "jQuery not in header"
474
  msgstr "jQuery không có trong mục tiêu đề (Header)"
475
 
476
- #: classes/frontend_checks.php:59
477
  msgid "Ad blocker enabled"
478
  msgstr "Ad Blocker đang bật"
479
 
480
- #: classes/frontend_checks.php:73
481
  #, php-format
482
  msgid "<em>%s</em> filter does not exist"
483
  msgstr "<em>%s</em> không tồn tại bộ lọc"
484
 
485
- #: classes/frontend_checks.php:90
486
  msgid "Ads are disabled on this page"
487
  msgstr "Quảng cáo bị ẩn trên trang này"
488
 
489
- #: classes/frontend_checks.php:104
490
  msgid "Ads are disabled in the content of this page"
491
  msgstr "Quảng cáo được ẩn trong nội dung trang này"
492
 
493
- #: classes/frontend_checks.php:117
494
  msgid "the current post ID is 0 "
495
  msgstr "ID của bài viết là 0"
496
 
497
- #: classes/frontend_checks.php:132
498
  msgid "Ads are disabled on 404 pages"
499
  msgstr "Quảng cáo ẩn ở trang 404: Không tìm thấy"
500
 
501
- #: classes/frontend_checks.php:146
502
  msgid "Ads are disabled on non singular pages"
503
  msgstr "Quảng cáo ẩn ở trang riêng"
504
 
505
- #: classes/frontend_checks.php:160
506
  #: modules/import-export/classes/XmlEncoder.php:61
507
  #: modules/import-export/classes/XmlEncoder.php:64
508
  #: modules/import-export/classes/XmlEncoder.php:193
@@ -511,15 +776,15 @@ msgstr "Quảng cáo ẩn ở trang riêng"
511
  msgid "The %s extension(s) is not loaded"
512
  msgstr "Phần %s mở rộng không được tải"
513
 
514
- #: classes/frontend_checks.php:174
515
  msgid "Everything is fine"
516
  msgstr "Mọi thứ có vẻ ổn"
517
 
518
- #: classes/frontend_checks.php:185
519
  msgid "debug DFP ads"
520
  msgstr "kiểm tra quảng cáo DFP"
521
 
522
- #: classes/frontend_checks.php:196
523
  msgid "highlight ads"
524
  msgstr "đánh dấu quảng cáo"
525
 
@@ -563,43 +828,43 @@ msgstr "bằng hoặc lớn hơn"
563
  msgid "equal or lower"
564
  msgstr "bằng hoặc nhỏ hơn"
565
 
566
- #: classes/visitor-conditions.php:193
567
  msgid "contains"
568
  msgstr "bao gồm"
569
 
570
- #: classes/visitor-conditions.php:194
571
  msgid "starts with"
572
  msgstr "bắt đầu với"
573
 
574
- #: classes/visitor-conditions.php:195
575
  msgid "ends with"
576
  msgstr "kết thúc với"
577
 
578
- #: classes/visitor-conditions.php:196
579
  msgid "matches"
580
  msgstr "khớp nhau"
581
 
582
- #: classes/visitor-conditions.php:197
583
  msgid "matches regex"
584
  msgstr "điều kiện khớp"
585
 
586
- #: classes/visitor-conditions.php:198
587
  msgid "does not contain"
588
  msgstr "không bao gồm"
589
 
590
- #: classes/visitor-conditions.php:199
591
  msgid "does not start with"
592
  msgstr "không bắt đầu với"
593
 
594
- #: classes/visitor-conditions.php:200
595
  msgid "does not end with"
596
  msgstr "không kết thúc với"
597
 
598
- #: classes/visitor-conditions.php:201
599
  msgid "does not match"
600
  msgstr "không khớp"
601
 
602
- #: classes/visitor-conditions.php:202
603
  msgid "does not match regex"
604
  msgstr "điều kiện không khớp"
605
 
@@ -607,296 +872,339 @@ msgstr "điều kiện không khớp"
607
  msgid "Display Ads and Ad Groups."
608
  msgstr "Hiển thị quảng cáo và nhóm quảng cáo"
609
 
610
- #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:75
611
  msgid "--empty--"
612
  msgstr "--trống--"
613
 
614
- #: classes/widget.php:69 admin/includes/class-menu.php:72
615
- #: admin/includes/class-shortcode-creator.php:91 admin/views/placements.php:19
616
  #: modules/import-export/views/page.php:25
617
  msgid "Placements"
618
  msgstr "Vị trí đặt"
619
 
620
- #: classes/widget.php:76 admin/includes/class-menu.php:67
621
- #: admin/includes/class-shortcode-creator.php:84 admin/views/placements.php:76
622
- #: admin/views/placements.php:182
623
  msgid "Ad Groups"
624
  msgstr "Nhóm quảng cáo"
625
 
626
- #: classes/widget.php:83 public/class-advanced-ads.php:602
627
- #: admin/includes/class-menu.php:56
628
- #: admin/includes/class-shortcode-creator.php:77
629
- #: admin/views/ad-group-list-form-row.php:28
630
- #: admin/views/ad-group-list-header.php:5 admin/views/placements.php:83
631
- #: admin/views/placements.php:189 modules/import-export/views/page.php:23
632
  msgid "Ads"
633
  msgstr "Quảng cáo"
634
 
635
- #: public/class-advanced-ads.php:316
636
  msgid "Advanced Ads Error following:"
637
  msgstr "Lỗi Advanced Ads:"
638
 
639
- #: public/class-advanced-ads.php:319
640
  #, php-format
641
  msgid "Advanced Ads Error: %s"
642
  msgstr "Lỗi quảng cáo: %s"
643
 
644
- #: public/class-advanced-ads.php:565
645
  msgctxt "ad group general name"
646
  msgid "Ad Groups"
647
  msgstr "Tên nhóm quảng cáo"
648
 
649
- #: public/class-advanced-ads.php:567
650
  msgid "Search Ad Groups"
651
  msgstr "Tìm kiếm nhóm quảng cáo"
652
 
653
- #: public/class-advanced-ads.php:568
654
  msgid "All Ad Groups"
655
  msgstr "Tất cả nhóm quảng cáo"
656
 
657
- #: public/class-advanced-ads.php:569
658
  msgid "Parent Ad Groups"
659
  msgstr "Nhóm quảng cáo mẹ"
660
 
661
- #: public/class-advanced-ads.php:570
662
  msgid "Parent Ad Groups:"
663
  msgstr "Nhóm quảng cáo mẹ:"
664
 
665
- #: public/class-advanced-ads.php:571
666
  msgid "Edit Ad Group"
667
  msgstr "Sửa nhóm quảng cáo"
668
 
669
- #: public/class-advanced-ads.php:572
670
  msgid "Update Ad Group"
671
  msgstr "Cập nhật nhóm quảng cáo"
672
 
673
- #: public/class-advanced-ads.php:573
674
  msgid "Add New Ad Group"
675
  msgstr "Thêm nhóm quảng cáo"
676
 
677
- #: public/class-advanced-ads.php:574
678
  msgid "New Ad Groups Name"
679
  msgstr "Tên nhóm quảng cáo mới"
680
 
681
- #: public/class-advanced-ads.php:575 admin/includes/class-menu.php:67
682
  #: modules/import-export/views/page.php:24
683
  msgid "Groups"
684
  msgstr "Nhóm"
685
 
686
- #: public/class-advanced-ads.php:576
687
  msgid "No Ad Group found"
688
  msgstr "Không tìm thấy nhóm quảng cáo nào"
689
 
690
- #: public/class-advanced-ads.php:604 public/class-advanced-ads.php:608
691
- #: admin/includes/class-menu.php:62 admin/views/ad-group-list-form-row.php:45
692
  msgid "New Ad"
693
  msgstr "Quảng cáo mới"
694
 
695
- #: public/class-advanced-ads.php:605 admin/includes/class-menu.php:62
696
  msgid "Add New Ad"
697
  msgstr "Thêm quảng cáo mới"
698
 
699
- #: public/class-advanced-ads.php:606
700
- #: admin/includes/class-ad-groups-list.php:302
701
  #: modules/import-export/classes/import.php:143
702
  #: modules/import-export/classes/import.php:183
703
  #: modules/import-export/classes/import.php:559
704
  msgid "Edit"
705
  msgstr "Sửa"
706
 
707
- #: public/class-advanced-ads.php:607
708
  msgid "Edit Ad"
709
  msgstr "Sửa quảng cáo"
710
 
711
- #: public/class-advanced-ads.php:609
712
  msgid "View"
713
  msgstr "Xem"
714
 
715
- #: public/class-advanced-ads.php:610
716
  msgid "View the Ad"
717
  msgstr "Xem quảng cáo"
718
 
719
- #: public/class-advanced-ads.php:611
720
  msgid "Search Ads"
721
  msgstr "Tìm kiếm quảng cáo"
722
 
723
- #: public/class-advanced-ads.php:612
724
  msgid "No Ads found"
725
  msgstr "Không tìm được quảng cáo nào"
726
 
727
- #: public/class-advanced-ads.php:613
728
  msgid "No Ads found in Trash"
729
  msgstr "Không tìm thấy quảng cáo trong thùng rác"
730
 
731
- #: public/class-advanced-ads.php:614
732
  msgid "Parent Ad"
733
  msgstr "Quảng cáo mẹ"
734
 
735
- #: public/class-advanced-ads.php:731
736
  msgctxt "label above ads"
737
  msgid "Advertisements"
738
  msgstr "Tên quảng cáo"
739
 
740
- #: admin/includes/class-ad-groups-list.php:165
741
  msgid "Ad weight"
742
  msgstr "Trọng số hiển thị"
743
 
744
- #: admin/includes/class-ad-groups-list.php:173
745
  #: admin/views/ad-list-timing-column.php:4
746
  #, php-format
747
  msgid "starts %s"
748
  msgstr "bắt đầu %s"
749
 
750
- #: admin/includes/class-ad-groups-list.php:192
751
  #: admin/views/ad-list-timing-column.php:21
752
  #, php-format
753
  msgid "expires %s"
754
  msgstr "kết thúc %s"
755
 
756
- #: admin/includes/class-ad-groups-list.php:194
757
  #: admin/views/ad-list-timing-column.php:23
758
  #, php-format
759
  msgid "<strong>expired</strong> %s"
760
  msgstr "<strong>hết hạn</strong> %s"
761
 
762
- #: admin/includes/class-ad-groups-list.php:207
763
  msgid "all published ads are displayed"
764
  msgstr "tất cả quảng cáo xuất bản được hiển thị"
765
 
766
- #: admin/includes/class-ad-groups-list.php:209
767
  #, php-format
768
  msgid "up to %d ads displayed"
769
  msgstr "tối đa %d quảng cáo hiển thị"
770
 
771
- #: admin/includes/class-ad-groups-list.php:212
772
  msgid "No ads assigned"
773
  msgstr "không có quảng cáo"
774
 
775
- #: admin/includes/class-ad-groups-list.php:278
776
  msgid "Random ads"
777
  msgstr "Quảng cáo ngẫu nhiên"
778
 
779
- #: admin/includes/class-ad-groups-list.php:279
780
  msgid "Display random ads based on ad weight"
781
  msgstr "Hiển thị ngẫu nhiên dựa trên trọng số"
782
 
783
- #: admin/includes/class-ad-groups-list.php:282
784
  msgid "Ordered ads"
785
  msgstr "Quảng cáo được mua"
786
 
787
- #: admin/includes/class-ad-groups-list.php:283
788
  msgid "Display ads with the highest ad weight first"
789
  msgstr "Hiển thị quảng cáo có trọng số lớn nhất trước"
790
 
791
- #: admin/includes/class-ad-groups-list.php:303
792
  msgid "Usage"
793
  msgstr "Sử dụng"
794
 
795
- #: admin/includes/class-ad-groups-list.php:333
796
  msgid "Invalid Ad Group"
797
  msgstr "Nhóm không hợp lệ"
798
 
799
- #: admin/includes/class-ad-groups-list.php:338
800
  msgid "You don’t have permission to change the ad groups"
801
  msgstr "Bạn không có quyền đổi nhóm quảng cáo"
802
 
803
- #: admin/includes/class-ad-type.php:79 admin/includes/class-ad-type.php:84
804
  msgid "Ad Details"
805
  msgstr "Chi tiết quảng cáo"
806
 
807
- #: admin/includes/class-ad-type.php:80 admin/includes/class-ad-type.php:85
808
  msgid "Ad Planning"
809
  msgstr "Kế hoạch quảng cáo"
810
 
811
- #: admin/includes/class-ad-type.php:182
812
  msgid "expired"
813
  msgstr "hết hạn"
814
 
815
- #: admin/includes/class-ad-type.php:183
816
  msgid "any expiry date"
817
  msgstr "bất kỳ ngày hết hạn nào"
818
 
819
- #: admin/includes/class-ad-type.php:184
820
  msgid "planned"
821
  msgstr "đã lên kế hoạch"
822
 
823
- #: admin/includes/class-ad-type.php:487 admin/includes/class-ad-type.php:488
824
  msgid "Ad updated."
825
  msgstr "Quảng cáo đã cập nhật."
826
 
827
  #. translators: %s: date and time of the revision
828
- #: admin/includes/class-ad-type.php:490
829
  #, php-format
830
  msgid "Ad restored to revision from %s"
831
  msgstr "Phục hồi quảng cáo từ %s"
832
 
833
- #: admin/includes/class-ad-type.php:491
834
  msgid "Ad published."
835
  msgstr "Quảng cáo đã tạo."
836
 
837
- #: admin/includes/class-ad-type.php:491
838
  #, php-format
839
  msgid ""
840
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
841
  msgstr ""
842
- "Quảng cáo không hiển thị? Kiểm tra <a href=\"%s\" target=\"_blank\">tại đây</"
843
- "a>"
844
 
845
- #: admin/includes/class-ad-type.php:492
846
  msgid "Ad saved."
847
  msgstr "Quảng cáo đã lưu."
848
 
849
- #: admin/includes/class-ad-type.php:493
850
  msgid "Ad submitted."
851
  msgstr "Quảng cáo đã gửi."
852
 
853
- #: admin/includes/class-ad-type.php:495
854
  #, php-format
855
  msgid "Ad scheduled for: <strong>%1$s</strong>."
856
  msgstr "Quảng cáo đã lên lịch: <strong>%1$s</strong>."
857
 
858
  #. translators: Publish box date format, see http://php.net/date
859
- #: admin/includes/class-ad-type.php:497
860
  msgid "M j, Y @ G:i"
861
  msgstr "M j, Y @ G:i"
862
 
863
- #: admin/includes/class-ad-type.php:499
864
  msgid "Ad draft updated."
865
  msgstr "Bản thảo đã được cập nhật"
866
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
867
  #: admin/includes/class-menu.php:52
868
  msgid "Overview"
869
  msgstr "Tổng quan"
870
 
871
- #: admin/includes/class-menu.php:72
872
  msgid "Ad Placements"
873
  msgstr "Đặt quảng cáo"
874
 
875
- #: admin/includes/class-menu.php:76
876
  msgid "Advanced Ads Settings"
877
  msgstr "Cài đặt Advanced Ads"
878
 
879
- #: admin/includes/class-menu.php:76 admin/views/debug.php:10
880
  msgid "Settings"
881
  msgstr "Cài đặt"
882
 
883
- #: admin/includes/class-menu.php:79
884
  msgid "Advanced Ads Debugging"
885
  msgstr "Kiểm tra (Debug) Advanced Ads"
886
 
887
- #: admin/includes/class-menu.php:79
888
  msgid "Debug"
889
  msgstr "Kiểm tra"
890
 
891
- #: admin/includes/class-menu.php:83
892
- msgid "Advanced Ads Intro"
893
- msgstr "Giới thiệu Advanced Ads"
894
-
895
- #: admin/includes/class-menu.php:205 admin/includes/class-menu.php:232
896
  msgid "Sorry, you are not allowed to access this feature."
897
  msgstr "Xin lỗi, bạn không có quyền truy cập tính năng này."
898
 
899
- #: admin/includes/class-menu.php:218
900
  msgid ""
901
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
902
  "deleted?"
@@ -915,7 +1223,7 @@ msgid "Layout / Output"
915
  msgstr "Hình dạng/ Kết quả"
916
 
917
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
918
- #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:416
919
  #: admin/views/ad-output-metabox.php:51
920
  msgid "Manual"
921
  msgstr "Đặt thủ công"
@@ -924,44 +1232,44 @@ msgstr "Đặt thủ công"
924
  msgid "Video"
925
  msgstr "Video"
926
 
927
- #: admin/includes/class-meta-box.php:197
928
  msgid "Ad Settings"
929
  msgstr "Cài đặt quảng cáo"
930
 
931
- #: admin/includes/class-meta-box.php:299 admin/views/overview.php:23
932
  msgid "Ads Dashboard"
933
  msgstr "Bảng điều khiển quảng cáo"
934
 
935
- #: admin/includes/class-meta-box.php:311
936
  msgid "From the ad optimization universe"
937
  msgstr "Từ việc tối ưu quảng cáo"
938
 
939
- #: admin/includes/class-meta-box.php:320
940
  msgid "Advanced Ads Tutorials"
941
  msgstr "Hướng dẫn sử dung Quảng cáo nâng cao"
942
 
943
- #: admin/includes/class-meta-box.php:332
944
  #, php-format
945
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
946
  msgstr "%d ads – <a href=\"%s\">quản lý</a> - <a href=\"%s\">mới</a>"
947
 
948
- #: admin/includes/class-meta-box.php:344
949
  msgid "plugin manual and homepage"
950
  msgstr "in trang hướng dẫn và trang chủ"
951
 
952
- #: admin/includes/class-meta-box.php:351
953
  msgid "Get the tutorial via email"
954
  msgstr "Nhận hướng dẫn vào email"
955
 
956
- #: admin/includes/class-meta-box.php:358
957
  msgid "Get AdSense tips via email"
958
  msgstr "Nhận hướng dẫn quảng cáo AdSense vào email"
959
 
960
  #: admin/includes/class-notices.php:417
961
  #, php-format
962
  msgid ""
963
- "You don’t seem to have an email address. Please use <a href=\"%s\" target="
964
- "\"_blank\">this form</a> to sign up."
965
  msgstr ""
966
  "Bạn không có email. Sử dụng <a href=\"%s\" target=\"_blank\">mẫu này</a> để "
967
  "đăng ký."
@@ -976,8 +1284,8 @@ msgstr ""
976
  #, php-format
977
  msgid ""
978
  "Please check your email (%s) for the confirmation message. If you didn’t "
979
- "receive one or want to use another email address then please use <a href=\"%s"
980
- "\" target=\"_blank\">this form</a> to sign up."
981
  msgstr ""
982
  "Hãy kiểm tra email của bạn (% s) và xác nhận. Nếu bạn không nhận được mail "
983
  "hoặc muốn sử dụng địa chỉ email khác thì vui lòng sử dụng <a href=\"%s\" "
@@ -1044,8 +1352,7 @@ msgstr ""
1044
  "AdSense </ strong> Advanced Ads từ bản tin chuyên môn."
1045
 
1046
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1047
- #: admin/views/intro.php:73 admin/views/notices/inline.php:3
1048
- #: admin/views/notices/subscribe.php:3
1049
  msgid "Subscribe me now"
1050
  msgstr "Đăng ký ngay"
1051
 
@@ -1057,7 +1364,7 @@ msgstr "Nhận các bước hướng dẫn vào email"
1057
  msgid "Send it now"
1058
  msgstr "Gửi đi"
1059
 
1060
- #: admin/includes/class-overview-widgets.php:126 admin/views/intro.php:78
1061
  msgid "Create your first ad"
1062
  msgstr "Tạo quảng cáo đầu tiên"
1063
 
@@ -1265,7 +1572,7 @@ msgstr "Tải plugin Bán quảng cáo (Selling Ads add-on)"
1265
  msgid "General"
1266
  msgstr "Chung"
1267
 
1268
- #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:182
1269
  msgid "Licenses"
1270
  msgstr "Bản quyền"
1271
 
@@ -1289,63 +1596,63 @@ msgstr "Không hạn chế việc thêm vào quảng cáo"
1289
  msgid "Priority of content injection filter"
1290
  msgstr "Ưu tiên của bộ lọc thêm vào nội dung"
1291
 
1292
- #: admin/includes/class-settings.php:110
1293
  msgid "Hide ads from bots"
1294
  msgstr "Ẩn quảng cáo khỏi các chương trình quét tự động"
1295
 
1296
- #: admin/includes/class-settings.php:118
1297
  msgid "Disable notices"
1298
  msgstr "Ẩn thông báo"
1299
 
1300
- #: admin/includes/class-settings.php:126
1301
  msgid "ID prefix"
1302
  msgstr "Tiền tố ID"
1303
 
1304
- #: admin/includes/class-settings.php:134
1305
  msgid "Remove Widget ID"
1306
  msgstr "Xóa ID của Widget"
1307
 
1308
- #: admin/includes/class-settings.php:142
1309
  msgid "Allow editors to manage ads"
1310
  msgstr "Cho phép biên tập viên quản lý quảng cáo"
1311
 
1312
- #: admin/includes/class-settings.php:150
1313
  msgid "Ad label"
1314
  msgstr "Nhãn quảng cáo"
1315
 
1316
- #: admin/includes/class-settings.php:160
1317
  msgid "Delete data on uninstall"
1318
  msgstr "Xóa dữ lieu khi gỡ plugin"
1319
 
1320
- #: admin/includes/class-settings.php:238
1321
  msgid "(display to all)"
1322
  msgstr "(hiển thị tới tất cả)"
1323
 
1324
- #: admin/includes/class-settings.php:239
1325
  msgid "Subscriber"
1326
  msgstr "Người đăng kí"
1327
 
1328
- #: admin/includes/class-settings.php:240
1329
  msgid "Contributor"
1330
  msgstr "Người đóng góp"
1331
 
1332
- #: admin/includes/class-settings.php:241
1333
  msgid "Author"
1334
  msgstr "Tác giả"
1335
 
1336
- #: admin/includes/class-settings.php:242
1337
  msgid "Editor"
1338
  msgstr "Biên tập viên"
1339
 
1340
- #: admin/includes/class-settings.php:243
1341
  msgid "Admin"
1342
  msgstr "Quản trị viên"
1343
 
1344
- #: admin/includes/class-settings.php:251
1345
  msgid "Choose the lowest role a user must have in order to not see any ads."
1346
  msgstr "Chọn vai trò thấp nhất một người phải có để không nhìn thấy quảng cáo."
1347
 
1348
- #: admin/includes/class-settings.php:265
1349
  msgid ""
1350
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1351
  "needs it."
@@ -1353,25 +1660,25 @@ msgstr ""
1353
  "<Strong> thông báo: </ strong> các tập tin hiện đang được kích hoạt do một "
1354
  "plugin nào đó sử dụng."
1355
 
1356
- #: admin/includes/class-settings.php:268
1357
  #, php-format
1358
  msgid ""
1359
- "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</"
1360
- "a>). Some features and add-ons might override this setting if they need "
1361
- "features from this file."
1362
  msgstr ""
1363
  "Kích hoạt chức năng JavaScript nâng cao (<a href=\"%s\" target=\"_blank\"> "
1364
  "tại đây </a>). Một số tính năng và tiện ích có thể ghi đè thiết lập này nếu "
1365
  "chúng cần tính năng này từ file hiện tại."
1366
 
1367
- #: admin/includes/class-settings.php:288
1368
  msgid ""
1369
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
1370
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1371
  "and outside the loop. However, this can cause problems with some themes. Set "
1372
- "this option to -1 in order to enable unlimited ad injection at your own "
1373
- "risk, set it to 0 to keep it disabled or choose a positive number to enable "
1374
- "the injection only in the first x posts on your archive pages."
1375
  msgstr ""
1376
  "Một số plugins và theme chèn quảng cáo nơi nó không nên chèn. Do đó, "
1377
  "Advanced Ads bỏ qua việc chèn vị trí trên các trang đơn và bên ngoài vòng "
@@ -1381,7 +1688,7 @@ msgstr ""
1381
  "tích cực để cho phép chèn chỉ trong x bài viết đầu tiên trên các trang lưu "
1382
  "trữ của bạn."
1383
 
1384
- #: admin/includes/class-settings.php:304
1385
  msgid ""
1386
  "Please check your post content. A priority of 10 and below might cause "
1387
  "issues (wpautop function might run twice)."
@@ -1389,7 +1696,7 @@ msgstr ""
1389
  "Vui lòng kiểm tra nội dung bài viết của bạn. Ưu tiên mức 10 và dưới đây có "
1390
  "thể gây ra các vấn đề (chức năng wpautop có thể chạy hai lần)."
1391
 
1392
- #: admin/includes/class-settings.php:306
1393
  msgid ""
1394
  "Play with this value in order to change the priority of the injected ads "
1395
  "compared to other auto injected elements in the post content."
@@ -1397,18 +1704,18 @@ msgstr ""
1397
  "Thay đổi giá trị này để thay đổi các ưu tiên của các quảng cáo so với các "
1398
  "yếu tố tự động thêm khác trong nội dung bài viết."
1399
 
1400
- #: admin/includes/class-settings.php:320
1401
  #, php-format
1402
  msgid ""
1403
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1404
- "impressions for bots when using the <a href=\"%s\" target=\"_blank"
1405
- "\">Tracking Add-On</a>."
1406
  msgstr ""
1407
  "Ẩn các quảng cáo khỏi các hệ thống quét, chương trình và người dùng ảo. Ngăn "
1408
- "cản việc tính hiển thị cho chương trình khi sử dụng <a href=\"%s\" target="
1409
- "\"_blank\"> Tracking Add-On </a>."
1410
 
1411
- #: admin/includes/class-settings.php:321
1412
  msgid ""
1413
  "Disabling this option only makes sense if your ads contain content you want "
1414
  "to display to bots (like search engines) or your site is cached and bots "
@@ -1419,7 +1726,7 @@ msgstr ""
1419
  "của bạn được lưu trữ (cached) và chương trình có thể tạo ra một phiên bản "
1420
  "cache mà không có quảng cáo."
1421
 
1422
- #: admin/includes/class-settings.php:334
1423
  msgid ""
1424
  "Disable internal notices like tips, tutorials, email newsletters and update "
1425
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -1429,7 +1736,7 @@ msgstr ""
1429
  "cập nhật các thông báo. Vô hiệu hóa các thông báo được khuyến khích nếu bạn "
1430
  "chạy nhiều blog có cài đặt Advanced Ads."
1431
 
1432
- #: admin/includes/class-settings.php:351
1433
  msgid ""
1434
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1435
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -1439,14 +1746,14 @@ msgstr ""
1439
  "muốn <strong> ad blockers </ strong> đánh dấu các khối như quảng cáo. <br/> "
1440
  "Bạn có thể cần phải <strong> viết lại css sau đó </ strong>."
1441
 
1442
- #: admin/includes/class-settings.php:372
1443
  msgid ""
1444
  "Remove the ID attribute from widgets in order to not make them an easy "
1445
  "target of ad blockers."
1446
  msgstr ""
1447
  "Hủy bỏ các thuộc tính ID từ Widget để hạn chế rủi ro bị chặn bởi ad blockers."
1448
 
1449
- #: admin/includes/class-settings.php:375
1450
  msgid ""
1451
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1452
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
@@ -1454,36 +1761,27 @@ msgstr ""
1454
  "Nếu được chọn, các bảng quảng cáo chi tiết Widget sẽ không làm việc với các "
1455
  "tùy chọn cố định của <strong> Q2W3 Fixed Widget </ strong> plugin."
1456
 
1457
- #: admin/includes/class-settings.php:397
1458
  msgid "Allow editors to also manage and publish ads."
1459
  msgstr "Cho phép biên tập viên quản lý và tạo quảng cáo."
1460
 
1461
- #: admin/includes/class-settings.php:398
1462
  #, php-format
1463
  msgid ""
1464
- "You can assign different ad-related roles on a user basis with <a href=\"%s"
1465
- "\" target=\"_blank\">Advanced Ads Pro</a>."
1466
  msgstr ""
1467
- "Bạn có thể phân công các vai trò khác nhau với từng người dùng với <a href="
1468
- "\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1469
 
1470
- #: admin/includes/class-settings.php:416
1471
  msgid "Displayed above ads."
1472
  msgstr "Đã hiển thị quảng cáo bên trên."
1473
 
1474
- #: admin/includes/class-settings.php:430
1475
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1476
  msgstr "Xóa tất cả dữ liệu liên quan đến Advanced Ads khi loại bỏ plugin."
1477
 
1478
- #: admin/includes/notices.php:9
1479
- #, php-format
1480
- msgid ""
1481
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1482
- "Steps</a>."
1483
- msgstr ""
1484
- "Advanced Ads đã được cài đặt thành công. Hãy xem <a href=\"%s\"> bước đầu "
1485
- "tiên </a>."
1486
-
1487
  #: admin/includes/notices.php:15
1488
  msgid ""
1489
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
@@ -1534,8 +1832,8 @@ msgstr "Vui lòng điền mã bản quyền <a href=\"%s\">tại đây</a>."
1534
  msgid ""
1535
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1536
  "soon</strong>. Don’t risk to lose support and updates and renew your license "
1537
- "before it expires with a significant discount on <a href=\"%s\" target="
1538
- "\"_blank\">the add-on page</a>."
1539
  msgstr ""
1540
  "Một hoặc nhiều bản quyền <strong> Advanced Ads và plugin sắp hết hạn </ "
1541
  "strong>. Hãy cập nhật và gia hạn trước khi bản quyền hết hạn, bạn sẽ được "
@@ -1597,15 +1895,15 @@ msgctxt "shortcode creator"
1597
  msgid "Cancel"
1598
  msgstr "Hủy"
1599
 
1600
- #: admin/views/ad-display-metabox.php:10
1601
  msgid "Watch video"
1602
  msgstr "Xem Video"
1603
 
1604
- #: admin/views/ad-display-metabox.php:12 admin/views/ad-visitor-metabox.php:10
1605
  msgid "Visit the manual"
1606
  msgstr "Xem hướng dẫn"
1607
 
1608
- #: admin/views/ad-display-metabox.php:15
1609
  #: admin/views/notices/jqueryui_error.php:2
1610
  #, php-format
1611
  msgid ""
@@ -1616,37 +1914,37 @@ msgstr ""
1616
  "bạn. Vui lòng kiểm tra <a href=\"%s\" target=\"_blank\"> bài viết này để tìm "
1617
  "hiểu thêm </a>."
1618
 
1619
- #: admin/views/ad-display-metabox.php:16
1620
  msgid "A page with this ad on it must match all of the following conditions."
1621
  msgstr ""
1622
  "Một trang với quảng cáo này trên nó phải phù hợp với tất cả các điều kiện "
1623
  "sau đây."
1624
 
1625
- #: admin/views/ad-display-metabox.php:52
1626
  msgid "Forced to OR."
1627
  msgstr "Buộc phải Hoặc."
1628
 
1629
- #: admin/views/ad-display-metabox.php:53 admin/views/ad-info-top.php:78
 
1630
  msgid "manual"
1631
  msgstr "hướng dẫn"
1632
 
1633
- #: admin/views/ad-display-metabox.php:70
1634
  msgid "If you want to display the ad everywhere, don't do anything here. "
1635
  msgstr ""
1636
  "Nếu bạn muốn hiển thị quảng cáo ở khắp mọi nơi, không làm bất cứ điều gì ở "
1637
  "đây."
1638
 
1639
- #: admin/views/ad-display-metabox.php:73 admin/views/ad-visitor-metabox.php:47
1640
  msgid "New condition"
1641
  msgstr "Điều kiện mới"
1642
 
1643
- #: admin/views/ad-display-metabox.php:76 admin/views/ad-visitor-metabox.php:50
1644
  msgid "-- choose a condition --"
1645
  msgstr "-- chọn một điều kiện --"
1646
 
1647
- #: admin/views/ad-display-metabox.php:81
1648
- #: admin/views/ad-group-list-form-row.php:52
1649
- #: admin/views/ad-visitor-metabox.php:55
1650
  msgid "add"
1651
  msgstr "thêm"
1652
 
@@ -1663,58 +1961,49 @@ msgstr "Tạo nhóm quảng cáo mới"
1663
  msgid "Update"
1664
  msgstr "Cập nhật"
1665
 
1666
- #: admin/views/ad-group-list-form-row.php:3 admin/views/placements.php:25
 
 
 
 
1667
  msgid "Name"
1668
  msgstr "Tên"
1669
 
1670
- #: admin/views/ad-group-list-form-row.php:5
1671
- msgid "Description"
1672
- msgstr "Mô tả"
1673
-
1674
- #: admin/views/ad-group-list-form-row.php:7 admin/views/placements.php:24
1675
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1676
  msgid "Type"
1677
  msgstr "Loại"
1678
 
1679
- #: admin/views/ad-group-list-form-row.php:16
1680
- msgid "Number of visible ads"
1681
- msgstr "Số quảng cáo hiển thị"
1682
-
1683
- #: admin/views/ad-group-list-form-row.php:22
1684
  msgctxt "option to display all ads in an ad groups"
1685
  msgid "all"
1686
  msgstr "tất cả"
1687
 
1688
- #: admin/views/ad-group-list-form-row.php:25
1689
  msgid "Number of ads that are visible at the same time"
1690
  msgstr "Số quảng cáo rằng có thể nhìn thấy cùng một lúc"
1691
 
1692
- #: admin/views/ad-group-list-form-row.php:32
1693
- msgid "weight"
1694
- msgstr "trọng số"
1695
-
1696
  #: admin/views/ad-group-list-header.php:4
1697
  msgid "Details"
1698
  msgstr "Chi tiết"
1699
 
1700
- #: admin/views/ad-group-list-row.php:8 admin/views/ad-group.php:63
1701
- #: admin/views/ad-info.php:3 admin/views/placements.php:61
1702
  msgid "shortcode"
1703
  msgstr "shortcode"
1704
 
1705
- #: admin/views/ad-group-list-row.php:11 admin/views/ad-group.php:66
1706
- #: admin/views/placements.php:64
1707
  msgid "template"
1708
  msgstr "mẫu"
1709
 
1710
  #: admin/views/ad-group-list-row.php:14
1711
  #, php-format
1712
  msgid ""
1713
- "Learn more about using groups in the <a href=\"%s\" target=\"_blank"
1714
- "\">manual</a>."
1715
  msgstr ""
1716
- "Tìm hiểu thêm về việc sử dụng các nhóm trong <a href=\"%s\" target=\"_blank"
1717
- "\"> hướng dẫn </a>."
1718
 
1719
  #: admin/views/ad-group-list-row.php:19
1720
  #, php-format
@@ -1747,33 +2036,11 @@ msgstr ""
1747
  "thử nghiệm, nhưng cũng chỉ cho mục đích thông tin. Một nhóm có thể bao gồm "
1748
  "nhiều quảng cáo và một quảng cáo cũng có thể nằm ở nhiều nhóm."
1749
 
1750
- #: admin/views/ad-group.php:60
1751
- msgid "How to display an Ad Group?"
1752
- msgstr "Làm thế nào để hiển thị một Nhóm Quảng Cáo?"
1753
-
1754
- #: admin/views/ad-group.php:62
1755
- #, php-format
1756
- msgid ""
1757
- "Examples on how to display an ad group? Find more help and examples in the "
1758
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1759
- msgstr ""
1760
- "Các ví dụ về việc làm thế nào để hiển thị một nhóm quảng cáo? Tìm thêm trợ "
1761
- "giúp và các ví dụ trong <a href=\"%s\" target=\"_blank\">hướng dẫn</a>"
1762
-
1763
- #: admin/views/ad-group.php:64
1764
- msgid "To display an ad group with the ID 6 in content fields"
1765
- msgstr "Để hiển thị một nhóm quảng cáo có ID 6 trong nội dung"
1766
-
1767
- #: admin/views/ad-group.php:67
1768
- msgid "To display an ad group with the ID 6 in template files"
1769
- msgstr "Để hiển thị một nhóm quảng cáo có ID 6 trong các tập tin mẫu"
1770
-
1771
- #: admin/views/ad-group.php:87
1772
  msgid "Update Groups"
1773
  msgstr "Cập nhật Nhóm"
1774
 
1775
  #: admin/views/ad-info-after-textarea.php:5
1776
- #: admin/views/ad-parameters-warnings.php:5
1777
  msgid ""
1778
  "The code of this ad might not work properly with the <em>Content</em> "
1779
  "placement."
@@ -1782,7 +2049,6 @@ msgstr ""
1782
  "vị trí."
1783
 
1784
  #: admin/views/ad-info-after-textarea.php:6
1785
- #: admin/views/ad-parameters-warnings.php:6
1786
  #, php-format
1787
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
1788
  msgstr "Tiếp cận với <a href=\"%s\">bộ phận hỗ trợ</a> để được giúp đỡ."
@@ -1792,12 +2058,12 @@ msgctxt "wizard navigation"
1792
  msgid "previous"
1793
  msgstr "trước"
1794
 
1795
- #: admin/views/ad-info-bottom.php:4
1796
  msgctxt "wizard navigation"
1797
  msgid "save"
1798
  msgstr "lưu"
1799
 
1800
- #: admin/views/ad-info-bottom.php:5
1801
  msgctxt "wizard navigation"
1802
  msgid "next"
1803
  msgstr "tiếp"
@@ -1847,13 +2113,13 @@ msgstr "Hoặc sử dụng shortcode% s để chèn quảng cáo vào nội dung
1847
  #: admin/views/ad-info-top.php:54
1848
  #, php-format
1849
  msgid ""
1850
- "Learn more about your choices to display an ad in the <a href=\"%s\" target="
1851
- "\"_blank\">manual</a>."
1852
  msgstr ""
1853
  "Tìm hiểu thêm về lựa chọn để hiển thị một quảng cáo trong <a href=\"%s\" "
1854
  "target=\"_blank\">hướng dẫn</a>."
1855
 
1856
- #: admin/views/ad-info-top.php:64 admin/views/ad-info-top.php:76
1857
  msgid "Start Wizard"
1858
  msgstr "Bắt đầu các bước"
1859
 
@@ -1861,11 +2127,11 @@ msgstr "Bắt đầu các bước"
1861
  msgid "Stop Wizard"
1862
  msgstr "Dừng lại các bước"
1863
 
1864
- #: admin/views/ad-info-top.php:74
1865
  msgid "Welcome to the Wizard"
1866
  msgstr "Chào mừng bạn đến với Các bước cài đặt"
1867
 
1868
- #: admin/views/ad-info-top.php:75
1869
  msgid ""
1870
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1871
  "the most common options are visible."
@@ -1873,7 +2139,7 @@ msgstr ""
1873
  "Wizard giúp bạn nhanh chóng tạo và xuất bản quảng cáo. Do đó, chỉ có những "
1874
  "lựa chọn phổ biến nhất là nhìn thấy được."
1875
 
1876
- #: admin/views/ad-info-top.php:77
1877
  msgid "Stop Wizard and show all options"
1878
  msgstr "Dừng Wizard và hiển thị tất cả tùy chọn"
1879
 
@@ -1946,6 +2212,7 @@ msgid "Everything connected to the ads layout and output."
1946
  msgstr "Tất cả mọi thứ được kết nối với cách bố trí quảng cáo và kết quả."
1947
 
1948
  #: admin/views/ad-output-metabox.php:4
 
1949
  msgid "Position"
1950
  msgstr "Ví trị"
1951
 
@@ -1953,19 +2220,29 @@ msgstr "Ví trị"
1953
  msgid "- default -"
1954
  msgstr "- mặc định -"
1955
 
1956
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:54
 
 
 
 
1957
  msgid "default"
1958
  msgstr "mặc định"
1959
 
1960
  #: admin/views/ad-output-metabox.php:8
 
 
1961
  msgid "left"
1962
  msgstr "trái"
1963
 
1964
  #: admin/views/ad-output-metabox.php:11
 
 
1965
  msgid "center"
1966
  msgstr "giữa"
1967
 
1968
  #: admin/views/ad-output-metabox.php:14
 
 
1969
  msgid "right"
1970
  msgstr "phải"
1971
 
@@ -2031,7 +2308,7 @@ msgstr "rộng"
2031
  msgid "height"
2032
  msgstr "cao"
2033
 
2034
- #: admin/views/ad-parameters-size.php:6
2035
  msgid "reserve this space"
2036
  msgstr "dành chỗ này"
2037
 
@@ -2052,7 +2329,7 @@ msgctxt ""
2052
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2053
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2054
 
2055
- #: admin/views/ad-visitor-metabox.php:4
2056
  msgid ""
2057
  "Display conditions that are based on the user. Use with caution on cached "
2058
  "websites."
@@ -2060,7 +2337,7 @@ msgstr ""
2060
  "Điều kiện hiển thị đang dựa vào người sử dụng. Sử dụng thận trọng trên các "
2061
  "trang lưu trữ cache"
2062
 
2063
- #: admin/views/ad-visitor-metabox.php:40
2064
  msgid ""
2065
  "Visitor conditions limit the number of users who can see your ad. There is "
2066
  "no need to set visitor conditions if you want all users to see the ad."
@@ -2069,11 +2346,11 @@ msgstr ""
2069
  "Không cần đặt điều kiện khách truy cập nếu bạn muốn tất cả người dùng xem "
2070
  "quảng cáo."
2071
 
2072
- #: admin/views/ad-visitor-metabox.php:42
2073
  msgid "It seems that a caching plugin is activated."
2074
  msgstr "Dường như một Plugin cache đã được kích hoạt."
2075
 
2076
- #: admin/views/ad-visitor-metabox.php:43
2077
  #, php-format
2078
  msgid ""
2079
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
@@ -2082,17 +2359,17 @@ msgstr ""
2082
  "Xem thêm về cache-busting trong <a href=\"%s\" target=\"_blank\">Advanced "
2083
  "Ads Pro</a> để xem các tính năng động được lưu cached."
2084
 
2085
- #: admin/views/ad-visitor-metabox.php:60
2086
  #, php-format
2087
  msgid ""
2088
  "Define the exact browser width for which an ad should be visible using the "
2089
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2090
  msgstr ""
2091
  "Xác định chiều rộng của trình duyệt chính xác mà một quảng cáo nên được nhìn "
2092
- "thấy bằng cách sử dụng <a href=\"%s\" target=\"_blank\">Responsive add-on</"
2093
- "a>."
2094
 
2095
- #: admin/views/ad-visitor-metabox.php:103
2096
  msgid ""
2097
  "The visitor conditions below are deprecated. Please use the new version of "
2098
  "visitor conditions to replace it."
@@ -2100,19 +2377,19 @@ msgstr ""
2100
  "Các điều kiện khách truy cập dưới đây đã không còn được hỗ trợ. Vui lòng sử "
2101
  "dụng phiên bản mới của điều kiện truy cập để thay thế nó."
2102
 
2103
- #: admin/views/ad-visitor-metabox.php:109
2104
  msgid "Display on all devices"
2105
  msgstr "Hiển thị trên mọi thiết bị"
2106
 
2107
- #: admin/views/ad-visitor-metabox.php:113
2108
  msgid "only on mobile devices"
2109
  msgstr "chỉ trên các thiết bị di động"
2110
 
2111
- #: admin/views/ad-visitor-metabox.php:117
2112
  msgid "not on mobile devices"
2113
  msgstr "không phải trên thiết bị di động"
2114
 
2115
- #: admin/views/debug.php:6 admin/views/settings.php:49
2116
  msgid "Debug Page"
2117
  msgstr "Kiểm tra lỗi trang"
2118
 
@@ -2120,146 +2397,33 @@ msgstr "Kiểm tra lỗi trang"
2120
  msgid "Work in progress"
2121
  msgstr "Đang làm việc"
2122
 
2123
- #: admin/views/feedback_disable.php:3
2124
- msgid "Thank you for helping to improve Advanced Ads."
2125
- msgstr "Cảm ơn bạn đã giúp đỡ để cải thiện Advanced Ads."
2126
-
2127
- #: admin/views/feedback_disable.php:4
2128
- msgid ""
2129
- "Your feedback will motivates me to work harder towards a professional ad "
2130
- "management solution."
2131
- msgstr ""
2132
- "Phản hồi của bạn sẽ thúc đẩy tôi làm việc chăm chỉ hướng tới một giải pháp "
2133
- "quản lý quảng cáo chuyên nghiệp."
2134
-
2135
- #: admin/views/feedback_disable.php:5
2136
  msgid "Why did you decide to disable Advanced Ads?"
2137
  msgstr "Tại sao bạn lại quyết định vô hiệu hóa Advanced Ads?"
2138
 
2139
- #: admin/views/feedback_disable.php:7
2140
- msgid "I stopped showing ads on my site"
2141
- msgstr "Tôi ngừng hiển thị quảng cáo trên trang web của tôi"
2142
-
2143
- #: admin/views/feedback_disable.php:8
2144
- #, php-format
2145
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
2146
- msgstr "Tôi thấy thiếu một tính năng hoặc <a href=\"%s\">add-on</a>"
2147
-
2148
- #: admin/views/feedback_disable.php:9
2149
- msgid "I have a technical problem"
2150
- msgstr "Tôi có một vấn đề kỹ thuật"
2151
-
2152
- #: admin/views/feedback_disable.php:10
2153
  msgid "other reason"
2154
  msgstr "Lý do khác"
2155
 
2156
- #: admin/views/feedback_disable.php:12
2157
  msgid "Please specify, if possible"
2158
  msgstr "Hãy ghi rõ, nếu có thể"
2159
 
2160
- #: admin/views/feedback_disable.php:13
2161
- msgid "What would be a reason to return to Advanced Ads?"
2162
- msgstr "Điều gì khiến bạn dùng lại Advanced Ads?"
2163
-
2164
- #: admin/views/intro.php:18
2165
- msgid "5-Star Usability"
2166
- msgstr "5 Sao về tính năng"
2167
-
2168
- #: admin/views/intro.php:19
2169
- msgid ""
2170
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
2171
- "standards. If you know how to publish a post then you know how to create an "
2172
- "ad."
2173
- msgstr ""
2174
- "Advanced Ads mạnh mẽ và dễ sử dụng, bởi vì nó được xây dựng trên tiêu chuẩn "
2175
- "WordPress. Nếu bạn biết làm thế nào để xuất bản một bài viết thì bạn cũng sẽ "
2176
- "biết làm thế nào để tạo ra một quảng cáo."
2177
-
2178
- #: admin/views/intro.php:23
2179
- msgid "5-Star Support"
2180
- msgstr "5 Sao về Hỗ trợ"
2181
-
2182
- #: admin/views/intro.php:24
2183
- msgid ""
2184
- "I promise you the best supported ad management plugin for WordPress. Whether "
2185
- "a pro user or not, you can reach me easily through the support page, in the "
2186
- "chat on the homepage or replying to a newsletter."
2187
- msgstr ""
2188
- "Tôi hứa với các bạn rằng đây là plugin quản lý quảng cáo được hỗ trợ tốt "
2189
- "nhất cho WordPress. Cho dù người dùng chuyên nghiệp hay không, bạn có thể "
2190
- "liên lạc với tôi một cách dễ dàng thông qua các trang hỗ trợ, trong cuộc trò "
2191
- "chuyện trên trang chủ hoặc trả lời một bản tin."
2192
-
2193
- #: admin/views/intro.php:28
2194
- msgid "5-Star Experience"
2195
- msgstr "5 Sao về trải nghiệm"
2196
-
2197
- #: admin/views/intro.php:29
2198
- msgid ""
2199
- "Advanced Ads was built out of my own experience. I am personally using it to "
2200
- "serve millions of ad impressions per month and constantly test new ways to "
2201
- "optimize ad settings."
2202
- msgstr ""
2203
- "Advanced Ads được xây dựng trên kinh nghiệm của riêng tôi. Cá nhân tôi đang "
2204
- "sử dụng nó để phục vụ hàng triệu lần hiển thị quảng cáo mỗi tháng và liên "
2205
- "tục thử nghiệm những cách thức mới để tối ưu hóa các thiết lập quảng cáo."
2206
-
2207
- #: admin/views/intro.php:61
2208
- msgid "Next Steps"
2209
- msgstr "Bước tiếp theo"
2210
-
2211
- #: admin/views/intro.php:64
2212
- msgid "Subscribe to the Mailing List"
2213
- msgstr "Đăng ký bản tin"
2214
-
2215
- #: admin/views/intro.php:65
2216
- msgid "Subscribe to the newsletter and instantly"
2217
- msgstr "Đăng ký bản tin ngay lập tức"
2218
-
2219
- #: admin/views/intro.php:67
2220
- msgid "get 2 free add-ons."
2221
- msgstr "nhận hai add-ons miễn phí"
2222
-
2223
- #: admin/views/intro.php:68
2224
- msgid "reply to the welcome message with a question."
2225
- msgstr "trả lời tin nhắn chào mừng bằng một câu hỏi."
2226
-
2227
- #: admin/views/intro.php:69
2228
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2229
- msgstr "đăng ký vào một nhóm chuyên gia với các hướng dẫn hoặc mẹo AdSense."
2230
-
2231
- #: admin/views/intro.php:79
2232
- #, php-format
2233
- msgid ""
2234
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</"
2235
- "a> or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</"
2236
- "a> first."
2237
- msgstr ""
2238
- "Hãy bắt đầu bằng cách tạo ra một quảng cáo <a href=\"%1$s\" target=\"blank"
2239
- "\">ngay bây giờ</a> hoặc xem <a href=\"%2$s\" target=\"blank\">video hướng "
2240
- "dẫn ( 3: 29min) </a> đầu tiên."
2241
-
2242
- #: admin/views/intro.php:82
2243
- msgid "Display your ad"
2244
- msgstr "Hiển thị quảng cáo của bạn"
2245
 
2246
- #: admin/views/intro.php:83
2247
- msgid ""
2248
- "You can display your ad using a shortcode, widget or one of the powerful "
2249
- "placements. Placements help you to inject ads into the content or place them "
2250
- "on your site without coding."
2251
- msgstr ""
2252
- "Bạn có thể hiển thị quảng cáo của bạn bằng cách sử dụng shortcode, widget "
2253
- "hay một trong các vị trí được chọn khác. Vị trí giúp bạn đưa quảng cáo vào "
2254
- "nội dung hoặc đặt chúng trên trang web của bạn mà không cần biết lập trình."
2255
 
2256
- #: admin/views/intro.php:85
2257
- msgid "List of all available placements"
2258
- msgstr "Danh sách của tất cả các vị trí có sẵn"
2259
 
2260
- #: admin/views/intro.php:86
2261
- msgid "Create a placement"
2262
- msgstr "Tạo vị trí đặt"
2263
 
2264
  #: admin/views/placements.php:8
2265
  msgid ""
@@ -2273,7 +2437,7 @@ msgstr ""
2273
  msgid "Placements updated"
2274
  msgstr "Vị trí được cập nhật"
2275
 
2276
- #: admin/views/placements.php:15
2277
  msgid ""
2278
  "Placements are physically places in your theme and posts. You can use them "
2279
  "if you plan to change ads and ad groups on the same place without the need "
@@ -2283,7 +2447,7 @@ msgstr ""
2283
  "bạn có kế hoạch để thay đổi quảng cáo và nhóm quảng cáo trên cùng một vị trí "
2284
  "mà không cần phải thay đổi các mẫu của bạn."
2285
 
2286
- #: admin/views/placements.php:16
2287
  #, php-format
2288
  msgid ""
2289
  "See also the manual for more information on <a href=\"%s\">placements</a>."
@@ -2291,11 +2455,11 @@ msgstr ""
2291
  "Xem thêm hướng dẫn để biết thêm thông tin về <a href=\"%s\">vị trí quảng "
2292
  "cáo</a>."
2293
 
2294
- #: admin/views/placements.php:26 modules/import-export/views/page.php:26
2295
  msgid "Options"
2296
  msgstr "Lựa chọn"
2297
 
2298
- #: admin/views/placements.php:44
2299
  #, php-format
2300
  msgid ""
2301
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
@@ -2304,39 +2468,19 @@ msgstr ""
2304
  "Loại vị trí \"% s\" thiếu và được đặt lại thành \"mặc định\". <br/> Hãy kiểm "
2305
  "tra xem responsible add-on có được kích hoạt."
2306
 
2307
- #: admin/views/placements.php:60
2308
  msgid "show usage"
2309
  msgstr "xem việc sử dụng"
2310
 
2311
- #: admin/views/placements.php:72
2312
  msgid "Item"
2313
  msgstr "Mục"
2314
 
2315
- #: admin/views/placements.php:74 admin/views/placements.php:180
2316
- msgid "--not selected--"
2317
- msgstr "--không được chọn--"
2318
-
2319
- #: admin/views/placements.php:94
2320
- msgid "Inject"
2321
- msgstr "Thêm"
2322
-
2323
- #: admin/views/placements.php:95
2324
- msgid "after"
2325
- msgstr "sau"
2326
-
2327
- #: admin/views/placements.php:95
2328
- msgid "before"
2329
- msgstr "trước"
2330
-
2331
- #: admin/views/placements.php:115
2332
- msgid "start counting from bottom"
2333
- msgstr "bắt đầu đếm từ dưới"
2334
-
2335
- #: admin/views/placements.php:118
2336
  msgid "Important Notice"
2337
  msgstr "Lưu ý quan trọng"
2338
 
2339
- #: admin/views/placements.php:118
2340
  msgid ""
2341
  "Your server is missing an extension. This might break the content injection."
2342
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -2346,32 +2490,28 @@ msgstr ""
2346
  "thêm vào. <br/>Bỏ qua cảnh báo này nếu tất cả mọi thứ hoạt động tốt hay hỏi "
2347
  "nhà cung cấp hosting của bạn để cho phép <em> mbstring </ em>."
2348
 
2349
- #: admin/views/placements.php:128
2350
- msgid "advanced options"
2351
- msgstr "tùy chọn nâng cao"
2352
-
2353
- #: admin/views/placements.php:137
2354
  msgctxt "checkbox to remove placement"
2355
  msgid "delete"
2356
  msgstr "xóa"
2357
 
2358
- #: admin/views/placements.php:143
2359
  msgid "Save Placements"
2360
  msgstr "Lưu vị trí quảng cáo"
2361
 
2362
- #: admin/views/placements.php:145
2363
  msgid "Create a new placement"
2364
  msgstr "Tạo vị trí quảng cáo mới"
2365
 
2366
- #: admin/views/placements.php:146
2367
  msgid "New Placement"
2368
  msgstr "Vị trí quảng cáo mới"
2369
 
2370
- #: admin/views/placements.php:153
2371
  msgid "Choose a placement type"
2372
  msgstr "Chọn loại vị trí quảng cáo"
2373
 
2374
- #: admin/views/placements.php:154
2375
  #, php-format
2376
  msgid ""
2377
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -2380,39 +2520,39 @@ msgstr ""
2380
  "Loại vị trí xác định nơi quảng cáo sẽ được hiển thị. Tìm hiểu thêm về các "
2381
  "loại khác nhau từ <a href=\"%s\">hướng dẫn</a>"
2382
 
2383
- #: admin/views/placements.php:171
2384
  msgid "Please select a placement type."
2385
  msgstr "Chọn loại vị trí quảng cáo"
2386
 
2387
- #: admin/views/placements.php:173
2388
  msgid "Choose a Name"
2389
  msgstr "Chọn một Tên"
2390
 
2391
- #: admin/views/placements.php:174
2392
  msgid ""
2393
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2394
  "one, e.g. <em>Below Post Headline</em>."
2395
  msgstr ""
2396
- "Tên của vị trí đó là chỉ hiển thị cho bạn. Mẹo: chọn một mô tả, ví dụ "
2397
- "<Em>Dưới Tieu đề ài viết</ em>."
2398
 
2399
- #: admin/views/placements.php:175
2400
  msgid "Placement Name"
2401
  msgstr "Tên vị trí"
2402
 
2403
- #: admin/views/placements.php:176
2404
  msgid "Please enter a name for your placement."
2405
  msgstr "Vui lòng điền tên vị trí"
2406
 
2407
- #: admin/views/placements.php:177
2408
  msgid "Choose the Ad or Group"
2409
  msgstr "Chọn nhóm quảng cáo"
2410
 
2411
- #: admin/views/placements.php:178
2412
  msgid "The ad or group that should be displayed."
2413
  msgstr "Quảng cáo hoặc nhóm quảng cáo sẽ được hiển thị."
2414
 
2415
- #: admin/views/placements.php:197
2416
  msgid "Save New Placement"
2417
  msgstr "Lưu vị trí mới."
2418
 
@@ -2490,18 +2630,15 @@ msgstr ""
2490
  msgid "Disable ads in Feed"
2491
  msgstr "Vô hiệu hóa quảng cáo trong Feed"
2492
 
2493
- #: admin/views/settings.php:36
2494
  msgid "Save settings on this page"
2495
  msgstr "Lưu các thiết lập trên trang này"
2496
 
2497
- #: admin/views/settings.php:48 modules/import-export/main.php:15
 
2498
  msgid "Import &amp; Export"
2499
  msgstr "Nhập &amp; Xuất"
2500
 
2501
- #: admin/views/settings.php:50
2502
- msgid "Welcome Page"
2503
- msgstr "Trang chào mừng "
2504
-
2505
  #: admin/views/settings.php:51
2506
  msgid "Advanced Ads on WordPress.org"
2507
  msgstr "Advanced Ads trên WordPress.org"
@@ -2514,7 +2651,7 @@ msgstr "Advanced Ads trên wp.org"
2514
  msgid "the company behind Advanced Ads"
2515
  msgstr "Công ty sản xuất Advanced Ads"
2516
 
2517
- #: admin/views/support.php:8
2518
  msgid ""
2519
  "Please fix the red highlighted issues on this page or try to understand "
2520
  "their consequences before contacting support."
@@ -2522,7 +2659,7 @@ msgstr ""
2522
  "Hãy sửa các lỗi tô màu đỏ nổi bật ở trang này hoặc cố gắng để hiểu được hậu "
2523
  "quả của chúng trước khi liên hệ với hỗ trợ."
2524
 
2525
- #: admin/views/support.php:12
2526
  #, php-format
2527
  msgid ""
2528
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
@@ -2533,7 +2670,7 @@ msgstr ""
2533
  "cho PHP 5.3 và cao hơn. Nó có thể làm việc, nhưng cập nhật PHP là rất khuyến "
2534
  "khích. Xin hỏi nhà cung cấp hosting của bạn để biết thêm thông tin."
2535
 
2536
- #: admin/views/support.php:15
2537
  #, php-format
2538
  msgid ""
2539
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
@@ -2546,17 +2683,17 @@ msgstr ""
2546
  "năng sửa bộ nhớ cache-busting của <a href=\"%s\" target=\"_blank\">Advanced "
2547
  "Ads Pro</a> để tải quảng cáo động."
2548
 
2549
- #: admin/views/support.php:18
2550
  msgid ""
2551
  "There is a <strong>new WordPress version available</strong>. Please update."
2552
  msgstr ""
2553
  "Có một <strong>phiên bản WordPress mới hơn</ strong>. Vui lòng cập nhật."
2554
 
2555
- #: admin/views/support.php:21
2556
  msgid "There are <strong>plugin updates available</strong>. Please update."
2557
  msgstr "Có <strong>Plugin cập nhật mới hơn</ strong>. Vui lòng cập nhật."
2558
 
2559
- #: admin/views/support.php:30
2560
  #, php-format
2561
  msgid ""
2562
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
@@ -2569,7 +2706,7 @@ msgstr ""
2569
  "từ các mạng quảng cáo. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
2570
  "có hỗ trợ cho Autoptimize."
2571
 
2572
- #: admin/views/support.php:33
2573
  #, php-format
2574
  msgid ""
2575
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
@@ -2578,36 +2715,36 @@ msgstr ""
2578
  "Plugins được biết là gây ra (một phần) các vấn đề: <strong>%1$s</ strong>. "
2579
  "<a href=\"%2$s\" target=\"_blank\">Tìm hiểu thêm </a>."
2580
 
2581
- #: admin/views/support.php:36
2582
  #, php-format
2583
  msgid ""
2584
- "Ads are disabled for all or some pages. See \"disabled ads\" in <a href=\"%s"
2585
- "\">settings</a>."
2586
  msgstr ""
2587
  "Quảng cáo được tắt cho tất cả hoặc một số trang. Xem \"tắt quảng cáo\" trong "
2588
  "<a href=\"%s\">cài đặt</a>."
2589
 
2590
- #: admin/views/support.php:47
2591
  msgid "Possible Issues"
2592
  msgstr "Vấn đề có thể xảy ra"
2593
 
2594
- #: admin/views/support.php:49
2595
  msgid "Ads not showing up"
2596
  msgstr "Quảng cáo không xuất hiện"
2597
 
2598
- #: admin/views/support.php:50
2599
  msgid "Purchase & Licenses"
2600
  msgstr "Mua bản quyền"
2601
 
2602
- #: admin/views/support.php:51
2603
  msgid "General Issues"
2604
  msgstr "Vấn đề chung"
2605
 
2606
- #: admin/views/support.php:52
2607
  msgid "Issues with Add-Ons"
2608
  msgstr "Vấn đề với Add-Ons"
2609
 
2610
- #: admin/views/support.php:54
2611
  msgid ""
2612
  "Use the following form to search for solutions in the manual on "
2613
  "wpadvancedads.com"
@@ -2615,15 +2752,15 @@ msgstr ""
2615
  "Sử dụng các hình thức sau đây để tìm kiếm các giải pháp trên wpadvancedads."
2616
  "com"
2617
 
2618
- #: admin/views/support.php:57
2619
  msgid "search"
2620
  msgstr "tìm kiếm"
2621
 
2622
- #: admin/views/support.php:59
2623
  #, php-format
2624
  msgid ""
2625
- "Take a look at more common issues or contact us directly through the <a href="
2626
- "\"%s\" target=\"_blank\">support page</a>."
2627
  msgstr ""
2628
  "Hãy xem xét các vấn đề phổ biến hơn hoặc liên hệ với chúng tôi trực tiếp "
2629
  "thông qua <a href=\"%s\" hỗ trợ target=\"_blank\">trang hỗ trợ</a>."
@@ -2646,8 +2783,8 @@ msgstr ""
2646
 
2647
  #: modules/marketpress-license/admin.php:72
2648
  msgid ""
2649
- "Click here if you purchased a Bundle key through <strong>MarketPress</"
2650
- "strong>."
2651
  msgstr ""
2652
  "Click vào đây nếu bạn mua một Bundle Key qua <strong>MarketPress</ strong>."
2653
 
@@ -2659,7 +2796,7 @@ msgstr "Kiểm tra lỗi quảng cáo"
2659
  msgid "Find solutions in the manual"
2660
  msgstr "Tìm giải pháp trong hướng dẫn"
2661
 
2662
- #: admin/views/notices/adblock.php:3
2663
  msgid ""
2664
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2665
  "ad setup."
@@ -2667,37 +2804,37 @@ msgstr ""
2667
  "Hãy vô hiệu hóa <strong>AdBlocker</ strong> để ngăn chặn vấn đề với thiết "
2668
  "lập quảng cáo của bạn."
2669
 
2670
- #: modules/ad-blocker/admin/admin.php:133
2671
- msgid "The asset folder was rebuilt successfully"
2672
- msgstr "Các thư mục tài nguyên đã được xây dựng lại thành công"
2673
-
2674
- #: modules/ad-blocker/admin/admin.php:218
2675
  msgid "Ad blocker fix"
2676
  msgstr "Đã sửa Ad blocker"
2677
 
2678
- #: modules/ad-blocker/admin/admin.php:257
 
 
 
 
2679
  msgid "There is no writable upload folder"
2680
  msgstr "Không có thư mục có thể ghi khi tải lên"
2681
 
2682
- #: modules/ad-blocker/admin/admin.php:286
2683
  #, php-format
2684
  msgid "Unable to rename \"%s\" directory"
2685
  msgstr "Không thể đổi tên thư mục \"%s\""
2686
 
2687
- #: modules/ad-blocker/admin/admin.php:302
2688
- #: modules/ad-blocker/admin/admin.php:315
2689
- #: modules/ad-blocker/admin/admin.php:332
2690
  #, php-format
2691
  msgid "Unable to copy assets to the \"%s\" directory"
2692
  msgstr "Không thể sao chép các tài nguyên vào thư mục \"%s\""
2693
 
2694
- #: modules/ad-blocker/admin/admin.php:366
2695
- #: modules/ad-blocker/admin/admin.php:386
2696
  #, php-format
2697
  msgid "We do not have direct write access to the \"%s\" directory"
2698
  msgstr "Chúng tôi không có quyền trực tiếp ghi vào thư mục \"%s\""
2699
 
2700
- #: modules/ad-blocker/admin/admin.php:453
2701
  #, php-format
2702
  msgid ""
2703
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
@@ -2706,29 +2843,21 @@ msgstr ""
2706
  "Không thể để tạo ra thư mục \"%s\". Thư mục cha của nó có sửa được trên máy "
2707
  "chủ?"
2708
 
2709
- #: modules/ad-blocker/admin/admin.php:464
2710
  #, php-format
2711
  msgid "Unable to copy files to %s"
2712
  msgstr "Không thể Copy files vào %s"
2713
 
2714
- #: modules/ad-blocker/admin/admin.php:600
2715
- msgid ""
2716
- "Prevents ad block software from breaking your website when blocking asset "
2717
- "files (.js, .css)."
2718
- msgstr ""
2719
- "Ngăn chặn các phần mềm chặn quảng cáo làm hỏng website khi chặn các files "
2720
- "tài nguyên (.js, .css)."
2721
-
2722
- #: modules/gadsense/admin/admin.php:26
2723
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2724
  msgid "Responsive"
2725
  msgstr "Tùy biến"
2726
 
2727
- #: modules/gadsense/admin/admin.php:44
2728
  msgid "The ad details couldn't be retrieved from the ad code"
2729
  msgstr "Các chi tiết quảng cáo không thể được lấy từ các mã quảng cáo"
2730
 
2731
- #: modules/gadsense/admin/admin.php:45
2732
  msgid ""
2733
  "Warning : The AdSense account from this code does not match the one set with "
2734
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2738,23 +2867,23 @@ msgstr ""
2738
  "Plugin Advanced Ads. Quảng cáo này có thể gây ra rắc rối khi sử dụng và hiển "
2739
  "thị."
2740
 
2741
- #: modules/gadsense/admin/admin.php:123 modules/gadsense/admin/admin.php:260
2742
  msgid "AdSense"
2743
  msgstr "AdSense"
2744
 
2745
- #: modules/gadsense/admin/admin.php:131
2746
  msgid "AdSense ID"
2747
  msgstr "AdSense ID"
2748
 
2749
- #: modules/gadsense/admin/admin.php:140
2750
  msgid "Limit to 3 ads"
2751
  msgstr "Giới hạn 3 quảng cáo"
2752
 
2753
- #: modules/gadsense/admin/admin.php:149
2754
  msgid "Activate Page-Level ads"
2755
  msgstr "Kích hoạt quảng cáo trang"
2756
 
2757
- #: modules/gadsense/admin/admin.php:169
2758
  #, php-format
2759
  msgid ""
2760
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
@@ -2763,16 +2892,16 @@ msgstr ""
2763
  "Vui lòng nhập ID nhà xuất bản của bạn để sử dụng AdSense trên trang của bạn. "
2764
  "Xem <a href=\"%s\" target=\"_blank\">hướng dẫn</a> để biết thêm thông tin."
2765
 
2766
- #: modules/gadsense/admin/admin.php:183
2767
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2768
  msgstr "Mã AdSense Publisher ID của bạn <em>(pub-xxxxxxxxxxxxxx)</em>"
2769
 
2770
- #: modules/gadsense/admin/admin.php:195
2771
  #, php-format
2772
  msgid "Limit to %d AdSense ads"
2773
  msgstr "Giới hạn %d quảng cáo AdSense"
2774
 
2775
- #: modules/gadsense/admin/admin.php:199
2776
  msgid ""
2777
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2778
  "this setting to prevent too many AdSense ads to show accidentally on your "
@@ -2782,7 +2911,7 @@ msgstr ""
2782
  "thể sử dụng thiết lập này để ngăn chặn quá nhiều quảng cáo AdSense hiển thị "
2783
  "tình cờ trên một trang web của bạn."
2784
 
2785
- #: modules/gadsense/admin/admin.php:203
2786
  msgid ""
2787
  "Due to technical restrictions, the limit does not work on placements with "
2788
  "cache-busting enabled."
@@ -2790,20 +2919,10 @@ msgstr ""
2790
  "Do hạn chế về kỹ thuật, giới hạn không làm việc với các vị trí với có bộ nhớ "
2791
  "cache-busting đang kích hoạt."
2792
 
2793
- #: modules/gadsense/admin/admin.php:217
2794
  msgid "Insert Page-Level ads code on all pages."
2795
  msgstr "Chèn trang mã quảng cáo trên tất cả các trang."
2796
 
2797
- #: modules/gadsense/admin/admin.php:219
2798
- msgid ""
2799
- "You still need to enable Page-Level ads in your AdSense account. See <a href="
2800
- "\"https://support.google.com/adsense/answer/6245304\" target=\"_blank"
2801
- "\">AdSense Help</a> (requires AdSense-login) for more information"
2802
- msgstr ""
2803
- "Bạn vẫn cần phải kích hoạt quảng cáo trang trong tài khoản AdSense của bạn. "
2804
- "Xem <a href=\"https://support.google.com/adsense/answer/6245304\" target="
2805
- "\"_blank\">Trợ giúp</a> (yêu cầu đăng nhập AdSense) để biết thêm thông tin"
2806
-
2807
  #: modules/gadsense/admin/admin.php:238
2808
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2809
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
@@ -2817,7 +2936,7 @@ msgstr "Quảng cáo Adsense"
2817
  msgid "Use ads from your Google AdSense account"
2818
  msgstr "Sử dụng quảng cáo từ tài khoản Google AdSense của bạn"
2819
 
2820
- #: modules/gadsense/includes/class-ad-type-adsense.php:105
2821
  msgid "Your AdSense Publisher ID is missing."
2822
  msgstr "ID nhà xuất bản AdSense của bạn thiếu."
2823
 
@@ -3012,8 +3131,8 @@ msgstr "Kiểm tra nếu bạn muốn thay đổi tên của các tài nguyên"
3012
  #: modules/ad-blocker/admin/views/rebuild_form.php:43
3013
  #, php-format
3014
  msgid ""
3015
- "Please, rebuild the asset folder. All assets will be located in <strong>%s</"
3016
- "strong>"
3017
  msgstr ""
3018
  "Xin vui lòng, xây dựng lại các thư mục tài nguyên. Tất cả được đặt tại "
3019
  "<strong>%s</strong>"
@@ -3022,29 +3141,37 @@ msgstr ""
3022
  msgid "Rebuild asset folder"
3023
  msgstr "Xây dựng lại thư mục tài nguyên"
3024
 
3025
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:22
3026
- msgid "Copy&Paste existing ad code"
3027
- msgstr "Copy&Paste quảng cáo hiện tại"
 
 
 
 
 
 
 
 
3028
 
3029
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:27
3030
  msgid "Ad Slot ID"
3031
  msgstr "Ad Slot ID"
3032
 
3033
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:32
3034
  #, php-format
3035
  msgid "Publisher ID: %s"
3036
  msgstr "Publisher ID: %s"
3037
 
3038
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:44
3039
  #, php-format
3040
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3041
  msgstr "Vui long <a href=\"%s\" target=\"_blank\">thay đổi tại đây</a>."
3042
 
3043
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:50
3044
  msgid "Normal"
3045
  msgstr "Thông thường"
3046
 
3047
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:56
3048
  #, php-format
3049
  msgid ""
3050
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
@@ -3055,23 +3182,10 @@ msgstr ""
3055
  "kích thước chính xác cho chiều rộng trình duyệt hoặc chọn giữa chiều dọc, "
3056
  "ngang hoặc hình chữ nhật."
3057
 
3058
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
3059
  msgid "Resizing"
3060
  msgstr "Thay đổi kích thước"
3061
 
3062
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:72
3063
- msgid ""
3064
- "Copy the ad code from your AdSense account and paste it in the area below"
3065
- msgstr "Lấy mã từ AdSense và them vào dưới đây"
3066
-
3067
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:75
3068
- msgid "Get details"
3069
- msgstr "Xem chi tiết"
3070
-
3071
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:76
3072
- msgid "Close"
3073
- msgstr "Đóng"
3074
-
3075
  #. Name of the plugin
3076
  msgid "Advanced Ads"
3077
  msgstr "Advanced Ads"
@@ -3091,44 +3205,3 @@ msgstr "Thomas Maier"
3091
  #. Author URI of the plugin
3092
  msgid "http://webgilde.com"
3093
  msgstr "http://webgilde.com"
3094
-
3095
- #~ msgid "The current URL is HTTPS, but the ad code contains HTTP"
3096
- #~ msgstr "URL hiện tại là HTTPS, nhưng mã quảng cáo chứa HTTP"
3097
-
3098
- #~ msgid "Post Content"
3099
- #~ msgstr "Trong nội dung"
3100
-
3101
- #~ msgid ""
3102
- #~ "Injected into the post content. You can choose the paragraph after which "
3103
- #~ "the ad content is displayed."
3104
- #~ msgstr ""
3105
- #~ "Thêm vào trong nội dung. Bạn có thể chọn sau đoạn văn nào đó để quảng cáo "
3106
- #~ "hiển thị."
3107
-
3108
- #~ msgid "show"
3109
- #~ msgstr "xem"
3110
-
3111
- #~ msgid "hide"
3112
- #~ msgstr "ẩn"
3113
-
3114
- #~ msgid "mobile device"
3115
- #~ msgstr "thiết bị di động"
3116
-
3117
- #~ msgid ""
3118
- #~ "Some plugins and themes trigger ad injection where it shouldn’t happen. "
3119
- #~ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
3120
- #~ "and outside the loop. However, this can cause problems with some themes. "
3121
- #~ "You can enable this option if you don’t see ads or want to enable ad "
3122
- #~ "injections on archive pages AT YOUR OWN RISK."
3123
- #~ msgstr ""
3124
- #~ "Một số plugins và tính năng của theme thêm quảng cáo nơi mà đáng lẽ là "
3125
- #~ "không cần thiết. Do đó, Quảng cáo nâng cao bỏ việc thêm quảng cáo vào vị "
3126
- #~ "trí trên các trang không đơn lẻ và bên ngoài vòng lặp. Tuy nhiên, điều "
3127
- #~ "này có thể gây ra vấn đề với một số themes. Bạn có thể kích hoạt tùy chọn "
3128
- #~ "này nếu bạn không nhìn thấy các quảng cáo hoặc muốn cho phép thêm quảng "
3129
- #~ "cáo vào các trang lưu trữ VÀ SẼ CÓ RỦI RO."
3130
-
3131
- #~ msgid "Set Display Conditions to allow or hide the ad on specific pages."
3132
- #~ msgstr ""
3133
- #~ "Đặt điều kiện hiển thị để cho phép hoặc ẩn các quảng cáo trên các trang "
3134
- #~ "cụ thể."
2
  msgstr ""
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2017-06-22 13:17+0000\n"
6
+ "PO-Revision-Date: 2017-06-22 13:17+0000\n"
7
+ "Last-Translator: Thomas Maier <post@webzunft.de>\n"
8
+ "Language-Team: Vietnamese\n"
9
+ "Language: vi\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "POT-Revision-Date: Wed Jul 13 2016 13:23:05 GMT+0200 (CEST)\n"
14
+ "Plural-Forms: nplurals=1; plural=0\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Loco - https://localise.biz/\n"
17
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
  "X-Poedit-Basepath: ..\n"
23
+ "X-Poedit-SearchPath-0: ."
24
 
25
+ #: classes/ad_placements.php:517
26
+ #, php-format
27
+ msgid "Set <em>%s</em> to show more ads"
28
+ msgstr ""
29
 
30
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
31
+ msgid "Disable level limitation"
32
+ msgstr ""
 
33
 
34
+ #: classes/ad_type_dummy.php:26
35
+ msgid "Dummy"
36
+ msgstr ""
37
+
38
+ #: classes/ad_type_dummy.php:27
39
+ msgid "Uses a simple placeholder ad for quick testing."
40
+ msgstr ""
41
 
42
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
43
+ msgid "url"
44
+ msgstr ""
45
+
46
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
47
  #, php-format
48
+ msgid ""
49
+ "Open this url in a new window and track impressions and clicks with the <a "
50
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
51
+ msgstr ""
52
 
53
+ #: classes/ad_type_image.php:34
54
+ msgid "Image Ad"
55
+ msgstr ""
56
 
57
+ #: classes/ad_type_image.php:35
58
+ msgid "Ads in various image formats."
59
+ msgstr ""
60
 
61
+ #: classes/ad_type_image.php:55
62
+ msgid "Insert File"
63
+ msgstr ""
 
 
64
 
65
+ #: classes/ad_type_image.php:55
66
+ msgid "Insert"
67
+ msgstr ""
68
 
69
+ #: classes/ad_type_image.php:55
70
+ msgid "select image"
71
+ msgstr ""
 
72
 
73
+ #: classes/ad_type_image.php:56
74
+ msgid "edit"
75
+ msgstr ""
 
76
 
77
+ #: classes/ad_type_plain.php:87
78
+ msgid "Allow PHP"
79
+ msgstr ""
80
 
81
+ #: classes/display-conditions.php:283
82
+ #, php-format
83
+ msgid ""
84
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
85
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
86
+ "target=\"_blank\">this page</a>."
87
+ msgstr ""
88
 
89
+ #: classes/filesystem.php:61
90
+ msgid "Could not access filesystem."
91
+ msgstr ""
92
 
93
+ #: classes/filesystem.php:72
94
+ msgid "Unable to locate WordPress root directory."
95
+ msgstr ""
96
+
97
+ #: classes/filesystem.php:76
98
+ msgid "Unable to locate WordPress content directory (wp-content)."
99
+ msgstr ""
100
+
101
+ #: classes/filesystem.php:80
102
+ #, php-format
103
+ msgid "Unable to locate needed folder (%s)."
104
+ msgstr ""
105
 
106
+ #: classes/frontend_checks.php:61
107
+ msgid "Random AdSense ads"
108
+ msgstr ""
109
+
110
+ #: classes/visitor-conditions.php:98
111
  #, php-format
112
  msgid ""
113
+ "Display ads by the available space on the device or target tablets with the "
114
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
 
115
  msgstr ""
116
+
117
+ #: admin/includes/class-ad-groups-list.php:208
118
+ #, php-format
119
+ msgid "show %d more ads"
120
+ msgstr ""
121
+
122
+ #: admin/includes/class-ad-groups-list.php:218
123
+ msgid "Add some"
124
+ msgstr ""
125
+
126
+ #: admin/includes/class-licenses.php:470
127
+ #, php-format
128
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
129
+ msgstr ""
130
+
131
+ #: admin/includes/class-licenses.php:472
132
+ #, php-format
133
+ msgid ""
134
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
135
+ "."
136
+ msgstr ""
137
+
138
+ #: admin/includes/class-settings.php:178
139
+ msgid "Disable shortcode button"
140
+ msgstr ""
141
+
142
+ #: admin/includes/class-settings.php:220
143
+ #, php-format
144
+ msgid ""
145
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
146
+ "ons</a>."
147
+ msgstr ""
148
+
149
+ #: admin/includes/class-settings.php:221
150
+ #, php-format
151
+ msgid ""
152
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
153
+ "licenses</a>."
154
+ msgstr ""
155
+
156
+ #: admin/includes/class-settings.php:337
157
+ msgid ""
158
+ "Advanced Ads ignores paragraphs and other elements in containers when "
159
+ "injecting ads into the post content. Check this option to ignore this "
160
+ "limitation and ads might show up again."
161
+ msgstr ""
162
+
163
+ #: admin/includes/class-settings.php:473
164
+ msgid "Disable shortcode button in visual editor."
165
+ msgstr ""
166
+
167
+ #: admin/includes/class-shortcode-creator.php:154
168
+ #, php-format
169
+ msgid ""
170
+ "Please, either switch off your ad blocker or disable the shortcode button in "
171
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
172
+ msgstr ""
173
+
174
+ #: admin/includes/notices.php:9
175
+ #, php-format
176
+ msgid ""
177
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
178
+ "primary\">Create your first ad</a>"
179
+ msgstr ""
180
+
181
+ #: admin/views/ad-display-metabox.php:9
182
+ msgid ""
183
+ "Click on the button below if the ad should NOT show up on all pages when "
184
+ "included automatically."
185
+ msgstr ""
186
+
187
+ #: admin/views/ad-display-metabox.php:10
188
+ msgid "Hide the ad on some pages"
189
+ msgstr ""
190
+
191
+ #: admin/views/ad-group-list-form-row.php:57
192
+ msgid "Visible ads"
193
+ msgstr ""
194
+
195
+ #: admin/views/ad-group.php:53
196
+ msgid ""
197
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
198
+ "edit page."
199
+ msgstr ""
200
+
201
+ #: admin/views/ad-group.php:53
202
+ #, php-format
203
+ msgid ""
204
+ "Find more information about ad groups in the <a href=\"%s\" "
205
+ "target=\"_blank\">manual</a>."
206
+ msgstr ""
207
+
208
+ #: admin/views/ad-output-metabox.php:44
209
+ msgid ""
210
+ "Specify one or more classes for the container. Separate multiple classes "
211
+ "with a space"
212
+ msgstr ""
213
+
214
+ #: admin/views/ad-visitor-metabox.php:7
215
+ msgid ""
216
+ "Click on the button below if the ad should NOT be visible to all visitors"
217
+ msgstr ""
218
+
219
+ #: admin/views/ad-visitor-metabox.php:8
220
+ msgid "Hide the ad from some users"
221
+ msgstr ""
222
+
223
+ #: admin/views/feedback-disable.php:6
224
+ msgid "It is only temporary"
225
+ msgstr ""
226
+
227
+ #: admin/views/feedback-disable.php:7
228
+ msgid "I have a problem"
229
+ msgstr ""
230
+
231
+ #: admin/views/feedback-disable.php:8
232
+ msgid "Please let us know how we can help"
233
+ msgstr ""
234
+
235
+ #: admin/views/feedback-disable.php:11
236
+ #, php-format
237
+ msgid "Send me free help to %s"
238
+ msgstr ""
239
+
240
+ #: admin/views/feedback-disable.php:13
241
+ msgid "I miss a feature"
242
+ msgstr ""
243
+
244
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
245
+ msgid "Which one?"
246
+ msgstr ""
247
+
248
+ #: admin/views/feedback-disable.php:15
249
+ msgid "I don’t use ads on my site"
250
+ msgstr ""
251
+
252
+ #: admin/views/feedback-disable.php:16
253
+ msgid "I switched to another plugin"
254
+ msgstr ""
255
+
256
+ #: admin/views/feedback-disable.php:24
257
+ msgid "Submit & Deactivate"
258
+ msgstr ""
259
+
260
+ #: admin/views/feedback-disable.php:25
261
+ msgid "Only Deactivate"
262
+ msgstr ""
263
+
264
+ #: admin/views/feedback-disable.php:26
265
+ msgid "don’t deactivate"
266
+ msgstr ""
267
+
268
+ #: admin/views/placements-ad-label-position.php:18
269
+ msgid ""
270
+ "Check this if you don't want the following elements to float around the ad. "
271
+ "(adds a placement_clearfix)"
272
+ msgstr ""
273
+
274
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
275
+ msgid "enabled"
276
+ msgstr ""
277
+
278
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
279
+ msgid "disabled"
280
+ msgstr ""
281
+
282
+ #: admin/views/placements.php:68
283
+ msgid "template (PHP)"
284
+ msgstr ""
285
+
286
+ #: admin/views/placements.php:128
287
+ msgid "show all options"
288
+ msgstr ""
289
+
290
+ #: admin/views/placements.php:135
291
+ #, php-format
292
+ msgid ""
293
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
294
+ "header of your website</a>."
295
+ msgstr ""
296
+
297
+ #: modules/gadsense/admin/admin.php:219
298
+ msgid ""
299
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
300
+ "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
301
+ "AdSense Help</a> (requires AdSense-login) for more information."
302
+ msgstr ""
303
+
304
+ #: modules/gadsense/admin/admin.php:220
305
+ #, php-format
306
+ msgid ""
307
+ "Please notice that this code might also activate QuickStart ads. Please read "
308
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
309
+ "random places</strong>."
310
+ msgstr ""
311
+
312
+ #: modules/gadsense/admin/admin.php:312
313
+ #, php-format
314
+ msgid ""
315
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
316
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
317
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
318
+ "wrapped in text."
319
+ msgstr ""
320
+
321
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
322
+ msgid ""
323
+ "The ad block disguise can only be set by the super admin on the main site in "
324
+ "the network."
325
+ msgstr ""
326
+
327
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
328
+ msgid ""
329
+ "Copy the ad code from your AdSense account, paste it into the area below and "
330
+ "click on <em>Get details</em>."
331
+ msgstr ""
332
+
333
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
334
+ msgid "Insert new AdSense code"
335
+ msgstr ""
336
+
337
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
338
+ msgid "Responsive (Matched Content)"
339
+ msgstr ""
340
+
341
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
342
+ msgid "Link ads"
343
+ msgstr ""
344
+
345
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
346
+ msgid "Link ads (Responsive)"
347
+ msgstr ""
348
+
349
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
350
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
351
+ msgid "or"
352
+ msgstr "hoặc"
353
+
354
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
355
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
356
+ msgid "and"
357
+ msgstr "và"
358
+
359
+ #: admin/class-advanced-ads-admin.php:192
360
+ msgid "After which paragraph?"
361
+ msgstr "Sau đoạn nào?"
362
+
363
+ #: admin/class-advanced-ads-admin.php:300
364
+ #, php-format
365
+ msgid "time of %s"
366
+ msgstr "thời gian %s"
367
+
368
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
369
+ #: admin/includes/class-menu.php:86
370
+ msgid "Support"
371
+ msgstr "Hỗ trợ"
372
+
373
+ #: admin/class-advanced-ads-admin.php:345
374
+ msgid "Add-Ons"
375
+ msgstr "Các plugin"
376
 
377
  #: classes/ad-debug.php:32
378
  msgid "The ad is displayed on the page"
407
  msgstr "truy vấn chính"
408
 
409
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
410
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
411
  msgid "Ad"
412
  msgstr "Quảng cáo"
413
 
414
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
415
  msgctxt "ad group singular name"
416
  msgid "Ad Group"
417
  msgstr "Nhóm quảng cáo"
444
  msgid "Manual placement to use as function or shortcode."
445
  msgstr "Đặt thủ công theo tính năng hoặc shortcode."
446
 
447
+ #: classes/ad_placements.php:37
448
  msgid "Header Code"
449
  msgstr "Mã trong tiêu đề"
450
 
451
+ #: classes/ad_placements.php:38
452
  msgid ""
453
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
454
  msgstr "Thêm vào mục tiêu đề (trước &lt;/head&gt; Tag, thường không hiển thị)."
455
 
456
+ #: classes/ad_placements.php:42
457
  msgid "Footer Code"
458
  msgstr "Mã trong chân trang"
459
 
460
+ #: classes/ad_placements.php:43
461
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
462
  msgstr "Thêm vào chân trang (trước &lt;/body&gt; Tag)."
463
 
464
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
465
  msgid "Before Content"
466
  msgstr "Trước Nội dung"
467
 
468
+ #: classes/ad_placements.php:48
469
  msgid "Injected before the post content."
470
  msgstr "Thêm vào trước nội dung bài"
471
 
472
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
473
  msgid "After Content"
474
  msgstr "Sau Nội dung"
475
 
476
+ #: classes/ad_placements.php:54
477
  msgid "Injected after the post content."
478
  msgstr "Thêm vào sau nội dung."
479
 
480
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
481
  msgid "Content"
482
  msgstr "Nội dung"
483
 
484
+ #: classes/ad_placements.php:60
485
  msgid ""
486
  "Injected into the content. You can choose the paragraph after which the ad "
487
  "content is displayed."
489
  "Chèn vào nội dung. Bạn có thể chọn các đoạn văn sau đó nội dung quảng cáo "
490
  "được hiển thị."
491
 
492
+ #: classes/ad_placements.php:65
493
  msgid "Sidebar Widget"
494
  msgstr "Sidebar Widget"
495
 
496
+ #: classes/ad_placements.php:66
497
  msgid ""
498
  "Create a sidebar widget with an ad. Can be placed and used like any other "
499
  "widget."
500
  msgstr ""
501
  "Tạo quảng cáo với Sidebar Widget. Có thể sử dung như một Widget thông thường."
502
 
503
+ #: classes/ad_placements.php:218
504
  #, php-format
505
  msgid "paragraph (%s)"
506
  msgstr "đoạn (%s)"
507
 
508
+ #: classes/ad_placements.php:219
509
  #, php-format
510
  msgid "paragraph without image (%s)"
511
  msgstr "đoạn không có ảnh (%s)"
512
 
513
+ #: classes/ad_placements.php:220
514
  #, php-format
515
  msgid "headline 2 (%s)"
516
  msgstr "Phụ đề 2 (%s)"
517
 
518
+ #: classes/ad_placements.php:221
519
  #, php-format
520
  msgid "headline 3 (%s)"
521
  msgstr "Phụ đề 3 (%s)"
522
 
523
+ #: classes/ad_placements.php:222
524
  #, php-format
525
  msgid "headline 4 (%s)"
526
  msgstr "Phụ đề 4 (%s)"
535
  "image upload or styling, but also simple text/html mode for scripts and code."
536
  msgstr ""
537
  "Trình biên tập nội dung đầy đủ từ WordPress với tất cả các tính năng như mã "
538
+ "ngắn, tải lên hình ảnh hoặc định dạng, nhưng cũng có chế độ văn bản đơn "
539
+ "giản/html cho mã và tập lệnh."
540
 
541
  #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
542
  msgid "Ad Group"
616
  msgid "author"
617
  msgstr "tác giả"
618
 
619
+ #: classes/display-conditions.php:120
620
  #, php-format
621
  msgid "archive: %s"
622
  msgstr "Lưu trữ: %s"
623
 
624
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
625
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
626
  msgid "is"
627
  msgstr "là"
628
 
629
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
630
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
631
  msgid "is not"
632
  msgstr "không là"
633
 
634
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
635
+ #: classes/display-conditions.php:370
636
  msgctxt "Error message shown when no display condition term is selected"
637
  msgid "Please select some items."
638
  msgstr "Vui lòng chọn điều kiện."
639
 
640
+ #: classes/display-conditions.php:361
641
  msgctxt "display the terms search field on ad edit page"
642
  msgid "add more terms"
643
  msgstr "Thêm điều kiện"
644
 
645
+ #: classes/display-conditions.php:363
 
 
 
 
646
  msgid "term name or id"
647
  msgstr "tên điều kiện hoặc id"
648
 
649
+ #: classes/display-conditions.php:424
650
  msgid "title or id"
651
  msgstr "tiêu đề hoặc id"
652
 
653
+ #: classes/display-conditions.php:469
654
  msgid "Home Page"
655
  msgstr "Trang chủ"
656
 
657
+ #: classes/display-conditions.php:470
658
  msgid "show on Home page"
659
  msgstr "Hiển thị trên trang chủ"
660
 
661
+ #: classes/display-conditions.php:474
662
  msgid "Singular Pages"
663
  msgstr "Từ trang"
664
 
665
+ #: classes/display-conditions.php:475
666
  msgid "show on singular pages/posts"
667
  msgstr "Hiển thị trên từng trang/bài viết"
668
 
669
+ #: classes/display-conditions.php:479
670
  msgid "Archive Pages"
671
  msgstr "Lưu trữ"
672
 
673
+ #: classes/display-conditions.php:480
674
  msgid "show on any type of archive page (category, tag, author and date)"
675
  msgstr ""
676
  "Hiển thị trên tất cả các trang lưu trữ (danh mục, từ khóa, tác giả và ngày)"
677
 
678
+ #: classes/display-conditions.php:484
679
  msgid "Search Results"
680
  msgstr "Kết quả tìm kiếm"
681
 
682
+ #: classes/display-conditions.php:485
683
  msgid "show on search result pages"
684
  msgstr "Hiển thị trên trang tìm kiếm"
685
 
686
+ #: classes/display-conditions.php:489
687
  msgid "404 Page"
688
  msgstr "404: Trang không tồn tại"
689
 
690
+ #: classes/display-conditions.php:490
691
  msgid "show on 404 error page"
692
  msgstr "hiển trị trên trang 404: Trang không tồn tại"
693
 
694
+ #: classes/display-conditions.php:494
695
  msgid "Attachment Pages"
696
  msgstr "Trang có dữ liệu đính kèm"
697
 
698
+ #: classes/display-conditions.php:495
699
  msgid "show on attachment pages"
700
  msgstr "Hiển thị ở trang có dữ liệu đính kèm"
701
 
702
+ #: classes/display-conditions.php:499
703
  msgid "Secondary Queries"
704
  msgstr "Các truy xuất thứ hai"
705
 
706
+ #: classes/display-conditions.php:500
707
  msgid "allow ads in secondary queries"
708
  msgstr "Cho hiển thị quảng cáo ở các truy xuất thứ hai"
709
 
710
+ #: classes/display-conditions.php:504
711
  msgid "Feed"
712
  msgstr "Tin Feed"
713
 
714
+ #: classes/display-conditions.php:505
715
  msgid "allow ads in Feed"
716
  msgstr "Cho quảng cáo hiển thị ở trang tin Feed"
717
 
718
+ #: classes/EDD_SL_Plugin_Updater.php:201
719
  #, php-format
720
  msgid ""
721
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
722
  msgstr "Có phiên bản mới %1$s. %2$sXem phiên bản %3$s chi tiết%4$s."
723
 
724
+ #: classes/EDD_SL_Plugin_Updater.php:209
725
  #, php-format
726
  msgid ""
727
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
728
  "or %5$supdate now%6$s."
729
  msgstr ""
730
+ "Có phiên bản mới %1$s. %2$sXem phiên bản %3$s chi tiết%4$s or %5$sCập "
731
+ "nhật%6$s."
 
 
 
 
 
 
 
 
732
 
733
  #: classes/frontend_checks.php:40
734
  msgid "Ad Health"
735
  msgstr "Trạng thái quảng cáo"
736
 
737
+ #: classes/frontend_checks.php:48
738
  msgid "jQuery not in header"
739
  msgstr "jQuery không có trong mục tiêu đề (Header)"
740
 
741
+ #: classes/frontend_checks.php:74
742
  msgid "Ad blocker enabled"
743
  msgstr "Ad Blocker đang bật"
744
 
745
+ #: classes/frontend_checks.php:88
746
  #, php-format
747
  msgid "<em>%s</em> filter does not exist"
748
  msgstr "<em>%s</em> không tồn tại bộ lọc"
749
 
750
+ #: classes/frontend_checks.php:105
751
  msgid "Ads are disabled on this page"
752
  msgstr "Quảng cáo bị ẩn trên trang này"
753
 
754
+ #: classes/frontend_checks.php:119
755
  msgid "Ads are disabled in the content of this page"
756
  msgstr "Quảng cáo được ẩn trong nội dung trang này"
757
 
758
+ #: classes/frontend_checks.php:132
759
  msgid "the current post ID is 0 "
760
  msgstr "ID của bài viết là 0"
761
 
762
+ #: classes/frontend_checks.php:147
763
  msgid "Ads are disabled on 404 pages"
764
  msgstr "Quảng cáo ẩn ở trang 404: Không tìm thấy"
765
 
766
+ #: classes/frontend_checks.php:161
767
  msgid "Ads are disabled on non singular pages"
768
  msgstr "Quảng cáo ẩn ở trang riêng"
769
 
770
+ #: classes/frontend_checks.php:175
771
  #: modules/import-export/classes/XmlEncoder.php:61
772
  #: modules/import-export/classes/XmlEncoder.php:64
773
  #: modules/import-export/classes/XmlEncoder.php:193
776
  msgid "The %s extension(s) is not loaded"
777
  msgstr "Phần %s mở rộng không được tải"
778
 
779
+ #: classes/frontend_checks.php:191
780
  msgid "Everything is fine"
781
  msgstr "Mọi thứ có vẻ ổn"
782
 
783
+ #: classes/frontend_checks.php:202
784
  msgid "debug DFP ads"
785
  msgstr "kiểm tra quảng cáo DFP"
786
 
787
+ #: classes/frontend_checks.php:213
788
  msgid "highlight ads"
789
  msgstr "đánh dấu quảng cáo"
790
 
828
  msgid "equal or lower"
829
  msgstr "bằng hoặc nhỏ hơn"
830
 
831
+ #: classes/visitor-conditions.php:194
832
  msgid "contains"
833
  msgstr "bao gồm"
834
 
835
+ #: classes/visitor-conditions.php:195
836
  msgid "starts with"
837
  msgstr "bắt đầu với"
838
 
839
+ #: classes/visitor-conditions.php:196
840
  msgid "ends with"
841
  msgstr "kết thúc với"
842
 
843
+ #: classes/visitor-conditions.php:197
844
  msgid "matches"
845
  msgstr "khớp nhau"
846
 
847
+ #: classes/visitor-conditions.php:198
848
  msgid "matches regex"
849
  msgstr "điều kiện khớp"
850
 
851
+ #: classes/visitor-conditions.php:199
852
  msgid "does not contain"
853
  msgstr "không bao gồm"
854
 
855
+ #: classes/visitor-conditions.php:200
856
  msgid "does not start with"
857
  msgstr "không bắt đầu với"
858
 
859
+ #: classes/visitor-conditions.php:201
860
  msgid "does not end with"
861
  msgstr "không kết thúc với"
862
 
863
+ #: classes/visitor-conditions.php:202
864
  msgid "does not match"
865
  msgstr "không khớp"
866
 
867
+ #: classes/visitor-conditions.php:203
868
  msgid "does not match regex"
869
  msgstr "điều kiện không khớp"
870
 
872
  msgid "Display Ads and Ad Groups."
873
  msgstr "Hiển thị quảng cáo và nhóm quảng cáo"
874
 
875
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
876
  msgid "--empty--"
877
  msgstr "--trống--"
878
 
879
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
880
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
881
  #: modules/import-export/views/page.php:25
882
  msgid "Placements"
883
  msgstr "Vị trí đặt"
884
 
885
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
886
+ #: admin/includes/class-shortcode-creator.php:91
887
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
888
  msgid "Ad Groups"
889
  msgstr "Nhóm quảng cáo"
890
 
891
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
892
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
893
+ #: admin/includes/class-shortcode-creator.php:84
894
+ #: admin/views/ad-group-list-form-row.php:68
895
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
896
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
897
  msgid "Ads"
898
  msgstr "Quảng cáo"
899
 
900
+ #: public/class-advanced-ads.php:317
901
  msgid "Advanced Ads Error following:"
902
  msgstr "Lỗi Advanced Ads:"
903
 
904
+ #: public/class-advanced-ads.php:320
905
  #, php-format
906
  msgid "Advanced Ads Error: %s"
907
  msgstr "Lỗi quảng cáo: %s"
908
 
909
+ #: public/class-advanced-ads.php:580
910
  msgctxt "ad group general name"
911
  msgid "Ad Groups"
912
  msgstr "Tên nhóm quảng cáo"
913
 
914
+ #: public/class-advanced-ads.php:582
915
  msgid "Search Ad Groups"
916
  msgstr "Tìm kiếm nhóm quảng cáo"
917
 
918
+ #: public/class-advanced-ads.php:583
919
  msgid "All Ad Groups"
920
  msgstr "Tất cả nhóm quảng cáo"
921
 
922
+ #: public/class-advanced-ads.php:584
923
  msgid "Parent Ad Groups"
924
  msgstr "Nhóm quảng cáo mẹ"
925
 
926
+ #: public/class-advanced-ads.php:585
927
  msgid "Parent Ad Groups:"
928
  msgstr "Nhóm quảng cáo mẹ:"
929
 
930
+ #: public/class-advanced-ads.php:586
931
  msgid "Edit Ad Group"
932
  msgstr "Sửa nhóm quảng cáo"
933
 
934
+ #: public/class-advanced-ads.php:587
935
  msgid "Update Ad Group"
936
  msgstr "Cập nhật nhóm quảng cáo"
937
 
938
+ #: public/class-advanced-ads.php:588
939
  msgid "Add New Ad Group"
940
  msgstr "Thêm nhóm quảng cáo"
941
 
942
+ #: public/class-advanced-ads.php:589
943
  msgid "New Ad Groups Name"
944
  msgstr "Tên nhóm quảng cáo mới"
945
 
946
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
947
  #: modules/import-export/views/page.php:24
948
  msgid "Groups"
949
  msgstr "Nhóm"
950
 
951
+ #: public/class-advanced-ads.php:591
952
  msgid "No Ad Group found"
953
  msgstr "Không tìm thấy nhóm quảng cáo nào"
954
 
955
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
956
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
957
  msgid "New Ad"
958
  msgstr "Quảng cáo mới"
959
 
960
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
961
  msgid "Add New Ad"
962
  msgstr "Thêm quảng cáo mới"
963
 
964
+ #: public/class-advanced-ads.php:621
965
+ #: admin/includes/class-ad-groups-list.php:308
966
  #: modules/import-export/classes/import.php:143
967
  #: modules/import-export/classes/import.php:183
968
  #: modules/import-export/classes/import.php:559
969
  msgid "Edit"
970
  msgstr "Sửa"
971
 
972
+ #: public/class-advanced-ads.php:622
973
  msgid "Edit Ad"
974
  msgstr "Sửa quảng cáo"
975
 
976
+ #: public/class-advanced-ads.php:624
977
  msgid "View"
978
  msgstr "Xem"
979
 
980
+ #: public/class-advanced-ads.php:625
981
  msgid "View the Ad"
982
  msgstr "Xem quảng cáo"
983
 
984
+ #: public/class-advanced-ads.php:626
985
  msgid "Search Ads"
986
  msgstr "Tìm kiếm quảng cáo"
987
 
988
+ #: public/class-advanced-ads.php:627
989
  msgid "No Ads found"
990
  msgstr "Không tìm được quảng cáo nào"
991
 
992
+ #: public/class-advanced-ads.php:628
993
  msgid "No Ads found in Trash"
994
  msgstr "Không tìm thấy quảng cáo trong thùng rác"
995
 
996
+ #: public/class-advanced-ads.php:629
997
  msgid "Parent Ad"
998
  msgstr "Quảng cáo mẹ"
999
 
1000
+ #: public/class-advanced-ads.php:754
1001
  msgctxt "label above ads"
1002
  msgid "Advertisements"
1003
  msgstr "Tên quảng cáo"
1004
 
1005
+ #: admin/includes/class-ad-groups-list.php:164
1006
  msgid "Ad weight"
1007
  msgstr "Trọng số hiển thị"
1008
 
1009
+ #: admin/includes/class-ad-groups-list.php:172
1010
  #: admin/views/ad-list-timing-column.php:4
1011
  #, php-format
1012
  msgid "starts %s"
1013
  msgstr "bắt đầu %s"
1014
 
1015
+ #: admin/includes/class-ad-groups-list.php:191
1016
  #: admin/views/ad-list-timing-column.php:21
1017
  #, php-format
1018
  msgid "expires %s"
1019
  msgstr "kết thúc %s"
1020
 
1021
+ #: admin/includes/class-ad-groups-list.php:193
1022
  #: admin/views/ad-list-timing-column.php:23
1023
  #, php-format
1024
  msgid "<strong>expired</strong> %s"
1025
  msgstr "<strong>hết hạn</strong> %s"
1026
 
1027
+ #: admin/includes/class-ad-groups-list.php:212
1028
  msgid "all published ads are displayed"
1029
  msgstr "tất cả quảng cáo xuất bản được hiển thị"
1030
 
1031
+ #: admin/includes/class-ad-groups-list.php:214
1032
  #, php-format
1033
  msgid "up to %d ads displayed"
1034
  msgstr "tối đa %d quảng cáo hiển thị"
1035
 
1036
+ #: admin/includes/class-ad-groups-list.php:217
1037
  msgid "No ads assigned"
1038
  msgstr "không có quảng cáo"
1039
 
1040
+ #: admin/includes/class-ad-groups-list.php:284
1041
  msgid "Random ads"
1042
  msgstr "Quảng cáo ngẫu nhiên"
1043
 
1044
+ #: admin/includes/class-ad-groups-list.php:285
1045
  msgid "Display random ads based on ad weight"
1046
  msgstr "Hiển thị ngẫu nhiên dựa trên trọng số"
1047
 
1048
+ #: admin/includes/class-ad-groups-list.php:288
1049
  msgid "Ordered ads"
1050
  msgstr "Quảng cáo được mua"
1051
 
1052
+ #: admin/includes/class-ad-groups-list.php:289
1053
  msgid "Display ads with the highest ad weight first"
1054
  msgstr "Hiển thị quảng cáo có trọng số lớn nhất trước"
1055
 
1056
+ #: admin/includes/class-ad-groups-list.php:309
1057
  msgid "Usage"
1058
  msgstr "Sử dụng"
1059
 
1060
+ #: admin/includes/class-ad-groups-list.php:339
1061
  msgid "Invalid Ad Group"
1062
  msgstr "Nhóm không hợp lệ"
1063
 
1064
+ #: admin/includes/class-ad-groups-list.php:344
1065
  msgid "You don’t have permission to change the ad groups"
1066
  msgstr "Bạn không có quyền đổi nhóm quảng cáo"
1067
 
1068
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
1069
  msgid "Ad Details"
1070
  msgstr "Chi tiết quảng cáo"
1071
 
1072
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
1073
  msgid "Ad Planning"
1074
  msgstr "Kế hoạch quảng cáo"
1075
 
1076
+ #: admin/includes/class-ad-type.php:200
1077
  msgid "expired"
1078
  msgstr "hết hạn"
1079
 
1080
+ #: admin/includes/class-ad-type.php:201
1081
  msgid "any expiry date"
1082
  msgstr "bất kỳ ngày hết hạn nào"
1083
 
1084
+ #: admin/includes/class-ad-type.php:202
1085
  msgid "planned"
1086
  msgstr "đã lên kế hoạch"
1087
 
1088
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
1089
  msgid "Ad updated."
1090
  msgstr "Quảng cáo đã cập nhật."
1091
 
1092
  #. translators: %s: date and time of the revision
1093
+ #: admin/includes/class-ad-type.php:517
1094
  #, php-format
1095
  msgid "Ad restored to revision from %s"
1096
  msgstr "Phục hồi quảng cáo từ %s"
1097
 
1098
+ #: admin/includes/class-ad-type.php:518
1099
  msgid "Ad published."
1100
  msgstr "Quảng cáo đã tạo."
1101
 
1102
+ #: admin/includes/class-ad-type.php:518
1103
  #, php-format
1104
  msgid ""
1105
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
1106
  msgstr ""
1107
+ "Quảng cáo không hiển thị? Kiểm tra <a href=\"%s\" target=\"_blank\">tại "
1108
+ "đây</a>"
1109
 
1110
+ #: admin/includes/class-ad-type.php:519
1111
  msgid "Ad saved."
1112
  msgstr "Quảng cáo đã lưu."
1113
 
1114
+ #: admin/includes/class-ad-type.php:520
1115
  msgid "Ad submitted."
1116
  msgstr "Quảng cáo đã gửi."
1117
 
1118
+ #: admin/includes/class-ad-type.php:522
1119
  #, php-format
1120
  msgid "Ad scheduled for: <strong>%1$s</strong>."
1121
  msgstr "Quảng cáo đã lên lịch: <strong>%1$s</strong>."
1122
 
1123
  #. translators: Publish box date format, see http://php.net/date
1124
+ #: admin/includes/class-ad-type.php:524
1125
  msgid "M j, Y @ G:i"
1126
  msgstr "M j, Y @ G:i"
1127
 
1128
+ #: admin/includes/class-ad-type.php:526
1129
  msgid "Ad draft updated."
1130
  msgstr "Bản thảo đã được cập nhật"
1131
 
1132
+ #: admin/includes/class-licenses.php:86
1133
+ #, php-format
1134
+ msgid ""
1135
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
1136
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
1137
+ "this page</a>."
1138
+ msgstr ""
1139
+ "Có thể có một phiên bản mới của %1$s. Hãy <strong>cung cấp một chìa key bản "
1140
+ "quyền hợp lệ</strong>để được cập nhật và hỗ trợ <a href=\"%2$s\"> trên trang "
1141
+ "này </a>."
1142
+
1143
+ #: admin/includes/class-licenses.php:101
1144
+ msgid "Error while trying to register the license. Please contact support."
1145
+ msgstr "Lỗi trong khi cố gắng để đăng ký bản quyền. Vui lòng liên hệ hỗ trợ."
1146
+
1147
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
1148
+ msgid "Please enter a valid license key"
1149
+ msgstr "Vui lòng nhập một mã kích hoạt hợp lệ"
1150
+
1151
+ #: admin/includes/class-licenses.php:132
1152
+ #: modules/marketpress-license/main.php:65
1153
+ #: modules/marketpress-license/main.php:77
1154
+ msgid "License couldn’t be activated. Please try again later."
1155
+ msgstr "Bản quyền không thể được kích hoạt. Vui lòng thử lại sau."
1156
+
1157
+ #: admin/includes/class-licenses.php:147
1158
+ msgid "This is the bundle license key."
1159
+ msgstr "Đây là bản quyền của một nhóm sản phẩm."
1160
+
1161
+ #: admin/includes/class-licenses.php:148
1162
+ #: modules/marketpress-license/main.php:132
1163
+ msgid "This is not the correct key for this add-on."
1164
+ msgstr "Mã kích hoạt không đúng với plugin này."
1165
+
1166
+ #: admin/includes/class-licenses.php:149
1167
+ #: modules/marketpress-license/main.php:130
1168
+ msgid "There are no activations left."
1169
+ msgstr "Đã hết bản quyền."
1170
+
1171
+ #: admin/includes/class-licenses.php:218
1172
+ msgid "Error while trying to disable the license. Please contact support."
1173
+ msgstr "Lỗi trong quá trình hủy đăng ký ký bản quyền. Vui lòng liên hệ hỗ trợ."
1174
+
1175
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
1176
+ msgid "License couldn’t be deactivated. Please try again later."
1177
+ msgstr "Bản quyền không thể được kích hoạt. Vui lòng thử lại sau."
1178
+
1179
  #: admin/includes/class-menu.php:52
1180
  msgid "Overview"
1181
  msgstr "Tổng quan"
1182
 
1183
+ #: admin/includes/class-menu.php:75
1184
  msgid "Ad Placements"
1185
  msgstr "Đặt quảng cáo"
1186
 
1187
+ #: admin/includes/class-menu.php:79
1188
  msgid "Advanced Ads Settings"
1189
  msgstr "Cài đặt Advanced Ads"
1190
 
1191
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
1192
  msgid "Settings"
1193
  msgstr "Cài đặt"
1194
 
1195
+ #: admin/includes/class-menu.php:82
1196
  msgid "Advanced Ads Debugging"
1197
  msgstr "Kiểm tra (Debug) Advanced Ads"
1198
 
1199
+ #: admin/includes/class-menu.php:82
1200
  msgid "Debug"
1201
  msgstr "Kiểm tra"
1202
 
1203
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
 
 
 
 
1204
  msgid "Sorry, you are not allowed to access this feature."
1205
  msgstr "Xin lỗi, bạn không có quyền truy cập tính năng này."
1206
 
1207
+ #: admin/includes/class-menu.php:203
1208
  msgid ""
1209
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1210
  "deleted?"
1223
  msgstr "Hình dạng/ Kết quả"
1224
 
1225
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
1226
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
1227
  #: admin/views/ad-output-metabox.php:51
1228
  msgid "Manual"
1229
  msgstr "Đặt thủ công"
1232
  msgid "Video"
1233
  msgstr "Video"
1234
 
1235
+ #: admin/includes/class-meta-box.php:222
1236
  msgid "Ad Settings"
1237
  msgstr "Cài đặt quảng cáo"
1238
 
1239
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
1240
  msgid "Ads Dashboard"
1241
  msgstr "Bảng điều khiển quảng cáo"
1242
 
1243
+ #: admin/includes/class-meta-box.php:336
1244
  msgid "From the ad optimization universe"
1245
  msgstr "Từ việc tối ưu quảng cáo"
1246
 
1247
+ #: admin/includes/class-meta-box.php:345
1248
  msgid "Advanced Ads Tutorials"
1249
  msgstr "Hướng dẫn sử dung Quảng cáo nâng cao"
1250
 
1251
+ #: admin/includes/class-meta-box.php:357
1252
  #, php-format
1253
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1254
  msgstr "%d ads – <a href=\"%s\">quản lý</a> - <a href=\"%s\">mới</a>"
1255
 
1256
+ #: admin/includes/class-meta-box.php:369
1257
  msgid "plugin manual and homepage"
1258
  msgstr "in trang hướng dẫn và trang chủ"
1259
 
1260
+ #: admin/includes/class-meta-box.php:376
1261
  msgid "Get the tutorial via email"
1262
  msgstr "Nhận hướng dẫn vào email"
1263
 
1264
+ #: admin/includes/class-meta-box.php:383
1265
  msgid "Get AdSense tips via email"
1266
  msgstr "Nhận hướng dẫn quảng cáo AdSense vào email"
1267
 
1268
  #: admin/includes/class-notices.php:417
1269
  #, php-format
1270
  msgid ""
1271
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
1272
+ "target=\"_blank\">this form</a> to sign up."
1273
  msgstr ""
1274
  "Bạn không có email. Sử dụng <a href=\"%s\" target=\"_blank\">mẫu này</a> để "
1275
  "đăng ký."
1284
  #, php-format
1285
  msgid ""
1286
  "Please check your email (%s) for the confirmation message. If you didn’t "
1287
+ "receive one or want to use another email address then please use <a "
1288
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
1289
  msgstr ""
1290
  "Hãy kiểm tra email của bạn (% s) và xác nhận. Nếu bạn không nhận được mail "
1291
  "hoặc muốn sử dụng địa chỉ email khác thì vui lòng sử dụng <a href=\"%s\" "
1352
  "AdSense </ strong> Advanced Ads từ bản tin chuyên môn."
1353
 
1354
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1355
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
 
1356
  msgid "Subscribe me now"
1357
  msgstr "Đăng ký ngay"
1358
 
1364
  msgid "Send it now"
1365
  msgstr "Gửi đi"
1366
 
1367
+ #: admin/includes/class-overview-widgets.php:126
1368
  msgid "Create your first ad"
1369
  msgstr "Tạo quảng cáo đầu tiên"
1370
 
1572
  msgid "General"
1573
  msgstr "Chung"
1574
 
1575
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1576
  msgid "Licenses"
1577
  msgstr "Bản quyền"
1578
 
1596
  msgid "Priority of content injection filter"
1597
  msgstr "Ưu tiên của bộ lọc thêm vào nội dung"
1598
 
1599
+ #: admin/includes/class-settings.php:118
1600
  msgid "Hide ads from bots"
1601
  msgstr "Ẩn quảng cáo khỏi các chương trình quét tự động"
1602
 
1603
+ #: admin/includes/class-settings.php:126
1604
  msgid "Disable notices"
1605
  msgstr "Ẩn thông báo"
1606
 
1607
+ #: admin/includes/class-settings.php:134
1608
  msgid "ID prefix"
1609
  msgstr "Tiền tố ID"
1610
 
1611
+ #: admin/includes/class-settings.php:142
1612
  msgid "Remove Widget ID"
1613
  msgstr "Xóa ID của Widget"
1614
 
1615
+ #: admin/includes/class-settings.php:150
1616
  msgid "Allow editors to manage ads"
1617
  msgstr "Cho phép biên tập viên quản lý quảng cáo"
1618
 
1619
+ #: admin/includes/class-settings.php:158
1620
  msgid "Ad label"
1621
  msgstr "Nhãn quảng cáo"
1622
 
1623
+ #: admin/includes/class-settings.php:168
1624
  msgid "Delete data on uninstall"
1625
  msgstr "Xóa dữ lieu khi gỡ plugin"
1626
 
1627
+ #: admin/includes/class-settings.php:255
1628
  msgid "(display to all)"
1629
  msgstr "(hiển thị tới tất cả)"
1630
 
1631
+ #: admin/includes/class-settings.php:256
1632
  msgid "Subscriber"
1633
  msgstr "Người đăng kí"
1634
 
1635
+ #: admin/includes/class-settings.php:257
1636
  msgid "Contributor"
1637
  msgstr "Người đóng góp"
1638
 
1639
+ #: admin/includes/class-settings.php:258
1640
  msgid "Author"
1641
  msgstr "Tác giả"
1642
 
1643
+ #: admin/includes/class-settings.php:259
1644
  msgid "Editor"
1645
  msgstr "Biên tập viên"
1646
 
1647
+ #: admin/includes/class-settings.php:260
1648
  msgid "Admin"
1649
  msgstr "Quản trị viên"
1650
 
1651
+ #: admin/includes/class-settings.php:268
1652
  msgid "Choose the lowest role a user must have in order to not see any ads."
1653
  msgstr "Chọn vai trò thấp nhất một người phải có để không nhìn thấy quảng cáo."
1654
 
1655
+ #: admin/includes/class-settings.php:282
1656
  msgid ""
1657
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1658
  "needs it."
1660
  "<Strong> thông báo: </ strong> các tập tin hiện đang được kích hoạt do một "
1661
  "plugin nào đó sử dụng."
1662
 
1663
+ #: admin/includes/class-settings.php:285
1664
  #, php-format
1665
  msgid ""
1666
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
1667
+ "here</a>). Some features and add-ons might override this setting if they "
1668
+ "need features from this file."
1669
  msgstr ""
1670
  "Kích hoạt chức năng JavaScript nâng cao (<a href=\"%s\" target=\"_blank\"> "
1671
  "tại đây </a>). Một số tính năng và tiện ích có thể ghi đè thiết lập này nếu "
1672
  "chúng cần tính năng này từ file hiện tại."
1673
 
1674
+ #: admin/includes/class-settings.php:305
1675
  msgid ""
1676
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
1677
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1678
  "and outside the loop. However, this can cause problems with some themes. Set "
1679
+ "this option to -1 in order to enable unlimited ad injection at your own risk,"
1680
+ " set it to 0 to keep it disabled or choose a positive number to enable the "
1681
+ "injection only in the first x posts on your archive pages."
1682
  msgstr ""
1683
  "Một số plugins và theme chèn quảng cáo nơi nó không nên chèn. Do đó, "
1684
  "Advanced Ads bỏ qua việc chèn vị trí trên các trang đơn và bên ngoài vòng "
1688
  "tích cực để cho phép chèn chỉ trong x bài viết đầu tiên trên các trang lưu "
1689
  "trữ của bạn."
1690
 
1691
+ #: admin/includes/class-settings.php:321
1692
  msgid ""
1693
  "Please check your post content. A priority of 10 and below might cause "
1694
  "issues (wpautop function might run twice)."
1696
  "Vui lòng kiểm tra nội dung bài viết của bạn. Ưu tiên mức 10 và dưới đây có "
1697
  "thể gây ra các vấn đề (chức năng wpautop có thể chạy hai lần)."
1698
 
1699
+ #: admin/includes/class-settings.php:323
1700
  msgid ""
1701
  "Play with this value in order to change the priority of the injected ads "
1702
  "compared to other auto injected elements in the post content."
1704
  "Thay đổi giá trị này để thay đổi các ưu tiên của các quảng cáo so với các "
1705
  "yếu tố tự động thêm khác trong nội dung bài viết."
1706
 
1707
+ #: admin/includes/class-settings.php:350
1708
  #, php-format
1709
  msgid ""
1710
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1711
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">"
1712
+ "Tracking Add-On</a>."
1713
  msgstr ""
1714
  "Ẩn các quảng cáo khỏi các hệ thống quét, chương trình và người dùng ảo. Ngăn "
1715
+ "cản việc tính hiển thị cho chương trình khi sử dụng <a href=\"%s\" "
1716
+ "target=\"_blank\"> Tracking Add-On </a>."
1717
 
1718
+ #: admin/includes/class-settings.php:351
1719
  msgid ""
1720
  "Disabling this option only makes sense if your ads contain content you want "
1721
  "to display to bots (like search engines) or your site is cached and bots "
1726
  "của bạn được lưu trữ (cached) và chương trình có thể tạo ra một phiên bản "
1727
  "cache mà không có quảng cáo."
1728
 
1729
+ #: admin/includes/class-settings.php:364
1730
  msgid ""
1731
  "Disable internal notices like tips, tutorials, email newsletters and update "
1732
  "notices. Disabling notices is recommended if you run multiple blogs with "
1736
  "cập nhật các thông báo. Vô hiệu hóa các thông báo được khuyến khích nếu bạn "
1737
  "chạy nhiều blog có cài đặt Advanced Ads."
1738
 
1739
+ #: admin/includes/class-settings.php:381
1740
  msgid ""
1741
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1742
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1746
  "muốn <strong> ad blockers </ strong> đánh dấu các khối như quảng cáo. <br/> "
1747
  "Bạn có thể cần phải <strong> viết lại css sau đó </ strong>."
1748
 
1749
+ #: admin/includes/class-settings.php:402
1750
  msgid ""
1751
  "Remove the ID attribute from widgets in order to not make them an easy "
1752
  "target of ad blockers."
1753
  msgstr ""
1754
  "Hủy bỏ các thuộc tính ID từ Widget để hạn chế rủi ro bị chặn bởi ad blockers."
1755
 
1756
+ #: admin/includes/class-settings.php:405
1757
  msgid ""
1758
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1759
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
1761
  "Nếu được chọn, các bảng quảng cáo chi tiết Widget sẽ không làm việc với các "
1762
  "tùy chọn cố định của <strong> Q2W3 Fixed Widget </ strong> plugin."
1763
 
1764
+ #: admin/includes/class-settings.php:427
1765
  msgid "Allow editors to also manage and publish ads."
1766
  msgstr "Cho phép biên tập viên quản lý và tạo quảng cáo."
1767
 
1768
+ #: admin/includes/class-settings.php:428
1769
  #, php-format
1770
  msgid ""
1771
+ "You can assign different ad-related roles on a user basis with <a "
1772
+ "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1773
  msgstr ""
1774
+ "Bạn có thể phân công các vai trò khác nhau với từng người dùng với <a "
1775
+ "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1776
 
1777
+ #: admin/includes/class-settings.php:446
1778
  msgid "Displayed above ads."
1779
  msgstr "Đã hiển thị quảng cáo bên trên."
1780
 
1781
+ #: admin/includes/class-settings.php:460
1782
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1783
  msgstr "Xóa tất cả dữ liệu liên quan đến Advanced Ads khi loại bỏ plugin."
1784
 
 
 
 
 
 
 
 
 
 
1785
  #: admin/includes/notices.php:15
1786
  msgid ""
1787
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
1832
  msgid ""
1833
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1834
  "soon</strong>. Don’t risk to lose support and updates and renew your license "
1835
+ "before it expires with a significant discount on <a href=\"%s\" "
1836
+ "target=\"_blank\">the add-on page</a>."
1837
  msgstr ""
1838
  "Một hoặc nhiều bản quyền <strong> Advanced Ads và plugin sắp hết hạn </ "
1839
  "strong>. Hãy cập nhật và gia hạn trước khi bản quyền hết hạn, bạn sẽ được "
1895
  msgid "Cancel"
1896
  msgstr "Hủy"
1897
 
1898
+ #: admin/views/ad-display-metabox.php:17
1899
  msgid "Watch video"
1900
  msgstr "Xem Video"
1901
 
1902
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
1903
  msgid "Visit the manual"
1904
  msgstr "Xem hướng dẫn"
1905
 
1906
+ #: admin/views/ad-display-metabox.php:22
1907
  #: admin/views/notices/jqueryui_error.php:2
1908
  #, php-format
1909
  msgid ""
1914
  "bạn. Vui lòng kiểm tra <a href=\"%s\" target=\"_blank\"> bài viết này để tìm "
1915
  "hiểu thêm </a>."
1916
 
1917
+ #: admin/views/ad-display-metabox.php:23
1918
  msgid "A page with this ad on it must match all of the following conditions."
1919
  msgstr ""
1920
  "Một trang với quảng cáo này trên nó phải phù hợp với tất cả các điều kiện "
1921
  "sau đây."
1922
 
1923
+ #: admin/views/ad-display-metabox.php:59
1924
  msgid "Forced to OR."
1925
  msgstr "Buộc phải Hoặc."
1926
 
1927
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
1928
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
1929
  msgid "manual"
1930
  msgstr "hướng dẫn"
1931
 
1932
+ #: admin/views/ad-display-metabox.php:76
1933
  msgid "If you want to display the ad everywhere, don't do anything here. "
1934
  msgstr ""
1935
  "Nếu bạn muốn hiển thị quảng cáo ở khắp mọi nơi, không làm bất cứ điều gì ở "
1936
  "đây."
1937
 
1938
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
1939
  msgid "New condition"
1940
  msgstr "Điều kiện mới"
1941
 
1942
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
1943
  msgid "-- choose a condition --"
1944
  msgstr "-- chọn một điều kiện --"
1945
 
1946
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
1947
+ #: admin/views/ad-visitor-metabox.php:62
 
1948
  msgid "add"
1949
  msgstr "thêm"
1950
 
1961
  msgid "Update"
1962
  msgstr "Cập nhật"
1963
 
1964
+ #: admin/views/ad-group-list-ads.php:3
1965
+ msgid "weight"
1966
+ msgstr "trọng số"
1967
+
1968
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
1969
  msgid "Name"
1970
  msgstr "Tên"
1971
 
1972
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
1973
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
 
 
 
 
1974
  msgid "Type"
1975
  msgstr "Loại"
1976
 
1977
+ #: admin/views/ad-group-list-form-row.php:51
 
 
 
 
1978
  msgctxt "option to display all ads in an ad groups"
1979
  msgid "all"
1980
  msgstr "tất cả"
1981
 
1982
+ #: admin/views/ad-group-list-form-row.php:59
1983
  msgid "Number of ads that are visible at the same time"
1984
  msgstr "Số quảng cáo rằng có thể nhìn thấy cùng một lúc"
1985
 
 
 
 
 
1986
  #: admin/views/ad-group-list-header.php:4
1987
  msgid "Details"
1988
  msgstr "Chi tiết"
1989
 
1990
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
1991
+ #: admin/views/placements.php:65
1992
  msgid "shortcode"
1993
  msgstr "shortcode"
1994
 
1995
+ #: admin/views/ad-group-list-row.php:11
 
1996
  msgid "template"
1997
  msgstr "mẫu"
1998
 
1999
  #: admin/views/ad-group-list-row.php:14
2000
  #, php-format
2001
  msgid ""
2002
+ "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">"
2003
+ "manual</a>."
2004
  msgstr ""
2005
+ "Tìm hiểu thêm về việc sử dụng các nhóm trong <a href=\"%s\" "
2006
+ "target=\"_blank\"> hướng dẫn </a>."
2007
 
2008
  #: admin/views/ad-group-list-row.php:19
2009
  #, php-format
2036
  "thử nghiệm, nhưng cũng chỉ cho mục đích thông tin. Một nhóm có thể bao gồm "
2037
  "nhiều quảng cáo và một quảng cáo cũng có thể nằm ở nhiều nhóm."
2038
 
2039
+ #: admin/views/ad-group.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2040
  msgid "Update Groups"
2041
  msgstr "Cập nhật Nhóm"
2042
 
2043
  #: admin/views/ad-info-after-textarea.php:5
 
2044
  msgid ""
2045
  "The code of this ad might not work properly with the <em>Content</em> "
2046
  "placement."
2049
  "vị trí."
2050
 
2051
  #: admin/views/ad-info-after-textarea.php:6
 
2052
  #, php-format
2053
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
2054
  msgstr "Tiếp cận với <a href=\"%s\">bộ phận hỗ trợ</a> để được giúp đỡ."
2058
  msgid "previous"
2059
  msgstr "trước"
2060
 
2061
+ #: admin/views/ad-info-bottom.php:3
2062
  msgctxt "wizard navigation"
2063
  msgid "save"
2064
  msgstr "lưu"
2065
 
2066
+ #: admin/views/ad-info-bottom.php:4
2067
  msgctxt "wizard navigation"
2068
  msgid "next"
2069
  msgstr "tiếp"
2113
  #: admin/views/ad-info-top.php:54
2114
  #, php-format
2115
  msgid ""
2116
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
2117
+ "target=\"_blank\">manual</a>."
2118
  msgstr ""
2119
  "Tìm hiểu thêm về lựa chọn để hiển thị một quảng cáo trong <a href=\"%s\" "
2120
  "target=\"_blank\">hướng dẫn</a>."
2121
 
2122
+ #: admin/views/ad-info-top.php:64
2123
  msgid "Start Wizard"
2124
  msgstr "Bắt đầu các bước"
2125
 
2127
  msgid "Stop Wizard"
2128
  msgstr "Dừng lại các bước"
2129
 
2130
+ #: admin/views/ad-info-top.php:83
2131
  msgid "Welcome to the Wizard"
2132
  msgstr "Chào mừng bạn đến với Các bước cài đặt"
2133
 
2134
+ #: admin/views/ad-info-top.php:84
2135
  msgid ""
2136
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
2137
  "the most common options are visible."
2139
  "Wizard giúp bạn nhanh chóng tạo và xuất bản quảng cáo. Do đó, chỉ có những "
2140
  "lựa chọn phổ biến nhất là nhìn thấy được."
2141
 
2142
+ #: admin/views/ad-info-top.php:85
2143
  msgid "Stop Wizard and show all options"
2144
  msgstr "Dừng Wizard và hiển thị tất cả tùy chọn"
2145
 
2212
  msgstr "Tất cả mọi thứ được kết nối với cách bố trí quảng cáo và kết quả."
2213
 
2214
  #: admin/views/ad-output-metabox.php:4
2215
+ #: admin/views/placements-ad-label-position.php:1
2216
  msgid "Position"
2217
  msgstr "Ví trị"
2218
 
2220
  msgid "- default -"
2221
  msgstr "- mặc định -"
2222
 
2223
+ #: admin/views/ad-output-metabox.php:7
2224
+ #: admin/views/placements-ad-label-position.php:2
2225
+ #: admin/views/placements-ad-label-position.php:4
2226
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
2227
+ #: admin/views/placements.php:53
2228
  msgid "default"
2229
  msgstr "mặc định"
2230
 
2231
  #: admin/views/ad-output-metabox.php:8
2232
+ #: admin/views/placements-ad-label-position.php:6
2233
+ #: admin/views/placements-ad-label-position.php:8
2234
  msgid "left"
2235
  msgstr "trái"
2236
 
2237
  #: admin/views/ad-output-metabox.php:11
2238
+ #: admin/views/placements-ad-label-position.php:9
2239
+ #: admin/views/placements-ad-label-position.php:11
2240
  msgid "center"
2241
  msgstr "giữa"
2242
 
2243
  #: admin/views/ad-output-metabox.php:14
2244
+ #: admin/views/placements-ad-label-position.php:12
2245
+ #: admin/views/placements-ad-label-position.php:14
2246
  msgid "right"
2247
  msgstr "phải"
2248
 
2308
  msgid "height"
2309
  msgstr "cao"
2310
 
2311
+ #: admin/views/ad-parameters-size.php:8
2312
  msgid "reserve this space"
2313
  msgstr "dành chỗ này"
2314
 
2329
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2330
  msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
2331
 
2332
+ #: admin/views/ad-visitor-metabox.php:12
2333
  msgid ""
2334
  "Display conditions that are based on the user. Use with caution on cached "
2335
  "websites."
2337
  "Điều kiện hiển thị đang dựa vào người sử dụng. Sử dụng thận trọng trên các "
2338
  "trang lưu trữ cache"
2339
 
2340
+ #: admin/views/ad-visitor-metabox.php:47
2341
  msgid ""
2342
  "Visitor conditions limit the number of users who can see your ad. There is "
2343
  "no need to set visitor conditions if you want all users to see the ad."
2346
  "Không cần đặt điều kiện khách truy cập nếu bạn muốn tất cả người dùng xem "
2347
  "quảng cáo."
2348
 
2349
+ #: admin/views/ad-visitor-metabox.php:49
2350
  msgid "It seems that a caching plugin is activated."
2351
  msgstr "Dường như một Plugin cache đã được kích hoạt."
2352
 
2353
+ #: admin/views/ad-visitor-metabox.php:50
2354
  #, php-format
2355
  msgid ""
2356
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2359
  "Xem thêm về cache-busting trong <a href=\"%s\" target=\"_blank\">Advanced "
2360
  "Ads Pro</a> để xem các tính năng động được lưu cached."
2361
 
2362
+ #: admin/views/ad-visitor-metabox.php:67
2363
  #, php-format
2364
  msgid ""
2365
  "Define the exact browser width for which an ad should be visible using the "
2366
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2367
  msgstr ""
2368
  "Xác định chiều rộng của trình duyệt chính xác mà một quảng cáo nên được nhìn "
2369
+ "thấy bằng cách sử dụng <a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
2370
+ "."
2371
 
2372
+ #: admin/views/ad-visitor-metabox.php:113
2373
  msgid ""
2374
  "The visitor conditions below are deprecated. Please use the new version of "
2375
  "visitor conditions to replace it."
2377
  "Các điều kiện khách truy cập dưới đây đã không còn được hỗ trợ. Vui lòng sử "
2378
  "dụng phiên bản mới của điều kiện truy cập để thay thế nó."
2379
 
2380
+ #: admin/views/ad-visitor-metabox.php:119
2381
  msgid "Display on all devices"
2382
  msgstr "Hiển thị trên mọi thiết bị"
2383
 
2384
+ #: admin/views/ad-visitor-metabox.php:123
2385
  msgid "only on mobile devices"
2386
  msgstr "chỉ trên các thiết bị di động"
2387
 
2388
+ #: admin/views/ad-visitor-metabox.php:127
2389
  msgid "not on mobile devices"
2390
  msgstr "không phải trên thiết bị di động"
2391
 
2392
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2393
  msgid "Debug Page"
2394
  msgstr "Kiểm tra lỗi trang"
2395
 
2397
  msgid "Work in progress"
2398
  msgstr "Đang làm việc"
2399
 
2400
+ #: admin/views/feedback-disable.php:4
 
 
 
 
 
 
 
 
 
 
 
 
2401
  msgid "Why did you decide to disable Advanced Ads?"
2402
  msgstr "Tại sao bạn lại quyết định vô hiệu hóa Advanced Ads?"
2403
 
2404
+ #: admin/views/feedback-disable.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
2405
  msgid "other reason"
2406
  msgstr "Lý do khác"
2407
 
2408
+ #: admin/views/feedback-disable.php:19
2409
  msgid "Please specify, if possible"
2410
  msgstr "Hãy ghi rõ, nếu có thể"
2411
 
2412
+ #: admin/views/placements-content-index.php:1
2413
+ msgid "after"
2414
+ msgstr "sau"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2415
 
2416
+ #: admin/views/placements-content-index.php:1
2417
+ msgid "before"
2418
+ msgstr "trước"
 
 
 
 
 
 
2419
 
2420
+ #: admin/views/placements-content-index.php:21
2421
+ msgid "start counting from bottom"
2422
+ msgstr "bắt đầu đếm từ dưới"
2423
 
2424
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2425
+ msgid "--not selected--"
2426
+ msgstr "--không được chọn--"
2427
 
2428
  #: admin/views/placements.php:8
2429
  msgid ""
2437
  msgid "Placements updated"
2438
  msgstr "Vị trí được cập nhật"
2439
 
2440
+ #: admin/views/placements.php:14
2441
  msgid ""
2442
  "Placements are physically places in your theme and posts. You can use them "
2443
  "if you plan to change ads and ad groups on the same place without the need "
2447
  "bạn có kế hoạch để thay đổi quảng cáo và nhóm quảng cáo trên cùng một vị trí "
2448
  "mà không cần phải thay đổi các mẫu của bạn."
2449
 
2450
+ #: admin/views/placements.php:15
2451
  #, php-format
2452
  msgid ""
2453
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2455
  "Xem thêm hướng dẫn để biết thêm thông tin về <a href=\"%s\">vị trí quảng "
2456
  "cáo</a>."
2457
 
2458
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2459
  msgid "Options"
2460
  msgstr "Lựa chọn"
2461
 
2462
+ #: admin/views/placements.php:43
2463
  #, php-format
2464
  msgid ""
2465
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2468
  "Loại vị trí \"% s\" thiếu và được đặt lại thành \"mặc định\". <br/> Hãy kiểm "
2469
  "tra xem responsible add-on có được kích hoạt."
2470
 
2471
+ #: admin/views/placements.php:59
2472
  msgid "show usage"
2473
  msgstr "xem việc sử dụng"
2474
 
2475
+ #: admin/views/placements.php:83
2476
  msgid "Item"
2477
  msgstr "Mục"
2478
 
2479
+ #: admin/views/placements.php:98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2480
  msgid "Important Notice"
2481
  msgstr "Lưu ý quan trọng"
2482
 
2483
+ #: admin/views/placements.php:98
2484
  msgid ""
2485
  "Your server is missing an extension. This might break the content injection."
2486
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2490
  "thêm vào. <br/>Bỏ qua cảnh báo này nếu tất cả mọi thứ hoạt động tốt hay hỏi "
2491
  "nhà cung cấp hosting của bạn để cho phép <em> mbstring </ em>."
2492
 
2493
+ #: admin/views/placements.php:142
 
 
 
 
2494
  msgctxt "checkbox to remove placement"
2495
  msgid "delete"
2496
  msgstr "xóa"
2497
 
2498
+ #: admin/views/placements.php:148
2499
  msgid "Save Placements"
2500
  msgstr "Lưu vị trí quảng cáo"
2501
 
2502
+ #: admin/views/placements.php:150
2503
  msgid "Create a new placement"
2504
  msgstr "Tạo vị trí quảng cáo mới"
2505
 
2506
+ #: admin/views/placements.php:151
2507
  msgid "New Placement"
2508
  msgstr "Vị trí quảng cáo mới"
2509
 
2510
+ #: admin/views/placements.php:158
2511
  msgid "Choose a placement type"
2512
  msgstr "Chọn loại vị trí quảng cáo"
2513
 
2514
+ #: admin/views/placements.php:159
2515
  #, php-format
2516
  msgid ""
2517
  "Placement types define where the ad is going to be displayed. Learn more "
2520
  "Loại vị trí xác định nơi quảng cáo sẽ được hiển thị. Tìm hiểu thêm về các "
2521
  "loại khác nhau từ <a href=\"%s\">hướng dẫn</a>"
2522
 
2523
+ #: admin/views/placements.php:176
2524
  msgid "Please select a placement type."
2525
  msgstr "Chọn loại vị trí quảng cáo"
2526
 
2527
+ #: admin/views/placements.php:178
2528
  msgid "Choose a Name"
2529
  msgstr "Chọn một Tên"
2530
 
2531
+ #: admin/views/placements.php:179
2532
  msgid ""
2533
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2534
  "one, e.g. <em>Below Post Headline</em>."
2535
  msgstr ""
2536
+ "Tên của vị trí đó là chỉ hiển thị cho bạn. Mẹo: chọn một mô tả, ví dụ <Em>"
2537
+ "Dưới Tieu đề ài viết</ em>."
2538
 
2539
+ #: admin/views/placements.php:180
2540
  msgid "Placement Name"
2541
  msgstr "Tên vị trí"
2542
 
2543
+ #: admin/views/placements.php:181
2544
  msgid "Please enter a name for your placement."
2545
  msgstr "Vui lòng điền tên vị trí"
2546
 
2547
+ #: admin/views/placements.php:182
2548
  msgid "Choose the Ad or Group"
2549
  msgstr "Chọn nhóm quảng cáo"
2550
 
2551
+ #: admin/views/placements.php:183
2552
  msgid "The ad or group that should be displayed."
2553
  msgstr "Quảng cáo hoặc nhóm quảng cáo sẽ được hiển thị."
2554
 
2555
+ #: admin/views/placements.php:202
2556
  msgid "Save New Placement"
2557
  msgstr "Lưu vị trí mới."
2558
 
2630
  msgid "Disable ads in Feed"
2631
  msgstr "Vô hiệu hóa quảng cáo trong Feed"
2632
 
2633
+ #: admin/views/settings.php:35
2634
  msgid "Save settings on this page"
2635
  msgstr "Lưu các thiết lập trên trang này"
2636
 
2637
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
2638
+ #: modules/import-export/main.php:15
2639
  msgid "Import &amp; Export"
2640
  msgstr "Nhập &amp; Xuất"
2641
 
 
 
 
 
2642
  #: admin/views/settings.php:51
2643
  msgid "Advanced Ads on WordPress.org"
2644
  msgstr "Advanced Ads trên WordPress.org"
2651
  msgid "the company behind Advanced Ads"
2652
  msgstr "Công ty sản xuất Advanced Ads"
2653
 
2654
+ #: admin/views/support.php:7
2655
  msgid ""
2656
  "Please fix the red highlighted issues on this page or try to understand "
2657
  "their consequences before contacting support."
2659
  "Hãy sửa các lỗi tô màu đỏ nổi bật ở trang này hoặc cố gắng để hiểu được hậu "
2660
  "quả của chúng trước khi liên hệ với hỗ trợ."
2661
 
2662
+ #: admin/views/support.php:11
2663
  #, php-format
2664
  msgid ""
2665
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2670
  "cho PHP 5.3 và cao hơn. Nó có thể làm việc, nhưng cập nhật PHP là rất khuyến "
2671
  "khích. Xin hỏi nhà cung cấp hosting của bạn để biết thêm thông tin."
2672
 
2673
+ #: admin/views/support.php:14
2674
  #, php-format
2675
  msgid ""
2676
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2683
  "năng sửa bộ nhớ cache-busting của <a href=\"%s\" target=\"_blank\">Advanced "
2684
  "Ads Pro</a> để tải quảng cáo động."
2685
 
2686
+ #: admin/views/support.php:17
2687
  msgid ""
2688
  "There is a <strong>new WordPress version available</strong>. Please update."
2689
  msgstr ""
2690
  "Có một <strong>phiên bản WordPress mới hơn</ strong>. Vui lòng cập nhật."
2691
 
2692
+ #: admin/views/support.php:20
2693
  msgid "There are <strong>plugin updates available</strong>. Please update."
2694
  msgstr "Có <strong>Plugin cập nhật mới hơn</ strong>. Vui lòng cập nhật."
2695
 
2696
+ #: admin/views/support.php:29
2697
  #, php-format
2698
  msgid ""
2699
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2706
  "từ các mạng quảng cáo. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
2707
  "có hỗ trợ cho Autoptimize."
2708
 
2709
+ #: admin/views/support.php:32
2710
  #, php-format
2711
  msgid ""
2712
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2715
  "Plugins được biết là gây ra (một phần) các vấn đề: <strong>%1$s</ strong>. "
2716
  "<a href=\"%2$s\" target=\"_blank\">Tìm hiểu thêm </a>."
2717
 
2718
+ #: admin/views/support.php:35
2719
  #, php-format
2720
  msgid ""
2721
+ "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2722
+ "href=\"%s\">settings</a>."
2723
  msgstr ""
2724
  "Quảng cáo được tắt cho tất cả hoặc một số trang. Xem \"tắt quảng cáo\" trong "
2725
  "<a href=\"%s\">cài đặt</a>."
2726
 
2727
+ #: admin/views/support.php:46
2728
  msgid "Possible Issues"
2729
  msgstr "Vấn đề có thể xảy ra"
2730
 
2731
+ #: admin/views/support.php:48
2732
  msgid "Ads not showing up"
2733
  msgstr "Quảng cáo không xuất hiện"
2734
 
2735
+ #: admin/views/support.php:49
2736
  msgid "Purchase & Licenses"
2737
  msgstr "Mua bản quyền"
2738
 
2739
+ #: admin/views/support.php:50
2740
  msgid "General Issues"
2741
  msgstr "Vấn đề chung"
2742
 
2743
+ #: admin/views/support.php:51
2744
  msgid "Issues with Add-Ons"
2745
  msgstr "Vấn đề với Add-Ons"
2746
 
2747
+ #: admin/views/support.php:53
2748
  msgid ""
2749
  "Use the following form to search for solutions in the manual on "
2750
  "wpadvancedads.com"
2752
  "Sử dụng các hình thức sau đây để tìm kiếm các giải pháp trên wpadvancedads."
2753
  "com"
2754
 
2755
+ #: admin/views/support.php:56
2756
  msgid "search"
2757
  msgstr "tìm kiếm"
2758
 
2759
+ #: admin/views/support.php:58
2760
  #, php-format
2761
  msgid ""
2762
+ "Take a look at more common issues or contact us directly through the <a "
2763
+ "href=\"%s\" target=\"_blank\">support page</a>."
2764
  msgstr ""
2765
  "Hãy xem xét các vấn đề phổ biến hơn hoặc liên hệ với chúng tôi trực tiếp "
2766
  "thông qua <a href=\"%s\" hỗ trợ target=\"_blank\">trang hỗ trợ</a>."
2783
 
2784
  #: modules/marketpress-license/admin.php:72
2785
  msgid ""
2786
+ "Click here if you purchased a Bundle key through <strong>MarketPress</strong>"
2787
+ "."
2788
  msgstr ""
2789
  "Click vào đây nếu bạn mua một Bundle Key qua <strong>MarketPress</ strong>."
2790
 
2796
  msgid "Find solutions in the manual"
2797
  msgstr "Tìm giải pháp trong hướng dẫn"
2798
 
2799
+ #: admin/views/notices/adblock.php:2
2800
  msgid ""
2801
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2802
  "ad setup."
2804
  "Hãy vô hiệu hóa <strong>AdBlocker</ strong> để ngăn chặn vấn đề với thiết "
2805
  "lập quảng cáo của bạn."
2806
 
2807
+ #: modules/ad-blocker/admin/admin.php:96
 
 
 
 
2808
  msgid "Ad blocker fix"
2809
  msgstr "Đã sửa Ad blocker"
2810
 
2811
+ #: modules/ad-blocker/admin/admin.php:162
2812
+ msgid "The asset folder was rebuilt successfully"
2813
+ msgstr "Các thư mục tài nguyên đã được xây dựng lại thành công"
2814
+
2815
+ #: modules/ad-blocker/admin/admin.php:223
2816
  msgid "There is no writable upload folder"
2817
  msgstr "Không có thư mục có thể ghi khi tải lên"
2818
 
2819
+ #: modules/ad-blocker/admin/admin.php:252
2820
  #, php-format
2821
  msgid "Unable to rename \"%s\" directory"
2822
  msgstr "Không thể đổi tên thư mục \"%s\""
2823
 
2824
+ #: modules/ad-blocker/admin/admin.php:268
2825
+ #: modules/ad-blocker/admin/admin.php:281
2826
+ #: modules/ad-blocker/admin/admin.php:298
2827
  #, php-format
2828
  msgid "Unable to copy assets to the \"%s\" directory"
2829
  msgstr "Không thể sao chép các tài nguyên vào thư mục \"%s\""
2830
 
2831
+ #: modules/ad-blocker/admin/admin.php:331
2832
+ #: modules/ad-blocker/admin/admin.php:351
2833
  #, php-format
2834
  msgid "We do not have direct write access to the \"%s\" directory"
2835
  msgstr "Chúng tôi không có quyền trực tiếp ghi vào thư mục \"%s\""
2836
 
2837
+ #: modules/ad-blocker/admin/admin.php:417
2838
  #, php-format
2839
  msgid ""
2840
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2843
  "Không thể để tạo ra thư mục \"%s\". Thư mục cha của nó có sửa được trên máy "
2844
  "chủ?"
2845
 
2846
+ #: modules/ad-blocker/admin/admin.php:428
2847
  #, php-format
2848
  msgid "Unable to copy files to %s"
2849
  msgstr "Không thể Copy files vào %s"
2850
 
2851
+ #: modules/gadsense/admin/admin.php:27
2852
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
 
 
2853
  msgid "Responsive"
2854
  msgstr "Tùy biến"
2855
 
2856
+ #: modules/gadsense/admin/admin.php:45
2857
  msgid "The ad details couldn't be retrieved from the ad code"
2858
  msgstr "Các chi tiết quảng cáo không thể được lấy từ các mã quảng cáo"
2859
 
2860
+ #: modules/gadsense/admin/admin.php:46
2861
  msgid ""
2862
  "Warning : The AdSense account from this code does not match the one set with "
2863
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2867
  "Plugin Advanced Ads. Quảng cáo này có thể gây ra rắc rối khi sử dụng và hiển "
2868
  "thị."
2869
 
2870
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
2871
  msgid "AdSense"
2872
  msgstr "AdSense"
2873
 
2874
+ #: modules/gadsense/admin/admin.php:132
2875
  msgid "AdSense ID"
2876
  msgstr "AdSense ID"
2877
 
2878
+ #: modules/gadsense/admin/admin.php:141
2879
  msgid "Limit to 3 ads"
2880
  msgstr "Giới hạn 3 quảng cáo"
2881
 
2882
+ #: modules/gadsense/admin/admin.php:150
2883
  msgid "Activate Page-Level ads"
2884
  msgstr "Kích hoạt quảng cáo trang"
2885
 
2886
+ #: modules/gadsense/admin/admin.php:170
2887
  #, php-format
2888
  msgid ""
2889
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2892
  "Vui lòng nhập ID nhà xuất bản của bạn để sử dụng AdSense trên trang của bạn. "
2893
  "Xem <a href=\"%s\" target=\"_blank\">hướng dẫn</a> để biết thêm thông tin."
2894
 
2895
+ #: modules/gadsense/admin/admin.php:184
2896
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2897
  msgstr "Mã AdSense Publisher ID của bạn <em>(pub-xxxxxxxxxxxxxx)</em>"
2898
 
2899
+ #: modules/gadsense/admin/admin.php:196
2900
  #, php-format
2901
  msgid "Limit to %d AdSense ads"
2902
  msgstr "Giới hạn %d quảng cáo AdSense"
2903
 
2904
+ #: modules/gadsense/admin/admin.php:200
2905
  msgid ""
2906
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2907
  "this setting to prevent too many AdSense ads to show accidentally on your "
2911
  "thể sử dụng thiết lập này để ngăn chặn quá nhiều quảng cáo AdSense hiển thị "
2912
  "tình cờ trên một trang web của bạn."
2913
 
2914
+ #: modules/gadsense/admin/admin.php:204
2915
  msgid ""
2916
  "Due to technical restrictions, the limit does not work on placements with "
2917
  "cache-busting enabled."
2919
  "Do hạn chế về kỹ thuật, giới hạn không làm việc với các vị trí với có bộ nhớ "
2920
  "cache-busting đang kích hoạt."
2921
 
2922
+ #: modules/gadsense/admin/admin.php:218
2923
  msgid "Insert Page-Level ads code on all pages."
2924
  msgstr "Chèn trang mã quảng cáo trên tất cả các trang."
2925
 
 
 
 
 
 
 
 
 
 
 
2926
  #: modules/gadsense/admin/admin.php:238
2927
  #: modules/gadsense/includes/class-ad-type-adsense.php:73
2928
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2936
  msgid "Use ads from your Google AdSense account"
2937
  msgstr "Sử dụng quảng cáo từ tài khoản Google AdSense của bạn"
2938
 
2939
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
2940
  msgid "Your AdSense Publisher ID is missing."
2941
  msgstr "ID nhà xuất bản AdSense của bạn thiếu."
2942
 
3131
  #: modules/ad-blocker/admin/views/rebuild_form.php:43
3132
  #, php-format
3133
  msgid ""
3134
+ "Please, rebuild the asset folder. All assets will be located in <strong>"
3135
+ "%s</strong>"
3136
  msgstr ""
3137
  "Xin vui lòng, xây dựng lại các thư mục tài nguyên. Tất cả được đặt tại "
3138
  "<strong>%s</strong>"
3141
  msgid "Rebuild asset folder"
3142
  msgstr "Xây dựng lại thư mục tài nguyên"
3143
 
3144
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
3145
+ msgid ""
3146
+ "Prevents ad block software from breaking your website when blocking asset "
3147
+ "files (.js, .css)."
3148
+ msgstr ""
3149
+ "Ngăn chặn các phần mềm chặn quảng cáo làm hỏng website khi chặn các files "
3150
+ "tài nguyên (.js, .css)."
3151
+
3152
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
3153
+ msgid "Get details"
3154
+ msgstr "Xem chi tiết"
3155
 
3156
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
3157
  msgid "Ad Slot ID"
3158
  msgstr "Ad Slot ID"
3159
 
3160
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
3161
  #, php-format
3162
  msgid "Publisher ID: %s"
3163
  msgstr "Publisher ID: %s"
3164
 
3165
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
3166
  #, php-format
3167
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
3168
  msgstr "Vui long <a href=\"%s\" target=\"_blank\">thay đổi tại đây</a>."
3169
 
3170
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
3171
  msgid "Normal"
3172
  msgstr "Thông thường"
3173
 
3174
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
3175
  #, php-format
3176
  msgid ""
3177
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
3182
  "kích thước chính xác cho chiều rộng trình duyệt hoặc chọn giữa chiều dọc, "
3183
  "ngang hoặc hình chữ nhật."
3184
 
3185
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
3186
  msgid "Resizing"
3187
  msgstr "Thay đổi kích thước"
3188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3189
  #. Name of the plugin
3190
  msgid "Advanced Ads"
3191
  msgstr "Advanced Ads"
3205
  #. Author URI of the plugin
3206
  msgid "http://webgilde.com"
3207
  msgstr "http://webgilde.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/advanced-ads.po CHANGED
@@ -2511,7 +2511,7 @@ msgid "Resizing"
2511
  msgstr ""
2512
 
2513
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2514
- msgid "Copy the ad code from your AdSense account and paste it in the area below"
2515
  msgstr ""
2516
 
2517
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2511
  msgstr ""
2512
 
2513
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2514
+ msgid "Copy the ad code from your AdSense account and paste it into the area below"
2515
  msgstr ""
2516
 
2517
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
languages/advanced-ads.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Advanved Ads\n"
5
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
6
- "POT-Creation-Date: 2016-12-27 09:24+0000\n"
7
  "POT-Revision-Date: Wed Jul 13 2016 13:23:05 GMT+0200 (CEST)\n"
8
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9
  "Last-Translator: Thomas Maier <post@webzunft.de>\n"
@@ -23,79 +23,34 @@ msgstr ""
23
  "X-Poedit-Basepath: ../\n"
24
  "X-Poedit-SearchPath-0: ."
25
 
26
- #: admin/class-advanced-ads-admin.php:181 classes/display-conditions.php:169
27
- #: classes/visitor-conditions.php:239 admin/views/ad-display-metabox.php:107
28
  msgid "or"
29
  msgstr ""
30
 
31
- #: admin/class-advanced-ads-admin.php:182 classes/display-conditions.php:169
32
- #: classes/visitor-conditions.php:239 admin/views/ad-visitor-metabox.php:81
33
  msgid "and"
34
  msgstr ""
35
 
36
- #: admin/class-advanced-ads-admin.php:183
37
  msgid "After which paragraph?"
38
  msgstr ""
39
 
40
- #: admin/class-advanced-ads-admin.php:292
41
  #, php-format
42
  msgid "time of %s"
43
  msgstr ""
44
 
45
- #: admin/class-advanced-ads-admin.php:328
46
- msgid "Error while trying to register the license. Please contact support."
47
- msgstr ""
48
-
49
- #: admin/class-advanced-ads-admin.php:333 admin/views/setting-license.php:40
50
- msgid "Please enter a valid license key"
51
- msgstr ""
52
-
53
- #: admin/class-advanced-ads-admin.php:364
54
- #: modules/marketpress-license/main.php:65
55
- #: modules/marketpress-license/main.php:77
56
- msgid "License couldn’t be activated. Please try again later."
57
- msgstr ""
58
-
59
- #: admin/class-advanced-ads-admin.php:379
60
- msgid "This is the bundle license key."
61
- msgstr ""
62
-
63
- #: admin/class-advanced-ads-admin.php:380
64
- #: modules/marketpress-license/main.php:136
65
- msgid "This is not the correct key for this add-on."
66
- msgstr ""
67
-
68
- #: admin/class-advanced-ads-admin.php:381
69
- #: modules/marketpress-license/main.php:134
70
- msgid "There are no activations left."
71
- msgstr ""
72
-
73
- #: admin/class-advanced-ads-admin.php:450
74
- msgid "Error while trying to disable the license. Please contact support."
75
- msgstr ""
76
-
77
- #: admin/class-advanced-ads-admin.php:477
78
- #: admin/class-advanced-ads-admin.php:495
79
- msgid "License couldn’t be deactivated. Please try again later."
80
- msgstr ""
81
-
82
- #: admin/class-advanced-ads-admin.php:691 admin/includes/class-menu.php:87
83
- #: admin/includes/class-menu.php:87
84
  msgid "Support"
85
  msgstr ""
86
 
87
- #: admin/class-advanced-ads-admin.php:695
88
  msgid "Add-Ons"
89
  msgstr ""
90
 
91
- #: admin/class-advanced-ads-admin.php:739
92
- #, php-format
93
- msgid ""
94
- "There might be a new version of %1$s. Please <strong>provide a valid license "
95
- "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
96
- "this page</a>."
97
- msgstr ""
98
-
99
  #: classes/ad-debug.php:32
100
  msgid "The ad is displayed on the page"
101
  msgstr ""
@@ -129,11 +84,11 @@ msgid "main query"
129
  msgstr ""
130
 
131
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
132
- #: public/class-advanced-ads.php:603 admin/views/ad-group-list-form-row.php:31
133
  msgid "Ad"
134
  msgstr ""
135
 
136
- #: classes/ad-debug.php:121 public/class-advanced-ads.php:566
137
  msgctxt "ad group singular name"
138
  msgid "Ad Group"
139
  msgstr ""
@@ -164,84 +119,93 @@ msgstr ""
164
  msgid "Manual placement to use as function or shortcode."
165
  msgstr ""
166
 
167
- #: classes/ad_placements.php:36
168
  msgid "Header Code"
169
  msgstr ""
170
 
171
- #: classes/ad_placements.php:37
172
  msgid ""
173
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
174
  msgstr ""
175
 
176
- #: classes/ad_placements.php:41
177
  msgid "Footer Code"
178
  msgstr ""
179
 
180
- #: classes/ad_placements.php:42
181
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
182
  msgstr ""
183
 
184
- #: classes/ad_placements.php:46 admin/views/ad-info-top.php:9
185
  msgid "Before Content"
186
  msgstr ""
187
 
188
- #: classes/ad_placements.php:47
189
  msgid "Injected before the post content."
190
  msgstr ""
191
 
192
- #: classes/ad_placements.php:51 admin/views/ad-info-top.php:11
193
  msgid "After Content"
194
  msgstr ""
195
 
196
- #: classes/ad_placements.php:52
197
  msgid "Injected after the post content."
198
  msgstr ""
199
 
200
- #: classes/ad_placements.php:56 admin/views/ad-info-top.php:10
201
  msgid "Content"
202
  msgstr ""
203
 
204
- #: classes/ad_placements.php:57
205
  msgid ""
206
  "Injected into the content. You can choose the paragraph after which the ad "
207
  "content is displayed."
208
  msgstr ""
209
 
210
- #: classes/ad_placements.php:61
211
  msgid "Sidebar Widget"
212
  msgstr ""
213
 
214
- #: classes/ad_placements.php:62
215
  msgid ""
216
  "Create a sidebar widget with an ad. Can be placed and used like any other "
217
  "widget."
218
  msgstr ""
219
 
220
- #: classes/ad_placements.php:214
221
  #, php-format
222
  msgid "paragraph (%s)"
223
  msgstr ""
224
 
225
- #: classes/ad_placements.php:215
226
  #, php-format
227
  msgid "paragraph without image (%s)"
228
  msgstr ""
229
 
230
- #: classes/ad_placements.php:216
231
  #, php-format
232
  msgid "headline 2 (%s)"
233
  msgstr ""
234
 
235
- #: classes/ad_placements.php:217
236
  #, php-format
237
  msgid "headline 3 (%s)"
238
  msgstr ""
239
 
240
- #: classes/ad_placements.php:218
241
  #, php-format
242
  msgid "headline 4 (%s)"
243
  msgstr ""
244
 
 
 
 
 
 
 
 
 
 
245
  #: classes/ad_type_content.php:35
246
  msgid "Rich Content"
247
  msgstr ""
@@ -252,6 +216,25 @@ msgid ""
252
  "image upload or styling, but also simple text/html mode for scripts and code."
253
  msgstr ""
254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
256
  msgid "Ad Group"
257
  msgstr ""
@@ -266,6 +249,30 @@ msgstr ""
266
  msgid "ad group"
267
  msgstr ""
268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  #: classes/ad_type_plain.php:31
270
  msgid "Plain Text and Code"
271
  msgstr ""
@@ -281,6 +288,10 @@ msgstr ""
281
  msgid "Insert plain text or code into this field."
282
  msgstr ""
283
 
 
 
 
 
284
  #: classes/ad_type_plain.php:89
285
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
286
  msgstr ""
@@ -319,167 +330,184 @@ msgstr ""
319
  msgid "author"
320
  msgstr ""
321
 
322
- #: classes/display-conditions.php:111
323
  #, php-format
324
  msgid "archive: %s"
325
  msgstr ""
326
 
327
- #: classes/display-conditions.php:204 classes/display-conditions.php:257
328
- #: classes/display-conditions.php:310 classes/display-conditions.php:385
329
  msgid "is"
330
  msgstr ""
331
 
332
- #: classes/display-conditions.php:205 classes/display-conditions.php:258
333
- #: classes/display-conditions.php:311 classes/display-conditions.php:386
334
  msgid "is not"
335
  msgstr ""
336
 
337
- #: classes/display-conditions.php:228 classes/display-conditions.php:272
338
- #: classes/display-conditions.php:360
339
  msgctxt "Error message shown when no display condition term is selected"
340
  msgid "Please select some items."
341
  msgstr ""
342
 
343
- #: classes/display-conditions.php:350
344
- msgctxt "display the terms search field on ad edit page"
345
- msgid "add more terms"
 
 
 
346
  msgstr ""
347
 
348
- #: classes/display-conditions.php:351
 
349
  msgid "add more terms"
350
  msgstr ""
351
 
352
- #: classes/display-conditions.php:353
353
  msgid "term name or id"
354
  msgstr ""
355
 
356
- #: classes/display-conditions.php:414
357
  msgid "title or id"
358
  msgstr ""
359
 
360
- #: classes/display-conditions.php:459
361
  msgid "Home Page"
362
  msgstr ""
363
 
364
- #: classes/display-conditions.php:460
365
  msgid "show on Home page"
366
  msgstr ""
367
 
368
- #: classes/display-conditions.php:464
369
  msgid "Singular Pages"
370
  msgstr ""
371
 
372
- #: classes/display-conditions.php:465
373
  msgid "show on singular pages/posts"
374
  msgstr ""
375
 
376
- #: classes/display-conditions.php:469
377
  msgid "Archive Pages"
378
  msgstr ""
379
 
380
- #: classes/display-conditions.php:470
381
  msgid "show on any type of archive page (category, tag, author and date)"
382
  msgstr ""
383
 
384
- #: classes/display-conditions.php:474
385
  msgid "Search Results"
386
  msgstr ""
387
 
388
- #: classes/display-conditions.php:475
389
  msgid "show on search result pages"
390
  msgstr ""
391
 
392
- #: classes/display-conditions.php:479
393
  msgid "404 Page"
394
  msgstr ""
395
 
396
- #: classes/display-conditions.php:480
397
  msgid "show on 404 error page"
398
  msgstr ""
399
 
400
- #: classes/display-conditions.php:484
401
  msgid "Attachment Pages"
402
  msgstr ""
403
 
404
- #: classes/display-conditions.php:485
405
  msgid "show on attachment pages"
406
  msgstr ""
407
 
408
- #: classes/display-conditions.php:489
409
  msgid "Secondary Queries"
410
  msgstr ""
411
 
412
- #: classes/display-conditions.php:490
413
  msgid "allow ads in secondary queries"
414
  msgstr ""
415
 
416
- #: classes/display-conditions.php:494
417
  msgid "Feed"
418
  msgstr ""
419
 
420
- #: classes/display-conditions.php:495
421
  msgid "allow ads in Feed"
422
  msgstr ""
423
 
424
- #: classes/EDD_SL_Plugin_Updater.php:204
425
  #, php-format
426
  msgid ""
427
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
428
  msgstr ""
429
 
430
- #: classes/EDD_SL_Plugin_Updater.php:212
431
  #, php-format
432
  msgid ""
433
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
434
  "or %5$supdate now%6$s."
435
  msgstr ""
436
 
437
- #: classes/EDD_SL_Plugin_Updater.php:366
438
- msgid "You do not have permission to install plugin updates"
 
 
 
 
439
  msgstr ""
440
 
441
- #: classes/EDD_SL_Plugin_Updater.php:366
442
- msgid "Error"
 
 
 
 
 
443
  msgstr ""
444
 
445
  #: classes/frontend_checks.php:40
446
  msgid "Ad Health"
447
  msgstr ""
448
 
449
- #: classes/frontend_checks.php:47
450
  msgid "jQuery not in header"
451
  msgstr ""
452
 
453
- #: classes/frontend_checks.php:59
 
 
 
 
454
  msgid "Ad blocker enabled"
455
  msgstr ""
456
 
457
- #: classes/frontend_checks.php:73
458
  #, php-format
459
  msgid "<em>%s</em> filter does not exist"
460
  msgstr ""
461
 
462
- #: classes/frontend_checks.php:90
463
  msgid "Ads are disabled on this page"
464
  msgstr ""
465
 
466
- #: classes/frontend_checks.php:104
467
  msgid "Ads are disabled in the content of this page"
468
  msgstr ""
469
 
470
- #: classes/frontend_checks.php:117
471
  msgid "the current post ID is 0 "
472
  msgstr ""
473
 
474
- #: classes/frontend_checks.php:132
475
  msgid "Ads are disabled on 404 pages"
476
  msgstr ""
477
 
478
- #: classes/frontend_checks.php:146
479
  msgid "Ads are disabled on non singular pages"
480
  msgstr ""
481
 
482
- #: classes/frontend_checks.php:160
483
  #: modules/import-export/classes/XmlEncoder.php:61
484
  #: modules/import-export/classes/XmlEncoder.php:64
485
  #: modules/import-export/classes/XmlEncoder.php:193
@@ -488,15 +516,15 @@ msgstr ""
488
  msgid "The %s extension(s) is not loaded"
489
  msgstr ""
490
 
491
- #: classes/frontend_checks.php:174
492
  msgid "Everything is fine"
493
  msgstr ""
494
 
495
- #: classes/frontend_checks.php:185
496
  msgid "debug DFP ads"
497
  msgstr ""
498
 
499
- #: classes/frontend_checks.php:196
500
  msgid "highlight ads"
501
  msgstr ""
502
 
@@ -528,6 +556,13 @@ msgstr ""
528
  msgid "Manual and Troubleshooting"
529
  msgstr ""
530
 
 
 
 
 
 
 
 
531
  #: classes/visitor-conditions.php:161
532
  msgid "equal"
533
  msgstr ""
@@ -540,43 +575,43 @@ msgstr ""
540
  msgid "equal or lower"
541
  msgstr ""
542
 
543
- #: classes/visitor-conditions.php:193
544
  msgid "contains"
545
  msgstr ""
546
 
547
- #: classes/visitor-conditions.php:194
548
  msgid "starts with"
549
  msgstr ""
550
 
551
- #: classes/visitor-conditions.php:195
552
  msgid "ends with"
553
  msgstr ""
554
 
555
- #: classes/visitor-conditions.php:196
556
  msgid "matches"
557
  msgstr ""
558
 
559
- #: classes/visitor-conditions.php:197
560
  msgid "matches regex"
561
  msgstr ""
562
 
563
- #: classes/visitor-conditions.php:198
564
  msgid "does not contain"
565
  msgstr ""
566
 
567
- #: classes/visitor-conditions.php:199
568
  msgid "does not start with"
569
  msgstr ""
570
 
571
- #: classes/visitor-conditions.php:200
572
  msgid "does not end with"
573
  msgstr ""
574
 
575
- #: classes/visitor-conditions.php:201
576
  msgid "does not match"
577
  msgstr ""
578
 
579
- #: classes/visitor-conditions.php:202
580
  msgid "does not match regex"
581
  msgstr ""
582
 
@@ -584,294 +619,355 @@ msgstr ""
584
  msgid "Display Ads and Ad Groups."
585
  msgstr ""
586
 
587
- #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:75
588
  msgid "--empty--"
589
  msgstr ""
590
 
591
- #: classes/widget.php:69 admin/includes/class-menu.php:72
592
- #: admin/includes/class-shortcode-creator.php:91 admin/views/placements.php:19
593
  #: modules/import-export/views/page.php:25
594
  msgid "Placements"
595
  msgstr ""
596
 
597
- #: classes/widget.php:76 admin/includes/class-menu.php:67
598
- #: admin/includes/class-shortcode-creator.php:84 admin/views/placements.php:76
599
- #: admin/views/placements.php:182
600
  msgid "Ad Groups"
601
  msgstr ""
602
 
603
- #: classes/widget.php:83 public/class-advanced-ads.php:602
604
- #: admin/includes/class-menu.php:56 admin/includes/class-menu.php:56
605
- #: admin/includes/class-shortcode-creator.php:77
606
- #: admin/views/ad-group-list-form-row.php:28
607
- #: admin/views/ad-group-list-header.php:5 admin/views/placements.php:83
608
- #: admin/views/placements.php:189 modules/import-export/views/page.php:23
609
  msgid "Ads"
610
  msgstr ""
611
 
612
- #: public/class-advanced-ads.php:316
613
  msgid "Advanced Ads Error following:"
614
  msgstr ""
615
 
616
- #: public/class-advanced-ads.php:319
617
  #, php-format
618
  msgid "Advanced Ads Error: %s"
619
  msgstr ""
620
 
621
- #: public/class-advanced-ads.php:565
622
  msgctxt "ad group general name"
623
  msgid "Ad Groups"
624
  msgstr ""
625
 
626
- #: public/class-advanced-ads.php:567
627
  msgid "Search Ad Groups"
628
  msgstr ""
629
 
630
- #: public/class-advanced-ads.php:568
631
  msgid "All Ad Groups"
632
  msgstr ""
633
 
634
- #: public/class-advanced-ads.php:569
635
  msgid "Parent Ad Groups"
636
  msgstr ""
637
 
638
- #: public/class-advanced-ads.php:570
639
  msgid "Parent Ad Groups:"
640
  msgstr ""
641
 
642
- #: public/class-advanced-ads.php:571
643
  msgid "Edit Ad Group"
644
  msgstr ""
645
 
646
- #: public/class-advanced-ads.php:572
647
  msgid "Update Ad Group"
648
  msgstr ""
649
 
650
- #: public/class-advanced-ads.php:573
651
  msgid "Add New Ad Group"
652
  msgstr ""
653
 
654
- #: public/class-advanced-ads.php:574
655
  msgid "New Ad Groups Name"
656
  msgstr ""
657
 
658
- #: public/class-advanced-ads.php:575 admin/includes/class-menu.php:67
659
  #: modules/import-export/views/page.php:24
660
  msgid "Groups"
661
  msgstr ""
662
 
663
- #: public/class-advanced-ads.php:576
664
  msgid "No Ad Group found"
665
  msgstr ""
666
 
667
- #: public/class-advanced-ads.php:604 public/class-advanced-ads.php:608
668
- #: admin/includes/class-menu.php:62 admin/views/ad-group-list-form-row.php:45
669
  msgid "New Ad"
670
  msgstr ""
671
 
672
- #: public/class-advanced-ads.php:605 admin/includes/class-menu.php:62
673
  msgid "Add New Ad"
674
  msgstr ""
675
 
676
- #: public/class-advanced-ads.php:606
677
- #: admin/includes/class-ad-groups-list.php:302
678
  #: modules/import-export/classes/import.php:143
679
  #: modules/import-export/classes/import.php:183
680
  #: modules/import-export/classes/import.php:559
681
  msgid "Edit"
682
  msgstr ""
683
 
684
- #: public/class-advanced-ads.php:607
685
  msgid "Edit Ad"
686
  msgstr ""
687
 
688
- #: public/class-advanced-ads.php:609
689
  msgid "View"
690
  msgstr ""
691
 
692
- #: public/class-advanced-ads.php:610
693
  msgid "View the Ad"
694
  msgstr ""
695
 
696
- #: public/class-advanced-ads.php:611
697
  msgid "Search Ads"
698
  msgstr ""
699
 
700
- #: public/class-advanced-ads.php:612
701
  msgid "No Ads found"
702
  msgstr ""
703
 
704
- #: public/class-advanced-ads.php:613
705
  msgid "No Ads found in Trash"
706
  msgstr ""
707
 
708
- #: public/class-advanced-ads.php:614
709
  msgid "Parent Ad"
710
  msgstr ""
711
 
712
- #: public/class-advanced-ads.php:731
713
  msgctxt "label above ads"
714
  msgid "Advertisements"
715
  msgstr ""
716
 
717
- #: admin/includes/class-ad-groups-list.php:165
718
  msgid "Ad weight"
719
  msgstr ""
720
 
721
- #: admin/includes/class-ad-groups-list.php:173
722
  #: admin/views/ad-list-timing-column.php:4
723
  #, php-format
724
  msgid "starts %s"
725
  msgstr ""
726
 
727
- #: admin/includes/class-ad-groups-list.php:192
728
  #: admin/views/ad-list-timing-column.php:21
729
  #, php-format
730
  msgid "expires %s"
731
  msgstr ""
732
 
733
- #: admin/includes/class-ad-groups-list.php:194
734
  #: admin/views/ad-list-timing-column.php:23
735
  #, php-format
736
  msgid "<strong>expired</strong> %s"
737
  msgstr ""
738
 
739
- #: admin/includes/class-ad-groups-list.php:207
 
 
 
 
 
740
  msgid "all published ads are displayed"
741
  msgstr ""
742
 
743
- #: admin/includes/class-ad-groups-list.php:209
744
  #, php-format
745
  msgid "up to %d ads displayed"
746
  msgstr ""
747
 
748
- #: admin/includes/class-ad-groups-list.php:212
749
  msgid "No ads assigned"
750
  msgstr ""
751
 
752
- #: admin/includes/class-ad-groups-list.php:278
 
 
 
 
753
  msgid "Random ads"
754
  msgstr ""
755
 
756
- #: admin/includes/class-ad-groups-list.php:279
757
  msgid "Display random ads based on ad weight"
758
  msgstr ""
759
 
760
- #: admin/includes/class-ad-groups-list.php:282
761
  msgid "Ordered ads"
762
  msgstr ""
763
 
764
- #: admin/includes/class-ad-groups-list.php:283
765
  msgid "Display ads with the highest ad weight first"
766
  msgstr ""
767
 
768
- #: admin/includes/class-ad-groups-list.php:303
769
  msgid "Usage"
770
  msgstr ""
771
 
772
- #: admin/includes/class-ad-groups-list.php:333
773
  msgid "Invalid Ad Group"
774
  msgstr ""
775
 
776
- #: admin/includes/class-ad-groups-list.php:338
777
  msgid "You don’t have permission to change the ad groups"
778
  msgstr ""
779
 
780
- #: admin/includes/class-ad-type.php:79 admin/includes/class-ad-type.php:84
781
  msgid "Ad Details"
782
  msgstr ""
783
 
784
- #: admin/includes/class-ad-type.php:80 admin/includes/class-ad-type.php:85
785
  msgid "Ad Planning"
786
  msgstr ""
787
 
788
- #: admin/includes/class-ad-type.php:182
789
  msgid "expired"
790
  msgstr ""
791
 
792
- #: admin/includes/class-ad-type.php:183
793
  msgid "any expiry date"
794
  msgstr ""
795
 
796
- #: admin/includes/class-ad-type.php:184
797
  msgid "planned"
798
  msgstr ""
799
 
800
- #: admin/includes/class-ad-type.php:487 admin/includes/class-ad-type.php:488
801
  msgid "Ad updated."
802
  msgstr ""
803
 
804
  #. translators: %s: date and time of the revision
805
- #: admin/includes/class-ad-type.php:490
806
  #, php-format
807
  msgid "Ad restored to revision from %s"
808
  msgstr ""
809
 
810
- #: admin/includes/class-ad-type.php:491
811
  msgid "Ad published."
812
  msgstr ""
813
 
814
- #: admin/includes/class-ad-type.php:491
815
  #, php-format
816
  msgid ""
817
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
818
  msgstr ""
819
 
820
- #: admin/includes/class-ad-type.php:492
821
  msgid "Ad saved."
822
  msgstr ""
823
 
824
- #: admin/includes/class-ad-type.php:493
825
  msgid "Ad submitted."
826
  msgstr ""
827
 
828
- #: admin/includes/class-ad-type.php:495
829
  #, php-format
830
  msgid "Ad scheduled for: <strong>%1$s</strong>."
831
  msgstr ""
832
 
833
  #. translators: Publish box date format, see http://php.net/date
834
- #: admin/includes/class-ad-type.php:497
835
  msgid "M j, Y @ G:i"
836
  msgstr ""
837
 
838
- #: admin/includes/class-ad-type.php:499
839
  msgid "Ad draft updated."
840
  msgstr ""
841
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
842
  #: admin/includes/class-menu.php:52
843
  msgid "Overview"
844
  msgstr ""
845
 
846
- #: admin/includes/class-menu.php:72
847
  msgid "Ad Placements"
848
  msgstr ""
849
 
850
- #: admin/includes/class-menu.php:76
851
  msgid "Advanced Ads Settings"
852
  msgstr ""
853
 
854
- #: admin/includes/class-menu.php:76 admin/views/debug.php:10
855
  msgid "Settings"
856
  msgstr ""
857
 
858
- #: admin/includes/class-menu.php:79
859
  msgid "Advanced Ads Debugging"
860
  msgstr ""
861
 
862
- #: admin/includes/class-menu.php:79
863
  msgid "Debug"
864
  msgstr ""
865
 
866
- #: admin/includes/class-menu.php:83 admin/includes/class-menu.php:83
867
- msgid "Advanced Ads Intro"
868
- msgstr ""
869
-
870
- #: admin/includes/class-menu.php:205 admin/includes/class-menu.php:232
871
  msgid "Sorry, you are not allowed to access this feature."
872
  msgstr ""
873
 
874
- #: admin/includes/class-menu.php:218
875
  msgid ""
876
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
877
  "deleted?"
@@ -890,7 +986,7 @@ msgid "Layout / Output"
890
  msgstr ""
891
 
892
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
893
- #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:416
894
  #: admin/views/ad-output-metabox.php:51
895
  msgid "Manual"
896
  msgstr ""
@@ -899,36 +995,36 @@ msgstr ""
899
  msgid "Video"
900
  msgstr ""
901
 
902
- #: admin/includes/class-meta-box.php:197
903
  msgid "Ad Settings"
904
  msgstr ""
905
 
906
- #: admin/includes/class-meta-box.php:299 admin/views/overview.php:23
907
  msgid "Ads Dashboard"
908
  msgstr ""
909
 
910
- #: admin/includes/class-meta-box.php:311
911
  msgid "From the ad optimization universe"
912
  msgstr ""
913
 
914
- #: admin/includes/class-meta-box.php:320
915
  msgid "Advanced Ads Tutorials"
916
  msgstr ""
917
 
918
- #: admin/includes/class-meta-box.php:332
919
  #, php-format
920
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
921
  msgstr ""
922
 
923
- #: admin/includes/class-meta-box.php:344
924
  msgid "plugin manual and homepage"
925
  msgstr ""
926
 
927
- #: admin/includes/class-meta-box.php:351
928
  msgid "Get the tutorial via email"
929
  msgstr ""
930
 
931
- #: admin/includes/class-meta-box.php:358
932
  msgid "Get AdSense tips via email"
933
  msgstr ""
934
 
@@ -1011,8 +1107,7 @@ msgid ""
1011
  msgstr ""
1012
 
1013
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1014
- #: admin/views/intro.php:73 admin/views/notices/inline.php:3
1015
- #: admin/views/notices/subscribe.php:3
1016
  msgid "Subscribe me now"
1017
  msgstr ""
1018
 
@@ -1024,7 +1119,7 @@ msgstr ""
1024
  msgid "Send it now"
1025
  msgstr ""
1026
 
1027
- #: admin/includes/class-overview-widgets.php:126 admin/views/intro.php:78
1028
  msgid "Create your first ad"
1029
  msgstr ""
1030
 
@@ -1215,7 +1310,7 @@ msgstr ""
1215
  msgid "General"
1216
  msgstr ""
1217
 
1218
- #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:182
1219
  msgid "Licenses"
1220
  msgstr ""
1221
 
@@ -1239,69 +1334,87 @@ msgstr ""
1239
  msgid "Priority of content injection filter"
1240
  msgstr ""
1241
 
1242
- #: admin/includes/class-settings.php:110
1243
  msgid "Hide ads from bots"
1244
  msgstr ""
1245
 
1246
- #: admin/includes/class-settings.php:118
1247
  msgid "Disable notices"
1248
  msgstr ""
1249
 
1250
- #: admin/includes/class-settings.php:126
1251
  msgid "ID prefix"
1252
  msgstr ""
1253
 
1254
- #: admin/includes/class-settings.php:134
1255
  msgid "Remove Widget ID"
1256
  msgstr ""
1257
 
1258
- #: admin/includes/class-settings.php:142
1259
  msgid "Allow editors to manage ads"
1260
  msgstr ""
1261
 
1262
- #: admin/includes/class-settings.php:150
1263
  msgid "Ad label"
1264
  msgstr ""
1265
 
1266
- #: admin/includes/class-settings.php:160
1267
  msgid "Delete data on uninstall"
1268
  msgstr ""
1269
 
1270
- #: admin/includes/class-settings.php:238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1271
  msgid "(display to all)"
1272
  msgstr ""
1273
 
1274
- #: admin/includes/class-settings.php:239
1275
  msgid "Subscriber"
1276
  msgstr ""
1277
 
1278
- #: admin/includes/class-settings.php:240
1279
  msgid "Contributor"
1280
  msgstr ""
1281
 
1282
- #: admin/includes/class-settings.php:241
1283
  msgid "Author"
1284
  msgstr ""
1285
 
1286
- #: admin/includes/class-settings.php:242
1287
  msgid "Editor"
1288
  msgstr ""
1289
 
1290
- #: admin/includes/class-settings.php:243
1291
  msgid "Admin"
1292
  msgstr ""
1293
 
1294
- #: admin/includes/class-settings.php:251
1295
  msgid "Choose the lowest role a user must have in order to not see any ads."
1296
  msgstr ""
1297
 
1298
- #: admin/includes/class-settings.php:265
1299
  msgid ""
1300
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1301
  "needs it."
1302
  msgstr ""
1303
 
1304
- #: admin/includes/class-settings.php:268
1305
  #, php-format
1306
  msgid ""
1307
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
@@ -1309,7 +1422,7 @@ msgid ""
1309
  "need features from this file."
1310
  msgstr ""
1311
 
1312
- #: admin/includes/class-settings.php:288
1313
  msgid ""
1314
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
1315
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -1319,19 +1432,26 @@ msgid ""
1319
  "injection only in the first x posts on your archive pages."
1320
  msgstr ""
1321
 
1322
- #: admin/includes/class-settings.php:304
1323
  msgid ""
1324
  "Please check your post content. A priority of 10 and below might cause "
1325
  "issues (wpautop function might run twice)."
1326
  msgstr ""
1327
 
1328
- #: admin/includes/class-settings.php:306
1329
  msgid ""
1330
  "Play with this value in order to change the priority of the injected ads "
1331
  "compared to other auto injected elements in the post content."
1332
  msgstr ""
1333
 
1334
- #: admin/includes/class-settings.php:320
 
 
 
 
 
 
 
1335
  #, php-format
1336
  msgid ""
1337
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -1339,63 +1459,74 @@ msgid ""
1339
  "Tracking Add-On</a>."
1340
  msgstr ""
1341
 
1342
- #: admin/includes/class-settings.php:321
1343
  msgid ""
1344
  "Disabling this option only makes sense if your ads contain content you want "
1345
  "to display to bots (like search engines) or your site is cached and bots "
1346
  "could create a cached version without the ads."
1347
  msgstr ""
1348
 
1349
- #: admin/includes/class-settings.php:334
1350
  msgid ""
1351
  "Disable internal notices like tips, tutorials, email newsletters and update "
1352
  "notices. Disabling notices is recommended if you run multiple blogs with "
1353
  "Advanced Ads already."
1354
  msgstr ""
1355
 
1356
- #: admin/includes/class-settings.php:351
1357
  msgid ""
1358
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1359
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1360
  "need to <strong>rewrite css rules afterwards</strong>."
1361
  msgstr ""
1362
 
1363
- #: admin/includes/class-settings.php:372
1364
  msgid ""
1365
  "Remove the ID attribute from widgets in order to not make them an easy "
1366
  "target of ad blockers."
1367
  msgstr ""
1368
 
1369
- #: admin/includes/class-settings.php:375
1370
  msgid ""
1371
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1372
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
1373
  msgstr ""
1374
 
1375
- #: admin/includes/class-settings.php:397
1376
  msgid "Allow editors to also manage and publish ads."
1377
  msgstr ""
1378
 
1379
- #: admin/includes/class-settings.php:398
1380
  #, php-format
1381
  msgid ""
1382
  "You can assign different ad-related roles on a user basis with <a "
1383
  "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1384
  msgstr ""
1385
 
1386
- #: admin/includes/class-settings.php:416
1387
  msgid "Displayed above ads."
1388
  msgstr ""
1389
 
1390
- #: admin/includes/class-settings.php:430
1391
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1392
  msgstr ""
1393
 
 
 
 
 
 
 
 
 
 
 
 
1394
  #: admin/includes/notices.php:9
1395
  #, php-format
1396
  msgid ""
1397
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
1398
- "Steps</a>."
1399
  msgstr ""
1400
 
1401
  #: admin/includes/notices.php:15
@@ -1487,15 +1618,25 @@ msgctxt "shortcode creator"
1487
  msgid "Cancel"
1488
  msgstr ""
1489
 
 
 
 
 
 
 
1490
  #: admin/views/ad-display-metabox.php:10
 
 
 
 
1491
  msgid "Watch video"
1492
  msgstr ""
1493
 
1494
- #: admin/views/ad-display-metabox.php:12 admin/views/ad-visitor-metabox.php:10
1495
  msgid "Visit the manual"
1496
  msgstr ""
1497
 
1498
- #: admin/views/ad-display-metabox.php:15
1499
  #: admin/views/notices/jqueryui_error.php:2
1500
  #, php-format
1501
  msgid ""
@@ -1503,33 +1644,33 @@ msgid ""
1503
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1504
  msgstr ""
1505
 
1506
- #: admin/views/ad-display-metabox.php:16
1507
  msgid "A page with this ad on it must match all of the following conditions."
1508
  msgstr ""
1509
 
1510
- #: admin/views/ad-display-metabox.php:52
1511
  msgid "Forced to OR."
1512
  msgstr ""
1513
 
1514
- #: admin/views/ad-display-metabox.php:53 admin/views/ad-info-top.php:78
 
1515
  msgid "manual"
1516
  msgstr ""
1517
 
1518
- #: admin/views/ad-display-metabox.php:70
1519
  msgid "If you want to display the ad everywhere, don't do anything here. "
1520
  msgstr ""
1521
 
1522
- #: admin/views/ad-display-metabox.php:73 admin/views/ad-visitor-metabox.php:47
1523
  msgid "New condition"
1524
  msgstr ""
1525
 
1526
- #: admin/views/ad-display-metabox.php:76 admin/views/ad-visitor-metabox.php:50
1527
  msgid "-- choose a condition --"
1528
  msgstr ""
1529
 
1530
- #: admin/views/ad-display-metabox.php:81
1531
- #: admin/views/ad-group-list-form-row.php:52
1532
- #: admin/views/ad-visitor-metabox.php:55
1533
  msgid "add"
1534
  msgstr ""
1535
 
@@ -1546,47 +1687,42 @@ msgstr ""
1546
  msgid "Update"
1547
  msgstr ""
1548
 
1549
- #: admin/views/ad-group-list-form-row.php:3 admin/views/placements.php:25
1550
- msgid "Name"
1551
  msgstr ""
1552
 
1553
- #: admin/views/ad-group-list-form-row.php:5
1554
- msgid "Description"
1555
  msgstr ""
1556
 
1557
- #: admin/views/ad-group-list-form-row.php:7 admin/views/placements.php:24
1558
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1559
  msgid "Type"
1560
  msgstr ""
1561
 
1562
- #: admin/views/ad-group-list-form-row.php:16
1563
- msgid "Number of visible ads"
1564
- msgstr ""
1565
-
1566
- #: admin/views/ad-group-list-form-row.php:22
1567
  msgctxt "option to display all ads in an ad groups"
1568
  msgid "all"
1569
  msgstr ""
1570
 
1571
- #: admin/views/ad-group-list-form-row.php:25
1572
- msgid "Number of ads that are visible at the same time"
1573
  msgstr ""
1574
 
1575
- #: admin/views/ad-group-list-form-row.php:32
1576
- msgid "weight"
1577
  msgstr ""
1578
 
1579
  #: admin/views/ad-group-list-header.php:4
1580
  msgid "Details"
1581
  msgstr ""
1582
 
1583
- #: admin/views/ad-group-list-row.php:8 admin/views/ad-group.php:63
1584
- #: admin/views/ad-info.php:3 admin/views/placements.php:61
1585
  msgid "shortcode"
1586
  msgstr ""
1587
 
1588
- #: admin/views/ad-group-list-row.php:11 admin/views/ad-group.php:66
1589
- #: admin/views/placements.php:64
1590
  msgid "template"
1591
  msgstr ""
1592
 
@@ -1624,38 +1760,30 @@ msgid ""
1624
  "ad can belong to multiple ad groups."
1625
  msgstr ""
1626
 
1627
- #: admin/views/ad-group.php:60
1628
- msgid "How to display an Ad Group?"
 
 
1629
  msgstr ""
1630
 
1631
- #: admin/views/ad-group.php:62
1632
  #, php-format
1633
  msgid ""
1634
- "Examples on how to display an ad group? Find more help and examples in the "
1635
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1636
- msgstr ""
1637
-
1638
- #: admin/views/ad-group.php:64
1639
- msgid "To display an ad group with the ID 6 in content fields"
1640
- msgstr ""
1641
-
1642
- #: admin/views/ad-group.php:67
1643
- msgid "To display an ad group with the ID 6 in template files"
1644
  msgstr ""
1645
 
1646
- #: admin/views/ad-group.php:87
1647
  msgid "Update Groups"
1648
  msgstr ""
1649
 
1650
  #: admin/views/ad-info-after-textarea.php:5
1651
- #: admin/views/ad-parameters-warnings.php:5
1652
  msgid ""
1653
  "The code of this ad might not work properly with the <em>Content</em> "
1654
  "placement."
1655
  msgstr ""
1656
 
1657
  #: admin/views/ad-info-after-textarea.php:6
1658
- #: admin/views/ad-parameters-warnings.php:6
1659
  #, php-format
1660
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
1661
  msgstr ""
@@ -1665,12 +1793,12 @@ msgctxt "wizard navigation"
1665
  msgid "previous"
1666
  msgstr ""
1667
 
1668
- #: admin/views/ad-info-bottom.php:4
1669
  msgctxt "wizard navigation"
1670
  msgid "save"
1671
  msgstr ""
1672
 
1673
- #: admin/views/ad-info-bottom.php:5
1674
  msgctxt "wizard navigation"
1675
  msgid "next"
1676
  msgstr ""
@@ -1722,7 +1850,7 @@ msgid ""
1722
  "target=\"_blank\">manual</a>."
1723
  msgstr ""
1724
 
1725
- #: admin/views/ad-info-top.php:64 admin/views/ad-info-top.php:76
1726
  msgid "Start Wizard"
1727
  msgstr ""
1728
 
@@ -1730,17 +1858,17 @@ msgstr ""
1730
  msgid "Stop Wizard"
1731
  msgstr ""
1732
 
1733
- #: admin/views/ad-info-top.php:74
1734
  msgid "Welcome to the Wizard"
1735
  msgstr ""
1736
 
1737
- #: admin/views/ad-info-top.php:75
1738
  msgid ""
1739
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1740
  "the most common options are visible."
1741
  msgstr ""
1742
 
1743
- #: admin/views/ad-info-top.php:77
1744
  msgid "Stop Wizard and show all options"
1745
  msgstr ""
1746
 
@@ -1812,6 +1940,7 @@ msgid "Everything connected to the ads layout and output."
1812
  msgstr ""
1813
 
1814
  #: admin/views/ad-output-metabox.php:4
 
1815
  msgid "Position"
1816
  msgstr ""
1817
 
@@ -1819,19 +1948,29 @@ msgstr ""
1819
  msgid "- default -"
1820
  msgstr ""
1821
 
1822
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:54
 
 
 
 
1823
  msgid "default"
1824
  msgstr ""
1825
 
1826
  #: admin/views/ad-output-metabox.php:8
 
 
1827
  msgid "left"
1828
  msgstr ""
1829
 
1830
  #: admin/views/ad-output-metabox.php:11
 
 
1831
  msgid "center"
1832
  msgstr ""
1833
 
1834
  #: admin/views/ad-output-metabox.php:14
 
 
1835
  msgid "right"
1836
  msgstr ""
1837
 
@@ -1877,6 +2016,12 @@ msgstr ""
1877
  msgid "container classes"
1878
  msgstr ""
1879
 
 
 
 
 
 
 
1880
  #: admin/views/ad-output-metabox.php:47
1881
  msgid "Enable debug mode"
1882
  msgstr ""
@@ -1893,7 +2038,7 @@ msgstr ""
1893
  msgid "height"
1894
  msgstr ""
1895
 
1896
- #: admin/views/ad-parameters-size.php:6
1897
  msgid "reserve this space"
1898
  msgstr ""
1899
 
@@ -1914,55 +2059,64 @@ msgctxt ""
1914
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1915
  msgstr ""
1916
 
1917
- #: admin/views/ad-visitor-metabox.php:4
 
 
 
 
 
 
 
 
 
1918
  msgid ""
1919
  "Display conditions that are based on the user. Use with caution on cached "
1920
  "websites."
1921
  msgstr ""
1922
 
1923
- #: admin/views/ad-visitor-metabox.php:40
1924
  msgid ""
1925
  "Visitor conditions limit the number of users who can see your ad. There is "
1926
  "no need to set visitor conditions if you want all users to see the ad."
1927
  msgstr ""
1928
 
1929
- #: admin/views/ad-visitor-metabox.php:42
1930
  msgid "It seems that a caching plugin is activated."
1931
  msgstr ""
1932
 
1933
- #: admin/views/ad-visitor-metabox.php:43
1934
  #, php-format
1935
  msgid ""
1936
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
1937
  "Pro</a> if dynamic features get cached."
1938
  msgstr ""
1939
 
1940
- #: admin/views/ad-visitor-metabox.php:60
1941
  #, php-format
1942
  msgid ""
1943
  "Define the exact browser width for which an ad should be visible using the "
1944
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1945
  msgstr ""
1946
 
1947
- #: admin/views/ad-visitor-metabox.php:103
1948
  msgid ""
1949
  "The visitor conditions below are deprecated. Please use the new version of "
1950
  "visitor conditions to replace it."
1951
  msgstr ""
1952
 
1953
- #: admin/views/ad-visitor-metabox.php:109
1954
  msgid "Display on all devices"
1955
  msgstr ""
1956
 
1957
- #: admin/views/ad-visitor-metabox.php:113
1958
  msgid "only on mobile devices"
1959
  msgstr ""
1960
 
1961
- #: admin/views/ad-visitor-metabox.php:117
1962
  msgid "not on mobile devices"
1963
  msgstr ""
1964
 
1965
- #: admin/views/debug.php:6 admin/views/settings.php:49
1966
  msgid "Debug Page"
1967
  msgstr ""
1968
 
@@ -1970,127 +2124,91 @@ msgstr ""
1970
  msgid "Work in progress"
1971
  msgstr ""
1972
 
1973
- #: admin/views/feedback_disable.php:3
1974
- msgid "Thank you for helping to improve Advanced Ads."
1975
  msgstr ""
1976
 
1977
- #: admin/views/feedback_disable.php:4
1978
- msgid ""
1979
- "Your feedback will motivates me to work harder towards a professional ad "
1980
- "management solution."
1981
  msgstr ""
1982
 
1983
- #: admin/views/feedback_disable.php:5
1984
- msgid "Why did you decide to disable Advanced Ads?"
1985
  msgstr ""
1986
 
1987
- #: admin/views/feedback_disable.php:7
1988
- msgid "I stopped showing ads on my site"
1989
  msgstr ""
1990
 
1991
- #: admin/views/feedback_disable.php:8
1992
  #, php-format
1993
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1994
  msgstr ""
1995
 
1996
- #: admin/views/feedback_disable.php:9
1997
- msgid "I have a technical problem"
1998
  msgstr ""
1999
 
2000
- #: admin/views/feedback_disable.php:10
2001
- msgid "other reason"
2002
  msgstr ""
2003
 
2004
- #: admin/views/feedback_disable.php:12
2005
- msgid "Please specify, if possible"
2006
  msgstr ""
2007
 
2008
- #: admin/views/feedback_disable.php:13
2009
- msgid "What would be a reason to return to Advanced Ads?"
2010
  msgstr ""
2011
 
2012
- #: admin/views/intro.php:18
2013
- msgid "5-Star Usability"
2014
  msgstr ""
2015
 
2016
- #: admin/views/intro.php:19
2017
- msgid ""
2018
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
2019
- "standards. If you know how to publish a post then you know how to create an "
2020
- "ad."
2021
  msgstr ""
2022
 
2023
- #: admin/views/intro.php:23
2024
- msgid "5-Star Support"
2025
  msgstr ""
2026
 
2027
- #: admin/views/intro.php:24
2028
- msgid ""
2029
- "I promise you the best supported ad management plugin for WordPress. Whether "
2030
- "a pro user or not, you can reach me easily through the support page, in the "
2031
- "chat on the homepage or replying to a newsletter."
2032
  msgstr ""
2033
 
2034
- #: admin/views/intro.php:28
2035
- msgid "5-Star Experience"
2036
  msgstr ""
2037
 
2038
- #: admin/views/intro.php:29
2039
  msgid ""
2040
- "Advanced Ads was built out of my own experience. I am personally using it to "
2041
- "serve millions of ad impressions per month and constantly test new ways to "
2042
- "optimize ad settings."
2043
- msgstr ""
2044
-
2045
- #: admin/views/intro.php:61
2046
- msgid "Next Steps"
2047
- msgstr ""
2048
-
2049
- #: admin/views/intro.php:64
2050
- msgid "Subscribe to the Mailing List"
2051
- msgstr ""
2052
-
2053
- #: admin/views/intro.php:65
2054
- msgid "Subscribe to the newsletter and instantly"
2055
- msgstr ""
2056
-
2057
- #: admin/views/intro.php:67
2058
- msgid "get 2 free add-ons."
2059
- msgstr ""
2060
-
2061
- #: admin/views/intro.php:68
2062
- msgid "reply to the welcome message with a question."
2063
  msgstr ""
2064
 
2065
- #: admin/views/intro.php:69
2066
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
2067
  msgstr ""
2068
 
2069
- #: admin/views/intro.php:79
2070
- #, php-format
2071
- msgid ""
2072
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a>"
2073
- " or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> "
2074
- "first."
2075
  msgstr ""
2076
 
2077
- #: admin/views/intro.php:82
2078
- msgid "Display your ad"
2079
  msgstr ""
2080
 
2081
- #: admin/views/intro.php:83
2082
- msgid ""
2083
- "You can display your ad using a shortcode, widget or one of the powerful "
2084
- "placements. Placements help you to inject ads into the content or place them "
2085
- "on your site without coding."
2086
  msgstr ""
2087
 
2088
- #: admin/views/intro.php:85
2089
- msgid "List of all available placements"
2090
  msgstr ""
2091
 
2092
- #: admin/views/intro.php:86
2093
- msgid "Create a placement"
2094
  msgstr ""
2095
 
2096
  #: admin/views/placements.php:8
@@ -2103,63 +2221,47 @@ msgstr ""
2103
  msgid "Placements updated"
2104
  msgstr ""
2105
 
2106
- #: admin/views/placements.php:15
2107
  msgid ""
2108
  "Placements are physically places in your theme and posts. You can use them "
2109
  "if you plan to change ads and ad groups on the same place without the need "
2110
  "to change your templates."
2111
  msgstr ""
2112
 
2113
- #: admin/views/placements.php:16
2114
  #, php-format
2115
  msgid ""
2116
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2117
  msgstr ""
2118
 
2119
- #: admin/views/placements.php:26 modules/import-export/views/page.php:26
2120
  msgid "Options"
2121
  msgstr ""
2122
 
2123
- #: admin/views/placements.php:44
2124
  #, php-format
2125
  msgid ""
2126
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2127
  "check if the responsible add-on is activated."
2128
  msgstr ""
2129
 
2130
- #: admin/views/placements.php:60
2131
  msgid "show usage"
2132
  msgstr ""
2133
 
2134
- #: admin/views/placements.php:72
2135
- msgid "Item"
2136
  msgstr ""
2137
 
2138
- #: admin/views/placements.php:74 admin/views/placements.php:180
2139
- msgid "--not selected--"
2140
- msgstr ""
2141
-
2142
- #: admin/views/placements.php:94
2143
- msgid "Inject"
2144
- msgstr ""
2145
-
2146
- #: admin/views/placements.php:95
2147
- msgid "after"
2148
- msgstr ""
2149
-
2150
- #: admin/views/placements.php:95
2151
- msgid "before"
2152
- msgstr ""
2153
-
2154
- #: admin/views/placements.php:115
2155
- msgid "start counting from bottom"
2156
  msgstr ""
2157
 
2158
- #: admin/views/placements.php:118
2159
  msgid "Important Notice"
2160
  msgstr ""
2161
 
2162
- #: admin/views/placements.php:118
2163
  msgid ""
2164
  "Your server is missing an extension. This might break the content injection."
2165
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -2167,68 +2269,75 @@ msgid ""
2167
  msgstr ""
2168
 
2169
  #: admin/views/placements.php:128
2170
- msgid "advanced options"
2171
  msgstr ""
2172
 
2173
- #: admin/views/placements.php:137
 
 
 
 
 
 
 
2174
  msgctxt "checkbox to remove placement"
2175
  msgid "delete"
2176
  msgstr ""
2177
 
2178
- #: admin/views/placements.php:143
2179
  msgid "Save Placements"
2180
  msgstr ""
2181
 
2182
- #: admin/views/placements.php:145
2183
  msgid "Create a new placement"
2184
  msgstr ""
2185
 
2186
- #: admin/views/placements.php:146
2187
  msgid "New Placement"
2188
  msgstr ""
2189
 
2190
- #: admin/views/placements.php:153
2191
  msgid "Choose a placement type"
2192
  msgstr ""
2193
 
2194
- #: admin/views/placements.php:154
2195
  #, php-format
2196
  msgid ""
2197
  "Placement types define where the ad is going to be displayed. Learn more "
2198
  "about the different types from the <a href=\"%s\">manual</a>"
2199
  msgstr ""
2200
 
2201
- #: admin/views/placements.php:171
2202
  msgid "Please select a placement type."
2203
  msgstr ""
2204
 
2205
- #: admin/views/placements.php:173
2206
  msgid "Choose a Name"
2207
  msgstr ""
2208
 
2209
- #: admin/views/placements.php:174
2210
  msgid ""
2211
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2212
  "one, e.g. <em>Below Post Headline</em>."
2213
  msgstr ""
2214
 
2215
- #: admin/views/placements.php:175
2216
  msgid "Placement Name"
2217
  msgstr ""
2218
 
2219
- #: admin/views/placements.php:176
2220
  msgid "Please enter a name for your placement."
2221
  msgstr ""
2222
 
2223
- #: admin/views/placements.php:177
2224
  msgid "Choose the Ad or Group"
2225
  msgstr ""
2226
 
2227
- #: admin/views/placements.php:178
2228
  msgid "The ad or group that should be displayed."
2229
  msgstr ""
2230
 
2231
- #: admin/views/placements.php:197
2232
  msgid "Save New Placement"
2233
  msgstr ""
2234
 
@@ -2300,19 +2409,15 @@ msgstr ""
2300
  msgid "Disable ads in Feed"
2301
  msgstr ""
2302
 
2303
- #: admin/views/settings.php:36
2304
  msgid "Save settings on this page"
2305
  msgstr ""
2306
 
2307
- #: admin/views/settings.php:48 modules/import-export/main.php:15
2308
  #: modules/import-export/main.php:15
2309
  msgid "Import &amp; Export"
2310
  msgstr ""
2311
 
2312
- #: admin/views/settings.php:50
2313
- msgid "Welcome Page"
2314
- msgstr ""
2315
-
2316
  #: admin/views/settings.php:51
2317
  msgid "Advanced Ads on WordPress.org"
2318
  msgstr ""
@@ -2325,13 +2430,13 @@ msgstr ""
2325
  msgid "the company behind Advanced Ads"
2326
  msgstr ""
2327
 
2328
- #: admin/views/support.php:8
2329
  msgid ""
2330
  "Please fix the red highlighted issues on this page or try to understand "
2331
  "their consequences before contacting support."
2332
  msgstr ""
2333
 
2334
- #: admin/views/support.php:12
2335
  #, php-format
2336
  msgid ""
2337
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
@@ -2339,7 +2444,7 @@ msgid ""
2339
  "Please ask your hosting provider for more information."
2340
  msgstr ""
2341
 
2342
- #: admin/views/support.php:15
2343
  #, php-format
2344
  msgid ""
2345
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
@@ -2348,16 +2453,16 @@ msgid ""
2348
  "load ads dynamically."
2349
  msgstr ""
2350
 
2351
- #: admin/views/support.php:18
2352
  msgid ""
2353
  "There is a <strong>new WordPress version available</strong>. Please update."
2354
  msgstr ""
2355
 
2356
- #: admin/views/support.php:21
2357
  msgid "There are <strong>plugin updates available</strong>. Please update."
2358
  msgstr ""
2359
 
2360
- #: admin/views/support.php:30
2361
  #, php-format
2362
  msgid ""
2363
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
@@ -2366,51 +2471,51 @@ msgid ""
2366
  "in support for Autoptimize."
2367
  msgstr ""
2368
 
2369
- #: admin/views/support.php:33
2370
  #, php-format
2371
  msgid ""
2372
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2373
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2374
  msgstr ""
2375
 
2376
- #: admin/views/support.php:36
2377
  #, php-format
2378
  msgid ""
2379
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2380
  "href=\"%s\">settings</a>."
2381
  msgstr ""
2382
 
2383
- #: admin/views/support.php:47
2384
  msgid "Possible Issues"
2385
  msgstr ""
2386
 
2387
- #: admin/views/support.php:49
2388
  msgid "Ads not showing up"
2389
  msgstr ""
2390
 
2391
- #: admin/views/support.php:50
2392
  msgid "Purchase & Licenses"
2393
  msgstr ""
2394
 
2395
- #: admin/views/support.php:51
2396
  msgid "General Issues"
2397
  msgstr ""
2398
 
2399
- #: admin/views/support.php:52
2400
  msgid "Issues with Add-Ons"
2401
  msgstr ""
2402
 
2403
- #: admin/views/support.php:54
2404
  msgid ""
2405
  "Use the following form to search for solutions in the manual on "
2406
  "wpadvancedads.com"
2407
  msgstr ""
2408
 
2409
- #: admin/views/support.php:57
2410
  msgid "search"
2411
  msgstr ""
2412
 
2413
- #: admin/views/support.php:59
2414
  #, php-format
2415
  msgid ""
2416
  "Take a look at more common issues or contact us directly through the <a "
@@ -2445,122 +2550,116 @@ msgstr ""
2445
  msgid "Find solutions in the manual"
2446
  msgstr ""
2447
 
2448
- #: admin/views/notices/adblock.php:3
2449
  msgid ""
2450
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2451
  "ad setup."
2452
  msgstr ""
2453
 
2454
- #: modules/ad-blocker/admin/admin.php:133
2455
- msgid "The asset folder was rebuilt successfully"
2456
  msgstr ""
2457
 
2458
- #: modules/ad-blocker/admin/admin.php:218
2459
- msgid "Ad blocker fix"
2460
  msgstr ""
2461
 
2462
- #: modules/ad-blocker/admin/admin.php:257
2463
  msgid "There is no writable upload folder"
2464
  msgstr ""
2465
 
2466
- #: modules/ad-blocker/admin/admin.php:286
2467
  #, php-format
2468
  msgid "Unable to rename \"%s\" directory"
2469
  msgstr ""
2470
 
2471
- #: modules/ad-blocker/admin/admin.php:302
2472
- #: modules/ad-blocker/admin/admin.php:315
2473
- #: modules/ad-blocker/admin/admin.php:332
2474
  #, php-format
2475
  msgid "Unable to copy assets to the \"%s\" directory"
2476
  msgstr ""
2477
 
2478
- #: modules/ad-blocker/admin/admin.php:366
2479
- #: modules/ad-blocker/admin/admin.php:386
2480
  #, php-format
2481
  msgid "We do not have direct write access to the \"%s\" directory"
2482
  msgstr ""
2483
 
2484
- #: modules/ad-blocker/admin/admin.php:453
2485
  #, php-format
2486
  msgid ""
2487
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2488
  "server?"
2489
  msgstr ""
2490
 
2491
- #: modules/ad-blocker/admin/admin.php:464
2492
  #, php-format
2493
  msgid "Unable to copy files to %s"
2494
  msgstr ""
2495
 
2496
- #: modules/ad-blocker/admin/admin.php:600
2497
- msgid ""
2498
- "Prevents ad block software from breaking your website when blocking asset "
2499
- "files (.js, .css)."
2500
- msgstr ""
2501
-
2502
- #: modules/gadsense/admin/admin.php:26
2503
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2504
  msgid "Responsive"
2505
  msgstr ""
2506
 
2507
- #: modules/gadsense/admin/admin.php:44
2508
  msgid "The ad details couldn't be retrieved from the ad code"
2509
  msgstr ""
2510
 
2511
- #: modules/gadsense/admin/admin.php:45
2512
  msgid ""
2513
  "Warning : The AdSense account from this code does not match the one set with "
2514
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2515
  "end."
2516
  msgstr ""
2517
 
2518
- #: modules/gadsense/admin/admin.php:123 modules/gadsense/admin/admin.php:260
2519
  msgid "AdSense"
2520
  msgstr ""
2521
 
2522
- #: modules/gadsense/admin/admin.php:131
2523
  msgid "AdSense ID"
2524
  msgstr ""
2525
 
2526
- #: modules/gadsense/admin/admin.php:140
2527
  msgid "Limit to 3 ads"
2528
  msgstr ""
2529
 
2530
- #: modules/gadsense/admin/admin.php:149
2531
  msgid "Activate Page-Level ads"
2532
  msgstr ""
2533
 
2534
- #: modules/gadsense/admin/admin.php:169
2535
  #, php-format
2536
  msgid ""
2537
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2538
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2539
  msgstr ""
2540
 
2541
- #: modules/gadsense/admin/admin.php:183
2542
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2543
  msgstr ""
2544
 
2545
- #: modules/gadsense/admin/admin.php:195
2546
  #, php-format
2547
  msgid "Limit to %d AdSense ads"
2548
  msgstr ""
2549
 
2550
- #: modules/gadsense/admin/admin.php:199
2551
  msgid ""
2552
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2553
  "this setting to prevent too many AdSense ads to show accidentally on your "
2554
  "site."
2555
  msgstr ""
2556
 
2557
- #: modules/gadsense/admin/admin.php:203
2558
  msgid ""
2559
  "Due to technical restrictions, the limit does not work on placements with "
2560
  "cache-busting enabled."
2561
  msgstr ""
2562
 
2563
- #: modules/gadsense/admin/admin.php:217
2564
  msgid "Insert Page-Level ads code on all pages."
2565
  msgstr ""
2566
 
@@ -2568,7 +2667,15 @@ msgstr ""
2568
  msgid ""
2569
  "You still need to enable Page-Level ads in your AdSense account. See <a "
2570
  "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2571
- "AdSense Help</a> (requires AdSense-login) for more information"
 
 
 
 
 
 
 
 
2572
  msgstr ""
2573
 
2574
  #: modules/gadsense/admin/admin.php:238
@@ -2576,6 +2683,15 @@ msgstr ""
2576
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2577
  msgstr ""
2578
 
 
 
 
 
 
 
 
 
 
2579
  #: modules/gadsense/includes/class-ad-type-adsense.php:35
2580
  msgid "AdSense ad"
2581
  msgstr ""
@@ -2584,7 +2700,7 @@ msgstr ""
2584
  msgid "Use ads from your Google AdSense account"
2585
  msgstr ""
2586
 
2587
- #: modules/gadsense/includes/class-ad-type-adsense.php:105
2588
  msgid "Your AdSense Publisher ID is missing."
2589
  msgstr ""
2590
 
@@ -2781,51 +2897,72 @@ msgstr ""
2781
  msgid "Rebuild asset folder"
2782
  msgstr ""
2783
 
2784
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:22
2785
- msgid "Copy&Paste existing ad code"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2786
  msgstr ""
2787
 
2788
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:27
 
 
 
 
2789
  msgid "Ad Slot ID"
2790
  msgstr ""
2791
 
2792
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:32
2793
  #, php-format
2794
  msgid "Publisher ID: %s"
2795
  msgstr ""
2796
 
2797
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:44
2798
  #, php-format
2799
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2800
  msgstr ""
2801
 
2802
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:50
2803
  msgid "Normal"
2804
  msgstr ""
2805
 
2806
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:56
2807
- #, php-format
2808
- msgid ""
2809
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2810
- "define the exact size for each browser width or choose between horizontal, "
2811
- "vertical, or rectangle formats."
2812
  msgstr ""
2813
 
2814
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
2815
- msgid "Resizing"
2816
  msgstr ""
2817
 
2818
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:72
2819
- msgid ""
2820
- "Copy the ad code from your AdSense account and paste it in the area below"
2821
  msgstr ""
2822
 
2823
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:75
2824
- msgid "Get details"
 
 
 
 
2825
  msgstr ""
2826
 
2827
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:76
2828
- msgid "Close"
2829
  msgstr ""
2830
 
2831
  #. Name of the plugin
3
  msgstr ""
4
  "Project-Id-Version: Advanved Ads\n"
5
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
6
+ "POT-Creation-Date: 2017-06-22 13:15+0000\n"
7
  "POT-Revision-Date: Wed Jul 13 2016 13:23:05 GMT+0200 (CEST)\n"
8
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9
  "Last-Translator: Thomas Maier <post@webzunft.de>\n"
23
  "X-Poedit-Basepath: ../\n"
24
  "X-Poedit-SearchPath-0: ."
25
 
26
+ #: admin/class-advanced-ads-admin.php:190 classes/display-conditions.php:178
27
+ #: classes/visitor-conditions.php:241 admin/views/ad-display-metabox.php:114
28
  msgid "or"
29
  msgstr ""
30
 
31
+ #: admin/class-advanced-ads-admin.php:191 classes/display-conditions.php:178
32
+ #: classes/visitor-conditions.php:241 admin/views/ad-visitor-metabox.php:88
33
  msgid "and"
34
  msgstr ""
35
 
36
+ #: admin/class-advanced-ads-admin.php:192
37
  msgid "After which paragraph?"
38
  msgstr ""
39
 
40
+ #: admin/class-advanced-ads-admin.php:300
41
  #, php-format
42
  msgid "time of %s"
43
  msgstr ""
44
 
45
+ #: admin/class-advanced-ads-admin.php:341 admin/includes/class-menu.php:86
46
+ #: admin/includes/class-menu.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "Support"
48
  msgstr ""
49
 
50
+ #: admin/class-advanced-ads-admin.php:345
51
  msgid "Add-Ons"
52
  msgstr ""
53
 
 
 
 
 
 
 
 
 
54
  #: classes/ad-debug.php:32
55
  msgid "The ad is displayed on the page"
56
  msgstr ""
84
  msgstr ""
85
 
86
  #: classes/ad-debug.php:118 classes/ad-debug.php:167 classes/ad-debug.php:169
87
+ #: public/class-advanced-ads.php:618 admin/views/ad-group-list-ads.php:2
88
  msgid "Ad"
89
  msgstr ""
90
 
91
+ #: classes/ad-debug.php:121 public/class-advanced-ads.php:581
92
  msgctxt "ad group singular name"
93
  msgid "Ad Group"
94
  msgstr ""
119
  msgid "Manual placement to use as function or shortcode."
120
  msgstr ""
121
 
122
+ #: classes/ad_placements.php:37
123
  msgid "Header Code"
124
  msgstr ""
125
 
126
+ #: classes/ad_placements.php:38
127
  msgid ""
128
  "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
129
  msgstr ""
130
 
131
+ #: classes/ad_placements.php:42
132
  msgid "Footer Code"
133
  msgstr ""
134
 
135
+ #: classes/ad_placements.php:43
136
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
137
  msgstr ""
138
 
139
+ #: classes/ad_placements.php:47 admin/views/ad-info-top.php:9
140
  msgid "Before Content"
141
  msgstr ""
142
 
143
+ #: classes/ad_placements.php:48
144
  msgid "Injected before the post content."
145
  msgstr ""
146
 
147
+ #: classes/ad_placements.php:53 admin/views/ad-info-top.php:11
148
  msgid "After Content"
149
  msgstr ""
150
 
151
+ #: classes/ad_placements.php:54
152
  msgid "Injected after the post content."
153
  msgstr ""
154
 
155
+ #: classes/ad_placements.php:59 admin/views/ad-info-top.php:10
156
  msgid "Content"
157
  msgstr ""
158
 
159
+ #: classes/ad_placements.php:60
160
  msgid ""
161
  "Injected into the content. You can choose the paragraph after which the ad "
162
  "content is displayed."
163
  msgstr ""
164
 
165
+ #: classes/ad_placements.php:65
166
  msgid "Sidebar Widget"
167
  msgstr ""
168
 
169
+ #: classes/ad_placements.php:66
170
  msgid ""
171
  "Create a sidebar widget with an ad. Can be placed and used like any other "
172
  "widget."
173
  msgstr ""
174
 
175
+ #: classes/ad_placements.php:218
176
  #, php-format
177
  msgid "paragraph (%s)"
178
  msgstr ""
179
 
180
+ #: classes/ad_placements.php:219
181
  #, php-format
182
  msgid "paragraph without image (%s)"
183
  msgstr ""
184
 
185
+ #: classes/ad_placements.php:220
186
  #, php-format
187
  msgid "headline 2 (%s)"
188
  msgstr ""
189
 
190
+ #: classes/ad_placements.php:221
191
  #, php-format
192
  msgid "headline 3 (%s)"
193
  msgstr ""
194
 
195
+ #: classes/ad_placements.php:222
196
  #, php-format
197
  msgid "headline 4 (%s)"
198
  msgstr ""
199
 
200
+ #: classes/ad_placements.php:517
201
+ #, php-format
202
+ msgid "Set <em>%s</em> to show more ads"
203
+ msgstr ""
204
+
205
+ #: classes/ad_placements.php:517 admin/includes/class-settings.php:110
206
+ msgid "Disable level limitation"
207
+ msgstr ""
208
+
209
  #: classes/ad_type_content.php:35
210
  msgid "Rich Content"
211
  msgstr ""
216
  "image upload or styling, but also simple text/html mode for scripts and code."
217
  msgstr ""
218
 
219
+ #: classes/ad_type_dummy.php:26
220
+ msgid "Dummy"
221
+ msgstr ""
222
+
223
+ #: classes/ad_type_dummy.php:27
224
+ msgid "Uses a simple placeholder ad for quick testing."
225
+ msgstr ""
226
+
227
+ #: classes/ad_type_dummy.php:47 classes/ad_type_image.php:65
228
+ msgid "url"
229
+ msgstr ""
230
+
231
+ #: classes/ad_type_dummy.php:49 classes/ad_type_image.php:68
232
+ #, php-format
233
+ msgid ""
234
+ "Open this url in a new window and track impressions and clicks with the <a "
235
+ "href=\"%s\" target=\"_blank\">Tracking add-on</a>"
236
+ msgstr ""
237
+
238
  #: classes/ad_type_group.php:30 admin/views/ad-group-list-header.php:3
239
  msgid "Ad Group"
240
  msgstr ""
249
  msgid "ad group"
250
  msgstr ""
251
 
252
+ #: classes/ad_type_image.php:34
253
+ msgid "Image Ad"
254
+ msgstr ""
255
+
256
+ #: classes/ad_type_image.php:35
257
+ msgid "Ads in various image formats."
258
+ msgstr ""
259
+
260
+ #: classes/ad_type_image.php:55
261
+ msgid "Insert File"
262
+ msgstr ""
263
+
264
+ #: classes/ad_type_image.php:55
265
+ msgid "Insert"
266
+ msgstr ""
267
+
268
+ #: classes/ad_type_image.php:55
269
+ msgid "select image"
270
+ msgstr ""
271
+
272
+ #: classes/ad_type_image.php:56
273
+ msgid "edit"
274
+ msgstr ""
275
+
276
  #: classes/ad_type_plain.php:31
277
  msgid "Plain Text and Code"
278
  msgstr ""
288
  msgid "Insert plain text or code into this field."
289
  msgstr ""
290
 
291
+ #: classes/ad_type_plain.php:87
292
+ msgid "Allow PHP"
293
+ msgstr ""
294
+
295
  #: classes/ad_type_plain.php:89
296
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
297
  msgstr ""
330
  msgid "author"
331
  msgstr ""
332
 
333
+ #: classes/display-conditions.php:120
334
  #, php-format
335
  msgid "archive: %s"
336
  msgstr ""
337
 
338
+ #: classes/display-conditions.php:213 classes/display-conditions.php:266
339
+ #: classes/display-conditions.php:321 classes/display-conditions.php:395
340
  msgid "is"
341
  msgstr ""
342
 
343
+ #: classes/display-conditions.php:214 classes/display-conditions.php:267
344
+ #: classes/display-conditions.php:322 classes/display-conditions.php:396
345
  msgid "is not"
346
  msgstr ""
347
 
348
+ #: classes/display-conditions.php:237 classes/display-conditions.php:282
349
+ #: classes/display-conditions.php:370
350
  msgctxt "Error message shown when no display condition term is selected"
351
  msgid "Please select some items."
352
  msgstr ""
353
 
354
+ #: classes/display-conditions.php:283
355
+ #, php-format
356
+ msgid ""
357
+ "Only %d elements are displayed above. Use the <code>advanced-ads-admin-max-"
358
+ "terms</code> filter to change this limit according to <a href=\"%s\" "
359
+ "target=\"_blank\">this page</a>."
360
  msgstr ""
361
 
362
+ #: classes/display-conditions.php:361
363
+ msgctxt "display the terms search field on ad edit page"
364
  msgid "add more terms"
365
  msgstr ""
366
 
367
+ #: classes/display-conditions.php:363
368
  msgid "term name or id"
369
  msgstr ""
370
 
371
+ #: classes/display-conditions.php:424
372
  msgid "title or id"
373
  msgstr ""
374
 
375
+ #: classes/display-conditions.php:469
376
  msgid "Home Page"
377
  msgstr ""
378
 
379
+ #: classes/display-conditions.php:470
380
  msgid "show on Home page"
381
  msgstr ""
382
 
383
+ #: classes/display-conditions.php:474
384
  msgid "Singular Pages"
385
  msgstr ""
386
 
387
+ #: classes/display-conditions.php:475
388
  msgid "show on singular pages/posts"
389
  msgstr ""
390
 
391
+ #: classes/display-conditions.php:479
392
  msgid "Archive Pages"
393
  msgstr ""
394
 
395
+ #: classes/display-conditions.php:480
396
  msgid "show on any type of archive page (category, tag, author and date)"
397
  msgstr ""
398
 
399
+ #: classes/display-conditions.php:484
400
  msgid "Search Results"
401
  msgstr ""
402
 
403
+ #: classes/display-conditions.php:485
404
  msgid "show on search result pages"
405
  msgstr ""
406
 
407
+ #: classes/display-conditions.php:489
408
  msgid "404 Page"
409
  msgstr ""
410
 
411
+ #: classes/display-conditions.php:490
412
  msgid "show on 404 error page"
413
  msgstr ""
414
 
415
+ #: classes/display-conditions.php:494
416
  msgid "Attachment Pages"
417
  msgstr ""
418
 
419
+ #: classes/display-conditions.php:495
420
  msgid "show on attachment pages"
421
  msgstr ""
422
 
423
+ #: classes/display-conditions.php:499
424
  msgid "Secondary Queries"
425
  msgstr ""
426
 
427
+ #: classes/display-conditions.php:500
428
  msgid "allow ads in secondary queries"
429
  msgstr ""
430
 
431
+ #: classes/display-conditions.php:504
432
  msgid "Feed"
433
  msgstr ""
434
 
435
+ #: classes/display-conditions.php:505
436
  msgid "allow ads in Feed"
437
  msgstr ""
438
 
439
+ #: classes/EDD_SL_Plugin_Updater.php:201
440
  #, php-format
441
  msgid ""
442
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
443
  msgstr ""
444
 
445
+ #: classes/EDD_SL_Plugin_Updater.php:209
446
  #, php-format
447
  msgid ""
448
  "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
449
  "or %5$supdate now%6$s."
450
  msgstr ""
451
 
452
+ #: classes/filesystem.php:61
453
+ msgid "Could not access filesystem."
454
+ msgstr ""
455
+
456
+ #: classes/filesystem.php:72
457
+ msgid "Unable to locate WordPress root directory."
458
  msgstr ""
459
 
460
+ #: classes/filesystem.php:76
461
+ msgid "Unable to locate WordPress content directory (wp-content)."
462
+ msgstr ""
463
+
464
+ #: classes/filesystem.php:80
465
+ #, php-format
466
+ msgid "Unable to locate needed folder (%s)."
467
  msgstr ""
468
 
469
  #: classes/frontend_checks.php:40
470
  msgid "Ad Health"
471
  msgstr ""
472
 
473
+ #: classes/frontend_checks.php:48
474
  msgid "jQuery not in header"
475
  msgstr ""
476
 
477
+ #: classes/frontend_checks.php:61
478
+ msgid "Random AdSense ads"
479
+ msgstr ""
480
+
481
+ #: classes/frontend_checks.php:74
482
  msgid "Ad blocker enabled"
483
  msgstr ""
484
 
485
+ #: classes/frontend_checks.php:88
486
  #, php-format
487
  msgid "<em>%s</em> filter does not exist"
488
  msgstr ""
489
 
490
+ #: classes/frontend_checks.php:105
491
  msgid "Ads are disabled on this page"
492
  msgstr ""
493
 
494
+ #: classes/frontend_checks.php:119
495
  msgid "Ads are disabled in the content of this page"
496
  msgstr ""
497
 
498
+ #: classes/frontend_checks.php:132
499
  msgid "the current post ID is 0 "
500
  msgstr ""
501
 
502
+ #: classes/frontend_checks.php:147
503
  msgid "Ads are disabled on 404 pages"
504
  msgstr ""
505
 
506
+ #: classes/frontend_checks.php:161
507
  msgid "Ads are disabled on non singular pages"
508
  msgstr ""
509
 
510
+ #: classes/frontend_checks.php:175
511
  #: modules/import-export/classes/XmlEncoder.php:61
512
  #: modules/import-export/classes/XmlEncoder.php:64
513
  #: modules/import-export/classes/XmlEncoder.php:193
516
  msgid "The %s extension(s) is not loaded"
517
  msgstr ""
518
 
519
+ #: classes/frontend_checks.php:191
520
  msgid "Everything is fine"
521
  msgstr ""
522
 
523
+ #: classes/frontend_checks.php:202
524
  msgid "debug DFP ads"
525
  msgstr ""
526
 
527
+ #: classes/frontend_checks.php:213
528
  msgid "highlight ads"
529
  msgstr ""
530
 
556
  msgid "Manual and Troubleshooting"
557
  msgstr ""
558
 
559
+ #: classes/visitor-conditions.php:98
560
+ #, php-format
561
+ msgid ""
562
+ "Display ads by the available space on the device or target tablets with the "
563
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>"
564
+ msgstr ""
565
+
566
  #: classes/visitor-conditions.php:161
567
  msgid "equal"
568
  msgstr ""
575
  msgid "equal or lower"
576
  msgstr ""
577
 
578
+ #: classes/visitor-conditions.php:194
579
  msgid "contains"
580
  msgstr ""
581
 
582
+ #: classes/visitor-conditions.php:195
583
  msgid "starts with"
584
  msgstr ""
585
 
586
+ #: classes/visitor-conditions.php:196
587
  msgid "ends with"
588
  msgstr ""
589
 
590
+ #: classes/visitor-conditions.php:197
591
  msgid "matches"
592
  msgstr ""
593
 
594
+ #: classes/visitor-conditions.php:198
595
  msgid "matches regex"
596
  msgstr ""
597
 
598
+ #: classes/visitor-conditions.php:199
599
  msgid "does not contain"
600
  msgstr ""
601
 
602
+ #: classes/visitor-conditions.php:200
603
  msgid "does not start with"
604
  msgstr ""
605
 
606
+ #: classes/visitor-conditions.php:201
607
  msgid "does not end with"
608
  msgstr ""
609
 
610
+ #: classes/visitor-conditions.php:202
611
  msgid "does not match"
612
  msgstr ""
613
 
614
+ #: classes/visitor-conditions.php:203
615
  msgid "does not match regex"
616
  msgstr ""
617
 
619
  msgid "Display Ads and Ad Groups."
620
  msgstr ""
621
 
622
+ #: classes/widget.php:67 admin/includes/class-shortcode-creator.php:82
623
  msgid "--empty--"
624
  msgstr ""
625
 
626
+ #: classes/widget.php:69 admin/includes/class-menu.php:75
627
+ #: admin/includes/class-shortcode-creator.php:98 admin/views/placements.php:18
628
  #: modules/import-export/views/page.php:25
629
  msgid "Placements"
630
  msgstr ""
631
 
632
+ #: classes/widget.php:76 admin/includes/class-menu.php:70
633
+ #: admin/includes/class-shortcode-creator.php:91
634
+ #: admin/views/placements-item.php:4 admin/views/placements.php:187
635
  msgid "Ad Groups"
636
  msgstr ""
637
 
638
+ #: classes/widget.php:83 public/class-advanced-ads.php:617
639
+ #: admin/includes/class-menu.php:59 admin/includes/class-menu.php:59
640
+ #: admin/includes/class-shortcode-creator.php:84
641
+ #: admin/views/ad-group-list-form-row.php:68
642
+ #: admin/views/ad-group-list-header.php:5 admin/views/placements-item.php:11
643
+ #: admin/views/placements.php:194 modules/import-export/views/page.php:23
644
  msgid "Ads"
645
  msgstr ""
646
 
647
+ #: public/class-advanced-ads.php:317
648
  msgid "Advanced Ads Error following:"
649
  msgstr ""
650
 
651
+ #: public/class-advanced-ads.php:320
652
  #, php-format
653
  msgid "Advanced Ads Error: %s"
654
  msgstr ""
655
 
656
+ #: public/class-advanced-ads.php:580
657
  msgctxt "ad group general name"
658
  msgid "Ad Groups"
659
  msgstr ""
660
 
661
+ #: public/class-advanced-ads.php:582
662
  msgid "Search Ad Groups"
663
  msgstr ""
664
 
665
+ #: public/class-advanced-ads.php:583
666
  msgid "All Ad Groups"
667
  msgstr ""
668
 
669
+ #: public/class-advanced-ads.php:584
670
  msgid "Parent Ad Groups"
671
  msgstr ""
672
 
673
+ #: public/class-advanced-ads.php:585
674
  msgid "Parent Ad Groups:"
675
  msgstr ""
676
 
677
+ #: public/class-advanced-ads.php:586
678
  msgid "Edit Ad Group"
679
  msgstr ""
680
 
681
+ #: public/class-advanced-ads.php:587
682
  msgid "Update Ad Group"
683
  msgstr ""
684
 
685
+ #: public/class-advanced-ads.php:588
686
  msgid "Add New Ad Group"
687
  msgstr ""
688
 
689
+ #: public/class-advanced-ads.php:589
690
  msgid "New Ad Groups Name"
691
  msgstr ""
692
 
693
+ #: public/class-advanced-ads.php:590 admin/includes/class-menu.php:70
694
  #: modules/import-export/views/page.php:24
695
  msgid "Groups"
696
  msgstr ""
697
 
698
+ #: public/class-advanced-ads.php:591
699
  msgid "No Ad Group found"
700
  msgstr ""
701
 
702
+ #: public/class-advanced-ads.php:619 public/class-advanced-ads.php:623
703
+ #: admin/includes/class-menu.php:65 admin/views/ad-group-list-ads.php:17
704
  msgid "New Ad"
705
  msgstr ""
706
 
707
+ #: public/class-advanced-ads.php:620 admin/includes/class-menu.php:65
708
  msgid "Add New Ad"
709
  msgstr ""
710
 
711
+ #: public/class-advanced-ads.php:621
712
+ #: admin/includes/class-ad-groups-list.php:308
713
  #: modules/import-export/classes/import.php:143
714
  #: modules/import-export/classes/import.php:183
715
  #: modules/import-export/classes/import.php:559
716
  msgid "Edit"
717
  msgstr ""
718
 
719
+ #: public/class-advanced-ads.php:622
720
  msgid "Edit Ad"
721
  msgstr ""
722
 
723
+ #: public/class-advanced-ads.php:624
724
  msgid "View"
725
  msgstr ""
726
 
727
+ #: public/class-advanced-ads.php:625
728
  msgid "View the Ad"
729
  msgstr ""
730
 
731
+ #: public/class-advanced-ads.php:626
732
  msgid "Search Ads"
733
  msgstr ""
734
 
735
+ #: public/class-advanced-ads.php:627
736
  msgid "No Ads found"
737
  msgstr ""
738
 
739
+ #: public/class-advanced-ads.php:628
740
  msgid "No Ads found in Trash"
741
  msgstr ""
742
 
743
+ #: public/class-advanced-ads.php:629
744
  msgid "Parent Ad"
745
  msgstr ""
746
 
747
+ #: public/class-advanced-ads.php:754
748
  msgctxt "label above ads"
749
  msgid "Advertisements"
750
  msgstr ""
751
 
752
+ #: admin/includes/class-ad-groups-list.php:164
753
  msgid "Ad weight"
754
  msgstr ""
755
 
756
+ #: admin/includes/class-ad-groups-list.php:172
757
  #: admin/views/ad-list-timing-column.php:4
758
  #, php-format
759
  msgid "starts %s"
760
  msgstr ""
761
 
762
+ #: admin/includes/class-ad-groups-list.php:191
763
  #: admin/views/ad-list-timing-column.php:21
764
  #, php-format
765
  msgid "expires %s"
766
  msgstr ""
767
 
768
+ #: admin/includes/class-ad-groups-list.php:193
769
  #: admin/views/ad-list-timing-column.php:23
770
  #, php-format
771
  msgid "<strong>expired</strong> %s"
772
  msgstr ""
773
 
774
+ #: admin/includes/class-ad-groups-list.php:208
775
+ #, php-format
776
+ msgid "show %d more ads"
777
+ msgstr ""
778
+
779
+ #: admin/includes/class-ad-groups-list.php:212
780
  msgid "all published ads are displayed"
781
  msgstr ""
782
 
783
+ #: admin/includes/class-ad-groups-list.php:214
784
  #, php-format
785
  msgid "up to %d ads displayed"
786
  msgstr ""
787
 
788
+ #: admin/includes/class-ad-groups-list.php:217
789
  msgid "No ads assigned"
790
  msgstr ""
791
 
792
+ #: admin/includes/class-ad-groups-list.php:218
793
+ msgid "Add some"
794
+ msgstr ""
795
+
796
+ #: admin/includes/class-ad-groups-list.php:284
797
  msgid "Random ads"
798
  msgstr ""
799
 
800
+ #: admin/includes/class-ad-groups-list.php:285
801
  msgid "Display random ads based on ad weight"
802
  msgstr ""
803
 
804
+ #: admin/includes/class-ad-groups-list.php:288
805
  msgid "Ordered ads"
806
  msgstr ""
807
 
808
+ #: admin/includes/class-ad-groups-list.php:289
809
  msgid "Display ads with the highest ad weight first"
810
  msgstr ""
811
 
812
+ #: admin/includes/class-ad-groups-list.php:309
813
  msgid "Usage"
814
  msgstr ""
815
 
816
+ #: admin/includes/class-ad-groups-list.php:339
817
  msgid "Invalid Ad Group"
818
  msgstr ""
819
 
820
+ #: admin/includes/class-ad-groups-list.php:344
821
  msgid "You don’t have permission to change the ad groups"
822
  msgstr ""
823
 
824
+ #: admin/includes/class-ad-type.php:97 admin/includes/class-ad-type.php:102
825
  msgid "Ad Details"
826
  msgstr ""
827
 
828
+ #: admin/includes/class-ad-type.php:98 admin/includes/class-ad-type.php:103
829
  msgid "Ad Planning"
830
  msgstr ""
831
 
832
+ #: admin/includes/class-ad-type.php:200
833
  msgid "expired"
834
  msgstr ""
835
 
836
+ #: admin/includes/class-ad-type.php:201
837
  msgid "any expiry date"
838
  msgstr ""
839
 
840
+ #: admin/includes/class-ad-type.php:202
841
  msgid "planned"
842
  msgstr ""
843
 
844
+ #: admin/includes/class-ad-type.php:514 admin/includes/class-ad-type.php:515
845
  msgid "Ad updated."
846
  msgstr ""
847
 
848
  #. translators: %s: date and time of the revision
849
+ #: admin/includes/class-ad-type.php:517
850
  #, php-format
851
  msgid "Ad restored to revision from %s"
852
  msgstr ""
853
 
854
+ #: admin/includes/class-ad-type.php:518
855
  msgid "Ad published."
856
  msgstr ""
857
 
858
+ #: admin/includes/class-ad-type.php:518
859
  #, php-format
860
  msgid ""
861
  "Ad not showing up? Take a look <a href=\"%s\" target=\"_blank\">here</a>"
862
  msgstr ""
863
 
864
+ #: admin/includes/class-ad-type.php:519
865
  msgid "Ad saved."
866
  msgstr ""
867
 
868
+ #: admin/includes/class-ad-type.php:520
869
  msgid "Ad submitted."
870
  msgstr ""
871
 
872
+ #: admin/includes/class-ad-type.php:522
873
  #, php-format
874
  msgid "Ad scheduled for: <strong>%1$s</strong>."
875
  msgstr ""
876
 
877
  #. translators: Publish box date format, see http://php.net/date
878
+ #: admin/includes/class-ad-type.php:524
879
  msgid "M j, Y @ G:i"
880
  msgstr ""
881
 
882
+ #: admin/includes/class-ad-type.php:526
883
  msgid "Ad draft updated."
884
  msgstr ""
885
 
886
+ #: admin/includes/class-licenses.php:86
887
+ #, php-format
888
+ msgid ""
889
+ "There might be a new version of %1$s. Please <strong>provide a valid license "
890
+ "key</strong> in order to receive updates and support <a href=\"%2$s\">on "
891
+ "this page</a>."
892
+ msgstr ""
893
+
894
+ #: admin/includes/class-licenses.php:101
895
+ msgid "Error while trying to register the license. Please contact support."
896
+ msgstr ""
897
+
898
+ #: admin/includes/class-licenses.php:106 admin/views/setting-license.php:40
899
+ msgid "Please enter a valid license key"
900
+ msgstr ""
901
+
902
+ #: admin/includes/class-licenses.php:132
903
+ #: modules/marketpress-license/main.php:65
904
+ #: modules/marketpress-license/main.php:77
905
+ msgid "License couldn’t be activated. Please try again later."
906
+ msgstr ""
907
+
908
+ #: admin/includes/class-licenses.php:147
909
+ msgid "This is the bundle license key."
910
+ msgstr ""
911
+
912
+ #: admin/includes/class-licenses.php:148
913
+ #: modules/marketpress-license/main.php:132
914
+ msgid "This is not the correct key for this add-on."
915
+ msgstr ""
916
+
917
+ #: admin/includes/class-licenses.php:149
918
+ #: modules/marketpress-license/main.php:130
919
+ msgid "There are no activations left."
920
+ msgstr ""
921
+
922
+ #: admin/includes/class-licenses.php:218
923
+ msgid "Error while trying to disable the license. Please contact support."
924
+ msgstr ""
925
+
926
+ #: admin/includes/class-licenses.php:245 admin/includes/class-licenses.php:263
927
+ msgid "License couldn’t be deactivated. Please try again later."
928
+ msgstr ""
929
+
930
+ #: admin/includes/class-licenses.php:470
931
+ #, php-format
932
+ msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
933
+ msgstr ""
934
+
935
+ #: admin/includes/class-licenses.php:472
936
+ #, php-format
937
+ msgid ""
938
+ "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>"
939
+ "."
940
+ msgstr ""
941
+
942
  #: admin/includes/class-menu.php:52
943
  msgid "Overview"
944
  msgstr ""
945
 
946
+ #: admin/includes/class-menu.php:75
947
  msgid "Ad Placements"
948
  msgstr ""
949
 
950
+ #: admin/includes/class-menu.php:79
951
  msgid "Advanced Ads Settings"
952
  msgstr ""
953
 
954
+ #: admin/includes/class-menu.php:79 admin/views/debug.php:9
955
  msgid "Settings"
956
  msgstr ""
957
 
958
+ #: admin/includes/class-menu.php:82
959
  msgid "Advanced Ads Debugging"
960
  msgstr ""
961
 
962
+ #: admin/includes/class-menu.php:82
963
  msgid "Debug"
964
  msgstr ""
965
 
966
+ #: admin/includes/class-menu.php:190 admin/includes/class-menu.php:217
 
 
 
 
967
  msgid "Sorry, you are not allowed to access this feature."
968
  msgstr ""
969
 
970
+ #: admin/includes/class-menu.php:203
971
  msgid ""
972
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
973
  "deleted?"
986
  msgstr ""
987
 
988
  #: admin/includes/class-meta-box.php:126 admin/includes/class-meta-box.php:137
989
+ #: admin/includes/class-meta-box.php:142 admin/includes/class-settings.php:446
990
  #: admin/views/ad-output-metabox.php:51
991
  msgid "Manual"
992
  msgstr ""
995
  msgid "Video"
996
  msgstr ""
997
 
998
+ #: admin/includes/class-meta-box.php:222
999
  msgid "Ad Settings"
1000
  msgstr ""
1001
 
1002
+ #: admin/includes/class-meta-box.php:324 admin/views/overview.php:23
1003
  msgid "Ads Dashboard"
1004
  msgstr ""
1005
 
1006
+ #: admin/includes/class-meta-box.php:336
1007
  msgid "From the ad optimization universe"
1008
  msgstr ""
1009
 
1010
+ #: admin/includes/class-meta-box.php:345
1011
  msgid "Advanced Ads Tutorials"
1012
  msgstr ""
1013
 
1014
+ #: admin/includes/class-meta-box.php:357
1015
  #, php-format
1016
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1017
  msgstr ""
1018
 
1019
+ #: admin/includes/class-meta-box.php:369
1020
  msgid "plugin manual and homepage"
1021
  msgstr ""
1022
 
1023
+ #: admin/includes/class-meta-box.php:376
1024
  msgid "Get the tutorial via email"
1025
  msgstr ""
1026
 
1027
+ #: admin/includes/class-meta-box.php:383
1028
  msgid "Get AdSense tips via email"
1029
  msgstr ""
1030
 
1107
  msgstr ""
1108
 
1109
  #: admin/includes/class-overview-widgets.php:95 admin/includes/notices.php:30
1110
+ #: admin/views/notices/inline.php:3 admin/views/notices/subscribe.php:3
 
1111
  msgid "Subscribe me now"
1112
  msgstr ""
1113
 
1119
  msgid "Send it now"
1120
  msgstr ""
1121
 
1122
+ #: admin/includes/class-overview-widgets.php:126
1123
  msgid "Create your first ad"
1124
  msgstr ""
1125
 
1310
  msgid "General"
1311
  msgstr ""
1312
 
1313
+ #: admin/includes/class-settings.php:59 admin/includes/class-settings.php:199
1314
  msgid "Licenses"
1315
  msgstr ""
1316
 
1334
  msgid "Priority of content injection filter"
1335
  msgstr ""
1336
 
1337
+ #: admin/includes/class-settings.php:118
1338
  msgid "Hide ads from bots"
1339
  msgstr ""
1340
 
1341
+ #: admin/includes/class-settings.php:126
1342
  msgid "Disable notices"
1343
  msgstr ""
1344
 
1345
+ #: admin/includes/class-settings.php:134
1346
  msgid "ID prefix"
1347
  msgstr ""
1348
 
1349
+ #: admin/includes/class-settings.php:142
1350
  msgid "Remove Widget ID"
1351
  msgstr ""
1352
 
1353
+ #: admin/includes/class-settings.php:150
1354
  msgid "Allow editors to manage ads"
1355
  msgstr ""
1356
 
1357
+ #: admin/includes/class-settings.php:158
1358
  msgid "Ad label"
1359
  msgstr ""
1360
 
1361
+ #: admin/includes/class-settings.php:168
1362
  msgid "Delete data on uninstall"
1363
  msgstr ""
1364
 
1365
+ #: admin/includes/class-settings.php:178
1366
+ msgid "Disable shortcode button"
1367
+ msgstr ""
1368
+
1369
+ #: admin/includes/class-settings.php:220
1370
+ #, php-format
1371
+ msgid ""
1372
+ "Enter license keys for our powerful <a href=\"%s\" target=\"_blank\">add-"
1373
+ "ons</a>."
1374
+ msgstr ""
1375
+
1376
+ #: admin/includes/class-settings.php:221
1377
+ #, php-format
1378
+ msgid ""
1379
+ "See also <a href=\"%s\" target=\"_blank\">Issues and questions about "
1380
+ "licenses</a>."
1381
+ msgstr ""
1382
+
1383
+ #: admin/includes/class-settings.php:255
1384
  msgid "(display to all)"
1385
  msgstr ""
1386
 
1387
+ #: admin/includes/class-settings.php:256
1388
  msgid "Subscriber"
1389
  msgstr ""
1390
 
1391
+ #: admin/includes/class-settings.php:257
1392
  msgid "Contributor"
1393
  msgstr ""
1394
 
1395
+ #: admin/includes/class-settings.php:258
1396
  msgid "Author"
1397
  msgstr ""
1398
 
1399
+ #: admin/includes/class-settings.php:259
1400
  msgid "Editor"
1401
  msgstr ""
1402
 
1403
+ #: admin/includes/class-settings.php:260
1404
  msgid "Admin"
1405
  msgstr ""
1406
 
1407
+ #: admin/includes/class-settings.php:268
1408
  msgid "Choose the lowest role a user must have in order to not see any ads."
1409
  msgstr ""
1410
 
1411
+ #: admin/includes/class-settings.php:282
1412
  msgid ""
1413
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
1414
  "needs it."
1415
  msgstr ""
1416
 
1417
+ #: admin/includes/class-settings.php:285
1418
  #, php-format
1419
  msgid ""
1420
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">"
1422
  "need features from this file."
1423
  msgstr ""
1424
 
1425
+ #: admin/includes/class-settings.php:305
1426
  msgid ""
1427
  "Some plugins and themes trigger ad injections where it shouldn’t happen. "
1428
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
1432
  "injection only in the first x posts on your archive pages."
1433
  msgstr ""
1434
 
1435
+ #: admin/includes/class-settings.php:321
1436
  msgid ""
1437
  "Please check your post content. A priority of 10 and below might cause "
1438
  "issues (wpautop function might run twice)."
1439
  msgstr ""
1440
 
1441
+ #: admin/includes/class-settings.php:323
1442
  msgid ""
1443
  "Play with this value in order to change the priority of the injected ads "
1444
  "compared to other auto injected elements in the post content."
1445
  msgstr ""
1446
 
1447
+ #: admin/includes/class-settings.php:337
1448
+ msgid ""
1449
+ "Advanced Ads ignores paragraphs and other elements in containers when "
1450
+ "injecting ads into the post content. Check this option to ignore this "
1451
+ "limitation and ads might show up again."
1452
+ msgstr ""
1453
+
1454
+ #: admin/includes/class-settings.php:350
1455
  #, php-format
1456
  msgid ""
1457
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
1459
  "Tracking Add-On</a>."
1460
  msgstr ""
1461
 
1462
+ #: admin/includes/class-settings.php:351
1463
  msgid ""
1464
  "Disabling this option only makes sense if your ads contain content you want "
1465
  "to display to bots (like search engines) or your site is cached and bots "
1466
  "could create a cached version without the ads."
1467
  msgstr ""
1468
 
1469
+ #: admin/includes/class-settings.php:364
1470
  msgid ""
1471
  "Disable internal notices like tips, tutorials, email newsletters and update "
1472
  "notices. Disabling notices is recommended if you run multiple blogs with "
1473
  "Advanced Ads already."
1474
  msgstr ""
1475
 
1476
+ #: admin/includes/class-settings.php:381
1477
  msgid ""
1478
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1479
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
1480
  "need to <strong>rewrite css rules afterwards</strong>."
1481
  msgstr ""
1482
 
1483
+ #: admin/includes/class-settings.php:402
1484
  msgid ""
1485
  "Remove the ID attribute from widgets in order to not make them an easy "
1486
  "target of ad blockers."
1487
  msgstr ""
1488
 
1489
+ #: admin/includes/class-settings.php:405
1490
  msgid ""
1491
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
1492
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
1493
  msgstr ""
1494
 
1495
+ #: admin/includes/class-settings.php:427
1496
  msgid "Allow editors to also manage and publish ads."
1497
  msgstr ""
1498
 
1499
+ #: admin/includes/class-settings.php:428
1500
  #, php-format
1501
  msgid ""
1502
  "You can assign different ad-related roles on a user basis with <a "
1503
  "href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
1504
  msgstr ""
1505
 
1506
+ #: admin/includes/class-settings.php:446
1507
  msgid "Displayed above ads."
1508
  msgstr ""
1509
 
1510
+ #: admin/includes/class-settings.php:460
1511
  msgid "Clean up all data related to Advanced Ads when removing the plugin."
1512
  msgstr ""
1513
 
1514
+ #: admin/includes/class-settings.php:473
1515
+ msgid "Disable shortcode button in visual editor."
1516
+ msgstr ""
1517
+
1518
+ #: admin/includes/class-shortcode-creator.php:154
1519
+ #, php-format
1520
+ msgid ""
1521
+ "Please, either switch off your ad blocker or disable the shortcode button in "
1522
+ "the <a href=\"%s\" target=\"_blank\">settings</a>."
1523
+ msgstr ""
1524
+
1525
  #: admin/includes/notices.php:9
1526
  #, php-format
1527
  msgid ""
1528
+ "Advanced Ads successfully installed. <a href=\"%s\" class=\"button button-"
1529
+ "primary\">Create your first ad</a>"
1530
  msgstr ""
1531
 
1532
  #: admin/includes/notices.php:15
1618
  msgid "Cancel"
1619
  msgstr ""
1620
 
1621
+ #: admin/views/ad-display-metabox.php:9
1622
+ msgid ""
1623
+ "Click on the button below if the ad should NOT show up on all pages when "
1624
+ "included automatically."
1625
+ msgstr ""
1626
+
1627
  #: admin/views/ad-display-metabox.php:10
1628
+ msgid "Hide the ad on some pages"
1629
+ msgstr ""
1630
+
1631
+ #: admin/views/ad-display-metabox.php:17
1632
  msgid "Watch video"
1633
  msgstr ""
1634
 
1635
+ #: admin/views/ad-display-metabox.php:19 admin/views/ad-visitor-metabox.php:17
1636
  msgid "Visit the manual"
1637
  msgstr ""
1638
 
1639
+ #: admin/views/ad-display-metabox.php:22
1640
  #: admin/views/notices/jqueryui_error.php:2
1641
  #, php-format
1642
  msgid ""
1644
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1645
  msgstr ""
1646
 
1647
+ #: admin/views/ad-display-metabox.php:23
1648
  msgid "A page with this ad on it must match all of the following conditions."
1649
  msgstr ""
1650
 
1651
+ #: admin/views/ad-display-metabox.php:59
1652
  msgid "Forced to OR."
1653
  msgstr ""
1654
 
1655
+ #: admin/views/ad-display-metabox.php:60 admin/views/ad-info-top.php:86
1656
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:64
1657
  msgid "manual"
1658
  msgstr ""
1659
 
1660
+ #: admin/views/ad-display-metabox.php:76
1661
  msgid "If you want to display the ad everywhere, don't do anything here. "
1662
  msgstr ""
1663
 
1664
+ #: admin/views/ad-display-metabox.php:80 admin/views/ad-visitor-metabox.php:54
1665
  msgid "New condition"
1666
  msgstr ""
1667
 
1668
+ #: admin/views/ad-display-metabox.php:83 admin/views/ad-visitor-metabox.php:57
1669
  msgid "-- choose a condition --"
1670
  msgstr ""
1671
 
1672
+ #: admin/views/ad-display-metabox.php:88 admin/views/ad-group-list-ads.php:24
1673
+ #: admin/views/ad-visitor-metabox.php:62
 
1674
  msgid "add"
1675
  msgstr ""
1676
 
1687
  msgid "Update"
1688
  msgstr ""
1689
 
1690
+ #: admin/views/ad-group-list-ads.php:3
1691
+ msgid "weight"
1692
  msgstr ""
1693
 
1694
+ #: admin/views/ad-group-list-form-row.php:12 admin/views/placements.php:24
1695
+ msgid "Name"
1696
  msgstr ""
1697
 
1698
+ #: admin/views/ad-group-list-form-row.php:41 admin/views/placements.php:23
1699
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:55
1700
  msgid "Type"
1701
  msgstr ""
1702
 
1703
+ #: admin/views/ad-group-list-form-row.php:51
 
 
 
 
1704
  msgctxt "option to display all ads in an ad groups"
1705
  msgid "all"
1706
  msgstr ""
1707
 
1708
+ #: admin/views/ad-group-list-form-row.php:57
1709
+ msgid "Visible ads"
1710
  msgstr ""
1711
 
1712
+ #: admin/views/ad-group-list-form-row.php:59
1713
+ msgid "Number of ads that are visible at the same time"
1714
  msgstr ""
1715
 
1716
  #: admin/views/ad-group-list-header.php:4
1717
  msgid "Details"
1718
  msgstr ""
1719
 
1720
+ #: admin/views/ad-group-list-row.php:8 admin/views/ad-info.php:3
1721
+ #: admin/views/placements.php:65
1722
  msgid "shortcode"
1723
  msgstr ""
1724
 
1725
+ #: admin/views/ad-group-list-row.php:11
 
1726
  msgid "template"
1727
  msgstr ""
1728
 
1760
  "ad can belong to multiple ad groups."
1761
  msgstr ""
1762
 
1763
+ #: admin/views/ad-group.php:53
1764
+ msgid ""
1765
+ "You can create a new group through the <em>Ad Groups</em> widget on the ad "
1766
+ "edit page."
1767
  msgstr ""
1768
 
1769
+ #: admin/views/ad-group.php:53
1770
  #, php-format
1771
  msgid ""
1772
+ "Find more information about ad groups in the <a href=\"%s\" "
1773
+ "target=\"_blank\">manual</a>."
 
 
 
 
 
 
 
 
1774
  msgstr ""
1775
 
1776
+ #: admin/views/ad-group.php:79
1777
  msgid "Update Groups"
1778
  msgstr ""
1779
 
1780
  #: admin/views/ad-info-after-textarea.php:5
 
1781
  msgid ""
1782
  "The code of this ad might not work properly with the <em>Content</em> "
1783
  "placement."
1784
  msgstr ""
1785
 
1786
  #: admin/views/ad-info-after-textarea.php:6
 
1787
  #, php-format
1788
  msgid "Reach out to <a href=\"%s\">support</a> to get help."
1789
  msgstr ""
1793
  msgid "previous"
1794
  msgstr ""
1795
 
1796
+ #: admin/views/ad-info-bottom.php:3
1797
  msgctxt "wizard navigation"
1798
  msgid "save"
1799
  msgstr ""
1800
 
1801
+ #: admin/views/ad-info-bottom.php:4
1802
  msgctxt "wizard navigation"
1803
  msgid "next"
1804
  msgstr ""
1850
  "target=\"_blank\">manual</a>."
1851
  msgstr ""
1852
 
1853
+ #: admin/views/ad-info-top.php:64
1854
  msgid "Start Wizard"
1855
  msgstr ""
1856
 
1858
  msgid "Stop Wizard"
1859
  msgstr ""
1860
 
1861
+ #: admin/views/ad-info-top.php:83
1862
  msgid "Welcome to the Wizard"
1863
  msgstr ""
1864
 
1865
+ #: admin/views/ad-info-top.php:84
1866
  msgid ""
1867
  "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1868
  "the most common options are visible."
1869
  msgstr ""
1870
 
1871
+ #: admin/views/ad-info-top.php:85
1872
  msgid "Stop Wizard and show all options"
1873
  msgstr ""
1874
 
1940
  msgstr ""
1941
 
1942
  #: admin/views/ad-output-metabox.php:4
1943
+ #: admin/views/placements-ad-label-position.php:1
1944
  msgid "Position"
1945
  msgstr ""
1946
 
1948
  msgid "- default -"
1949
  msgstr ""
1950
 
1951
+ #: admin/views/ad-output-metabox.php:7
1952
+ #: admin/views/placements-ad-label-position.php:2
1953
+ #: admin/views/placements-ad-label-position.php:4
1954
+ #: admin/views/placements-ad-label.php:1 admin/views/placements-ad-label.php:3
1955
+ #: admin/views/placements.php:53
1956
  msgid "default"
1957
  msgstr ""
1958
 
1959
  #: admin/views/ad-output-metabox.php:8
1960
+ #: admin/views/placements-ad-label-position.php:6
1961
+ #: admin/views/placements-ad-label-position.php:8
1962
  msgid "left"
1963
  msgstr ""
1964
 
1965
  #: admin/views/ad-output-metabox.php:11
1966
+ #: admin/views/placements-ad-label-position.php:9
1967
+ #: admin/views/placements-ad-label-position.php:11
1968
  msgid "center"
1969
  msgstr ""
1970
 
1971
  #: admin/views/ad-output-metabox.php:14
1972
+ #: admin/views/placements-ad-label-position.php:12
1973
+ #: admin/views/placements-ad-label-position.php:14
1974
  msgid "right"
1975
  msgstr ""
1976
 
2016
  msgid "container classes"
2017
  msgstr ""
2018
 
2019
+ #: admin/views/ad-output-metabox.php:44
2020
+ msgid ""
2021
+ "Specify one or more classes for the container. Separate multiple classes "
2022
+ "with a space"
2023
+ msgstr ""
2024
+
2025
  #: admin/views/ad-output-metabox.php:47
2026
  msgid "Enable debug mode"
2027
  msgstr ""
2038
  msgid "height"
2039
  msgstr ""
2040
 
2041
+ #: admin/views/ad-parameters-size.php:8
2042
  msgid "reserve this space"
2043
  msgstr ""
2044
 
2059
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
2060
  msgstr ""
2061
 
2062
+ #: admin/views/ad-visitor-metabox.php:7
2063
+ msgid ""
2064
+ "Click on the button below if the ad should NOT be visible to all visitors"
2065
+ msgstr ""
2066
+
2067
+ #: admin/views/ad-visitor-metabox.php:8
2068
+ msgid "Hide the ad from some users"
2069
+ msgstr ""
2070
+
2071
+ #: admin/views/ad-visitor-metabox.php:12
2072
  msgid ""
2073
  "Display conditions that are based on the user. Use with caution on cached "
2074
  "websites."
2075
  msgstr ""
2076
 
2077
+ #: admin/views/ad-visitor-metabox.php:47
2078
  msgid ""
2079
  "Visitor conditions limit the number of users who can see your ad. There is "
2080
  "no need to set visitor conditions if you want all users to see the ad."
2081
  msgstr ""
2082
 
2083
+ #: admin/views/ad-visitor-metabox.php:49
2084
  msgid "It seems that a caching plugin is activated."
2085
  msgstr ""
2086
 
2087
+ #: admin/views/ad-visitor-metabox.php:50
2088
  #, php-format
2089
  msgid ""
2090
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
2091
  "Pro</a> if dynamic features get cached."
2092
  msgstr ""
2093
 
2094
+ #: admin/views/ad-visitor-metabox.php:67
2095
  #, php-format
2096
  msgid ""
2097
  "Define the exact browser width for which an ad should be visible using the "
2098
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
2099
  msgstr ""
2100
 
2101
+ #: admin/views/ad-visitor-metabox.php:113
2102
  msgid ""
2103
  "The visitor conditions below are deprecated. Please use the new version of "
2104
  "visitor conditions to replace it."
2105
  msgstr ""
2106
 
2107
+ #: admin/views/ad-visitor-metabox.php:119
2108
  msgid "Display on all devices"
2109
  msgstr ""
2110
 
2111
+ #: admin/views/ad-visitor-metabox.php:123
2112
  msgid "only on mobile devices"
2113
  msgstr ""
2114
 
2115
+ #: admin/views/ad-visitor-metabox.php:127
2116
  msgid "not on mobile devices"
2117
  msgstr ""
2118
 
2119
+ #: admin/views/debug.php:6 admin/views/settings.php:50
2120
  msgid "Debug Page"
2121
  msgstr ""
2122
 
2124
  msgid "Work in progress"
2125
  msgstr ""
2126
 
2127
+ #: admin/views/feedback-disable.php:4
2128
+ msgid "Why did you decide to disable Advanced Ads?"
2129
  msgstr ""
2130
 
2131
+ #: admin/views/feedback-disable.php:6
2132
+ msgid "It is only temporary"
 
 
2133
  msgstr ""
2134
 
2135
+ #: admin/views/feedback-disable.php:7
2136
+ msgid "I have a problem"
2137
  msgstr ""
2138
 
2139
+ #: admin/views/feedback-disable.php:8
2140
+ msgid "Please let us know how we can help"
2141
  msgstr ""
2142
 
2143
+ #: admin/views/feedback-disable.php:11
2144
  #, php-format
2145
+ msgid "Send me free help to %s"
2146
  msgstr ""
2147
 
2148
+ #: admin/views/feedback-disable.php:13
2149
+ msgid "I miss a feature"
2150
  msgstr ""
2151
 
2152
+ #: admin/views/feedback-disable.php:14 admin/views/feedback-disable.php:17
2153
+ msgid "Which one?"
2154
  msgstr ""
2155
 
2156
+ #: admin/views/feedback-disable.php:15
2157
+ msgid "I don’t use ads on my site"
2158
  msgstr ""
2159
 
2160
+ #: admin/views/feedback-disable.php:16
2161
+ msgid "I switched to another plugin"
2162
  msgstr ""
2163
 
2164
+ #: admin/views/feedback-disable.php:18
2165
+ msgid "other reason"
2166
  msgstr ""
2167
 
2168
+ #: admin/views/feedback-disable.php:19
2169
+ msgid "Please specify, if possible"
 
 
 
2170
  msgstr ""
2171
 
2172
+ #: admin/views/feedback-disable.php:24
2173
+ msgid "Submit & Deactivate"
2174
  msgstr ""
2175
 
2176
+ #: admin/views/feedback-disable.php:25
2177
+ msgid "Only Deactivate"
 
 
 
2178
  msgstr ""
2179
 
2180
+ #: admin/views/feedback-disable.php:26
2181
+ msgid "don’t deactivate"
2182
  msgstr ""
2183
 
2184
+ #: admin/views/placements-ad-label-position.php:18
2185
  msgid ""
2186
+ "Check this if you don't want the following elements to float around the ad. "
2187
+ "(adds a placement_clearfix)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2188
  msgstr ""
2189
 
2190
+ #: admin/views/placements-ad-label.php:5 admin/views/placements-ad-label.php:7
2191
+ msgid "enabled"
2192
  msgstr ""
2193
 
2194
+ #: admin/views/placements-ad-label.php:9 admin/views/placements-ad-label.php:11
2195
+ msgid "disabled"
 
 
 
 
2196
  msgstr ""
2197
 
2198
+ #: admin/views/placements-content-index.php:1
2199
+ msgid "after"
2200
  msgstr ""
2201
 
2202
+ #: admin/views/placements-content-index.php:1
2203
+ msgid "before"
 
 
 
2204
  msgstr ""
2205
 
2206
+ #: admin/views/placements-content-index.php:21
2207
+ msgid "start counting from bottom"
2208
  msgstr ""
2209
 
2210
+ #: admin/views/placements-item.php:2 admin/views/placements.php:185
2211
+ msgid "--not selected--"
2212
  msgstr ""
2213
 
2214
  #: admin/views/placements.php:8
2221
  msgid "Placements updated"
2222
  msgstr ""
2223
 
2224
+ #: admin/views/placements.php:14
2225
  msgid ""
2226
  "Placements are physically places in your theme and posts. You can use them "
2227
  "if you plan to change ads and ad groups on the same place without the need "
2228
  "to change your templates."
2229
  msgstr ""
2230
 
2231
+ #: admin/views/placements.php:15
2232
  #, php-format
2233
  msgid ""
2234
  "See also the manual for more information on <a href=\"%s\">placements</a>."
2235
  msgstr ""
2236
 
2237
+ #: admin/views/placements.php:25 modules/import-export/views/page.php:26
2238
  msgid "Options"
2239
  msgstr ""
2240
 
2241
+ #: admin/views/placements.php:43
2242
  #, php-format
2243
  msgid ""
2244
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
2245
  "check if the responsible add-on is activated."
2246
  msgstr ""
2247
 
2248
+ #: admin/views/placements.php:59
2249
  msgid "show usage"
2250
  msgstr ""
2251
 
2252
+ #: admin/views/placements.php:68
2253
+ msgid "template (PHP)"
2254
  msgstr ""
2255
 
2256
+ #: admin/views/placements.php:83
2257
+ msgid "Item"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2258
  msgstr ""
2259
 
2260
+ #: admin/views/placements.php:98
2261
  msgid "Important Notice"
2262
  msgstr ""
2263
 
2264
+ #: admin/views/placements.php:98
2265
  msgid ""
2266
  "Your server is missing an extension. This might break the content injection."
2267
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2269
  msgstr ""
2270
 
2271
  #: admin/views/placements.php:128
2272
+ msgid "show all options"
2273
  msgstr ""
2274
 
2275
+ #: admin/views/placements.php:135
2276
+ #, php-format
2277
+ msgid ""
2278
+ "Tutorial: <a href=\"%s\" target=\"_blank\">How to place visible ads in the "
2279
+ "header of your website</a>."
2280
+ msgstr ""
2281
+
2282
+ #: admin/views/placements.php:142
2283
  msgctxt "checkbox to remove placement"
2284
  msgid "delete"
2285
  msgstr ""
2286
 
2287
+ #: admin/views/placements.php:148
2288
  msgid "Save Placements"
2289
  msgstr ""
2290
 
2291
+ #: admin/views/placements.php:150
2292
  msgid "Create a new placement"
2293
  msgstr ""
2294
 
2295
+ #: admin/views/placements.php:151
2296
  msgid "New Placement"
2297
  msgstr ""
2298
 
2299
+ #: admin/views/placements.php:158
2300
  msgid "Choose a placement type"
2301
  msgstr ""
2302
 
2303
+ #: admin/views/placements.php:159
2304
  #, php-format
2305
  msgid ""
2306
  "Placement types define where the ad is going to be displayed. Learn more "
2307
  "about the different types from the <a href=\"%s\">manual</a>"
2308
  msgstr ""
2309
 
2310
+ #: admin/views/placements.php:176
2311
  msgid "Please select a placement type."
2312
  msgstr ""
2313
 
2314
+ #: admin/views/placements.php:178
2315
  msgid "Choose a Name"
2316
  msgstr ""
2317
 
2318
+ #: admin/views/placements.php:179
2319
  msgid ""
2320
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2321
  "one, e.g. <em>Below Post Headline</em>."
2322
  msgstr ""
2323
 
2324
+ #: admin/views/placements.php:180
2325
  msgid "Placement Name"
2326
  msgstr ""
2327
 
2328
+ #: admin/views/placements.php:181
2329
  msgid "Please enter a name for your placement."
2330
  msgstr ""
2331
 
2332
+ #: admin/views/placements.php:182
2333
  msgid "Choose the Ad or Group"
2334
  msgstr ""
2335
 
2336
+ #: admin/views/placements.php:183
2337
  msgid "The ad or group that should be displayed."
2338
  msgstr ""
2339
 
2340
+ #: admin/views/placements.php:202
2341
  msgid "Save New Placement"
2342
  msgstr ""
2343
 
2409
  msgid "Disable ads in Feed"
2410
  msgstr ""
2411
 
2412
+ #: admin/views/settings.php:35
2413
  msgid "Save settings on this page"
2414
  msgstr ""
2415
 
2416
+ #: admin/views/settings.php:49 modules/import-export/main.php:15
2417
  #: modules/import-export/main.php:15
2418
  msgid "Import &amp; Export"
2419
  msgstr ""
2420
 
 
 
 
 
2421
  #: admin/views/settings.php:51
2422
  msgid "Advanced Ads on WordPress.org"
2423
  msgstr ""
2430
  msgid "the company behind Advanced Ads"
2431
  msgstr ""
2432
 
2433
+ #: admin/views/support.php:7
2434
  msgid ""
2435
  "Please fix the red highlighted issues on this page or try to understand "
2436
  "their consequences before contacting support."
2437
  msgstr ""
2438
 
2439
+ #: admin/views/support.php:11
2440
  #, php-format
2441
  msgid ""
2442
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2444
  "Please ask your hosting provider for more information."
2445
  msgstr ""
2446
 
2447
+ #: admin/views/support.php:14
2448
  #, php-format
2449
  msgid ""
2450
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2453
  "load ads dynamically."
2454
  msgstr ""
2455
 
2456
+ #: admin/views/support.php:17
2457
  msgid ""
2458
  "There is a <strong>new WordPress version available</strong>. Please update."
2459
  msgstr ""
2460
 
2461
+ #: admin/views/support.php:20
2462
  msgid "There are <strong>plugin updates available</strong>. Please update."
2463
  msgstr ""
2464
 
2465
+ #: admin/views/support.php:29
2466
  #, php-format
2467
  msgid ""
2468
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2471
  "in support for Autoptimize."
2472
  msgstr ""
2473
 
2474
+ #: admin/views/support.php:32
2475
  #, php-format
2476
  msgid ""
2477
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2478
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2479
  msgstr ""
2480
 
2481
+ #: admin/views/support.php:35
2482
  #, php-format
2483
  msgid ""
2484
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2485
  "href=\"%s\">settings</a>."
2486
  msgstr ""
2487
 
2488
+ #: admin/views/support.php:46
2489
  msgid "Possible Issues"
2490
  msgstr ""
2491
 
2492
+ #: admin/views/support.php:48
2493
  msgid "Ads not showing up"
2494
  msgstr ""
2495
 
2496
+ #: admin/views/support.php:49
2497
  msgid "Purchase & Licenses"
2498
  msgstr ""
2499
 
2500
+ #: admin/views/support.php:50
2501
  msgid "General Issues"
2502
  msgstr ""
2503
 
2504
+ #: admin/views/support.php:51
2505
  msgid "Issues with Add-Ons"
2506
  msgstr ""
2507
 
2508
+ #: admin/views/support.php:53
2509
  msgid ""
2510
  "Use the following form to search for solutions in the manual on "
2511
  "wpadvancedads.com"
2512
  msgstr ""
2513
 
2514
+ #: admin/views/support.php:56
2515
  msgid "search"
2516
  msgstr ""
2517
 
2518
+ #: admin/views/support.php:58
2519
  #, php-format
2520
  msgid ""
2521
  "Take a look at more common issues or contact us directly through the <a "
2550
  msgid "Find solutions in the manual"
2551
  msgstr ""
2552
 
2553
+ #: admin/views/notices/adblock.php:2
2554
  msgid ""
2555
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2556
  "ad setup."
2557
  msgstr ""
2558
 
2559
+ #: modules/ad-blocker/admin/admin.php:96
2560
+ msgid "Ad blocker fix"
2561
  msgstr ""
2562
 
2563
+ #: modules/ad-blocker/admin/admin.php:162
2564
+ msgid "The asset folder was rebuilt successfully"
2565
  msgstr ""
2566
 
2567
+ #: modules/ad-blocker/admin/admin.php:223
2568
  msgid "There is no writable upload folder"
2569
  msgstr ""
2570
 
2571
+ #: modules/ad-blocker/admin/admin.php:252
2572
  #, php-format
2573
  msgid "Unable to rename \"%s\" directory"
2574
  msgstr ""
2575
 
2576
+ #: modules/ad-blocker/admin/admin.php:268
2577
+ #: modules/ad-blocker/admin/admin.php:281
2578
+ #: modules/ad-blocker/admin/admin.php:298
2579
  #, php-format
2580
  msgid "Unable to copy assets to the \"%s\" directory"
2581
  msgstr ""
2582
 
2583
+ #: modules/ad-blocker/admin/admin.php:331
2584
+ #: modules/ad-blocker/admin/admin.php:351
2585
  #, php-format
2586
  msgid "We do not have direct write access to the \"%s\" directory"
2587
  msgstr ""
2588
 
2589
+ #: modules/ad-blocker/admin/admin.php:417
2590
  #, php-format
2591
  msgid ""
2592
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2593
  "server?"
2594
  msgstr ""
2595
 
2596
+ #: modules/ad-blocker/admin/admin.php:428
2597
  #, php-format
2598
  msgid "Unable to copy files to %s"
2599
  msgstr ""
2600
 
2601
+ #: modules/gadsense/admin/admin.php:27
2602
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
2603
  msgid "Responsive"
2604
  msgstr ""
2605
 
2606
+ #: modules/gadsense/admin/admin.php:45
2607
  msgid "The ad details couldn't be retrieved from the ad code"
2608
  msgstr ""
2609
 
2610
+ #: modules/gadsense/admin/admin.php:46
2611
  msgid ""
2612
  "Warning : The AdSense account from this code does not match the one set with "
2613
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2614
  "end."
2615
  msgstr ""
2616
 
2617
+ #: modules/gadsense/admin/admin.php:124 modules/gadsense/admin/admin.php:260
2618
  msgid "AdSense"
2619
  msgstr ""
2620
 
2621
+ #: modules/gadsense/admin/admin.php:132
2622
  msgid "AdSense ID"
2623
  msgstr ""
2624
 
2625
+ #: modules/gadsense/admin/admin.php:141
2626
  msgid "Limit to 3 ads"
2627
  msgstr ""
2628
 
2629
+ #: modules/gadsense/admin/admin.php:150
2630
  msgid "Activate Page-Level ads"
2631
  msgstr ""
2632
 
2633
+ #: modules/gadsense/admin/admin.php:170
2634
  #, php-format
2635
  msgid ""
2636
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2637
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2638
  msgstr ""
2639
 
2640
+ #: modules/gadsense/admin/admin.php:184
2641
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2642
  msgstr ""
2643
 
2644
+ #: modules/gadsense/admin/admin.php:196
2645
  #, php-format
2646
  msgid "Limit to %d AdSense ads"
2647
  msgstr ""
2648
 
2649
+ #: modules/gadsense/admin/admin.php:200
2650
  msgid ""
2651
  "There is no explicit limit for AdSense ads anymore, but you can still use "
2652
  "this setting to prevent too many AdSense ads to show accidentally on your "
2653
  "site."
2654
  msgstr ""
2655
 
2656
+ #: modules/gadsense/admin/admin.php:204
2657
  msgid ""
2658
  "Due to technical restrictions, the limit does not work on placements with "
2659
  "cache-busting enabled."
2660
  msgstr ""
2661
 
2662
+ #: modules/gadsense/admin/admin.php:218
2663
  msgid "Insert Page-Level ads code on all pages."
2664
  msgstr ""
2665
 
2667
  msgid ""
2668
  "You still need to enable Page-Level ads in your AdSense account. See <a "
2669
  "href=\"https://support.google.com/adsense/answer/6245304\" target=\"_blank\">"
2670
+ "AdSense Help</a> (requires AdSense-login) for more information."
2671
+ msgstr ""
2672
+
2673
+ #: modules/gadsense/admin/admin.php:220
2674
+ #, php-format
2675
+ msgid ""
2676
+ "Please notice that this code might also activate QuickStart ads. Please read "
2677
+ "<a href=\"%s\" target=\"_blank\">this article</a> if <strong>ads appear in "
2678
+ "random places</strong>."
2679
  msgstr ""
2680
 
2681
  #: modules/gadsense/admin/admin.php:238
2683
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2684
  msgstr ""
2685
 
2686
+ #: modules/gadsense/admin/admin.php:312
2687
+ #, php-format
2688
+ msgid ""
2689
+ "Responsive AdSense ads don’t work reliably with <em>Position</em> set to "
2690
+ "left or right. Either switch the <em>Type</em> to \"normal\" or follow <a "
2691
+ "href=\"%s\" target=\"_blank\">this tutorial</a> if you want the ad to be "
2692
+ "wrapped in text."
2693
+ msgstr ""
2694
+
2695
  #: modules/gadsense/includes/class-ad-type-adsense.php:35
2696
  msgid "AdSense ad"
2697
  msgstr ""
2700
  msgid "Use ads from your Google AdSense account"
2701
  msgstr ""
2702
 
2703
+ #: modules/gadsense/includes/class-ad-type-adsense.php:106
2704
  msgid "Your AdSense Publisher ID is missing."
2705
  msgstr ""
2706
 
2897
  msgid "Rebuild asset folder"
2898
  msgstr ""
2899
 
2900
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:4
2901
+ msgid ""
2902
+ "The ad block disguise can only be set by the super admin on the main site in "
2903
+ "the network."
2904
+ msgstr ""
2905
+
2906
+ #: modules/ad-blocker/admin/views/setting-use-adblocker.php:6
2907
+ msgid ""
2908
+ "Prevents ad block software from breaking your website when blocking asset "
2909
+ "files (.js, .css)."
2910
+ msgstr ""
2911
+
2912
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:24
2913
+ msgid ""
2914
+ "Copy the ad code from your AdSense account, paste it into the area below and "
2915
+ "click on <em>Get details</em>."
2916
+ msgstr ""
2917
+
2918
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:26
2919
+ msgid "Get details"
2920
  msgstr ""
2921
 
2922
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:30
2923
+ msgid "Insert new AdSense code"
2924
+ msgstr ""
2925
+
2926
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:35
2927
  msgid "Ad Slot ID"
2928
  msgstr ""
2929
 
2930
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:40
2931
  #, php-format
2932
  msgid "Publisher ID: %s"
2933
  msgstr ""
2934
 
2935
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:52
2936
  #, php-format
2937
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2938
  msgstr ""
2939
 
2940
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:58
2941
  msgid "Normal"
2942
  msgstr ""
2943
 
2944
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:60
2945
+ msgid "Responsive (Matched Content)"
 
 
 
 
2946
  msgstr ""
2947
 
2948
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:61
2949
+ msgid "Link ads"
2950
  msgstr ""
2951
 
2952
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:62
2953
+ msgid "Link ads (Responsive)"
 
2954
  msgstr ""
2955
 
2956
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:68
2957
+ #, php-format
2958
+ msgid ""
2959
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2960
+ "define the exact size for each browser width or choose between horizontal, "
2961
+ "vertical, or rectangle formats."
2962
  msgstr ""
2963
 
2964
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:71
2965
+ msgid "Resizing"
2966
  msgstr ""
2967
 
2968
  #. Name of the plugin
modules/gadsense/admin/admin.php CHANGED
@@ -217,7 +217,7 @@ class Advanced_Ads_AdSense_Admin {
217
  ?><label><input type="checkbox" name="<?php echo GADSENSE_OPT_NAME; ?>[page-level-enabled]" value="1" <?php checked( $page_level ); ?> />
218
  <?php _e( 'Insert Page-Level ads code on all pages.', 'advanced-ads' ); ?></label>
219
  <p class="description"><?php _e( 'You still need to enable Page-Level ads in your AdSense account. See <a href="https://support.google.com/adsense/answer/6245304" target="_blank">AdSense Help</a> (requires AdSense-login) for more information.', 'advanced-ads' ); ?></p>
220
- <p class="description"><?php _e( 'Please notice that this code might also activate QuickStart ads. Please read <a href="https://support.google.com/adsense/answer/7171740" target="_blank">QuickStart</a> and remove this option <strong>when ads appear in random places</strong>.', 'advanced-ads' ); ?></p><?php
221
  }
222
 
223
  /**
217
  ?><label><input type="checkbox" name="<?php echo GADSENSE_OPT_NAME; ?>[page-level-enabled]" value="1" <?php checked( $page_level ); ?> />
218
  <?php _e( 'Insert Page-Level ads code on all pages.', 'advanced-ads' ); ?></label>
219
  <p class="description"><?php _e( 'You still need to enable Page-Level ads in your AdSense account. See <a href="https://support.google.com/adsense/answer/6245304" target="_blank">AdSense Help</a> (requires AdSense-login) for more information.', 'advanced-ads' ); ?></p>
220
+ <p class="description"><?php printf(__( 'Please notice that this code might also activate QuickStart ads. Please read <a href="%s" target="_blank">this article</a> if <strong>ads appear in random places</strong>.', 'advanced-ads' ), ADVADS_URL . 'adsense-in-random-positions-quickstart/#utm_source=advanced-ads&utm_medium=link&utm_campaign=backend-quickstart-ads' ); ?></p><?php
221
  }
222
 
223
  /**
modules/gadsense/admin/assets/js/new-ad.js CHANGED
@@ -12,9 +12,14 @@
12
 
13
  // On DOM ready
14
  $(function () {
15
- $( document ).on('click', '#submit-pastecode', function(ev){
 
 
 
 
 
16
  ev.preventDefault();
17
- var rawContent = $( '#pastecode-content' ).val();
18
 
19
  var parseResult = parseAdContent( rawContent );
20
  if (false === parseResult) {
@@ -22,6 +27,8 @@
22
  $( '#pastecode-msg' ).append( $( '<p />' ).css( 'color', 'red' ).html( gadsenseData.msg.unknownAd ) );
23
  } else {
24
  setDetailsFromAdCode( parseResult );
 
 
25
  }
26
 
27
  });
@@ -32,6 +39,8 @@
32
  var parseResult = parseAdContent( content );
33
  if (false !== parseResult) {
34
  setDetailsFromAdCode( parseResult );
 
 
35
  }
36
  });
37
  });
@@ -40,18 +49,6 @@
40
  advads_update_adsense_type();
41
  });
42
 
43
- $( document ).on('click', '#show-pastecode-div', function(ev){
44
- ev.preventDefault();
45
- $( '#pastecode-div' ).show( 500 );
46
- });
47
-
48
- $( document ).on('click', '#hide-pastecode-div', function(ev){
49
- ev.preventDefault();
50
- $( '#pastecode-div' ).hide( 500 );
51
- $( '#pastecode-content' ).val( '' );
52
- $( '#pastecode-msg' ).empty();
53
- });
54
-
55
  function parseAdContent(content) {
56
  var rawContent = ('undefined' != typeof(content))? content.trim() : '';
57
  var theAd = {};
@@ -146,7 +143,6 @@
146
  $( '#adsense-ad-param-error' ).empty();
147
  }
148
  $( '#unit-type' ).trigger( 'change' );
149
- $( '#hide-pastecode-div' ).trigger( 'click' );
150
  }
151
 
152
  /**
12
 
13
  // On DOM ready
14
  $(function () {
15
+ $( document ).on('click', '.advads-adsense-show-code', function(e){
16
+ e.preventDefault();
17
+ $( '.advads-adsense-code' ).show();
18
+ $( this ).hide();
19
+ })
20
+ $( document ).on('click', '.advads-adsense-submit-code', function(ev){
21
  ev.preventDefault();
22
+ var rawContent = $( '.advads-adsense-content' ).val();
23
 
24
  var parseResult = parseAdContent( rawContent );
25
  if (false === parseResult) {
27
  $( '#pastecode-msg' ).append( $( '<p />' ).css( 'color', 'red' ).html( gadsenseData.msg.unknownAd ) );
28
  } else {
29
  setDetailsFromAdCode( parseResult );
30
+ $( '.advads-adsense-code' ).hide();
31
+ $( '.advads-adsense-show-code' ).show();
32
  }
33
 
34
  });
39
  var parseResult = parseAdContent( content );
40
  if (false !== parseResult) {
41
  setDetailsFromAdCode( parseResult );
42
+ $( '.advads-adsense-code' ).hide();
43
+ $( '.advads-adsense-show-code' ).show();
44
  }
45
  });
46
  });
49
  advads_update_adsense_type();
50
  });
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  function parseAdContent(content) {
53
  var rawContent = ('undefined' != typeof(content))? content.trim() : '';
54
  var theAd = {};
143
  $( '#adsense-ad-param-error' ).empty();
144
  }
145
  $( '#unit-type' ).trigger( 'change' );
 
146
  }
147
 
148
  /**
modules/gadsense/admin/views/adsense-ad-parameters.php CHANGED
@@ -19,11 +19,17 @@ $sizing_array = $db->get_responsive_sizing();
19
  ?>
20
  <input type="hidden" id="advads-ad-content-adsense" name="advanced_ad[content]" value="<?php echo esc_attr( $json_content ); ?>" />
21
  <input type="hidden" name="unit_id" id="unit_id" value="<?php echo esc_attr( $unit_id ); ?>" />
22
- <?php
23
- if ( $use_paste_code ) {
24
- echo '<a class="button" href="#" id="show-pastecode-div">' . __( 'Copy&Paste existing ad code', 'advanced-ads' ) . '</a>';
25
- }
26
- ?>
 
 
 
 
 
 
27
  <p id="adsense-ad-param-error"></p>
28
  <?php ob_start(); ?>
29
  <label class="label"><?php _e( 'Ad Slot ID', 'advanced-ads' ); ?></label>
@@ -71,16 +77,4 @@ if( $pub_id_errors ) : ?>
71
  </select>
72
  </div>
73
  <hr/>
74
- <?php do_action( 'advanced-ads-gadsense-extra-ad-param', $extra_params, $content ); ?>
75
- <?php if ( $use_paste_code ) : ?>
76
- <div id="pastecode-div" style="display: none;">
77
- <div id="pastecode-container">
78
- <h3><?php _e( 'Copy the ad code from your AdSense account and paste it in the area below', 'advanced-ads' ); ?></h3>
79
- <hr />
80
- <textarea rows="15" cols="55" id="pastecode-content"></textarea><hr />
81
- <button class="button button-primary" id="submit-pastecode"><?php _e( 'Get details', 'advanced-ads' ); ?></button>&nbsp;&nbsp;
82
- <button class="button button-secondary" id="hide-pastecode-div"><?php _e( 'Close', 'advanced-ads' ); ?></button>
83
- <div id="pastecode-msg"></div>
84
- </div>
85
- </div><!-- #pastecode-div -->
86
- <?php endif;
19
  ?>
20
  <input type="hidden" id="advads-ad-content-adsense" name="advanced_ad[content]" value="<?php echo esc_attr( $json_content ); ?>" />
21
  <input type="hidden" name="unit_id" id="unit_id" value="<?php echo esc_attr( $unit_id ); ?>" />
22
+ <?php if ( $use_paste_code ) : ?>
23
+ <div class="advads-adsense-code" <?php if( !empty( $unit_code ) ): echo 'style="display: none;"'; endif; ?>>
24
+ <p class="description"><?php _e( 'Copy the ad code from your AdSense account, paste it into the area below and click on <em>Get details</em>.', 'advanced-ads' ); ?></p>
25
+ <textarea rows="10" cols="40" class="advads-adsense-content"></textarea>
26
+ <button class="button button-primary advads-adsense-submit-code"><?php _e( 'Get details', 'advanced-ads' ); ?></button>&nbsp;&nbsp;
27
+ <div id="pastecode-msg"></div>
28
+ </div>
29
+ <p class="advads-adsense-show-code" <?php if( empty( $unit_code ) ) : echo 'style="display: none;"'; endif; ?>>
30
+ <a href="#"><?php _e( 'Insert new AdSense code', 'advanced-ads' ); ?></a>
31
+ </p>
32
+ <?php endif; ?>
33
  <p id="adsense-ad-param-error"></p>
34
  <?php ob_start(); ?>
35
  <label class="label"><?php _e( 'Ad Slot ID', 'advanced-ads' ); ?></label>
77
  </select>
78
  </div>
79
  <hr/>
80
+ <?php do_action( 'advanced-ads-gadsense-extra-ad-param', $extra_params, $content );
 
 
 
 
 
 
 
 
 
 
 
 
public/assets/img/dummy.png ADDED
Binary file
public/class-advanced-ads.php CHANGED
@@ -298,6 +298,7 @@ class Advanced_Ads {
298
  */
299
  function setup_default_ad_types($types){
300
  $types['plain'] = new Advanced_Ads_Ad_Type_Plain(); /* plain text and php code */
 
301
  $types['content'] = new Advanced_Ads_Ad_Type_Content(); /* rich content editor */
302
  $types['image'] = new Advanced_Ads_Ad_Type_Image(); /* image ads */
303
  $types['group'] = new Advanced_Ads_Ad_Type_Group(); /* group ad */
@@ -524,6 +525,12 @@ class Advanced_Ads {
524
  * @return bool true if the current user agent is empty or a bot
525
  */
526
  public function is_bot(){
 
 
 
 
 
 
527
  $bots = apply_filters('advanced-ads-bots', $this->bots);
528
 
529
  $bots = implode('|', $bots);
@@ -730,17 +737,33 @@ class Advanced_Ads {
730
  /**
731
  * get an "Advertisement" label to use before single ad or before first ad in a group
732
  *
733
- * @return string label, bool false if label should not be displayed
 
734
  */
735
- public function get_label() {
736
- $advads_options = Advanced_Ads::get_instance()->options();
 
 
737
 
738
- if ( isset( $advads_options['custom-label']['enabled'] ) ) {
739
- $label = ! empty( $advads_options['custom-label']['text'] ) ? esc_html( $advads_options['custom-label']['text'] ) : _x( 'Advertisements', 'label above ads', 'advanced-ads' );
740
 
741
- $template = sprintf( '<div class="%s">%s</div>', Advanced_Ads_Plugin::get_instance()->get_frontend_prefix() . 'adlabel', $label );
742
- return apply_filters( 'advanced-ads-custom-label', $template, $label );
743
  }
744
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
745
  }
746
  }
298
  */
299
  function setup_default_ad_types($types){
300
  $types['plain'] = new Advanced_Ads_Ad_Type_Plain(); /* plain text and php code */
301
+ $types['dummy'] = new Advanced_Ads_Ad_Type_Dummy(); /* dummy ad */
302
  $types['content'] = new Advanced_Ads_Ad_Type_Content(); /* rich content editor */
303
  $types['image'] = new Advanced_Ads_Ad_Type_Image(); /* image ads */
304
  $types['group'] = new Advanced_Ads_Ad_Type_Group(); /* group ad */
525
  * @return bool true if the current user agent is empty or a bot
526
  */
527
  public function is_bot(){
528
+ // show ads on AMP version also for bots in order to allow Google (and maybe others) to cache the page
529
+ if ( function_exists( 'advanced_ads_is_amp' ) && advanced_ads_is_amp() ) {
530
+ return false;
531
+ }
532
+
533
+
534
  $bots = apply_filters('advanced-ads-bots', $this->bots);
535
 
536
  $bots = implode('|', $bots);
737
  /**
738
  * get an "Advertisement" label to use before single ad or before first ad in a group
739
  *
740
+ * @param string $placement_state default/enabled/disabled
741
+ * @return string label, empty string if label should not be displayed
742
  */
743
+ public function get_label( $placement_state = 'default' ) {
744
+ if ( $placement_state === 'disabled' ) {
745
+ return '';
746
+ }
747
 
748
+ $advads_options = Advanced_Ads::get_instance()->options();
 
749
 
750
+ if ( $placement_state !== 'enabled' && empty( $advads_options['custom-label']['enabled'] ) ) {
751
+ return '';
752
  }
753
+
754
+ $label = ! empty( $advads_options['custom-label']['text'] ) ? esc_html( $advads_options['custom-label']['text'] ) : _x( 'Advertisements', 'label above ads', 'advanced-ads' );
755
+
756
+ $template = sprintf( '<div class="%s">%s</div>', Advanced_Ads_Plugin::get_instance()->get_frontend_prefix() . 'adlabel', $label );
757
+ return apply_filters( 'advanced-ads-custom-label', $template, $label );
758
+ }
759
+
760
+ /**
761
+ * retrieve the number of ads in any status except trash
762
+ */
763
+ public static function get_number_of_ads(){
764
+ $args = array( 'post_status' => 'any' );
765
+ $recent_ads = self::get_instance()->get_model()->get_ads( $args );
766
+
767
+ return count( $recent_ads );
768
  }
769
  }
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: webzunft
3
  Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
4
  Tags: ads, ad, ad inserter, ad injection, ad manager, ads manager, ad widget, adrotate, adsense, advertise, advertisements, advertising, adverts, advert, amazon, banner, banners, buysellads, chitika, clickbank, dfp, doubleclick, geotarget, geolocation, geo location, google dfp, monetization, widget
5
- Requires at least: WP 4.2, PHP 5.3
6
  Tested up to: 4.8
7
- Stable tag: 1.7.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -59,6 +59,7 @@ show ads based on conditions like
59
 
60
  * individual posts, pages and other post type
61
  * post type
 
62
  * posts by category, tags, taxonomies
63
  * author
64
  * archive pages by category, tags, taxonomies
@@ -210,6 +211,27 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
210
 
211
  == Changelog ==
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  = 1.7.25 =
214
 
215
  * added explicit "link ads" AdSense type with normal and responsive format
@@ -341,6 +363,6 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
341
  * restructured support page to reach helper more quickly
342
  * fixed header ad bug
343
 
344
- [Changelog Archive](http://wpadvancedads.com/codex/changelog-archive/)
345
 
346
  == Upgrade Notice ==
2
  Contributors: webzunft
3
  Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
4
  Tags: ads, ad, ad inserter, ad injection, ad manager, ads manager, ad widget, adrotate, adsense, advertise, advertisements, advertising, adverts, advert, amazon, banner, banners, buysellads, chitika, clickbank, dfp, doubleclick, geotarget, geolocation, geo location, google dfp, monetization, widget
5
+ Requires at least: 4.2
6
  Tested up to: 4.8
7
+ Stable tag: 1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
59
 
60
  * individual posts, pages and other post type
61
  * post type
62
+ * post age
63
  * posts by category, tags, taxonomies
64
  * author
65
  * archive pages by category, tags, taxonomies
211
 
212
  == Changelog ==
213
 
214
+ = 1.8 =
215
+
216
+ This release is even larger under the hood than the following list. Please make sure to also update all [your add-ons](https://wpadvancedads.com/add-ons/) and let us know directly about any issues [here](https://wpadvancedads.com/support/).
217
+
218
+ * new Content Age display condition added – display ads based on post age
219
+ * allow to enable/disable ad label for each placement
220
+ * complete rework of group and placement options
221
+ * added Dummy ad type
222
+ * show AdSense code form inline instead of in a popup
223
+ * optimized workflow in wizard to show only relevant information
224
+ * select draft, pending and future posts in the Specific Pages condition, too
225
+ * warn if QuickStart ads from AdSense are loaded
226
+ * show ads on AMP pages for all bots
227
+ * properly escaped output of image ad title and alt attribute
228
+ * removed description field from groups since we have never seen this being used, let us know when you need it though
229
+ * updated all translation files
230
+ * fixed wrong month names in translated versions of the ad overview list
231
+ * fixed with small image ads not appearing on AMP pages
232
+ * fixed missing and wrong textdomains
233
+ * fixed search for single digit IDs in Specific Pages condition not working
234
+
235
  = 1.7.25 =
236
 
237
  * added explicit "link ads" AdSense type with normal and responsive format
363
  * restructured support page to reach helper more quickly
364
  * fixed header ad bug
365
 
366
+ [Changelog Archive](https://wpadvancedads.com/codex/changelog-archive/)
367
 
368
  == Upgrade Notice ==
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInite8d938e740fc662897f00c6b300999d2::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInita6ec8fd5f8230729f5d4d3dda40c7a77::getLoader();
vendor/composer/ClassLoader.php CHANGED
@@ -13,7 +13,9 @@
13
  namespace Composer\Autoload;
14
 
15
  /**
16
- * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
 
 
17
  *
18
  * $loader = new \Composer\Autoload\ClassLoader();
19
  *
@@ -37,8 +39,6 @@ namespace Composer\Autoload;
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
- * @see http://www.php-fig.org/psr/psr-0/
41
- * @see http://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
@@ -147,7 +147,7 @@ class ClassLoader
147
  * appending or prepending to the ones previously set for this namespace.
148
  *
149
  * @param string $prefix The prefix/namespace, with trailing '\\'
150
- * @param array|string $paths The PSR-4 base directories
151
  * @param bool $prepend Whether to prepend the directories
152
  *
153
  * @throws \InvalidArgumentException
13
  namespace Composer\Autoload;
14
 
15
  /**
16
+ * ClassLoader implements a PSR-0 class loader
17
+ *
18
+ * See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
19
  *
20
  * $loader = new \Composer\Autoload\ClassLoader();
21
  *
39
  *
40
  * @author Fabien Potencier <fabien@symfony.com>
41
  * @author Jordi Boggiano <j.boggiano@seld.be>
 
 
42
  */
43
  class ClassLoader
44
  {
147
  * appending or prepending to the ones previously set for this namespace.
148
  *
149
  * @param string $prefix The prefix/namespace, with trailing '\\'
150
+ * @param array|string $paths The PSR-0 base directories
151
  * @param bool $prepend Whether to prepend the directories
152
  *
153
  * @throws \InvalidArgumentException
vendor/composer/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
 
2
- Copyright (c) 2016 Nils Adermann, Jordi Boggiano
3
 
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
  of this software and associated documentation files (the "Software"), to deal
1
 
2
+ Copyright (c) 2015 Nils Adermann, Jordi Boggiano
3
 
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
  of this software and associated documentation files (the "Software"), to deal
vendor/composer/autoload_classmap.php CHANGED
@@ -13,6 +13,7 @@ return array(
13
  'Advanced_Ads_Ad_Debug' => $baseDir . '/classes/ad-debug.php',
14
  'Advanced_Ads_Ad_Type_Abstract' => $baseDir . '/classes/ad_type_abstract.php',
15
  'Advanced_Ads_Ad_Type_Content' => $baseDir . '/classes/ad_type_content.php',
 
16
  'Advanced_Ads_Ad_Type_Group' => $baseDir . '/classes/ad_type_group.php',
17
  'Advanced_Ads_Ad_Type_Image' => $baseDir . '/classes/ad_type_image.php',
18
  'Advanced_Ads_Ad_Type_Plain' => $baseDir . '/classes/ad_type_plain.php',
@@ -22,6 +23,7 @@ return array(
22
  'Advanced_Ads_Admin_Menu' => $baseDir . '/admin/includes/class-menu.php',
23
  'Advanced_Ads_Admin_Meta_Boxes' => $baseDir . '/admin/includes/class-meta-box.php',
24
  'Advanced_Ads_Admin_Notices' => $baseDir . '/admin/includes/class-notices.php',
 
25
  'Advanced_Ads_Admin_Settings' => $baseDir . '/admin/includes/class-settings.php',
26
  'Advanced_Ads_Ajax' => $baseDir . '/classes/ad-ajax.php',
27
  'Advanced_Ads_Checks' => $baseDir . '/classes/checks.php',
@@ -40,79 +42,5 @@ return array(
40
  'Advanced_Ads_Utils' => $baseDir . '/classes/utils.php',
41
  'Advanced_Ads_Visitor_Conditions' => $baseDir . '/classes/visitor-conditions.php',
42
  'Advanced_Ads_Widget' => $baseDir . '/classes/widget.php',
43
- 'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
44
- 'Composer\\Installers\\AimeosInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
45
- 'Composer\\Installers\\AnnotateCmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
46
- 'Composer\\Installers\\AsgardInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php',
47
- 'Composer\\Installers\\AttogramInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php',
48
- 'Composer\\Installers\\BaseInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php',
49
- 'Composer\\Installers\\BitrixInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php',
50
- 'Composer\\Installers\\BonefishInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php',
51
- 'Composer\\Installers\\CakePHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php',
52
- 'Composer\\Installers\\ChefInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php',
53
- 'Composer\\Installers\\ClanCatsFrameworkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',
54
- 'Composer\\Installers\\CockpitInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php',
55
- 'Composer\\Installers\\CodeIgniterInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',
56
- 'Composer\\Installers\\Concrete5Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php',
57
- 'Composer\\Installers\\CraftInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php',
58
- 'Composer\\Installers\\CroogoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php',
59
- 'Composer\\Installers\\DecibelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php',
60
- 'Composer\\Installers\\DokuWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',
61
- 'Composer\\Installers\\DolibarrInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php',
62
- 'Composer\\Installers\\DrupalInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php',
63
- 'Composer\\Installers\\ElggInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php',
64
- 'Composer\\Installers\\ExpressionEngineInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',
65
- 'Composer\\Installers\\FuelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php',
66
- 'Composer\\Installers\\FuelphpInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php',
67
- 'Composer\\Installers\\GravInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php',
68
- 'Composer\\Installers\\HuradInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php',
69
- 'Composer\\Installers\\ImageCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',
70
- 'Composer\\Installers\\Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php',
71
- 'Composer\\Installers\\JoomlaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php',
72
- 'Composer\\Installers\\KirbyInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php',
73
- 'Composer\\Installers\\KodiCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',
74
- 'Composer\\Installers\\KohanaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php',
75
- 'Composer\\Installers\\LaravelInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php',
76
- 'Composer\\Installers\\LithiumInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php',
77
- 'Composer\\Installers\\MODULEWorkInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',
78
- 'Composer\\Installers\\MODXEvoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',
79
- 'Composer\\Installers\\MagentoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php',
80
- 'Composer\\Installers\\MakoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php',
81
- 'Composer\\Installers\\MauticInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php',
82
- 'Composer\\Installers\\MediaWikiInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',
83
- 'Composer\\Installers\\MicroweberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php',
84
- 'Composer\\Installers\\MoodleInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php',
85
- 'Composer\\Installers\\OctoberInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php',
86
- 'Composer\\Installers\\OxidInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php',
87
- 'Composer\\Installers\\PPIInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php',
88
- 'Composer\\Installers\\PhiftyInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php',
89
- 'Composer\\Installers\\PhpBBInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php',
90
- 'Composer\\Installers\\PimcoreInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php',
91
- 'Composer\\Installers\\PiwikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php',
92
- 'Composer\\Installers\\PlentymarketsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',
93
- 'Composer\\Installers\\Plugin' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php',
94
- 'Composer\\Installers\\PrestashopInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php',
95
- 'Composer\\Installers\\PuppetInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php',
96
- 'Composer\\Installers\\RadPHPInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php',
97
- 'Composer\\Installers\\ReIndexInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php',
98
- 'Composer\\Installers\\RedaxoInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php',
99
- 'Composer\\Installers\\RoundcubeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',
100
- 'Composer\\Installers\\SMFInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php',
101
- 'Composer\\Installers\\ShopwareInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php',
102
- 'Composer\\Installers\\SilverStripeInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',
103
- 'Composer\\Installers\\Symfony1Installer' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php',
104
- 'Composer\\Installers\\TYPO3CmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',
105
- 'Composer\\Installers\\TYPO3FlowInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',
106
- 'Composer\\Installers\\TheliaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php',
107
- 'Composer\\Installers\\TuskInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php',
108
- 'Composer\\Installers\\VanillaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php',
109
- 'Composer\\Installers\\WHMCSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php',
110
- 'Composer\\Installers\\WolfCMSInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',
111
- 'Composer\\Installers\\WordPressInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php',
112
- 'Composer\\Installers\\YawikInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php',
113
- 'Composer\\Installers\\ZendInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php',
114
- 'Composer\\Installers\\ZikulaInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php',
115
  'EDD_SL_Plugin_Updater' => $baseDir . '/classes/EDD_SL_Plugin_Updater.php',
116
- 'xrstf\\Composer52\\AutoloadGenerator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
117
- 'xrstf\\Composer52\\Generator' => $vendorDir . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
118
  );
13
  'Advanced_Ads_Ad_Debug' => $baseDir . '/classes/ad-debug.php',
14
  'Advanced_Ads_Ad_Type_Abstract' => $baseDir . '/classes/ad_type_abstract.php',
15
  'Advanced_Ads_Ad_Type_Content' => $baseDir . '/classes/ad_type_content.php',
16
+ 'Advanced_Ads_Ad_Type_Dummy' => $baseDir . '/classes/ad_type_dummy.php',
17
  'Advanced_Ads_Ad_Type_Group' => $baseDir . '/classes/ad_type_group.php',
18
  'Advanced_Ads_Ad_Type_Image' => $baseDir . '/classes/ad_type_image.php',
19
  'Advanced_Ads_Ad_Type_Plain' => $baseDir . '/classes/ad_type_plain.php',
23
  'Advanced_Ads_Admin_Menu' => $baseDir . '/admin/includes/class-menu.php',
24
  'Advanced_Ads_Admin_Meta_Boxes' => $baseDir . '/admin/includes/class-meta-box.php',
25
  'Advanced_Ads_Admin_Notices' => $baseDir . '/admin/includes/class-notices.php',
26
+ 'Advanced_Ads_Admin_Options' => $baseDir . '/admin/includes/class-options.php',
27
  'Advanced_Ads_Admin_Settings' => $baseDir . '/admin/includes/class-settings.php',
28
  'Advanced_Ads_Ajax' => $baseDir . '/classes/ad-ajax.php',
29
  'Advanced_Ads_Checks' => $baseDir . '/classes/checks.php',
42
  'Advanced_Ads_Utils' => $baseDir . '/classes/utils.php',
43
  'Advanced_Ads_Visitor_Conditions' => $baseDir . '/classes/visitor-conditions.php',
44
  'Advanced_Ads_Widget' => $baseDir . '/classes/widget.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  'EDD_SL_Plugin_Updater' => $baseDir . '/classes/EDD_SL_Plugin_Updater.php',
 
 
46
  );
vendor/composer/autoload_real.php CHANGED
@@ -23,26 +23,19 @@ class ComposerAutoloaderInitd24de3c06687d3cf4aad0b15c83747be
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
  spl_autoload_unregister(array('ComposerAutoloaderInitd24de3c06687d3cf4aad0b15c83747be', 'loadClassLoader'));
25
 
26
- $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
27
- if ($useStaticLoader) {
28
- require_once __DIR__ . '/autoload_static.php';
29
-
30
- call_user_func(\Composer\Autoload\ComposerStaticInitd24de3c06687d3cf4aad0b15c83747be::getInitializer($loader));
31
- } else {
32
- $map = require __DIR__ . '/autoload_namespaces.php';
33
- foreach ($map as $namespace => $path) {
34
- $loader->set($namespace, $path);
35
- }
36
-
37
- $map = require __DIR__ . '/autoload_psr4.php';
38
- foreach ($map as $namespace => $path) {
39
- $loader->setPsr4($namespace, $path);
40
- }
41
-
42
- $classMap = require __DIR__ . '/autoload_classmap.php';
43
- if ($classMap) {
44
- $loader->addClassMap($classMap);
45
- }
46
  }
47
 
48
  $loader->register(true);
@@ -50,3 +43,8 @@ class ComposerAutoloaderInitd24de3c06687d3cf4aad0b15c83747be
50
  return $loader;
51
  }
52
  }
 
 
 
 
 
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
  spl_autoload_unregister(array('ComposerAutoloaderInitd24de3c06687d3cf4aad0b15c83747be', 'loadClassLoader'));
25
 
26
+ $map = require __DIR__ . '/autoload_namespaces.php';
27
+ foreach ($map as $namespace => $path) {
28
+ $loader->set($namespace, $path);
29
+ }
30
+
31
+ $map = require __DIR__ . '/autoload_psr4.php';
32
+ foreach ($map as $namespace => $path) {
33
+ $loader->setPsr4($namespace, $path);
34
+ }
35
+
36
+ $classMap = require __DIR__ . '/autoload_classmap.php';
37
+ if ($classMap) {
38
+ $loader->addClassMap($classMap);
 
 
 
 
 
 
 
39
  }
40
 
41
  $loader->register(true);
43
  return $loader;
44
  }
45
  }
46
+
47
+ function composerRequired24de3c06687d3cf4aad0b15c83747be($file)
48
+ {
49
+ require $file;
50
+ }
vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInite8d938e740fc662897f00c6b300999d2 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInite8d938e740fc662897f00c6b300999d2 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInite8d938e740fc662897f00c6b300999d2', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInite8d938e740fc662897f00c6b300999d2', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInita6ec8fd5f8230729f5d4d3dda40c7a77 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInita6ec8fd5f8230729f5d4d3dda40c7a77', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInita6ec8fd5f8230729f5d4d3dda40c7a77', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);