Advanced Ads - Version 1.7.2

Version Description

Download this release

Release Info

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

Code changes from version 1.7.1.5 to 1.7.2

admin/assets/css/admin.css CHANGED
@@ -23,6 +23,10 @@
23
  /**
24
  * AD EDIT PAGE
25
  */
 
 
 
 
26
  #advads-ad-info-top { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
27
  #advads-ad-info-close { position: absolute; top: 1em; right: 1em; font-size: 2em; color: #666; }
28
  #advads-ad-info-close:hover { cursor: pointer; color: #000; }
@@ -244,3 +248,6 @@ tr:hover .on-hover { display: block; }
244
  .advads-ad-list-even { background-color: #f9f9f9 !important; }
245
  .advads-ad-list-odd { background-color: #fff !important; }
246
  .edit-php.post-type-advanced_ads #filter-by-date, .edit-php.post-type-advanced_ads label[for=filter-by-date], .edit-php.post-type-advanced_ads #post-query-submit { display: none; }
 
 
 
23
  /**
24
  * AD EDIT PAGE
25
  */
26
+ h2.hndle .advads-hndlelinks { display: inline-block; margin-left: 1em; }
27
+ h2.hndle .advads-hndlelinks a { text-decoration: none; }
28
+ h2.hndle .advads-hndlelinks a + a { margin-left: 1em; }
29
+ .advads-video-link-container { text-align: center; }
30
  #advads-ad-info-top { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
31
  #advads-ad-info-close { position: absolute; top: 1em; right: 1em; font-size: 2em; color: #666; }
32
  #advads-ad-info-close:hover { cursor: pointer; color: #000; }
248
  .advads-ad-list-even { background-color: #f9f9f9 !important; }
249
  .advads-ad-list-odd { background-color: #fff !important; }
250
  .edit-php.post-type-advanced_ads #filter-by-date, .edit-php.post-type-advanced_ads label[for=filter-by-date], .edit-php.post-type-advanced_ads #post-query-submit { display: none; }
251
+
252
+ /* Hide 'New Ad' in menu */
253
+ .wp-submenu li a[href="post-new.php?post_type=advanced_ads"] { display:none !important; }
admin/assets/js/admin.js CHANGED
@@ -35,7 +35,7 @@ jQuery( document ).ready(function ($) {
35
  var ad_type = $( this ).val()
36
  advads_load_ad_type_parameter_metabox( ad_type );
37
  });
38
-
39
  // activate general buttons
40
  if ( $.fn.buttonset ) {
41
  $( '.advads-buttonset' ).buttonset();
@@ -221,6 +221,7 @@ jQuery( document ).ready(function ($) {
221
  addon: this.dataset.addon,
222
  pluginname: this.dataset.pluginname,
223
  optionslug: this.dataset.optionslug,
 
224
  security: $('#advads-licenses-ajax-referrer').val()
225
  };
226
 
@@ -234,11 +235,17 @@ jQuery( document ).ready(function ($) {
234
 
235
  if( r === '1' ){
236
  button.siblings('.advads-license-activate-error').remove();
 
237
  button.fadeOut();
238
  button.siblings('.advads-license-activate-active').fadeIn();
239
  button.siblings('input').prop('disabled', true);
 
 
 
 
240
  } else {
241
- button.next('.advads-license-activate-error').text( r );
 
242
  }
243
  });
244
  });
@@ -272,15 +279,23 @@ jQuery( document ).ready(function ($) {
272
  if( r === '1' ){
273
  button.siblings('.advads-license-activate-error').hide();
274
  button.siblings('.advads-license-activate-active').hide();
 
 
 
 
 
 
 
275
  button.siblings('input').prop('disabled', false);
276
  button.fadeOut();
277
  } else {
278
- button.next('.advads-license-activate-error').show().text( r );
279
  button.siblings('.advads-license-activate-active').hide();
 
280
  }
281
  });
282
  });
283
-
284
  /**
285
  * PLACEMENTS
286
  */
@@ -401,6 +416,20 @@ jQuery( document ).ready(function ($) {
401
  })
402
  // process "reserve this space" checkbox - on load
403
  $( '#advanced-ads-ad-parameters-size input[type=number]:first' ).change();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  });
405
 
406
  /**
35
  var ad_type = $( this ).val()
36
  advads_load_ad_type_parameter_metabox( ad_type );
37
  });
38
+
39
  // activate general buttons
40
  if ( $.fn.buttonset ) {
41
  $( '.advads-buttonset' ).buttonset();
221
  addon: this.dataset.addon,
222
  pluginname: this.dataset.pluginname,
223
  optionslug: this.dataset.optionslug,
224
+ license: $(this).siblings('.advads-license-key').val(),
225
  security: $('#advads-licenses-ajax-referrer').val()
226
  };
227
 
235
 
236
  if( r === '1' ){
237
  button.siblings('.advads-license-activate-error').remove();
238
+ button.siblings('.advads-license-deactivate').show();
239
  button.fadeOut();
240
  button.siblings('.advads-license-activate-active').fadeIn();
241
  button.siblings('input').prop('disabled', true);
242
+ } else if( r === 'ex' ){
243
+ button.siblings('.advads-license-activate-error').remove();
244
+ button.siblings('.advads-license-expired-error').show();
245
+ button.show();
246
  } else {
247
+ button.siblings('.advads-license-activate-error').show().text( r );
248
+ button.show();
249
  }
250
  });
251
  });
279
  if( r === '1' ){
280
  button.siblings('.advads-license-activate-error').hide();
281
  button.siblings('.advads-license-activate-active').hide();
282
+ button.siblings('.advads-license-activate').show();
283
+ button.siblings('input').prop('disabled', false);
284
+ button.fadeOut();
285
+ } else if( r === 'ex' ){
286
+ button.siblings('.advads-license-activate-error').hide();
287
+ button.siblings('.advads-license-activate-active').hide();
288
+ button.siblings('.advads-license-expired-error').show();
289
  button.siblings('input').prop('disabled', false);
290
  button.fadeOut();
291
  } else {
292
+ button.siblings('.advads-license-activate-error').show().text( r );
293
  button.siblings('.advads-license-activate-active').hide();
294
+ button.show();
295
  }
296
  });
297
  });
298
+
299
  /**
300
  * PLACEMENTS
301
  */
416
  })
417
  // process "reserve this space" checkbox - on load
418
  $( '#advanced-ads-ad-parameters-size input[type=number]:first' ).change();
419
+
420
+ // move meta box markup to hndle headline
421
+ $('.advads-hndlelinks').each(function(){
422
+ $(this).removeClass('hidden');
423
+ $(this).appendTo( $(this).parent('.inside').siblings('h2.hndle') );
424
+ });
425
+ // open tutorial link when klick on it
426
+ $('.advads-video-link').click(function( el ){
427
+ el.preventDefault();
428
+ var video_container = $(this).parents('h2').siblings('.inside').find('.advads-video-link-container');
429
+ video_container.html( video_container.data('videolink') );
430
+
431
+
432
+ })
433
  });
434
 
435
  /**
admin/class-advanced-ads-admin.php CHANGED
@@ -282,6 +282,13 @@ class Advanced_Ads_Admin {
282
  $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
283
  );
284
 
 
 
 
 
 
 
 
285
  $this->ad_group_hook_suffix = add_submenu_page(
286
  $this->plugin_slug, __( 'Ad Groups', 'advanced-ads' ), __( 'Groups', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), $this->plugin_slug . '-groups', array($this, 'ad_group_admin_page')
287
  );
@@ -316,7 +323,6 @@ class Advanced_Ads_Admin {
316
  */
317
  public function highlight_menu_item() {
318
  global $parent_file, $submenu_file, $post_type;
319
-
320
  if ( $post_type === $this->post_type ) {
321
  $parent_file = $this->plugin_slug;
322
  $submenu_file = 'edit.php?post_type=' . $this->post_type;
@@ -585,6 +591,9 @@ class Advanced_Ads_Admin {
585
  add_meta_box(
586
  'ad-main-box', __( 'Ad Type', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
587
  );
 
 
 
588
  add_meta_box(
589
  'ad-parameters-box', __( 'Ad Parameters', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
590
  );
@@ -598,6 +607,23 @@ class Advanced_Ads_Admin {
598
  'ad-visitor-box', __( 'Visitor Conditions', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
599
  );
600
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
 
602
  /**
603
  * add meta values below submit box
@@ -647,6 +673,7 @@ class Advanced_Ads_Admin {
647
  switch ( $box['id'] ) {
648
  case 'ad-main-box':
649
  $view = 'ad-main-metabox.php';
 
650
  break;
651
  case 'ad-parameters-box':
652
  $view = 'ad-parameters-metabox.php';
@@ -656,15 +683,29 @@ class Advanced_Ads_Admin {
656
  break;
657
  case 'ad-display-box':
658
  $view = 'ad-display-metabox.php';
 
 
 
659
  break;
660
  case 'ad-visitor-box':
661
  $view = 'ad-visitor-metabox.php';
 
662
  break;
663
  }
664
 
665
  if ( ! isset( $view ) ) {
666
  return;
667
  }
 
 
 
 
 
 
 
 
 
 
668
  include ADVADS_BASE_PATH . 'admin/views/' . $view;
669
  }
670
 
@@ -898,7 +939,7 @@ class Advanced_Ads_Admin {
898
  // licenses section only for main blog
899
  if( is_main_site( get_current_blog_id() ) ){
900
  // register license settings
901
- register_setting( ADVADS_SLUG . '-licenses', ADVADS_SLUG . '-licenses', array( $this, 'sanitize_license_keys' ) );
902
 
903
  add_settings_section(
904
  'advanced_ads_settings_license_section',
@@ -991,6 +1032,14 @@ class Advanced_Ads_Admin {
991
  'advanced_ads_setting_section'
992
  );
993
 
 
 
 
 
 
 
 
 
994
  // hook for additional settings from add-ons
995
  do_action( 'advanced-ads-settings-init', $hook );
996
  }
@@ -1027,7 +1076,8 @@ class Advanced_Ads_Admin {
1027
  * @since 1.5.1
1028
  */
1029
  public function render_settings_licenses_section_callback(){
1030
- 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' ) .'</p>';
 
1031
  // nonce field
1032
  echo '<input type="hidden" id="advads-licenses-ajax-referrer" value="' . wp_create_nonce( "advads_ajax_license_nonce" ) . '"/>';
1033
  }
@@ -1217,6 +1267,26 @@ class Advanced_Ads_Admin {
1217
  ' ' . sprintf(__( 'You can assign different ad-related roles on a user basis with <a href="%s" target="_blank">Advanced Ads Pro</a>.', 'advanced-ads' ), ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings') . '</p>';
1218
 
1219
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1220
 
1221
  /**
1222
  * sanitize plugin settings
@@ -1258,45 +1328,6 @@ class Advanced_Ads_Admin {
1258
  return $options;
1259
  }
1260
 
1261
- /**
1262
- * sanitize add-on license keys array
1263
- * most important is to not remove a key even if the add-on is temporarily disabled
1264
- * if the key was newly added, check if it was already activated online
1265
- *
1266
- * @since 1.6.1
1267
- * @param array $options all the options (license keys)
1268
- */
1269
- public function sanitize_license_keys( $options ){
1270
-
1271
- // get existing license keys
1272
- $licenses = get_option( ADVADS_SLUG . '-licenses', array() );
1273
-
1274
- // trim all keys
1275
- $options = array_map('trim', $options);
1276
-
1277
- // merge existing with new license key to prevent accidental removal
1278
- if( is_array( $options ) && is_array( $licenses ) ){
1279
- $all_licenses = array_merge( $licenses, $options );
1280
- } elseif( is_array( $options ) ){
1281
- $all_licenses = $options;
1282
- } else {
1283
- $all_licenses = $licenses;
1284
- }
1285
-
1286
- // get infos from all add-ons
1287
- $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
1288
-
1289
- // check new licenses if they were already activated before
1290
- $new_licenses = array_diff_assoc( $all_licenses, $licenses );
1291
- foreach( $new_licenses as $_slug => $_key ){
1292
- if( isset( $add_ons[ $_slug ] ) ){
1293
- $this->check_license( $_key, $add_ons[ $_slug ][ 'name' ], $add_ons[ $_slug ][ 'options_slug' ] );
1294
- }
1295
- }
1296
-
1297
- return $all_licenses;
1298
- }
1299
-
1300
  /**
1301
  * add heading for extra column of ads list
1302
  * remove the date column
@@ -1705,18 +1736,22 @@ class Advanced_Ads_Admin {
1705
  * @since 1.2.0
1706
  * @param string $addon string with addon identifier
1707
  */
1708
- public function activate_license( $addon = '', $plugin_name = '', $options_slug = '' ) {
1709
 
1710
  if ( '' === $addon || '' === $plugin_name || '' === $options_slug ) {
1711
  return __( 'Error while trying to register the license. Please contact support.', 'advanced-ads' );
1712
  }
1713
-
1714
- $licenses = $this->get_licenses();
1715
- $license_key = isset($licenses[$addon]) ? $licenses[$addon] : '';
1716
  if ( '' == $license_key ) {
1717
- return __( 'Please enter and save a valid license key first.', 'advanced-ads' );
1718
  }
1719
 
 
 
 
 
 
1720
  $api_params = array(
1721
  'edd_action'=> 'activate_license',
1722
  'license' => $license_key,
@@ -1731,8 +1766,13 @@ class Advanced_Ads_Admin {
1731
  ) );
1732
 
1733
  if ( is_wp_error( $response ) ) {
1734
- return wp_remote_retrieve_body( $response );
1735
- }
 
 
 
 
 
1736
 
1737
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
1738
  // save license status
@@ -1743,13 +1783,26 @@ class Advanced_Ads_Admin {
1743
  // user friendly texts for errors
1744
  $errors = array(
1745
  'license_not_activable' => __( 'This is the bundle license key.', 'advanced-ads' ),
1746
- 'item_name_mismatch' => __( 'This is not the correct key for this add-on.', 'advanced-ads' )
 
1747
  );
1748
  $error = isset( $errors[ $license_data->error ] ) ? $errors[ $license_data->error ] : $license_data->error;
1749
- return sprintf( __('License is invalid. Reason: %s'), $error);
 
 
 
 
 
 
 
 
1750
  } else {
1751
  // save license value time
1752
  update_option($options_slug . '-license-expires', $license_data->expires, false);
 
 
 
 
1753
  }
1754
 
1755
  return 1;
@@ -1760,6 +1813,7 @@ class Advanced_Ads_Admin {
1760
  *
1761
  * @since 1.6.17
1762
  * @return bool true if already activated
 
1763
  */
1764
  public function check_license( $license_key = '', $plugin_name = '', $options_slug = '' ){
1765
 
@@ -1778,7 +1832,10 @@ class Advanced_Ads_Admin {
1778
  if( $license_data->license == 'valid' ) {
1779
  update_option($options_slug . '-license-expires', $license_data->expires, false);
1780
  update_option($options_slug . '-license-status', $license_data->license, false);
 
 
1781
  }
 
1782
  }
1783
 
1784
  /**
@@ -1809,7 +1866,12 @@ class Advanced_Ads_Admin {
1809
  ) );
1810
 
1811
  if ( is_wp_error( $response ) ) {
1812
- return wp_remote_retrieve_body( $response );
 
 
 
 
 
1813
  }
1814
 
1815
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
@@ -1820,8 +1882,12 @@ class Advanced_Ads_Admin {
1820
  if( 'deactivated' === $license_data->license ) {
1821
  delete_option( $options_slug . '-license-status' );
1822
  delete_option( $options_slug . '-license-expires' );
 
 
 
 
1823
  } else {
1824
- return __( 'License couldn’t be deactivated. Please try again later or contact support.', 'advanced-ads' );
1825
  }
1826
 
1827
  return 1;
@@ -1849,6 +1915,23 @@ class Advanced_Ads_Admin {
1849
  return $licenses;
1850
  }
1851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1852
  /**
1853
  * get license status of an add-on
1854
  *
282
  $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
283
  );
284
 
285
+ // hidden by css; not placed in 'options.php' in order to highlight the correct item, see the 'highlight_menu_item()'
286
+ if ( ! current_user_can( 'edit_posts' ) ) {
287
+ add_submenu_page(
288
+ $this->plugin_slug, __( 'Add New Ad', 'advanced-ads' ), __( 'New Ad', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), 'post-new.php?post_type=' . Advanced_Ads::POST_TYPE_SLUG
289
+ );
290
+ }
291
+
292
  $this->ad_group_hook_suffix = add_submenu_page(
293
  $this->plugin_slug, __( 'Ad Groups', 'advanced-ads' ), __( 'Groups', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads'), $this->plugin_slug . '-groups', array($this, 'ad_group_admin_page')
294
  );
323
  */
324
  public function highlight_menu_item() {
325
  global $parent_file, $submenu_file, $post_type;
 
326
  if ( $post_type === $this->post_type ) {
327
  $parent_file = $this->plugin_slug;
328
  $submenu_file = 'edit.php?post_type=' . $this->post_type;
591
  add_meta_box(
592
  'ad-main-box', __( 'Ad Type', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
593
  );
594
+ // use dynamic filter from to add close class to ad type meta box after saved first time
595
+ add_filter( 'postbox_classes_advanced_ads_ad-main-box', array( $this, 'close_ad_type_metabox' ) );
596
+
597
  add_meta_box(
598
  'ad-parameters-box', __( 'Ad Parameters', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
599
  );
607
  'ad-visitor-box', __( 'Visitor Conditions', 'advanced-ads' ), array($this, 'markup_meta_boxes'), Advanced_Ads::POST_TYPE_SLUG, 'normal', 'high'
608
  );
609
  }
610
+
611
+ /**
612
+ * add "close" class to collapse the ad-type metabox after ad was saved first
613
+ *
614
+ * @since 1.7.2
615
+ * @param arr $classes
616
+ * @return arr $classes
617
+ */
618
+ public function close_ad_type_metabox( $classes = array() ){
619
+ global $post;
620
+ if( isset( $post->ID ) && 'edit' === $post->filter ){
621
+ if( !in_array( 'closed', $classes ) ){
622
+ $classes[] = 'closed';
623
+ }
624
+ }
625
+ return $classes;
626
+ }
627
 
628
  /**
629
  * add meta values below submit box
673
  switch ( $box['id'] ) {
674
  case 'ad-main-box':
675
  $view = 'ad-main-metabox.php';
676
+ $hndlelinks = '<a href="' . ADVADS_URL . 'manual/ad-types#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-ad-type" target="_blank">' . __('Manual', 'advanced-ads') . '</a>';
677
  break;
678
  case 'ad-parameters-box':
679
  $view = 'ad-parameters-metabox.php';
683
  break;
684
  case 'ad-display-box':
685
  $view = 'ad-display-metabox.php';
686
+ $hndlelinks = '<a href="#" class="advads-video-link">' . __('Video', 'advanced-ads') . '</a>';
687
+ $hndlelinks .= '<a href="' . ADVADS_URL . 'manual/display-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-display" target="_blank">' . __('Manual', 'advanced-ads') . '</a>';
688
+ $videomarkup = '<iframe width="420" height="315" src="https://www.youtube-nocookie.com/embed/wVB6UpeyWNA?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>';
689
  break;
690
  case 'ad-visitor-box':
691
  $view = 'ad-visitor-metabox.php';
692
+ $hndlelinks = '<a href="' . ADVADS_URL . 'manual/visitor-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor" target="_blank">' . __('Manual', 'advanced-ads') . '</a>';
693
  break;
694
  }
695
 
696
  if ( ! isset( $view ) ) {
697
  return;
698
  }
699
+ // markup moved to handle headline of the metabox
700
+ if( isset( $hndlelinks ) ){
701
+ ?><span class="advads-hndlelinks hidden"><?php echo $hndlelinks; ?></span>
702
+ <?php
703
+
704
+ }
705
+ // show video markup
706
+ if( isset( $videomarkup ) ){
707
+ echo '<div class="advads-video-link-container" data-videolink=\'' . $videomarkup . '\'></div>';
708
+ }
709
  include ADVADS_BASE_PATH . 'admin/views/' . $view;
710
  }
711
 
939
  // licenses section only for main blog
940
  if( is_main_site( get_current_blog_id() ) ){
941
  // register license settings
942
+ register_setting( ADVADS_SLUG . '-licenses', ADVADS_SLUG . '-licenses' );
943
 
944
  add_settings_section(
945
  'advanced_ads_settings_license_section',
1032
  'advanced_ads_setting_section'
1033
  );
1034
 
1035
+ add_settings_field(
1036
+ 'add-custom-label',
1037
+ __( 'Ad label', 'advanced-ads' ),
1038
+ array( $this, 'render_settings_add_custom_label' ),
1039
+ $hook,
1040
+ 'advanced_ads_setting_section'
1041
+ );
1042
+
1043
  // hook for additional settings from add-ons
1044
  do_action( 'advanced-ads-settings-init', $hook );
1045
  }
1076
  * @since 1.5.1
1077
  */
1078
  public function render_settings_licenses_section_callback(){
1079
+ 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' );
1080
+ 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>';
1081
  // nonce field
1082
  echo '<input type="hidden" id="advads-licenses-ajax-referrer" value="' . wp_create_nonce( "advads_ajax_license_nonce" ) . '"/>';
1083
  }
1267
  ' ' . sprintf(__( 'You can assign different ad-related roles on a user basis with <a href="%s" target="_blank">Advanced Ads Pro</a>.', 'advanced-ads' ), ADVADS_URL . 'add-ons/advanced-ads-pro/#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings') . '</p>';
1268
 
1269
  }
1270
+
1271
+ /**
1272
+ * render setting to add an "Advertisement" label before ads
1273
+ *
1274
+ */
1275
+ public function render_settings_add_custom_label(){
1276
+ $options = Advanced_Ads::get_instance()->options();
1277
+
1278
+ $enabled = isset( $options['custom-label']['enabled'] );
1279
+ $label = ! empty ( $options['custom-label']['text'] ) ? esc_html( $options['custom-label']['text'] ) : _x( 'Advertisements', 'label before ads' );
1280
+ ?>
1281
+
1282
+ <fieldset>
1283
+ <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]'; ?>" />
1284
+ <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]'; ?>" />
1285
+ </fieldset>
1286
+ <p class="description"><?php _e( 'Displayed above ads.', 'advanced-ads' ); ?></p>
1287
+
1288
+ <?php
1289
+ }
1290
 
1291
  /**
1292
  * sanitize plugin settings
1328
  return $options;
1329
  }
1330
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1331
  /**
1332
  * add heading for extra column of ads list
1333
  * remove the date column
1736
  * @since 1.2.0
1737
  * @param string $addon string with addon identifier
1738
  */
1739
+ public function activate_license( $addon = '', $plugin_name = '', $options_slug = '', $license_key = '' ) {
1740
 
1741
  if ( '' === $addon || '' === $plugin_name || '' === $options_slug ) {
1742
  return __( 'Error while trying to register the license. Please contact support.', 'advanced-ads' );
1743
  }
1744
+
1745
+ $license_key = esc_attr( trim( $license_key ) );
 
1746
  if ( '' == $license_key ) {
1747
+ return __( 'Please enter a valid license key', 'advanced-ads' );
1748
  }
1749
 
1750
+ // check if license was already activated and abort activation if so
1751
+ /*if( $this->check_license($license_key, $plugin_name, $options_slug)){
1752
+ return 1;
1753
+ }*/
1754
+
1755
  $api_params = array(
1756
  'edd_action'=> 'activate_license',
1757
  'license' => $license_key,
1766
  ) );
1767
 
1768
  if ( is_wp_error( $response ) ) {
1769
+ $body = wp_remote_retrieve_body( $response );
1770
+ if ( $body ){
1771
+ return $body;
1772
+ } else {
1773
+ return __( 'License couldn’t be activated. Please try again later.', 'advanced-ads' );
1774
+ }
1775
+ }
1776
 
1777
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
1778
  // save license status
1783
  // user friendly texts for errors
1784
  $errors = array(
1785
  'license_not_activable' => __( 'This is the bundle license key.', 'advanced-ads' ),
1786
+ 'item_name_mismatch' => __( 'This is not the correct key for this add-on.', 'advanced-ads' ),
1787
+ 'no_activations_left' => __( 'There are no activations left.', 'advanced-ads' )
1788
  );
1789
  $error = isset( $errors[ $license_data->error ] ) ? $errors[ $license_data->error ] : $license_data->error;
1790
+ if( 'expired' === $license_data->error ){
1791
+ return 'ex';
1792
+ } else {
1793
+ if( isset($errors[ $license_data->error ] ) ) {
1794
+ return $error;
1795
+ } else {
1796
+ return sprintf( __('License is invalid. Reason: %s'), $error);
1797
+ }
1798
+ }
1799
  } else {
1800
  // save license value time
1801
  update_option($options_slug . '-license-expires', $license_data->expires, false);
1802
+ // save license key
1803
+ $licenses = $this->get_licenses();
1804
+ $licenses[ $addon ] = $license_key;
1805
+ $this->save_licenses( $licenses );
1806
  }
1807
 
1808
  return 1;
1813
  *
1814
  * @since 1.6.17
1815
  * @return bool true if already activated
1816
+ * @deprecated since version 1.7.2 because it only checks if a key is valid, not if the url registered with that key
1817
  */
1818
  public function check_license( $license_key = '', $plugin_name = '', $options_slug = '' ){
1819
 
1832
  if( $license_data->license == 'valid' ) {
1833
  update_option($options_slug . '-license-expires', $license_data->expires, false);
1834
  update_option($options_slug . '-license-status', $license_data->license, false);
1835
+
1836
+ return true;
1837
  }
1838
+ return false;
1839
  }
1840
 
1841
  /**
1866
  ) );
1867
 
1868
  if ( is_wp_error( $response ) ) {
1869
+ $body = wp_remote_retrieve_body( $response );
1870
+ if ( $body ){
1871
+ return $body;
1872
+ } else {
1873
+ return __( 'License couldn’t be deactivated. Please try again later.', 'advanced-ads' );
1874
+ }
1875
  }
1876
 
1877
  $license_data = json_decode( wp_remote_retrieve_body( $response ) );
1882
  if( 'deactivated' === $license_data->license ) {
1883
  delete_option( $options_slug . '-license-status' );
1884
  delete_option( $options_slug . '-license-expires' );
1885
+ } elseif( 'failed' === $license_data->license ) {
1886
+ update_option($options_slug . '-license-expires', $license_data->expires, false);
1887
+ update_option($options_slug . '-license-status', $license_data->license, false);
1888
+ return 'ex';
1889
  } else {
1890
+ return __( 'License couldn’t be deactivated. Please try again later.', 'advanced-ads' );
1891
  }
1892
 
1893
  return 1;
1915
  return $licenses;
1916
  }
1917
 
1918
+ /**
1919
+ * save license keys for all add-ons
1920
+ *
1921
+ * @since 1.7.2
1922
+ * @return arr $licenses licenses
1923
+ */
1924
+ public function save_licenses( $licenses = array() ){
1925
+
1926
+ if( is_multisite() ){
1927
+ // if multisite, get option from main blog
1928
+ global $current_site;
1929
+ update_blog_option( $current_site->blog_id, ADVADS_SLUG . '-licenses', $licenses );
1930
+ } else {
1931
+ update_option( ADVADS_SLUG . '-licenses', $licenses );
1932
+ }
1933
+ }
1934
+
1935
  /**
1936
  * get license status of an add-on
1937
  *
admin/includes/notices.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * array with admin notices
4
  */
5
- $advanced_ads_admin_notices = array(
6
  // if users updated from a previous version to 1.4.5
7
  '1.4.5' => array(
8
  'type' => 'update',
@@ -86,5 +86,5 @@ $advanced_ads_admin_notices = array(
86
  'global' => true
87
  ),
88
 
89
- );
90
 
2
  /**
3
  * array with admin notices
4
  */
5
+ $advanced_ads_admin_notices = apply_filters( 'advanced-ads-notices', array(
6
  // if users updated from a previous version to 1.4.5
7
  '1.4.5' => array(
8
  'type' => 'update',
86
  'global' => true
87
  ),
88
 
89
+ ));
90
 
admin/views/ad-display-metabox.php CHANGED
@@ -3,7 +3,7 @@ $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
- ?><p class="description"><?php _e('Set Display Conditions to allow or hide the ad on specific pages.', 'advanced-ads'); ?> <a href="<?php echo ADVADS_URL . 'manual/display-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-display'; ?>" target="_blank"><?php _e('Manual', 'advanced-ads'); ?></a></p>
7
  <div id="advads-display-conditions">
8
  <p class="advads-jqueryui-error advads-error-message hidden"><?php printf(__( 'There might be a problem with layouts and scripts in your dashboard. Please check <a href="%s" target="_blank">this article to learn more</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/jquery-problem-in-dashboard/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-jquery-error' ); ?></p>
9
  <table class="advads-conditions-table"><tbody><?php
3
  $options = $ad->options('conditions');
4
  // error_log(print_r($display_conditions, true));
5
  // error_log(print_r($options, true));
6
+ ?><p class="description"><?php _e('Set Display Conditions to allow or hide the ad on specific pages.', 'advanced-ads'); ?></p>
7
  <div id="advads-display-conditions">
8
  <p class="advads-jqueryui-error advads-error-message hidden"><?php printf(__( 'There might be a problem with layouts and scripts in your dashboard. Please check <a href="%s" target="_blank">this article to learn more</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/jquery-problem-in-dashboard/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-jquery-error' ); ?></p>
9
  <table class="advads-conditions-table"><tbody><?php
admin/views/ad-main-metabox.php CHANGED
@@ -17,4 +17,17 @@
17
  </li>
18
  <?php endforeach; ?>
19
  </ul>
20
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </li>
18
  <?php endforeach; ?>
19
  </ul>
20
+ <?php endif; ?>
21
+ <script>
22
+ jQuery( document ).on('change', '#advanced-ad-type input', function () {
23
+ advads_update_ad_type_headline();
24
+ });
25
+
26
+ // dynamically move ad type to the meta box title
27
+ advads_main_metabox_title = jQuery('#ad-main-box h2').text();
28
+ function advads_update_ad_type_headline(){
29
+ var advads_selected_type = jQuery('#advanced-ad-type input:checked + label').text();
30
+ jQuery('#ad-main-box h2').html( advads_main_metabox_title + ': ' + advads_selected_type );
31
+ }
32
+ advads_update_ad_type_headline();
33
+ </script>
admin/views/ad-visitor-metabox.php CHANGED
@@ -1,7 +1,7 @@
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' ); ?> <a href="<?php echo ADVADS_URL . 'manual/visitor-conditions#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-visitor'; ?>" target="_blank"><?php _e( 'Manual', 'advanced-ads' ); ?></a></p>
5
  <div id="advads-visitor-conditions">
6
  <table class="advads-conditions-table"><tbody><?php
7
  if ( isset( $options ) ) :
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">
6
  <table class="advads-conditions-table"><tbody><?php
7
  if ( isset( $options ) ) :
admin/views/setting-license.php CHANGED
@@ -2,45 +2,43 @@
2
  $errortext = false;
3
  $expires = Advanced_Ads_Admin::get_instance()->get_license_expires( $options_slug );
4
  $expired = false;
5
- if( $expires ){
 
6
  $expires_time = strtotime( $expires );
7
  $days_left = ( $expires_time - time() ) / DAY_IN_SECONDS;
8
  if( $days_left <= 0 ){
9
  $plugin_url = isset( $plugin_url ) ? $plugin_url : ADVADS_URL;
10
- $errortext = sprintf(__( 'Your license expired. Please visit <a href="%s" target="_blank">the plugin page</a> to renew it.', 'advanced-ads' ), $plugin_url . '#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses' );
11
  $expired = true;
 
 
12
  }
13
- };
14
- ?><input type="text" class="regular-text" placeholder="<?php _e( 'License key', 'advanced-ads' ); ?>"
 
15
  name="<?php echo ADVADS_SLUG . '-licenses'; ?>[<?php echo $index; ?>]"
16
- value="<?php echo esc_attr_e($license_key); ?>"
17
- <?php if( $license_status !== false && $license_status == 'valid' && ! $expired ) : ?> disabled="disabled"<?php endif; ?>/><?php
18
- if( $license_status !== false && $license_status == 'valid' && ! $expired ) :
19
- $show_active = true;
20
- ?><button type="button" class="button-secondary advads-license-deactivate"
21
- data-addon="<?php echo $index; ?>"
22
- data-pluginname="<?php echo $plugin_name; ?>"
23
- data-optionslug="<?php echo $options_slug; ?>"
24
- name="advads_license_activate"><?php _e('Deactivate License'); ?></button><?php
25
- else :
26
- $show_active = false;
27
- if($license_key !== '') :
28
- ?><button type="button" class="button-primary advads-license-activate"
29
- data-addon="<?php echo $index; ?>"
30
- data-pluginname="<?php echo $plugin_name; ?>"
31
- data-optionslug="<?php echo $options_slug; ?>"
32
- name="advads_license_activate"><?php _e('Activate License'); ?></button><?php
33
- endif;
34
  if( '' === trim( $license_key ) ){
35
  $errortext = __('Please enter a valid license key', 'advanced-ads');
36
- } elseif( ! $expired ){
37
- $errortext = ( ! $license_status || $license_status == 'invalid') ? __('License key invalid', 'advanced-ads') : '';
38
  }
39
- endif;
40
- ?><span class="advads-license-activate-error" <?php if( ! $errortext ) echo 'style="display: none;"'; ?>><?php echo $errortext; ?></span>
41
- <span class="advads-license-activate-active" <?php if( ! $show_active ) echo 'style="display: none;"'; ?>><?php _e( 'active', 'advanced-ads' );
42
- if( isset( $days_left ) && 0 < $days_left && 91 > $days_left ) { echo '&nbsp;' . sprintf( __('(%d days left)', 'advanced-ads' ), $days_left ); }
43
- ?></span><?php
44
- if($license_key === '') :
45
- ?><p class="description"><?php _e( '1. enter the key and save options; 2. click the activate button behind the field', 'advanced-ads' ); ?></p><?php
46
- endif;
2
  $errortext = false;
3
  $expires = Advanced_Ads_Admin::get_instance()->get_license_expires( $options_slug );
4
  $expired = false;
5
+ $expired_error = __( 'Your license expired.', 'advanced-ads' );
6
+ $expired_error .= $expired_renew_link = ' ' . sprintf(__( '<a href="%s" target="_blank">Renew it with a discount</a>.', 'advanced-ads' ), ADVADS_URL . 'checkout/?edd_license_key=' . esc_attr($license_key) . '#utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-licenses' );
7
  $expires_time = strtotime( $expires );
8
  $days_left = ( $expires_time - time() ) / DAY_IN_SECONDS;
9
  if( $days_left <= 0 ){
10
  $plugin_url = isset( $plugin_url ) ? $plugin_url : ADVADS_URL;
11
+ $errortext = $expired_error;
12
  $expired = true;
13
+ } elseif ( 0 < $days_left && 91 > $days_left ){
14
+ $errortext = sprintf( __('(%d days left)', 'advanced-ads' ), $days_left ) . $expired_renew_link;
15
  }
16
+ $show_active = ( $license_status !== false && $license_status == 'valid' && ! $expired ) ? true : false;
17
+
18
+ ?><input type="text" class="regular-text advads-license-key" placeholder="<?php _e( 'License key', 'advanced-ads' ); ?>"
19
  name="<?php echo ADVADS_SLUG . '-licenses'; ?>[<?php echo $index; ?>]"
20
+ value="<?php esc_attr_e($license_key); ?>"
21
+ <?php if( $license_status !== false && $license_status == 'valid' && ! $expired ) : ?> disabled="disabled"<?php endif; ?>/>
22
+
23
+ <button type="button" class="button-secondary advads-license-deactivate"
24
+ <?php if( $license_status !== 'valid' ) echo ' style="display: none;" '; ?>
25
+ data-addon="<?php echo $index; ?>"
26
+ data-pluginname="<?php echo $plugin_name; ?>"
27
+ data-optionslug="<?php echo $options_slug; ?>"
28
+ name="advads_license_activate"><?php _e('Deactivate License'); ?></button>
29
+
30
+ <button type="button" class="button-primary advads-license-activate"
31
+ <?php if( $license_status === 'valid' && ! $expired ) echo ' style="display: none;" '; ?>
32
+ data-addon="<?php echo $index; ?>"
33
+ data-pluginname="<?php echo $plugin_name; ?>"
34
+ data-optionslug="<?php echo $options_slug; ?>"
35
+ name="advads_license_activate"><?php _e('Activate License'); ?></button><?php
 
 
36
  if( '' === trim( $license_key ) ){
37
  $errortext = __('Please enter a valid license key', 'advanced-ads');
38
+ } elseif( ! $expired && ! $errortext ){
39
+ $errortext = ( $license_status == 'invalid') ? __('License key invalid', 'advanced-ads') : '';
40
  }
41
+ ?>&nbsp;
42
+ <span class="advads-license-activate-active" <?php if( ! $show_active ) echo 'style="display: none;"'; ?>><?php _e( 'active', 'advanced-ads' ); ?></span>
43
+ <span class="advads-license-activate-error" <?php if( ! $errortext ) echo 'style="display: none;"'; ?>><?php echo $errortext; ?></span>
44
+ <span class="advads-license-expired-error advads-error-message" style="display: none;"><?php echo $expired_error; ?></span>
 
 
 
 
admin/views/settings.php CHANGED
@@ -32,7 +32,9 @@ $setting_tabs = apply_filters('advanced-ads-setting-tabs', array(
32
  do_settings_sections( $_setting_tab['page'] );
33
 
34
  do_action( 'advanced-ads-settings-form', $_setting_tab_id, $_setting_tab );
35
- submit_button( __( 'Save settings on this page', 'advanced-ads' ) );
 
 
36
  ?>
37
  </form>
38
  <?php do_action( 'advanced-ads-settings-tab-after-form', $_setting_tab_id, $_setting_tab ); ?>
32
  do_settings_sections( $_setting_tab['page'] );
33
 
34
  do_action( 'advanced-ads-settings-form', $_setting_tab_id, $_setting_tab );
35
+ if ( isset( $_setting_tab['group'] ) && 'advanced-ads-licenses' !== $_setting_tab['group'] ){
36
+ submit_button( __( 'Save settings on this page', 'advanced-ads' ) );
37
+ }
38
  ?>
39
  </form>
40
  <?php do_action( 'advanced-ads-settings-tab-after-form', $_setting_tab_id, $_setting_tab ); ?>
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.1.5
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.1.5' );
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.7.2
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.7.2' );
43
 
44
  /*----------------------------------------------------------------------------*
45
  * Autoloading, modules and functions
classes/ad.php CHANGED
@@ -481,8 +481,6 @@ class Advanced_Ads_Ad {
481
  /**
482
  * prepare ads output
483
  *
484
- * @param string $content ad content
485
- * @param obj $ad ad object
486
  */
487
  public function prepare_frontend_output() {
488
 
@@ -496,6 +494,8 @@ class Advanced_Ads_Ad {
496
  // filter to manipulate the output before the wrapper is added
497
  $output = apply_filters( 'advanced-ads-output-inside-wrapper', $output, $this );
498
 
 
 
499
  // build wrapper around the ad
500
  $output = $this->add_wrapper( $output );
501
 
@@ -847,4 +847,25 @@ class Advanced_Ads_Ad {
847
 
848
  return $prefix . mt_rand();
849
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
850
  }
481
  /**
482
  * prepare ads output
483
  *
 
 
484
  */
485
  public function prepare_frontend_output() {
486
 
494
  // filter to manipulate the output before the wrapper is added
495
  $output = apply_filters( 'advanced-ads-output-inside-wrapper', $output, $this );
496
 
497
+ $output = $this->maybe_add_label ( $output );
498
+
499
  // build wrapper around the ad
500
  $output = $this->add_wrapper( $output );
501
 
847
 
848
  return $prefix . mt_rand();
849
  }
850
+
851
+ /**
852
+ * add an "Advertisement" label if conditions are met
853
+ *
854
+ * @param str $output
855
+ * @return str $output
856
+ */
857
+ public function maybe_add_label( &$output ) {
858
+ if ( $this->type !== 'group' && $label = Advanced_Ads::get_instance()->get_label() ) {
859
+ if ( isset( $this->args['group_info']['type'] ) && $this->args['group_info']['type'] === 'slider' ) {
860
+ return $output;
861
+ }
862
+ // first ad in a group or single ad without group, and not group output for passive cb
863
+ if ( empty( $this->args['group_info']['ads_displayed'] ) && empty( $this->args['group_info']['passive_cb'] ) ) {
864
+ $output = $label . $output;
865
+ // output label for every ad when slider is used
866
+ }
867
+ }
868
+
869
+ return $output;
870
+ }
871
  }
classes/ad_ajax_callbacks.php CHANGED
@@ -198,7 +198,7 @@ class Advanced_Ads_Ad_Ajax_Callbacks {
198
 
199
  if ( !isset( $_POST['addon'] ) || $_POST['addon'] === '' ) { die(); }
200
 
201
- echo Advanced_Ads_Admin::get_instance()->activate_license( $_POST['addon'], $_POST['pluginname'], $_POST['optionslug'] );
202
 
203
  die();
204
  }
198
 
199
  if ( !isset( $_POST['addon'] ) || $_POST['addon'] === '' ) { die(); }
200
 
201
+ echo Advanced_Ads_Admin::get_instance()->activate_license( $_POST['addon'], $_POST['pluginname'], $_POST['optionslug'], $_POST['license'] );
202
 
203
  die();
204
  }
classes/ad_group.php CHANGED
@@ -176,8 +176,15 @@ class Advanced_Ads_Group {
176
 
177
  $ad_select = Advanced_Ads_Select::get_instance();
178
  foreach ( $ordered_ad_ids as $_ad_id ) {
 
 
 
 
 
 
179
  // load the ad object
180
  $ad = $ad_select->get_ad_by_method( $_ad_id, Advanced_Ads_Select::AD, $this->ad_args );
 
181
  if ( $ad !== null ) {
182
  $output[] = $ad;
183
  $ads_displayed++;
176
 
177
  $ad_select = Advanced_Ads_Select::get_instance();
178
  foreach ( $ordered_ad_ids as $_ad_id ) {
179
+ // the Advanced_Ads_Ad obj can access this info
180
+ $this->ad_args['group_info'] = array(
181
+ 'ads_displayed' => $ads_displayed,
182
+ 'type' => $this->type
183
+ );
184
+
185
  // load the ad object
186
  $ad = $ad_select->get_ad_by_method( $_ad_id, Advanced_Ads_Select::AD, $this->ad_args );
187
+
188
  if ( $ad !== null ) {
189
  $output[] = $ad;
190
  $ads_displayed++;
classes/ad_placements.php CHANGED
@@ -77,7 +77,6 @@ class Advanced_Ads_Placements {
77
  if( ! current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_placements') ) ) {
78
  return;
79
  }
80
- esc_url( remove_query_arg('message') );
81
 
82
  if ( isset($_POST['advads']['placement']) && check_admin_referer( 'advads-placement', 'advads_placement' ) ){
83
  $success = self::save_new_placement( $_POST['advads']['placement'] );
@@ -89,7 +88,7 @@ class Advanced_Ads_Placements {
89
 
90
  if(isset($success)){
91
  $message = $success ? 'updated' : 'error';
92
- wp_redirect( esc_url( add_query_arg(array('message' => $message)) ) );
93
  }
94
  }
95
 
77
  if( ! current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_placements') ) ) {
78
  return;
79
  }
 
80
 
81
  if ( isset($_POST['advads']['placement']) && check_admin_referer( 'advads-placement', 'advads_placement' ) ){
82
  $success = self::save_new_placement( $_POST['advads']['placement'] );
88
 
89
  if(isset($success)){
90
  $message = $success ? 'updated' : 'error';
91
+ wp_redirect( esc_url_raw( add_query_arg(array('message' => $message)) ) );
92
  }
93
  }
94
 
classes/ad_type_group.php ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Advanced Ads Plain 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-2016 Thomas Maier, webgilde GmbH
10
+ *
11
+ * Class containing information about the plain text/code ad type
12
+ *
13
+ * see ad-type-content.php for a better sample on ad type
14
+ *
15
+ * @since 1.7.1.1
16
+ *
17
+ */
18
+ class Advanced_Ads_Ad_Type_Group extends Advanced_Ads_Ad_Type_Abstract{
19
+
20
+ /**
21
+ * ID - internal type of the ad type
22
+ *
23
+ */
24
+ public $ID = 'group';
25
+
26
+ /**
27
+ * set basic attributes
28
+ */
29
+ public function __construct() {
30
+ $this->title = __( 'Ad Group', 'advanced-ads' );
31
+ $this->description = __( 'Choose an existing ad group. Use this type when you want to assign the same display and visitor conditions to all ads in that group.', 'advanced-ads' );
32
+ $this->parameters = array(
33
+ 'group_id' => 0
34
+ );
35
+
36
+ // on save, remove the group in which the ad is itself to prevent infinite loops
37
+ add_action( 'save_post', array($this, 'remove_from_ad_group'), 1 );
38
+ }
39
+
40
+ /**
41
+ * when saving the ad, remove it from the ad group, if this is the group assigned as ad content
42
+ */
43
+ public function remove_from_ad_group( $post_id ){
44
+
45
+ if( $_POST['post_type'] !== Advanced_Ads::POST_TYPE_SLUG ){
46
+ return;
47
+ }
48
+
49
+ if( isset( $_POST[ 'advanced_ad' ]['output']['group_id'] ) ){
50
+ $group_id = intval( $_POST[ 'advanced_ad' ]['output']['group_id'] );
51
+ if( isset( $_POST['tax_input']['advanced_ads_groups'] ) ){
52
+ if(( $key = array_search( $group_id, $_POST['tax_input']['advanced_ads_groups'])) !== false ) {
53
+ $res = wp_remove_object_terms( $post_id, $group_id, Advanced_Ads::AD_GROUP_TAXONOMY );
54
+ unset( $_POST['tax_input']['advanced_ads_groups'][$key] );
55
+ }
56
+ }
57
+ }
58
+ }
59
+
60
+
61
+ /**
62
+ * output for the ad parameters metabox
63
+ *
64
+ * this will be loaded using ajax when changing the ad type radio buttons
65
+ * echo the output right away here
66
+ * name parameters must be in the "advanced_ads" array
67
+ *
68
+ * @param obj $ad ad object
69
+ */
70
+ public function render_parameters($ad){
71
+
72
+ $group_id = ( isset( $ad->output['group_id'] ) ) ? $ad->output['group_id'] : '';
73
+
74
+ $select = array();
75
+ $model = Advanced_Ads::get_instance()->get_model();
76
+
77
+ // load all ad groups
78
+ $groups = $model->get_ad_groups();
79
+
80
+ if( ! is_array( $groups ) || ! count( $groups ) ){
81
+ return;
82
+ }
83
+
84
+ ?><label for="advads-group-id"><?php _e('ad group', 'advanced-ads'); ?></label><select name="advanced_ad[output][group_id]" id="advads-group-id"><?php
85
+
86
+ foreach ( $groups as $_group ) {
87
+ ?><option value="<?php echo $_group->term_id; ?>" <?php selected( $_group->term_id, $group_id ); ?>><?php echo $_group->name; ?></option><?php
88
+ }
89
+
90
+ ?></select><?php
91
+
92
+ }
93
+
94
+ /**
95
+ * prepare the ads frontend output
96
+ *
97
+ * @param obj $ad ad object
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
+
109
+ }
classes/plugin.php CHANGED
@@ -208,6 +208,7 @@ class Advanced_Ads_Plugin {
208
  * activated on an individual blog.
209
  */
210
  public function activate($network_wide) {
 
211
 
212
  return;
213
  // was never used nor missed, but could come in handy one day
@@ -246,6 +247,7 @@ class Advanced_Ads_Plugin {
246
  * deactivated on an individual blog.
247
  */
248
  public function deactivate($network_wide) {
 
249
 
250
  return;
251
 
@@ -428,7 +430,7 @@ class Advanced_Ads_Plugin {
428
  $this->frontend_prefix = esc_attr( $options['id-prefix'] );
429
  } else {
430
  $host = parse_url( get_home_url(), PHP_URL_HOST );
431
- $this->frontend_prefix = preg_match( '/[A-Za-z][A-Za-z0-9_-]{4}/', $host, $result ) ? $result[0] . '-' : Advanced_Ads_Plugin::DEFAULT_FRONTEND_PREFIX;
432
  }
433
  } else {
434
  $this->frontend_prefix = $options['front-prefix'];
@@ -477,4 +479,32 @@ class Advanced_Ads_Plugin {
477
 
478
  }
479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
480
  }
208
  * activated on an individual blog.
209
  */
210
  public function activate($network_wide) {
211
+ $this->create_capabilities();
212
 
213
  return;
214
  // was never used nor missed, but could come in handy one day
247
  * deactivated on an individual blog.
248
  */
249
  public function deactivate($network_wide) {
250
+ $this->remove_capabilities();
251
 
252
  return;
253
 
430
  $this->frontend_prefix = esc_attr( $options['id-prefix'] );
431
  } else {
432
  $host = parse_url( get_home_url(), PHP_URL_HOST );
433
+ $this->frontend_prefix = preg_match( '/[A-Za-z][A-Za-z0-9_]{4}/', $host, $result ) ? $result[0] . '-' : Advanced_Ads_Plugin::DEFAULT_FRONTEND_PREFIX;
434
  }
435
  } else {
436
  $this->frontend_prefix = $options['front-prefix'];
479
 
480
  }
481
 
482
+ /**
483
+ * Create roles and capabilities
484
+ *
485
+ */
486
+ public function create_capabilities() {
487
+ if ( $role = get_role( 'administrator' ) ) {
488
+ $role->add_cap( 'advanced_ads_manage_options' );
489
+ $role->add_cap( 'advanced_ads_see_interface' );
490
+ $role->add_cap( 'advanced_ads_edit_ads' );
491
+ $role->add_cap( 'advanced_ads_manage_placements' );
492
+ $role->add_cap( 'advanced_ads_place_ads' );
493
+ }
494
+ }
495
+
496
+ /**
497
+ * Remove roles and capabilities
498
+ *
499
+ */
500
+ public function remove_capabilities() {
501
+ if ( $role = get_role( 'administrator' ) ) {
502
+ $role->remove_cap( 'advanced_ads_manage_options' );
503
+ $role->remove_cap( 'advanced_ads_see_interface' );
504
+ $role->remove_cap( 'advanced_ads_edit_ads' );
505
+ $role->remove_cap( 'advanced_ads_manage_placements' );
506
+ $role->remove_cap( 'advanced_ads_place_ads' );
507
+ }
508
+ }
509
+
510
  }
classes/upgrades.php CHANGED
@@ -23,6 +23,11 @@ class Advanced_Ads_Upgrades {
23
  add_action( 'wp_loaded', array( $this, 'upgrade_1_7') );
24
  }
25
 
 
 
 
 
 
26
  // update version notices – if this doesn’t happen here, the upgrade might run multiple times and destroy updated data
27
  Advanced_Ads_Admin_Notices::get_instance()->update_version_number();
28
  }
23
  add_action( 'wp_loaded', array( $this, 'upgrade_1_7') );
24
  }
25
 
26
+ // the 'advanced_ads_edit_ads' capability was added to POST_TYPE_SLUG post type in this version
27
+ if ( version_compare( $internal_options['version'], '1.7.2', '<' ) ) {
28
+ Advanced_Ads_Plugin::get_instance()->create_capabilities();
29
+ }
30
+
31
  // update version notices – if this doesn’t happen here, the upgrade might run multiple times and destroy updated data
32
  Advanced_Ads_Admin_Notices::get_instance()->update_version_number();
33
  }
languages/advanced-ads-de_DE.po CHANGED
@@ -568,7 +568,7 @@ msgid "Error while trying to disable the license. Please contact support."
568
  msgstr "Fehler beim Deaktivieren der Lizenz. Bitte Support kontaktieren."
569
 
570
  #: ../admin/class-advanced-ads-admin.php:1821
571
- msgid "License couldn’t be deactivated. Please try again later or contact support."
572
  msgstr "Die Lizenz konnte nicht deaktiviert werden."
573
 
574
  #: ../admin/class-advanced-ads-admin.php:1968
568
  msgstr "Fehler beim Deaktivieren der Lizenz. Bitte Support kontaktieren."
569
 
570
  #: ../admin/class-advanced-ads-admin.php:1821
571
+ msgid "License couldn’t be deactivated. Please try again later."
572
  msgstr "Die Lizenz konnte nicht deaktiviert werden."
573
 
574
  #: ../admin/class-advanced-ads-admin.php:1968
languages/advanced-ads-es_ES.mo CHANGED
Binary file
languages/advanced-ads-es_ES.po CHANGED
@@ -3,7 +3,7 @@ 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 12 2016 16:58:18 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Spanish (Spain)\n"
@@ -23,56 +23,64 @@ msgstr ""
23
  "X-Loco-Target-Locale: es_ES"
24
 
25
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
26
- #: 162 ../classes/visitor-conditions.php:214
27
  msgid "or"
28
  msgstr ""
29
 
30
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
31
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
32
- #: php:162 ../classes/visitor-conditions.php:214
33
  msgid "and"
34
  msgstr ""
35
 
36
- #: ../admin/class-advanced-ads-admin.php:419
37
  msgid "Please enter a message"
38
  msgstr ""
39
 
40
- #: ../admin/class-advanced-ads-admin.php:429
41
  #, php-format
42
  msgid "Email could NOT be sent. Please contact us directly at %s."
43
  msgstr ""
44
 
45
- #: ../admin/class-advanced-ads-admin.php:432
46
  msgid "Please enter a valid email address"
47
  msgstr ""
48
 
49
- #: ../admin/class-advanced-ads-admin.php:1194
50
  msgid ""
51
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
52
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
53
  msgstr ""
54
 
55
- #: ../admin/class-advanced-ads-admin.php:1217
56
  #, php-format
57
  msgid ""
58
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
59
  "target=\"_blank\">Advanced Ads Pro</a>."
60
  msgstr ""
61
 
62
- #: ../admin/class-advanced-ads-admin.php:1675
63
  #, php-format
64
  msgid "time of %s"
65
  msgstr ""
66
 
67
- #: ../admin/class-advanced-ads-admin.php:1744
 
 
 
 
68
  msgid "This is the bundle license key."
69
  msgstr ""
70
 
71
- #: ../admin/class-advanced-ads-admin.php:1745
72
  msgid "This is not the correct key for this add-on."
73
  msgstr ""
74
 
75
- #: ../admin/class-advanced-ads-admin.php:1970
 
 
 
 
76
  msgid "Add-Ons"
77
  msgstr ""
78
 
@@ -188,56 +196,76 @@ msgid ""
188
  "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
189
  msgstr ""
190
 
 
 
 
 
 
191
  #: ../admin/views/settings-disable-ads.php:21
192
  msgid "Disable ads in Feed"
193
  msgstr ""
194
 
195
- #: ../classes/display-conditions.php:60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  msgid "post type"
197
  msgstr ""
198
 
199
- #: ../classes/display-conditions.php:67
200
  msgid "specific pages"
201
  msgstr ""
202
 
203
- #: ../classes/display-conditions.php:73
204
  msgid "general conditions"
205
  msgstr ""
206
 
207
- #: ../classes/display-conditions.php:79
208
  msgid "author"
209
  msgstr ""
210
 
211
- #: ../classes/display-conditions.php:104
212
  #, php-format
213
  msgid "archive: %s"
214
  msgstr ""
215
 
216
- #: ../classes/display-conditions.php:205 ../classes/display-conditions.php:249 ..
217
- #: classes/display-conditions.php:337
218
  msgctxt "Error message shown when no display condition term is selected"
219
  msgid "Please select some items."
220
  msgstr ""
221
 
222
- #: ../classes/display-conditions.php:234 ../classes/display-conditions.php:287 ..
223
- #: classes/display-conditions.php:362
224
  msgid "show"
225
  msgstr ""
226
 
227
- #: ../classes/display-conditions.php:235 ../classes/display-conditions.php:288 ..
228
- #: classes/display-conditions.php:363
229
  msgid "hide"
230
  msgstr ""
231
 
232
- #: ../classes/display-conditions.php:391
233
  msgid "title or id"
234
  msgstr ""
235
 
236
- #: ../classes/display-conditions.php:471
237
  msgid "Feed"
238
  msgstr ""
239
 
240
- #: ../classes/display-conditions.php:472
241
  msgid "allow ads in Feed"
242
  msgstr ""
243
 
@@ -288,62 +316,71 @@ msgstr "Visión General"
288
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
289
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
290
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
291
- #: classes/widget.php:89 ../public/class-advanced-ads.php:587
292
  msgid "Ads"
293
  msgstr "Anuncios"
294
 
295
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
 
 
 
 
 
 
 
 
 
296
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
297
  #: 177 ../classes/widget.php:82
298
  msgid "Ad Groups"
299
  msgstr "Grupos de Anuncios"
300
 
301
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
302
  msgid "Groups"
303
  msgstr "Grupos"
304
 
305
- #: ../admin/class-advanced-ads-admin.php:291
306
  msgid "Ad Placements"
307
  msgstr "Colocación de Anuncios"
308
 
309
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
310
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
311
  msgid "Placements"
312
  msgstr "Colocaciones"
313
 
314
- #: ../admin/class-advanced-ads-admin.php:295
315
  msgid "Advanced Ads Settings"
316
  msgstr "Configuraciones de Advanced Ads"
317
 
318
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
319
- #: php:544 ../admin/views/debug.php:10
320
  msgid "Settings"
321
  msgstr "Configuraciones"
322
 
323
- #: ../admin/class-advanced-ads-admin.php:298
324
  msgid "Advanced Ads Debugging"
325
  msgstr "Depuración de Advanced Ads"
326
 
327
- #: ../admin/class-advanced-ads-admin.php:298
328
  msgid "Debug"
329
  msgstr "Depuración"
330
 
331
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
332
- #: php:302
333
  msgid "Advanced Ads Intro"
334
  msgstr "Introducción a Advanced Ads"
335
 
336
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
337
- #: php:306 ../admin/class-advanced-ads-admin.php:1966
338
  msgid "Support"
339
  msgstr "Soporte"
340
 
341
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
342
- #: php:485
343
  msgid "Sorry, you are not allowed to access this feature."
344
  msgstr "Lo sentimos, no tienes permiso para acceder a esta función."
345
 
346
- #: ../admin/class-advanced-ads-admin.php:471
347
  msgid ""
348
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
349
  "deleted?"
@@ -351,176 +388,176 @@ msgstr ""
351
  "Intentaste editar un Grupo de Anuncios que no existe. Tal vez ha sido "
352
  "borrado?"
353
 
354
- #: ../admin/class-advanced-ads-admin.php:586
355
  msgid "Ad Type"
356
  msgstr "Tipo de Anuncio"
357
 
358
- #: ../admin/class-advanced-ads-admin.php:589
359
  msgid "Ad Parameters"
360
  msgstr "Parámetros del Anuncio"
361
 
362
- #: ../admin/class-advanced-ads-admin.php:592
363
  msgid "Layout / Output"
364
  msgstr "Diseño / Visualización"
365
 
366
- #: ../admin/class-advanced-ads-admin.php:595
367
  msgid "Display Conditions"
368
  msgstr "Condiciones de Visualización"
369
 
370
- #: ../admin/class-advanced-ads-admin.php:598
371
  msgid "Visitor Conditions"
372
  msgstr "Condiciones del Visitante"
373
 
374
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
375
- #: php:824
376
  msgid "Ad updated."
377
  msgstr "Anuncio actualizado."
378
 
379
  #. translators: %s: date and time of the revision
380
- #: ../admin/class-advanced-ads-admin.php:826
381
  #, php-format
382
  msgid "Ad restored to revision from %s"
383
  msgstr "Anunció restaurado para revisión de %s"
384
 
385
- #: ../admin/class-advanced-ads-admin.php:827
386
  msgid "Ad published."
387
  msgstr "Anuncio publicado."
388
 
389
- #: ../admin/class-advanced-ads-admin.php:828
390
  msgid "Ad saved."
391
  msgstr "Anuncio guardado."
392
 
393
- #: ../admin/class-advanced-ads-admin.php:829
394
  msgid "Ad submitted."
395
  msgstr "Anuncio enviado."
396
 
397
- #: ../admin/class-advanced-ads-admin.php:831
398
  #, php-format
399
  msgid "Ad scheduled for: <strong>%1$s</strong>."
400
  msgstr "Anuncio programado para: <strong>%1$s</strong>."
401
 
402
  #. translators: Publish box date format, see http://php.net/date
403
- #: ../admin/class-advanced-ads-admin.php:833
404
  msgid "M j, Y @ G:i"
405
  msgstr "M j, Y @ G:i"
406
 
407
- #: ../admin/class-advanced-ads-admin.php:835
408
  msgid "Ad draft updated."
409
  msgstr "Borrador del anuncio actualizado."
410
 
411
- #: ../admin/class-advanced-ads-admin.php:854
412
  #, php-format
413
  msgid "%s ad updated."
414
  msgid_plural "%s ads updated."
415
  msgstr[0] "%s anuncio actualizado."
416
  msgstr[1] "%s anuncios actualizados."
417
 
418
- #: ../admin/class-advanced-ads-admin.php:855
419
  #, php-format
420
  msgid "%s ad not updated, somebody is editing it."
421
  msgid_plural "%s ads not updated, somebody is editing them."
422
  msgstr[0] "%s anuncio no actualizado, alguien lo esta editando."
423
  msgstr[1] "%s anuncios no actualizados, alguien los esta editando."
424
 
425
- #: ../admin/class-advanced-ads-admin.php:856
426
  #, php-format
427
  msgid "%s ad permanently deleted."
428
  msgid_plural "%s ads permanently deleted."
429
  msgstr[0] "%s anuncio permanentemente borrado."
430
  msgstr[1] "%s anuncios permanentemente borrados."
431
 
432
- #: ../admin/class-advanced-ads-admin.php:857
433
  #, php-format
434
  msgid "%s ad moved to the Trash."
435
  msgid_plural "%s ads moved to the Trash."
436
  msgstr[0] "%s anuncio movido a la papelera."
437
  msgstr[1] "%s anuncios movidos a la papelera."
438
 
439
- #: ../admin/class-advanced-ads-admin.php:858
440
  #, php-format
441
  msgid "%s ad restored from the Trash."
442
  msgid_plural "%s ads restored from the Trash."
443
  msgstr[0] "%s anuncio restaurado de la papelera."
444
  msgstr[1] "%s anuncios restaurados de la papelera."
445
 
446
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
447
  msgid "General"
448
  msgstr "General"
449
 
450
- #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
451
- #: php:1009
452
  msgid "Licenses"
453
  msgstr "Licencias"
454
 
455
- #: ../admin/class-advanced-ads-admin.php:916
456
  msgid "Disable ads"
457
  msgstr "Deshabilitar anuncios"
458
 
459
- #: ../admin/class-advanced-ads-admin.php:924
460
  msgid "Hide ads for logged in users"
461
  msgstr "Ocultar anuncios para usuarios que inicien sesión"
462
 
463
- #: ../admin/class-advanced-ads-admin.php:932
464
  msgid "Use advanced JavaScript"
465
  msgstr "Utilizar JavaScript avanzado"
466
 
467
- #: ../admin/class-advanced-ads-admin.php:940
468
  msgid "Unlimited ad injection"
469
  msgstr "Inyección ilimitada de anuncios"
470
 
471
- #: ../admin/class-advanced-ads-admin.php:948
472
  msgid "Priority of content injection filter"
473
  msgstr "Prioridad de filtro de inyección de contenido"
474
 
475
- #: ../admin/class-advanced-ads-admin.php:956
476
  msgid "Hide ads from bots"
477
  msgstr "Ocultar anuncios de bots"
478
 
479
- #: ../admin/class-advanced-ads-admin.php:964
480
  msgid "Disable notices"
481
  msgstr "Deshabilitar notificaciones"
482
 
483
- #: ../admin/class-advanced-ads-admin.php:972
484
  msgid "ID prefix"
485
  msgstr "Prefijo ID"
486
 
487
- #: ../admin/class-advanced-ads-admin.php:980
488
  msgid "Remove Widget ID"
489
  msgstr "Remover Widget ID"
490
 
491
- #: ../admin/class-advanced-ads-admin.php:988
492
  msgid "Allow editors to manage ads"
493
  msgstr "Permitir a editores gestionar anuncios"
494
 
495
- #: ../admin/class-advanced-ads-admin.php:1064
496
  msgid "(display to all)"
497
  msgstr "(mostrar a todos)"
498
 
499
- #: ../admin/class-advanced-ads-admin.php:1065
500
  msgid "Subscriber"
501
  msgstr "Suscriptor"
502
 
503
- #: ../admin/class-advanced-ads-admin.php:1066
504
  msgid "Contributor"
505
  msgstr "Contribuyente"
506
 
507
- #: ../admin/class-advanced-ads-admin.php:1067
508
  msgid "Author"
509
  msgstr "Autor"
510
 
511
- #: ../admin/class-advanced-ads-admin.php:1068
512
  msgid "Editor"
513
  msgstr "Editor"
514
 
515
- #: ../admin/class-advanced-ads-admin.php:1069
516
  msgid "Admin"
517
  msgstr "Administrador"
518
 
519
- #: ../admin/class-advanced-ads-admin.php:1077
520
  msgid "Choose the lowest role a user must have in order to not see any ads."
521
  msgstr "Elige el rol mínimo que un usuario debe tener para no ver ningún anuncio."
522
 
523
- #: ../admin/class-advanced-ads-admin.php:1091
524
  msgid ""
525
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
526
  "needs it."
@@ -528,7 +565,7 @@ msgstr ""
528
  "<strong>Notificación: </strong>el archivo se encuentra activado por un add-"
529
  "on que lo necesita."
530
 
531
- #: ../admin/class-advanced-ads-admin.php:1094
532
  #, php-format
533
  msgid ""
534
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -539,7 +576,7 @@ msgstr ""
539
  "target=\"_blank\">aquí</a>). Algunas características y add-ons pueden anular "
540
  "esta configuración si necesitan funciones de este archivo."
541
 
542
- #: ../admin/class-advanced-ads-admin.php:1107
543
  msgid ""
544
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
545
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -554,7 +591,7 @@ msgstr ""
554
  "habilitar esta opción si no ves anuncios o quieres habilitar las inyecciones "
555
  "de anuncios en páginas de archivos BAJO TU PROPIO RIESGO."
556
 
557
- #: ../admin/class-advanced-ads-admin.php:1123
558
  msgid ""
559
  "Please check your post content. A priority of 10 and below might cause "
560
  "issues (wpautop function might run twice)."
@@ -562,7 +599,7 @@ msgstr ""
562
  "Por favor, revisa el contenido de tu entrada. Una prioridad de 10 o menos "
563
  "puede causar problemas (la función wpautop puede ejecutarse dos veces)."
564
 
565
- #: ../admin/class-advanced-ads-admin.php:1125
566
  msgid ""
567
  "Play with this value in order to change the priority of the injected ads "
568
  "compared to other auto injected elements in the post content."
@@ -571,7 +608,7 @@ msgstr ""
571
  "comparación con otros elementos auto inyectados en el contenido de la "
572
  "entrada."
573
 
574
- #: ../admin/class-advanced-ads-admin.php:1139
575
  #, php-format
576
  msgid ""
577
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -582,7 +619,7 @@ msgstr ""
582
  "vacíos. También previene contar impresiones de bots cuando se usa <a "
583
  "href=\"%s\" target=\"_blank\">El Add-On de Rastreo</a>."
584
 
585
- #: ../admin/class-advanced-ads-admin.php:1140
586
  msgid ""
587
  "Disabling this option only makes sense if your ads contain content you want "
588
  "to display to bots (like search engines) or your site is cached and bots "
@@ -593,7 +630,7 @@ msgstr ""
593
  "sitio esta cacheado y los bots pueden crear una versión cacheada sin los "
594
  "anuncios."
595
 
596
- #: ../admin/class-advanced-ads-admin.php:1153
597
  msgid ""
598
  "Disable internal notices like tips, tutorials, email newsletters and update "
599
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -604,7 +641,7 @@ msgstr ""
604
  "notificaciones es recomendado si ya administras múltiples sitios con "
605
  "Advanced Ads."
606
 
607
- #: ../admin/class-advanced-ads-admin.php:1170
608
  msgid ""
609
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
610
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -615,7 +652,7 @@ msgstr ""
615
  "bloques como anuncios. <br/>Podrías necesitar <strong>reescribir las reglas "
616
  "css después</strong>."
617
 
618
- #: ../admin/class-advanced-ads-admin.php:1191
619
  msgid ""
620
  "Remove the ID attribute from widgets in order to not make them an easy "
621
  "target of ad blockers."
@@ -623,73 +660,72 @@ msgstr ""
623
  "Remover el atributo ID de los widgets para no hacerlos un blanco fácil de "
624
  "los bloqueadores de anuncios."
625
 
626
- #: ../admin/class-advanced-ads-admin.php:1216
627
  msgid "Allow editors to also manage and publish ads."
628
  msgstr "Permitir también que los editores gestionen y publiquen anuncios."
629
 
630
- #: ../admin/class-advanced-ads-admin.php:1313
631
  msgid "Ad Details"
632
  msgstr "Detalles del Anuncio"
633
 
634
- #: ../admin/class-advanced-ads-admin.php:1314
635
  msgid "Ad Planning"
636
  msgstr "Planificación del Anuncio"
637
 
638
- #: ../admin/class-advanced-ads-admin.php:1449
639
  msgid "Ad Settings"
640
  msgstr "Configuración del Anuncio"
641
 
642
- #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
643
  msgid "Ads Dashboard"
644
  msgstr "Panel de Anuncios"
645
 
646
- #: ../admin/class-advanced-ads-admin.php:1540
647
  msgid "From the ad optimization universe"
648
  msgstr "Desde el universo de optimización de anuncios"
649
 
650
- #: ../admin/class-advanced-ads-admin.php:1549
651
  msgid "Advanced Ads Tutorials"
652
  msgstr "Tutoriales de Advanced Ads"
653
 
654
- #: ../admin/class-advanced-ads-admin.php:1560
655
  #, php-format
656
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
657
  msgstr "%d Anuncios – <a href=\"%s\">Gestionar</a> - <a href=\"%s\">Nuevo</a>"
658
 
659
- #: ../admin/class-advanced-ads-admin.php:1571
660
  msgid "plugin manual and homepage"
661
  msgstr "Manual del plugin y página de inicio"
662
 
663
- #: ../admin/class-advanced-ads-admin.php:1578
664
  msgid "Get the tutorial via email"
665
  msgstr "Obtener el tutorial vía correo electrónico"
666
 
667
- #: ../admin/class-advanced-ads-admin.php:1585
668
  msgid "Get AdSense tips via email"
669
  msgstr "Obtener tips de AdSense vía correo electrónico"
670
 
671
- #: ../admin/class-advanced-ads-admin.php:1710
672
  msgid "Error while trying to register the license. Please contact support."
673
  msgstr "Error al tratar de registrar la licencia. Por favor, contactar a soporte."
674
 
675
- #: ../admin/class-advanced-ads-admin.php:1716
676
- msgid "Please enter and save a valid license key first."
677
- msgstr "Por favor, primero ingresa y guarda una llave de licencia válida."
678
 
679
- #: ../admin/class-advanced-ads-admin.php:1748
680
  #, php-format
681
  msgid "License is invalid. Reason: %s"
682
  msgstr "Licencia inválida. Razón: %s"
683
 
684
- #: ../admin/class-advanced-ads-admin.php:1792
685
  msgid "Error while trying to disable the license. Please contact support."
686
  msgstr "Error al tratar de deshabilitar la licencia. Por favor, contacta a soporte."
687
 
688
- #: ../admin/class-advanced-ads-admin.php:1823
689
- msgid "License couldn’t be deactivated. Please try again later or contact support."
690
- msgstr ""
691
- "La licencia no pudo ser desactivada. Por favor, intenta más tarde o contacta "
692
- "a soporte."
693
 
694
  #: ../admin/includes/class-ad-groups-list.php:156
695
  msgid "Ad weight"
@@ -744,7 +780,7 @@ msgid "Display ads with the highest ad weight first"
744
  msgstr "Mostrar de primero anuncios con el peso más alto"
745
 
746
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
747
- #: php:591
748
  msgid "Edit"
749
  msgstr "Editar"
750
 
@@ -764,7 +800,7 @@ msgstr "Grupo de Anuncios Inválido"
764
  msgid "You don’t have permission to change the ad groups"
765
  msgstr "No tienes permiso para cambiar los Grupos de Anuncios"
766
 
767
- #: ../admin/includes/class-notices.php:395
768
  #, php-format
769
  msgid ""
770
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
@@ -773,13 +809,13 @@ msgstr ""
773
  "Parece ser que no tienes una dirección de correo electrónico. Por favor, usa "
774
  "<a href=\"%s\" target=\"_blank\">este formulario</a> para registrarte."
775
 
776
- #: ../admin/includes/class-notices.php:413
777
  msgid "How embarrassing. The email server seems to be down. Please try again later."
778
  msgstr ""
779
  "Esto es penoso. El servidor de correos parece estar caído. Por favor, "
780
  "inténtalo más tarde."
781
 
782
- #: ../admin/includes/class-notices.php:418
783
  #, php-format
784
  msgid ""
785
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1208,7 +1244,7 @@ msgid "Number of ads that are visible at the same time"
1208
  msgstr "Número de anuncios que son visibles al mismo tiempo"
1209
 
1210
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1211
- #: 588
1212
  msgid "Ad"
1213
  msgstr "Anuncio"
1214
 
@@ -1216,7 +1252,7 @@ msgstr "Anuncio"
1216
  msgid "weight"
1217
  msgstr "Peso"
1218
 
1219
- #: ../admin/views/ad-group-list-header.php:3
1220
  msgid "Ad Group"
1221
  msgstr "Grupo de Anuncios"
1222
 
@@ -1629,7 +1665,7 @@ msgstr "Solamente en dispositivos móviles"
1629
  msgid "not on mobile devices"
1630
  msgstr "No en dispositivos móviles"
1631
 
1632
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1633
  msgid "Debug Page"
1634
  msgstr "Página de Depuración"
1635
 
@@ -1897,52 +1933,35 @@ msgstr "Guardar la Nueva Colocación"
1897
  msgid "Disable ads on this page"
1898
  msgstr "Deshabilitar anuncios en esta página"
1899
 
1900
- #: ../admin/views/setting-license.php:10
1901
- #, php-format
1902
- msgid ""
1903
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1904
- "page</a> to renew it."
1905
- msgstr ""
1906
- "Tu licencia expiró. Por favor, visita <a href=\"%s\" target=\"_blank\">la página "
1907
- "del plugin</a> para renovarla."
1908
 
1909
  #: ../admin/views/setting-license.php:14
 
 
 
 
 
1910
  msgid "License key"
1911
  msgstr "Llave de Licencia"
1912
 
1913
- #: ../admin/views/setting-license.php:24
1914
  msgid "Deactivate License"
1915
  msgstr "Desactivar Licencia"
1916
 
1917
- #: ../admin/views/setting-license.php:32
1918
  msgid "Activate License"
1919
  msgstr "Activar Licencia"
1920
 
1921
- #: ../admin/views/setting-license.php:35
1922
- msgid "Please enter a valid license key"
1923
- msgstr "Por favor, ingresa una llave de licencia válida"
1924
-
1925
- #: ../admin/views/setting-license.php:37
1926
  msgid "License key invalid"
1927
  msgstr "Llave de licencia inválida"
1928
 
1929
- #: ../admin/views/setting-license.php:41
1930
  msgid "active"
1931
  msgstr "Activa"
1932
 
1933
- #: ../admin/views/setting-license.php:42
1934
- #, php-format
1935
- msgid "(%d days left)"
1936
- msgstr "(%d días restantes)"
1937
-
1938
- #: ../admin/views/setting-license.php:45
1939
- msgid ""
1940
- "1. enter the key and save options; 2. click the activate button behind the "
1941
- "field"
1942
- msgstr ""
1943
- "1. Ingresa la llave y guarda las opciones; 2. Dale clic al botón de "
1944
- "activación detrás del campo"
1945
-
1946
  #: ../admin/views/settings-disable-ads.php:3
1947
  msgid "Disable all ads in frontend"
1948
  msgstr "Deshabilitar todos los anuncios en el frente del sitio"
@@ -1983,23 +2002,23 @@ msgstr ""
1983
  "fuera de la consulta principal de una página. Intenta habilitar esta opción "
1984
  "si ves anuncios inyectados en lugares en donde no deberían aparecer."
1985
 
1986
- #: ../admin/views/settings.php:35
1987
  msgid "Save settings on this page"
1988
  msgstr "Guardar las configuraciones de esta página"
1989
 
1990
- #: ../admin/views/settings.php:46
1991
  msgid "Welcome Page"
1992
  msgstr "Página de Bienvenida"
1993
 
1994
- #: ../admin/views/settings.php:47
1995
  msgid "Advanced Ads on WordPress.org"
1996
  msgstr "Advanced Ads en WordPress.org"
1997
 
1998
- #: ../admin/views/settings.php:47
1999
  msgid "Advanced Ads on wp.org"
2000
  msgstr "Advanced Ads en wp.org"
2001
 
2002
- #: ../admin/views/settings.php:48
2003
  msgid "the company behind Advanced Ads"
2004
  msgstr "la compañía detrás de Advanced Ads"
2005
 
@@ -2222,7 +2241,7 @@ msgstr ""
2222
  "Crear un widget de barra lateral con un anuncio. Puede ser colocado y "
2223
  "utilizado como cualquier otro widget."
2224
 
2225
- #: ../classes/ad_placements.php:204
2226
  #, php-format
2227
  msgid "paragraph (%s)"
2228
  msgstr "Párrafo (%s)"
@@ -2326,11 +2345,11 @@ msgstr ""
2326
  "puede crear formatos distorsionados en formularios, pero no debería dañar "
2327
  "ninguna funcionalidad."
2328
 
2329
- #: ../classes/display-conditions.php:61 ../includes/array_ad_conditions.php:40
2330
  msgid "Choose the public post types on which to display the ad."
2331
  msgstr "Selecciona los post types públicos en los cuales mostrar el anuncio."
2332
 
2333
- #: ../classes/display-conditions.php:68 ../includes/array_ad_conditions.php:58
2334
  msgid ""
2335
  "Choose on which individual posts, pages and public post type pages you want "
2336
  "to display or hide ads."
@@ -2338,74 +2357,74 @@ msgstr ""
2338
  "Seleccionar en que entradas individuales, páginas y páginas públicas post "
2339
  "type deseas mostrar o ocultar anuncios."
2340
 
2341
- #: ../classes/display-conditions.php:327
2342
  msgctxt "display the terms search field on ad edit page"
2343
  msgid "add more terms"
2344
  msgstr "Añadir más términos "
2345
 
2346
- #: ../classes/display-conditions.php:328
2347
  msgid "add more terms"
2348
  msgstr "Añadir más términos"
2349
 
2350
- #: ../classes/display-conditions.php:330
2351
  msgid "term name or id"
2352
  msgstr "Nombre del término o ID"
2353
 
2354
- #: ../classes/display-conditions.php:436 ../includes/array_ad_conditions.php:63
2355
  msgid "Home Page"
2356
  msgstr "Página de Inicio"
2357
 
2358
- #: ../classes/display-conditions.php:437 ../includes/array_ad_conditions.php:64
2359
  msgid "show on Home page"
2360
  msgstr "Mostrar en Página de Inicio"
2361
 
2362
- #: ../classes/display-conditions.php:441 ../includes/array_ad_conditions.php:68
2363
  msgid "Singular Pages"
2364
  msgstr "Páginas Singulares"
2365
 
2366
- #: ../classes/display-conditions.php:442 ../includes/array_ad_conditions.php:69
2367
  msgid "show on singular pages/posts"
2368
  msgstr "Mostrar en páginas/entradas singulares"
2369
 
2370
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:73
2371
  msgid "Archive Pages"
2372
  msgstr "Páginas de Archivo"
2373
 
2374
- #: ../classes/display-conditions.php:447 ../includes/array_ad_conditions.php:74
2375
  msgid "show on any type of archive page (category, tag, author and date)"
2376
  msgstr ""
2377
  "Mostrar en cualquier tipo de página de archivo (categoría, etiqueta, autor y "
2378
  "fecha)"
2379
 
2380
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:78
2381
  msgid "Search Results"
2382
  msgstr "Resultados de la Búsqueda"
2383
 
2384
- #: ../classes/display-conditions.php:452 ../includes/array_ad_conditions.php:79
2385
  msgid "show on search result pages"
2386
  msgstr "Mostrar en páginas de resultados de búsquedas"
2387
 
2388
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:83
2389
  msgid "404 Page"
2390
  msgstr "Páginas 404"
2391
 
2392
- #: ../classes/display-conditions.php:457 ../includes/array_ad_conditions.php:84
2393
  msgid "show on 404 error page"
2394
  msgstr "Mostrar en páginas de error 404"
2395
 
2396
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:88
2397
  msgid "Attachment Pages"
2398
  msgstr "Páginas Adjuntas"
2399
 
2400
- #: ../classes/display-conditions.php:462 ../includes/array_ad_conditions.php:89
2401
  msgid "show on attachment pages"
2402
  msgstr "Mostrar en páginas adjuntas"
2403
 
2404
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:93
2405
  msgid "Secondary Queries"
2406
  msgstr "Consultas (Queries) Secundarias "
2407
 
2408
- #: ../classes/display-conditions.php:467 ../includes/array_ad_conditions.php:94
2409
  msgid "allow ads in secondary queries"
2410
  msgstr "Permitir anuncios en consultas (queries) secundarias "
2411
 
@@ -2797,93 +2816,85 @@ msgstr "Tu ID de publicador de AdSense no se encuentra."
2797
  msgid "Auto"
2798
  msgstr "Auto"
2799
 
2800
- #: ../public/class-advanced-ads.php:306
2801
  msgid "Advanced Ads Error following:"
2802
  msgstr "El siguiente error de Advanced Ads:"
2803
 
2804
- #: ../public/class-advanced-ads.php:309
2805
  #, php-format
2806
  msgid "Advanced Ads Error: %s"
2807
  msgstr "Error de Advanced Ads: %s"
2808
 
2809
- #: ../public/class-advanced-ads.php:550
2810
  msgctxt "ad group general name"
2811
  msgid "Ad Groups"
2812
  msgstr "Grupos de Anuncios"
2813
 
2814
- #: ../public/class-advanced-ads.php:551
2815
  msgctxt "ad group singular name"
2816
  msgid "Ad Group"
2817
  msgstr "Grupo de Anuncios"
2818
 
2819
- #: ../public/class-advanced-ads.php:552
2820
  msgid "Search Ad Groups"
2821
  msgstr "Buscar Grupos de Anuncios"
2822
 
2823
- #: ../public/class-advanced-ads.php:553
2824
  msgid "All Ad Groups"
2825
  msgstr "Todos los Grupos de Anuncios"
2826
 
2827
- #: ../public/class-advanced-ads.php:554
2828
  msgid "Parent Ad Groups"
2829
  msgstr "Grupos Principales de Anuncios"
2830
 
2831
- #: ../public/class-advanced-ads.php:555
2832
  msgid "Parent Ad Groups:"
2833
  msgstr "Grupos Principales de Anuncios:"
2834
 
2835
- #: ../public/class-advanced-ads.php:556
2836
  msgid "Edit Ad Group"
2837
  msgstr "Editar Grupo de Anuncios"
2838
 
2839
- #: ../public/class-advanced-ads.php:557
2840
  msgid "Update Ad Group"
2841
  msgstr "Actualizar Grupo de Anuncios"
2842
 
2843
- #: ../public/class-advanced-ads.php:558
2844
  msgid "Add New Ad Group"
2845
  msgstr "Añadir Nuevo Grupo de Anuncios"
2846
 
2847
- #: ../public/class-advanced-ads.php:559
2848
  msgid "New Ad Groups Name"
2849
  msgstr "Nuevo Nombre para Grupos de Anuncios"
2850
 
2851
- #: ../public/class-advanced-ads.php:561
2852
  msgid "No Ad Group found"
2853
  msgstr "Grupo de Anuncios no encontrado"
2854
 
2855
- #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2856
- msgid "New Ad"
2857
- msgstr "Nuevo Anuncio"
2858
-
2859
- #: ../public/class-advanced-ads.php:590
2860
- msgid "Add New Ad"
2861
- msgstr "Añadir Nuevo Anuncio"
2862
-
2863
- #: ../public/class-advanced-ads.php:592
2864
  msgid "Edit Ad"
2865
  msgstr "Editar Anuncio"
2866
 
2867
- #: ../public/class-advanced-ads.php:594
2868
  msgid "View"
2869
  msgstr "Ver"
2870
 
2871
- #: ../public/class-advanced-ads.php:595
2872
  msgid "View the Ad"
2873
  msgstr "Ver el Anuncio"
2874
 
2875
- #: ../public/class-advanced-ads.php:596
2876
  msgid "Search Ads"
2877
  msgstr "Buscar Anuncios"
2878
 
2879
- #: ../public/class-advanced-ads.php:597
2880
  msgid "No Ads found"
2881
  msgstr "No se encontraron anuncios"
2882
 
2883
- #: ../public/class-advanced-ads.php:598
2884
  msgid "No Ads found in Trash"
2885
  msgstr "No se encontraron anuncios en la papelera"
2886
 
2887
- #: ../public/class-advanced-ads.php:599
2888
  msgid "Parent Ad"
2889
  msgstr "Anuncio Principal"
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:19 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Spanish (Spain)\n"
23
  "X-Loco-Target-Locale: es_ES"
24
 
25
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
26
+ #: 171 ../classes/visitor-conditions.php:214
27
  msgid "or"
28
  msgstr ""
29
 
30
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
31
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
32
+ #: php:171 ../classes/visitor-conditions.php:214
33
  msgid "and"
34
  msgstr ""
35
 
36
+ #: ../admin/class-advanced-ads-admin.php:425
37
  msgid "Please enter a message"
38
  msgstr ""
39
 
40
+ #: ../admin/class-advanced-ads-admin.php:435
41
  #, php-format
42
  msgid "Email could NOT be sent. Please contact us directly at %s."
43
  msgstr ""
44
 
45
+ #: ../admin/class-advanced-ads-admin.php:438
46
  msgid "Please enter a valid email address"
47
  msgstr ""
48
 
49
+ #: ../admin/class-advanced-ads-admin.php:1201
50
  msgid ""
51
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
52
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
53
  msgstr ""
54
 
55
+ #: ../admin/class-advanced-ads-admin.php:1224
56
  #, php-format
57
  msgid ""
58
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
59
  "target=\"_blank\">Advanced Ads Pro</a>."
60
  msgstr ""
61
 
62
+ #: ../admin/class-advanced-ads-admin.php:1643
63
  #, php-format
64
  msgid "time of %s"
65
  msgstr ""
66
 
67
+ #: ../admin/class-advanced-ads-admin.php:1710
68
+ msgid "License couldn’t be activated. Please try again later."
69
+ msgstr ""
70
+
71
+ #: ../admin/class-advanced-ads-admin.php:1722
72
  msgid "This is the bundle license key."
73
  msgstr ""
74
 
75
+ #: ../admin/class-advanced-ads-admin.php:1723
76
  msgid "This is not the correct key for this add-on."
77
  msgstr ""
78
 
79
+ #: ../admin/class-advanced-ads-admin.php:1724
80
+ msgid "There are no activations left."
81
+ msgstr ""
82
+
83
+ #: ../admin/class-advanced-ads-admin.php:1991
84
  msgid "Add-Ons"
85
  msgstr ""
86
 
196
  "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
197
  msgstr ""
198
 
199
+ #: ../admin/views/setting-license.php:6
200
+ #, php-format
201
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
202
+ msgstr ""
203
+
204
  #: ../admin/views/settings-disable-ads.php:21
205
  msgid "Disable ads in Feed"
206
  msgstr ""
207
 
208
+ #: ../classes/ad_placements.php:204
209
+ #, php-format
210
+ msgid "paragraph without image (%s)"
211
+ msgstr ""
212
+
213
+ #: ../classes/ad_type_group.php:31
214
+ msgid ""
215
+ "Choose an existing ad group. Use this type when you want to assign the same "
216
+ "display and visitor conditions to all ads in that group."
217
+ msgstr ""
218
+
219
+ #: ../classes/ad_type_group.php:60
220
+ msgid "ad group"
221
+ msgstr ""
222
+
223
+ #: ../classes/display-conditions.php:69
224
  msgid "post type"
225
  msgstr ""
226
 
227
+ #: ../classes/display-conditions.php:76
228
  msgid "specific pages"
229
  msgstr ""
230
 
231
+ #: ../classes/display-conditions.php:82
232
  msgid "general conditions"
233
  msgstr ""
234
 
235
+ #: ../classes/display-conditions.php:88
236
  msgid "author"
237
  msgstr ""
238
 
239
+ #: ../classes/display-conditions.php:113
240
  #, php-format
241
  msgid "archive: %s"
242
  msgstr ""
243
 
244
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
245
+ #: classes/display-conditions.php:346
246
  msgctxt "Error message shown when no display condition term is selected"
247
  msgid "Please select some items."
248
  msgstr ""
249
 
250
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
251
+ #: classes/display-conditions.php:371
252
  msgid "show"
253
  msgstr ""
254
 
255
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
256
+ #: classes/display-conditions.php:372
257
  msgid "hide"
258
  msgstr ""
259
 
260
+ #: ../classes/display-conditions.php:400
261
  msgid "title or id"
262
  msgstr ""
263
 
264
+ #: ../classes/display-conditions.php:480
265
  msgid "Feed"
266
  msgstr ""
267
 
268
+ #: ../classes/display-conditions.php:481
269
  msgid "allow ads in Feed"
270
  msgstr ""
271
 
316
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
317
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
318
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
319
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:588
320
  msgid "Ads"
321
  msgstr "Anuncios"
322
 
323
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
324
+ msgid "Add New Ad"
325
+ msgstr "Añadir Nuevo Anuncio"
326
+
327
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
328
+ #: ../public/class-advanced-ads.php:594
329
+ msgid "New Ad"
330
+ msgstr "Nuevo Anuncio"
331
+
332
+ #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
333
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
334
  #: 177 ../classes/widget.php:82
335
  msgid "Ad Groups"
336
  msgstr "Grupos de Anuncios"
337
 
338
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
339
  msgid "Groups"
340
  msgstr "Grupos"
341
 
342
+ #: ../admin/class-advanced-ads-admin.php:298
343
  msgid "Ad Placements"
344
  msgstr "Colocación de Anuncios"
345
 
346
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
347
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
348
  msgid "Placements"
349
  msgstr "Colocaciones"
350
 
351
+ #: ../admin/class-advanced-ads-admin.php:302
352
  msgid "Advanced Ads Settings"
353
  msgstr "Configuraciones de Advanced Ads"
354
 
355
+ #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
356
+ #: php:550 ../admin/views/debug.php:10
357
  msgid "Settings"
358
  msgstr "Configuraciones"
359
 
360
+ #: ../admin/class-advanced-ads-admin.php:305
361
  msgid "Advanced Ads Debugging"
362
  msgstr "Depuración de Advanced Ads"
363
 
364
+ #: ../admin/class-advanced-ads-admin.php:305
365
  msgid "Debug"
366
  msgstr "Depuración"
367
 
368
+ #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
369
+ #: php:309
370
  msgid "Advanced Ads Intro"
371
  msgstr "Introducción a Advanced Ads"
372
 
373
+ #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
374
+ #: php:313 ../admin/class-advanced-ads-admin.php:1987
375
  msgid "Support"
376
  msgstr "Soporte"
377
 
378
+ #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
379
+ #: php:491
380
  msgid "Sorry, you are not allowed to access this feature."
381
  msgstr "Lo sentimos, no tienes permiso para acceder a esta función."
382
 
383
+ #: ../admin/class-advanced-ads-admin.php:477
384
  msgid ""
385
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
386
  "deleted?"
388
  "Intentaste editar un Grupo de Anuncios que no existe. Tal vez ha sido "
389
  "borrado?"
390
 
391
+ #: ../admin/class-advanced-ads-admin.php:592
392
  msgid "Ad Type"
393
  msgstr "Tipo de Anuncio"
394
 
395
+ #: ../admin/class-advanced-ads-admin.php:595
396
  msgid "Ad Parameters"
397
  msgstr "Parámetros del Anuncio"
398
 
399
+ #: ../admin/class-advanced-ads-admin.php:598
400
  msgid "Layout / Output"
401
  msgstr "Diseño / Visualización"
402
 
403
+ #: ../admin/class-advanced-ads-admin.php:601
404
  msgid "Display Conditions"
405
  msgstr "Condiciones de Visualización"
406
 
407
+ #: ../admin/class-advanced-ads-admin.php:604
408
  msgid "Visitor Conditions"
409
  msgstr "Condiciones del Visitante"
410
 
411
+ #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
412
+ #: php:830
413
  msgid "Ad updated."
414
  msgstr "Anuncio actualizado."
415
 
416
  #. translators: %s: date and time of the revision
417
+ #: ../admin/class-advanced-ads-admin.php:832
418
  #, php-format
419
  msgid "Ad restored to revision from %s"
420
  msgstr "Anunció restaurado para revisión de %s"
421
 
422
+ #: ../admin/class-advanced-ads-admin.php:833
423
  msgid "Ad published."
424
  msgstr "Anuncio publicado."
425
 
426
+ #: ../admin/class-advanced-ads-admin.php:834
427
  msgid "Ad saved."
428
  msgstr "Anuncio guardado."
429
 
430
+ #: ../admin/class-advanced-ads-admin.php:835
431
  msgid "Ad submitted."
432
  msgstr "Anuncio enviado."
433
 
434
+ #: ../admin/class-advanced-ads-admin.php:837
435
  #, php-format
436
  msgid "Ad scheduled for: <strong>%1$s</strong>."
437
  msgstr "Anuncio programado para: <strong>%1$s</strong>."
438
 
439
  #. translators: Publish box date format, see http://php.net/date
440
+ #: ../admin/class-advanced-ads-admin.php:839
441
  msgid "M j, Y @ G:i"
442
  msgstr "M j, Y @ G:i"
443
 
444
+ #: ../admin/class-advanced-ads-admin.php:841
445
  msgid "Ad draft updated."
446
  msgstr "Borrador del anuncio actualizado."
447
 
448
+ #: ../admin/class-advanced-ads-admin.php:860
449
  #, php-format
450
  msgid "%s ad updated."
451
  msgid_plural "%s ads updated."
452
  msgstr[0] "%s anuncio actualizado."
453
  msgstr[1] "%s anuncios actualizados."
454
 
455
+ #: ../admin/class-advanced-ads-admin.php:861
456
  #, php-format
457
  msgid "%s ad not updated, somebody is editing it."
458
  msgid_plural "%s ads not updated, somebody is editing them."
459
  msgstr[0] "%s anuncio no actualizado, alguien lo esta editando."
460
  msgstr[1] "%s anuncios no actualizados, alguien los esta editando."
461
 
462
+ #: ../admin/class-advanced-ads-admin.php:862
463
  #, php-format
464
  msgid "%s ad permanently deleted."
465
  msgid_plural "%s ads permanently deleted."
466
  msgstr[0] "%s anuncio permanentemente borrado."
467
  msgstr[1] "%s anuncios permanentemente borrados."
468
 
469
+ #: ../admin/class-advanced-ads-admin.php:863
470
  #, php-format
471
  msgid "%s ad moved to the Trash."
472
  msgid_plural "%s ads moved to the Trash."
473
  msgstr[0] "%s anuncio movido a la papelera."
474
  msgstr[1] "%s anuncios movidos a la papelera."
475
 
476
+ #: ../admin/class-advanced-ads-admin.php:864
477
  #, php-format
478
  msgid "%s ad restored from the Trash."
479
  msgid_plural "%s ads restored from the Trash."
480
  msgstr[0] "%s anuncio restaurado de la papelera."
481
  msgstr[1] "%s anuncios restaurados de la papelera."
482
 
483
+ #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
484
  msgid "General"
485
  msgstr "General"
486
 
487
+ #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
488
+ #: php:1015
489
  msgid "Licenses"
490
  msgstr "Licencias"
491
 
492
+ #: ../admin/class-advanced-ads-admin.php:922
493
  msgid "Disable ads"
494
  msgstr "Deshabilitar anuncios"
495
 
496
+ #: ../admin/class-advanced-ads-admin.php:930
497
  msgid "Hide ads for logged in users"
498
  msgstr "Ocultar anuncios para usuarios que inicien sesión"
499
 
500
+ #: ../admin/class-advanced-ads-admin.php:938
501
  msgid "Use advanced JavaScript"
502
  msgstr "Utilizar JavaScript avanzado"
503
 
504
+ #: ../admin/class-advanced-ads-admin.php:946
505
  msgid "Unlimited ad injection"
506
  msgstr "Inyección ilimitada de anuncios"
507
 
508
+ #: ../admin/class-advanced-ads-admin.php:954
509
  msgid "Priority of content injection filter"
510
  msgstr "Prioridad de filtro de inyección de contenido"
511
 
512
+ #: ../admin/class-advanced-ads-admin.php:962
513
  msgid "Hide ads from bots"
514
  msgstr "Ocultar anuncios de bots"
515
 
516
+ #: ../admin/class-advanced-ads-admin.php:970
517
  msgid "Disable notices"
518
  msgstr "Deshabilitar notificaciones"
519
 
520
+ #: ../admin/class-advanced-ads-admin.php:978
521
  msgid "ID prefix"
522
  msgstr "Prefijo ID"
523
 
524
+ #: ../admin/class-advanced-ads-admin.php:986
525
  msgid "Remove Widget ID"
526
  msgstr "Remover Widget ID"
527
 
528
+ #: ../admin/class-advanced-ads-admin.php:994
529
  msgid "Allow editors to manage ads"
530
  msgstr "Permitir a editores gestionar anuncios"
531
 
532
+ #: ../admin/class-advanced-ads-admin.php:1071
533
  msgid "(display to all)"
534
  msgstr "(mostrar a todos)"
535
 
536
+ #: ../admin/class-advanced-ads-admin.php:1072
537
  msgid "Subscriber"
538
  msgstr "Suscriptor"
539
 
540
+ #: ../admin/class-advanced-ads-admin.php:1073
541
  msgid "Contributor"
542
  msgstr "Contribuyente"
543
 
544
+ #: ../admin/class-advanced-ads-admin.php:1074
545
  msgid "Author"
546
  msgstr "Autor"
547
 
548
+ #: ../admin/class-advanced-ads-admin.php:1075
549
  msgid "Editor"
550
  msgstr "Editor"
551
 
552
+ #: ../admin/class-advanced-ads-admin.php:1076
553
  msgid "Admin"
554
  msgstr "Administrador"
555
 
556
+ #: ../admin/class-advanced-ads-admin.php:1084
557
  msgid "Choose the lowest role a user must have in order to not see any ads."
558
  msgstr "Elige el rol mínimo que un usuario debe tener para no ver ningún anuncio."
559
 
560
+ #: ../admin/class-advanced-ads-admin.php:1098
561
  msgid ""
562
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
563
  "needs it."
565
  "<strong>Notificación: </strong>el archivo se encuentra activado por un add-"
566
  "on que lo necesita."
567
 
568
+ #: ../admin/class-advanced-ads-admin.php:1101
569
  #, php-format
570
  msgid ""
571
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
576
  "target=\"_blank\">aquí</a>). Algunas características y add-ons pueden anular "
577
  "esta configuración si necesitan funciones de este archivo."
578
 
579
+ #: ../admin/class-advanced-ads-admin.php:1114
580
  msgid ""
581
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
582
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
591
  "habilitar esta opción si no ves anuncios o quieres habilitar las inyecciones "
592
  "de anuncios en páginas de archivos BAJO TU PROPIO RIESGO."
593
 
594
+ #: ../admin/class-advanced-ads-admin.php:1130
595
  msgid ""
596
  "Please check your post content. A priority of 10 and below might cause "
597
  "issues (wpautop function might run twice)."
599
  "Por favor, revisa el contenido de tu entrada. Una prioridad de 10 o menos "
600
  "puede causar problemas (la función wpautop puede ejecutarse dos veces)."
601
 
602
+ #: ../admin/class-advanced-ads-admin.php:1132
603
  msgid ""
604
  "Play with this value in order to change the priority of the injected ads "
605
  "compared to other auto injected elements in the post content."
608
  "comparación con otros elementos auto inyectados en el contenido de la "
609
  "entrada."
610
 
611
+ #: ../admin/class-advanced-ads-admin.php:1146
612
  #, php-format
613
  msgid ""
614
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
619
  "vacíos. También previene contar impresiones de bots cuando se usa <a "
620
  "href=\"%s\" target=\"_blank\">El Add-On de Rastreo</a>."
621
 
622
+ #: ../admin/class-advanced-ads-admin.php:1147
623
  msgid ""
624
  "Disabling this option only makes sense if your ads contain content you want "
625
  "to display to bots (like search engines) or your site is cached and bots "
630
  "sitio esta cacheado y los bots pueden crear una versión cacheada sin los "
631
  "anuncios."
632
 
633
+ #: ../admin/class-advanced-ads-admin.php:1160
634
  msgid ""
635
  "Disable internal notices like tips, tutorials, email newsletters and update "
636
  "notices. Disabling notices is recommended if you run multiple blogs with "
641
  "notificaciones es recomendado si ya administras múltiples sitios con "
642
  "Advanced Ads."
643
 
644
+ #: ../admin/class-advanced-ads-admin.php:1177
645
  msgid ""
646
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
647
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
652
  "bloques como anuncios. <br/>Podrías necesitar <strong>reescribir las reglas "
653
  "css después</strong>."
654
 
655
+ #: ../admin/class-advanced-ads-admin.php:1198
656
  msgid ""
657
  "Remove the ID attribute from widgets in order to not make them an easy "
658
  "target of ad blockers."
660
  "Remover el atributo ID de los widgets para no hacerlos un blanco fácil de "
661
  "los bloqueadores de anuncios."
662
 
663
+ #: ../admin/class-advanced-ads-admin.php:1223
664
  msgid "Allow editors to also manage and publish ads."
665
  msgstr "Permitir también que los editores gestionen y publiquen anuncios."
666
 
667
+ #: ../admin/class-advanced-ads-admin.php:1281
668
  msgid "Ad Details"
669
  msgstr "Detalles del Anuncio"
670
 
671
+ #: ../admin/class-advanced-ads-admin.php:1282
672
  msgid "Ad Planning"
673
  msgstr "Planificación del Anuncio"
674
 
675
+ #: ../admin/class-advanced-ads-admin.php:1417
676
  msgid "Ad Settings"
677
  msgstr "Configuración del Anuncio"
678
 
679
+ #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
680
  msgid "Ads Dashboard"
681
  msgstr "Panel de Anuncios"
682
 
683
+ #: ../admin/class-advanced-ads-admin.php:1508
684
  msgid "From the ad optimization universe"
685
  msgstr "Desde el universo de optimización de anuncios"
686
 
687
+ #: ../admin/class-advanced-ads-admin.php:1517
688
  msgid "Advanced Ads Tutorials"
689
  msgstr "Tutoriales de Advanced Ads"
690
 
691
+ #: ../admin/class-advanced-ads-admin.php:1528
692
  #, php-format
693
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
694
  msgstr "%d Anuncios – <a href=\"%s\">Gestionar</a> - <a href=\"%s\">Nuevo</a>"
695
 
696
+ #: ../admin/class-advanced-ads-admin.php:1539
697
  msgid "plugin manual and homepage"
698
  msgstr "Manual del plugin y página de inicio"
699
 
700
+ #: ../admin/class-advanced-ads-admin.php:1546
701
  msgid "Get the tutorial via email"
702
  msgstr "Obtener el tutorial vía correo electrónico"
703
 
704
+ #: ../admin/class-advanced-ads-admin.php:1553
705
  msgid "Get AdSense tips via email"
706
  msgstr "Obtener tips de AdSense vía correo electrónico"
707
 
708
+ #: ../admin/class-advanced-ads-admin.php:1679
709
  msgid "Error while trying to register the license. Please contact support."
710
  msgstr "Error al tratar de registrar la licencia. Por favor, contactar a soporte."
711
 
712
+ #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
713
+ msgid "Please enter a valid license key"
714
+ msgstr "Por favor, ingresa una llave de licencia válida"
715
 
716
+ #: ../admin/class-advanced-ads-admin.php:1733
717
  #, php-format
718
  msgid "License is invalid. Reason: %s"
719
  msgstr "Licencia inválida. Razón: %s"
720
 
721
+ #: ../admin/class-advanced-ads-admin.php:1787
722
  msgid "Error while trying to disable the license. Please contact support."
723
  msgstr "Error al tratar de deshabilitar la licencia. Por favor, contacta a soporte."
724
 
725
+ #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
726
+ #: php:1827
727
+ msgid "License couldn’t be deactivated. Please try again later."
728
+ msgstr "La licencia no pudo ser desactivada.a soporte."
 
729
 
730
  #: ../admin/includes/class-ad-groups-list.php:156
731
  msgid "Ad weight"
780
  msgstr "Mostrar de primero anuncios con el peso más alto"
781
 
782
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
783
+ #: php:592
784
  msgid "Edit"
785
  msgstr "Editar"
786
 
800
  msgid "You don’t have permission to change the ad groups"
801
  msgstr "No tienes permiso para cambiar los Grupos de Anuncios"
802
 
803
+ #: ../admin/includes/class-notices.php:406
804
  #, php-format
805
  msgid ""
806
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
809
  "Parece ser que no tienes una dirección de correo electrónico. Por favor, usa "
810
  "<a href=\"%s\" target=\"_blank\">este formulario</a> para registrarte."
811
 
812
+ #: ../admin/includes/class-notices.php:424
813
  msgid "How embarrassing. The email server seems to be down. Please try again later."
814
  msgstr ""
815
  "Esto es penoso. El servidor de correos parece estar caído. Por favor, "
816
  "inténtalo más tarde."
817
 
818
+ #: ../admin/includes/class-notices.php:429
819
  #, php-format
820
  msgid ""
821
  "Please check your email (%s) for the confirmation message. If you didn’t "
1244
  msgstr "Número de anuncios que son visibles al mismo tiempo"
1245
 
1246
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1247
+ #: 589
1248
  msgid "Ad"
1249
  msgstr "Anuncio"
1250
 
1252
  msgid "weight"
1253
  msgstr "Peso"
1254
 
1255
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1256
  msgid "Ad Group"
1257
  msgstr "Grupo de Anuncios"
1258
 
1665
  msgid "not on mobile devices"
1666
  msgstr "No en dispositivos móviles"
1667
 
1668
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1669
  msgid "Debug Page"
1670
  msgstr "Página de Depuración"
1671
 
1933
  msgid "Disable ads on this page"
1934
  msgstr "Deshabilitar anuncios en esta página"
1935
 
1936
+ #: ../admin/views/setting-license.php:5
1937
+ msgid "Your license expired."
1938
+ msgstr "Tu licencia expiró."
 
 
 
 
 
1939
 
1940
  #: ../admin/views/setting-license.php:14
1941
+ #, php-format
1942
+ msgid "(%d days left)"
1943
+ msgstr "(%d días restantes)"
1944
+
1945
+ #: ../admin/views/setting-license.php:18
1946
  msgid "License key"
1947
  msgstr "Llave de Licencia"
1948
 
1949
+ #: ../admin/views/setting-license.php:28
1950
  msgid "Deactivate License"
1951
  msgstr "Desactivar Licencia"
1952
 
1953
+ #: ../admin/views/setting-license.php:35
1954
  msgid "Activate License"
1955
  msgstr "Activar Licencia"
1956
 
1957
+ #: ../admin/views/setting-license.php:39
 
 
 
 
1958
  msgid "License key invalid"
1959
  msgstr "Llave de licencia inválida"
1960
 
1961
+ #: ../admin/views/setting-license.php:42
1962
  msgid "active"
1963
  msgstr "Activa"
1964
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1965
  #: ../admin/views/settings-disable-ads.php:3
1966
  msgid "Disable all ads in frontend"
1967
  msgstr "Deshabilitar todos los anuncios en el frente del sitio"
2002
  "fuera de la consulta principal de una página. Intenta habilitar esta opción "
2003
  "si ves anuncios inyectados en lugares en donde no deberían aparecer."
2004
 
2005
+ #: ../admin/views/settings.php:36
2006
  msgid "Save settings on this page"
2007
  msgstr "Guardar las configuraciones de esta página"
2008
 
2009
+ #: ../admin/views/settings.php:48
2010
  msgid "Welcome Page"
2011
  msgstr "Página de Bienvenida"
2012
 
2013
+ #: ../admin/views/settings.php:49
2014
  msgid "Advanced Ads on WordPress.org"
2015
  msgstr "Advanced Ads en WordPress.org"
2016
 
2017
+ #: ../admin/views/settings.php:49
2018
  msgid "Advanced Ads on wp.org"
2019
  msgstr "Advanced Ads en wp.org"
2020
 
2021
+ #: ../admin/views/settings.php:50
2022
  msgid "the company behind Advanced Ads"
2023
  msgstr "la compañía detrás de Advanced Ads"
2024
 
2241
  "Crear un widget de barra lateral con un anuncio. Puede ser colocado y "
2242
  "utilizado como cualquier otro widget."
2243
 
2244
+ #: ../classes/ad_placements.php:203
2245
  #, php-format
2246
  msgid "paragraph (%s)"
2247
  msgstr "Párrafo (%s)"
2345
  "puede crear formatos distorsionados en formularios, pero no debería dañar "
2346
  "ninguna funcionalidad."
2347
 
2348
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2349
  msgid "Choose the public post types on which to display the ad."
2350
  msgstr "Selecciona los post types públicos en los cuales mostrar el anuncio."
2351
 
2352
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2353
  msgid ""
2354
  "Choose on which individual posts, pages and public post type pages you want "
2355
  "to display or hide ads."
2357
  "Seleccionar en que entradas individuales, páginas y páginas públicas post "
2358
  "type deseas mostrar o ocultar anuncios."
2359
 
2360
+ #: ../classes/display-conditions.php:336
2361
  msgctxt "display the terms search field on ad edit page"
2362
  msgid "add more terms"
2363
  msgstr "Añadir más términos "
2364
 
2365
+ #: ../classes/display-conditions.php:337
2366
  msgid "add more terms"
2367
  msgstr "Añadir más términos"
2368
 
2369
+ #: ../classes/display-conditions.php:339
2370
  msgid "term name or id"
2371
  msgstr "Nombre del término o ID"
2372
 
2373
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2374
  msgid "Home Page"
2375
  msgstr "Página de Inicio"
2376
 
2377
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2378
  msgid "show on Home page"
2379
  msgstr "Mostrar en Página de Inicio"
2380
 
2381
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2382
  msgid "Singular Pages"
2383
  msgstr "Páginas Singulares"
2384
 
2385
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2386
  msgid "show on singular pages/posts"
2387
  msgstr "Mostrar en páginas/entradas singulares"
2388
 
2389
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2390
  msgid "Archive Pages"
2391
  msgstr "Páginas de Archivo"
2392
 
2393
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2394
  msgid "show on any type of archive page (category, tag, author and date)"
2395
  msgstr ""
2396
  "Mostrar en cualquier tipo de página de archivo (categoría, etiqueta, autor y "
2397
  "fecha)"
2398
 
2399
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2400
  msgid "Search Results"
2401
  msgstr "Resultados de la Búsqueda"
2402
 
2403
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2404
  msgid "show on search result pages"
2405
  msgstr "Mostrar en páginas de resultados de búsquedas"
2406
 
2407
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2408
  msgid "404 Page"
2409
  msgstr "Páginas 404"
2410
 
2411
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2412
  msgid "show on 404 error page"
2413
  msgstr "Mostrar en páginas de error 404"
2414
 
2415
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2416
  msgid "Attachment Pages"
2417
  msgstr "Páginas Adjuntas"
2418
 
2419
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2420
  msgid "show on attachment pages"
2421
  msgstr "Mostrar en páginas adjuntas"
2422
 
2423
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2424
  msgid "Secondary Queries"
2425
  msgstr "Consultas (Queries) Secundarias "
2426
 
2427
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2428
  msgid "allow ads in secondary queries"
2429
  msgstr "Permitir anuncios en consultas (queries) secundarias "
2430
 
2816
  msgid "Auto"
2817
  msgstr "Auto"
2818
 
2819
+ #: ../public/class-advanced-ads.php:307
2820
  msgid "Advanced Ads Error following:"
2821
  msgstr "El siguiente error de Advanced Ads:"
2822
 
2823
+ #: ../public/class-advanced-ads.php:310
2824
  #, php-format
2825
  msgid "Advanced Ads Error: %s"
2826
  msgstr "Error de Advanced Ads: %s"
2827
 
2828
+ #: ../public/class-advanced-ads.php:551
2829
  msgctxt "ad group general name"
2830
  msgid "Ad Groups"
2831
  msgstr "Grupos de Anuncios"
2832
 
2833
+ #: ../public/class-advanced-ads.php:552
2834
  msgctxt "ad group singular name"
2835
  msgid "Ad Group"
2836
  msgstr "Grupo de Anuncios"
2837
 
2838
+ #: ../public/class-advanced-ads.php:553
2839
  msgid "Search Ad Groups"
2840
  msgstr "Buscar Grupos de Anuncios"
2841
 
2842
+ #: ../public/class-advanced-ads.php:554
2843
  msgid "All Ad Groups"
2844
  msgstr "Todos los Grupos de Anuncios"
2845
 
2846
+ #: ../public/class-advanced-ads.php:555
2847
  msgid "Parent Ad Groups"
2848
  msgstr "Grupos Principales de Anuncios"
2849
 
2850
+ #: ../public/class-advanced-ads.php:556
2851
  msgid "Parent Ad Groups:"
2852
  msgstr "Grupos Principales de Anuncios:"
2853
 
2854
+ #: ../public/class-advanced-ads.php:557
2855
  msgid "Edit Ad Group"
2856
  msgstr "Editar Grupo de Anuncios"
2857
 
2858
+ #: ../public/class-advanced-ads.php:558
2859
  msgid "Update Ad Group"
2860
  msgstr "Actualizar Grupo de Anuncios"
2861
 
2862
+ #: ../public/class-advanced-ads.php:559
2863
  msgid "Add New Ad Group"
2864
  msgstr "Añadir Nuevo Grupo de Anuncios"
2865
 
2866
+ #: ../public/class-advanced-ads.php:560
2867
  msgid "New Ad Groups Name"
2868
  msgstr "Nuevo Nombre para Grupos de Anuncios"
2869
 
2870
+ #: ../public/class-advanced-ads.php:562
2871
  msgid "No Ad Group found"
2872
  msgstr "Grupo de Anuncios no encontrado"
2873
 
2874
+ #: ../public/class-advanced-ads.php:593
 
 
 
 
 
 
 
 
2875
  msgid "Edit Ad"
2876
  msgstr "Editar Anuncio"
2877
 
2878
+ #: ../public/class-advanced-ads.php:595
2879
  msgid "View"
2880
  msgstr "Ver"
2881
 
2882
+ #: ../public/class-advanced-ads.php:596
2883
  msgid "View the Ad"
2884
  msgstr "Ver el Anuncio"
2885
 
2886
+ #: ../public/class-advanced-ads.php:597
2887
  msgid "Search Ads"
2888
  msgstr "Buscar Anuncios"
2889
 
2890
+ #: ../public/class-advanced-ads.php:598
2891
  msgid "No Ads found"
2892
  msgstr "No se encontraron anuncios"
2893
 
2894
+ #: ../public/class-advanced-ads.php:599
2895
  msgid "No Ads found in Trash"
2896
  msgstr "No se encontraron anuncios en la papelera"
2897
 
2898
+ #: ../public/class-advanced-ads.php:600
2899
  msgid "Parent Ad"
2900
  msgstr "Anuncio Principal"
languages/advanced-ads-fr_FR.mo CHANGED
Binary file
languages/advanced-ads-fr_FR.po CHANGED
@@ -1,2958 +1,2946 @@
1
- # Loco Gettext template
2
- 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-03-30 16:13+0200\n"
7
- "POT-Revision-Date: Fri Mar 18 2016 09:47:39 GMT+0100 (CET)\n"
8
- "PO-Revision-Date: 2016-04-13 23:25+0200\n"
9
- "Language-Team: webgilde <thomas.maier@webgilde.com>\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: Poedit 1.8.7\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
- "Last-Translator: \n"
23
- "Language: fr_FR\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
-
26
- #. Name of the plugin
27
- msgid "Advanced Ads"
28
- msgstr "Advanced Ads"
29
-
30
- #. URI of the plugin
31
- msgid "https://wpadvancedads.com"
32
- msgstr "https://wpadvancedads.com"
33
-
34
- #. Description of the plugin
35
- msgid "Manage and optimize your ads in WordPress"
36
- msgstr "Gérer et optimiser vos pubs dans Wordpress"
37
-
38
- #. Author of the plugin
39
- msgid "Thomas Maier"
40
- msgstr "Thomas Maier"
41
-
42
- #. Author URI of the plugin
43
- msgid "http://webgilde.com"
44
- msgstr "http://webgilde.com"
45
-
46
- #: ../admin/class-advanced-ads-admin.php:269
47
- msgid "Overview"
48
- msgstr "Aperçu"
49
-
50
- #: ../admin/class-advanced-ads-admin.php:273 ../admin/class-advanced-ads-admin.
51
- #: php:273 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
52
- #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
53
- #: /admin/views/placements.php:80 ../admin/views/placements.php:184
54
- #: /classes/widget.php:89 ../public/class-advanced-ads.php:563
55
- msgid "Ads"
56
- msgstr "Pubs"
57
-
58
- #: ../admin/class-advanced-ads-admin.php:277 ../admin/includes/class-shortcode-
59
- #: creator.php:84 ../admin/views/placements.php:73
60
- #: ../admin/views/placements.php:177 ../classes/widget.php:82
61
- msgid "Ad Groups"
62
- msgstr "Groupes de pubs"
63
-
64
- #: ../admin/class-advanced-ads-admin.php:277
65
- #: ../public/class-advanced-ads.php:536
66
- msgid "Groups"
67
- msgstr "Groupes"
68
-
69
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/views/debug.php:14
70
- msgid "Ad Placements"
71
- msgstr "Emplacements de la pub"
72
-
73
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/includes/class-shortcode-
74
- #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
75
- msgid "Placements"
76
- msgstr "Placements"
77
-
78
- #: ../admin/class-advanced-ads-admin.php:286
79
- msgid "Advanced Ads Settings"
80
- msgstr "Réglages d’Advanced Ads"
81
-
82
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/class-advanced-ads-admin.
83
- #: php:535 ../admin/views/debug.php:11
84
- msgid "Settings"
85
- msgstr "Réglages"
86
-
87
- #: ../admin/class-advanced-ads-admin.php:289
88
- msgid "Advanced Ads Debugging"
89
- msgstr "Débogage Advanced Ads"
90
-
91
- #: ../admin/class-advanced-ads-admin.php:289
92
- msgid "Debug"
93
- msgstr "Débogage"
94
-
95
- #: ../admin/class-advanced-ads-admin.php:293 ../admin/class-advanced-ads-admin.
96
- #: php:293
97
- msgid "Advanced Ads Intro"
98
- msgstr "Introduction à Advanced Ads"
99
-
100
- #: ../admin/class-advanced-ads-admin.php:297 ../admin/class-advanced-ads-admin.
101
- #: php:297 ../admin/class-advanced-ads-admin.php:1955
102
- msgid "Support"
103
- msgstr "Support"
104
-
105
- #: ../admin/class-advanced-ads-admin.php:410
106
- msgid "Please enter a message"
107
- msgstr "Veuillez saisir un message"
108
-
109
- #: ../admin/class-advanced-ads-admin.php:420
110
- #, php-format
111
- msgid "Email could NOT be sent. Please contact us directly at %s."
112
- msgstr ""
113
- "L’email n’a pas pu être envoyé. Veuillez nous contacter directement à %s."
114
-
115
- #: ../admin/class-advanced-ads-admin.php:423
116
- msgid "Please enter a valid email address"
117
- msgstr "Veuillez entrer un Email valide"
118
-
119
- #: ../admin/class-advanced-ads-admin.php:449 ../admin/class-advanced-ads-admin.
120
- #: php:476
121
- msgid "Sorry, you are not allowed to access this feature."
122
- msgstr "Désolé, vous n’êtes pas autorisé à accéder à cette fonctionnalité."
123
-
124
- #: ../admin/class-advanced-ads-admin.php:462
125
- msgid ""
126
- "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
127
- "deleted?"
128
- msgstr ""
129
- "Vous avez essayé de modifier un groupe de pubs qui n’existe pas. Peut-être a-"
130
- "t-il été supprimé?"
131
-
132
- #: ../admin/class-advanced-ads-admin.php:577
133
- msgid "Ad Type"
134
- msgstr "Type de pub"
135
-
136
- #: ../admin/class-advanced-ads-admin.php:580
137
- msgid "Ad Parameters"
138
- msgstr "Paramètres de pub"
139
-
140
- #: ../admin/class-advanced-ads-admin.php:583
141
- msgid "Layout / Output"
142
- msgstr "Mise en page / sortie"
143
-
144
- #: ../admin/class-advanced-ads-admin.php:586
145
- msgid "Display Conditions"
146
- msgstr "Conditions d’affichage"
147
-
148
- #: ../admin/class-advanced-ads-admin.php:589
149
- msgid "Visitor Conditions"
150
- msgstr "Conditions de visiteur"
151
-
152
- #: ../admin/class-advanced-ads-admin.php:814 ../admin/class-advanced-ads-admin.
153
- #: php:815
154
- msgid "Ad updated."
155
- msgstr "Pub mise à jour."
156
-
157
- #. translators: %s: date and time of the revision
158
- #: ../admin/class-advanced-ads-admin.php:817
159
- #, php-format
160
- msgid "Ad restored to revision from %s"
161
- msgstr "Pub restaurée à partir de la révision du %s"
162
-
163
- #: ../admin/class-advanced-ads-admin.php:818
164
- msgid "Ad published."
165
- msgstr "Pub publiée."
166
-
167
- #: ../admin/class-advanced-ads-admin.php:819
168
- msgid "Ad saved."
169
- msgstr "Pub enregistrée."
170
-
171
- #: ../admin/class-advanced-ads-admin.php:820
172
- msgid "Ad submitted."
173
- msgstr "Pub soumise."
174
-
175
- #: ../admin/class-advanced-ads-admin.php:822
176
- #, php-format
177
- msgid "Ad scheduled for: <strong>%1$s</strong>."
178
- msgstr "Pub programmée pour: <strong>%1$s.</strong>"
179
-
180
- #. translators: Publish box date format, see http://php.net/date
181
- #: ../admin/class-advanced-ads-admin.php:824
182
- msgid "M j, Y @ G:i"
183
- msgstr "M j, Y @ G:i"
184
-
185
- #: ../admin/class-advanced-ads-admin.php:826
186
- msgid "Ad draft updated."
187
- msgstr "Brouillon de la pub mis à jour."
188
-
189
- #: ../admin/class-advanced-ads-admin.php:845
190
- #, php-format
191
- msgid "%s ad updated."
192
- msgid_plural "%s ads updated."
193
- msgstr[0] "la pub %s à été mise à jour."
194
- msgstr[1] "les pubs %s ont été mises à jour."
195
-
196
- #: ../admin/class-advanced-ads-admin.php:846
197
- #, php-format
198
- msgid "%s ad not updated, somebody is editing it."
199
- msgid_plural "%s ads not updated, somebody is editing them."
200
- msgstr[0] ""
201
- "La pub %s n’a pas été mise à jour, quelqu’un d’autre est en train de la "
202
- "modifier."
203
- msgstr[1] ""
204
- "Les pubs %s n’ont pas été mises à jour, quelqu’un d’autre est en train de "
205
- "les modifier."
206
-
207
- #: ../admin/class-advanced-ads-admin.php:847
208
- #, php-format
209
- msgid "%s ad permanently deleted."
210
- msgid_plural "%s ads permanently deleted."
211
- msgstr[0] "La pub %s a été supprimée définitivement."
212
- msgstr[1] "Les pubs %s ont été supprimées définitivement."
213
-
214
- #: ../admin/class-advanced-ads-admin.php:848
215
- #, php-format
216
- msgid "%s ad moved to the Trash."
217
- msgid_plural "%s ads moved to the Trash."
218
- msgstr[0] "La pub %s a été déplacée dans la corbeille."
219
- msgstr[1] "Les pubs %s ont été déplacées dans la corbeille."
220
-
221
- #: ../admin/class-advanced-ads-admin.php:849
222
- #, php-format
223
- msgid "%s ad restored from the Trash."
224
- msgid_plural "%s ads restored from the Trash."
225
- msgstr[0] "La pub %s a été récupérée de la corbeille."
226
- msgstr[1] "Les pubs %s ont été récupérées de la corbeille."
227
-
228
- #: ../admin/class-advanced-ads-admin.php:884 ../admin/views/settings.php:12
229
- msgid "General"
230
- msgstr "Général"
231
-
232
- #: ../admin/class-advanced-ads-admin.php:896 ../admin/class-advanced-ads-admin.
233
- #: php:1000
234
- msgid "Licenses"
235
- msgstr "Licences"
236
-
237
- #: ../admin/class-advanced-ads-admin.php:907
238
- msgid "Disable ads"
239
- msgstr "Désactiver les pubs"
240
-
241
- #: ../admin/class-advanced-ads-admin.php:915
242
- msgid "Hide ads for logged in users"
243
- msgstr "Cacher les pubs pour les utilisateurs connectés"
244
-
245
- #: ../admin/class-advanced-ads-admin.php:923
246
- msgid "Use advanced JavaScript"
247
- msgstr "Utiliser du JavaScript avancé"
248
-
249
- #: ../admin/class-advanced-ads-admin.php:931
250
- msgid "Unlimited ad injection"
251
- msgstr "Injection de pub illimitée"
252
-
253
- #: ../admin/class-advanced-ads-admin.php:939
254
- msgid "Priority of content injection filter"
255
- msgstr "Filtre de priorité d’injection de contenu"
256
-
257
- #: ../admin/class-advanced-ads-admin.php:947
258
- msgid "Hide ads from bots"
259
- msgstr "Cacher les publicités aux robots"
260
-
261
- #: ../admin/class-advanced-ads-admin.php:955
262
- msgid "Disable notices"
263
- msgstr "Désactiver les avis"
264
-
265
- #: ../admin/class-advanced-ads-admin.php:963
266
- msgid "ID prefix"
267
- msgstr "Préfixe ID"
268
-
269
- #: ../admin/class-advanced-ads-admin.php:971
270
- msgid "Remove Widget ID"
271
- msgstr "Supprimer le Widget ID"
272
-
273
- #: ../admin/class-advanced-ads-admin.php:979
274
- msgid "Allow editors to manage ads"
275
- msgstr "Permettre aux éditeurs de gérer des pubs"
276
-
277
- #: ../admin/class-advanced-ads-admin.php:1054
278
- msgid "(display to all)"
279
- msgstr "(afficher à tous)"
280
-
281
- #: ../admin/class-advanced-ads-admin.php:1055
282
- msgid "Subscriber"
283
- msgstr "Abonné"
284
-
285
- #: ../admin/class-advanced-ads-admin.php:1056
286
- msgid "Contributor"
287
- msgstr "Contributeur"
288
-
289
- #: ../admin/class-advanced-ads-admin.php:1057
290
- msgid "Author"
291
- msgstr "Auteur"
292
-
293
- #: ../admin/class-advanced-ads-admin.php:1058
294
- msgid "Editor"
295
- msgstr "Éditeur"
296
-
297
- #: ../admin/class-advanced-ads-admin.php:1059
298
- msgid "Admin"
299
- msgstr "Administrateur"
300
-
301
- #: ../admin/class-advanced-ads-admin.php:1067
302
- msgid "Choose the lowest role a user must have in order to not see any ads."
303
- msgstr ""
304
- "Choisissez le rôle le plus faible dont un utilisateur doit disposer afin de "
305
- "ne pas voir de pubs."
306
-
307
- #: ../admin/class-advanced-ads-admin.php:1081
308
- msgid ""
309
- "<strong>notice: </strong>the file is currently enabled by an add-on that "
310
- "needs it."
311
- msgstr ""
312
- "<strong>avis: </strong>le fichier est actuellement activé par un module "
313
- "complémentaire dont il a besoin."
314
-
315
- #: ../admin/class-advanced-ads-admin.php:1084
316
- #, php-format
317
- msgid ""
318
- "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</"
319
- "a>). Some features and add-ons might override this setting if they need "
320
- "features from this file."
321
- msgstr ""
322
- "Activer les fonctions JavaScript avancées (<a href=\"%s\" target=\"_blank"
323
- "\">here</a>). Certaines fonctionnalités et modules complémentaires peuvent "
324
- "remplacer ce paramètre si elles ont besoin des fonctionnalités de ce fichier."
325
-
326
- #: ../admin/class-advanced-ads-admin.php:1097
327
- msgid ""
328
- "Some plugins and themes trigger ad injection where it shouldn’t happen. "
329
- "Therefore, Advanced Ads ignores injected placements on non-singular pages "
330
- "and outside the loop. However, this can cause problems with some themes. You "
331
- "can enable this option if you don’t see ads or want to enable ad injections "
332
- "on archive pages AT YOUR OWN RISK."
333
- msgstr ""
334
- "Certains plugins et thèmes place l’injection de la pub où il ne devrait pas. "
335
- "Par conséquent, Advanced Ads ignore les placements injecté sur des pages non "
336
- "singulière et en dehors de la boucle. Cependant, cela peut poser des "
337
- "problèmes avec certains thèmes. Vous pouvez activer cette option si vous ne "
338
- "voyez pas de pubs ou si vous désirez activer les injections de pub sur les "
339
- "pages d’archives ceci À VOS PROPRE RISQUES."
340
-
341
- #: ../admin/class-advanced-ads-admin.php:1113
342
- msgid ""
343
- "Please check your post content. A priority of 10 and below might cause "
344
- "issues (wpautop function might run twice)."
345
- msgstr ""
346
- "Veuillez vérifier le contenu de votre article. Une priorité de 10 et moins "
347
- "pourrait causer des problèmes (la fonction « wpautop » pourrait s’exécuter "
348
- "deux fois)."
349
-
350
- #: ../admin/class-advanced-ads-admin.php:1115
351
- msgid ""
352
- "Play with this value in order to change the priority of the injected ads "
353
- "compared to other auto injected elements in the post content."
354
- msgstr ""
355
- "Jouer avec cette valeur pour modifier la priorité des publicités injectées "
356
- "par rapport aux autres éléments automatiquement injecté dans le contenu de "
357
- "l’article."
358
-
359
- #: ../admin/class-advanced-ads-admin.php:1129
360
- #, php-format
361
- msgid ""
362
- "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
363
- "impressions for bots when using the <a href=\"%s\" target=\"_blank"
364
- "\">Tracking Add-On</a>."
365
- msgstr ""
366
- "Cacher les pubs des moteurs de recherche, des robots et des agents "
367
- "utilisateurs vide. Empêche également le comptage des impressions pour les "
368
- "robots lorsque vous utilisez l’ <a href=\"%s\" target=\"_blank\">Tracking "
369
- "Add-On</a>."
370
-
371
- #: ../admin/class-advanced-ads-admin.php:1130
372
- msgid ""
373
- "Disabling this option only makes sense if your ads contain content you want "
374
- "to display to bots (like search engines) or your site is cached and bots "
375
- "could create a cached version without the ads."
376
- msgstr ""
377
- "La désactivation de cette option n’a de sens que si vos pubs contiennent un "
378
- "contenu à afficher aux robots (comme les moteurs de recherche) ou votre site "
379
- "est mis en cache et les robots pourraient créer une version mise en cache "
380
- "sans les publicités."
381
-
382
- #: ../admin/class-advanced-ads-admin.php:1143
383
- msgid ""
384
- "Disable internal notices like tips, tutorials, email newsletters and update "
385
- "notices. Disabling notices is recommended if you run multiple blogs with "
386
- "Advanced Ads already."
387
- msgstr ""
388
- "Désactiver les avis internes comme les conseils, les tutoriels, les "
389
- "newsletters et les avis de mise à jour. La désactivation des avis est "
390
- "recommandé si vous exécutez déjà plusieurs blogs (multi-sites) avec Advanced "
391
- "Ads."
392
-
393
- #: ../admin/class-advanced-ads-admin.php:1165
394
- msgid ""
395
- "Prefix of class or id attributes in the frontend. Change it if you don’t "
396
- "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
397
- "need to <strong>rewrite css rules afterwards</strong>."
398
- msgstr ""
399
- "Préfixe de classe ou d’attributs d’Identifiant au niveau du Frontend. "
400
- "Changez-le si vous ne voulez pas que les <strong>bloqueurs de publicité</"
401
- "strong> marque ces blocs comme pubs.<br>Vous devrez peut-être "
402
- "<strong>réécrire les règles css par la suite</strong>."
403
-
404
- #: ../admin/class-advanced-ads-admin.php:1186
405
- msgid ""
406
- "Remove the ID attribute from widgets in order to not make them an easy "
407
- "target of ad blockers."
408
- msgstr ""
409
- "Supprimer l’attribut ID des widgets pour ne pas qu’ils soient une cible "
410
- "facile des bloqueurs de publicité."
411
-
412
- #: ../admin/class-advanced-ads-admin.php:1189
413
- msgid ""
414
- "If checked, the Advanced Ads Widget will not work with the fixed option of "
415
- "the <strong>Q2W3 Fixed Widget</strong> plugin."
416
- msgstr ""
417
- "Si cochée, l’Avanced Ads Widget ne fonctionnera pas avec l’option fixe du "
418
- "plugin <strong>Q2W3 Fixed Widget</strong> ."
419
-
420
- #: ../admin/class-advanced-ads-admin.php:1211
421
- msgid "Allow editors to also manage and publish ads."
422
- msgstr "Permettre aussi aux éditeurs de gérer et publier des pubs."
423
-
424
- #: ../admin/class-advanced-ads-admin.php:1212
425
- #, php-format
426
- msgid ""
427
- "You can assign different ad-related roles on a user basis with <a href=\"%s"
428
- "\" target=\"_blank\">Advanced Ads Pro</a>."
429
- msgstr ""
430
- "Vous pouvez assigner différents rôles liés à la pub sur une base "
431
- "d’utilisateur avec <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
432
-
433
- #: ../admin/class-advanced-ads-admin.php:1302
434
- msgid "Ad Details"
435
- msgstr "Détails de la pub"
436
-
437
- #: ../admin/class-advanced-ads-admin.php:1303
438
- msgid "Ad Planning"
439
- msgstr "Planification de la pub"
440
-
441
- #: ../admin/class-advanced-ads-admin.php:1438
442
- msgid "Ad Settings"
443
- msgstr "Paramètres de la pub"
444
-
445
- #: ../admin/class-advanced-ads-admin.php:1517 ../admin/views/overview.php:23
446
- msgid "Ads Dashboard"
447
- msgstr "Tableau de bord des pubs"
448
-
449
- #: ../admin/class-advanced-ads-admin.php:1529
450
- msgid "From the ad optimization universe"
451
- msgstr "De l’univers d’optimisation de pub"
452
-
453
- #: ../admin/class-advanced-ads-admin.php:1538
454
- msgid "Advanced Ads Tutorials"
455
- msgstr "Tutoriels Advanced Ads"
456
-
457
- #: ../admin/class-advanced-ads-admin.php:1549
458
- #, php-format
459
- msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
460
- msgstr "%d pubs – <a href=\"%s\">gérer</a> – <a href=\"%s\">nouveau</a>"
461
-
462
- #: ../admin/class-advanced-ads-admin.php:1560
463
- msgid "plugin manual and homepage"
464
- msgstr "Page d’accueil et manuel du plugin"
465
-
466
- #: ../admin/class-advanced-ads-admin.php:1567
467
- msgid "Get the tutorial via email"
468
- msgstr "Téléchargez le tutoriel par e-mail"
469
-
470
- #: ../admin/class-advanced-ads-admin.php:1574
471
- msgid "Get AdSense tips via email"
472
- msgstr "Recevez des conseils de Adsense par e-mail"
473
-
474
- #: ../admin/class-advanced-ads-admin.php:1664
475
- #, php-format
476
- msgid "time of %s"
477
- msgstr "temps de %s"
478
-
479
- #: ../admin/class-advanced-ads-admin.php:1699
480
- msgid "Error while trying to register the license. Please contact support."
481
- msgstr ""
482
- "Erreur en essayant d’enregistrer la licence. Veuillez contacter le support."
483
-
484
- #: ../admin/class-advanced-ads-admin.php:1705
485
- msgid "Please enter and save a valid license key first."
486
- msgstr "Veuillez tout d’abord entrer et enregistrer une clé de licence valide."
487
-
488
- #: ../admin/class-advanced-ads-admin.php:1733
489
- msgid "This is the bundle license key."
490
- msgstr "Il s’agit de la clé de licence du package (bundle)."
491
-
492
- #: ../admin/class-advanced-ads-admin.php:1734
493
- msgid "This is not the correct key for this add-on."
494
- msgstr "Ce n’est pas la clé correcte pour ce module."
495
-
496
- #: ../admin/class-advanced-ads-admin.php:1737
497
- #, php-format
498
- msgid "License is invalid. Reason: %s"
499
- msgstr "Licence nest pas valide. Raison: %s"
500
-
501
- #: ../admin/class-advanced-ads-admin.php:1781
502
- msgid "Error while trying to disable the license. Please contact support."
503
- msgstr ""
504
- "Erreur en essayant de désactiver la licence. Veuillez contacter le support."
505
-
506
- #: ../admin/class-advanced-ads-admin.php:1812
507
- msgid ""
508
- "License couldn’t be deactivated. Please try again later or contact support."
509
- msgstr ""
510
- "Licence n’a pas pu être désactivée. Veuillez réessayer ultérieurement ou "
511
- "contacter le support."
512
-
513
- #: ../admin/class-advanced-ads-admin.php:1959
514
- msgid "Add-Ons"
515
- msgstr "Extensions (Add-Ons)"
516
-
517
- #: ../admin/includes/class-ad-groups-list.php:156
518
- msgid "Ad weight"
519
- msgstr "Poids de la pub"
520
-
521
- #: ../admin/includes/class-ad-groups-list.php:164
522
- #: ../admin/views/ad-list-timing- column.php:4
523
- #, php-format
524
- msgid "starts %s"
525
- msgstr "commence le %s"
526
-
527
- #: ../admin/includes/class-ad-groups-list.php:183
528
- #: ../admin/views/ad-list-timing- column.php:21
529
- #, php-format
530
- msgid "expires %s"
531
- msgstr "Expire le %s"
532
-
533
- #: ../admin/includes/class-ad-groups-list.php:185
534
- #: ../admin/views/ad-list-timing- column.php:23
535
- #, php-format
536
- msgid "<strong>expired</strong> %s"
537
- msgstr "<strong>expiré</strong> %s"
538
-
539
- #: ../admin/includes/class-ad-groups-list.php:198
540
- msgid "all published ads are displayed"
541
- msgstr "toutes les pubs publiées sont affichées"
542
-
543
- #: ../admin/includes/class-ad-groups-list.php:200
544
- #, php-format
545
- msgid "up to %d ads displayed"
546
- msgstr "jusqu’à %d pubs affichées"
547
-
548
- #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
549
- #: form-row.php:37
550
- msgid "No ads assigned"
551
- msgstr "Aucune pub assignée"
552
-
553
- #: ../admin/includes/class-ad-groups-list.php:251
554
- msgid "Random ads"
555
- msgstr "Pubs aléatoires"
556
-
557
- #: ../admin/includes/class-ad-groups-list.php:252
558
- msgid "Display random ads based on ad weight"
559
- msgstr "Afficher des pubs aléatoirement selon le poids de la pub"
560
-
561
- #: ../admin/includes/class-ad-groups-list.php:255
562
- msgid "Ordered ads"
563
- msgstr "Pubs ordonnées"
564
-
565
- #: ../admin/includes/class-ad-groups-list.php:256
566
- msgid "Display ads with the highest ad weight first"
567
- msgstr "Afficher les pubs avec le poids le plus élevé tout d’abord"
568
-
569
- #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
570
- #: php:567
571
- msgid "Edit"
572
- msgstr "Éditer"
573
-
574
- #: ../admin/includes/class-ad-groups-list.php:276
575
- msgid "Usage"
576
- msgstr "Utilisation"
577
-
578
- #: ../admin/includes/class-ad-groups-list.php:285
579
- msgid "Delete"
580
- msgstr "Supprimer"
581
-
582
- #: ../admin/includes/class-ad-groups-list.php:306
583
- msgid "Invalid Ad Group"
584
- msgstr "Groupe de pubs invalide."
585
-
586
- #: ../admin/includes/class-ad-groups-list.php:311
587
- msgid "You don’t have permission to change the ad groups"
588
- msgstr "Vous n’avez pas l’autorisation de modifier les groupes de pubs"
589
-
590
- #: ../admin/includes/class-notices.php:397
591
- #, php-format
592
- msgid ""
593
- "You don’t seem to have an email address. Please use <a href=\"%s\" target="
594
- "\"_blank\">this form</a> to sign up."
595
- msgstr ""
596
- "Vous ne semblez pas avoir une adresse e-mail. Veuillez utiliser <a href=\"%s"
597
- "\" target=\"_blank\">ce formulaire</a> pour vous inscrire."
598
-
599
- #: ../admin/includes/class-notices.php:415
600
- msgid ""
601
- "How embarrassing. The email server seems to be down. Please try again later."
602
- msgstr ""
603
- "Quelle honte. Le serveur de messagerie semble être à l’arrêt. Veuillez "
604
- "réessayer ultérieurement."
605
-
606
- #: ../admin/includes/class-notices.php:420
607
- #, php-format
608
- msgid ""
609
- "Please check your email (%s) for the confirmation message. If you didn’t "
610
- "receive one or want to use another email address then please use <a href=\"%s"
611
- "\" target=\"_blank\">this form</a> to sign up."
612
- msgstr ""
613
- "Veuillez vérifier votre client mail (%s) pour le message de confirmation. Si "
614
- "vous n’avez reçu d’email ou voulez utiliser une autre adresse e-mail "
615
- "veuillez utiliser <a href=\"%s\" target=\"_blank\">ce formulaire</a> pour "
616
- "vous inscrire."
617
-
618
- #: ../admin/includes/class-overview-widgets.php:45
619
- msgid "Tips and Tutorials"
620
- msgstr "Tutoriels et astuces"
621
-
622
- #: ../admin/includes/class-overview-widgets.php:47
623
- msgid "Setup and Optimization Help"
624
- msgstr "Aide pour la configuration et l’optimisation"
625
-
626
- #: ../admin/includes/class-overview-widgets.php:49
627
- msgid "Manual and Support"
628
- msgstr "Manuel et Support"
629
-
630
- #: ../admin/includes/class-overview-widgets.php:53
631
- msgid "Advanced Ads Pro"
632
- msgstr "Advanced Ads Pro"
633
-
634
- #: ../admin/includes/class-overview-widgets.php:55
635
- msgid "Tracking and Stats"
636
- msgstr "Suivi et statistiques"
637
-
638
- #: ../admin/includes/class-overview-widgets.php:57
639
- msgid "Responsive and Mobile ads"
640
- msgstr "Pubs responsives et pour Mobile"
641
-
642
- #: ../admin/includes/class-overview-widgets.php:59
643
- msgid "Geo Targeting"
644
- msgstr "Géociblage"
645
-
646
- #: ../admin/includes/class-overview-widgets.php:61
647
- msgid "Sticky ads"
648
- msgstr "Sticky ads"
649
-
650
- #: ../admin/includes/class-overview-widgets.php:63
651
- msgid "PopUps and Layers"
652
- msgstr "PopUps and Layers"
653
-
654
- #: ../admin/includes/class-overview-widgets.php:65
655
- msgid "Ad Slider"
656
- msgstr "Ad Slider"
657
-
658
- #: ../admin/includes/class-overview-widgets.php:83
659
- msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
660
- msgstr ""
661
- "Obtenez 2 <strong>Add-ons gratuits</strong> en vous inscrivant à la lettre "
662
- "d’information."
663
-
664
- #: ../admin/includes/class-overview-widgets.php:84
665
- msgid "Join now"
666
- msgstr "Inscrivez-vous maintenant"
667
-
668
- #: ../admin/includes/class-overview-widgets.php:91
669
- msgid ""
670
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
671
- "and Advanced Ads from the dedicated newsletter group."
672
- msgstr ""
673
- "En savoir plus sur comment et <strong>combien vous pouvez gagner avec "
674
- "AdSense</strong> et Advanced Ads via la newsletter du groupe dédié."
675
-
676
- #: ../admin/includes/class-overview-widgets.php:92
677
- #: ../admin/includes/notices.php:35 ../admin/views/intro.php:73
678
- #: ../admin/views/notices/inline.php:3 .. /admin/views/notices/subscribe.php:3
679
- msgid "Subscribe me now"
680
- msgstr "Inscrivez-moi maintenant"
681
-
682
- #: ../admin/includes/class-overview-widgets.php:99
683
- msgid "Get the first steps and more tutorials to your inbox."
684
- msgstr ""
685
- "Recevez les premières étapes et plus de tutoriels dans votre boîte de "
686
- "réception."
687
-
688
- #: ../admin/includes/class-overview-widgets.php:100
689
- msgid "Send it now"
690
- msgstr "Envoyer maintenant"
691
-
692
- #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
693
- msgid "Create your first ad"
694
- msgstr "Créez votre première pub"
695
-
696
- #: ../admin/includes/class-overview-widgets.php:126
697
- msgid ""
698
- "Ad Groups contain ads and are currently used to rotate multiple ads on a "
699
- "single spot."
700
- msgstr ""
701
- "Groupes de pubs contiennent des pubs et sont utilisées pour faire tourner "
702
- "plusieurs pubs sur un seul point."
703
-
704
- #: ../admin/includes/class-overview-widgets.php:128
705
- msgid "Create your first group"
706
- msgstr "Créez votre premier groupe"
707
-
708
- #: ../admin/includes/class-overview-widgets.php:131
709
- msgid ""
710
- "Ad Placements are the best way to manage where to display ads and groups."
711
- msgstr ""
712
- "Les placements de pubs sont la meilleure façon de gérer où afficher des pubs "
713
- "et des groupes."
714
-
715
- #: ../admin/includes/class-overview-widgets.php:133
716
- msgid "Create your first placement"
717
- msgstr "Créez votre premier placement"
718
-
719
- #: ../admin/includes/class-overview-widgets.php:138
720
- msgid "Next steps"
721
- msgstr "Prochaines étapes"
722
-
723
- #: ../admin/includes/class-overview-widgets.php:150
724
- #, php-format
725
- msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
726
- msgstr "<a href=\"%s\" target=\"_blank\">Manuel</a>"
727
-
728
- #: ../admin/includes/class-overview-widgets.php:151
729
- #, php-format
730
- msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
731
- msgstr "<a href=\"%s\" target=\"_blank\">FAQ et Support</a>"
732
-
733
- #: ../admin/includes/class-overview-widgets.php:152
734
- #, php-format
735
- msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
736
- msgstr "Votez pour une <a href=\"%s\" target=\"_blank\">fonctionnalité</a>"
737
-
738
- #: ../admin/includes/class-overview-widgets.php:153
739
- #, php-format
740
- msgid ""
741
- "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
742
- "href=\"%s\" target=\"_blank\">wordpress.org</a>"
743
- msgstr ""
744
- "Remerciez le développeur avec un avis &#9733;&#9733;&#9733;&#9733;&#9733; "
745
- "sur <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
746
-
747
- #: ../admin/includes/class-overview-widgets.php:162
748
- msgid ""
749
- "Need help to set up and optimize your ads? Need custom coding on your site? "
750
- "Ask me for a quote."
751
- msgstr ""
752
- "Besoin d’aide pour configurer et optimiser vos pubs ? Besoin d’un codage "
753
- "personnalisé sur votre site ? Demandez-moi un devis."
754
-
755
- #: ../admin/includes/class-overview-widgets.php:163
756
- #, php-format
757
- msgid "Help with ads on %s"
758
- msgstr "Aide sur les pubs activée %s"
759
-
760
- #: ../admin/includes/class-overview-widgets.php:164
761
- msgid "Get an offer"
762
- msgstr "Obtenir une offre"
763
-
764
- #: ../admin/includes/class-overview-widgets.php:172
765
- msgid "Ad management for advanced websites."
766
- msgstr "Gestion de pubs pour des sites Web avancés."
767
-
768
- #: ../admin/includes/class-overview-widgets.php:173
769
- msgid "Cache-busting"
770
- msgstr "Suppression du cache"
771
-
772
- #: ../admin/includes/class-overview-widgets.php:174
773
- msgid "Advanced visitor conditions"
774
- msgstr "Conditions de visiteur avancées"
775
-
776
- #: ../admin/includes/class-overview-widgets.php:175
777
- msgid "Flash ads with fallback"
778
- msgstr "Pubs en Flash avec alternative"
779
-
780
- #: ../admin/includes/class-overview-widgets.php:177
781
- msgid "Get Pro"
782
- msgstr "Obtenir la version Pro"
783
-
784
- #: ../admin/includes/class-overview-widgets.php:185
785
- msgid "Track the impressions of and clicks on your ads."
786
- msgstr "Suivre les impressions et les clics sur vos pubs."
787
-
788
- #: ../admin/includes/class-overview-widgets.php:186
789
- msgid "2 methods to count impressions"
790
- msgstr "2 méthodes pour compter les impressions"
791
-
792
- #: ../admin/includes/class-overview-widgets.php:187
793
- msgid "beautiful stats for all or single ads"
794
- msgstr "belles statistiques pour une ou toutes les pubs"
795
-
796
- #: ../admin/includes/class-overview-widgets.php:188
797
- msgid "group stats by day, week or month"
798
- msgstr "grouper les statistiques par jour, semaine ou mois"
799
-
800
- #: ../admin/includes/class-overview-widgets.php:190
801
- msgid "Get the Tracking add-on"
802
- msgstr "Obtenir le module de statistiques « Tracking add-on »"
803
-
804
- #: ../admin/includes/class-overview-widgets.php:198
805
- msgid "Display ads based on the size of your visitor’s browser or device."
806
- msgstr ""
807
- "Afficher des pubs basées sur la taille du navigateur ou le périphérique de "
808
- "votre visiteur."
809
-
810
- #: ../admin/includes/class-overview-widgets.php:199
811
- msgid "set a range (from … to …) pixels for the browser size"
812
- msgstr "définir une plage (de… à…) pixels pour la taille du navigateur"
813
-
814
- #: ../admin/includes/class-overview-widgets.php:200
815
- msgid "set custom sizes for AdSense responsive ads"
816
- msgstr "définir des formats personnalisés pour les pubs responsives AdSense"
817
-
818
- #: ../admin/includes/class-overview-widgets.php:201
819
- msgid "list all ads by their responsive settings"
820
- msgstr "lister toutes les pubs par leurs paramètres responsifs"
821
-
822
- #: ../admin/includes/class-overview-widgets.php:203
823
- msgid "Get the Responsive add-on"
824
- msgstr "Obtenir le module « Responsive add-on »"
825
-
826
- #: ../admin/includes/class-overview-widgets.php:211
827
- msgid "Target visitors by their geo location."
828
- msgstr "Cibler les visiteurs par leur géolocalisation."
829
-
830
- #: ../admin/includes/class-overview-widgets.php:213
831
- msgid "Get the Geo Targeting add-on"
832
- msgstr "Obtenir le module de ciblage géolocalisé « Geo Targeting add-on »"
833
-
834
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
835
- #: php:30
836
- msgid ""
837
- "Fix ads to the browser while users are scrolling and create best performing "
838
- "anchor ads."
839
- msgstr ""
840
- "Fixer les pubs sur le navigateur pendant que les utilisateurs font défiler "
841
- "la page et créer des publicités à ancrage plus performants."
842
-
843
- #: ../admin/includes/class-overview-widgets.php:222
844
- msgid "position ads that don’t scroll with the screen"
845
- msgstr "positionner des pubs qui ne défilent à l’écran"
846
-
847
- #: ../admin/includes/class-overview-widgets.php:223
848
- msgid "build anchor ads not only on mobile devices"
849
- msgstr "construire des pubs à ancrage pas seulement sur les appareils mobiles"
850
-
851
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
852
- #: php:32
853
- msgid "Get the Sticky add-on"
854
- msgstr "Obtenir le module « Sticky add-on »"
855
-
856
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
857
- #: php:37
858
- msgid "Display content and ads in layers and popups on custom events."
859
- msgstr ""
860
- "Afficher le contenu et les pubs dans des couches et des fenêtres pop-up lors "
861
- "des événements personnalisés."
862
-
863
- #: ../admin/includes/class-overview-widgets.php:234
864
- msgid "display a popup after a user interaction like scrolling"
865
- msgstr ""
866
- "afficher une popup après une action de l’utilisateur comme le défilement"
867
-
868
- #: ../admin/includes/class-overview-widgets.php:235
869
- msgid "optional background overlay"
870
- msgstr "option de recouvrement d’arrière plan"
871
-
872
- #: ../admin/includes/class-overview-widgets.php:236
873
- msgid "allow users to close the popup"
874
- msgstr "permettre aux utilisateurs de fermer les popup"
875
-
876
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
877
- #: php:39
878
- msgid "Get the PopUp and Layer add-on"
879
- msgstr "Obtenir le module « PopUp and Layer add-on »"
880
-
881
- #: ../admin/includes/class-overview-widgets.php:246
882
- msgid "Create a beautiful and simple slider from your ads."
883
- msgstr "Créer un simple et beau diaporama avec vos pubs."
884
-
885
- #: ../admin/includes/class-overview-widgets.php:248
886
- msgid "Get the Slider add-on"
887
- msgstr "Obtenir le module « Slider add-on »"
888
-
889
- #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
890
- msgid "--empty--"
891
- msgstr "--vide--"
892
-
893
- #: ../admin/includes/notices.php:14
894
- #, php-format
895
- msgid ""
896
- "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
897
- "Steps</a>."
898
- msgstr ""
899
- "Advanced Ads installé avec succès. Jetez un oeil sur les <a href=\"%s"
900
- "\">Premières étapes</a>."
901
-
902
- #: ../admin/includes/notices.php:20
903
- msgid ""
904
- "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
905
- "receive the first steps via email?"
906
- msgstr ""
907
- "Merci d’activer <strong>Advanced Ads</strong>. Souhaitez-vous recevoir les "
908
- "premières étapes par e-mail?"
909
-
910
- #: ../admin/includes/notices.php:21
911
- msgid "Yes, send it"
912
- msgstr "Oui, envoyez"
913
-
914
- #: ../admin/includes/notices.php:27
915
- msgid ""
916
- "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
917
- "<strong>2 free add-ons</strong> for joining the newsletter."
918
- msgstr ""
919
- "Merci d’utiliser <strong>Advanced Ads</strong>. Restez informé et recevez "
920
- "<strong>2 Add-ons gratuits</strong> en vous inscrivant à la lettre "
921
- "d’information."
922
-
923
- #: ../admin/includes/notices.php:28
924
- msgid "Add me now"
925
- msgstr "Ajouter moi maintenant"
926
-
927
- #: ../admin/includes/notices.php:34
928
- msgid ""
929
- "Learn more about how and <strong>how much you can earn with AdSense</strong> "
930
- "and Advanced Ads from my dedicated newsletter."
931
- msgstr ""
932
- "En savoir plus sur comment et <strong>combien vous pouvez gagner avec "
933
- "AdSense</strong> et Advanced Ads via la newsletter dédiée."
934
-
935
- #: ../admin/includes/notices.php:61
936
- msgid ""
937
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
938
- "missing</strong>."
939
- msgstr ""
940
- "Une ou plusieurs clés de licence pour des <strong>Advanced Ads add-ons sont "
941
- "manquant ou incorrect</strong>."
942
-
943
- #: ../admin/includes/notices.php:61
944
- #, php-format
945
- msgid "Please add valid license keys <a href=\"%s\">here</a>."
946
- msgstr ""
947
- "S’il vous plaît ajoutez des clés de licences valides <a href=\"%s\">ici</a>."
948
-
949
- #: ../admin/includes/notices.php:67
950
- #, php-format
951
- msgid ""
952
- "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
953
- "soon</strong>. Don’t risk to lose support and updates and renew your license "
954
- "before it expires with a significant discount on <a href=\"%s\" target="
955
- "\"_blank\">the add-on page</a>."
956
- msgstr ""
957
- "Une ou plusieurs licences pour vos <strong>Advanced Ads Add-ons arrivent "
958
- "bientôt à expiration</strong>. Ne risquez pas de perdre le support et mises "
959
- jour et renouveler votre licence avant sa date d’expiration avec un rabais "
960
- "significatif sur <a href=\"%s\" target=\"_blank\">la page Add-on</a>."
961
-
962
- #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
963
- #, php-format
964
- msgid ""
965
- "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
966
- "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
967
- "information."
968
- msgstr ""
969
- "Licence(s) <strong>Advanced Ads</strong> expiré(es). Le support et les mises "
970
- "à jour sont désactivées. S’il vous plaît, visitez <a href=\"%s\">la page de "
971
- "licence</a> pour plus d’informations."
972
-
973
- #: ../admin/includes/notices.php:79
974
- #, php-format
975
- msgid ""
976
- "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
977
- "review-image\"/>You are using <strong>Advanced Ads</strong> for some time "
978
- "now. Thank you! If you need my help then please visit the <a href=\"%1$s\" "
979
- "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
980
- "Review</h3><p>If you share my passion and find Advanced Ads useful then "
981
- "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
982
- "org</a>.</p><p><em>Thomas</em>"
983
- msgstr ""
984
- "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-"
985
- "review-image\"/>Vous utilisez <strong>Advanced Ads</strong> depuis quelques "
986
- "temps maintenant. Je vous en remercie! Si vous avez besoin d’aide, visitez "
987
- "<a href=\"%1$s\" target=\"_blank\">la page de support</a> et obtenez une "
988
- "aide gratuite.</p><h3>Merci pour votre avis</h3><p>Si vous partagez ma "
989
- "passion et trouvez Advanced Ads utile, alors s’il vous plaît <a href=\"%2$s"
990
- "\" target=\"_blank\">laissez un avis de 5 étoiles sur wordpress.org</a>.</"
991
- "p><p><em>Thomas</em>"
992
-
993
- #: ../admin/includes/notices.php:85
994
- #, php-format
995
- msgid ""
996
- "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
997
- "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
998
- "disguise."
999
- msgstr ""
1000
- "Certains éléments (assets) ont été changés. S’il vous plaît ,"
1001
- "<strong>reconstruisez le dossier des éléments (assets)</strong> dans les <a "
1002
- "href=« %s »>Paramètres Advanced Ads</a> pour mettre à jour la dissimulation "
1003
- "vis-à-vis des bloqueurs de publicités."
1004
-
1005
- #: ../admin/includes/shortcode-creator-l10n.php:10
1006
- msgctxt "shortcode creator"
1007
- msgid "Add an ad"
1008
- msgstr "Ajouter une pub"
1009
-
1010
- #: ../admin/includes/shortcode-creator-l10n.php:11
1011
- msgctxt "shortcode creator"
1012
- msgid "Add shortcode"
1013
- msgstr "Ajouter un shortcode"
1014
-
1015
- #: ../admin/includes/shortcode-creator-l10n.php:12
1016
- msgctxt "shortcode creator"
1017
- msgid "Cancel"
1018
- msgstr "Annuler"
1019
-
1020
- #: ../admin/views/ad-display-metabox.php:6
1021
- msgid "Set Display Conditions to allow or hide the ad on specific pages."
1022
- msgstr ""
1023
- "Fixer les Conditions d’affichage afin d’autoriser ou de cacher la publicité "
1024
- "sur des pages spécifiques."
1025
-
1026
- #: ../admin/views/ad-display-metabox.php:6
1027
- #: ../admin/views/ad-visitor-metabox.php:4
1028
- msgid "Manual"
1029
- msgstr "Manuel"
1030
-
1031
- #: ../admin/views/ad-display-metabox.php:8
1032
- #: ../admin/views/notices/jqueryui_error. php:2
1033
- #, php-format
1034
- msgid ""
1035
- "There might be a problem with layouts and scripts in your dashboard. Please "
1036
- "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1037
- msgstr ""
1038
- "Il pourrait y avoir un problème avec les mises en page et les scripts dans "
1039
- "votre tableau de bord. Veuillez consulter <a href=\"%s\" target=\"_blank"
1040
- "\">cet article pour en savoir plus</a>."
1041
-
1042
- #: ../admin/views/ad-display-metabox.php:38
1043
- msgid "If you want to display the ad everywhere, don't do anything here. "
1044
- msgstr "Si vous souhaitez afficher la publicité partout, ne faites rien ici. "
1045
-
1046
- #: ../admin/views/ad-display-metabox.php:41
1047
- #: ../admin/views/ad-visitor-metabox.php:34
1048
- msgid "New condition"
1049
- msgstr "Nouvelle condition"
1050
-
1051
- #: ../admin/views/ad-display-metabox.php:44
1052
- #: ../admin/views/ad-visitor-metabox.php:41
1053
- msgid "-- choose a condition --"
1054
- msgstr "—Choisissez une condition—"
1055
-
1056
- #: ../admin/views/ad-display-metabox.php:49
1057
- #: ../admin/views/ad-visitor-metabox.php:46
1058
- msgid "add"
1059
- msgstr "ajouter"
1060
-
1061
- #: ../admin/views/ad-group-edit.php:14
1062
- msgid "You did not select an item for editing."
1063
- msgstr "Vous n’avez pas sélectionné un élément pour le modifier."
1064
-
1065
- #: ../admin/views/ad-group-edit.php:33
1066
- msgctxt "Taxonomy Name"
1067
- msgid "Name"
1068
- msgstr "Nom"
1069
-
1070
- #: ../admin/views/ad-group-edit.php:38
1071
- msgctxt "Taxonomy Slug"
1072
- msgid "Slug"
1073
- msgstr "Identifiant"
1074
-
1075
- #: ../admin/views/ad-group-edit.php:40
1076
- msgid ""
1077
- "An id-like string with only letters in lower case, numbers, and hyphens."
1078
- msgstr ""
1079
- "Une chaîne de caractères (à l’image des identifiants) avec seulement des "
1080
- "lettres en minuscules, des chiffres et des traits d’Union."
1081
-
1082
- #: ../admin/views/ad-group-edit.php:45
1083
- msgctxt "Taxonomy Description"
1084
- msgid "Description"
1085
- msgstr "Description"
1086
-
1087
- #: ../admin/views/ad-group-edit.php:57
1088
- msgid "Create new Ad Group"
1089
- msgstr "Créer un nouveau groupe"
1090
-
1091
- #: ../admin/views/ad-group-edit.php:59
1092
- msgid "Update"
1093
- msgstr "Mettre à jour"
1094
-
1095
- #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
1096
- msgid "Name"
1097
- msgstr "Nom"
1098
-
1099
- #: ../admin/views/ad-group-list-form-row.php:5
1100
- msgid "Description"
1101
- msgstr "Description"
1102
-
1103
- #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23
1104
- #: .. /modules/gadsense/admin/views/adsense-ad-parameters.php:48
1105
- msgid "Type"
1106
- msgstr "Type"
1107
-
1108
- #: ../admin/views/ad-group-list-form-row.php:16
1109
- msgid "Number of visible ads"
1110
- msgstr "Nombre de pubs visibles"
1111
-
1112
- #: ../admin/views/ad-group-list-form-row.php:22
1113
- msgctxt "option to display all ads in an ad groups"
1114
- msgid "all"
1115
- msgstr "toutes"
1116
-
1117
- #: ../admin/views/ad-group-list-form-row.php:25
1118
- msgid "Number of ads that are visible at the same time"
1119
- msgstr "Nombre de pubs qui sont visibles en même temps"
1120
-
1121
- #: ../admin/views/ad-group-list-form-row.php:31
1122
- #: ../public/class-advanced-ads.php:564
1123
- msgid "Ad"
1124
- msgstr "Pub"
1125
-
1126
- #: ../admin/views/ad-group-list-form-row.php:32
1127
- msgid "weight"
1128
- msgstr "poids"
1129
-
1130
- #: ../admin/views/ad-group-list-header.php:3
1131
- msgid "Ad Group"
1132
- msgstr "Groupe de pubs"
1133
-
1134
- #: ../admin/views/ad-group-list-header.php:4
1135
- msgid "Details"
1136
- msgstr " Détails"
1137
-
1138
- #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1139
- #: /admin/views/ad-info.php:3 ../admin/views/placements.php:58
1140
- msgid "shortcode"
1141
- msgstr "shortcode"
1142
-
1143
- #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1144
- #: /admin/views/placements.php:61
1145
- msgid "template"
1146
- msgstr "modèle"
1147
-
1148
- #: ../admin/views/ad-group-list-row.php:14
1149
- #, php-format
1150
- msgid ""
1151
- "Learn more about using groups in the <a href=\"%s\" target=\"_blank"
1152
- "\">manual</a>."
1153
- msgstr ""
1154
- "En savoir plus sur l’utilisation de groupes dans le <a href=\"%s\" target="
1155
- "\"_blank\">Manuel</a>."
1156
-
1157
- #: ../admin/views/ad-group-list-row.php:19
1158
- #, php-format
1159
- msgid "Type: %s"
1160
- msgstr "Type: %s"
1161
-
1162
- #: ../admin/views/ad-group-list-row.php:20
1163
- #, php-format
1164
- msgid "ID: %s"
1165
- msgstr "ID: %s"
1166
-
1167
- #: ../admin/views/ad-group.php:18
1168
- msgid "Ad Groups successfully updated"
1169
- msgstr "Groupes de pubs mis à jour avec succès"
1170
-
1171
- #: ../admin/views/ad-group.php:46
1172
- #, php-format
1173
- msgid "Search results for &#8220;%s&#8221;"
1174
- msgstr "Résultats de recherche pour &#8220;%s&#8221;"
1175
-
1176
- #: ../admin/views/ad-group.php:52
1177
- msgid ""
1178
- "Ad Groups are a very flexible method to bundle ads. You can use them to "
1179
- "display random ads in the frontend or run split tests, but also just for "
1180
- "informational purposes. Not only can an Ad Groups have multiple ads, but an "
1181
- "ad can belong to multiple ad groups."
1182
- msgstr ""
1183
- "Les groupes de pubs sont une méthode très flexible pour regrouper les pubs. "
1184
- "Vous pouvez les utiliser pour afficher des pubs au hasard au niveau du "
1185
- "Frontend ou effectuer des tests de versions, mais aussi juste à titre "
1186
- "d’informatif. Non seulement un groupes de pubs peut avoir des pubs "
1187
- "multiples, mais une pub peut aussi appartenir à plusieurs groupes de pubs."
1188
-
1189
- #: ../admin/views/ad-group.php:60
1190
- msgid "How to display an Ad Group?"
1191
- msgstr "Comment afficher un groupe de pubs ?"
1192
-
1193
- #: ../admin/views/ad-group.php:62
1194
- #, php-format
1195
- msgid ""
1196
- "Examples on how to display an ad group? Find more help and examples in the "
1197
- "<a href=\"%s\" target=\"_blank\">manual</a>"
1198
- msgstr ""
1199
- "Exemples sur la façon d’afficher un groupe de pubs? Trouver plus d’aide et "
1200
- "des exemples dans le <a href=\"%s\" target=\"_blank\">Manuel</a>"
1201
-
1202
- #: ../admin/views/ad-group.php:64
1203
- msgid "To display an ad group with the ID 6 in content fields"
1204
- msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les champs de contenu"
1205
-
1206
- #: ../admin/views/ad-group.php:67
1207
- msgid "To display an ad group with the ID 6 in template files"
1208
- msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les fichiers modèles"
1209
-
1210
- #: ../admin/views/ad-group.php:87
1211
- msgid "Update Groups"
1212
- msgstr "Mettre à jour les Groupes"
1213
-
1214
- #: ../admin/views/ad-info-top.php:4
1215
- msgid "Cool, you just published an ad. What now?"
1216
- msgstr "Cool, vous venez de publier une pub. Et maintenant?"
1217
-
1218
- #: ../admin/views/ad-info-top.php:5
1219
- msgid "Display the ad in …"
1220
- msgstr "Afficher la pub sur…"
1221
-
1222
- #: ../admin/views/ad-info-top.php:7
1223
- msgid "… every post or page"
1224
- msgstr "… chaque article ou page"
1225
-
1226
- #: ../admin/views/ad-info-top.php:9
1227
- msgid "Use placements to inject the ad automatically into posts and pages."
1228
- msgstr ""
1229
- "Utilisez les placements pour injecter la pub automatiquement dans les "
1230
- "articles et les pages."
1231
-
1232
- #: ../admin/views/ad-info-top.php:10
1233
- msgid "Configure Placements"
1234
- msgstr "Configurer des Placements"
1235
-
1236
- #: ../admin/views/ad-info-top.php:12
1237
- msgid "… Sidebar or Widget Area"
1238
- msgstr " Barre latérale ou zone de Widget"
1239
-
1240
- #: ../admin/views/ad-info-top.php:14
1241
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
1242
- msgstr ""
1243
- "Utiliser le widget <em>Advanced Ads</em> pour afficher des pubs dans la "
1244
- "barre latérale."
1245
-
1246
- #: ../admin/views/ad-info-top.php:15
1247
- msgid "Configure a Widget"
1248
- msgstr "Configurez un Widget"
1249
-
1250
- #: ../admin/views/ad-info-top.php:17
1251
- msgid "… a few hand selected posts or pages"
1252
- msgstr " quelques articles ou pages sélectionnés à la main"
1253
-
1254
- #: ../admin/views/ad-info-top.php:19
1255
- msgid ""
1256
- "Use the shortcode below to manually place the ad in the content editor of "
1257
- "posts and pages."
1258
- msgstr ""
1259
- "Utilisez le shortcode ci-dessous pour placer manuellement la pub dans "
1260
- "l’éditeur de contenu des articles et des pages."
1261
-
1262
- #: ../admin/views/ad-info-top.php:22
1263
- msgid "… in a custom position in your theme"
1264
- msgstr " dans une position personnalisée dans votre thème"
1265
-
1266
- #: ../admin/views/ad-info-top.php:24
1267
- msgid ""
1268
- "Use the function below to manually place the ad into your template files. "
1269
- "This method is needed for more advanced placements like in the header of "
1270
- "your theme."
1271
- msgstr ""
1272
- "Utilisez la fonction ci-dessous pour placer manuellement la pub dans vos "
1273
- "modèle de fichiers (templates). Cette méthode est nécessaire pour des "
1274
- "placements plus avancés comme dans l’en-tête de votre thème."
1275
-
1276
- #: ../admin/views/ad-info-top.php:27
1277
- msgid " in an anchor ad or pop-up"
1278
- msgstr " dans une pub avec ancre ou une pub en pop-up"
1279
-
1280
- #: ../admin/views/ad-info-top.php:34
1281
- msgid "You find the settings for the Sticky Ads below."
1282
- msgstr ""
1283
- "Vous trouverez les paramètres pour les pubs avec « Sticky Ads » ci-dessous."
1284
-
1285
- #: ../admin/views/ad-info-top.php:41
1286
- msgid "You find the settings for the Layer and PopUp effects below."
1287
- msgstr ""
1288
- "Vous trouverez les paramètres pour les effets des pubs avec « Layer and "
1289
- "PopUp » ci-dessous."
1290
-
1291
- #: ../admin/views/ad-info-top.php:46
1292
- #, php-format
1293
- msgid ""
1294
- "Learn more about your choices to display an ad in the <a href=\"%s\" target="
1295
- "\"_blank\">manual</a>"
1296
- msgstr ""
1297
- "En savoir plus sur les choix pour afficher une pub dans le <a href=\"%s\" "
1298
- "target=\"_blank\">Manuel</a>"
1299
-
1300
- #: ../admin/views/ad-info.php:2
1301
- #, php-format
1302
- msgid "Ad Id: %s"
1303
- msgstr "Id de la pub: %s"
1304
-
1305
- #: ../admin/views/ad-info.php:5
1306
- msgid "theme function"
1307
- msgstr "fonction du thème"
1308
-
1309
- #: ../admin/views/ad-info.php:7
1310
- #, php-format
1311
- msgid ""
1312
- "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1313
- msgstr ""
1314
- "Trouver plus d’options d’affichage dans le <a href=\"%s\" target=\"_blank"
1315
- "\">Manuel</a>."
1316
-
1317
- #: ../admin/views/ad-info.php:12
1318
- msgid "click to change"
1319
- msgstr "Cliquez pour modifier"
1320
-
1321
- #: ../admin/views/ad-info.php:16
1322
- msgid "Add a description"
1323
- msgstr "Ajoutez une description"
1324
-
1325
- #: ../admin/views/ad-info.php:19
1326
- msgid "Internal description or your own notes about this ad."
1327
- msgstr "Description interne ou vos propres notes sur cette pub."
1328
-
1329
- #: ../admin/views/ad-list-filters.php:2
1330
- msgid "all ad types"
1331
- msgstr "tous les types de pub"
1332
-
1333
- #: ../admin/views/ad-list-filters.php:5
1334
- msgid "all ad sizes"
1335
- msgstr "toutes les tailles de pub"
1336
-
1337
- #: ../admin/views/ad-list-filters.php:8
1338
- msgid "all ad dates"
1339
- msgstr "toutes les dates de pub"
1340
-
1341
- #: ../admin/views/ad-list-filters.php:9
1342
- msgid "expired"
1343
- msgstr "expiré"
1344
-
1345
- #: ../admin/views/ad-list-filters.php:10
1346
- msgid "any expiry date"
1347
- msgstr "toute date d’expiration"
1348
-
1349
- #: ../admin/views/ad-list-filters.php:11
1350
- msgid "planned"
1351
- msgstr "planifiée(s)"
1352
-
1353
- #: ../admin/views/ad-list-filters.php:14
1354
- msgid "all ad groups"
1355
- msgstr "tous les groupes de pubs"
1356
-
1357
- #: ../admin/views/ad-main-metabox.php:3
1358
- msgid "No ad types defined"
1359
- msgstr "Aucun type de pub définies"
1360
-
1361
- #: ../admin/views/ad-output-metabox.php:1
1362
- msgid "Everything connected to the ads layout and output."
1363
- msgstr "Tout ce qui est lié à la l’agencement et à la sortie des pubs."
1364
-
1365
- #: ../admin/views/ad-output-metabox.php:5
1366
- msgid "Position"
1367
- msgstr "Position"
1368
-
1369
- #: ../admin/views/ad-output-metabox.php:6
1370
- msgid "- default -"
1371
- msgstr "- par défaut -"
1372
-
1373
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
1374
- msgid "default"
1375
- msgstr "défaut"
1376
-
1377
- #: ../admin/views/ad-output-metabox.php:8
1378
- msgid "left"
1379
- msgstr "gauche"
1380
-
1381
- #: ../admin/views/ad-output-metabox.php:11
1382
- msgid "center"
1383
- msgstr "centre"
1384
-
1385
- #: ../admin/views/ad-output-metabox.php:14
1386
- msgid "right"
1387
- msgstr "droite"
1388
-
1389
- #: ../admin/views/ad-output-metabox.php:19
1390
- msgid ""
1391
- "Check this if you don't want the following elements to float around the ad. "
1392
- "(adds a clearfix)"
1393
- msgstr ""
1394
- "Cochez cette case si vous ne voulez pas que les éléments suivants flottent "
1395
- "autour de la pub. (ajoute un clearfix)"
1396
-
1397
- #: ../admin/views/ad-output-metabox.php:22
1398
- msgid "Margin"
1399
- msgstr "Marge"
1400
-
1401
- #: ../admin/views/ad-output-metabox.php:23
1402
- msgid "top:"
1403
- msgstr "haut:"
1404
-
1405
- #: ../admin/views/ad-output-metabox.php:25
1406
- msgid "right:"
1407
- msgstr "droite:"
1408
-
1409
- #: ../admin/views/ad-output-metabox.php:27
1410
- msgid "bottom:"
1411
- msgstr "bas:"
1412
-
1413
- #: ../admin/views/ad-output-metabox.php:29
1414
- msgid "left:"
1415
- msgstr "gauche:"
1416
-
1417
- #: ../admin/views/ad-output-metabox.php:31
1418
- msgid "tip: use this to add a margin around the ad"
1419
- msgstr "Astuce : utilisez cela pour ajouter une marge autour de la pub"
1420
-
1421
- #: ../admin/views/ad-output-metabox.php:33
1422
- msgid "container id"
1423
- msgstr "ID de conteneur"
1424
-
1425
- #: ../admin/views/ad-output-metabox.php:36
1426
- msgid "Specify the id of the ad container. Leave blank for random or no id."
1427
- msgstr ""
1428
- "Spécifiez l’ID du conteneur de pub. Laissez vide pour aléatoire ou sans "
1429
- "identité."
1430
-
1431
- #: ../admin/views/ad-output-metabox.php:38
1432
- msgid "container classes"
1433
- msgstr "classes de conteneur"
1434
-
1435
- #: ../admin/views/ad-output-metabox.php:41
1436
- msgid ""
1437
- "Specify one or more classes for the container. Separate multiple classes "
1438
- "with a space"
1439
- msgstr ""
1440
- "Spécifier une ou plusieurs classe pour le conteneur. Séparez les classes "
1441
- "multiples par un espace"
1442
-
1443
- #: ../admin/views/ad-parameters-metabox.php:25
1444
- #: ../classes/ad_ajax_callbacks.php:55
1445
- msgid "size:"
1446
- msgstr "Taille:"
1447
-
1448
- #: ../admin/views/ad-parameters-metabox.php:26
1449
- #: ../classes/ad_ajax_callbacks.php:56
1450
- msgid "width"
1451
- msgstr "largeur"
1452
-
1453
- #: ../admin/views/ad-parameters-metabox.php:27
1454
- #: ../classes/ad_ajax_callbacks.php:57
1455
- msgid "height"
1456
- msgstr "hauteur"
1457
-
1458
- #: ../admin/views/ad-submitbox-meta.php:6
1459
- msgid "Set expiry date"
1460
- msgstr "Date d’expiration"
1461
-
1462
- #: ../admin/views/ad-submitbox-meta.php:12
1463
- msgid "Month"
1464
- msgstr "Mois"
1465
-
1466
- #: ../admin/views/ad-submitbox-meta.php:16
1467
- #, php-format
1468
- msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1469
- msgid "%1$s-%2$s"
1470
- msgstr "%1$s-%2$s"
1471
-
1472
- #: ../admin/views/ad-submitbox-meta.php:21
1473
- msgid "Day"
1474
- msgstr "Jour"
1475
-
1476
- #: ../admin/views/ad-submitbox-meta.php:22
1477
- msgid "Year"
1478
- msgstr "Année"
1479
-
1480
- #: ../admin/views/ad-submitbox-meta.php:23
1481
- msgid "Hour"
1482
- msgstr "Heure"
1483
-
1484
- #: ../admin/views/ad-submitbox-meta.php:24
1485
- msgid "Minute"
1486
- msgstr "Minute"
1487
-
1488
- #: ../admin/views/ad-submitbox-meta.php:29
1489
- #, php-format
1490
- msgctxt ""
1491
- "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1492
- msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1493
- msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
1494
-
1495
- #: ../admin/views/ad-visitor-metabox.php:4
1496
- msgid ""
1497
- "Display conditions that are based on the user. Use with caution on cached "
1498
- "websites."
1499
- msgstr ""
1500
- "Afficher les conditions qui sont basées sur l’utilisateur. Utilisez avec "
1501
- "prudence sur les sites Web mis en cache."
1502
-
1503
- #: ../admin/views/ad-visitor-metabox.php:28
1504
- msgid ""
1505
- "Visitor conditions limit the number of users who can see your ad. There is "
1506
- "no need to set visitor conditions if you want all users to see the ad."
1507
- msgstr ""
1508
- "Les conditions de visiteur limitent le nombre d’utilisateurs qui peuvent "
1509
- "voir votre pub. Il n’y a pas besoin de définir des conditions de visiteur si "
1510
- "vous souhaitez que tous les utilisateurs voient cette pub."
1511
-
1512
- #: ../admin/views/ad-visitor-metabox.php:30
1513
- #, php-format
1514
- msgid ""
1515
- "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads "
1516
- "Pro</a> if dynamic features get cached."
1517
- msgstr ""
1518
- "Consultez la suppression du cache (cache-busting) dans <a href=\"%s\" target="
1519
- "\"_blank\">Advanced Ads Pro</a> si les fonctionnalités dynamiques sont mises "
1520
- "en cache."
1521
-
1522
- #: ../admin/views/ad-visitor-metabox.php:37
1523
- msgctxt "visitor condition connector"
1524
- msgid "and"
1525
- msgstr "et"
1526
-
1527
- #: ../admin/views/ad-visitor-metabox.php:38
1528
- msgctxt "visitor condition connector"
1529
- msgid "or"
1530
- msgstr "ou"
1531
-
1532
- #: ../admin/views/ad-visitor-metabox.php:51
1533
- #, php-format
1534
- msgid ""
1535
- "Define the exact browser width for which an ad should be visible using the "
1536
- "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1537
- msgstr ""
1538
- "Définir la largeur exacte de navigateur pour lequel une pub doit être "
1539
- "visible à l’aide du <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1540
-
1541
- #: ../admin/views/ad-visitor-metabox.php:112
1542
- msgid ""
1543
- "The visitor conditions below are deprecated. Please use the new version of "
1544
- "visitor conditions to replace it."
1545
- msgstr ""
1546
- "Les conditions des visiteurs ci-dessous sont obsolètes. S’il vous plaît "
1547
- "utiliser la nouvelle version des conditions des visiteurs pour le remplacer."
1548
-
1549
- #: ../admin/views/ad-visitor-metabox.php:118
1550
- msgid "Display on all devices"
1551
- msgstr "Afficher sur tous les appareils"
1552
-
1553
- #: ../admin/views/ad-visitor-metabox.php:122
1554
- msgid "only on mobile devices"
1555
- msgstr "seulement sur les appareils mobiles"
1556
-
1557
- #: ../admin/views/ad-visitor-metabox.php:126
1558
- msgid "not on mobile devices"
1559
- msgstr "pas sur les appareils mobiles"
1560
-
1561
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1562
- msgid "Debug Page"
1563
- msgstr "Page de débogage"
1564
-
1565
- #: ../admin/views/debug.php:7
1566
- msgid "Work in progress"
1567
- msgstr "Travail en cours"
1568
-
1569
- #: ../admin/views/debug.php:8
1570
- msgid ""
1571
- "This screen is work in progress. You can use the information if you "
1572
- "understand them, but there is nothing to do here yet."
1573
- msgstr ""
1574
- "Cet écran est en cours de travail. Vous pouvez utiliser les informations si "
1575
- "vous les comprenez, mais il n’y a rien à faire ici pour le moment."
1576
-
1577
- #: ../admin/views/feedback_disable.php:3
1578
- msgid "Thank you for helping to improve Advanced Ads."
1579
- msgstr "Merci de nous aider à améliorer Advanced Ads."
1580
-
1581
- #: ../admin/views/feedback_disable.php:4
1582
- msgid ""
1583
- "Your feedback will motivates me to work harder towards a professional ad "
1584
- "management solution."
1585
- msgstr ""
1586
- "Vos commentaires vont me motiver à travailler plus fort vers une solution de "
1587
- "gestion professionnelle de pubs."
1588
-
1589
- #: ../admin/views/feedback_disable.php:5
1590
- msgid "Why did you decide to disable Advanced Ads?"
1591
- msgstr "Pourquoi avez-vous décidé de désactiver Advanced Ads?"
1592
-
1593
- #: ../admin/views/feedback_disable.php:7
1594
- msgid "I stopped showing ads on my site"
1595
- msgstr "J’ai arrêté la diffusion de pubs sur mon site"
1596
-
1597
- #: ../admin/views/feedback_disable.php:8
1598
- #, php-format
1599
- msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1600
- msgstr "Il manque une fonctionnalité ou un <a href=\"%s\">Add-on</a>"
1601
-
1602
- #: ../admin/views/feedback_disable.php:9
1603
- msgid "I have a technical problem"
1604
- msgstr "Jai un problème technique"
1605
-
1606
- #: ../admin/views/feedback_disable.php:10
1607
- msgid "other reason"
1608
- msgstr "autre raison"
1609
-
1610
- #: ../admin/views/feedback_disable.php:12
1611
- msgid "Please specify, if possible"
1612
- msgstr "Veuillez préciser, si possible"
1613
-
1614
- #: ../admin/views/feedback_disable.php:13
1615
- msgid "What would be a reason to return to Advanced Ads?"
1616
- msgstr "Quelle serait une raison de revenir à Advanced Ads?"
1617
-
1618
- #: ../admin/views/intro.php:18
1619
- msgid "5-Star Usability"
1620
- msgstr "5 étoiles pour la facilité d’utilisation"
1621
-
1622
- #: ../admin/views/intro.php:19
1623
- msgid ""
1624
- "Advanced Ads is powerful and easy to use, because it is build on WordPress "
1625
- "standards. If you know how to publish a post then you know how to create an "
1626
- "ad."
1627
- msgstr ""
1628
- "Advanced Ads est puissant et facile à utiliser, car il est construit sur les "
1629
- "normes et standards de WordPress. Si vous savez comment faire pour publier "
1630
- "un billet, alors vous savez comment créer une pub."
1631
-
1632
- #: ../admin/views/intro.php:23
1633
- msgid "5-Star Support"
1634
- msgstr "5 étoiles pour le support"
1635
-
1636
- #: ../admin/views/intro.php:24
1637
- msgid ""
1638
- "I promise you the best supported ad management plugin for WordPress. Whether "
1639
- "a pro user or not, you can reach me easily through the support page, in the "
1640
- "chat on the homepage or replying to a newsletter."
1641
- msgstr ""
1642
- "Je vous promets le plugin de gestion de pubs pour WordPress avec le meilleur "
1643
- "support. Utilisateur pro ou pas, vous pouvez me joindre facilement par le "
1644
- "biais de la page de support, dans le chat sur la page d’accueil ou en "
1645
- "réponse à une newsletter."
1646
-
1647
- #: ../admin/views/intro.php:28
1648
- msgid "5-Star Experience"
1649
- msgstr "5 étoiles pour l’expérience"
1650
-
1651
- #: ../admin/views/intro.php:29
1652
- msgid ""
1653
- "Advanced Ads was built out of my own experience. I am personally using it to "
1654
- "serve millions of ad impressions per month and constantly test new ways to "
1655
- "optimize ad settings."
1656
- msgstr ""
1657
- "Advanced Ads a été conçu de ma propre expérience. Je l’utilise "
1658
- "personnellement pour servir des millions d’impressions de pubs par mois et "
1659
- "sans cesse tester de nouvelles façons d’optimiser les paramètres des pubs."
1660
-
1661
- #: ../admin/views/intro.php:34
1662
- msgid "Welcome to <strong>Advanced Ads</strong>"
1663
- msgstr "Bienvenue sur <strong>Advanced Ads</strong>"
1664
-
1665
- #: ../admin/views/intro.php:36
1666
- msgid ""
1667
- "Let me give you an introduction into your future ad management solution."
1668
- msgstr ""
1669
- "Permettez-moi de vous faire une introduction à votre future solution de "
1670
- "gestion de pubs."
1671
-
1672
- #: ../admin/views/intro.php:61
1673
- msgid "Next Steps"
1674
- msgstr "Étapes suivantes"
1675
-
1676
- #: ../admin/views/intro.php:64
1677
- msgid "Subscribe to the Mailing List"
1678
- msgstr "Inscription à la liste de diffusion"
1679
-
1680
- #: ../admin/views/intro.php:65
1681
- msgid "Subscribe to the newsletter and instantly"
1682
- msgstr "S’abonner à la newsletter et instantanément"
1683
-
1684
- #: ../admin/views/intro.php:67
1685
- msgid "get 2 free add-ons."
1686
- msgstr "obtenez 2 Add-ons gratuits."
1687
-
1688
- #: ../admin/views/intro.php:68
1689
- msgid "reply to the welcome message with a question."
1690
- msgstr "répondre au message d’accueil par une question."
1691
-
1692
- #: ../admin/views/intro.php:69
1693
- msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1694
- msgstr "s’abonner à un groupe dédié pour le tutoriel ou astuces sur AdSense."
1695
-
1696
- #: ../admin/views/intro.php:79
1697
- #, php-format
1698
- msgid ""
1699
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</"
1700
- "a> or watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</"
1701
- "a> first."
1702
- msgstr ""
1703
- "Se lancer en créant une pub <a href=\"%1$s\" target=\"blank\">dès "
1704
- "maintenant</a> ou regardez en premier le <a href=\"%2$s\" target=\"blank"
1705
- "\">tutoriel vidéo (03:29 min)</a>."
1706
-
1707
- #: ../admin/views/intro.php:82
1708
- msgid "Display your ad"
1709
- msgstr "Affichez votre pub"
1710
-
1711
- #: ../admin/views/intro.php:83
1712
- msgid ""
1713
- "You can display your ad using a shortcode, widget or one of the powerful "
1714
- "placements. Placements help you to inject ads into the content or place them "
1715
- "on your site without coding."
1716
- msgstr ""
1717
- "Vous pouvez afficher votre pub à l’aide d’un shortcode, d’un widget ou de "
1718
- "l’un des placements disponibles très efficaces. Les placements vous aideront "
1719
- "à injecter des pubs dans le contenu ou de les placer sur votre sites et cela "
1720
- "sans codage."
1721
-
1722
- #: ../admin/views/intro.php:85
1723
- msgid "List of all available placements"
1724
- msgstr "Liste de tous les placements disponibles"
1725
-
1726
- #: ../admin/views/intro.php:86
1727
- msgid "Create a placement"
1728
- msgstr "Créer un placement"
1729
-
1730
- #: ../admin/views/placements.php:8
1731
- msgid ""
1732
- "Couldn’t create the new placement. Please check your form field and whether "
1733
- "the name is already in use."
1734
- msgstr ""
1735
- "Impossible de créer le nouveau placement. S’il vous plaît vérifier votre "
1736
- "champ de formulaire ou si le nom est déjà utilisé."
1737
-
1738
- #: ../admin/views/placements.php:10
1739
- msgid "Placements updated"
1740
- msgstr "Mise à jour des placements"
1741
-
1742
- #: ../admin/views/placements.php:15
1743
- msgid ""
1744
- "Placements are physically places in your theme and posts. You can use them "
1745
- "if you plan to change ads and ad groups on the same place without the need "
1746
- "to change your templates."
1747
- msgstr ""
1748
- "Les placements sont physiquement positionnés dans votre thème et vos "
1749
- "articles. Vous pouvez les utiliser si vous envisagez de modifier les pubs et "
1750
- "les groupes de pubs sur une même position sans avoir besoin de changer vos "
1751
- "modèles."
1752
-
1753
- #: ../admin/views/placements.php:16
1754
- #, php-format
1755
- msgid ""
1756
- "See also the manual for more information on <a href=\"%s\">placements</a>."
1757
- msgstr ""
1758
- "Voir aussi le manuel pour plus d’informations sur les <a href=\"%s"
1759
- "\">placements</a>."
1760
-
1761
- #: ../admin/views/placements.php:25
1762
- msgid "Options"
1763
- msgstr "Options"
1764
-
1765
- #: ../admin/views/placements.php:42
1766
- #, php-format
1767
- msgid ""
1768
- "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please "
1769
- "check if the responsible add-on is activated."
1770
- msgstr ""
1771
- "Type de placement \"%s\" est absent et a été remis à zéro « par défaut »."
1772
- "<br>S’il vous plaît, vérifiez si l’Add-on responsable de cela est activé."
1773
-
1774
- #: ../admin/views/placements.php:57
1775
- msgid "show usage"
1776
- msgstr "montrer son utilisation"
1777
-
1778
- #: ../admin/views/placements.php:69
1779
- msgid "Item"
1780
- msgstr "élément"
1781
-
1782
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1783
- msgid "--not selected--"
1784
- msgstr "--non sélectionné--"
1785
-
1786
- #: ../admin/views/placements.php:91
1787
- msgid "Inject"
1788
- msgstr "Injecter"
1789
-
1790
- #: ../admin/views/placements.php:92
1791
- msgid "after"
1792
- msgstr "après"
1793
-
1794
- #: ../admin/views/placements.php:92
1795
- msgid "before"
1796
- msgstr "avant"
1797
-
1798
- #: ../admin/views/placements.php:112
1799
- msgid "start counting from bottom"
1800
- msgstr "commencer à compter à partir du bas"
1801
-
1802
- #: ../admin/views/placements.php:115
1803
- msgid "Important Notice"
1804
- msgstr "Remarque importante"
1805
-
1806
- #: ../admin/views/placements.php:115
1807
- msgid ""
1808
- "Your server is missing an extension. This might break the content injection."
1809
- "<br/>Ignore this warning if everything works fine or else ask your hosting "
1810
- "provider to enable <em>mbstring</em>."
1811
- msgstr ""
1812
- "Une extension est manquante sur votre serveur. Cela pourrait casser "
1813
- "l’injection de contenu.<br>Ignorer cet avertissement si tout fonctionne très "
1814
- "bien, ou bien demander à votre d’hébergeur d’activer <em>l’extension "
1815
- "mbstring</em>."
1816
-
1817
- #: ../admin/views/placements.php:125
1818
- msgid "advanced options"
1819
- msgstr "options avancées"
1820
-
1821
- #: ../admin/views/placements.php:133
1822
- msgctxt "checkbox to remove placement"
1823
- msgid "delete"
1824
- msgstr "supprimer"
1825
-
1826
- #: ../admin/views/placements.php:139
1827
- msgid "Save Placements"
1828
- msgstr "Enregistrer les placements"
1829
-
1830
- #: ../admin/views/placements.php:141
1831
- msgid "Create a new placement"
1832
- msgstr "Créer un nouveau placement"
1833
-
1834
- #: ../admin/views/placements.php:142
1835
- msgid "New Placement"
1836
- msgstr "Nouveau Placement"
1837
-
1838
- #: ../admin/views/placements.php:148
1839
- msgid "Choose a placement type"
1840
- msgstr "Choisissez un type de placement"
1841
-
1842
- #: ../admin/views/placements.php:149
1843
- #, php-format
1844
- msgid ""
1845
- "Placement types define where the ad is going to be displayed. Learn more "
1846
- "about the different types from the <a href=\"%s\">manual</a>"
1847
- msgstr ""
1848
- "Les types de placement défini la où publicité va s’afficher. En savoir plus "
1849
- "sur les différents types de placement dans <a href=\"%s\">manuelle</a>"
1850
-
1851
- #: ../admin/views/placements.php:166
1852
- msgid "Please select a placement type."
1853
- msgstr "Veuillez sélectionner un type de placement."
1854
-
1855
- #: ../admin/views/placements.php:168
1856
- msgid "Choose a Name"
1857
- msgstr "Choisissez un nom"
1858
-
1859
- #: ../admin/views/placements.php:169
1860
- msgid ""
1861
- "The name of the placement is only visible to you. Tip: choose a descriptive "
1862
- "one, e.g. <em>Below Post Headline</em>."
1863
- msgstr ""
1864
- "Le nom du placement est uniquement visible par vous. Conseil: choisir un "
1865
- "descriptif, par exemple <em>Sous le titre des articles</em>."
1866
-
1867
- #: ../admin/views/placements.php:170
1868
- msgid "Placement Name"
1869
- msgstr "Nom de placement"
1870
-
1871
- #: ../admin/views/placements.php:171
1872
- msgid "Please enter a name for your placement."
1873
- msgstr "Entrez un nom pour votre placement."
1874
-
1875
- #: ../admin/views/placements.php:172
1876
- msgid "Choose the Ad or Group"
1877
- msgstr "Choisissez la pub ou le groupe"
1878
-
1879
- #: ../admin/views/placements.php:173
1880
- msgid "The ad or group that should be displayed."
1881
- msgstr "Pub ou groupe qui doit être affichée."
1882
-
1883
- #: ../admin/views/placements.php:192
1884
- msgid "Save New Placement"
1885
- msgstr "Enregistrez le nouveau placement"
1886
-
1887
- #: ../admin/views/post-ad-settings-metabox.php:3
1888
- msgid "Disable ads on this page"
1889
- msgstr "Désactiver les pubs sur cette page"
1890
-
1891
- #: ../admin/views/setting-license.php:10
1892
- #, php-format
1893
- msgid ""
1894
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the "
1895
- "plugin page</a> to renew it."
1896
- msgstr ""
1897
- "Votre licence est expirée. Veuillez visiter <a href=\"%s\" target=\"_blank"
1898
- "\">la page du plugin</a> pour le renouveler."
1899
-
1900
- #: ../admin/views/setting-license.php:14
1901
- msgid "License key"
1902
- msgstr "Clef de la licence"
1903
-
1904
- #: ../admin/views/setting-license.php:24
1905
- msgid "Deactivate License"
1906
- msgstr "Désactiver la licence"
1907
-
1908
- #: ../admin/views/setting-license.php:32
1909
- msgid "Activate License"
1910
- msgstr "Activer la licence"
1911
-
1912
- #: ../admin/views/setting-license.php:35
1913
- msgid "Please enter a valid license key"
1914
- msgstr "Veuillez entrer une clé de licence valide"
1915
-
1916
- #: ../admin/views/setting-license.php:37
1917
- msgid "License key invalid"
1918
- msgstr "Clé de licence invalide"
1919
-
1920
- #: ../admin/views/setting-license.php:41
1921
- msgid "active"
1922
- msgstr "active"
1923
-
1924
- #: ../admin/views/setting-license.php:42
1925
- #, php-format
1926
- msgid "(%d days left)"
1927
- msgstr "(%d jours restants)"
1928
-
1929
- #: ../admin/views/setting-license.php:45
1930
- msgid ""
1931
- "1. enter the key and save options; 2. click the activate button behind the "
1932
- "field"
1933
- msgstr ""
1934
- "1. Entrez la clé et enregistrer les options; 2. cliquez sur le bouton "
1935
- "Activer derrière le champ"
1936
-
1937
- #: ../admin/views/settings-disable-ads.php:3
1938
- msgid "Disable all ads in frontend"
1939
- msgstr "Désactiver toutes les pubs sur le Frontend"
1940
-
1941
- #: ../admin/views/settings-disable-ads.php:4
1942
- msgid ""
1943
- "Use this option to disable all ads in the frontend, but still be able to use "
1944
- "the plugin."
1945
- msgstr ""
1946
- "Utilisez cette option pour désactiver toutes les pubs sur Frontend, mais "
1947
- "toujours être en mesure d’utiliser le plugin."
1948
-
1949
- #: ../admin/views/settings-disable-ads.php:8
1950
- msgid "Disable ads on 404 error pages"
1951
- msgstr "Désactiver les pubs sur les pages d’erreur 404"
1952
-
1953
- #: ../admin/views/settings-disable-ads.php:12
1954
- msgid "Disable ads on non-singular pages"
1955
- msgstr "Désactiver les pubs sur les pages non singulière"
1956
-
1957
- #: ../admin/views/settings-disable-ads.php:13
1958
- msgid ""
1959
- "e.g. archive pages like categories, tags, authors, front page (if a list)"
1960
- msgstr ""
1961
- "par exemple les pages d’archives comme catégories, mots-clés, auteurs, page "
1962
- "de couverture (si une liste)"
1963
-
1964
- #: ../admin/views/settings-disable-ads.php:16
1965
- msgid "Disable ads on secondary queries"
1966
- msgstr "Désactiver les pubs sur les requêtes secondaires"
1967
-
1968
- #: ../admin/views/settings-disable-ads.php:17
1969
- msgid ""
1970
- "Secondary queries are custom queries of posts outside the main query of a "
1971
- "page. Try this option if you see ads injected on places where they shouldn’t "
1972
- "appear."
1973
- msgstr ""
1974
- "Les requêtes secondaires sont des requêtes personnalisées d’articles à "
1975
- "l’extérieur de la requête principale d’une page. Essayez cette option si "
1976
- "vous voyez des pubs injectées à des endroits elles ne devraient pas "
1977
- "apparaître."
1978
-
1979
- #: ../admin/views/settings.php:35
1980
- msgid "Save settings on this page"
1981
- msgstr "Enregistrer les paramètres sur cette page"
1982
-
1983
- #: ../admin/views/settings.php:46
1984
- msgid "Welcome Page"
1985
- msgstr "Page de Bienvenue"
1986
-
1987
- #: ../admin/views/settings.php:47
1988
- msgid "Advanced Ads on WordPress.org"
1989
- msgstr "Advanced Ads sur WordPress.org"
1990
-
1991
- #: ../admin/views/settings.php:47
1992
- msgid "Advanced Ads on wp.org"
1993
- msgstr "Advanced Ads sur wp.org"
1994
-
1995
- #: ../admin/views/settings.php:48
1996
- msgid "the company behind Advanced Ads"
1997
- msgstr "la compagnie derrière Advanced Ads"
1998
-
1999
- #: ../admin/views/support.php:8
2000
- msgid "Possible Issues"
2001
- msgstr "Problèmes possibles"
2002
-
2003
- #: ../admin/views/support.php:9
2004
- msgid ""
2005
- "Please fix the red highlighted issues on this page or try to understand "
2006
- "their consequences before contacting support."
2007
- msgstr ""
2008
- "S’il vous plaît, réglez les problèmes (surligné en rouge) sur cette page ou "
2009
- "essayer de comprendre leurs conséquences avant de contacter notre assistance."
2010
-
2011
- #: ../admin/views/support.php:13
2012
- #, php-format
2013
- msgid ""
2014
- "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2015
- "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
2016
- "Please ask your hosting provider for more information."
2017
- msgstr ""
2018
- "Votre <strong>version de PHP (%s) est trop ancienne</strong>. Pubs avancés "
2019
- "est construit pour PHP 5.3 et supérieur. Il pourrait fonctionner, mais mise "
2020
- jour de PHP est vivement recommandé. Demandez à votre hébergeur pour plus "
2021
- "d’informations."
2022
-
2023
- #: ../admin/views/support.php:16
2024
- #, php-format
2025
- msgid ""
2026
- "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2027
- "rotation or visitor conditions might not work properly. Use the cache-"
2028
- "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to "
2029
- "load ads dynamically."
2030
- msgstr ""
2031
- "Votre <strong>site Web utilise le cache</strong>. Quelques fonctionnalités "
2032
- "dynamiques comme la rotation (alternance) de pubs ou les conditions de "
2033
- "visiteur ne peuvent pas fonctionner correctement. Utilisez la fonctionnalité "
2034
- "de suppression de cache (cache-busting) de <a href=\"%s\" target=\"_blank"
2035
- "\">Advanced Ads Pro</a> pour charger dynamiquement les pubs."
2036
-
2037
- #: ../admin/views/support.php:19
2038
- msgid ""
2039
- "There is a <strong>new WordPress version available</strong>. Please update."
2040
- msgstr ""
2041
- "Il existe une <strong>nouvelle version de WordPress disponible</strong>. "
2042
- "Veuillez mettre à jour."
2043
-
2044
- #: ../admin/views/support.php:22
2045
- msgid "There are <strong>plugin updates available</strong>. Please update."
2046
- msgstr ""
2047
- "Il y a des <strong>mises à jour du plugin disponible</strong>. Veuillez "
2048
- "mettre à jour."
2049
-
2050
- #: ../admin/views/support.php:25
2051
- #, php-format
2052
- msgid ""
2053
- "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
2054
- "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
2055
- msgstr ""
2056
- "Une ou plusieurs clés de licences pour <strong>Advanced Ads add-ons sont "
2057
- "manquantes ou incorrectes</strong>. S’il vous plaît ajouter les clés de "
2058
- "licences valides <a href=\"%s\">ici</a>."
2059
-
2060
- #: ../admin/views/support.php:31
2061
- #, php-format
2062
- msgid ""
2063
- "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2064
- "site performance, it is known to alter code, including scripts from ad "
2065
- "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-"
2066
- "in support for Autoptimize."
2067
- msgstr ""
2068
- "<strong>Autoptimize plugin détecté</strong>. Ce plugin est excellent pour la "
2069
- "performance du site, mais il est reconnu pour modifier le code, y compris "
2070
- "les scripts de réseaux publicitaires. <a href=\"%s\" target=\"_blank"
2071
- "\">Advanced Ads Pro</a> propose le support intégré d’Autoptimize."
2072
-
2073
- #: ../admin/views/support.php:34
2074
- #, php-format
2075
- msgid ""
2076
- "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2077
- "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2078
- msgstr ""
2079
- "Les plugins qui sont connus pour causer des problèmes (partielles): <strong>"
2080
- "%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">En savoir plus</a>."
2081
-
2082
- #: ../admin/views/support.php:38
2083
- #, php-format
2084
- msgid ""
2085
- "Ads are disabled for all or some pages. See \"disabled ads\" in <a href=\"%s"
2086
- "\">settings</a>."
2087
- msgstr ""
2088
- "Les pubs sont désactivées pour toutes ou certaines pages. Voir « pubs "
2089
- "désactivées » dans les <a href=\"%s\">paramètres</a>."
2090
-
2091
- #: ../admin/views/support.php:49
2092
- msgid "Search"
2093
- msgstr "Recherche"
2094
-
2095
- #: ../admin/views/support.php:50
2096
- msgid ""
2097
- "Use the following form to search for solutions in the manual on "
2098
- "wpadvancedads.com"
2099
- msgstr ""
2100
- "Utilisez le formulaire ci-dessous pour rechercher des solutions dans le "
2101
- "manuel sur wpadvancedads.com"
2102
-
2103
- #: ../admin/views/support.php:53
2104
- msgid "search"
2105
- msgstr "rechercher"
2106
-
2107
- #: ../admin/views/support.php:55
2108
- msgid "Contact"
2109
- msgstr "Contact"
2110
-
2111
- #: ../admin/views/support.php:56
2112
- #, php-format
2113
- msgid ""
2114
- "Please search the manual for a solution and take a look at <a href=\"%s\" "
2115
- "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
2116
- msgstr ""
2117
- "Veuillez rechercher une solution dans le manuel et jetez un oeil à <a href="
2118
- "\"%s\" target=\"_blank\">pubs n’apparaissant-pas?</a> avant de me contacter "
2119
- "pour de l’aide."
2120
-
2121
- #: ../admin/views/support.php:58
2122
- msgid "Email was successfully sent."
2123
- msgstr "Votre e-mail a bien été envoyé."
2124
-
2125
- #: ../admin/views/support.php:67
2126
- msgid "your email"
2127
- msgstr "votre email"
2128
-
2129
- #: ../admin/views/support.php:71
2130
- msgid "your name"
2131
- msgstr "Votre nom"
2132
-
2133
- #: ../admin/views/support.php:75
2134
- msgid "your message"
2135
- msgstr "Votre message"
2136
-
2137
- #: ../admin/views/support.php:80
2138
- msgid "send"
2139
- msgstr "envoyer"
2140
-
2141
- #: ../admin/views/notices/adblock.php:3
2142
- msgid ""
2143
- "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2144
- "ad setup."
2145
- msgstr ""
2146
- "Veuillez désactiver votre <strong>bloqueur de publicité</strong> pour éviter "
2147
- "tout problème avec la configuration de pub."
2148
-
2149
- #: ../classes/ad_placements.php:31
2150
- msgid "Manual Placement"
2151
- msgstr "Placement manuel"
2152
-
2153
- #: ../classes/ad_placements.php:32
2154
- msgid "Manual placement to use as function or shortcode."
2155
- msgstr "Placement manuel à utiliser comme fonction ou shortcode."
2156
-
2157
- #: ../classes/ad_placements.php:36
2158
- msgid "Header Code"
2159
- msgstr "Code d’en-tête"
2160
-
2161
- #: ../classes/ad_placements.php:37
2162
- msgid ""
2163
- "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
2164
- msgstr ""
2165
- "Injecté dans l’en-tête (avant fermeture de la balise &lt;/head&gt; , souvent "
2166
- "non visible)."
2167
-
2168
- #: ../classes/ad_placements.php:41
2169
- msgid "Footer Code"
2170
- msgstr "Code du pied de page"
2171
-
2172
- #: ../classes/ad_placements.php:42
2173
- msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
2174
- msgstr ""
2175
- "Injecté en pied de page (avant la fermeture de la balise &lt;/body&gt;)."
2176
-
2177
- #: ../classes/ad_placements.php:46
2178
- msgid "Before Content"
2179
- msgstr "Avant le contenu"
2180
-
2181
- #: ../classes/ad_placements.php:47
2182
- msgid "Injected before the post content."
2183
- msgstr "Injecté avant le contenu de l’article."
2184
-
2185
- #: ../classes/ad_placements.php:51
2186
- msgid "After Content"
2187
- msgstr "Après le contenu"
2188
-
2189
- #: ../classes/ad_placements.php:52
2190
- msgid "Injected after the post content."
2191
- msgstr "Injecté après le contenu de l’article."
2192
-
2193
- #: ../classes/ad_placements.php:56
2194
- msgid "Post Content"
2195
- msgstr "Contenu d’article"
2196
-
2197
- #: ../classes/ad_placements.php:57
2198
- msgid ""
2199
- "Injected into the post content. You can choose the paragraph after which the "
2200
- "ad content is displayed."
2201
- msgstr ""
2202
- "Injecté dans le contenu de l’article. Vous pouvez choisir le paragraphe "
2203
- "après lequel le contenu de la pub est affiché."
2204
-
2205
- #: ../classes/ad_placements.php:61
2206
- msgid "Sidebar Widget"
2207
- msgstr "Widget de barre latérale"
2208
-
2209
- #: ../classes/ad_placements.php:62
2210
- msgid ""
2211
- "Create a sidebar widget with an ad. Can be placed and used like any other "
2212
- "widget."
2213
- msgstr ""
2214
- "Créer un widget de barre latérale avec une pub. Peuvent être placé et "
2215
- "utilisé comme n’importe quel autre widget."
2216
-
2217
- #: ../classes/ad_placements.php:204
2218
- #, php-format
2219
- msgid "paragraph (%s)"
2220
- msgstr "paragraphe (%s)"
2221
-
2222
- #: ../classes/ad_placements.php:205
2223
- #, php-format
2224
- msgid "headline 2 (%s)"
2225
- msgstr "titre 2 (%s)"
2226
-
2227
- #: ../classes/ad_placements.php:206
2228
- #, php-format
2229
- msgid "headline 3 (%s)"
2230
- msgstr "titre 3 (%s)"
2231
-
2232
- #: ../classes/ad_placements.php:207
2233
- #, php-format
2234
- msgid "headline 4 (%s)"
2235
- msgstr "titre 4 (%s)"
2236
-
2237
- #: ../classes/ad_type_content.php:35
2238
- msgid "Rich Content"
2239
- msgstr "Contenu riche"
2240
-
2241
- #: ../classes/ad_type_content.php:36
2242
- msgid ""
2243
- "The full content editor from WordPress with all features like shortcodes, "
2244
- "image upload or styling, but also simple text/html mode for scripts and code."
2245
- msgstr ""
2246
- "L’éditeur de contenu complet de WordPress avec toutes les fonctionnalités "
2247
- "comme les shortcodes, téléchargement d’images, ou styles, mais aussi en mode "
2248
- "texte/html pour les scripts et le code."
2249
-
2250
- #: ../classes/ad_type_image.php:34
2251
- msgid "Image Ad"
2252
- msgstr "Image de la pub"
2253
-
2254
- #: ../classes/ad_type_image.php:35
2255
- msgid "Ads in various image formats."
2256
- msgstr "Pubs dans divers formats d’image."
2257
-
2258
- #: ../classes/ad_type_image.php:55
2259
- msgid "Insert File"
2260
- msgstr "Insérer un fichier"
2261
-
2262
- #: ../classes/ad_type_image.php:55
2263
- msgid "Insert"
2264
- msgstr "Insérer"
2265
-
2266
- #: ../classes/ad_type_image.php:55
2267
- msgid "select image"
2268
- msgstr "sélectionnez une image"
2269
-
2270
- #: ../classes/ad_type_image.php:56
2271
- msgid "edit"
2272
- msgstr "modifier"
2273
-
2274
- #: ../classes/ad_type_image.php:65
2275
- msgid "url"
2276
- msgstr "url"
2277
-
2278
- #: ../classes/ad_type_image.php:67
2279
- #, php-format
2280
- msgid ""
2281
- "Pro: Open this url in a new window and track impressions and clicks with the "
2282
- "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
2283
- msgstr ""
2284
- "Pro : Ouvrir cette url dans une nouvelle fenêtre et suivre les impressions "
2285
- "et les clics avec <a href=\"%s\" target=\"_blank\">le module de suivi "
2286
- "« Tracking add-on »</a>"
2287
-
2288
- #: ../classes/ad_type_plain.php:31
2289
- msgid "Plain Text and Code"
2290
- msgstr "Texte brut et code"
2291
-
2292
- #: ../classes/ad_type_plain.php:32
2293
- msgid ""
2294
- "Simple text editor without any filters. You might use it to display "
2295
- "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2296
- "content field magic does not work here."
2297
- msgstr ""
2298
- "Éditeur de texte simple sans aucun filtre. Vous pouvez l’utiliser pour "
2299
- "afficher le contenu non filtrée, code php ou javascript. Shortcodes et autre "
2300
- "champs de contenus de WordPress ne fonctionnent pas ici."
2301
-
2302
- #: ../classes/ad_type_plain.php:67
2303
- msgid "Insert plain text or code into this field."
2304
- msgstr "Insérez le code ou texte brut dans ce champ."
2305
-
2306
- #: ../classes/ad_type_plain.php:70
2307
- msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2308
- msgstr "Exécuter du code PHP (inséré dans <code>&lt;?php ?&gt;</code>)"
2309
-
2310
- #: ../classes/checks.php:223
2311
- #, php-format
2312
- msgid ""
2313
- "Possible conflict between jQueryUI library, used by Advanced Ads and other "
2314
- "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead "
2315
- "to misfortunate formats in forms, but should not damage features."
2316
- msgstr ""
2317
- "Conflits possibles entre les bibliothèques jQueryUI, utilisée par Advanced "
2318
- "Ads et d’autres bibliothèques (probablement <a href=\"%s\">Twitter "
2319
- "Bootstrap</a>). Cela pourrait conduire à des formats malheureux, mais ne "
2320
- "devrait pas endommager les fonctionnalités."
2321
-
2322
- #: ../classes/display-conditions.php:58
2323
- msgid "post type"
2324
- msgstr "Type darticle"
2325
-
2326
- #: ../classes/display-conditions.php:59 ../includes/array_ad_conditions.php:40
2327
- msgid "Choose the public post types on which to display the ad."
2328
- msgstr "Choisir les types d’article public sur lequel afficher la pub."
2329
-
2330
- #: ../classes/display-conditions.php:65
2331
- msgid "specific pages"
2332
- msgstr "pages spécifiques"
2333
-
2334
- #: ../classes/display-conditions.php:66 ../includes/array_ad_conditions.php:58
2335
- msgid ""
2336
- "Choose on which individual posts, pages and public post type pages you want "
2337
- "to display or hide ads."
2338
- msgstr ""
2339
- "Choisir sur quels articles individuels, pages et pages de type article "
2340
- "public vous souhaitez afficher ou masquer les pubs."
2341
-
2342
- #: ../classes/display-conditions.php:71
2343
- msgid "general conditions"
2344
- msgstr "conditions générales"
2345
-
2346
- #: ../classes/display-conditions.php:77
2347
- msgid "author"
2348
- msgstr "auteur"
2349
-
2350
- #: ../classes/display-conditions.php:102
2351
- #, php-format
2352
- msgid "archive: %s"
2353
- msgstr "archive: %s"
2354
-
2355
- #: ../classes/display-conditions.php:187 ../classes/display-conditions.php:231
2356
- #: .. /classes/display-conditions.php:319
2357
- msgctxt "Error message shown when no display condition term is selected"
2358
- msgid "Please select some items."
2359
- msgstr "Veuillez sélectionner quelques éléments."
2360
-
2361
- #: ../classes/display-conditions.php:216 ../classes/display-conditions.php:269
2362
- #: .. /classes/display-conditions.php:344
2363
- msgid "show"
2364
- msgstr "montrer"
2365
-
2366
- #: ../classes/display-conditions.php:217 ../classes/display-conditions.php:270
2367
- #: .. /classes/display-conditions.php:345
2368
- msgid "hide"
2369
- msgstr "masquer"
2370
-
2371
- #: ../classes/display-conditions.php:309
2372
- msgctxt "display the terms search field on ad edit page"
2373
- msgid "add more terms"
2374
- msgstr "ajouter plus de termes"
2375
-
2376
- #: ../classes/display-conditions.php:310
2377
- msgid "add more terms"
2378
- msgstr "ajouter plus de termes"
2379
-
2380
- #: ../classes/display-conditions.php:312
2381
- msgid "term name or id"
2382
- msgstr "nom du terme ou id"
2383
-
2384
- #: ../classes/display-conditions.php:373
2385
- msgid "title or id"
2386
- msgstr "Titre ou id"
2387
-
2388
- #: ../classes/display-conditions.php:418 ../includes/array_ad_conditions.php:63
2389
- msgid "Home Page"
2390
- msgstr "Page d’accueil"
2391
-
2392
- #: ../classes/display-conditions.php:419 ../includes/array_ad_conditions.php:64
2393
- msgid "show on Home page"
2394
- msgstr "voir sur page d’accueil"
2395
-
2396
- #: ../classes/display-conditions.php:423 ../includes/array_ad_conditions.php:68
2397
- msgid "Singular Pages"
2398
- msgstr "Pages particulières"
2399
-
2400
- #: ../classes/display-conditions.php:424 ../includes/array_ad_conditions.php:69
2401
- msgid "show on singular pages/posts"
2402
- msgstr "afficher sur les articles particuliers ou pages particulières"
2403
-
2404
- #: ../classes/display-conditions.php:428 ../includes/array_ad_conditions.php:73
2405
- msgid "Archive Pages"
2406
- msgstr "Pages d’archive"
2407
-
2408
- #: ../classes/display-conditions.php:429 ../includes/array_ad_conditions.php:74
2409
- msgid "show on any type of archive page (category, tag, author and date)"
2410
- msgstr ""
2411
- "afficher sur n’importe quel type de page d’archive (catégorie, mot-clé, "
2412
- "auteur et date)"
2413
-
2414
- #: ../classes/display-conditions.php:433 ../includes/array_ad_conditions.php:78
2415
- msgid "Search Results"
2416
- msgstr "Résultats de recherche"
2417
-
2418
- #: ../classes/display-conditions.php:434 ../includes/array_ad_conditions.php:79
2419
- msgid "show on search result pages"
2420
- msgstr "montrer sur les pages de résultats de recherche"
2421
-
2422
- #: ../classes/display-conditions.php:438 ../includes/array_ad_conditions.php:83
2423
- msgid "404 Page"
2424
- msgstr "Page 404"
2425
-
2426
- #: ../classes/display-conditions.php:439 ../includes/array_ad_conditions.php:84
2427
- msgid "show on 404 error page"
2428
- msgstr "afficher sur la page d’erreur 404"
2429
-
2430
- #: ../classes/display-conditions.php:443 ../includes/array_ad_conditions.php:88
2431
- msgid "Attachment Pages"
2432
- msgstr "Pages de pièce jointe"
2433
-
2434
- #: ../classes/display-conditions.php:444 ../includes/array_ad_conditions.php:89
2435
- msgid "show on attachment pages"
2436
- msgstr "afficher sur les pages de pièce jointe"
2437
-
2438
- #: ../classes/display-conditions.php:448 ../includes/array_ad_conditions.php:93
2439
- msgid "Secondary Queries"
2440
- msgstr "Requêtes secondaires"
2441
-
2442
- #: ../classes/display-conditions.php:449 ../includes/array_ad_conditions.php:94
2443
- msgid "allow ads in secondary queries"
2444
- msgstr "autoriser les pubs dans les requêtes secondaires"
2445
-
2446
- #: ../classes/EDD_SL_Plugin_Updater.php:177
2447
- #, php-format
2448
- msgid ""
2449
- "There is a new version of %1$s available. <a target=\"_blank\" class="
2450
- "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
2451
- msgstr ""
2452
- "Il y a une nouvelle version de %1$s disponible. <a target=\"_blank\" class="
2453
- "\"thickbox\" href=\"%2$s\">Voir les détails de la version %3$s </a>."
2454
-
2455
- #: ../classes/EDD_SL_Plugin_Updater.php:184
2456
- #, php-format
2457
- msgid ""
2458
- "There is a new version of %1$s available. <a target=\"_blank\" class="
2459
- "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
2460
- "\">update now</a>."
2461
- msgstr ""
2462
- "Il y a une nouvelle version de %1$s disponible. <a target=\"_blank\" class="
2463
- "\"thickbox\" href=\"%2$s\">Voir les détails de la version %3$s</a> or <a "
2464
- "href=\"%4$s\">Mettre à jour maintenant</a>."
2465
-
2466
- #: ../classes/EDD_SL_Plugin_Updater.php:324
2467
- msgid "You do not have permission to install plugin updates"
2468
- msgstr ""
2469
- "Vous n’avez pas la permission d’installer les mises à jour de l’extension"
2470
-
2471
- #: ../classes/EDD_SL_Plugin_Updater.php:324
2472
- msgid "Error"
2473
- msgstr "Erreur"
2474
-
2475
- #: ../classes/visitor-conditions.php:32
2476
- msgid "mobile device"
2477
- msgstr "appareil mobile"
2478
-
2479
- #: ../classes/visitor-conditions.php:33
2480
- msgid "Display ads only on mobile devices or hide them."
2481
- msgstr "Afficher les pubs uniquement sur les appareils mobiles ou les masquer."
2482
-
2483
- #: ../classes/visitor-conditions.php:39
2484
- msgid "logged in visitor"
2485
- msgstr "visiteur connecté"
2486
-
2487
- #: ../classes/visitor-conditions.php:40
2488
- msgid "Whether the visitor has to be logged in or not in order to see the ads."
2489
- msgstr "Si le visiteur doit se connecter ou non afin de voir les pubs."
2490
-
2491
- #: ../classes/visitor-conditions.php:73
2492
- #, php-format
2493
- msgid ""
2494
- "Pro: Display ads by the available space on the device using the <a href=\"%s"
2495
- "\" target=\"_blank\">Responsive add-on</a>"
2496
- msgstr ""
2497
- "Pro: Afficher les pubs par l’espace disponible sur l’appareil à l’aide du <a "
2498
- "href=\"%s\" target=\"_blank\">Responsive add-on</a>"
2499
-
2500
- #: ../classes/visitor-conditions.php:103
2501
- msgid "is"
2502
- msgstr "est"
2503
-
2504
- #: ../classes/visitor-conditions.php:104
2505
- msgid "is not"
2506
- msgstr "n’est pas"
2507
-
2508
- #: ../classes/visitor-conditions.php:109
2509
- msgid "Manual and Troubleshooting"
2510
- msgstr "Manuel et dépannage"
2511
-
2512
- #: ../classes/visitor-conditions.php:140
2513
- msgid "equal"
2514
- msgstr "égal"
2515
-
2516
- #: ../classes/visitor-conditions.php:141
2517
- msgid "equal or higher"
2518
- msgstr "égal ou supérieur"
2519
-
2520
- #: ../classes/visitor-conditions.php:142
2521
- msgid "equal or lower"
2522
- msgstr "égal ou inférieur"
2523
-
2524
- #: ../classes/visitor-conditions.php:174
2525
- msgid "contains"
2526
- msgstr "contient"
2527
-
2528
- #: ../classes/visitor-conditions.php:175
2529
- msgid "starts with"
2530
- msgstr "commence par"
2531
-
2532
- #: ../classes/visitor-conditions.php:176
2533
- msgid "ends with"
2534
- msgstr "finit par"
2535
-
2536
- #: ../classes/visitor-conditions.php:177
2537
- msgid "matches"
2538
- msgstr "correspond"
2539
-
2540
- #: ../classes/visitor-conditions.php:178
2541
- msgid "matches regex"
2542
- msgstr "expression régulière correspondante"
2543
-
2544
- #: ../classes/visitor-conditions.php:179
2545
- msgid "does not contain"
2546
- msgstr "ne contient pas"
2547
-
2548
- #: ../classes/visitor-conditions.php:180
2549
- msgid "does not start with"
2550
- msgstr "ne commence pas par"
2551
-
2552
- #: ../classes/visitor-conditions.php:181
2553
- msgid "does not end with"
2554
- msgstr "ne se termine pas par"
2555
-
2556
- #: ../classes/visitor-conditions.php:182
2557
- msgid "does not match"
2558
- msgstr "ne correspond pas"
2559
-
2560
- #: ../classes/visitor-conditions.php:183
2561
- msgid "does not match regex"
2562
- msgstr "expression régulière non-correspondante"
2563
-
2564
- #: ../classes/widget.php:25
2565
- msgid "Display Ads and Ad Groups."
2566
- msgstr "Afficher des pubs et des groupes de pubs."
2567
-
2568
- #: ../classes/widget.php:67
2569
- msgid "Title:"
2570
- msgstr "Titre:"
2571
-
2572
- #: ../includes/array_ad_conditions.php:39
2573
- msgid "Post Types"
2574
- msgstr "Types d’article"
2575
-
2576
- #: ../includes/array_ad_conditions.php:45
2577
- msgid "Categories, Tags and Taxonomies"
2578
- msgstr "Catégories, mots-clés et taxonomies"
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
- "Choisissez des termes dans la catégorie public, mot-clé et autres taxonomies "
2586
- "pour lesquels un article doit appartenir à afin d’avoir des pubs."
2587
-
2588
- #: ../includes/array_ad_conditions.php:51
2589
- msgid "Category Archives"
2590
- msgstr "Catégorie des Archives"
2591
-
2592
- #: ../includes/array_ad_conditions.php:52
2593
- msgid "comma seperated IDs of category archives"
2594
- msgstr "Identifiants (séparés de virgules) de catégorie d’archive"
2595
-
2596
- #: ../includes/array_ad_conditions.php:57
2597
- msgid "Individual Posts, Pages and Public Post Types"
2598
- msgstr "Articles individuels, pages et types d’article public"
2599
-
2600
- #: ../modules/ad-blocker/admin/admin.php:133
2601
- msgid "The asset folder was rebuilt successfully"
2602
- msgstr "Le dossier d’éléments (assets) a été reconstruit avec succès"
2603
-
2604
- #: ../modules/ad-blocker/admin/admin.php:258
2605
- msgid "Ad blocker fix"
2606
- msgstr "Réparation bloqueur de publicité"
2607
-
2608
- #: ../modules/ad-blocker/admin/admin.php:297
2609
- msgid "There is no writable upload folder"
2610
- msgstr ""
2611
- "Il n’y a aucun dossier de transfert avec des droits d’écriture (writable)"
2612
-
2613
- #: ../modules/ad-blocker/admin/admin.php:319
2614
- #, php-format
2615
- msgid "Unable to rename \"%s\" directory"
2616
- msgstr "Impossible de renommer le répertoire \"%s\""
2617
-
2618
- #: ../modules/ad-blocker/admin/admin.php:334 ../modules/ad-blocker/admin/admin.
2619
- #: php:347 ../modules/ad-blocker/admin/admin.php:364
2620
- #, php-format
2621
- msgid "Unable to copy assets to the \"%s\" directory"
2622
- msgstr "Impossible de copier des éléments (assets) dans le répertoire \"%s\""
2623
-
2624
- #: ../modules/ad-blocker/admin/admin.php:393 ../modules/ad-blocker/admin/admin.
2625
- #: php:402
2626
- #, php-format
2627
- msgid "We do not have direct write access to the \"%s\" directory"
2628
- msgstr "Vous n’avez pas de droit direct d’écriture pour le répertoire \"%s\""
2629
-
2630
- #: ../modules/ad-blocker/admin/admin.php:411
2631
- msgid "There are no assets to copy"
2632
- msgstr "Il n’y a aucun élément (assets) à copier"
2633
-
2634
- #: ../modules/ad-blocker/admin/admin.php:467
2635
- #, php-format
2636
- msgid ""
2637
- "Unable to create \"%s\" directory. Is its parent directory writable by the "
2638
- "server?"
2639
- msgstr ""
2640
- "Impossible de créer le répertoire \"%s\". Son répertoire parent est-il "
2641
- "modifiable par le serveur ?"
2642
-
2643
- #: ../modules/ad-blocker/admin/admin.php:478
2644
- #, php-format
2645
- msgid "Unable to copy files to %s"
2646
- msgstr "Impossible de copier les fichiers vers %s"
2647
-
2648
- #: ../modules/ad-blocker/admin/admin.php:545
2649
- msgid ""
2650
- "Prevents ad block software from breaking your website when blocking asset "
2651
- "files (.js, .css)."
2652
- msgstr ""
2653
- "Empêcher le logiciel de blocage de publicités de casser votre site Internet "
2654
- "lors du blocage des fichiers de composants (.js, .css)."
2655
-
2656
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
2657
- msgid "Ad blocker file folder"
2658
- msgstr "Dossier de fichier ad bloquer"
2659
-
2660
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
2661
- msgid "Upload folder is not writable"
2662
- msgstr "Dossier de transfert n’est pas accessible en écriture"
2663
-
2664
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
2665
- msgid "Asset path"
2666
- msgstr "Chemin d’élément (asset)"
2667
-
2668
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
2669
- msgid "Asset URL"
2670
- msgstr "URL de l’actif (asset)"
2671
-
2672
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
2673
- msgid "Rename asset folder"
2674
- msgstr "Renommez le dossier d’éléments (asset folder)"
2675
-
2676
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
2677
- msgid "Check if you want to change the name of the assets folder"
2678
- msgstr ""
2679
- "Vérifiez si vous voulez changer le nom du dossier d’éléments (assets folder)"
2680
-
2681
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:41
2682
- #, php-format
2683
- msgid ""
2684
- "Please, rebuild the asset folder. The new folder will be located in <strong>"
2685
- "%s</strong>"
2686
- msgstr ""
2687
- "S’il vous plaît, reconstruisez le dossier d’éléments (asset folder). Le "
2688
- "nouveau dossier sera situé dans <strong>%s</strong>"
2689
-
2690
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:44
2691
- msgid "Rebuild asset folder"
2692
- msgstr "Reconstruire le dossier d’éléments (asset folder)"
2693
-
2694
- #: ../modules/gadsense/main.php:19
2695
- msgid " at "
2696
- msgstr "à"
2697
-
2698
- #: ../modules/gadsense/admin/admin.php:26
2699
- #: ../modules/gadsense/admin/views/adsense- ad-parameters.php:51
2700
- msgid "Responsive"
2701
- msgstr "Responsive"
2702
-
2703
- #: ../modules/gadsense/admin/admin.php:44
2704
- msgid "The ad details couldn't be retrieved from the ad code"
2705
- msgstr ""
2706
- "Les détails de la pub n’ont pas pu être récupérés à partir du code de la pub"
2707
-
2708
- #: ../modules/gadsense/admin/admin.php:45
2709
- msgid ""
2710
- "Warning : The AdSense account from this code does not match the one set with "
2711
- "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2712
- "end."
2713
- msgstr ""
2714
- "Avertissement : Le compte AdSense à partir de ce code ne correspond pas à "
2715
- "celui fixé avec le Plugin Advanced Ads. Cette pub pourrait entraîner des "
2716
- "problèmes lorsqu’elle est utilisée sur le Frontend."
2717
-
2718
- #: ../modules/gadsense/admin/admin.php:123
2719
- #: ../modules/gadsense/admin/admin.php:262
2720
- msgid "AdSense"
2721
- msgstr "Adsense"
2722
-
2723
- #: ../modules/gadsense/admin/admin.php:131
2724
- msgid "AdSense ID"
2725
- msgstr "ID AdSense"
2726
-
2727
- #: ../modules/gadsense/admin/admin.php:140
2728
- msgid "Limit to 3 ads"
2729
- msgstr "Limiter à 3 pubs"
2730
-
2731
- #: ../modules/gadsense/admin/admin.php:149
2732
- msgid "Activate Page-Level ads"
2733
- msgstr "Activer les pubs de niveau de Page"
2734
-
2735
- #: ../modules/gadsense/admin/admin.php:169
2736
- #, php-format
2737
- msgid ""
2738
- "Please enter your Publisher ID in order to use AdSense on your page. See the "
2739
- "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2740
- msgstr ""
2741
- "Veuillez entrer votre Référence éditeur (Publisher ID) pour utiliser AdSense "
2742
- "sur votre page. Voir le <a href=\"%s\" target=\"_blank\">manuel</a> pour "
2743
- "plus d’informations."
2744
-
2745
- #: ../modules/gadsense/admin/admin.php:183
2746
- msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2747
- msgstr ""
2748
- "Votre Référence éditeur (Publisher ID) d’ AdSense <em>(pub-xxxxxxxxxxxxxx)</"
2749
- "em>"
2750
-
2751
- #: ../modules/gadsense/admin/admin.php:195
2752
- #, php-format
2753
- msgid "Limit to %d AdSense ads"
2754
- msgstr "Limiter à %d pubs AdSense"
2755
-
2756
- #: ../modules/gadsense/admin/admin.php:199
2757
- #, php-format
2758
- msgid ""
2759
- "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2760
- "Service\">TOS</a> imposes a limit of %d display ads per page. You can "
2761
- "disable this limitation at your own risks."
2762
- msgstr ""
2763
- "Actuellement, les <a target=\"_blank\" href=\"%s\" title=\"TOS »>Conditions "
2764
- "d’utilisation</a> Google AdSense impose une limite d’affichage de %d pubs "
2765
- "par page. Vous pouvez désactiver cette limitation à vos propres risques."
2766
-
2767
- #: ../modules/gadsense/admin/admin.php:202
2768
- msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2769
- msgstr ""
2770
- "Avis: Advanced Ads considère uniquement le type de publicité AdSense pour "
2771
- "cette limite."
2772
-
2773
- #: ../modules/gadsense/admin/admin.php:205
2774
- msgid ""
2775
- "Due to technical restrictions, the limit does not work on placements with "
2776
- "cache-busting enabled."
2777
- msgstr ""
2778
- "En raison de restrictions techniques, la limite ne fonctionne pas sur les "
2779
- "placements avec la suppression du cache (cache-busting) activé."
2780
-
2781
- #: ../modules/gadsense/admin/admin.php:219
2782
- msgid "Insert Page-Level ads code on all pages."
2783
- msgstr "Insérez le code des pubs de niveau de page sur toutes les pages."
2784
-
2785
- #: ../modules/gadsense/admin/admin.php:221
2786
- msgid ""
2787
- "You still need to enable Page-Level ads in your AdSense account. See <a href="
2788
- "\"https://support.google.com/adsense/answer/6245304\" target=\"_blank"
2789
- "\">AdSense Help</a> (requires AdSense-login) for more information"
2790
- msgstr ""
2791
- "Vous devez toujours activer les pubs de niveau de page dans votre compte "
2792
- "Adsense. Consultez l’ <a href=\"https://support.google.com/adsense/"
2793
- "answer/6245304\" target=\"_blank\">Aide d’AdSense</a> (compte AdSense "
2794
- "obligatoire) pour plus d’informations"
2795
-
2796
- #: ../modules/gadsense/admin/admin.php:240
2797
- #: ../modules/gadsense/includes/class-ad- type-adsense.php:73
2798
- msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2799
- msgstr ""
2800
- "L’ID de l’éditeur (Publisher ID) a un format incorrect. (doit commencer par "
2801
- "« pub- »)"
2802
-
2803
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2804
- msgid "Copy&Paste existing ad code"
2805
- msgstr "Copiez et collez le code existant de la pub"
2806
-
2807
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2808
- msgid "Ad Slot ID"
2809
- msgstr "ID de l’emplacement de pub"
2810
-
2811
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2812
- #, php-format
2813
- msgid "Publisher ID: %s"
2814
- msgstr "ID de l’éditeur (Publisher ID): %s"
2815
-
2816
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
2817
- #, php-format
2818
- msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2819
- msgstr "S’il vous plaît <a href=\"%s\" target=\"_blank\">changez le ici</a>."
2820
-
2821
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
2822
- msgid "Normal"
2823
- msgstr "Normal"
2824
-
2825
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2826
- #, php-format
2827
- msgid ""
2828
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2829
- "define the exact creative for each browser width."
2830
- msgstr ""
2831
- "Utilisez le <a href=\"%s\" target=\"_blank\">Responsive add-on</a> afin de "
2832
- "définir la création exacte pour chaque largeur de navigateur."
2833
-
2834
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2835
- msgid "Resizing"
2836
- msgstr "Redimensionnement"
2837
-
2838
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2839
- msgid ""
2840
- "Copy the ad code from your AdSense account and paste it in the area below"
2841
- msgstr ""
2842
- "Copiez le code de pub de votre compte AdSense et collez-le dans la zone ci-"
2843
- "dessous"
2844
-
2845
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2846
- msgid "Get details"
2847
- msgstr "Plus de Détails"
2848
-
2849
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
2850
- msgid "Close"
2851
- msgstr "Fermer"
2852
-
2853
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
2854
- msgid "AdSense ad"
2855
- msgstr "Pub AdSense"
2856
-
2857
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
2858
- msgid "Use ads from your Google AdSense account"
2859
- msgstr "Utiliser les pubs de votre compte Google AdSense"
2860
-
2861
- #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
2862
- msgid "Your AdSense Publisher ID is missing."
2863
- msgstr "Votre identifiant d’éditeur (Publisher ID) AdSense est manquant."
2864
-
2865
- #: ../modules/gadsense/includes/class-gadsense-data.php:46
2866
- msgid "Auto"
2867
- msgstr "Auto"
2868
-
2869
- #: ../public/class-advanced-ads.php:295
2870
- msgid "Advanced Ads Error following:"
2871
- msgstr "Erreur d’Advanced Ads suivante :"
2872
-
2873
- #: ../public/class-advanced-ads.php:298
2874
- #, php-format
2875
- msgid "Advanced Ads Error: %s"
2876
- msgstr "Erreur Advanced Ads: %s"
2877
-
2878
- #: ../public/class-advanced-ads.php:526
2879
- msgctxt "ad group general name"
2880
- msgid "Ad Groups"
2881
- msgstr "Groupes de pubs"
2882
-
2883
- #: ../public/class-advanced-ads.php:527
2884
- msgctxt "ad group singular name"
2885
- msgid "Ad Group"
2886
- msgstr "Groupe de pubs"
2887
-
2888
- #: ../public/class-advanced-ads.php:528
2889
- msgid "Search Ad Groups"
2890
- msgstr "Rechercher des groupes de pubs"
2891
-
2892
- #: ../public/class-advanced-ads.php:529
2893
- msgid "All Ad Groups"
2894
- msgstr "Tous les groupes de pubs"
2895
-
2896
- #: ../public/class-advanced-ads.php:530
2897
- msgid "Parent Ad Groups"
2898
- msgstr "Groupes de pubs parents"
2899
-
2900
- #: ../public/class-advanced-ads.php:531
2901
- msgid "Parent Ad Groups:"
2902
- msgstr "Groupes de pubs parents :"
2903
-
2904
- #: ../public/class-advanced-ads.php:532
2905
- msgid "Edit Ad Group"
2906
- msgstr "Modifier le groupe de pubs"
2907
-
2908
- #: ../public/class-advanced-ads.php:533
2909
- msgid "Update Ad Group"
2910
- msgstr "Mettre à jour le groupe de pubs"
2911
-
2912
- #: ../public/class-advanced-ads.php:534
2913
- msgid "Add New Ad Group"
2914
- msgstr "Ajouter un nouveau groupe de pubs"
2915
-
2916
- #: ../public/class-advanced-ads.php:535
2917
- msgid "New Ad Groups Name"
2918
- msgstr "Nouveau nom de groupes de pubs"
2919
-
2920
- #: ../public/class-advanced-ads.php:537
2921
- msgid "No Ad Group found"
2922
- msgstr "Aucun groupe de pubs trouvé"
2923
-
2924
- #: ../public/class-advanced-ads.php:565 ../public/class-advanced-ads.php:569
2925
- msgid "New Ad"
2926
- msgstr "Nouvelle pub"
2927
-
2928
- #: ../public/class-advanced-ads.php:566
2929
- msgid "Add New Ad"
2930
- msgstr "Ajouter une nouvelle pub"
2931
-
2932
- #: ../public/class-advanced-ads.php:568
2933
- msgid "Edit Ad"
2934
- msgstr "Modifier la pub"
2935
-
2936
- #: ../public/class-advanced-ads.php:570
2937
- msgid "View"
2938
- msgstr "Voir"
2939
-
2940
- #: ../public/class-advanced-ads.php:571
2941
- msgid "View the Ad"
2942
- msgstr "Voir la pub"
2943
-
2944
- #: ../public/class-advanced-ads.php:572
2945
- msgid "Search Ads"
2946
- msgstr "Rechercher des pubs"
2947
-
2948
- #: ../public/class-advanced-ads.php:573
2949
- msgid "No Ads found"
2950
- msgstr "Aucune pub n’a été trouvée"
2951
-
2952
- #: ../public/class-advanced-ads.php:574
2953
- msgid "No Ads found in Trash"
2954
- msgstr "Aucune pub n’a été trouvée dans la corbeille"
2955
-
2956
- #: ../public/class-advanced-ads.php:575
2957
- msgid "Parent Ad"
2958
- msgstr "Pub parente"
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:33 GMT+0200 (CEST)\n"
7
+ "Last-Translator: admin <post@webzunft.de>\n"
8
+ "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
+ "Language: French (France)\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: fr_FR"
24
+
25
+ #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
26
+ #: 171 ../classes/visitor-conditions.php:214
27
+ msgid "or"
28
+ msgstr ""
29
+
30
+ #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
31
+ #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
32
+ #: php:171 ../classes/visitor-conditions.php:214
33
+ msgid "and"
34
+ msgstr ""
35
+
36
+ #: ../admin/class-advanced-ads-admin.php:1710
37
+ msgid "License couldn’t be activated. Please try again later."
38
+ msgstr ""
39
+
40
+ #: ../admin/class-advanced-ads-admin.php:1724
41
+ msgid "There are no activations left."
42
+ msgstr ""
43
+
44
+ #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
45
+ #: php:1827
46
+ msgid "License couldn’t be deactivated. Please try again later."
47
+ msgstr ""
48
+
49
+ #: ../admin/views/ad-output-metabox.php:44
50
+ msgid "Enable debug mode."
51
+ msgstr ""
52
+
53
+ #: ../admin/views/ad-parameters-size.php:6
54
+ msgid "reserve this space"
55
+ msgstr ""
56
+
57
+ #: ../admin/views/setting-license.php:6
58
+ #, php-format
59
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
60
+ msgstr ""
61
+
62
+ #: ../admin/views/settings-disable-ads.php:21
63
+ msgid "Disable ads in Feed"
64
+ msgstr ""
65
+
66
+ #: ../classes/ad_placements.php:204
67
+ #, php-format
68
+ msgid "paragraph without image (%s)"
69
+ msgstr ""
70
+
71
+ #: ../classes/ad_type_group.php:31
72
+ msgid ""
73
+ "Choose an existing ad group. Use this type when you want to assign the same "
74
+ "display and visitor conditions to all ads in that group."
75
+ msgstr ""
76
+
77
+ #: ../classes/ad_type_group.php:60
78
+ msgid "ad group"
79
+ msgstr ""
80
+
81
+ #: ../classes/display-conditions.php:400
82
+ msgid "title or id"
83
+ msgstr ""
84
+
85
+ #: ../classes/display-conditions.php:480
86
+ msgid "Feed"
87
+ msgstr ""
88
+
89
+ #: ../classes/display-conditions.php:481
90
+ msgid "allow ads in Feed"
91
+ msgstr ""
92
+
93
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
94
+ msgid "Rename assets"
95
+ msgstr ""
96
+
97
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
98
+ msgid "Check if you want to change the names of the assets"
99
+ msgstr ""
100
+
101
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
102
+ #, php-format
103
+ msgid ""
104
+ "Please, rebuild the asset folder. All assets will be located in "
105
+ "<strong>%s</strong>"
106
+ msgstr ""
107
+
108
+ #. Name of the plugin
109
+ msgid "Advanced Ads"
110
+ msgstr "Advanced Ads"
111
+
112
+ #. URI of the plugin
113
+ msgid "https://wpadvancedads.com"
114
+ msgstr "https://wpadvancedads.com"
115
+
116
+ #. Description of the plugin
117
+ msgid "Manage and optimize your ads in WordPress"
118
+ msgstr "Gérer et optimiser vos pubs dans Wordpress"
119
+
120
+ #. Author of the plugin
121
+ msgid "Thomas Maier"
122
+ msgstr "Thomas Maier"
123
+
124
+ #. Author URI of the plugin
125
+ msgid "http://webgilde.com"
126
+ msgstr "http://webgilde.com"
127
+
128
+ #: ../admin/class-advanced-ads-admin.php:278
129
+ msgid "Overview"
130
+ msgstr "Aperçu"
131
+
132
+ #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
133
+ #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
134
+ #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
135
+ #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
136
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:588
137
+ msgid "Ads"
138
+ msgstr "Pubs"
139
+
140
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
141
+ msgid "Add New Ad"
142
+ msgstr "Ajouter une nouvelle pub"
143
+
144
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
145
+ #: ../public/class-advanced-ads.php:594
146
+ msgid "New Ad"
147
+ msgstr "Nouvelle pub"
148
+
149
+ #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
150
+ #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
151
+ #: 177 ../classes/widget.php:82
152
+ msgid "Ad Groups"
153
+ msgstr "Groupes de pubs"
154
+
155
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
156
+ msgid "Groups"
157
+ msgstr "Groupes"
158
+
159
+ #: ../admin/class-advanced-ads-admin.php:298
160
+ msgid "Ad Placements"
161
+ msgstr "Emplacements de la pub"
162
+
163
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
164
+ #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
165
+ msgid "Placements"
166
+ msgstr "Placements"
167
+
168
+ #: ../admin/class-advanced-ads-admin.php:302
169
+ msgid "Advanced Ads Settings"
170
+ msgstr "Réglages d’Advanced Ads"
171
+
172
+ #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
173
+ #: php:550 ../admin/views/debug.php:10
174
+ msgid "Settings"
175
+ msgstr "Réglages"
176
+
177
+ #: ../admin/class-advanced-ads-admin.php:305
178
+ msgid "Advanced Ads Debugging"
179
+ msgstr "Débogage Advanced Ads"
180
+
181
+ #: ../admin/class-advanced-ads-admin.php:305
182
+ msgid "Debug"
183
+ msgstr "Débogage"
184
+
185
+ #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
186
+ #: php:309
187
+ msgid "Advanced Ads Intro"
188
+ msgstr "Introduction à Advanced Ads"
189
+
190
+ #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
191
+ #: php:313 ../admin/class-advanced-ads-admin.php:1987
192
+ msgid "Support"
193
+ msgstr "Support"
194
+
195
+ #: ../admin/class-advanced-ads-admin.php:425
196
+ msgid "Please enter a message"
197
+ msgstr "Veuillez saisir un message"
198
+
199
+ #: ../admin/class-advanced-ads-admin.php:435
200
+ #, php-format
201
+ msgid "Email could NOT be sent. Please contact us directly at %s."
202
+ msgstr "L’email n’a pas pu être envoyé. Veuillez nous contacter directement à %s."
203
+
204
+ #: ../admin/class-advanced-ads-admin.php:438
205
+ msgid "Please enter a valid email address"
206
+ msgstr "Veuillez entrer un Email valide"
207
+
208
+ #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
209
+ #: php:491
210
+ msgid "Sorry, you are not allowed to access this feature."
211
+ msgstr "Désolé, vous n’êtes pas autorisé à accéder à cette fonctionnalité."
212
+
213
+ #: ../admin/class-advanced-ads-admin.php:477
214
+ msgid ""
215
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
216
+ "deleted?"
217
+ msgstr ""
218
+ "Vous avez essayé de modifier un groupe de pubs qui n’existe pas. Peut-être a-"
219
+ "t-il été supprimé?"
220
+
221
+ #: ../admin/class-advanced-ads-admin.php:592
222
+ msgid "Ad Type"
223
+ msgstr "Type de pub"
224
+
225
+ #: ../admin/class-advanced-ads-admin.php:595
226
+ msgid "Ad Parameters"
227
+ msgstr "Paramètres de pub"
228
+
229
+ #: ../admin/class-advanced-ads-admin.php:598
230
+ msgid "Layout / Output"
231
+ msgstr "Mise en page / sortie"
232
+
233
+ #: ../admin/class-advanced-ads-admin.php:601
234
+ msgid "Display Conditions"
235
+ msgstr "Conditions d’affichage"
236
+
237
+ #: ../admin/class-advanced-ads-admin.php:604
238
+ msgid "Visitor Conditions"
239
+ msgstr "Conditions de visiteur"
240
+
241
+ #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
242
+ #: php:830
243
+ msgid "Ad updated."
244
+ msgstr "Pub mise à jour."
245
+
246
+ #. translators: %s: date and time of the revision
247
+ #: ../admin/class-advanced-ads-admin.php:832
248
+ #, php-format
249
+ msgid "Ad restored to revision from %s"
250
+ msgstr "Pub restaurée à partir de la révision du %s"
251
+
252
+ #: ../admin/class-advanced-ads-admin.php:833
253
+ msgid "Ad published."
254
+ msgstr "Pub publiée."
255
+
256
+ #: ../admin/class-advanced-ads-admin.php:834
257
+ msgid "Ad saved."
258
+ msgstr "Pub enregistrée."
259
+
260
+ #: ../admin/class-advanced-ads-admin.php:835
261
+ msgid "Ad submitted."
262
+ msgstr "Pub soumise."
263
+
264
+ #: ../admin/class-advanced-ads-admin.php:837
265
+ #, php-format
266
+ msgid "Ad scheduled for: <strong>%1$s</strong>."
267
+ msgstr "Pub programmée pour: <strong>%1$s.</strong>"
268
+
269
+ #. translators: Publish box date format, see http://php.net/date
270
+ #: ../admin/class-advanced-ads-admin.php:839
271
+ msgid "M j, Y @ G:i"
272
+ msgstr "M j, Y @ G:i"
273
+
274
+ #: ../admin/class-advanced-ads-admin.php:841
275
+ msgid "Ad draft updated."
276
+ msgstr "Brouillon de la pub mis à jour."
277
+
278
+ #: ../admin/class-advanced-ads-admin.php:860
279
+ #, php-format
280
+ msgid "%s ad updated."
281
+ msgid_plural "%s ads updated."
282
+ msgstr[0] "la pub %s à été mise à jour."
283
+ msgstr[1] "les pubs %s ont été mises à jour."
284
+
285
+ #: ../admin/class-advanced-ads-admin.php:861
286
+ #, php-format
287
+ msgid "%s ad not updated, somebody is editing it."
288
+ msgid_plural "%s ads not updated, somebody is editing them."
289
+ msgstr[0] ""
290
+ "La pub %s n’a pas été mise à jour, quelqu’un d’autre est en train de la "
291
+ "modifier."
292
+ msgstr[1] ""
293
+ "Les pubs %s n’ont pas été mises à jour, quelqu’un d’autre est en train de "
294
+ "les modifier."
295
+
296
+ #: ../admin/class-advanced-ads-admin.php:862
297
+ #, php-format
298
+ msgid "%s ad permanently deleted."
299
+ msgid_plural "%s ads permanently deleted."
300
+ msgstr[0] "La pub %s a été supprimée définitivement."
301
+ msgstr[1] "Les pubs %s ont été supprimées définitivement."
302
+
303
+ #: ../admin/class-advanced-ads-admin.php:863
304
+ #, php-format
305
+ msgid "%s ad moved to the Trash."
306
+ msgid_plural "%s ads moved to the Trash."
307
+ msgstr[0] "La pub %s a été déplacée dans la corbeille."
308
+ msgstr[1] "Les pubs %s ont été déplacées dans la corbeille."
309
+
310
+ #: ../admin/class-advanced-ads-admin.php:864
311
+ #, php-format
312
+ msgid "%s ad restored from the Trash."
313
+ msgid_plural "%s ads restored from the Trash."
314
+ msgstr[0] "La pub %s a été récupérée de la corbeille."
315
+ msgstr[1] "Les pubs %s ont été récupérées de la corbeille."
316
+
317
+ #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
318
+ msgid "General"
319
+ msgstr "Général"
320
+
321
+ #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
322
+ #: php:1015
323
+ msgid "Licenses"
324
+ msgstr "Licences"
325
+
326
+ #: ../admin/class-advanced-ads-admin.php:922
327
+ msgid "Disable ads"
328
+ msgstr "Désactiver les pubs"
329
+
330
+ #: ../admin/class-advanced-ads-admin.php:930
331
+ msgid "Hide ads for logged in users"
332
+ msgstr "Cacher les pubs pour les utilisateurs connectés"
333
+
334
+ #: ../admin/class-advanced-ads-admin.php:938
335
+ msgid "Use advanced JavaScript"
336
+ msgstr "Utiliser du JavaScript avancé"
337
+
338
+ #: ../admin/class-advanced-ads-admin.php:946
339
+ msgid "Unlimited ad injection"
340
+ msgstr "Injection de pub illimitée"
341
+
342
+ #: ../admin/class-advanced-ads-admin.php:954
343
+ msgid "Priority of content injection filter"
344
+ msgstr "Filtre de priorité d’injection de contenu"
345
+
346
+ #: ../admin/class-advanced-ads-admin.php:962
347
+ msgid "Hide ads from bots"
348
+ msgstr "Cacher les publicités aux robots"
349
+
350
+ #: ../admin/class-advanced-ads-admin.php:970
351
+ msgid "Disable notices"
352
+ msgstr "Désactiver les avis"
353
+
354
+ #: ../admin/class-advanced-ads-admin.php:978
355
+ msgid "ID prefix"
356
+ msgstr "Préfixe ID"
357
+
358
+ #: ../admin/class-advanced-ads-admin.php:986
359
+ msgid "Remove Widget ID"
360
+ msgstr "Supprimer le Widget ID"
361
+
362
+ #: ../admin/class-advanced-ads-admin.php:994
363
+ msgid "Allow editors to manage ads"
364
+ msgstr "Permettre aux éditeurs de gérer des pubs"
365
+
366
+ #: ../admin/class-advanced-ads-admin.php:1071
367
+ msgid "(display to all)"
368
+ msgstr "(afficher à tous)"
369
+
370
+ #: ../admin/class-advanced-ads-admin.php:1072
371
+ msgid "Subscriber"
372
+ msgstr "Abonné"
373
+
374
+ #: ../admin/class-advanced-ads-admin.php:1073
375
+ msgid "Contributor"
376
+ msgstr "Contributeur"
377
+
378
+ #: ../admin/class-advanced-ads-admin.php:1074
379
+ msgid "Author"
380
+ msgstr "Auteur"
381
+
382
+ #: ../admin/class-advanced-ads-admin.php:1075
383
+ msgid "Editor"
384
+ msgstr "Éditeur"
385
+
386
+ #: ../admin/class-advanced-ads-admin.php:1076
387
+ msgid "Admin"
388
+ msgstr "Administrateur"
389
+
390
+ #: ../admin/class-advanced-ads-admin.php:1084
391
+ msgid "Choose the lowest role a user must have in order to not see any ads."
392
+ msgstr ""
393
+ "Choisissez le rôle le plus faible dont un utilisateur doit disposer afin de "
394
+ "ne pas voir de pubs."
395
+
396
+ #: ../admin/class-advanced-ads-admin.php:1098
397
+ msgid ""
398
+ "<strong>notice: </strong>the file is currently enabled by an add-on that "
399
+ "needs it."
400
+ msgstr ""
401
+ "<strong>avis: </strong>le fichier est actuellement activé par un module "
402
+ "complémentaire dont il a besoin."
403
+
404
+ #: ../admin/class-advanced-ads-admin.php:1101
405
+ #, php-format
406
+ msgid ""
407
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
408
+ " Some features and add-ons might override this setting if they need features "
409
+ "from this file."
410
+ msgstr ""
411
+ "Activer les fonctions JavaScript avancées (<a href=\"%s\" "
412
+ "target=\"_blank\">here</a>). Certaines fonctionnalités et modules "
413
+ "complémentaires peuvent remplacer ce paramètre si elles ont besoin des "
414
+ "fonctionnalités de ce fichier."
415
+
416
+ #: ../admin/class-advanced-ads-admin.php:1114
417
+ msgid ""
418
+ "Some plugins and themes trigger ad injection where it shouldn’t happen. "
419
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
420
+ "and outside the loop. However, this can cause problems with some themes. You "
421
+ "can enable this option if you don’t see ads or want to enable ad injections "
422
+ "on archive pages AT YOUR OWN RISK."
423
+ msgstr ""
424
+ "Certains plugins et thèmes place l’injection de la pub où il ne devrait pas. "
425
+ "Par conséquent, Advanced Ads ignore les placements injecté sur des pages non "
426
+ "singulière et en dehors de la boucle. Cependant, cela peut poser des "
427
+ "problèmes avec certains thèmes. Vous pouvez activer cette option si vous ne "
428
+ "voyez pas de pubs ou si vous désirez activer les injections de pub sur les "
429
+ "pages d’archives ceci À VOS PROPRE RISQUES."
430
+
431
+ #: ../admin/class-advanced-ads-admin.php:1130
432
+ msgid ""
433
+ "Please check your post content. A priority of 10 and below might cause "
434
+ "issues (wpautop function might run twice)."
435
+ msgstr ""
436
+ "Veuillez vérifier le contenu de votre article. Une priorité de 10 et moins "
437
+ "pourrait causer des problèmes (la fonction « wpautop » pourrait s’exécuter "
438
+ "deux fois)."
439
+
440
+ #: ../admin/class-advanced-ads-admin.php:1132
441
+ msgid ""
442
+ "Play with this value in order to change the priority of the injected ads "
443
+ "compared to other auto injected elements in the post content."
444
+ msgstr ""
445
+ "Jouer avec cette valeur pour modifier la priorité des publicités injectées "
446
+ "par rapport aux autres éléments automatiquement injecté dans le contenu de "
447
+ "l’article."
448
+
449
+ #: ../admin/class-advanced-ads-admin.php:1146
450
+ #, php-format
451
+ msgid ""
452
+ "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
453
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
454
+ "Add-On</a>."
455
+ msgstr ""
456
+ "Cacher les pubs des moteurs de recherche, des robots et des agents "
457
+ "utilisateurs vide. Empêche également le comptage des impressions pour les "
458
+ "robots lorsque vous utilisez l’ <a href=\"%s\" target=\"_blank\">Tracking Add-"
459
+ "On</a>."
460
+
461
+ #: ../admin/class-advanced-ads-admin.php:1147
462
+ msgid ""
463
+ "Disabling this option only makes sense if your ads contain content you want "
464
+ "to display to bots (like search engines) or your site is cached and bots "
465
+ "could create a cached version without the ads."
466
+ msgstr ""
467
+ "La désactivation de cette option n’a de sens que si vos pubs contiennent un "
468
+ "contenu à afficher aux robots (comme les moteurs de recherche) ou votre site "
469
+ "est mis en cache et les robots pourraient créer une version mise en cache "
470
+ "sans les publicités."
471
+
472
+ #: ../admin/class-advanced-ads-admin.php:1160
473
+ msgid ""
474
+ "Disable internal notices like tips, tutorials, email newsletters and update "
475
+ "notices. Disabling notices is recommended if you run multiple blogs with "
476
+ "Advanced Ads already."
477
+ msgstr ""
478
+ "Désactiver les avis internes comme les conseils, les tutoriels, les "
479
+ "newsletters et les avis de mise à jour. La désactivation des avis est "
480
+ "recommandé si vous exécutez déjà plusieurs blogs (multi-sites) avec Advanced "
481
+ "Ads."
482
+
483
+ #: ../admin/class-advanced-ads-admin.php:1177
484
+ msgid ""
485
+ "Prefix of class or id attributes in the frontend. Change it if you don’t "
486
+ "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
487
+ "need to <strong>rewrite css rules afterwards</strong>."
488
+ msgstr ""
489
+ "Préfixe de classe ou d’attributs d’Identifiant au niveau du Frontend. "
490
+ "Changez-le si vous ne voulez pas que les <strong>bloqueurs de "
491
+ "publicité</strong> marque ces blocs comme pubs.<br>Vous devrez peut-être "
492
+ "<strong>réécrire les règles css par la suite</strong>."
493
+
494
+ #: ../admin/class-advanced-ads-admin.php:1198
495
+ msgid ""
496
+ "Remove the ID attribute from widgets in order to not make them an easy "
497
+ "target of ad blockers."
498
+ msgstr ""
499
+ "Supprimer lattribut ID des widgets pour ne pas qu’ils soient une cible "
500
+ "facile des bloqueurs de publicité."
501
+
502
+ #: ../admin/class-advanced-ads-admin.php:1201
503
+ msgid ""
504
+ "If checked, the Advanced Ads Widget will not work with the fixed option of "
505
+ "the <strong>Q2W3 Fixed Widget</strong> plugin."
506
+ msgstr ""
507
+ "Si cochée, l’Avanced Ads Widget ne fonctionnera pas avec l’option fixe du "
508
+ "plugin <strong>Q2W3 Fixed Widget</strong> ."
509
+
510
+ #: ../admin/class-advanced-ads-admin.php:1223
511
+ msgid "Allow editors to also manage and publish ads."
512
+ msgstr "Permettre aussi aux éditeurs de gérer et publier des pubs."
513
+
514
+ #: ../admin/class-advanced-ads-admin.php:1224
515
+ #, php-format
516
+ msgid ""
517
+ "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
518
+ "target=\"_blank\">Advanced Ads Pro</a>."
519
+ msgstr ""
520
+ "Vous pouvez assigner différents rôles liés à la pub sur une base "
521
+ "d’utilisateur avec <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
522
+
523
+ #: ../admin/class-advanced-ads-admin.php:1281
524
+ msgid "Ad Details"
525
+ msgstr "Détails de la pub"
526
+
527
+ #: ../admin/class-advanced-ads-admin.php:1282
528
+ msgid "Ad Planning"
529
+ msgstr "Planification de la pub"
530
+
531
+ #: ../admin/class-advanced-ads-admin.php:1417
532
+ msgid "Ad Settings"
533
+ msgstr "Paramètres de la pub"
534
+
535
+ #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
536
+ msgid "Ads Dashboard"
537
+ msgstr "Tableau de bord des pubs"
538
+
539
+ #: ../admin/class-advanced-ads-admin.php:1508
540
+ msgid "From the ad optimization universe"
541
+ msgstr "De l’univers d’optimisation de pub"
542
+
543
+ #: ../admin/class-advanced-ads-admin.php:1517
544
+ msgid "Advanced Ads Tutorials"
545
+ msgstr "Tutoriels Advanced Ads"
546
+
547
+ #: ../admin/class-advanced-ads-admin.php:1528
548
+ #, php-format
549
+ msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
550
+ msgstr "%d pubs – <a href=\"%s\">gérer</a> – <a href=\"%s\">nouveau</a>"
551
+
552
+ #: ../admin/class-advanced-ads-admin.php:1539
553
+ msgid "plugin manual and homepage"
554
+ msgstr "Page d’accueil et manuel du plugin"
555
+
556
+ #: ../admin/class-advanced-ads-admin.php:1546
557
+ msgid "Get the tutorial via email"
558
+ msgstr "Téléchargez le tutoriel par e-mail"
559
+
560
+ #: ../admin/class-advanced-ads-admin.php:1553
561
+ msgid "Get AdSense tips via email"
562
+ msgstr "Recevez des conseils de Adsense par e-mail"
563
+
564
+ #: ../admin/class-advanced-ads-admin.php:1643
565
+ #, php-format
566
+ msgid "time of %s"
567
+ msgstr "temps de %s"
568
+
569
+ #: ../admin/class-advanced-ads-admin.php:1679
570
+ msgid "Error while trying to register the license. Please contact support."
571
+ msgstr "Erreur en essayant d’enregistrer la licence. Veuillez contacter le support."
572
+
573
+ #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
574
+ msgid "Please enter a valid license key"
575
+ msgstr "Veuillez entrer une clé de licence valide"
576
+
577
+ #: ../admin/class-advanced-ads-admin.php:1722
578
+ msgid "This is the bundle license key."
579
+ msgstr "Il s’agit de la clé de licence du package (bundle)."
580
+
581
+ #: ../admin/class-advanced-ads-admin.php:1723
582
+ msgid "This is not the correct key for this add-on."
583
+ msgstr "Ce n’est pas la clé correcte pour ce module."
584
+
585
+ #: ../admin/class-advanced-ads-admin.php:1733
586
+ #, php-format
587
+ msgid "License is invalid. Reason: %s"
588
+ msgstr "Licence n’est pas valide. Raison: %s"
589
+
590
+ #: ../admin/class-advanced-ads-admin.php:1787
591
+ msgid "Error while trying to disable the license. Please contact support."
592
+ msgstr "Erreur en essayant de désactiver la licence. Veuillez contacter le support."
593
+
594
+ #: ../admin/class-advanced-ads-admin.php:1991
595
+ msgid "Add-Ons"
596
+ msgstr "Extensions (Add-Ons)"
597
+
598
+ #: ../admin/includes/class-ad-groups-list.php:156
599
+ msgid "Ad weight"
600
+ msgstr "Poids de la pub"
601
+
602
+ #: ../admin/includes/class-ad-groups-list.php:164 ../admin/views/ad-list-timing-
603
+ #: column.php:4
604
+ #, php-format
605
+ msgid "starts %s"
606
+ msgstr "commence le %s"
607
+
608
+ #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
609
+ #: column.php:21
610
+ #, php-format
611
+ msgid "expires %s"
612
+ msgstr "Expire le %s"
613
+
614
+ #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
615
+ #: column.php:23
616
+ #, php-format
617
+ msgid "<strong>expired</strong> %s"
618
+ msgstr "<strong>expiré</strong> %s"
619
+
620
+ #: ../admin/includes/class-ad-groups-list.php:198
621
+ msgid "all published ads are displayed"
622
+ msgstr "toutes les pubs publiées sont affichées"
623
+
624
+ #: ../admin/includes/class-ad-groups-list.php:200
625
+ #, php-format
626
+ msgid "up to %d ads displayed"
627
+ msgstr "jusqu’à %d pubs affichées"
628
+
629
+ #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
630
+ #: form-row.php:37
631
+ msgid "No ads assigned"
632
+ msgstr "Aucune pub assignée"
633
+
634
+ #: ../admin/includes/class-ad-groups-list.php:251
635
+ msgid "Random ads"
636
+ msgstr "Pubs aléatoires"
637
+
638
+ #: ../admin/includes/class-ad-groups-list.php:252
639
+ msgid "Display random ads based on ad weight"
640
+ msgstr "Afficher des pubs aléatoirement selon le poids de la pub"
641
+
642
+ #: ../admin/includes/class-ad-groups-list.php:255
643
+ msgid "Ordered ads"
644
+ msgstr "Pubs ordonnées"
645
+
646
+ #: ../admin/includes/class-ad-groups-list.php:256
647
+ msgid "Display ads with the highest ad weight first"
648
+ msgstr "Afficher les pubs avec le poids le plus élevé tout d’abord"
649
+
650
+ #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
651
+ #: php:592
652
+ msgid "Edit"
653
+ msgstr "Éditer"
654
+
655
+ #: ../admin/includes/class-ad-groups-list.php:276
656
+ msgid "Usage"
657
+ msgstr "Utilisation"
658
+
659
+ #: ../admin/includes/class-ad-groups-list.php:285
660
+ msgid "Delete"
661
+ msgstr "Supprimer"
662
+
663
+ #: ../admin/includes/class-ad-groups-list.php:306
664
+ msgid "Invalid Ad Group"
665
+ msgstr "Groupe de pubs invalide."
666
+
667
+ #: ../admin/includes/class-ad-groups-list.php:311
668
+ msgid "You don’t have permission to change the ad groups"
669
+ msgstr "Vous n’avez pas l’autorisation de modifier les groupes de pubs"
670
+
671
+ #: ../admin/includes/class-notices.php:406
672
+ #, php-format
673
+ msgid ""
674
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
675
+ "target=\"_blank\">this form</a> to sign up."
676
+ msgstr ""
677
+ "Vous ne semblez pas avoir une adresse e-mail. Veuillez utiliser <a href=\"%s\" "
678
+ "target=\"_blank\">ce formulaire</a> pour vous inscrire."
679
+
680
+ #: ../admin/includes/class-notices.php:424
681
+ msgid "How embarrassing. The email server seems to be down. Please try again later."
682
+ msgstr ""
683
+ "Quelle honte. Le serveur de messagerie semble être à l’arrêt. Veuillez "
684
+ "réessayer ultérieurement."
685
+
686
+ #: ../admin/includes/class-notices.php:429
687
+ #, php-format
688
+ msgid ""
689
+ "Please check your email (%s) for the confirmation message. If you didn’t "
690
+ "receive one or want to use another email address then please use <a "
691
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
692
+ msgstr ""
693
+ "Veuillez vérifier votre client mail (%s) pour le message de confirmation. Si "
694
+ "vous n’avez reçu d’email ou voulez utiliser une autre adresse e-mail "
695
+ "veuillez utiliser <a href=\"%s\" target=\"_blank\">ce formulaire</a> pour vous "
696
+ "inscrire."
697
+
698
+ #: ../admin/includes/class-overview-widgets.php:45
699
+ msgid "Tips and Tutorials"
700
+ msgstr "Tutoriels et astuces"
701
+
702
+ #: ../admin/includes/class-overview-widgets.php:47
703
+ msgid "Setup and Optimization Help"
704
+ msgstr "Aide pour la configuration et l’optimisation"
705
+
706
+ #: ../admin/includes/class-overview-widgets.php:49
707
+ msgid "Manual and Support"
708
+ msgstr "Manuel et Support"
709
+
710
+ #: ../admin/includes/class-overview-widgets.php:53
711
+ msgid "Advanced Ads Pro"
712
+ msgstr "Advanced Ads Pro"
713
+
714
+ #: ../admin/includes/class-overview-widgets.php:55
715
+ msgid "Tracking and Stats"
716
+ msgstr "Suivi et statistiques"
717
+
718
+ #: ../admin/includes/class-overview-widgets.php:57
719
+ msgid "Responsive and Mobile ads"
720
+ msgstr "Pubs responsives et pour Mobile"
721
+
722
+ #: ../admin/includes/class-overview-widgets.php:59
723
+ msgid "Geo Targeting"
724
+ msgstr "Géociblage"
725
+
726
+ #: ../admin/includes/class-overview-widgets.php:61
727
+ msgid "Sticky ads"
728
+ msgstr "Sticky ads"
729
+
730
+ #: ../admin/includes/class-overview-widgets.php:63
731
+ msgid "PopUps and Layers"
732
+ msgstr "PopUps and Layers"
733
+
734
+ #: ../admin/includes/class-overview-widgets.php:65
735
+ msgid "Ad Slider"
736
+ msgstr "Ad Slider"
737
+
738
+ #: ../admin/includes/class-overview-widgets.php:83
739
+ msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
740
+ msgstr ""
741
+ "Obtenez 2 <strong>Add-ons gratuits</strong> en vous inscrivant à la lettre "
742
+ "d’information."
743
+
744
+ #: ../admin/includes/class-overview-widgets.php:84
745
+ msgid "Join now"
746
+ msgstr "Inscrivez-vous maintenant"
747
+
748
+ #: ../admin/includes/class-overview-widgets.php:91
749
+ msgid ""
750
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
751
+ "and Advanced Ads from the dedicated newsletter group."
752
+ msgstr ""
753
+ "En savoir plus sur comment et <strong>combien vous pouvez gagner avec "
754
+ "AdSense</strong> et Advanced Ads via la newsletter du groupe dédié."
755
+
756
+ #: ../admin/includes/class-overview-widgets.php:92 ../admin/includes/notices.php:
757
+ #: 35 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
758
+ #: admin/views/notices/subscribe.php:3
759
+ msgid "Subscribe me now"
760
+ msgstr "Inscrivez-moi maintenant"
761
+
762
+ #: ../admin/includes/class-overview-widgets.php:99
763
+ msgid "Get the first steps and more tutorials to your inbox."
764
+ msgstr ""
765
+ "Recevez les premières étapes et plus de tutoriels dans votre boîte de "
766
+ "réception."
767
+
768
+ #: ../admin/includes/class-overview-widgets.php:100
769
+ msgid "Send it now"
770
+ msgstr "Envoyer maintenant"
771
+
772
+ #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
773
+ msgid "Create your first ad"
774
+ msgstr "Créez votre première pub"
775
+
776
+ #: ../admin/includes/class-overview-widgets.php:126
777
+ msgid ""
778
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
779
+ "single spot."
780
+ msgstr ""
781
+ "Groupes de pubs contiennent des pubs et sont utilisées pour faire tourner "
782
+ "plusieurs pubs sur un seul point."
783
+
784
+ #: ../admin/includes/class-overview-widgets.php:128
785
+ msgid "Create your first group"
786
+ msgstr "Créez votre premier groupe"
787
+
788
+ #: ../admin/includes/class-overview-widgets.php:131
789
+ msgid "Ad Placements are the best way to manage where to display ads and groups."
790
+ msgstr ""
791
+ "Les placements de pubs sont la meilleure façon de gérer où afficher des pubs "
792
+ "et des groupes."
793
+
794
+ #: ../admin/includes/class-overview-widgets.php:133
795
+ msgid "Create your first placement"
796
+ msgstr "Créez votre premier placement"
797
+
798
+ #: ../admin/includes/class-overview-widgets.php:138
799
+ msgid "Next steps"
800
+ msgstr "Prochaines étapes"
801
+
802
+ #: ../admin/includes/class-overview-widgets.php:150
803
+ #, php-format
804
+ msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
805
+ msgstr "<a href=\"%s\" target=\"_blank\">Manuel</a>"
806
+
807
+ #: ../admin/includes/class-overview-widgets.php:151
808
+ #, php-format
809
+ msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
810
+ msgstr "<a href=\"%s\" target=\"_blank\">FAQ et Support</a>"
811
+
812
+ #: ../admin/includes/class-overview-widgets.php:152
813
+ #, php-format
814
+ msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
815
+ msgstr "Votez pour une <a href=\"%s\" target=\"_blank\">fonctionnalité</a>"
816
+
817
+ #: ../admin/includes/class-overview-widgets.php:153
818
+ #, php-format
819
+ msgid ""
820
+ "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
821
+ "href=\"%s\" target=\"_blank\">wordpress.org</a>"
822
+ msgstr ""
823
+ "Remerciez le développeur avec un avis &#9733;&#9733;&#9733;&#9733;&#9733; "
824
+ "sur <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
825
+
826
+ #: ../admin/includes/class-overview-widgets.php:162
827
+ msgid ""
828
+ "Need help to set up and optimize your ads? Need custom coding on your site? "
829
+ "Ask me for a quote."
830
+ msgstr ""
831
+ "Besoin d’aide pour configurer et optimiser vos pubs ? Besoin d’un codage "
832
+ "personnalisé sur votre site ? Demandez-moi un devis."
833
+
834
+ #: ../admin/includes/class-overview-widgets.php:163
835
+ #, php-format
836
+ msgid "Help with ads on %s"
837
+ msgstr "Aide sur les pubs activée %s"
838
+
839
+ #: ../admin/includes/class-overview-widgets.php:164
840
+ msgid "Get an offer"
841
+ msgstr "Obtenir une offre"
842
+
843
+ #: ../admin/includes/class-overview-widgets.php:172
844
+ msgid "Ad management for advanced websites."
845
+ msgstr "Gestion de pubs pour des sites Web avancés."
846
+
847
+ #: ../admin/includes/class-overview-widgets.php:173
848
+ msgid "Cache-busting"
849
+ msgstr "Suppression du cache"
850
+
851
+ #: ../admin/includes/class-overview-widgets.php:174
852
+ msgid "Advanced visitor conditions"
853
+ msgstr "Conditions de visiteur avancées"
854
+
855
+ #: ../admin/includes/class-overview-widgets.php:175
856
+ msgid "Flash ads with fallback"
857
+ msgstr "Pubs en Flash avec alternative"
858
+
859
+ #: ../admin/includes/class-overview-widgets.php:177
860
+ msgid "Get Pro"
861
+ msgstr "Obtenir la version Pro"
862
+
863
+ #: ../admin/includes/class-overview-widgets.php:185
864
+ msgid "Track the impressions of and clicks on your ads."
865
+ msgstr "Suivre les impressions et les clics sur vos pubs."
866
+
867
+ #: ../admin/includes/class-overview-widgets.php:186
868
+ msgid "2 methods to count impressions"
869
+ msgstr "2 méthodes pour compter les impressions"
870
+
871
+ #: ../admin/includes/class-overview-widgets.php:187
872
+ msgid "beautiful stats for all or single ads"
873
+ msgstr "belles statistiques pour une ou toutes les pubs"
874
+
875
+ #: ../admin/includes/class-overview-widgets.php:188
876
+ msgid "group stats by day, week or month"
877
+ msgstr "grouper les statistiques par jour, semaine ou mois"
878
+
879
+ #: ../admin/includes/class-overview-widgets.php:190
880
+ msgid "Get the Tracking add-on"
881
+ msgstr "Obtenir le module de statistiques « Tracking add-on »"
882
+
883
+ #: ../admin/includes/class-overview-widgets.php:198
884
+ msgid "Display ads based on the size of your visitor’s browser or device."
885
+ msgstr ""
886
+ "Afficher des pubs basées sur la taille du navigateur ou le périphérique de "
887
+ "votre visiteur."
888
+
889
+ #: ../admin/includes/class-overview-widgets.php:199
890
+ msgid "set a range (from … to …) pixels for the browser size"
891
+ msgstr "définir une plage (de… à…) pixels pour la taille du navigateur"
892
+
893
+ #: ../admin/includes/class-overview-widgets.php:200
894
+ msgid "set custom sizes for AdSense responsive ads"
895
+ msgstr "définir des formats personnalisés pour les pubs responsives AdSense"
896
+
897
+ #: ../admin/includes/class-overview-widgets.php:201
898
+ msgid "list all ads by their responsive settings"
899
+ msgstr "lister toutes les pubs par leurs paramètres responsifs"
900
+
901
+ #: ../admin/includes/class-overview-widgets.php:203
902
+ msgid "Get the Responsive add-on"
903
+ msgstr "Obtenir le module « Responsive add-on »"
904
+
905
+ #: ../admin/includes/class-overview-widgets.php:211
906
+ msgid "Target visitors by their geo location."
907
+ msgstr "Cibler les visiteurs par leur géolocalisation."
908
+
909
+ #: ../admin/includes/class-overview-widgets.php:213
910
+ msgid "Get the Geo Targeting add-on"
911
+ msgstr "Obtenir le module de ciblage géolocalisé « Geo Targeting add-on »"
912
+
913
+ #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
914
+ #: php:30
915
+ msgid ""
916
+ "Fix ads to the browser while users are scrolling and create best performing "
917
+ "anchor ads."
918
+ msgstr ""
919
+ "Fixer les pubs sur le navigateur pendant que les utilisateurs font défiler "
920
+ "la page et créer des publicités à ancrage plus performants."
921
+
922
+ #: ../admin/includes/class-overview-widgets.php:222
923
+ msgid "position ads that don’t scroll with the screen"
924
+ msgstr "positionner des pubs qui ne défilent à l’écran"
925
+
926
+ #: ../admin/includes/class-overview-widgets.php:223
927
+ msgid "build anchor ads not only on mobile devices"
928
+ msgstr "construire des pubs à ancrage pas seulement sur les appareils mobiles"
929
+
930
+ #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
931
+ #: php:32
932
+ msgid "Get the Sticky add-on"
933
+ msgstr "Obtenir le module « Sticky add-on »"
934
+
935
+ #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
936
+ #: php:37
937
+ msgid "Display content and ads in layers and popups on custom events."
938
+ msgstr ""
939
+ "Afficher le contenu et les pubs dans des couches et des fenêtres pop-up lors "
940
+ "des événements personnalisés."
941
+
942
+ #: ../admin/includes/class-overview-widgets.php:234
943
+ msgid "display a popup after a user interaction like scrolling"
944
+ msgstr "afficher une popup après une action de l’utilisateur comme le défilement"
945
+
946
+ #: ../admin/includes/class-overview-widgets.php:235
947
+ msgid "optional background overlay"
948
+ msgstr "option de recouvrement d’arrière plan"
949
+
950
+ #: ../admin/includes/class-overview-widgets.php:236
951
+ msgid "allow users to close the popup"
952
+ msgstr "permettre aux utilisateurs de fermer les popup"
953
+
954
+ #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
955
+ #: php:39
956
+ msgid "Get the PopUp and Layer add-on"
957
+ msgstr "Obtenir le module « PopUp and Layer add-on »"
958
+
959
+ #: ../admin/includes/class-overview-widgets.php:246
960
+ msgid "Create a beautiful and simple slider from your ads."
961
+ msgstr "Créer un simple et beau diaporama avec vos pubs."
962
+
963
+ #: ../admin/includes/class-overview-widgets.php:248
964
+ msgid "Get the Slider add-on"
965
+ msgstr "Obtenir le module « Slider add-on »"
966
+
967
+ #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
968
+ msgid "--empty--"
969
+ msgstr "--vide--"
970
+
971
+ #: ../admin/includes/notices.php:14
972
+ #, php-format
973
+ msgid ""
974
+ "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
975
+ "Steps</a>."
976
+ msgstr ""
977
+ "Advanced Ads installé avec succès. Jetez un oeil sur les <a "
978
+ "href=\"%s\">Premières étapes</a>."
979
+
980
+ #: ../admin/includes/notices.php:20
981
+ msgid ""
982
+ "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
983
+ "receive the first steps via email?"
984
+ msgstr ""
985
+ "Merci d’activer <strong>Advanced Ads</strong>. Souhaitez-vous recevoir les "
986
+ "premières étapes par e-mail?"
987
+
988
+ #: ../admin/includes/notices.php:21
989
+ msgid "Yes, send it"
990
+ msgstr "Oui, envoyez"
991
+
992
+ #: ../admin/includes/notices.php:27
993
+ msgid ""
994
+ "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
995
+ "<strong>2 free add-ons</strong> for joining the newsletter."
996
+ msgstr ""
997
+ "Merci d’utiliser <strong>Advanced Ads</strong>. Restez informé et recevez "
998
+ "<strong>2 Add-ons gratuits</strong> en vous inscrivant à la lettre "
999
+ "d’information."
1000
+
1001
+ #: ../admin/includes/notices.php:28
1002
+ msgid "Add me now"
1003
+ msgstr "Ajouter moi maintenant"
1004
+
1005
+ #: ../admin/includes/notices.php:34
1006
+ msgid ""
1007
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
1008
+ "and Advanced Ads from my dedicated newsletter."
1009
+ msgstr ""
1010
+ "En savoir plus sur comment et <strong>combien vous pouvez gagner avec "
1011
+ "AdSense</strong> et Advanced Ads via la newsletter dédiée."
1012
+
1013
+ #: ../admin/includes/notices.php:61
1014
+ msgid ""
1015
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1016
+ "missing</strong>."
1017
+ msgstr ""
1018
+ "Une ou plusieurs clés de licence pour des <strong>Advanced Ads add-ons sont "
1019
+ "manquant ou incorrect</strong>."
1020
+
1021
+ #: ../admin/includes/notices.php:61
1022
+ #, php-format
1023
+ msgid "Please add valid license keys <a href=\"%s\">here</a>."
1024
+ msgstr "S’il vous plaît ajoutez des clés de licences valides <a href=\"%s\">ici</a>."
1025
+
1026
+ #: ../admin/includes/notices.php:67
1027
+ #, php-format
1028
+ msgid ""
1029
+ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
1030
+ "soon</strong>. Don’t risk to lose support and updates and renew your license "
1031
+ "before it expires with a significant discount on <a href=\"%s\" "
1032
+ "target=\"_blank\">the add-on page</a>."
1033
+ msgstr ""
1034
+ "Une ou plusieurs licences pour vos <strong>Advanced Ads Add-ons arrivent "
1035
+ "bientôt à expiration</strong>. Ne risquez pas de perdre le support et mises "
1036
+ "à jour et renouveler votre licence avant sa date d’expiration avec un rabais "
1037
+ "significatif sur <a href=\"%s\" target=\"_blank\">la page Add-on</a>."
1038
+
1039
+ #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
1040
+ #, php-format
1041
+ msgid ""
1042
+ "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1043
+ "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
1044
+ "information."
1045
+ msgstr ""
1046
+ "Licence(s) <strong>Advanced Ads</strong> expiré(es). Le support et les mises "
1047
+ jour sont désactivées. S’il vous plaît, visitez <a href=\"%s\">la page de "
1048
+ "licence</a> pour plus d’informations."
1049
+
1050
+ #: ../admin/includes/notices.php:79
1051
+ #, php-format
1052
+ msgid ""
1053
+ "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
1054
+ "image\"/>You are using <strong>Advanced Ads</strong> for some time now. Thank "
1055
+ "you! If you need my help then please visit the <a href=\"%1$s\" "
1056
+ "target=\"_blank\">Support page</a> to get free help.</p><h3>Thanks for your "
1057
+ "Review</h3><p>If you share my passion and find Advanced Ads useful then "
1058
+ "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
1059
+ "org</a>.</p><p><em>Thomas</em>"
1060
+ msgstr ""
1061
+ "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
1062
+ "image\"/>Vous utilisez <strong>Advanced Ads</strong> depuis quelques temps "
1063
+ "maintenant. Je vous en remercie! Si vous avez besoin d’aide, visitez <a "
1064
+ "href=\"%1$s\" target=\"_blank\">la page de support</a> et obtenez une aide "
1065
+ "gratuite.</p><h3>Merci pour votre avis</h3><p>Si vous partagez ma passion et "
1066
+ "trouvez Advanced Ads utile, alors s’il vous plaît <a href=\"%2$s\" "
1067
+ "target=\"_blank\">laissez un avis de 5 étoiles sur wordpress.org</a>."
1068
+ "</p><p><em>Thomas</em>"
1069
+
1070
+ #: ../admin/includes/notices.php:85
1071
+ #, php-format
1072
+ msgid ""
1073
+ "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
1074
+ "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
1075
+ "disguise."
1076
+ msgstr ""
1077
+ "Certains éléments (assets) ont été changés. S’il vous plaît ,"
1078
+ "<strong>reconstruisez le dossier des éléments (assets)</strong> dans les <a "
1079
+ "href=« %s »>Paramètres Advanced Ads</a> pour mettre à jour la dissimulation "
1080
+ "vis-à-vis des bloqueurs de publicités."
1081
+
1082
+ #: ../admin/includes/shortcode-creator-l10n.php:10
1083
+ msgctxt "shortcode creator"
1084
+ msgid "Add an ad"
1085
+ msgstr "Ajouter une pub"
1086
+
1087
+ #: ../admin/includes/shortcode-creator-l10n.php:11
1088
+ msgctxt "shortcode creator"
1089
+ msgid "Add shortcode"
1090
+ msgstr "Ajouter un shortcode"
1091
+
1092
+ #: ../admin/includes/shortcode-creator-l10n.php:12
1093
+ msgctxt "shortcode creator"
1094
+ msgid "Cancel"
1095
+ msgstr "Annuler"
1096
+
1097
+ #: ../admin/views/ad-display-metabox.php:6
1098
+ msgid "Set Display Conditions to allow or hide the ad on specific pages."
1099
+ msgstr ""
1100
+ "Fixer les Conditions d’affichage afin d’autoriser ou de cacher la publicité "
1101
+ "sur des pages spécifiques."
1102
+
1103
+ #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
1104
+ #: 46 ../admin/views/ad-visitor-metabox.php:4
1105
+ msgid "Manual"
1106
+ msgstr "Manuel"
1107
+
1108
+ #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
1109
+ #: php:2
1110
+ #, php-format
1111
+ msgid ""
1112
+ "There might be a problem with layouts and scripts in your dashboard. Please "
1113
+ "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1114
+ msgstr ""
1115
+ "Il pourrait y avoir un problème avec les mises en page et les scripts dans "
1116
+ "votre tableau de bord. Veuillez consulter <a href=\"%s\" target=\"_blank\">cet "
1117
+ "article pour en savoir plus</a>."
1118
+
1119
+ #: ../admin/views/ad-display-metabox.php:39
1120
+ msgid "If you want to display the ad everywhere, don't do anything here. "
1121
+ msgstr "Si vous souhaitez afficher la publicité partout, ne faites rien ici. "
1122
+
1123
+ #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
1124
+ #: 34
1125
+ msgid "New condition"
1126
+ msgstr "Nouvelle condition"
1127
+
1128
+ #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
1129
+ #: 37
1130
+ msgid "-- choose a condition --"
1131
+ msgstr "—Choisissez une condition—"
1132
+
1133
+ #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
1134
+ #: 42
1135
+ msgid "add"
1136
+ msgstr "ajouter"
1137
+
1138
+ #: ../admin/views/ad-group-edit.php:14
1139
+ msgid "You did not select an item for editing."
1140
+ msgstr "Vous n’avez pas sélectionné un élément pour le modifier."
1141
+
1142
+ #: ../admin/views/ad-group-edit.php:33
1143
+ msgctxt "Taxonomy Name"
1144
+ msgid "Name"
1145
+ msgstr "Nom"
1146
+
1147
+ #: ../admin/views/ad-group-edit.php:38
1148
+ msgctxt "Taxonomy Slug"
1149
+ msgid "Slug"
1150
+ msgstr "Identifiant"
1151
+
1152
+ #: ../admin/views/ad-group-edit.php:40
1153
+ msgid "An id-like string with only letters in lower case, numbers, and hyphens."
1154
+ msgstr ""
1155
+ "Une chaîne de caractères (à l’image des identifiants) avec seulement des "
1156
+ "lettres en minuscules, des chiffres et des traits d’Union."
1157
+
1158
+ #: ../admin/views/ad-group-edit.php:45
1159
+ msgctxt "Taxonomy Description"
1160
+ msgid "Description"
1161
+ msgstr "Description"
1162
+
1163
+ #: ../admin/views/ad-group-edit.php:57
1164
+ msgid "Create new Ad Group"
1165
+ msgstr "Créer un nouveau groupe"
1166
+
1167
+ #: ../admin/views/ad-group-edit.php:59
1168
+ msgid "Update"
1169
+ msgstr "Mettre à jour"
1170
+
1171
+ #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
1172
+ msgid "Name"
1173
+ msgstr "Nom"
1174
+
1175
+ #: ../admin/views/ad-group-list-form-row.php:5
1176
+ msgid "Description"
1177
+ msgstr "Description"
1178
+
1179
+ #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1180
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
1181
+ msgid "Type"
1182
+ msgstr "Type"
1183
+
1184
+ #: ../admin/views/ad-group-list-form-row.php:16
1185
+ msgid "Number of visible ads"
1186
+ msgstr "Nombre de pubs visibles"
1187
+
1188
+ #: ../admin/views/ad-group-list-form-row.php:22
1189
+ msgctxt "option to display all ads in an ad groups"
1190
+ msgid "all"
1191
+ msgstr "toutes"
1192
+
1193
+ #: ../admin/views/ad-group-list-form-row.php:25
1194
+ msgid "Number of ads that are visible at the same time"
1195
+ msgstr "Nombre de pubs qui sont visibles en même temps"
1196
+
1197
+ #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1198
+ #: 589
1199
+ msgid "Ad"
1200
+ msgstr "Pub"
1201
+
1202
+ #: ../admin/views/ad-group-list-form-row.php:32
1203
+ msgid "weight"
1204
+ msgstr "poids"
1205
+
1206
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1207
+ msgid "Ad Group"
1208
+ msgstr "Groupe de pubs"
1209
+
1210
+ #: ../admin/views/ad-group-list-header.php:4
1211
+ msgid "Details"
1212
+ msgstr " Détails"
1213
+
1214
+ #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1215
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
1216
+ msgid "shortcode"
1217
+ msgstr "shortcode"
1218
+
1219
+ #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1220
+ #: admin/views/placements.php:61
1221
+ msgid "template"
1222
+ msgstr "modèle"
1223
+
1224
+ #: ../admin/views/ad-group-list-row.php:14
1225
+ #, php-format
1226
+ msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
1227
+ msgstr ""
1228
+ "En savoir plus sur l’utilisation de groupes dans le <a href=\"%s\" "
1229
+ "target=\"_blank\">Manuel</a>."
1230
+
1231
+ #: ../admin/views/ad-group-list-row.php:19
1232
+ #, php-format
1233
+ msgid "Type: %s"
1234
+ msgstr "Type: %s"
1235
+
1236
+ #: ../admin/views/ad-group-list-row.php:20
1237
+ #, php-format
1238
+ msgid "ID: %s"
1239
+ msgstr "ID: %s"
1240
+
1241
+ #: ../admin/views/ad-group.php:18
1242
+ msgid "Ad Groups successfully updated"
1243
+ msgstr "Groupes de pubs mis à jour avec succès"
1244
+
1245
+ #: ../admin/views/ad-group.php:46
1246
+ #, php-format
1247
+ msgid "Search results for &#8220;%s&#8221;"
1248
+ msgstr "Résultats de recherche pour &#8220;%s&#8221;"
1249
+
1250
+ #: ../admin/views/ad-group.php:52
1251
+ msgid ""
1252
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
1253
+ "display random ads in the frontend or run split tests, but also just for "
1254
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
1255
+ "ad can belong to multiple ad groups."
1256
+ msgstr ""
1257
+ "Les groupes de pubs sont une méthode très flexible pour regrouper les pubs. "
1258
+ "Vous pouvez les utiliser pour afficher des pubs au hasard au niveau du "
1259
+ "Frontend ou effectuer des tests de versions, mais aussi juste à titre "
1260
+ "d’informatif. Non seulement un groupes de pubs peut avoir des pubs multiples,"
1261
+ " mais une pub peut aussi appartenir à plusieurs groupes de pubs."
1262
+
1263
+ #: ../admin/views/ad-group.php:60
1264
+ msgid "How to display an Ad Group?"
1265
+ msgstr "Comment afficher un groupe de pubs ?"
1266
+
1267
+ #: ../admin/views/ad-group.php:62
1268
+ #, php-format
1269
+ msgid ""
1270
+ "Examples on how to display an ad group? Find more help and examples in the "
1271
+ "<a href=\"%s\" target=\"_blank\">manual</a>"
1272
+ msgstr ""
1273
+ "Exemples sur la façon d’afficher un groupe de pubs? Trouver plus d’aide et "
1274
+ "des exemples dans le <a href=\"%s\" target=\"_blank\">Manuel</a>"
1275
+
1276
+ #: ../admin/views/ad-group.php:64
1277
+ msgid "To display an ad group with the ID 6 in content fields"
1278
+ msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les champs de contenu"
1279
+
1280
+ #: ../admin/views/ad-group.php:67
1281
+ msgid "To display an ad group with the ID 6 in template files"
1282
+ msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les fichiers modèles"
1283
+
1284
+ #: ../admin/views/ad-group.php:87
1285
+ msgid "Update Groups"
1286
+ msgstr "Mettre à jour les Groupes"
1287
+
1288
+ #: ../admin/views/ad-info-top.php:4
1289
+ msgid "Cool, you just published an ad. What now?"
1290
+ msgstr "Cool, vous venez de publier une pub. Et maintenant?"
1291
+
1292
+ #: ../admin/views/ad-info-top.php:5
1293
+ msgid "Display the ad in …"
1294
+ msgstr "Afficher la pub sur…"
1295
+
1296
+ #: ../admin/views/ad-info-top.php:7
1297
+ msgid " every post or page"
1298
+ msgstr "… chaque article ou page"
1299
+
1300
+ #: ../admin/views/ad-info-top.php:9
1301
+ msgid "Use placements to inject the ad automatically into posts and pages."
1302
+ msgstr ""
1303
+ "Utilisez les placements pour injecter la pub automatiquement dans les "
1304
+ "articles et les pages."
1305
+
1306
+ #: ../admin/views/ad-info-top.php:10
1307
+ msgid "Configure Placements"
1308
+ msgstr "Configurer des Placements"
1309
+
1310
+ #: ../admin/views/ad-info-top.php:12
1311
+ msgid "… Sidebar or Widget Area"
1312
+ msgstr " Barre latérale ou zone de Widget"
1313
+
1314
+ #: ../admin/views/ad-info-top.php:14
1315
+ msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
1316
+ msgstr ""
1317
+ "Utiliser le widget <em>Advanced Ads</em> pour afficher des pubs dans la "
1318
+ "barre latérale."
1319
+
1320
+ #: ../admin/views/ad-info-top.php:15
1321
+ msgid "Configure a Widget"
1322
+ msgstr "Configurez un Widget"
1323
+
1324
+ #: ../admin/views/ad-info-top.php:17
1325
+ msgid "… a few hand selected posts or pages"
1326
+ msgstr " quelques articles ou pages sélectionnés à la main"
1327
+
1328
+ #: ../admin/views/ad-info-top.php:19
1329
+ msgid ""
1330
+ "Use the shortcode below to manually place the ad in the content editor of "
1331
+ "posts and pages."
1332
+ msgstr ""
1333
+ "Utilisez le shortcode ci-dessous pour placer manuellement la pub dans "
1334
+ "l’éditeur de contenu des articles et des pages."
1335
+
1336
+ #: ../admin/views/ad-info-top.php:22
1337
+ msgid "… in a custom position in your theme"
1338
+ msgstr " dans une position personnalisée dans votre thème"
1339
+
1340
+ #: ../admin/views/ad-info-top.php:24
1341
+ msgid ""
1342
+ "Use the function below to manually place the ad into your template files. "
1343
+ "This method is needed for more advanced placements like in the header of "
1344
+ "your theme."
1345
+ msgstr ""
1346
+ "Utilisez la fonction ci-dessous pour placer manuellement la pub dans vos "
1347
+ "modèle de fichiers (templates). Cette méthode est nécessaire pour des "
1348
+ "placements plus avancés comme dans l’en-tête de votre thème."
1349
+
1350
+ #: ../admin/views/ad-info-top.php:27
1351
+ msgid "… in an anchor ad or pop-up"
1352
+ msgstr "… dans une pub avec ancre ou une pub en pop-up"
1353
+
1354
+ #: ../admin/views/ad-info-top.php:34
1355
+ msgid "You find the settings for the Sticky Ads below."
1356
+ msgstr "Vous trouverez les paramètres pour les pubs avec « Sticky Ads » ci-dessous."
1357
+
1358
+ #: ../admin/views/ad-info-top.php:41
1359
+ msgid "You find the settings for the Layer and PopUp effects below."
1360
+ msgstr ""
1361
+ "Vous trouverez les paramètres pour les effets des pubs avec « Layer and "
1362
+ "PopUp » ci-dessous."
1363
+
1364
+ #: ../admin/views/ad-info-top.php:46
1365
+ #, php-format
1366
+ msgid ""
1367
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
1368
+ "target=\"_blank\">manual</a>"
1369
+ msgstr ""
1370
+ "En savoir plus sur les choix pour afficher une pub dans le <a href=\"%s\" "
1371
+ "target=\"_blank\">Manuel</a>"
1372
+
1373
+ #: ../admin/views/ad-info.php:2
1374
+ #, php-format
1375
+ msgid "Ad Id: %s"
1376
+ msgstr "Id de la pub: %s"
1377
+
1378
+ #: ../admin/views/ad-info.php:5
1379
+ msgid "theme function"
1380
+ msgstr "fonction du thème"
1381
+
1382
+ #: ../admin/views/ad-info.php:7
1383
+ #, php-format
1384
+ msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1385
+ msgstr ""
1386
+ "Trouver plus d’options d’affichage dans le <a href=\"%s\" "
1387
+ "target=\"_blank\">Manuel</a>."
1388
+
1389
+ #: ../admin/views/ad-info.php:12
1390
+ msgid "click to change"
1391
+ msgstr "Cliquez pour modifier"
1392
+
1393
+ #: ../admin/views/ad-info.php:16
1394
+ msgid "Add a description"
1395
+ msgstr "Ajoutez une description"
1396
+
1397
+ #: ../admin/views/ad-info.php:19
1398
+ msgid "Internal description or your own notes about this ad."
1399
+ msgstr "Description interne ou vos propres notes sur cette pub."
1400
+
1401
+ #: ../admin/views/ad-list-filters.php:2
1402
+ msgid "all ad types"
1403
+ msgstr "tous les types de pub"
1404
+
1405
+ #: ../admin/views/ad-list-filters.php:5
1406
+ msgid "all ad sizes"
1407
+ msgstr "toutes les tailles de pub"
1408
+
1409
+ #: ../admin/views/ad-list-filters.php:8
1410
+ msgid "all ad dates"
1411
+ msgstr "toutes les dates de pub"
1412
+
1413
+ #: ../admin/views/ad-list-filters.php:9
1414
+ msgid "expired"
1415
+ msgstr "expiré"
1416
+
1417
+ #: ../admin/views/ad-list-filters.php:10
1418
+ msgid "any expiry date"
1419
+ msgstr "toute date d’expiration"
1420
+
1421
+ #: ../admin/views/ad-list-filters.php:11
1422
+ msgid "planned"
1423
+ msgstr "planifiée(s)"
1424
+
1425
+ #: ../admin/views/ad-list-filters.php:14
1426
+ msgid "all ad groups"
1427
+ msgstr "tous les groupes de pubs"
1428
+
1429
+ #: ../admin/views/ad-main-metabox.php:3
1430
+ msgid "No ad types defined"
1431
+ msgstr "Aucun type de pub définies"
1432
+
1433
+ #: ../admin/views/ad-output-metabox.php:1
1434
+ msgid "Everything connected to the ads layout and output."
1435
+ msgstr "Tout ce qui est lié à la l’agencement et à la sortie des pubs."
1436
+
1437
+ #: ../admin/views/ad-output-metabox.php:5
1438
+ msgid "Position"
1439
+ msgstr "Position"
1440
+
1441
+ #: ../admin/views/ad-output-metabox.php:6
1442
+ msgid "- default -"
1443
+ msgstr "- par défaut -"
1444
+
1445
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
1446
+ msgid "default"
1447
+ msgstr "défaut"
1448
+
1449
+ #: ../admin/views/ad-output-metabox.php:8
1450
+ msgid "left"
1451
+ msgstr "gauche"
1452
+
1453
+ #: ../admin/views/ad-output-metabox.php:11
1454
+ msgid "center"
1455
+ msgstr "centre"
1456
+
1457
+ #: ../admin/views/ad-output-metabox.php:14
1458
+ msgid "right"
1459
+ msgstr "droite"
1460
+
1461
+ #: ../admin/views/ad-output-metabox.php:19
1462
+ msgid ""
1463
+ "Check this if you don't want the following elements to float around the ad. "
1464
+ "(adds a clearfix)"
1465
+ msgstr ""
1466
+ "Cochez cette case si vous ne voulez pas que les éléments suivants flottent "
1467
+ "autour de la pub. (ajoute un clearfix)"
1468
+
1469
+ #: ../admin/views/ad-output-metabox.php:22
1470
+ msgid "Margin"
1471
+ msgstr "Marge"
1472
+
1473
+ #: ../admin/views/ad-output-metabox.php:23
1474
+ msgid "top:"
1475
+ msgstr "haut:"
1476
+
1477
+ #: ../admin/views/ad-output-metabox.php:25
1478
+ msgid "right:"
1479
+ msgstr "droite:"
1480
+
1481
+ #: ../admin/views/ad-output-metabox.php:27
1482
+ msgid "bottom:"
1483
+ msgstr "bas:"
1484
+
1485
+ #: ../admin/views/ad-output-metabox.php:29
1486
+ msgid "left:"
1487
+ msgstr "gauche:"
1488
+
1489
+ #: ../admin/views/ad-output-metabox.php:31
1490
+ msgid "tip: use this to add a margin around the ad"
1491
+ msgstr "Astuce : utilisez cela pour ajouter une marge autour de la pub"
1492
+
1493
+ #: ../admin/views/ad-output-metabox.php:33
1494
+ msgid "container id"
1495
+ msgstr "ID de conteneur"
1496
+
1497
+ #: ../admin/views/ad-output-metabox.php:36
1498
+ msgid "Specify the id of the ad container. Leave blank for random or no id."
1499
+ msgstr ""
1500
+ "Spécifiez l’ID du conteneur de pub. Laissez vide pour aléatoire ou sans "
1501
+ "identité."
1502
+
1503
+ #: ../admin/views/ad-output-metabox.php:38
1504
+ msgid "container classes"
1505
+ msgstr "classes de conteneur"
1506
+
1507
+ #: ../admin/views/ad-output-metabox.php:41
1508
+ msgid ""
1509
+ "Specify one or more classes for the container. Separate multiple classes "
1510
+ "with a space"
1511
+ msgstr ""
1512
+ "Spécifier une ou plusieurs classe pour le conteneur. Séparez les classes "
1513
+ "multiples par un espace"
1514
+
1515
+ #: ../admin/views/ad-parameters-size.php:2
1516
+ msgid "size:"
1517
+ msgstr "Taille:"
1518
+
1519
+ #: ../admin/views/ad-parameters-size.php:3
1520
+ msgid "width"
1521
+ msgstr "largeur"
1522
+
1523
+ #: ../admin/views/ad-parameters-size.php:4
1524
+ msgid "height"
1525
+ msgstr "hauteur"
1526
+
1527
+ #: ../admin/views/ad-submitbox-meta.php:6
1528
+ msgid "Set expiry date"
1529
+ msgstr "Date d’expiration"
1530
+
1531
+ #: ../admin/views/ad-submitbox-meta.php:12
1532
+ msgid "Month"
1533
+ msgstr "Mois"
1534
+
1535
+ #: ../admin/views/ad-submitbox-meta.php:16
1536
+ #, php-format
1537
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1538
+ msgid "%1$s-%2$s"
1539
+ msgstr "%1$s-%2$s"
1540
+
1541
+ #: ../admin/views/ad-submitbox-meta.php:21
1542
+ msgid "Day"
1543
+ msgstr "Jour"
1544
+
1545
+ #: ../admin/views/ad-submitbox-meta.php:22
1546
+ msgid "Year"
1547
+ msgstr "Année"
1548
+
1549
+ #: ../admin/views/ad-submitbox-meta.php:23
1550
+ msgid "Hour"
1551
+ msgstr "Heure"
1552
+
1553
+ #: ../admin/views/ad-submitbox-meta.php:24
1554
+ msgid "Minute"
1555
+ msgstr "Minute"
1556
+
1557
+ #: ../admin/views/ad-submitbox-meta.php:29
1558
+ #, php-format
1559
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1560
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1561
+ msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
1562
+
1563
+ #: ../admin/views/ad-visitor-metabox.php:4
1564
+ msgid ""
1565
+ "Display conditions that are based on the user. Use with caution on cached "
1566
+ "websites."
1567
+ msgstr ""
1568
+ "Afficher les conditions qui sont basées sur l’utilisateur. Utilisez avec "
1569
+ "prudence sur les sites Web mis en cache."
1570
+
1571
+ #: ../admin/views/ad-visitor-metabox.php:28
1572
+ msgid ""
1573
+ "Visitor conditions limit the number of users who can see your ad. There is "
1574
+ "no need to set visitor conditions if you want all users to see the ad."
1575
+ msgstr ""
1576
+ "Les conditions de visiteur limitent le nombre d’utilisateurs qui peuvent "
1577
+ "voir votre pub. Il n’y a pas besoin de définir des conditions de visiteur si "
1578
+ "vous souhaitez que tous les utilisateurs voient cette pub."
1579
+
1580
+ #: ../admin/views/ad-visitor-metabox.php:30
1581
+ #, php-format
1582
+ msgid ""
1583
+ "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
1584
+ "if dynamic features get cached."
1585
+ msgstr ""
1586
+ "Consultez la suppression du cache (cache-busting) dans <a href=\"%s\" "
1587
+ "target=\"_blank\">Advanced Ads Pro</a> si les fonctionnalités dynamiques sont "
1588
+ "mises en cache."
1589
+
1590
+ #: ../admin/views/ad-visitor-metabox.php:47
1591
+ #, php-format
1592
+ msgid ""
1593
+ "Define the exact browser width for which an ad should be visible using the "
1594
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1595
+ msgstr ""
1596
+ "Définir la largeur exacte de navigateur pour lequel une pub doit être "
1597
+ "visible à l’aide du <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1598
+
1599
+ #: ../admin/views/ad-visitor-metabox.php:92
1600
+ msgid ""
1601
+ "The visitor conditions below are deprecated. Please use the new version of "
1602
+ "visitor conditions to replace it."
1603
+ msgstr ""
1604
+ "Les conditions des visiteurs ci-dessous sont obsolètes. Sil vous plaît "
1605
+ "utiliser la nouvelle version des conditions des visiteurs pour le remplacer."
1606
+
1607
+ #: ../admin/views/ad-visitor-metabox.php:98
1608
+ msgid "Display on all devices"
1609
+ msgstr "Afficher sur tous les appareils"
1610
+
1611
+ #: ../admin/views/ad-visitor-metabox.php:102
1612
+ msgid "only on mobile devices"
1613
+ msgstr "seulement sur les appareils mobiles"
1614
+
1615
+ #: ../admin/views/ad-visitor-metabox.php:106
1616
+ msgid "not on mobile devices"
1617
+ msgstr "pas sur les appareils mobiles"
1618
+
1619
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1620
+ msgid "Debug Page"
1621
+ msgstr "Page de débogage"
1622
+
1623
+ #: ../admin/views/debug.php:7
1624
+ msgid "Work in progress"
1625
+ msgstr "Travail en cours"
1626
+
1627
+ #: ../admin/views/feedback_disable.php:3
1628
+ msgid "Thank you for helping to improve Advanced Ads."
1629
+ msgstr "Merci de nous aider à améliorer Advanced Ads."
1630
+
1631
+ #: ../admin/views/feedback_disable.php:4
1632
+ msgid ""
1633
+ "Your feedback will motivates me to work harder towards a professional ad "
1634
+ "management solution."
1635
+ msgstr ""
1636
+ "Vos commentaires vont me motiver à travailler plus fort vers une solution de "
1637
+ "gestion professionnelle de pubs."
1638
+
1639
+ #: ../admin/views/feedback_disable.php:5
1640
+ msgid "Why did you decide to disable Advanced Ads?"
1641
+ msgstr "Pourquoi avez-vous décidé de désactiver Advanced Ads?"
1642
+
1643
+ #: ../admin/views/feedback_disable.php:7
1644
+ msgid "I stopped showing ads on my site"
1645
+ msgstr "J’ai arrêté la diffusion de pubs sur mon site"
1646
+
1647
+ #: ../admin/views/feedback_disable.php:8
1648
+ #, php-format
1649
+ msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1650
+ msgstr "Il manque une fonctionnalité ou un <a href=\"%s\">Add-on</a>"
1651
+
1652
+ #: ../admin/views/feedback_disable.php:9
1653
+ msgid "I have a technical problem"
1654
+ msgstr "J’ai un problème technique"
1655
+
1656
+ #: ../admin/views/feedback_disable.php:10
1657
+ msgid "other reason"
1658
+ msgstr "autre raison"
1659
+
1660
+ #: ../admin/views/feedback_disable.php:12
1661
+ msgid "Please specify, if possible"
1662
+ msgstr "Veuillez préciser, si possible"
1663
+
1664
+ #: ../admin/views/feedback_disable.php:13
1665
+ msgid "What would be a reason to return to Advanced Ads?"
1666
+ msgstr "Quelle serait une raison de revenir à Advanced Ads?"
1667
+
1668
+ #: ../admin/views/intro.php:18
1669
+ msgid "5-Star Usability"
1670
+ msgstr "5 étoiles pour la facilité d’utilisation"
1671
+
1672
+ #: ../admin/views/intro.php:19
1673
+ msgid ""
1674
+ "Advanced Ads is powerful and easy to use, because it is build on WordPress "
1675
+ "standards. If you know how to publish a post then you know how to create an "
1676
+ "ad."
1677
+ msgstr ""
1678
+ "Advanced Ads est puissant et facile à utiliser, car il est construit sur les "
1679
+ "normes et standards de WordPress. Si vous savez comment faire pour publier "
1680
+ "un billet, alors vous savez comment créer une pub."
1681
+
1682
+ #: ../admin/views/intro.php:23
1683
+ msgid "5-Star Support"
1684
+ msgstr "5 étoiles pour le support"
1685
+
1686
+ #: ../admin/views/intro.php:24
1687
+ msgid ""
1688
+ "I promise you the best supported ad management plugin for WordPress. Whether "
1689
+ "a pro user or not, you can reach me easily through the support page, in the "
1690
+ "chat on the homepage or replying to a newsletter."
1691
+ msgstr ""
1692
+ "Je vous promets le plugin de gestion de pubs pour WordPress avec le meilleur "
1693
+ "support. Utilisateur pro ou pas, vous pouvez me joindre facilement par le "
1694
+ "biais de la page de support, dans le chat sur la page d’accueil ou en "
1695
+ "réponse à une newsletter."
1696
+
1697
+ #: ../admin/views/intro.php:28
1698
+ msgid "5-Star Experience"
1699
+ msgstr "5 étoiles pour l’expérience"
1700
+
1701
+ #: ../admin/views/intro.php:29
1702
+ msgid ""
1703
+ "Advanced Ads was built out of my own experience. I am personally using it to "
1704
+ "serve millions of ad impressions per month and constantly test new ways to "
1705
+ "optimize ad settings."
1706
+ msgstr ""
1707
+ "Advanced Ads a été conçu de ma propre expérience. Je l’utilise "
1708
+ "personnellement pour servir des millions d’impressions de pubs par mois et "
1709
+ "sans cesse tester de nouvelles façons d’optimiser les paramètres des pubs."
1710
+
1711
+ #: ../admin/views/intro.php:34
1712
+ msgid "Welcome to <strong>Advanced Ads</strong>"
1713
+ msgstr "Bienvenue sur <strong>Advanced Ads</strong>"
1714
+
1715
+ #: ../admin/views/intro.php:36
1716
+ msgid "Let me give you an introduction into your future ad management solution."
1717
+ msgstr ""
1718
+ "Permettez-moi de vous faire une introduction à votre future solution de "
1719
+ "gestion de pubs."
1720
+
1721
+ #: ../admin/views/intro.php:61
1722
+ msgid "Next Steps"
1723
+ msgstr "Étapes suivantes"
1724
+
1725
+ #: ../admin/views/intro.php:64
1726
+ msgid "Subscribe to the Mailing List"
1727
+ msgstr "Inscription à la liste de diffusion"
1728
+
1729
+ #: ../admin/views/intro.php:65
1730
+ msgid "Subscribe to the newsletter and instantly"
1731
+ msgstr "S’abonner à la newsletter et instantanément"
1732
+
1733
+ #: ../admin/views/intro.php:67
1734
+ msgid "get 2 free add-ons."
1735
+ msgstr "obtenez 2 Add-ons gratuits."
1736
+
1737
+ #: ../admin/views/intro.php:68
1738
+ msgid "reply to the welcome message with a question."
1739
+ msgstr "répondre au message d’accueil par une question."
1740
+
1741
+ #: ../admin/views/intro.php:69
1742
+ msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1743
+ msgstr "s’abonner à un groupe dédié pour le tutoriel ou astuces sur AdSense."
1744
+
1745
+ #: ../admin/views/intro.php:79
1746
+ #, php-format
1747
+ msgid ""
1748
+ "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
1749
+ "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
1750
+ msgstr ""
1751
+ "Se lancer en créant une pub <a href=\"%1$s\" target=\"blank\">dès maintenant</a> "
1752
+ "ou regardez en premier le <a href=\"%2$s\" target=\"blank\">tutoriel vidéo (03:"
1753
+ "29 min)</a>."
1754
+
1755
+ #: ../admin/views/intro.php:82
1756
+ msgid "Display your ad"
1757
+ msgstr "Affichez votre pub"
1758
+
1759
+ #: ../admin/views/intro.php:83
1760
+ msgid ""
1761
+ "You can display your ad using a shortcode, widget or one of the powerful "
1762
+ "placements. Placements help you to inject ads into the content or place them "
1763
+ "on your site without coding."
1764
+ msgstr ""
1765
+ "Vous pouvez afficher votre pub à l’aide d’un shortcode, d’un widget ou de "
1766
+ "l’un des placements disponibles très efficaces. Les placements vous aideront "
1767
+ injecter des pubs dans le contenu ou de les placer sur votre sites et cela "
1768
+ "sans codage."
1769
+
1770
+ #: ../admin/views/intro.php:85
1771
+ msgid "List of all available placements"
1772
+ msgstr "Liste de tous les placements disponibles"
1773
+
1774
+ #: ../admin/views/intro.php:86
1775
+ msgid "Create a placement"
1776
+ msgstr "Créer un placement"
1777
+
1778
+ #: ../admin/views/placements.php:8
1779
+ msgid ""
1780
+ "Couldn’t create the new placement. Please check your form field and whether "
1781
+ "the name is already in use."
1782
+ msgstr ""
1783
+ "Impossible de créer le nouveau placement. S’il vous plaît vérifier votre "
1784
+ "champ de formulaire ou si le nom est déjà utilisé."
1785
+
1786
+ #: ../admin/views/placements.php:10
1787
+ msgid "Placements updated"
1788
+ msgstr "Mise à jour des placements"
1789
+
1790
+ #: ../admin/views/placements.php:15
1791
+ msgid ""
1792
+ "Placements are physically places in your theme and posts. You can use them "
1793
+ "if you plan to change ads and ad groups on the same place without the need "
1794
+ "to change your templates."
1795
+ msgstr ""
1796
+ "Les placements sont physiquement positionnés dans votre thème et vos "
1797
+ "articles. Vous pouvez les utiliser si vous envisagez de modifier les pubs et "
1798
+ "les groupes de pubs sur une même position sans avoir besoin de changer vos "
1799
+ "modèles."
1800
+
1801
+ #: ../admin/views/placements.php:16
1802
+ #, php-format
1803
+ msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1804
+ msgstr ""
1805
+ "Voir aussi le manuel pour plus d’informations sur les <a "
1806
+ "href=\"%s\">placements</a>."
1807
+
1808
+ #: ../admin/views/placements.php:25
1809
+ msgid "Options"
1810
+ msgstr "Options"
1811
+
1812
+ #: ../admin/views/placements.php:42
1813
+ #, php-format
1814
+ msgid ""
1815
+ "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
1816
+ "if the responsible add-on is activated."
1817
+ msgstr ""
1818
+ "Type de placement \"%s\" est absent et a été remis à zéro « par défaut »."
1819
+ "<br>S’il vous plaît, vérifiez si l’Add-on responsable de cela est activé."
1820
+
1821
+ #: ../admin/views/placements.php:57
1822
+ msgid "show usage"
1823
+ msgstr "montrer son utilisation"
1824
+
1825
+ #: ../admin/views/placements.php:69
1826
+ msgid "Item"
1827
+ msgstr "élément"
1828
+
1829
+ #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1830
+ msgid "--not selected--"
1831
+ msgstr "--non sélectionné--"
1832
+
1833
+ #: ../admin/views/placements.php:91
1834
+ msgid "Inject"
1835
+ msgstr "Injecter"
1836
+
1837
+ #: ../admin/views/placements.php:92
1838
+ msgid "after"
1839
+ msgstr "après"
1840
+
1841
+ #: ../admin/views/placements.php:92
1842
+ msgid "before"
1843
+ msgstr "avant"
1844
+
1845
+ #: ../admin/views/placements.php:112
1846
+ msgid "start counting from bottom"
1847
+ msgstr "commencer à compter à partir du bas"
1848
+
1849
+ #: ../admin/views/placements.php:115
1850
+ msgid "Important Notice"
1851
+ msgstr "Remarque importante"
1852
+
1853
+ #: ../admin/views/placements.php:115
1854
+ msgid ""
1855
+ "Your server is missing an extension. This might break the content injection."
1856
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1857
+ "provider to enable <em>mbstring</em>."
1858
+ msgstr ""
1859
+ "Une extension est manquante sur votre serveur. Cela pourrait casser "
1860
+ "l’injection de contenu.<br>Ignorer cet avertissement si tout fonctionne très "
1861
+ "bien, ou bien demander à votre d’hébergeur d’activer <em>l’extension "
1862
+ "mbstring</em>."
1863
+
1864
+ #: ../admin/views/placements.php:125
1865
+ msgid "advanced options"
1866
+ msgstr "options avancées"
1867
+
1868
+ #: ../admin/views/placements.php:133
1869
+ msgctxt "checkbox to remove placement"
1870
+ msgid "delete"
1871
+ msgstr "supprimer"
1872
+
1873
+ #: ../admin/views/placements.php:139
1874
+ msgid "Save Placements"
1875
+ msgstr "Enregistrer les placements"
1876
+
1877
+ #: ../admin/views/placements.php:141
1878
+ msgid "Create a new placement"
1879
+ msgstr "Créer un nouveau placement"
1880
+
1881
+ #: ../admin/views/placements.php:142
1882
+ msgid "New Placement"
1883
+ msgstr "Nouveau Placement"
1884
+
1885
+ #: ../admin/views/placements.php:148
1886
+ msgid "Choose a placement type"
1887
+ msgstr "Choisissez un type de placement"
1888
+
1889
+ #: ../admin/views/placements.php:149
1890
+ #, php-format
1891
+ msgid ""
1892
+ "Placement types define where the ad is going to be displayed. Learn more "
1893
+ "about the different types from the <a href=\"%s\">manual</a>"
1894
+ msgstr ""
1895
+ "Les types de placement défini la où publicité va s’afficher. En savoir plus "
1896
+ "sur les différents types de placement dans <a href=\"%s\">manuelle</a>"
1897
+
1898
+ #: ../admin/views/placements.php:166
1899
+ msgid "Please select a placement type."
1900
+ msgstr "Veuillez sélectionner un type de placement."
1901
+
1902
+ #: ../admin/views/placements.php:168
1903
+ msgid "Choose a Name"
1904
+ msgstr "Choisissez un nom"
1905
+
1906
+ #: ../admin/views/placements.php:169
1907
+ msgid ""
1908
+ "The name of the placement is only visible to you. Tip: choose a descriptive "
1909
+ "one, e.g. <em>Below Post Headline</em>."
1910
+ msgstr ""
1911
+ "Le nom du placement est uniquement visible par vous. Conseil: choisir un "
1912
+ "descriptif, par exemple <em>Sous le titre des articles</em>."
1913
+
1914
+ #: ../admin/views/placements.php:170
1915
+ msgid "Placement Name"
1916
+ msgstr "Nom de placement"
1917
+
1918
+ #: ../admin/views/placements.php:171
1919
+ msgid "Please enter a name for your placement."
1920
+ msgstr "Entrez un nom pour votre placement."
1921
+
1922
+ #: ../admin/views/placements.php:172
1923
+ msgid "Choose the Ad or Group"
1924
+ msgstr "Choisissez la pub ou le groupe"
1925
+
1926
+ #: ../admin/views/placements.php:173
1927
+ msgid "The ad or group that should be displayed."
1928
+ msgstr "Pub ou groupe qui doit être affichée."
1929
+
1930
+ #: ../admin/views/placements.php:192
1931
+ msgid "Save New Placement"
1932
+ msgstr "Enregistrez le nouveau placement"
1933
+
1934
+ #: ../admin/views/post-ad-settings-metabox.php:3
1935
+ msgid "Disable ads on this page"
1936
+ msgstr "Désactiver les pubs sur cette page"
1937
+
1938
+ #: ../admin/views/setting-license.php:5
1939
+ msgid "Your license expired."
1940
+ msgstr "Votre licence est expirée."
1941
+
1942
+ #: ../admin/views/setting-license.php:14
1943
+ #, php-format
1944
+ msgid "(%d days left)"
1945
+ msgstr "(%d jours restants)"
1946
+
1947
+ #: ../admin/views/setting-license.php:18
1948
+ msgid "License key"
1949
+ msgstr "Clef de la licence"
1950
+
1951
+ #: ../admin/views/setting-license.php:28
1952
+ msgid "Deactivate License"
1953
+ msgstr "Désactiver la licence"
1954
+
1955
+ #: ../admin/views/setting-license.php:35
1956
+ msgid "Activate License"
1957
+ msgstr "Activer la licence"
1958
+
1959
+ #: ../admin/views/setting-license.php:39
1960
+ msgid "License key invalid"
1961
+ msgstr "Clé de licence invalide"
1962
+
1963
+ #: ../admin/views/setting-license.php:42
1964
+ msgid "active"
1965
+ msgstr "active"
1966
+
1967
+ #: ../admin/views/settings-disable-ads.php:3
1968
+ msgid "Disable all ads in frontend"
1969
+ msgstr "Désactiver toutes les pubs sur le Frontend"
1970
+
1971
+ #: ../admin/views/settings-disable-ads.php:4
1972
+ msgid ""
1973
+ "Use this option to disable all ads in the frontend, but still be able to use "
1974
+ "the plugin."
1975
+ msgstr ""
1976
+ "Utilisez cette option pour désactiver toutes les pubs sur Frontend, mais "
1977
+ "toujours être en mesure d’utiliser le plugin."
1978
+
1979
+ #: ../admin/views/settings-disable-ads.php:8
1980
+ msgid "Disable ads on 404 error pages"
1981
+ msgstr "Désactiver les pubs sur les pages d’erreur 404"
1982
+
1983
+ #: ../admin/views/settings-disable-ads.php:12
1984
+ msgid "Disable ads on non-singular pages"
1985
+ msgstr "Désactiver les pubs sur les pages non singulière"
1986
+
1987
+ #: ../admin/views/settings-disable-ads.php:13
1988
+ msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
1989
+ msgstr ""
1990
+ "par exemple les pages d’archives comme catégories, mots-clés, auteurs, page "
1991
+ "de couverture (si une liste)"
1992
+
1993
+ #: ../admin/views/settings-disable-ads.php:16
1994
+ msgid "Disable ads on secondary queries"
1995
+ msgstr "Désactiver les pubs sur les requêtes secondaires"
1996
+
1997
+ #: ../admin/views/settings-disable-ads.php:17
1998
+ msgid ""
1999
+ "Secondary queries are custom queries of posts outside the main query of a "
2000
+ "page. Try this option if you see ads injected on places where they shouldn’t "
2001
+ "appear."
2002
+ msgstr ""
2003
+ "Les requêtes secondaires sont des requêtes personnalisées d’articles à "
2004
+ "l’extérieur de la requête principale d’une page. Essayez cette option si "
2005
+ "vous voyez des pubs injectées à des endroits elles ne devraient pas "
2006
+ "apparaître."
2007
+
2008
+ #: ../admin/views/settings.php:36
2009
+ msgid "Save settings on this page"
2010
+ msgstr "Enregistrer les paramètres sur cette page"
2011
+
2012
+ #: ../admin/views/settings.php:48
2013
+ msgid "Welcome Page"
2014
+ msgstr "Page de Bienvenue"
2015
+
2016
+ #: ../admin/views/settings.php:49
2017
+ msgid "Advanced Ads on WordPress.org"
2018
+ msgstr "Advanced Ads sur WordPress.org"
2019
+
2020
+ #: ../admin/views/settings.php:49
2021
+ msgid "Advanced Ads on wp.org"
2022
+ msgstr "Advanced Ads sur wp.org"
2023
+
2024
+ #: ../admin/views/settings.php:50
2025
+ msgid "the company behind Advanced Ads"
2026
+ msgstr "la compagnie derrière Advanced Ads"
2027
+
2028
+ #: ../admin/views/support.php:8
2029
+ msgid "Possible Issues"
2030
+ msgstr "Problèmes possibles"
2031
+
2032
+ #: ../admin/views/support.php:9
2033
+ msgid ""
2034
+ "Please fix the red highlighted issues on this page or try to understand "
2035
+ "their consequences before contacting support."
2036
+ msgstr ""
2037
+ "S’il vous plaît, réglez les problèmes (surligné en rouge) sur cette page ou "
2038
+ "essayer de comprendre leurs conséquences avant de contacter notre assistance."
2039
+
2040
+ #: ../admin/views/support.php:13
2041
+ #, php-format
2042
+ msgid ""
2043
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
2044
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
2045
+ "Please ask your hosting provider for more information."
2046
+ msgstr ""
2047
+ "Votre <strong>version de PHP (%s) est trop ancienne</strong>. Pubs avancés "
2048
+ "est construit pour PHP 5.3 et supérieur. Il pourrait fonctionner, mais mise "
2049
+ "à jour de PHP est vivement recommandé. Demandez à votre hébergeur pour plus "
2050
+ "d’informations."
2051
+
2052
+ #: ../admin/views/support.php:16
2053
+ #, php-format
2054
+ msgid ""
2055
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
2056
+ "rotation or visitor conditions might not work properly. Use the cache-"
2057
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
2058
+ "ads dynamically."
2059
+ msgstr ""
2060
+ "Votre <strong>site Web utilise le cache</strong>. Quelques fonctionnalités "
2061
+ "dynamiques comme la rotation (alternance) de pubs ou les conditions de "
2062
+ "visiteur ne peuvent pas fonctionner correctement. Utilisez la fonctionnalité "
2063
+ "de suppression de cache (cache-busting) de <a href=\"%s\" "
2064
+ "target=\"_blank\">Advanced Ads Pro</a> pour charger dynamiquement les pubs."
2065
+
2066
+ #: ../admin/views/support.php:19
2067
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
2068
+ msgstr ""
2069
+ "Il existe une <strong>nouvelle version de WordPress disponible</strong>. "
2070
+ "Veuillez mettre à jour."
2071
+
2072
+ #: ../admin/views/support.php:22
2073
+ msgid "There are <strong>plugin updates available</strong>. Please update."
2074
+ msgstr ""
2075
+ "Il y a des <strong>mises à jour du plugin disponible</strong>. Veuillez "
2076
+ "mettre à jour."
2077
+
2078
+ #: ../admin/views/support.php:25
2079
+ #, php-format
2080
+ msgid ""
2081
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
2082
+ "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
2083
+ msgstr ""
2084
+ "Une ou plusieurs clés de licences pour <strong>Advanced Ads add-ons sont "
2085
+ "manquantes ou incorrectes</strong>. S’il vous plaît ajouter les clés de "
2086
+ "licences valides <a href=\"%s\">ici</a>."
2087
+
2088
+ #: ../admin/views/support.php:31
2089
+ #, php-format
2090
+ msgid ""
2091
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
2092
+ "site performance, it is known to alter code, including scripts from ad "
2093
+ "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-in "
2094
+ "support for Autoptimize."
2095
+ msgstr ""
2096
+ "<strong>Autoptimize plugin détecté</strong>. Ce plugin est excellent pour la "
2097
+ "performance du site, mais il est reconnu pour modifier le code, y compris "
2098
+ "les scripts de réseaux publicitaires. <a href=\"%s\" target=\"_blank\">Advanced "
2099
+ "Ads Pro</a> propose le support intégré d’Autoptimize."
2100
+
2101
+ #: ../admin/views/support.php:34
2102
+ #, php-format
2103
+ msgid ""
2104
+ "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2105
+ "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2106
+ msgstr ""
2107
+ "Les plugins qui sont connus pour causer des problèmes (partielles): "
2108
+ "<strong>%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">En savoir plus</a>."
2109
+
2110
+ #: ../admin/views/support.php:38
2111
+ #, php-format
2112
+ msgid ""
2113
+ "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2114
+ "href=\"%s\">settings</a>."
2115
+ msgstr ""
2116
+ "Les pubs sont désactivées pour toutes ou certaines pages. Voir « pubs "
2117
+ "désactivées » dans les <a href=\"%s\">paramètres</a>."
2118
+
2119
+ #: ../admin/views/support.php:49
2120
+ msgid "Search"
2121
+ msgstr "Recherche"
2122
+
2123
+ #: ../admin/views/support.php:50
2124
+ msgid ""
2125
+ "Use the following form to search for solutions in the manual on "
2126
+ "wpadvancedads.com"
2127
+ msgstr ""
2128
+ "Utilisez le formulaire ci-dessous pour rechercher des solutions dans le "
2129
+ "manuel sur wpadvancedads.com"
2130
+
2131
+ #: ../admin/views/support.php:53
2132
+ msgid "search"
2133
+ msgstr "rechercher"
2134
+
2135
+ #: ../admin/views/support.php:55
2136
+ msgid "Contact"
2137
+ msgstr "Contact"
2138
+
2139
+ #: ../admin/views/support.php:56
2140
+ #, php-format
2141
+ msgid ""
2142
+ "Please search the manual for a solution and take a look at <a href=\"%s\" "
2143
+ "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
2144
+ msgstr ""
2145
+ "Veuillez rechercher une solution dans le manuel et jetez un oeil à <a "
2146
+ "href=\"%s\" target=\"_blank\">pubs n’apparaissant-pas?</a> avant de me contacter "
2147
+ "pour de l’aide."
2148
+
2149
+ #: ../admin/views/support.php:58
2150
+ msgid "Email was successfully sent."
2151
+ msgstr "Votre e-mail a bien été envoyé."
2152
+
2153
+ #: ../admin/views/support.php:67
2154
+ msgid "your email"
2155
+ msgstr "votre email"
2156
+
2157
+ #: ../admin/views/support.php:71
2158
+ msgid "your name"
2159
+ msgstr "Votre nom"
2160
+
2161
+ #: ../admin/views/support.php:75
2162
+ msgid "your message"
2163
+ msgstr "Votre message"
2164
+
2165
+ #: ../admin/views/support.php:80
2166
+ msgid "send"
2167
+ msgstr "envoyer"
2168
+
2169
+ #: ../admin/views/notices/adblock.php:3
2170
+ msgid ""
2171
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2172
+ "ad setup."
2173
+ msgstr ""
2174
+ "Veuillez désactiver votre <strong>bloqueur de publicité</strong> pour éviter "
2175
+ "tout problème avec la configuration de pub."
2176
+
2177
+ #: ../classes/ad_placements.php:31
2178
+ msgid "Manual Placement"
2179
+ msgstr "Placement manuel"
2180
+
2181
+ #: ../classes/ad_placements.php:32
2182
+ msgid "Manual placement to use as function or shortcode."
2183
+ msgstr "Placement manuel à utiliser comme fonction ou shortcode."
2184
+
2185
+ #: ../classes/ad_placements.php:36
2186
+ msgid "Header Code"
2187
+ msgstr "Code d’en-tête"
2188
+
2189
+ #: ../classes/ad_placements.php:37
2190
+ msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
2191
+ msgstr ""
2192
+ "Injecté dans l’en-tête (avant fermeture de la balise &lt;/head&gt; , souvent "
2193
+ "non visible)."
2194
+
2195
+ #: ../classes/ad_placements.php:41
2196
+ msgid "Footer Code"
2197
+ msgstr "Code du pied de page"
2198
+
2199
+ #: ../classes/ad_placements.php:42
2200
+ msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
2201
+ msgstr "Injecté en pied de page (avant la fermeture de la balise &lt;/body&gt;)."
2202
+
2203
+ #: ../classes/ad_placements.php:46
2204
+ msgid "Before Content"
2205
+ msgstr "Avant le contenu"
2206
+
2207
+ #: ../classes/ad_placements.php:47
2208
+ msgid "Injected before the post content."
2209
+ msgstr "Injecté avant le contenu de l’article."
2210
+
2211
+ #: ../classes/ad_placements.php:51
2212
+ msgid "After Content"
2213
+ msgstr "Après le contenu"
2214
+
2215
+ #: ../classes/ad_placements.php:52
2216
+ msgid "Injected after the post content."
2217
+ msgstr "Injecté après le contenu de l’article."
2218
+
2219
+ #: ../classes/ad_placements.php:56
2220
+ msgid "Post Content"
2221
+ msgstr "Contenu d’article"
2222
+
2223
+ #: ../classes/ad_placements.php:57
2224
+ msgid ""
2225
+ "Injected into the post content. You can choose the paragraph after which the "
2226
+ "ad content is displayed."
2227
+ msgstr ""
2228
+ "Injecté dans le contenu de l’article. Vous pouvez choisir le paragraphe "
2229
+ "après lequel le contenu de la pub est affiché."
2230
+
2231
+ #: ../classes/ad_placements.php:61
2232
+ msgid "Sidebar Widget"
2233
+ msgstr "Widget de barre latérale"
2234
+
2235
+ #: ../classes/ad_placements.php:62
2236
+ msgid ""
2237
+ "Create a sidebar widget with an ad. Can be placed and used like any other "
2238
+ "widget."
2239
+ msgstr ""
2240
+ "Créer un widget de barre latérale avec une pub. Peuvent être placé et "
2241
+ "utilisé comme n’importe quel autre widget."
2242
+
2243
+ #: ../classes/ad_placements.php:203
2244
+ #, php-format
2245
+ msgid "paragraph (%s)"
2246
+ msgstr "paragraphe (%s)"
2247
+
2248
+ #: ../classes/ad_placements.php:205
2249
+ #, php-format
2250
+ msgid "headline 2 (%s)"
2251
+ msgstr "titre 2 (%s)"
2252
+
2253
+ #: ../classes/ad_placements.php:206
2254
+ #, php-format
2255
+ msgid "headline 3 (%s)"
2256
+ msgstr "titre 3 (%s)"
2257
+
2258
+ #: ../classes/ad_placements.php:207
2259
+ #, php-format
2260
+ msgid "headline 4 (%s)"
2261
+ msgstr "titre 4 (%s)"
2262
+
2263
+ #: ../classes/ad_type_content.php:35
2264
+ msgid "Rich Content"
2265
+ msgstr "Contenu riche"
2266
+
2267
+ #: ../classes/ad_type_content.php:36
2268
+ msgid ""
2269
+ "The full content editor from WordPress with all features like shortcodes, "
2270
+ "image upload or styling, but also simple text/html mode for scripts and code."
2271
+ msgstr ""
2272
+ "L’éditeur de contenu complet de WordPress avec toutes les fonctionnalités "
2273
+ "comme les shortcodes, téléchargement d’images, ou styles, mais aussi en mode "
2274
+ "texte/html pour les scripts et le code."
2275
+
2276
+ #: ../classes/ad_type_image.php:34
2277
+ msgid "Image Ad"
2278
+ msgstr "Image de la pub"
2279
+
2280
+ #: ../classes/ad_type_image.php:35
2281
+ msgid "Ads in various image formats."
2282
+ msgstr "Pubs dans divers formats d’image."
2283
+
2284
+ #: ../classes/ad_type_image.php:55
2285
+ msgid "Insert File"
2286
+ msgstr "Insérer un fichier"
2287
+
2288
+ #: ../classes/ad_type_image.php:55
2289
+ msgid "Insert"
2290
+ msgstr "Insérer"
2291
+
2292
+ #: ../classes/ad_type_image.php:55
2293
+ msgid "select image"
2294
+ msgstr "sélectionnez une image"
2295
+
2296
+ #: ../classes/ad_type_image.php:56
2297
+ msgid "edit"
2298
+ msgstr "modifier"
2299
+
2300
+ #: ../classes/ad_type_image.php:65
2301
+ msgid "url"
2302
+ msgstr "url"
2303
+
2304
+ #: ../classes/ad_type_image.php:67
2305
+ #, php-format
2306
+ msgid ""
2307
+ "Pro: Open this url in a new window and track impressions and clicks with the "
2308
+ "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
2309
+ msgstr ""
2310
+ "Pro : Ouvrir cette url dans une nouvelle fenêtre et suivre les impressions "
2311
+ "et les clics avec <a href=\"%s\" target=\"_blank\">le module de suivi « Tracking "
2312
+ "add-on »</a>"
2313
+
2314
+ #: ../classes/ad_type_plain.php:31
2315
+ msgid "Plain Text and Code"
2316
+ msgstr "Texte brut et code"
2317
+
2318
+ #: ../classes/ad_type_plain.php:32
2319
+ msgid ""
2320
+ "Simple text editor without any filters. You might use it to display "
2321
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2322
+ "content field magic does not work here."
2323
+ msgstr ""
2324
+ "Éditeur de texte simple sans aucun filtre. Vous pouvez lutiliser pour "
2325
+ "afficher le contenu non filtrée, code php ou javascript. Shortcodes et autre "
2326
+ "champs de contenus de WordPress ne fonctionnent pas ici."
2327
+
2328
+ #: ../classes/ad_type_plain.php:52
2329
+ msgid "Insert plain text or code into this field."
2330
+ msgstr "Insérez le code ou texte brut dans ce champ."
2331
+
2332
+ #: ../classes/ad_type_plain.php:86
2333
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2334
+ msgstr "Exécuter du code PHP (inséré dans <code>&lt;?php ?&gt;</code>)"
2335
+
2336
+ #: ../classes/checks.php:223
2337
+ #, php-format
2338
+ msgid ""
2339
+ "Possible conflict between jQueryUI library, used by Advanced Ads and other "
2340
+ "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead to "
2341
+ "misfortunate formats in forms, but should not damage features."
2342
+ msgstr ""
2343
+ "Conflits possibles entre les bibliothèques jQueryUI, utilisée par Advanced "
2344
+ "Ads et d’autres bibliothèques (probablement <a href=\"%s\">Twitter "
2345
+ "Bootstrap</a>). Cela pourrait conduire à des formats malheureux, mais ne "
2346
+ "devrait pas endommager les fonctionnalités."
2347
+
2348
+ #: ../classes/display-conditions.php:69
2349
+ msgid "post type"
2350
+ msgstr "Type d’article"
2351
+
2352
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2353
+ msgid "Choose the public post types on which to display the ad."
2354
+ msgstr "Choisir les types d’article public sur lequel afficher la pub."
2355
+
2356
+ #: ../classes/display-conditions.php:76
2357
+ msgid "specific pages"
2358
+ msgstr "pages spécifiques"
2359
+
2360
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2361
+ msgid ""
2362
+ "Choose on which individual posts, pages and public post type pages you want "
2363
+ "to display or hide ads."
2364
+ msgstr ""
2365
+ "Choisir sur quels articles individuels, pages et pages de type article "
2366
+ "public vous souhaitez afficher ou masquer les pubs."
2367
+
2368
+ #: ../classes/display-conditions.php:82
2369
+ msgid "general conditions"
2370
+ msgstr "conditions générales"
2371
+
2372
+ #: ../classes/display-conditions.php:88
2373
+ msgid "author"
2374
+ msgstr "auteur"
2375
+
2376
+ #: ../classes/display-conditions.php:113
2377
+ #, php-format
2378
+ msgid "archive: %s"
2379
+ msgstr "archive: %s"
2380
+
2381
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
2382
+ #: classes/display-conditions.php:346
2383
+ msgctxt "Error message shown when no display condition term is selected"
2384
+ msgid "Please select some items."
2385
+ msgstr "Veuillez sélectionner quelques éléments."
2386
+
2387
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
2388
+ #: classes/display-conditions.php:371
2389
+ msgid "show"
2390
+ msgstr "montrer"
2391
+
2392
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
2393
+ #: classes/display-conditions.php:372
2394
+ msgid "hide"
2395
+ msgstr "masquer"
2396
+
2397
+ #: ../classes/display-conditions.php:336
2398
+ msgctxt "display the terms search field on ad edit page"
2399
+ msgid "add more terms"
2400
+ msgstr "ajouter plus de termes"
2401
+
2402
+ #: ../classes/display-conditions.php:337
2403
+ msgid "add more terms"
2404
+ msgstr "ajouter plus de termes"
2405
+
2406
+ #: ../classes/display-conditions.php:339
2407
+ msgid "term name or id"
2408
+ msgstr "nom du terme ou id"
2409
+
2410
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2411
+ msgid "Home Page"
2412
+ msgstr "Page d’accueil"
2413
+
2414
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2415
+ msgid "show on Home page"
2416
+ msgstr "voir sur page d’accueil"
2417
+
2418
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2419
+ msgid "Singular Pages"
2420
+ msgstr "Pages particulières"
2421
+
2422
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2423
+ msgid "show on singular pages/posts"
2424
+ msgstr "afficher sur les articles particuliers ou pages particulières"
2425
+
2426
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2427
+ msgid "Archive Pages"
2428
+ msgstr "Pages d’archive"
2429
+
2430
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2431
+ msgid "show on any type of archive page (category, tag, author and date)"
2432
+ msgstr ""
2433
+ "afficher sur n’importe quel type de page d’archive (catégorie, mot-clé, "
2434
+ "auteur et date)"
2435
+
2436
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2437
+ msgid "Search Results"
2438
+ msgstr "Résultats de recherche"
2439
+
2440
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2441
+ msgid "show on search result pages"
2442
+ msgstr "montrer sur les pages de résultats de recherche"
2443
+
2444
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2445
+ msgid "404 Page"
2446
+ msgstr "Page 404"
2447
+
2448
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2449
+ msgid "show on 404 error page"
2450
+ msgstr "afficher sur la page d’erreur 404"
2451
+
2452
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2453
+ msgid "Attachment Pages"
2454
+ msgstr "Pages de pièce jointe"
2455
+
2456
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2457
+ msgid "show on attachment pages"
2458
+ msgstr "afficher sur les pages de pièce jointe"
2459
+
2460
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2461
+ msgid "Secondary Queries"
2462
+ msgstr "Requêtes secondaires"
2463
+
2464
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2465
+ msgid "allow ads in secondary queries"
2466
+ msgstr "autoriser les pubs dans les requêtes secondaires"
2467
+
2468
+ #: ../classes/EDD_SL_Plugin_Updater.php:177
2469
+ #, php-format
2470
+ msgid ""
2471
+ "There is a new version of %1$s available. <a target=\"_blank\" "
2472
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
2473
+ msgstr ""
2474
+ "Il y a une nouvelle version de %1$s disponible. <a target=\"_blank\" "
2475
+ "class=\"thickbox\" href=\"%2$s\">Voir les détails de la version %3$s </a>."
2476
+
2477
+ #: ../classes/EDD_SL_Plugin_Updater.php:184
2478
+ #, php-format
2479
+ msgid ""
2480
+ "There is a new version of %1$s available. <a target=\"_blank\" "
2481
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
2482
+ "href=\"%4$s\">update now</a>."
2483
+ msgstr ""
2484
+ "Il y a une nouvelle version de %1$s disponible. <a target=\"_blank\" "
2485
+ "class=\"thickbox\" href=\"%2$s\">Voir les détails de la version %3$s</a> or <a "
2486
+ "href=\"%4$s\">Mettre à jour maintenant</a>."
2487
+
2488
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
2489
+ msgid "You do not have permission to install plugin updates"
2490
+ msgstr "Vous n’avez pas la permission d’installer les mises à jour de l’extension"
2491
+
2492
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
2493
+ msgid "Error"
2494
+ msgstr "Erreur"
2495
+
2496
+ #: ../classes/visitor-conditions.php:32
2497
+ msgid "mobile device"
2498
+ msgstr "appareil mobile"
2499
+
2500
+ #: ../classes/visitor-conditions.php:33
2501
+ msgid "Display ads only on mobile devices or hide them."
2502
+ msgstr "Afficher les pubs uniquement sur les appareils mobiles ou les masquer."
2503
+
2504
+ #: ../classes/visitor-conditions.php:39
2505
+ msgid "logged in visitor"
2506
+ msgstr "visiteur connecté"
2507
+
2508
+ #: ../classes/visitor-conditions.php:40
2509
+ msgid "Whether the visitor has to be logged in or not in order to see the ads."
2510
+ msgstr "Si le visiteur doit se connecter ou non afin de voir les pubs."
2511
+
2512
+ #: ../classes/visitor-conditions.php:73
2513
+ #, php-format
2514
+ msgid ""
2515
+ "Pro: Display ads by the available space on the device using the <a href=\"%s\" "
2516
+ "target=\"_blank\">Responsive add-on</a>"
2517
+ msgstr ""
2518
+ "Pro: Afficher les pubs par l’espace disponible sur l’appareil à l’aide du <a "
2519
+ "href=\"%s\" target=\"_blank\">Responsive add-on</a>"
2520
+
2521
+ #: ../classes/visitor-conditions.php:101
2522
+ msgid "is"
2523
+ msgstr "est"
2524
+
2525
+ #: ../classes/visitor-conditions.php:102
2526
+ msgid "is not"
2527
+ msgstr "n’est pas"
2528
+
2529
+ #: ../classes/visitor-conditions.php:107
2530
+ msgid "Manual and Troubleshooting"
2531
+ msgstr "Manuel et dépannage"
2532
+
2533
+ #: ../classes/visitor-conditions.php:136
2534
+ msgid "equal"
2535
+ msgstr "égal"
2536
+
2537
+ #: ../classes/visitor-conditions.php:137
2538
+ msgid "equal or higher"
2539
+ msgstr "égal ou supérieur"
2540
+
2541
+ #: ../classes/visitor-conditions.php:138
2542
+ msgid "equal or lower"
2543
+ msgstr "égal ou inférieur"
2544
+
2545
+ #: ../classes/visitor-conditions.php:168
2546
+ msgid "contains"
2547
+ msgstr "contient"
2548
+
2549
+ #: ../classes/visitor-conditions.php:169
2550
+ msgid "starts with"
2551
+ msgstr "commence par"
2552
+
2553
+ #: ../classes/visitor-conditions.php:170
2554
+ msgid "ends with"
2555
+ msgstr "finit par"
2556
+
2557
+ #: ../classes/visitor-conditions.php:171
2558
+ msgid "matches"
2559
+ msgstr "correspond"
2560
+
2561
+ #: ../classes/visitor-conditions.php:172
2562
+ msgid "matches regex"
2563
+ msgstr "expression régulière correspondante"
2564
+
2565
+ #: ../classes/visitor-conditions.php:173
2566
+ msgid "does not contain"
2567
+ msgstr "ne contient pas"
2568
+
2569
+ #: ../classes/visitor-conditions.php:174
2570
+ msgid "does not start with"
2571
+ msgstr "ne commence pas par"
2572
+
2573
+ #: ../classes/visitor-conditions.php:175
2574
+ msgid "does not end with"
2575
+ msgstr "ne se termine pas par"
2576
+
2577
+ #: ../classes/visitor-conditions.php:176
2578
+ msgid "does not match"
2579
+ msgstr "ne correspond pas"
2580
+
2581
+ #: ../classes/visitor-conditions.php:177
2582
+ msgid "does not match regex"
2583
+ msgstr "expression régulière non-correspondante"
2584
+
2585
+ #: ../classes/widget.php:25
2586
+ msgid "Display Ads and Ad Groups."
2587
+ msgstr "Afficher des pubs et des groupes de pubs."
2588
+
2589
+ #: ../classes/widget.php:67
2590
+ msgid "Title:"
2591
+ msgstr "Titre:"
2592
+
2593
+ #: ../includes/array_ad_conditions.php:39
2594
+ msgid "Post Types"
2595
+ msgstr "Types d’article"
2596
+
2597
+ #: ../includes/array_ad_conditions.php:45
2598
+ msgid "Categories, Tags and Taxonomies"
2599
+ msgstr "Catégories, mots-clés et taxonomies"
2600
+
2601
+ #: ../includes/array_ad_conditions.php:46
2602
+ msgid ""
2603
+ "Choose terms from public category, tag and other taxonomies a post must "
2604
+ "belong to in order to have ads."
2605
+ msgstr ""
2606
+ "Choisissez des termes dans la catégorie public, mot-clé et autres taxonomies "
2607
+ "pour lesquels un article doit appartenir à afin d’avoir des pubs."
2608
+
2609
+ #: ../includes/array_ad_conditions.php:51
2610
+ msgid "Category Archives"
2611
+ msgstr "Catégorie des Archives"
2612
+
2613
+ #: ../includes/array_ad_conditions.php:52
2614
+ msgid "comma seperated IDs of category archives"
2615
+ msgstr "Identifiants (séparés de virgules) de catégorie d’archive"
2616
+
2617
+ #: ../includes/array_ad_conditions.php:57
2618
+ msgid "Individual Posts, Pages and Public Post Types"
2619
+ msgstr "Articles individuels, pages et types d’article public"
2620
+
2621
+ #: ../modules/ad-blocker/admin/admin.php:133
2622
+ msgid "The asset folder was rebuilt successfully"
2623
+ msgstr "Le dossier d’éléments (assets) a été reconstruit avec succès"
2624
+
2625
+ #: ../modules/ad-blocker/admin/admin.php:218
2626
+ msgid "Ad blocker fix"
2627
+ msgstr "Réparation bloqueur de publicité"
2628
+
2629
+ #: ../modules/ad-blocker/admin/admin.php:257
2630
+ msgid "There is no writable upload folder"
2631
+ msgstr "Il n’y a aucun dossier de transfert avec des droits d’écriture (writable)"
2632
+
2633
+ #: ../modules/ad-blocker/admin/admin.php:278
2634
+ #, php-format
2635
+ msgid "Unable to rename \"%s\" directory"
2636
+ msgstr "Impossible de renommer le répertoire \"%s\""
2637
+
2638
+ #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
2639
+ #: php:307 ../modules/ad-blocker/admin/admin.php:324
2640
+ #, php-format
2641
+ msgid "Unable to copy assets to the \"%s\" directory"
2642
+ msgstr "Impossible de copier des éléments (assets) dans le répertoire \"%s\""
2643
+
2644
+ #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
2645
+ #: php:378
2646
+ #, php-format
2647
+ msgid "We do not have direct write access to the \"%s\" directory"
2648
+ msgstr "Vous n’avez pas de droit direct d’écriture pour le répertoire \"%s\""
2649
+
2650
+ #: ../modules/ad-blocker/admin/admin.php:445
2651
+ #, php-format
2652
+ msgid ""
2653
+ "Unable to create \"%s\" directory. Is its parent directory writable by the "
2654
+ "server?"
2655
+ msgstr ""
2656
+ "Impossible de créer le répertoire \"%s\". Son répertoire parent est-il "
2657
+ "modifiable par le serveur ?"
2658
+
2659
+ #: ../modules/ad-blocker/admin/admin.php:456
2660
+ #, php-format
2661
+ msgid "Unable to copy files to %s"
2662
+ msgstr "Impossible de copier les fichiers vers %s"
2663
+
2664
+ #: ../modules/ad-blocker/admin/admin.php:592
2665
+ msgid ""
2666
+ "Prevents ad block software from breaking your website when blocking asset "
2667
+ "files (.js, .css)."
2668
+ msgstr ""
2669
+ "Empêcher le logiciel de blocage de publicités de casser votre site Internet "
2670
+ "lors du blocage des fichiers de composants (.js, .css)."
2671
+
2672
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
2673
+ msgid "Ad blocker file folder"
2674
+ msgstr "Dossier de fichier ad bloquer"
2675
+
2676
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
2677
+ msgid "Upload folder is not writable"
2678
+ msgstr "Dossier de transfert n’est pas accessible en écriture"
2679
+
2680
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
2681
+ msgid "Asset path"
2682
+ msgstr "Chemin d’élément (asset)"
2683
+
2684
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
2685
+ msgid "Asset URL"
2686
+ msgstr "URL de l’actif (asset)"
2687
+
2688
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
2689
+ msgid "Rebuild asset folder"
2690
+ msgstr "Reconstruire le dossier d’éléments (asset folder)"
2691
+
2692
+ #: ../modules/gadsense/main.php:19
2693
+ msgid " at "
2694
+ msgstr "à"
2695
+
2696
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2697
+ #: ad-parameters.php:51
2698
+ msgid "Responsive"
2699
+ msgstr "Responsive"
2700
+
2701
+ #: ../modules/gadsense/admin/admin.php:44
2702
+ msgid "The ad details couldn't be retrieved from the ad code"
2703
+ msgstr "Les détails de la pub n’ont pas pu être récupérés à partir du code de la pub"
2704
+
2705
+ #: ../modules/gadsense/admin/admin.php:45
2706
+ msgid ""
2707
+ "Warning : The AdSense account from this code does not match the one set with "
2708
+ "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2709
+ "end."
2710
+ msgstr ""
2711
+ "Avertissement : Le compte AdSense à partir de ce code ne correspond pas à "
2712
+ "celui fixé avec le Plugin Advanced Ads. Cette pub pourrait entraîner des "
2713
+ "problèmes lorsqu’elle est utilisée sur le Frontend."
2714
+
2715
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:262
2716
+ msgid "AdSense"
2717
+ msgstr "Adsense"
2718
+
2719
+ #: ../modules/gadsense/admin/admin.php:131
2720
+ msgid "AdSense ID"
2721
+ msgstr "ID AdSense"
2722
+
2723
+ #: ../modules/gadsense/admin/admin.php:140
2724
+ msgid "Limit to 3 ads"
2725
+ msgstr "Limiter à 3 pubs"
2726
+
2727
+ #: ../modules/gadsense/admin/admin.php:149
2728
+ msgid "Activate Page-Level ads"
2729
+ msgstr "Activer les pubs de niveau de Page"
2730
+
2731
+ #: ../modules/gadsense/admin/admin.php:169
2732
+ #, php-format
2733
+ msgid ""
2734
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
2735
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2736
+ msgstr ""
2737
+ "Veuillez entrer votre Référence éditeur (Publisher ID) pour utiliser AdSense "
2738
+ "sur votre page. Voir le <a href=\"%s\" target=\"_blank\">manuel</a> pour plus "
2739
+ "d’informations."
2740
+
2741
+ #: ../modules/gadsense/admin/admin.php:183
2742
+ msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2743
+ msgstr ""
2744
+ "Votre Référence éditeur (Publisher ID) d’ AdSense <em>(pub-"
2745
+ "xxxxxxxxxxxxxx)</em>"
2746
+
2747
+ #: ../modules/gadsense/admin/admin.php:195
2748
+ #, php-format
2749
+ msgid "Limit to %d AdSense ads"
2750
+ msgstr "Limiter à %d pubs AdSense"
2751
+
2752
+ #: ../modules/gadsense/admin/admin.php:199
2753
+ #, php-format
2754
+ msgid ""
2755
+ "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2756
+ "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
2757
+ "this limitation at your own risks."
2758
+ msgstr ""
2759
+ "Actuellement, les <a target=\"_blank\" href=\"%s\" title=\"TOS »>Conditions "
2760
+ "d’utilisation</a> Google AdSense impose une limite d’affichage de %d pubs "
2761
+ "par page. Vous pouvez désactiver cette limitation à vos propres risques."
2762
+
2763
+ #: ../modules/gadsense/admin/admin.php:202
2764
+ msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2765
+ msgstr ""
2766
+ "Avis: Advanced Ads considère uniquement le type de publicité AdSense pour "
2767
+ "cette limite."
2768
+
2769
+ #: ../modules/gadsense/admin/admin.php:205
2770
+ msgid ""
2771
+ "Due to technical restrictions, the limit does not work on placements with "
2772
+ "cache-busting enabled."
2773
+ msgstr ""
2774
+ "En raison de restrictions techniques, la limite ne fonctionne pas sur les "
2775
+ "placements avec la suppression du cache (cache-busting) activé."
2776
+
2777
+ #: ../modules/gadsense/admin/admin.php:219
2778
+ msgid "Insert Page-Level ads code on all pages."
2779
+ msgstr "Insérez le code des pubs de niveau de page sur toutes les pages."
2780
+
2781
+ #: ../modules/gadsense/admin/admin.php:221
2782
+ msgid ""
2783
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
2784
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
2785
+ "target=\"_blank\">AdSense Help</a> (requires AdSense-login) for more "
2786
+ "information"
2787
+ msgstr ""
2788
+ "Vous devez toujours activer les pubs de niveau de page dans votre compte "
2789
+ "Adsense. Consultez l’ <a href=\"https://support.google."
2790
+ "com/adsense/answer/6245304\" target=\"_blank\">Aide d’AdSense</a> (compte "
2791
+ "AdSense obligatoire) pour plus d’informations"
2792
+
2793
+ #: ../modules/gadsense/admin/admin.php:240 ../modules/gadsense/includes/class-ad-
2794
+ #: type-adsense.php:73
2795
+ msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2796
+ msgstr ""
2797
+ "L’ID de l’éditeur (Publisher ID) a un format incorrect. (doit commencer par "
2798
+ "« pub- »)"
2799
+
2800
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2801
+ msgid "Copy&Paste existing ad code"
2802
+ msgstr "Copiez et collez le code existant de la pub"
2803
+
2804
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2805
+ msgid "Ad Slot ID"
2806
+ msgstr "ID de l’emplacement de pub"
2807
+
2808
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2809
+ #, php-format
2810
+ msgid "Publisher ID: %s"
2811
+ msgstr "ID de l’éditeur (Publisher ID): %s"
2812
+
2813
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
2814
+ #, php-format
2815
+ msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2816
+ msgstr "S’il vous plaît <a href=\"%s\" target=\"_blank\">changez le ici</a>."
2817
+
2818
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
2819
+ msgid "Normal"
2820
+ msgstr "Normal"
2821
+
2822
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2823
+ #, php-format
2824
+ msgid ""
2825
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2826
+ "define the exact creative for each browser width."
2827
+ msgstr ""
2828
+ "Utilisez le <a href=\"%s\" target=\"_blank\">Responsive add-on</a> afin de "
2829
+ "définir la création exacte pour chaque largeur de navigateur."
2830
+
2831
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2832
+ msgid "Resizing"
2833
+ msgstr "Redimensionnement"
2834
+
2835
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2836
+ msgid "Copy the ad code from your AdSense account and paste it in the area below"
2837
+ msgstr ""
2838
+ "Copiez le code de pub de votre compte AdSense et collez-le dans la zone ci-"
2839
+ "dessous"
2840
+
2841
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2842
+ msgid "Get details"
2843
+ msgstr "Plus de Détails"
2844
+
2845
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
2846
+ msgid "Close"
2847
+ msgstr "Fermer"
2848
+
2849
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
2850
+ msgid "AdSense ad"
2851
+ msgstr "Pub AdSense"
2852
+
2853
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
2854
+ msgid "Use ads from your Google AdSense account"
2855
+ msgstr "Utiliser les pubs de votre compte Google AdSense"
2856
+
2857
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
2858
+ msgid "Your AdSense Publisher ID is missing."
2859
+ msgstr "Votre identifiant d’éditeur (Publisher ID) AdSense est manquant."
2860
+
2861
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
2862
+ msgid "Auto"
2863
+ msgstr "Auto"
2864
+
2865
+ #: ../public/class-advanced-ads.php:307
2866
+ msgid "Advanced Ads Error following:"
2867
+ msgstr "Erreur d’Advanced Ads suivante :"
2868
+
2869
+ #: ../public/class-advanced-ads.php:310
2870
+ #, php-format
2871
+ msgid "Advanced Ads Error: %s"
2872
+ msgstr "Erreur Advanced Ads: %s"
2873
+
2874
+ #: ../public/class-advanced-ads.php:551
2875
+ msgctxt "ad group general name"
2876
+ msgid "Ad Groups"
2877
+ msgstr "Groupes de pubs"
2878
+
2879
+ #: ../public/class-advanced-ads.php:552
2880
+ msgctxt "ad group singular name"
2881
+ msgid "Ad Group"
2882
+ msgstr "Groupe de pubs"
2883
+
2884
+ #: ../public/class-advanced-ads.php:553
2885
+ msgid "Search Ad Groups"
2886
+ msgstr "Rechercher des groupes de pubs"
2887
+
2888
+ #: ../public/class-advanced-ads.php:554
2889
+ msgid "All Ad Groups"
2890
+ msgstr "Tous les groupes de pubs"
2891
+
2892
+ #: ../public/class-advanced-ads.php:555
2893
+ msgid "Parent Ad Groups"
2894
+ msgstr "Groupes de pubs parents"
2895
+
2896
+ #: ../public/class-advanced-ads.php:556
2897
+ msgid "Parent Ad Groups:"
2898
+ msgstr "Groupes de pubs parents :"
2899
+
2900
+ #: ../public/class-advanced-ads.php:557
2901
+ msgid "Edit Ad Group"
2902
+ msgstr "Modifier le groupe de pubs"
2903
+
2904
+ #: ../public/class-advanced-ads.php:558
2905
+ msgid "Update Ad Group"
2906
+ msgstr "Mettre à jour le groupe de pubs"
2907
+
2908
+ #: ../public/class-advanced-ads.php:559
2909
+ msgid "Add New Ad Group"
2910
+ msgstr "Ajouter un nouveau groupe de pubs"
2911
+
2912
+ #: ../public/class-advanced-ads.php:560
2913
+ msgid "New Ad Groups Name"
2914
+ msgstr "Nouveau nom de groupes de pubs"
2915
+
2916
+ #: ../public/class-advanced-ads.php:562
2917
+ msgid "No Ad Group found"
2918
+ msgstr "Aucun groupe de pubs trouvé"
2919
+
2920
+ #: ../public/class-advanced-ads.php:593
2921
+ msgid "Edit Ad"
2922
+ msgstr "Modifier la pub"
2923
+
2924
+ #: ../public/class-advanced-ads.php:595
2925
+ msgid "View"
2926
+ msgstr "Voir"
2927
+
2928
+ #: ../public/class-advanced-ads.php:596
2929
+ msgid "View the Ad"
2930
+ msgstr "Voir la pub"
2931
+
2932
+ #: ../public/class-advanced-ads.php:597
2933
+ msgid "Search Ads"
2934
+ msgstr "Rechercher des pubs"
2935
+
2936
+ #: ../public/class-advanced-ads.php:598
2937
+ msgid "No Ads found"
2938
+ msgstr "Aucune pub n’a été trouvée"
2939
+
2940
+ #: ../public/class-advanced-ads.php:599
2941
+ msgid "No Ads found in Trash"
2942
+ msgstr "Aucune pub n’a été trouvée dans la corbeille"
2943
+
2944
+ #: ../public/class-advanced-ads.php:600
2945
+ msgid "Parent Ad"
2946
+ msgstr "Pub parente"
 
 
 
 
 
 
 
 
 
 
 
 
languages/advanced-ads-it_IT.mo CHANGED
Binary file
languages/advanced-ads-it_IT.po CHANGED
@@ -3,7 +3,7 @@ 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 12 2016 16:58:23 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"
@@ -39,170 +39,170 @@ msgid "http://webgilde.com"
39
  msgstr ""
40
 
41
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
42
- #: 162 ../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:162 ../classes/visitor-conditions.php:214
49
  msgid "and"
50
  msgstr ""
51
 
52
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
53
- #: php:302
54
  msgid "Advanced Ads Intro"
55
  msgstr ""
56
 
57
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
58
- #: php:306 ../admin/class-advanced-ads-admin.php:1966
59
  msgid "Support"
60
  msgstr ""
61
 
62
- #: ../admin/class-advanced-ads-admin.php:419
63
  msgid "Please enter a message"
64
  msgstr ""
65
 
66
- #: ../admin/class-advanced-ads-admin.php:429
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:432
72
  msgid "Please enter a valid email address"
73
  msgstr ""
74
 
75
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
76
- #: php:485
77
  msgid "Sorry, you are not allowed to access this feature."
78
  msgstr ""
79
 
80
- #: ../admin/class-advanced-ads-admin.php:471
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:592
87
  msgid "Layout / Output"
88
  msgstr ""
89
 
90
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
91
- #: php:824
92
  msgid "Ad updated."
93
  msgstr ""
94
 
95
  #. translators: %s: date and time of the revision
96
- #: ../admin/class-advanced-ads-admin.php:826
97
  #, php-format
98
  msgid "Ad restored to revision from %s"
99
  msgstr ""
100
 
101
- #: ../admin/class-advanced-ads-admin.php:827
102
  msgid "Ad published."
103
  msgstr ""
104
 
105
- #: ../admin/class-advanced-ads-admin.php:828
106
  msgid "Ad saved."
107
  msgstr ""
108
 
109
- #: ../admin/class-advanced-ads-admin.php:829
110
  msgid "Ad submitted."
111
  msgstr ""
112
 
113
- #: ../admin/class-advanced-ads-admin.php:831
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:833
120
  msgid "M j, Y @ G:i"
121
  msgstr ""
122
 
123
- #: ../admin/class-advanced-ads-admin.php:835
124
  msgid "Ad draft updated."
125
  msgstr ""
126
 
127
- #: ../admin/class-advanced-ads-admin.php:854
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:855
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:856
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:857
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:858
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:905 ../admin/class-advanced-ads-admin.
163
- #: php:1009
164
  msgid "Licenses"
165
  msgstr ""
166
 
167
- #: ../admin/class-advanced-ads-admin.php:916
168
  msgid "Disable ads"
169
  msgstr ""
170
 
171
- #: ../admin/class-advanced-ads-admin.php:940
172
  msgid "Unlimited ad injection"
173
  msgstr ""
174
 
175
- #: ../admin/class-advanced-ads-admin.php:948
176
  msgid "Priority of content injection filter"
177
  msgstr ""
178
 
179
- #: ../admin/class-advanced-ads-admin.php:956
180
  msgid "Hide ads from bots"
181
  msgstr ""
182
 
183
- #: ../admin/class-advanced-ads-admin.php:964
184
  msgid "Disable notices"
185
  msgstr ""
186
 
187
- #: ../admin/class-advanced-ads-admin.php:972
188
  msgid "ID prefix"
189
  msgstr ""
190
 
191
- #: ../admin/class-advanced-ads-admin.php:980
192
  msgid "Remove Widget ID"
193
  msgstr ""
194
 
195
- #: ../admin/class-advanced-ads-admin.php:988
196
  msgid "Allow editors to manage ads"
197
  msgstr ""
198
 
199
- #: ../admin/class-advanced-ads-admin.php:1091
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:1094
206
  #, php-format
207
  msgid ""
208
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -210,7 +210,7 @@ msgid ""
210
  "from this file."
211
  msgstr ""
212
 
213
- #: ../admin/class-advanced-ads-admin.php:1107
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 "
@@ -219,19 +219,19 @@ msgid ""
219
  "on archive pages AT YOUR OWN RISK."
220
  msgstr ""
221
 
222
- #: ../admin/class-advanced-ads-admin.php:1123
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:1125
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:1139
235
  #, php-format
236
  msgid ""
237
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -239,126 +239,135 @@ msgid ""
239
  "Add-On</a>."
240
  msgstr ""
241
 
242
- #: ../admin/class-advanced-ads-admin.php:1140
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:1153
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:1170
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:1191
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:1194
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:1216
276
  msgid "Allow editors to also manage and publish ads."
277
  msgstr ""
278
 
279
- #: ../admin/class-advanced-ads-admin.php:1217
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:1313
287
  msgid "Ad Details"
288
  msgstr ""
289
 
290
- #: ../admin/class-advanced-ads-admin.php:1314
291
  msgid "Ad Planning"
292
  msgstr ""
293
 
294
- #: ../admin/class-advanced-ads-admin.php:1449
295
  msgid "Ad Settings"
296
  msgstr ""
297
 
298
- #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
299
  msgid "Ads Dashboard"
300
  msgstr ""
301
 
302
- #: ../admin/class-advanced-ads-admin.php:1540
303
  msgid "From the ad optimization universe"
304
  msgstr ""
305
 
306
- #: ../admin/class-advanced-ads-admin.php:1549
307
  msgid "Advanced Ads Tutorials"
308
  msgstr ""
309
 
310
- #: ../admin/class-advanced-ads-admin.php:1560
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:1571
316
  msgid "plugin manual and homepage"
317
  msgstr ""
318
 
319
- #: ../admin/class-advanced-ads-admin.php:1578
320
  msgid "Get the tutorial via email"
321
  msgstr ""
322
 
323
- #: ../admin/class-advanced-ads-admin.php:1585
324
  msgid "Get AdSense tips via email"
325
  msgstr ""
326
 
327
- #: ../admin/class-advanced-ads-admin.php:1675
328
  #, php-format
329
  msgid "time of %s"
330
  msgstr ""
331
 
332
- #: ../admin/class-advanced-ads-admin.php:1710
333
  msgid "Error while trying to register the license. Please contact support."
334
  msgstr ""
335
 
336
- #: ../admin/class-advanced-ads-admin.php:1716
337
- msgid "Please enter and save a valid license key first."
 
 
 
 
338
  msgstr ""
339
 
340
- #: ../admin/class-advanced-ads-admin.php:1744
341
  msgid "This is the bundle license key."
342
  msgstr ""
343
 
344
- #: ../admin/class-advanced-ads-admin.php:1745
345
  msgid "This is not the correct key for this add-on."
346
  msgstr ""
347
 
348
- #: ../admin/class-advanced-ads-admin.php:1748
 
 
 
 
349
  #, php-format
350
  msgid "License is invalid. Reason: %s"
351
  msgstr ""
352
 
353
- #: ../admin/class-advanced-ads-admin.php:1792
354
  msgid "Error while trying to disable the license. Please contact support."
355
  msgstr ""
356
 
357
- #: ../admin/class-advanced-ads-admin.php:1823
358
- msgid "License couldn’t be deactivated. Please try again later or contact support."
 
359
  msgstr ""
360
 
361
- #: ../admin/class-advanced-ads-admin.php:1970
362
  msgid "Add-Ons"
363
  msgstr ""
364
 
@@ -422,18 +431,18 @@ msgstr ""
422
  msgid "You don’t have permission to change the ad groups"
423
  msgstr ""
424
 
425
- #: ../admin/includes/class-notices.php:395
426
  #, php-format
427
  msgid ""
428
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
429
  "target=\"_blank\">this form</a> to sign up."
430
  msgstr ""
431
 
432
- #: ../admin/includes/class-notices.php:413
433
  msgid "How embarrassing. The email server seems to be down. Please try again later."
434
  msgstr ""
435
 
436
- #: ../admin/includes/class-notices.php:418
437
  #, php-format
438
  msgid ""
439
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1328,46 +1337,38 @@ msgstr ""
1328
  msgid "Disable ads on this page"
1329
  msgstr ""
1330
 
1331
- #: ../admin/views/setting-license.php:10
 
 
 
 
1332
  #, php-format
1333
- msgid ""
1334
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1335
- "page</a> to renew it."
1336
  msgstr ""
1337
 
1338
  #: ../admin/views/setting-license.php:14
1339
- msgid "License key"
 
1340
  msgstr ""
1341
 
1342
- #: ../admin/views/setting-license.php:24
1343
- msgid "Deactivate License"
1344
  msgstr ""
1345
 
1346
- #: ../admin/views/setting-license.php:32
1347
- msgid "Activate License"
1348
  msgstr ""
1349
 
1350
  #: ../admin/views/setting-license.php:35
1351
- msgid "Please enter a valid license key"
1352
  msgstr ""
1353
 
1354
- #: ../admin/views/setting-license.php:37
1355
  msgid "License key invalid"
1356
  msgstr ""
1357
 
1358
- #: ../admin/views/setting-license.php:41
1359
- msgid "active"
1360
- msgstr ""
1361
-
1362
  #: ../admin/views/setting-license.php:42
1363
- #, php-format
1364
- msgid "(%d days left)"
1365
- msgstr ""
1366
-
1367
- #: ../admin/views/setting-license.php:45
1368
- msgid ""
1369
- "1. enter the key and save options; 2. click the activate button behind the "
1370
- "field"
1371
  msgstr ""
1372
 
1373
  #: ../admin/views/settings-disable-ads.php:3
@@ -1407,11 +1408,11 @@ msgstr ""
1407
  msgid "Disable ads in Feed"
1408
  msgstr ""
1409
 
1410
- #: ../admin/views/settings.php:35
1411
  msgid "Save settings on this page"
1412
  msgstr ""
1413
 
1414
- #: ../admin/views/settings.php:46
1415
  msgid "Welcome Page"
1416
  msgstr ""
1417
 
@@ -1577,11 +1578,16 @@ msgid ""
1577
  "widget."
1578
  msgstr ""
1579
 
1580
- #: ../classes/ad_placements.php:204
1581
  #, php-format
1582
  msgid "paragraph (%s)"
1583
  msgstr ""
1584
 
 
 
 
 
 
1585
  #: ../classes/ad_placements.php:205
1586
  #, php-format
1587
  msgid "headline 2 (%s)"
@@ -1603,6 +1609,16 @@ msgid ""
1603
  "image upload or styling, but also simple text/html mode for scripts and code."
1604
  msgstr ""
1605
 
 
 
 
 
 
 
 
 
 
 
1606
  #: ../classes/ad_type_image.php:34
1607
  msgid "Image Ad"
1608
  msgstr ""
@@ -1650,93 +1666,93 @@ msgid ""
1650
  "misfortunate formats in forms, but should not damage features."
1651
  msgstr ""
1652
 
1653
- #: ../classes/display-conditions.php:60
1654
  msgid "post type"
1655
  msgstr ""
1656
 
1657
- #: ../classes/display-conditions.php:67
1658
  msgid "specific pages"
1659
  msgstr ""
1660
 
1661
- #: ../classes/display-conditions.php:79
1662
  msgid "author"
1663
  msgstr ""
1664
 
1665
- #: ../classes/display-conditions.php:104
1666
  #, php-format
1667
  msgid "archive: %s"
1668
  msgstr ""
1669
 
1670
- #: ../classes/display-conditions.php:205 ../classes/display-conditions.php:249 ..
1671
- #: classes/display-conditions.php:337
1672
  msgctxt "Error message shown when no display condition term is selected"
1673
  msgid "Please select some items."
1674
  msgstr ""
1675
 
1676
- #: ../classes/display-conditions.php:234 ../classes/display-conditions.php:287 ..
1677
- #: classes/display-conditions.php:362
1678
  msgid "show"
1679
  msgstr ""
1680
 
1681
- #: ../classes/display-conditions.php:235 ../classes/display-conditions.php:288 ..
1682
- #: classes/display-conditions.php:363
1683
  msgid "hide"
1684
  msgstr ""
1685
 
1686
- #: ../classes/display-conditions.php:327
1687
  msgctxt "display the terms search field on ad edit page"
1688
  msgid "add more terms"
1689
  msgstr ""
1690
 
1691
- #: ../classes/display-conditions.php:328
1692
  msgid "add more terms"
1693
  msgstr ""
1694
 
1695
- #: ../classes/display-conditions.php:330
1696
  msgid "term name or id"
1697
  msgstr ""
1698
 
1699
- #: ../classes/display-conditions.php:391
1700
  msgid "title or id"
1701
  msgstr ""
1702
 
1703
- #: ../classes/display-conditions.php:437 ../includes/array_ad_conditions.php:64
1704
  msgid "show on Home page"
1705
  msgstr ""
1706
 
1707
- #: ../classes/display-conditions.php:442 ../includes/array_ad_conditions.php:69
1708
  msgid "show on singular pages/posts"
1709
  msgstr ""
1710
 
1711
- #: ../classes/display-conditions.php:447 ../includes/array_ad_conditions.php:74
1712
  msgid "show on any type of archive page (category, tag, author and date)"
1713
  msgstr ""
1714
 
1715
- #: ../classes/display-conditions.php:452 ../includes/array_ad_conditions.php:79
1716
  msgid "show on search result pages"
1717
  msgstr ""
1718
 
1719
- #: ../classes/display-conditions.php:457 ../includes/array_ad_conditions.php:84
1720
  msgid "show on 404 error page"
1721
  msgstr ""
1722
 
1723
- #: ../classes/display-conditions.php:462 ../includes/array_ad_conditions.php:89
1724
  msgid "show on attachment pages"
1725
  msgstr ""
1726
 
1727
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:93
1728
  msgid "Secondary Queries"
1729
  msgstr ""
1730
 
1731
- #: ../classes/display-conditions.php:467 ../includes/array_ad_conditions.php:94
1732
  msgid "allow ads in secondary queries"
1733
  msgstr ""
1734
 
1735
- #: ../classes/display-conditions.php:471
1736
  msgid "Feed"
1737
  msgstr ""
1738
 
1739
- #: ../classes/display-conditions.php:472
1740
  msgid "allow ads in Feed"
1741
  msgstr ""
1742
 
@@ -2080,7 +2096,7 @@ msgstr ""
2080
  msgid "Auto"
2081
  msgstr ""
2082
 
2083
- #: ../public/class-advanced-ads.php:306
2084
  msgid "Advanced Ads Error following:"
2085
  msgstr ""
2086
 
@@ -2120,99 +2136,108 @@ msgstr "Sommario"
2120
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
2121
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
2122
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
2123
- #: classes/widget.php:89 ../public/class-advanced-ads.php:587
2124
  msgid "Ads"
2125
  msgstr "Ad"
2126
 
2127
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
 
 
 
 
 
 
 
 
 
2128
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
2129
  #: 177 ../classes/widget.php:82
2130
  msgid "Ad Groups"
2131
  msgstr "Gruppi Ad"
2132
 
2133
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
2134
  msgid "Groups"
2135
  msgstr "Gruppi"
2136
 
2137
- #: ../admin/class-advanced-ads-admin.php:291
2138
  msgid "Ad Placements"
2139
  msgstr "Posizionamento"
2140
 
2141
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
2142
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
2143
  msgid "Placements"
2144
  msgstr "Posizionamento"
2145
 
2146
- #: ../admin/class-advanced-ads-admin.php:295
2147
  msgid "Advanced Ads Settings"
2148
  msgstr "Opzioni"
2149
 
2150
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
2151
- #: php:544 ../admin/views/debug.php:10
2152
  msgid "Settings"
2153
  msgstr "Opzioni"
2154
 
2155
- #: ../admin/class-advanced-ads-admin.php:298
2156
  msgid "Advanced Ads Debugging"
2157
  msgstr "Debugging"
2158
 
2159
- #: ../admin/class-advanced-ads-admin.php:298
2160
  msgid "Debug"
2161
  msgstr "Debug"
2162
 
2163
- #: ../admin/class-advanced-ads-admin.php:586
2164
  msgid "Ad Type"
2165
  msgstr "Tipo Ad"
2166
 
2167
- #: ../admin/class-advanced-ads-admin.php:589
2168
  msgid "Ad Parameters"
2169
  msgstr "Parametri Ad"
2170
 
2171
- #: ../admin/class-advanced-ads-admin.php:595
2172
  msgid "Display Conditions"
2173
  msgstr "Condizioni di Visualizzazione"
2174
 
2175
- #: ../admin/class-advanced-ads-admin.php:598
2176
  msgid "Visitor Conditions"
2177
  msgstr "Condizioni per Visitatore"
2178
 
2179
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
2180
  msgid "General"
2181
  msgstr "Generale"
2182
 
2183
- #: ../admin/class-advanced-ads-admin.php:924
2184
  msgid "Hide ads for logged in users"
2185
  msgstr "Nascondi Ad for utenti loggati"
2186
 
2187
- #: ../admin/class-advanced-ads-admin.php:932
2188
  msgid "Use advanced JavaScript"
2189
  msgstr "Usa Js avanzato"
2190
 
2191
- #: ../admin/class-advanced-ads-admin.php:1064
2192
  msgid "(display to all)"
2193
  msgstr "(mostra a tutti)"
2194
 
2195
- #: ../admin/class-advanced-ads-admin.php:1065
2196
  msgid "Subscriber"
2197
  msgstr "Sottoscrittore"
2198
 
2199
- #: ../admin/class-advanced-ads-admin.php:1066
2200
  msgid "Contributor"
2201
  msgstr "Collaboratore"
2202
 
2203
- #: ../admin/class-advanced-ads-admin.php:1067
2204
  msgid "Author"
2205
  msgstr "Autore"
2206
 
2207
- #: ../admin/class-advanced-ads-admin.php:1068
2208
  msgid "Editor"
2209
  msgstr "Editore"
2210
 
2211
- #: ../admin/class-advanced-ads-admin.php:1069
2212
  msgid "Admin"
2213
  msgstr "Amministratore"
2214
 
2215
- #: ../admin/class-advanced-ads-admin.php:1077
2216
  msgid "Choose the lowest role a user must have in order to not see any ads."
2217
  msgstr "Scegli il ruolo minimo per non visualizzare gli ad."
2218
 
@@ -2221,7 +2246,7 @@ msgid "Ad weight"
2221
  msgstr "Rilevanza Ad"
2222
 
2223
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
2224
- #: php:591
2225
  msgid "Edit"
2226
  msgstr "Modifica"
2227
 
@@ -2304,11 +2329,11 @@ msgid "Type"
2304
  msgstr "Tipo"
2305
 
2306
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
2307
- #: 588
2308
  msgid "Ad"
2309
  msgstr "Ad"
2310
 
2311
- #: ../admin/views/ad-group-list-header.php:3
2312
  msgid "Ad Group"
2313
  msgstr "Gruppo Ad"
2314
 
@@ -2405,7 +2430,7 @@ msgstr "solo su mobile"
2405
  msgid "not on mobile devices"
2406
  msgstr "solo su apparecchi non mobile"
2407
 
2408
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
2409
  msgid "Debug Page"
2410
  msgstr "Pagina Debug"
2411
 
@@ -2447,15 +2472,15 @@ msgstr "Crea un nuovo posizionamento"
2447
  msgid "Save New Placement"
2448
  msgstr "Salva Nuovo Posizionamento"
2449
 
2450
- #: ../admin/views/settings.php:47
2451
  msgid "Advanced Ads on WordPress.org"
2452
  msgstr "Advanced Ads su WordPress.org"
2453
 
2454
- #: ../admin/views/settings.php:47
2455
  msgid "Advanced Ads on wp.org"
2456
  msgstr "Advanced Ads su wp.org"
2457
 
2458
- #: ../admin/views/settings.php:48
2459
  msgid "the company behind Advanced Ads"
2460
  msgstr "la società dietro Advanced Ads"
2461
 
@@ -2496,11 +2521,11 @@ msgstr ""
2496
  msgid "Insert plain text or code into this field."
2497
  msgstr "Inserisci testo semplice o codice in questo campo."
2498
 
2499
- #: ../classes/display-conditions.php:61 ../includes/array_ad_conditions.php:40
2500
  msgid "Choose the public post types on which to display the ad."
2501
  msgstr "Scegli i tipi di pagina in cui mostrare gli ad."
2502
 
2503
- #: ../classes/display-conditions.php:68 ../includes/array_ad_conditions.php:58
2504
  msgid ""
2505
  "Choose on which individual posts, pages and public post type pages you want "
2506
  "to display or hide ads."
@@ -2508,31 +2533,31 @@ msgstr ""
2508
  "Scegli in quali articoli, pagine e tipi di pagina vuoi mostrare o nascondere "
2509
  "gli ad."
2510
 
2511
- #: ../classes/display-conditions.php:73
2512
  msgid "general conditions"
2513
  msgstr "Altre condizioni"
2514
 
2515
- #: ../classes/display-conditions.php:436 ../includes/array_ad_conditions.php:63
2516
  msgid "Home Page"
2517
  msgstr "Home Page"
2518
 
2519
- #: ../classes/display-conditions.php:441 ../includes/array_ad_conditions.php:68
2520
  msgid "Singular Pages"
2521
  msgstr "Pagine singole"
2522
 
2523
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:73
2524
  msgid "Archive Pages"
2525
  msgstr "Pagine Archivio"
2526
 
2527
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:78
2528
  msgid "Search Results"
2529
  msgstr "Risultati Ricerca"
2530
 
2531
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:83
2532
  msgid "404 Page"
2533
  msgstr "Pagina 404"
2534
 
2535
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:88
2536
  msgid "Attachment Pages"
2537
  msgstr "Pagine Allegato"
2538
 
@@ -2572,89 +2597,81 @@ msgstr "ID di archivi categorie separati da virgola"
2572
  msgid "Individual Posts, Pages and Public Post Types"
2573
  msgstr "Post singoli, Pagine e tipi Post pubblici"
2574
 
2575
- #: ../public/class-advanced-ads.php:309
2576
  #, php-format
2577
  msgid "Advanced Ads Error: %s"
2578
  msgstr "Errore: %s"
2579
 
2580
- #: ../public/class-advanced-ads.php:550
2581
  msgctxt "ad group general name"
2582
  msgid "Ad Groups"
2583
  msgstr "Gruppi Ad"
2584
 
2585
- #: ../public/class-advanced-ads.php:551
2586
  msgctxt "ad group singular name"
2587
  msgid "Ad Group"
2588
  msgstr "Gruppo Ad"
2589
 
2590
- #: ../public/class-advanced-ads.php:552
2591
  msgid "Search Ad Groups"
2592
  msgstr "Cerca Gruppo Ad"
2593
 
2594
- #: ../public/class-advanced-ads.php:553
2595
  msgid "All Ad Groups"
2596
  msgstr "Tutti i Gruppi"
2597
 
2598
- #: ../public/class-advanced-ads.php:554
2599
  msgid "Parent Ad Groups"
2600
  msgstr "Genitore Gruppo Ad:"
2601
 
2602
- #: ../public/class-advanced-ads.php:555
2603
  msgid "Parent Ad Groups:"
2604
  msgstr "Genitore Gruppi Ad:"
2605
 
2606
- #: ../public/class-advanced-ads.php:556
2607
  msgid "Edit Ad Group"
2608
  msgstr "Aggiorna Gruppo Ad"
2609
 
2610
- #: ../public/class-advanced-ads.php:557
2611
  msgid "Update Ad Group"
2612
  msgstr "Aggiorna Gruppo Ad"
2613
 
2614
- #: ../public/class-advanced-ads.php:558
2615
  msgid "Add New Ad Group"
2616
  msgstr "Aggiungi nuovo gruppo Ad"
2617
 
2618
- #: ../public/class-advanced-ads.php:559
2619
  msgid "New Ad Groups Name"
2620
  msgstr "Nuovo nome gruppo"
2621
 
2622
- #: ../public/class-advanced-ads.php:561
2623
  msgid "No Ad Group found"
2624
  msgstr "Nessun Gruppo Ad trovato"
2625
 
2626
- #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2627
- msgid "New Ad"
2628
- msgstr "Nuovo Ad"
2629
-
2630
- #: ../public/class-advanced-ads.php:590
2631
- msgid "Add New Ad"
2632
- msgstr "Aggiungi nuovo Ad"
2633
-
2634
- #: ../public/class-advanced-ads.php:592
2635
  msgid "Edit Ad"
2636
  msgstr "Modifica Ad"
2637
 
2638
- #: ../public/class-advanced-ads.php:594
2639
  msgid "View"
2640
  msgstr "Vedi"
2641
 
2642
- #: ../public/class-advanced-ads.php:595
2643
  msgid "View the Ad"
2644
  msgstr "Vedi l'Ad"
2645
 
2646
- #: ../public/class-advanced-ads.php:596
2647
  msgid "Search Ads"
2648
  msgstr "Cerca Ad"
2649
 
2650
- #: ../public/class-advanced-ads.php:597
2651
  msgid "No Ads found"
2652
  msgstr "Nessun Ad trovato"
2653
 
2654
- #: ../public/class-advanced-ads.php:598
2655
  msgid "No Ads found in Trash"
2656
  msgstr "Nessun Ad trovato in cestino"
2657
 
2658
- #: ../public/class-advanced-ads.php:599
2659
  msgid "Parent Ad"
2660
  msgstr "Genitore Ad"
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"
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>)."
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 "
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 "
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
 
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 "
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
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
 
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)"
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 ""
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
 
2096
  msgid "Auto"
2097
  msgstr ""
2098
 
2099
+ #: ../public/class-advanced-ads.php:307
2100
  msgid "Advanced Ads Error following:"
2101
  msgstr ""
2102
 
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
 
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
 
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
 
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
 
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
 
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."
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
 
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"
languages/advanced-ads-nl_NL.mo CHANGED
Binary file
languages/advanced-ads-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ 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 12 2016 16:58:28 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"
@@ -43,82 +43,95 @@ msgid "http://webgilde.com"
43
  msgstr ""
44
 
45
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
46
- #: 162 ../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:162 ../classes/visitor-conditions.php:214
53
  msgid "and"
54
  msgstr ""
55
 
56
- #: ../admin/class-advanced-ads-admin.php:419
57
  msgid "Please enter a message"
58
  msgstr ""
59
 
60
- #: ../admin/class-advanced-ads-admin.php:429
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:432
66
  msgid "Please enter a valid email address"
67
  msgstr ""
68
 
69
- #: ../admin/class-advanced-ads-admin.php:988
70
  msgid "Allow editors to manage ads"
71
  msgstr ""
72
 
73
- #: ../admin/class-advanced-ads-admin.php:1123
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:1194
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:1216
86
  msgid "Allow editors to also manage and publish ads."
87
  msgstr ""
88
 
89
- #: ../admin/class-advanced-ads-admin.php:1217
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:1314
97
  msgid "Ad Planning"
98
  msgstr ""
99
 
100
- #: ../admin/class-advanced-ads-admin.php:1675
101
  #, php-format
102
  msgid "time of %s"
103
  msgstr ""
104
 
105
- #: ../admin/class-advanced-ads-admin.php:1744
 
 
 
 
 
 
 
 
106
  msgid "This is the bundle license key."
107
  msgstr ""
108
 
109
- #: ../admin/class-advanced-ads-admin.php:1745
110
  msgid "This is not the correct key for this add-on."
111
  msgstr ""
112
 
113
- #: ../admin/class-advanced-ads-admin.php:1792
 
 
 
 
114
  msgid "Error while trying to disable the license. Please contact support."
115
  msgstr ""
116
 
117
- #: ../admin/class-advanced-ads-admin.php:1823
118
- msgid "License couldn’t be deactivated. Please try again later or contact support."
 
119
  msgstr ""
120
 
121
- #: ../admin/class-advanced-ads-admin.php:1970
122
  msgid "Add-Ons"
123
  msgstr ""
124
 
@@ -373,15 +386,20 @@ msgctxt "checkbox to remove placement"
373
  msgid "delete"
374
  msgstr ""
375
 
376
- #: ../admin/views/setting-license.php:24
377
- msgid "Deactivate License"
378
  msgstr ""
379
 
380
- #: ../admin/views/setting-license.php:35
381
- msgid "Please enter a valid license key"
 
 
 
 
 
382
  msgstr ""
383
 
384
- #: ../admin/views/setting-license.php:37
385
  msgid "License key invalid"
386
  msgstr ""
387
 
@@ -463,6 +481,21 @@ msgid ""
463
  "widget."
464
  msgstr ""
465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  #: ../classes/ad_type_image.php:34
467
  msgid "Image Ad"
468
  msgstr ""
@@ -506,48 +539,48 @@ msgid ""
506
  "misfortunate formats in forms, but should not damage features."
507
  msgstr ""
508
 
509
- #: ../classes/display-conditions.php:60
510
  msgid "post type"
511
  msgstr ""
512
 
513
- #: ../classes/display-conditions.php:67
514
  msgid "specific pages"
515
  msgstr ""
516
 
517
- #: ../classes/display-conditions.php:79
518
  msgid "author"
519
  msgstr ""
520
 
521
- #: ../classes/display-conditions.php:104
522
  #, php-format
523
  msgid "archive: %s"
524
  msgstr ""
525
 
526
- #: ../classes/display-conditions.php:205 ../classes/display-conditions.php:249 ..
527
- #: classes/display-conditions.php:337
528
  msgctxt "Error message shown when no display condition term is selected"
529
  msgid "Please select some items."
530
  msgstr ""
531
 
532
- #: ../classes/display-conditions.php:234 ../classes/display-conditions.php:287 ..
533
- #: classes/display-conditions.php:362
534
  msgid "show"
535
  msgstr ""
536
 
537
- #: ../classes/display-conditions.php:235 ../classes/display-conditions.php:288 ..
538
- #: classes/display-conditions.php:363
539
  msgid "hide"
540
  msgstr ""
541
 
542
- #: ../classes/display-conditions.php:391
543
  msgid "title or id"
544
  msgstr ""
545
 
546
- #: ../classes/display-conditions.php:471
547
  msgid "Feed"
548
  msgstr ""
549
 
550
- #: ../classes/display-conditions.php:472
551
  msgid "allow ads in Feed"
552
  msgstr ""
553
 
@@ -673,7 +706,7 @@ msgid ""
673
  "information"
674
  msgstr ""
675
 
676
- #: ../public/class-advanced-ads.php:306
677
  msgid "Advanced Ads Error following:"
678
  msgstr ""
679
 
@@ -700,64 +733,73 @@ msgstr "Overzicht"
700
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
701
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
702
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
703
- #: classes/widget.php:89 ../public/class-advanced-ads.php:587
704
  msgid "Ads"
705
  msgstr "Advertenties"
706
 
707
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
 
 
 
 
 
 
 
 
 
708
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
709
  #: 177 ../classes/widget.php:82
710
  msgid "Ad Groups"
711
  msgstr "Advertentiegroep"
712
 
713
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
714
  msgid "Groups"
715
  msgstr "Groepen"
716
 
717
- #: ../admin/class-advanced-ads-admin.php:291
718
  msgid "Ad Placements"
719
  msgstr "Advertentie plaatsingen"
720
 
721
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
722
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
723
  msgid "Placements"
724
  msgstr "Plaatsingen"
725
 
726
- #: ../admin/class-advanced-ads-admin.php:295
727
  msgid "Advanced Ads Settings"
728
  msgstr "Advanced Ads instellingen"
729
 
730
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
731
- #: php:544 ../admin/views/debug.php:10
732
  msgid "Settings"
733
  msgstr "Instellingen"
734
 
735
- #: ../admin/class-advanced-ads-admin.php:298
736
  msgid "Advanced Ads Debugging"
737
  msgstr ""
738
  "Advanced Ads \n"
739
  "Debugging"
740
 
741
- #: ../admin/class-advanced-ads-admin.php:298
742
  msgid "Debug"
743
  msgstr "Debug"
744
 
745
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
746
- #: php:302
747
  msgid "Advanced Ads Intro"
748
  msgstr "Advanced Ads Introductie"
749
 
750
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
751
- #: php:306 ../admin/class-advanced-ads-admin.php:1966
752
  msgid "Support"
753
  msgstr "Ondersteuning"
754
 
755
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
756
- #: php:485
757
  msgid "Sorry, you are not allowed to access this feature."
758
  msgstr "Sorry, u heeft niet genoeg rechten om deze functionaliteit te gebruiken."
759
 
760
- #: ../admin/class-advanced-ads-admin.php:471
761
  msgid ""
762
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
763
  "deleted?"
@@ -765,73 +807,73 @@ msgstr ""
765
  "U heeft geprobeerd een advertentie te bewerken die niet bestaat. Wellicht is "
766
  "deze advertentie verwijderd?"
767
 
768
- #: ../admin/class-advanced-ads-admin.php:586
769
  msgid "Ad Type"
770
  msgstr "Advertentietype"
771
 
772
- #: ../admin/class-advanced-ads-admin.php:589
773
  msgid "Ad Parameters"
774
  msgstr "Advertentie parameters"
775
 
776
- #: ../admin/class-advanced-ads-admin.php:592
777
  msgid "Layout / Output"
778
  msgstr "Layout / Output"
779
 
780
- #: ../admin/class-advanced-ads-admin.php:595
781
  msgid "Display Conditions"
782
  msgstr "Vertoningsvoorwaarden"
783
 
784
- #: ../admin/class-advanced-ads-admin.php:598
785
  msgid "Visitor Conditions"
786
  msgstr "Bezoekersvoorwaarden"
787
 
788
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
789
- #: php:824
790
  msgid "Ad updated."
791
  msgstr "Advertentie bijgewerkt."
792
 
793
  #. translators: %s: date and time of the revision
794
- #: ../admin/class-advanced-ads-admin.php:826
795
  #, php-format
796
  msgid "Ad restored to revision from %s"
797
  msgstr "Advertentie hersteld naar revisie %s"
798
 
799
- #: ../admin/class-advanced-ads-admin.php:827
800
  msgid "Ad published."
801
  msgstr "Advertentie gepubliceerd."
802
 
803
- #: ../admin/class-advanced-ads-admin.php:828
804
  msgid "Ad saved."
805
  msgstr "Advertentie opgeslagen."
806
 
807
- #: ../admin/class-advanced-ads-admin.php:829
808
  msgid "Ad submitted."
809
  msgstr ""
810
  "Advertentie\n"
811
  " ingediend."
812
 
813
- #: ../admin/class-advanced-ads-admin.php:831
814
  #, php-format
815
  msgid "Ad scheduled for: <strong>%1$s</strong>."
816
  msgstr "Advertentie is ingepland voor: <strong>%1$s</strong>."
817
 
818
  #. translators: Publish box date format, see http://php.net/date
819
- #: ../admin/class-advanced-ads-admin.php:833
820
  msgid "M j, Y @ G:i"
821
  msgstr "d-m-Y @ H:i"
822
 
823
- #: ../admin/class-advanced-ads-admin.php:835
824
  msgid "Ad draft updated."
825
  msgstr "Advertentie concept bijgewerkt."
826
 
827
- #: ../admin/class-advanced-ads-admin.php:854
828
  #, php-format
829
  msgid "%s ad updated."
830
  msgid_plural "%s ads updated."
831
  msgstr[0] "%s advertentie bijgewerkt."
832
  msgstr[1] "%s advertenties bijgewerkt."
833
 
834
- #: ../admin/class-advanced-ads-admin.php:855
835
  #, php-format
836
  msgid "%s ad not updated, somebody is editing it."
837
  msgid_plural "%s ads not updated, somebody is editing them."
@@ -841,103 +883,103 @@ msgstr[1] ""
841
  "bewerken\n"
842
  "."
843
 
844
- #: ../admin/class-advanced-ads-admin.php:856
845
  #, php-format
846
  msgid "%s ad permanently deleted."
847
  msgid_plural "%s ads permanently deleted."
848
  msgstr[0] "%s advertentie permanent verwijderd."
849
  msgstr[1] "%s advertenties permanent verwijderd."
850
 
851
- #: ../admin/class-advanced-ads-admin.php:857
852
  #, php-format
853
  msgid "%s ad moved to the Trash."
854
  msgid_plural "%s ads moved to the Trash."
855
  msgstr[0] "%s advertentie verplaatst naar de prullenbak."
856
  msgstr[1] "%s advertenties verplaatst naar de prullenbak."
857
 
858
- #: ../admin/class-advanced-ads-admin.php:858
859
  #, php-format
860
  msgid "%s ad restored from the Trash."
861
  msgid_plural "%s ads restored from the Trash."
862
  msgstr[0] "%s advertentie teruggezet vanuit de prullenbak."
863
  msgstr[1] "%s advertenties teruggezet vanuit de prullenbak."
864
 
865
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
866
  msgid "General"
867
  msgstr "Algemeen"
868
 
869
- #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
870
- #: php:1009
871
  msgid "Licenses"
872
  msgstr "Licenties"
873
 
874
- #: ../admin/class-advanced-ads-admin.php:916
875
  msgid "Disable ads"
876
  msgstr "Advertenties uitschakelen"
877
 
878
- #: ../admin/class-advanced-ads-admin.php:924
879
  msgid "Hide ads for logged in users"
880
  msgstr "Advertenties verbergen voor ingelogde gebruikers"
881
 
882
- #: ../admin/class-advanced-ads-admin.php:932
883
  msgid "Use advanced JavaScript"
884
  msgstr "Geavanceerde JavaScript gebruiken"
885
 
886
- #: ../admin/class-advanced-ads-admin.php:940
887
  msgid "Unlimited ad injection"
888
  msgstr "Ongelimiteerde advertentie injectie"
889
 
890
- #: ../admin/class-advanced-ads-admin.php:948
891
  msgid "Priority of content injection filter"
892
  msgstr "Prioriteit van content injectie filter"
893
 
894
- #: ../admin/class-advanced-ads-admin.php:956
895
  msgid "Hide ads from bots"
896
  msgstr "Advertenties verbergen voor bots"
897
 
898
- #: ../admin/class-advanced-ads-admin.php:964
899
  msgid "Disable notices"
900
  msgstr "Notificaties uitschakelen"
901
 
902
- #: ../admin/class-advanced-ads-admin.php:972
903
  msgid "ID prefix"
904
  msgstr "ID voorvoegsel"
905
 
906
- #: ../admin/class-advanced-ads-admin.php:980
907
  msgid "Remove Widget ID"
908
  msgstr "Widget ID verwijderen"
909
 
910
- #: ../admin/class-advanced-ads-admin.php:1064
911
  msgid "(display to all)"
912
  msgstr "(aan iedereen tonen)"
913
 
914
- #: ../admin/class-advanced-ads-admin.php:1065
915
  msgid "Subscriber"
916
  msgstr "Abonnee"
917
 
918
- #: ../admin/class-advanced-ads-admin.php:1066
919
  msgid "Contributor"
920
  msgstr "Schrijver"
921
 
922
- #: ../admin/class-advanced-ads-admin.php:1067
923
  msgid "Author"
924
  msgstr "Auteur"
925
 
926
- #: ../admin/class-advanced-ads-admin.php:1068
927
  msgid "Editor"
928
  msgstr "Redacteur"
929
 
930
- #: ../admin/class-advanced-ads-admin.php:1069
931
  msgid "Admin"
932
  msgstr "Beheerder"
933
 
934
- #: ../admin/class-advanced-ads-admin.php:1077
935
  msgid "Choose the lowest role a user must have in order to not see any ads."
936
  msgstr ""
937
  "Kies de laagste rol die een gebruiker moet hebben om geen advertenties te "
938
  "zien."
939
 
940
- #: ../admin/class-advanced-ads-admin.php:1091
941
  msgid ""
942
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
943
  "needs it."
@@ -945,7 +987,7 @@ msgstr ""
945
  "<strong>Notificatie: </strong>het bestand is ingeschakeld door een add-on "
946
  "die het vereist. "
947
 
948
- #: ../admin/class-advanced-ads-admin.php:1094
949
  #, php-format
950
  msgid ""
951
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -956,7 +998,7 @@ msgstr ""
956
  "target=\"_blank\">hier</a>). Functies en add-ons kunnen deze instelling "
957
  "overschrijven als dat nodig is."
958
 
959
- #: ../admin/class-advanced-ads-admin.php:1107
960
  msgid ""
961
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
962
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -971,7 +1013,7 @@ msgstr ""
971
  "van advertenties op dat soort pagina's toe te staan. GEBRUIKEN OP EIGEN "
972
  "RISICO!"
973
 
974
- #: ../admin/class-advanced-ads-admin.php:1125
975
  msgid ""
976
  "Play with this value in order to change the priority of the injected ads "
977
  "compared to other auto injected elements in the post content."
@@ -980,7 +1022,7 @@ msgstr ""
980
  "advertenties veranderen ten opzichte van ander automatisch geïnjecteerde "
981
  "content en/of elementen."
982
 
983
- #: ../admin/class-advanced-ads-admin.php:1139
984
  #, php-format
985
  msgid ""
986
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -991,7 +1033,7 @@ msgstr ""
991
  "het tellen van vertoningen voor bots als je gebruik maakt van de <a "
992
  "href=\"%s\" target=\"_blank\">Tracking Add-On</a>."
993
 
994
- #: ../admin/class-advanced-ads-admin.php:1140
995
  msgid ""
996
  "Disabling this option only makes sense if your ads contain content you want "
997
  "to display to bots (like search engines) or your site is cached and bots "
@@ -1001,7 +1043,7 @@ msgstr ""
1001
  "bevatten die u wilt tonen aan bots (zoals zoekmachines) of uw website is "
1002
  "gecached en bots een gecachete versie kunnen maken zonder advertenties."
1003
 
1004
- #: ../admin/class-advanced-ads-admin.php:1153
1005
  msgid ""
1006
  "Disable internal notices like tips, tutorials, email newsletters and update "
1007
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -1011,7 +1053,7 @@ msgstr ""
1011
  "update notificaties uit. Het uitschakelen van deze notificaties is aan te "
1012
  "raden als u al meerdere blogs heeft met Advanced Ads geïnstalleerd."
1013
 
1014
- #: ../admin/class-advanced-ads-admin.php:1170
1015
  msgid ""
1016
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
1017
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -1021,7 +1063,7 @@ msgstr ""
1021
  "Verander deze waarde als u wilt voorkomen dat <strong>ad blockers</strong> "
1022
  "deze elementen blokkeert als zijnde advertenties."
1023
 
1024
- #: ../admin/class-advanced-ads-admin.php:1191
1025
  msgid ""
1026
  "Remove the ID attribute from widgets in order to not make them an easy "
1027
  "target of ad blockers."
@@ -1029,54 +1071,50 @@ msgstr ""
1029
  "Verwijder het ID attribuut van widgets om te voorkomen dat ze een makkelijk "
1030
  "doelwit zijn voor ad blockers."
1031
 
1032
- #: ../admin/class-advanced-ads-admin.php:1313
1033
  msgid "Ad Details"
1034
  msgstr "Advertentie details"
1035
 
1036
- #: ../admin/class-advanced-ads-admin.php:1449
1037
  msgid "Ad Settings"
1038
  msgstr "Advertentie instellingen"
1039
 
1040
- #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
1041
  msgid "Ads Dashboard"
1042
  msgstr "Advertentie dashboard"
1043
 
1044
- #: ../admin/class-advanced-ads-admin.php:1540
1045
  msgid "From the ad optimization universe"
1046
  msgstr "Van het advertentie-optimalisatie universum."
1047
 
1048
- #: ../admin/class-advanced-ads-admin.php:1549
1049
  msgid "Advanced Ads Tutorials"
1050
  msgstr "Advanced Ads Tutorials"
1051
 
1052
- #: ../admin/class-advanced-ads-admin.php:1560
1053
  #, php-format
1054
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
1055
  msgstr "%d advertenties – <a href=\"%s\">bewerken</a> - <a href=\"%s\">nieuwe</a>"
1056
 
1057
- #: ../admin/class-advanced-ads-admin.php:1571
1058
  msgid "plugin manual and homepage"
1059
  msgstr "plugin handleiding en voorpagina"
1060
 
1061
- #: ../admin/class-advanced-ads-admin.php:1578
1062
  msgid "Get the tutorial via email"
1063
  msgstr "Verkrijg de tutorial via e-mail"
1064
 
1065
- #: ../admin/class-advanced-ads-admin.php:1585
1066
  msgid "Get AdSense tips via email"
1067
  msgstr "Verkrijg AdSense tips via e-mail"
1068
 
1069
- #: ../admin/class-advanced-ads-admin.php:1710
1070
  msgid "Error while trying to register the license. Please contact support."
1071
  msgstr ""
1072
  "Er is een fout opgetreden tijdens de registratie van uw licentie. Neem "
1073
  "alstublieft contact op met support."
1074
 
1075
- #: ../admin/class-advanced-ads-admin.php:1716
1076
- msgid "Please enter and save a valid license key first."
1077
- msgstr "Voer alstublieft eerst een legitieme licentie in."
1078
-
1079
- #: ../admin/class-advanced-ads-admin.php:1748
1080
  #, php-format
1081
  msgid "License is invalid. Reason: %s"
1082
  msgstr "Licentie is niet legitiem. Namelijk: %s"
@@ -1116,7 +1154,7 @@ msgid "Display ads with the highest ad weight first"
1116
  msgstr "Toon advertenties met het hoogste gewicht/prioriteit eerst"
1117
 
1118
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
1119
- #: php:591
1120
  msgid "Edit"
1121
  msgstr "Bewerken"
1122
 
@@ -1136,7 +1174,7 @@ msgstr "Incorrecte advertentiegroep"
1136
  msgid "You don’t have permission to change the ad groups"
1137
  msgstr "U heeft onvoldoende rechten om de advertentiegroepen aan te passen."
1138
 
1139
- #: ../admin/includes/class-notices.php:395
1140
  #, php-format
1141
  msgid ""
1142
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
@@ -1145,13 +1183,13 @@ msgstr ""
1145
  "Het lijkt erop dat u geen e-mailadres heeft. Gebruik alstublieft <a "
1146
  "href=\"%s\" target=\"_blank\">dit formulier</a> om u in te schrijven."
1147
 
1148
- #: ../admin/includes/class-notices.php:413
1149
  msgid "How embarrassing. The email server seems to be down. Please try again later."
1150
  msgstr ""
1151
  "Het lijkt er op dat de e-mail server offline is. Probeer het later nog eens. "
1152
  "Onze excuses voor het ongemak."
1153
 
1154
- #: ../admin/includes/class-notices.php:418
1155
  #, php-format
1156
  msgid ""
1157
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1548,7 +1586,7 @@ msgid "Number of ads that are visible at the same time"
1548
  msgstr "Aantal advertenties dat simultaan zichtbaar is"
1549
 
1550
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1551
- #: 588
1552
  msgid "Ad"
1553
  msgstr "Advertentie"
1554
 
@@ -1556,7 +1594,7 @@ msgstr "Advertentie"
1556
  msgid "weight"
1557
  msgstr "gewicht"
1558
 
1559
- #: ../admin/views/ad-group-list-header.php:3
1560
  msgid "Ad Group"
1561
  msgstr "Advertentiegroep"
1562
 
@@ -1889,7 +1927,7 @@ msgstr "alleen op mobiele apparaten"
1889
  msgid "not on mobile devices"
1890
  msgstr "niet op mobiele apparaten"
1891
 
1892
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1893
  msgid "Debug Page"
1894
  msgstr "Debug Pagina"
1895
 
@@ -2132,40 +2170,23 @@ msgstr "Nieuwe plaatsing opslaan"
2132
  msgid "Disable ads on this page"
2133
  msgstr "Advertenties op deze pagina uitschakelen"
2134
 
2135
- #: ../admin/views/setting-license.php:10
2136
  #, php-format
2137
- msgid ""
2138
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
2139
- "page</a> to renew it."
2140
- msgstr ""
2141
- "Uw licentie is verlopen. Ga naar de <a href=\"%s\" target=\"_blank\">plugin "
2142
- "pagina</a> om uw licentie te vernieuwen."
2143
 
2144
- #: ../admin/views/setting-license.php:14
2145
  msgid "License key"
2146
  msgstr "Licentiecode"
2147
 
2148
- #: ../admin/views/setting-license.php:32
2149
  msgid "Activate License"
2150
  msgstr "Activeer licentie"
2151
 
2152
- #: ../admin/views/setting-license.php:41
2153
  msgid "active"
2154
  msgstr "actief"
2155
 
2156
- #: ../admin/views/setting-license.php:42
2157
- #, php-format
2158
- msgid "(%d days left)"
2159
- msgstr "(%d dagen over)"
2160
-
2161
- #: ../admin/views/setting-license.php:45
2162
- msgid ""
2163
- "1. enter the key and save options; 2. click the activate button behind the "
2164
- "field"
2165
- msgstr ""
2166
- "1. Vul uw licentiecode in en sla de instellingen op; 2. Klik op de activatie "
2167
- "knop achter het invulveld."
2168
-
2169
  #: ../admin/views/settings-disable-ads.php:3
2170
  msgid "Disable all ads in frontend"
2171
  msgstr "Schakel alle advertenties aan de voorkant van uw website uit"
@@ -2206,23 +2227,23 @@ msgstr ""
2206
  "query van een pagina. Probeer deze optie als u advertenties ziet verschijnen "
2207
  "op plekken waar dit niet hoort."
2208
 
2209
- #: ../admin/views/settings.php:35
2210
  msgid "Save settings on this page"
2211
  msgstr "Instellingen op deze pagina opslaan"
2212
 
2213
- #: ../admin/views/settings.php:46
2214
  msgid "Welcome Page"
2215
  msgstr "Welkomstpagina"
2216
 
2217
- #: ../admin/views/settings.php:47
2218
  msgid "Advanced Ads on WordPress.org"
2219
  msgstr "Advanced Ads op WordPress.org"
2220
 
2221
- #: ../admin/views/settings.php:47
2222
  msgid "Advanced Ads on wp.org"
2223
  msgstr "Advanced Ads op wp.org"
2224
 
2225
- #: ../admin/views/settings.php:48
2226
  msgid "the company behind Advanced Ads"
2227
  msgstr "het bedrijf achter Advanced Ads"
2228
 
@@ -2340,7 +2361,7 @@ msgstr ""
2340
  "Geïnjecteerd in de post content. U kunt een paragraaf kiezen achter welke de "
2341
  "advertentie getoond zal worden."
2342
 
2343
- #: ../classes/ad_placements.php:204
2344
  #, php-format
2345
  msgid "paragraph (%s)"
2346
  msgstr "paragraaf (%s)"
@@ -2397,11 +2418,11 @@ msgstr ""
2397
  "Voer PHP code uit (zorg dat uw code omwikkeld is met <code>&lt;?php ?&gt;"
2398
  "</code>)"
2399
 
2400
- #: ../classes/display-conditions.php:61 ../includes/array_ad_conditions.php:40
2401
  msgid "Choose the public post types on which to display the ad."
2402
  msgstr "Kies de publieke post types waar u deze advertentie wilt tonen."
2403
 
2404
- #: ../classes/display-conditions.php:68 ../includes/array_ad_conditions.php:58
2405
  msgid ""
2406
  "Choose on which individual posts, pages and public post type pages you want "
2407
  "to display or hide ads."
@@ -2409,78 +2430,78 @@ msgstr ""
2409
  "Kies op welke individuele berichten, pagina's en publieke post type pagina's "
2410
  "u advertenties wilt tonen of verbergen."
2411
 
2412
- #: ../classes/display-conditions.php:73
2413
  msgid "general conditions"
2414
  msgstr "Andere voorwaarden"
2415
 
2416
- #: ../classes/display-conditions.php:327
2417
  msgctxt "display the terms search field on ad edit page"
2418
  msgid "add more terms"
2419
  msgstr ""
2420
  "Meer termen toevoegen [ toon het term-zoekveld op het advertentie bewerken "
2421
  "scherm ]"
2422
 
2423
- #: ../classes/display-conditions.php:328
2424
  msgid "add more terms"
2425
  msgstr "Meer termen toevoegen"
2426
 
2427
- #: ../classes/display-conditions.php:330
2428
  msgid "term name or id"
2429
  msgstr "Term naam of ID"
2430
 
2431
- #: ../classes/display-conditions.php:436 ../includes/array_ad_conditions.php:63
2432
  msgid "Home Page"
2433
  msgstr "Home pagina"
2434
 
2435
- #: ../classes/display-conditions.php:437 ../includes/array_ad_conditions.php:64
2436
  msgid "show on Home page"
2437
  msgstr "toon op home pagina"
2438
 
2439
- #: ../classes/display-conditions.php:441 ../includes/array_ad_conditions.php:68
2440
  msgid "Singular Pages"
2441
  msgstr "Singulaire pagina's"
2442
 
2443
- #: ../classes/display-conditions.php:442 ../includes/array_ad_conditions.php:69
2444
  msgid "show on singular pages/posts"
2445
  msgstr "toon op singulaire pagina's/berichten"
2446
 
2447
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:73
2448
  msgid "Archive Pages"
2449
  msgstr "Archief pagina's"
2450
 
2451
- #: ../classes/display-conditions.php:447 ../includes/array_ad_conditions.php:74
2452
  msgid "show on any type of archive page (category, tag, author and date)"
2453
  msgstr "toon op ieder type archief pagina (categorie, tag, auteur en datum)"
2454
 
2455
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:78
2456
  msgid "Search Results"
2457
  msgstr "Zoekresultaten"
2458
 
2459
- #: ../classes/display-conditions.php:452 ../includes/array_ad_conditions.php:79
2460
  msgid "show on search result pages"
2461
  msgstr "toon op zoekresultaten pagina's"
2462
 
2463
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:83
2464
  msgid "404 Page"
2465
  msgstr "404 pagina"
2466
 
2467
- #: ../classes/display-conditions.php:457 ../includes/array_ad_conditions.php:84
2468
  msgid "show on 404 error page"
2469
  msgstr "toon op 404 error pagina"
2470
 
2471
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:88
2472
  msgid "Attachment Pages"
2473
  msgstr "Bijlage pagina's"
2474
 
2475
- #: ../classes/display-conditions.php:462 ../includes/array_ad_conditions.php:89
2476
  msgid "show on attachment pages"
2477
  msgstr "toon op bijlage pagina's"
2478
 
2479
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:93
2480
  msgid "Secondary Queries"
2481
  msgstr "Secundaire queries"
2482
 
2483
- #: ../classes/display-conditions.php:467 ../includes/array_ad_conditions.php:94
2484
  msgid "allow ads in secondary queries"
2485
  msgstr "sta advertenties toe in secundaire queries"
2486
 
@@ -2754,89 +2775,81 @@ msgstr "Uw AdSense Publisher ID ontbreekt."
2754
  msgid "Auto"
2755
  msgstr "Automatisch"
2756
 
2757
- #: ../public/class-advanced-ads.php:309
2758
  #, php-format
2759
  msgid "Advanced Ads Error: %s"
2760
  msgstr "Advanced Ads Foutmelding: %s"
2761
 
2762
- #: ../public/class-advanced-ads.php:550
2763
  msgctxt "ad group general name"
2764
  msgid "Ad Groups"
2765
  msgstr "Advertentiegroepen"
2766
 
2767
- #: ../public/class-advanced-ads.php:551
2768
  msgctxt "ad group singular name"
2769
  msgid "Ad Group"
2770
  msgstr "Advertentiegroep"
2771
 
2772
- #: ../public/class-advanced-ads.php:552
2773
  msgid "Search Ad Groups"
2774
  msgstr "Zoek advertentiegroepen"
2775
 
2776
- #: ../public/class-advanced-ads.php:553
2777
  msgid "All Ad Groups"
2778
  msgstr "Alle advertentiegroepen"
2779
 
2780
- #: ../public/class-advanced-ads.php:554
2781
  msgid "Parent Ad Groups"
2782
  msgstr "Bovenliggende advertentiegroepen"
2783
 
2784
- #: ../public/class-advanced-ads.php:555
2785
  msgid "Parent Ad Groups:"
2786
  msgstr "Bovenliggende advertentiegroepen:"
2787
 
2788
- #: ../public/class-advanced-ads.php:556
2789
  msgid "Edit Ad Group"
2790
  msgstr "Advertentiegroep bewerken"
2791
 
2792
- #: ../public/class-advanced-ads.php:557
2793
  msgid "Update Ad Group"
2794
  msgstr "Advertentiegroep bijwerken"
2795
 
2796
- #: ../public/class-advanced-ads.php:558
2797
  msgid "Add New Ad Group"
2798
  msgstr "Nieuwe advertentiegroep toevoegen"
2799
 
2800
- #: ../public/class-advanced-ads.php:559
2801
  msgid "New Ad Groups Name"
2802
  msgstr "Nieuwe advertentiegroep naam"
2803
 
2804
- #: ../public/class-advanced-ads.php:561
2805
  msgid "No Ad Group found"
2806
  msgstr "Geen advertentiegroep gevonden"
2807
 
2808
- #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2809
- msgid "New Ad"
2810
- msgstr "Nieuwe advertentie"
2811
-
2812
- #: ../public/class-advanced-ads.php:590
2813
- msgid "Add New Ad"
2814
- msgstr "Nieuwe advertentie toevoegen"
2815
-
2816
- #: ../public/class-advanced-ads.php:592
2817
  msgid "Edit Ad"
2818
  msgstr "Advertentie bewerken"
2819
 
2820
- #: ../public/class-advanced-ads.php:594
2821
  msgid "View"
2822
  msgstr "Bekijken"
2823
 
2824
- #: ../public/class-advanced-ads.php:595
2825
  msgid "View the Ad"
2826
  msgstr "Bekijk de advertentie"
2827
 
2828
- #: ../public/class-advanced-ads.php:596
2829
  msgid "Search Ads"
2830
  msgstr "Advertenties zoeken"
2831
 
2832
- #: ../public/class-advanced-ads.php:597
2833
  msgid "No Ads found"
2834
  msgstr "Geen advertenties gevonden"
2835
 
2836
- #: ../public/class-advanced-ads.php:598
2837
  msgid "No Ads found in Trash"
2838
  msgstr "Geen advertenties gevonden in de prullenbak"
2839
 
2840
- #: ../public/class-advanced-ads.php:599
2841
  msgid "Parent Ad"
2842
  msgstr "Bovenliggende advertentie"
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"
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
 
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
 
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 ""
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
 
706
  "information"
707
  msgstr ""
708
 
709
+ #: ../public/class-advanced-ads.php:307
710
  msgid "Advanced Ads Error following:"
711
  msgstr ""
712
 
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?"
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."
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."
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>)."
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 "
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."
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 "
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 "
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 "
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 "
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."
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"
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
 
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\" "
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 "
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
 
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
 
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
 
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"
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
 
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)"
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."
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
 
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"
languages/advanced-ads-pt_BR.mo CHANGED
Binary file
languages/advanced-ads-pt_BR.po CHANGED
@@ -3,7 +3,7 @@ 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 12 2016 16:58:34 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Portuguese (Brazil)\n"
@@ -42,155 +42,155 @@ msgid "http://webgilde.com"
42
  msgstr ""
43
 
44
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
45
- #: 162 ../classes/visitor-conditions.php:214
46
  msgid "or"
47
  msgstr ""
48
 
49
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
50
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
51
- #: php:162 ../classes/visitor-conditions.php:214
52
  msgid "and"
53
  msgstr ""
54
 
55
- #: ../admin/class-advanced-ads-admin.php:298
56
  msgid "Debug"
57
  msgstr ""
58
 
59
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
60
- #: php:302
61
  msgid "Advanced Ads Intro"
62
  msgstr ""
63
 
64
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
65
- #: php:306 ../admin/class-advanced-ads-admin.php:1966
66
  msgid "Support"
67
  msgstr ""
68
 
69
- #: ../admin/class-advanced-ads-admin.php:419
70
  msgid "Please enter a message"
71
  msgstr ""
72
 
73
- #: ../admin/class-advanced-ads-admin.php:429
74
  #, php-format
75
  msgid "Email could NOT be sent. Please contact us directly at %s."
76
  msgstr ""
77
 
78
- #: ../admin/class-advanced-ads-admin.php:432
79
  msgid "Please enter a valid email address"
80
  msgstr ""
81
 
82
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
83
- #: php:824
84
  msgid "Ad updated."
85
  msgstr ""
86
 
87
  #. translators: %s: date and time of the revision
88
- #: ../admin/class-advanced-ads-admin.php:826
89
  #, php-format
90
  msgid "Ad restored to revision from %s"
91
  msgstr ""
92
 
93
- #: ../admin/class-advanced-ads-admin.php:827
94
  msgid "Ad published."
95
  msgstr ""
96
 
97
- #: ../admin/class-advanced-ads-admin.php:828
98
  msgid "Ad saved."
99
  msgstr ""
100
 
101
- #: ../admin/class-advanced-ads-admin.php:829
102
  msgid "Ad submitted."
103
  msgstr ""
104
 
105
- #: ../admin/class-advanced-ads-admin.php:831
106
  #, php-format
107
  msgid "Ad scheduled for: <strong>%1$s</strong>."
108
  msgstr ""
109
 
110
  #. translators: Publish box date format, see http://php.net/date
111
- #: ../admin/class-advanced-ads-admin.php:833
112
  msgid "M j, Y @ G:i"
113
  msgstr ""
114
 
115
- #: ../admin/class-advanced-ads-admin.php:835
116
  msgid "Ad draft updated."
117
  msgstr ""
118
 
119
- #: ../admin/class-advanced-ads-admin.php:854
120
  #, php-format
121
  msgid "%s ad updated."
122
  msgid_plural "%s ads updated."
123
  msgstr[0] ""
124
  msgstr[1] ""
125
 
126
- #: ../admin/class-advanced-ads-admin.php:855
127
  #, php-format
128
  msgid "%s ad not updated, somebody is editing it."
129
  msgid_plural "%s ads not updated, somebody is editing them."
130
  msgstr[0] ""
131
  msgstr[1] ""
132
 
133
- #: ../admin/class-advanced-ads-admin.php:856
134
  #, php-format
135
  msgid "%s ad permanently deleted."
136
  msgid_plural "%s ads permanently deleted."
137
  msgstr[0] ""
138
  msgstr[1] ""
139
 
140
- #: ../admin/class-advanced-ads-admin.php:857
141
  #, php-format
142
  msgid "%s ad moved to the Trash."
143
  msgid_plural "%s ads moved to the Trash."
144
  msgstr[0] ""
145
  msgstr[1] ""
146
 
147
- #: ../admin/class-advanced-ads-admin.php:858
148
  #, php-format
149
  msgid "%s ad restored from the Trash."
150
  msgid_plural "%s ads restored from the Trash."
151
  msgstr[0] ""
152
  msgstr[1] ""
153
 
154
- #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
155
- #: php:1009
156
  msgid "Licenses"
157
  msgstr ""
158
 
159
- #: ../admin/class-advanced-ads-admin.php:940
160
  msgid "Unlimited ad injection"
161
  msgstr ""
162
 
163
- #: ../admin/class-advanced-ads-admin.php:948
164
  msgid "Priority of content injection filter"
165
  msgstr ""
166
 
167
- #: ../admin/class-advanced-ads-admin.php:956
168
  msgid "Hide ads from bots"
169
  msgstr ""
170
 
171
- #: ../admin/class-advanced-ads-admin.php:964
172
  msgid "Disable notices"
173
  msgstr ""
174
 
175
- #: ../admin/class-advanced-ads-admin.php:972
176
  msgid "ID prefix"
177
  msgstr ""
178
 
179
- #: ../admin/class-advanced-ads-admin.php:980
180
  msgid "Remove Widget ID"
181
  msgstr ""
182
 
183
- #: ../admin/class-advanced-ads-admin.php:988
184
  msgid "Allow editors to manage ads"
185
  msgstr ""
186
 
187
- #: ../admin/class-advanced-ads-admin.php:1091
188
  msgid ""
189
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
190
  "needs it."
191
  msgstr ""
192
 
193
- #: ../admin/class-advanced-ads-admin.php:1094
194
  #, php-format
195
  msgid ""
196
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -198,7 +198,7 @@ msgid ""
198
  "from this file."
199
  msgstr ""
200
 
201
- #: ../admin/class-advanced-ads-admin.php:1107
202
  msgid ""
203
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
204
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -207,19 +207,19 @@ msgid ""
207
  "on archive pages AT YOUR OWN RISK."
208
  msgstr ""
209
 
210
- #: ../admin/class-advanced-ads-admin.php:1123
211
  msgid ""
212
  "Please check your post content. A priority of 10 and below might cause "
213
  "issues (wpautop function might run twice)."
214
  msgstr ""
215
 
216
- #: ../admin/class-advanced-ads-admin.php:1125
217
  msgid ""
218
  "Play with this value in order to change the priority of the injected ads "
219
  "compared to other auto injected elements in the post content."
220
  msgstr ""
221
 
222
- #: ../admin/class-advanced-ads-admin.php:1139
223
  #, php-format
224
  msgid ""
225
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -227,106 +227,115 @@ msgid ""
227
  "Add-On</a>."
228
  msgstr ""
229
 
230
- #: ../admin/class-advanced-ads-admin.php:1140
231
  msgid ""
232
  "Disabling this option only makes sense if your ads contain content you want "
233
  "to display to bots (like search engines) or your site is cached and bots "
234
  "could create a cached version without the ads."
235
  msgstr ""
236
 
237
- #: ../admin/class-advanced-ads-admin.php:1153
238
  msgid ""
239
  "Disable internal notices like tips, tutorials, email newsletters and update "
240
  "notices. Disabling notices is recommended if you run multiple blogs with "
241
  "Advanced Ads already."
242
  msgstr ""
243
 
244
- #: ../admin/class-advanced-ads-admin.php:1170
245
  msgid ""
246
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
247
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
248
  "need to <strong>rewrite css rules afterwards</strong>."
249
  msgstr ""
250
 
251
- #: ../admin/class-advanced-ads-admin.php:1191
252
  msgid ""
253
  "Remove the ID attribute from widgets in order to not make them an easy "
254
  "target of ad blockers."
255
  msgstr ""
256
 
257
- #: ../admin/class-advanced-ads-admin.php:1194
258
  msgid ""
259
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
260
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
261
  msgstr ""
262
 
263
- #: ../admin/class-advanced-ads-admin.php:1216
264
  msgid "Allow editors to also manage and publish ads."
265
  msgstr ""
266
 
267
- #: ../admin/class-advanced-ads-admin.php:1217
268
  #, php-format
269
  msgid ""
270
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
271
  "target=\"_blank\">Advanced Ads Pro</a>."
272
  msgstr ""
273
 
274
- #: ../admin/class-advanced-ads-admin.php:1314
275
  msgid "Ad Planning"
276
  msgstr ""
277
 
278
- #: ../admin/class-advanced-ads-admin.php:1549
279
  msgid "Advanced Ads Tutorials"
280
  msgstr ""
281
 
282
- #: ../admin/class-advanced-ads-admin.php:1560
283
  #, php-format
284
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
285
  msgstr ""
286
 
287
- #: ../admin/class-advanced-ads-admin.php:1578
288
  msgid "Get the tutorial via email"
289
  msgstr ""
290
 
291
- #: ../admin/class-advanced-ads-admin.php:1585
292
  msgid "Get AdSense tips via email"
293
  msgstr ""
294
 
295
- #: ../admin/class-advanced-ads-admin.php:1675
296
  #, php-format
297
  msgid "time of %s"
298
  msgstr ""
299
 
300
- #: ../admin/class-advanced-ads-admin.php:1710
301
  msgid "Error while trying to register the license. Please contact support."
302
  msgstr ""
303
 
304
- #: ../admin/class-advanced-ads-admin.php:1716
305
- msgid "Please enter and save a valid license key first."
 
 
 
 
306
  msgstr ""
307
 
308
- #: ../admin/class-advanced-ads-admin.php:1744
309
  msgid "This is the bundle license key."
310
  msgstr ""
311
 
312
- #: ../admin/class-advanced-ads-admin.php:1745
313
  msgid "This is not the correct key for this add-on."
314
  msgstr ""
315
 
316
- #: ../admin/class-advanced-ads-admin.php:1748
 
 
 
 
317
  #, php-format
318
  msgid "License is invalid. Reason: %s"
319
  msgstr ""
320
 
321
- #: ../admin/class-advanced-ads-admin.php:1792
322
  msgid "Error while trying to disable the license. Please contact support."
323
  msgstr ""
324
 
325
- #: ../admin/class-advanced-ads-admin.php:1823
326
- msgid "License couldn’t be deactivated. Please try again later or contact support."
 
327
  msgstr ""
328
 
329
- #: ../admin/class-advanced-ads-admin.php:1970
330
  msgid "Add-Ons"
331
  msgstr ""
332
 
@@ -390,18 +399,18 @@ msgstr ""
390
  msgid "You don’t have permission to change the ad groups"
391
  msgstr ""
392
 
393
- #: ../admin/includes/class-notices.php:395
394
  #, php-format
395
  msgid ""
396
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
397
  "target=\"_blank\">this form</a> to sign up."
398
  msgstr ""
399
 
400
- #: ../admin/includes/class-notices.php:413
401
  msgid "How embarrassing. The email server seems to be down. Please try again later."
402
  msgstr ""
403
 
404
- #: ../admin/includes/class-notices.php:418
405
  #, php-format
406
  msgid ""
407
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1022,7 +1031,7 @@ msgid ""
1022
  "visitor conditions to replace it."
1023
  msgstr ""
1024
 
1025
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1026
  msgid "Debug Page"
1027
  msgstr ""
1028
 
@@ -1262,46 +1271,38 @@ msgstr ""
1262
  msgid "The ad or group that should be displayed."
1263
  msgstr ""
1264
 
1265
- #: ../admin/views/setting-license.php:10
 
 
 
 
1266
  #, php-format
1267
- msgid ""
1268
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1269
- "page</a> to renew it."
1270
  msgstr ""
1271
 
1272
  #: ../admin/views/setting-license.php:14
1273
- msgid "License key"
 
1274
  msgstr ""
1275
 
1276
- #: ../admin/views/setting-license.php:24
1277
- msgid "Deactivate License"
1278
  msgstr ""
1279
 
1280
- #: ../admin/views/setting-license.php:32
1281
- msgid "Activate License"
1282
  msgstr ""
1283
 
1284
  #: ../admin/views/setting-license.php:35
1285
- msgid "Please enter a valid license key"
1286
  msgstr ""
1287
 
1288
- #: ../admin/views/setting-license.php:37
1289
  msgid "License key invalid"
1290
  msgstr ""
1291
 
1292
- #: ../admin/views/setting-license.php:41
1293
- msgid "active"
1294
- msgstr ""
1295
-
1296
  #: ../admin/views/setting-license.php:42
1297
- #, php-format
1298
- msgid "(%d days left)"
1299
- msgstr ""
1300
-
1301
- #: ../admin/views/setting-license.php:45
1302
- msgid ""
1303
- "1. enter the key and save options; 2. click the activate button behind the "
1304
- "field"
1305
  msgstr ""
1306
 
1307
  #: ../admin/views/settings-disable-ads.php:16
@@ -1319,19 +1320,19 @@ msgstr ""
1319
  msgid "Disable ads in Feed"
1320
  msgstr ""
1321
 
1322
- #: ../admin/views/settings.php:35
1323
  msgid "Save settings on this page"
1324
  msgstr ""
1325
 
1326
- #: ../admin/views/settings.php:46
1327
  msgid "Welcome Page"
1328
  msgstr ""
1329
 
1330
- #: ../admin/views/settings.php:47
1331
  msgid "Advanced Ads on WordPress.org"
1332
  msgstr ""
1333
 
1334
- #: ../admin/views/settings.php:47
1335
  msgid "Advanced Ads on wp.org"
1336
  msgstr ""
1337
 
@@ -1497,6 +1498,21 @@ msgid ""
1497
  "widget."
1498
  msgstr ""
1499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1500
  #: ../classes/ad_type_image.php:34
1501
  msgid "Image Ad"
1502
  msgstr ""
@@ -1544,93 +1560,93 @@ msgid ""
1544
  "misfortunate formats in forms, but should not damage features."
1545
  msgstr ""
1546
 
1547
- #: ../classes/display-conditions.php:60
1548
  msgid "post type"
1549
  msgstr ""
1550
 
1551
- #: ../classes/display-conditions.php:67
1552
  msgid "specific pages"
1553
  msgstr ""
1554
 
1555
- #: ../classes/display-conditions.php:79
1556
  msgid "author"
1557
  msgstr ""
1558
 
1559
- #: ../classes/display-conditions.php:104
1560
  #, php-format
1561
  msgid "archive: %s"
1562
  msgstr ""
1563
 
1564
- #: ../classes/display-conditions.php:205 ../classes/display-conditions.php:249 ..
1565
- #: classes/display-conditions.php:337
1566
  msgctxt "Error message shown when no display condition term is selected"
1567
  msgid "Please select some items."
1568
  msgstr ""
1569
 
1570
- #: ../classes/display-conditions.php:234 ../classes/display-conditions.php:287 ..
1571
- #: classes/display-conditions.php:362
1572
  msgid "show"
1573
  msgstr ""
1574
 
1575
- #: ../classes/display-conditions.php:235 ../classes/display-conditions.php:288 ..
1576
- #: classes/display-conditions.php:363
1577
  msgid "hide"
1578
  msgstr ""
1579
 
1580
- #: ../classes/display-conditions.php:327
1581
  msgctxt "display the terms search field on ad edit page"
1582
  msgid "add more terms"
1583
  msgstr ""
1584
 
1585
- #: ../classes/display-conditions.php:328
1586
  msgid "add more terms"
1587
  msgstr ""
1588
 
1589
- #: ../classes/display-conditions.php:330
1590
  msgid "term name or id"
1591
  msgstr ""
1592
 
1593
- #: ../classes/display-conditions.php:391
1594
- msgid "post or page title"
1595
  msgstr ""
1596
 
1597
- #: ../classes/display-conditions.php:437 ../includes/array_ad_conditions.php:64
1598
  msgid "show on Home page"
1599
  msgstr ""
1600
 
1601
- #: ../classes/display-conditions.php:442 ../includes/array_ad_conditions.php:69
1602
  msgid "show on singular pages/posts"
1603
  msgstr ""
1604
 
1605
- #: ../classes/display-conditions.php:447 ../includes/array_ad_conditions.php:74
1606
  msgid "show on any type of archive page (category, tag, author and date)"
1607
  msgstr ""
1608
 
1609
- #: ../classes/display-conditions.php:452 ../includes/array_ad_conditions.php:79
1610
  msgid "show on search result pages"
1611
  msgstr ""
1612
 
1613
- #: ../classes/display-conditions.php:457 ../includes/array_ad_conditions.php:84
1614
  msgid "show on 404 error page"
1615
  msgstr ""
1616
 
1617
- #: ../classes/display-conditions.php:462 ../includes/array_ad_conditions.php:89
1618
  msgid "show on attachment pages"
1619
  msgstr ""
1620
 
1621
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:93
1622
  msgid "Secondary Queries"
1623
  msgstr ""
1624
 
1625
- #: ../classes/display-conditions.php:467 ../includes/array_ad_conditions.php:94
1626
  msgid "allow ads in secondary queries"
1627
  msgstr ""
1628
 
1629
- #: ../classes/display-conditions.php:471
1630
  msgid "Feed"
1631
  msgstr ""
1632
 
1633
- #: ../classes/display-conditions.php:472
1634
  msgid "allow ads in Feed"
1635
  msgstr ""
1636
 
@@ -1974,17 +1990,28 @@ msgstr ""
1974
  msgid "Auto"
1975
  msgstr ""
1976
 
1977
- #: ../public/class-advanced-ads.php:306
1978
  msgid "Advanced Ads Error following:"
1979
  msgstr ""
1980
 
1981
- #: ../admin/class-advanced-ads-admin.php:598
 
 
 
 
 
 
 
 
 
 
 
1982
  #, fuzzy
1983
  msgid "Visitor Conditions"
1984
  msgstr "Condições para visitantes"
1985
 
1986
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
1987
- #: php:591
1988
  #, fuzzy
1989
  msgid "Edit"
1990
  msgstr "Editar"
@@ -2035,12 +2062,12 @@ msgstr "Salve o novo Local"
2035
  msgid "Plain Text and Code"
2036
  msgstr "Texto puro e código"
2037
 
2038
- #: ../classes/display-conditions.php:73
2039
  #, fuzzy
2040
  msgid "general conditions"
2041
  msgstr "Outras condições"
2042
 
2043
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:78
2044
  #, fuzzy
2045
  msgid "Search Results"
2046
  msgstr "Resultado da busca"
@@ -2050,92 +2077,82 @@ msgstr "Resultado da busca"
2050
  msgid "Categories, Tags and Taxonomies"
2051
  msgstr "Categorias, Tags e Taxonomias"
2052
 
2053
- #: ../public/class-advanced-ads.php:552
2054
  #, fuzzy
2055
  msgid "Search Ad Groups"
2056
  msgstr "Pesquisar Grupos de banner"
2057
 
2058
- #: ../public/class-advanced-ads.php:553
2059
  #, fuzzy
2060
  msgid "All Ad Groups"
2061
  msgstr "Todos os grupos"
2062
 
2063
- #: ../public/class-advanced-ads.php:554
2064
  #, fuzzy
2065
  msgid "Parent Ad Groups"
2066
  msgstr "Grupos mãe"
2067
 
2068
- #: ../public/class-advanced-ads.php:555
2069
  #, fuzzy
2070
  msgid "Parent Ad Groups:"
2071
  msgstr "Grupos mãe:"
2072
 
2073
- #: ../public/class-advanced-ads.php:556
2074
  #, fuzzy
2075
  msgid "Edit Ad Group"
2076
  msgstr "Editar Grupo"
2077
 
2078
- #: ../public/class-advanced-ads.php:557
2079
  #, fuzzy
2080
  msgid "Update Ad Group"
2081
  msgstr "Alterar Grupo"
2082
 
2083
- #: ../public/class-advanced-ads.php:558
2084
  #, fuzzy
2085
  msgid "Add New Ad Group"
2086
  msgstr "Adicionar Grupo"
2087
 
2088
- #: ../public/class-advanced-ads.php:559
2089
  #, fuzzy
2090
  msgid "New Ad Groups Name"
2091
  msgstr "Novo nome do Grupo"
2092
 
2093
- #: ../public/class-advanced-ads.php:561
2094
  #, fuzzy
2095
  msgid "No Ad Group found"
2096
  msgstr "Nenhum Grupo encontrado"
2097
 
2098
- #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2099
- #, fuzzy
2100
- msgid "New Ad"
2101
- msgstr "Novo Banner"
2102
-
2103
- #: ../public/class-advanced-ads.php:590
2104
- #, fuzzy
2105
- msgid "Add New Ad"
2106
- msgstr "Adicionar Banner"
2107
-
2108
- #: ../public/class-advanced-ads.php:592
2109
  #, fuzzy
2110
  msgid "Edit Ad"
2111
  msgstr "Editar Banner"
2112
 
2113
- #: ../public/class-advanced-ads.php:594
2114
  #, fuzzy
2115
  msgid "View"
2116
  msgstr "Ver"
2117
 
2118
- #: ../public/class-advanced-ads.php:595
2119
  #, fuzzy
2120
  msgid "View the Ad"
2121
  msgstr "Ver Banner"
2122
 
2123
- #: ../public/class-advanced-ads.php:596
2124
  #, fuzzy
2125
  msgid "Search Ads"
2126
  msgstr "Pesquisar Banners"
2127
 
2128
- #: ../public/class-advanced-ads.php:597
2129
  #, fuzzy
2130
  msgid "No Ads found"
2131
  msgstr "Nenhum Banner encontrado"
2132
 
2133
- #: ../public/class-advanced-ads.php:598
2134
  #, fuzzy
2135
  msgid "No Ads found in Trash"
2136
  msgstr "Nenhum Banner encontrado na lixeira"
2137
 
2138
- #: ../public/class-advanced-ads.php:599
2139
  #, fuzzy
2140
  msgid "Parent Ad"
2141
  msgstr "Banner mãe"
@@ -2148,130 +2165,130 @@ msgstr "Visão geral"
2148
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
2149
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
2150
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
2151
- #: classes/widget.php:89 ../public/class-advanced-ads.php:587
2152
  msgid "Ads"
2153
  msgstr "Banners"
2154
 
2155
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
2156
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
2157
  #: 177 ../classes/widget.php:82
2158
  msgid "Ad Groups"
2159
  msgstr "Grupos"
2160
 
2161
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
2162
  msgid "Groups"
2163
  msgstr "Grupos"
2164
 
2165
- #: ../admin/class-advanced-ads-admin.php:291
2166
  msgid "Ad Placements"
2167
  msgstr "Locais"
2168
 
2169
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
2170
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
2171
  msgid "Placements"
2172
  msgstr "Locais"
2173
 
2174
- #: ../admin/class-advanced-ads-admin.php:295
2175
  msgid "Advanced Ads Settings"
2176
  msgstr "Configurações"
2177
 
2178
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
2179
- #: php:544 ../admin/views/debug.php:10
2180
  msgid "Settings"
2181
  msgstr "Configurações"
2182
 
2183
- #: ../admin/class-advanced-ads-admin.php:298
2184
  msgid "Advanced Ads Debugging"
2185
  msgstr "Debug de Banners"
2186
 
2187
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
2188
- #: php:485
2189
  msgid "Sorry, you are not allowed to access this feature."
2190
  msgstr "Desculpe, você não tem permissão para acessar esta função."
2191
 
2192
- #: ../admin/class-advanced-ads-admin.php:471
2193
  msgid ""
2194
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
2195
  "deleted?"
2196
  msgstr "Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
2197
 
2198
- #: ../admin/class-advanced-ads-admin.php:586
2199
  msgid "Ad Type"
2200
  msgstr "Tipo de banner"
2201
 
2202
- #: ../admin/class-advanced-ads-admin.php:589
2203
  msgid "Ad Parameters"
2204
  msgstr "Parâmetros do banner"
2205
 
2206
- #: ../admin/class-advanced-ads-admin.php:592
2207
  msgid "Layout / Output"
2208
  msgstr "Layout / Exibição"
2209
 
2210
- #: ../admin/class-advanced-ads-admin.php:595
2211
  msgid "Display Conditions"
2212
  msgstr "Condições de exibição"
2213
 
2214
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
2215
  msgid "General"
2216
  msgstr "Geral"
2217
 
2218
- #: ../admin/class-advanced-ads-admin.php:916
2219
  msgid "Disable ads"
2220
  msgstr "Desativar banners"
2221
 
2222
- #: ../admin/class-advanced-ads-admin.php:924
2223
  msgid "Hide ads for logged in users"
2224
  msgstr "Não exibir banners para usuários logados"
2225
 
2226
- #: ../admin/class-advanced-ads-admin.php:932
2227
  msgid "Use advanced JavaScript"
2228
  msgstr "Usar JavaScript avançado"
2229
 
2230
- #: ../admin/class-advanced-ads-admin.php:1064
2231
  msgid "(display to all)"
2232
  msgstr "(exibir para todos)"
2233
 
2234
- #: ../admin/class-advanced-ads-admin.php:1065
2235
  msgid "Subscriber"
2236
  msgstr "Assinante"
2237
 
2238
- #: ../admin/class-advanced-ads-admin.php:1066
2239
  msgid "Contributor"
2240
  msgstr "Contribuidor"
2241
 
2242
- #: ../admin/class-advanced-ads-admin.php:1067
2243
  msgid "Author"
2244
  msgstr "Autor"
2245
 
2246
- #: ../admin/class-advanced-ads-admin.php:1068
2247
  msgid "Editor"
2248
  msgstr "Editor"
2249
 
2250
- #: ../admin/class-advanced-ads-admin.php:1069
2251
  msgid "Admin"
2252
  msgstr "Administrador"
2253
 
2254
- #: ../admin/class-advanced-ads-admin.php:1077
2255
  msgid "Choose the lowest role a user must have in order to not see any ads."
2256
  msgstr "Escolha o nível de usuário mais baixo para não ver os banners."
2257
 
2258
- #: ../admin/class-advanced-ads-admin.php:1313
2259
  msgid "Ad Details"
2260
  msgstr "Detalhes do banner"
2261
 
2262
- #: ../admin/class-advanced-ads-admin.php:1449
2263
  msgid "Ad Settings"
2264
  msgstr "Configurações do banner"
2265
 
2266
- #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
2267
  msgid "Ads Dashboard"
2268
  msgstr "Painel de banners"
2269
 
2270
- #: ../admin/class-advanced-ads-admin.php:1540
2271
  msgid "From the ad optimization universe"
2272
  msgstr "Universo de otimizações de banners"
2273
 
2274
- #: ../admin/class-advanced-ads-admin.php:1571
2275
  msgid "plugin manual and homepage"
2276
  msgstr "manual e página do plugin"
2277
 
@@ -2336,11 +2353,11 @@ msgid "Type"
2336
  msgstr "Tipo"
2337
 
2338
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
2339
- #: 588
2340
  msgid "Ad"
2341
  msgstr "Banner"
2342
 
2343
- #: ../admin/views/ad-group-list-header.php:3
2344
  msgid "Ad Group"
2345
  msgstr "Grupo"
2346
 
@@ -2537,7 +2554,7 @@ msgstr "Desabilitar Banners na página de listagem de conteúdo"
2537
  msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
2538
  msgstr "Ex: index.php, tags, categorias"
2539
 
2540
- #: ../admin/views/settings.php:48
2541
  msgid "the company behind Advanced Ads"
2542
  msgstr "-"
2543
 
@@ -2557,7 +2574,7 @@ msgstr ""
2557
  "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o Banner "
2558
  "será exibido."
2559
 
2560
- #: ../classes/ad_placements.php:204
2561
  #, php-format
2562
  msgid "paragraph (%s)"
2563
  msgstr "parágrafo (%s)"
@@ -2603,11 +2620,11 @@ msgstr ""
2603
  msgid "Insert plain text or code into this field."
2604
  msgstr "Insira o texo ou código no campo."
2605
 
2606
- #: ../classes/display-conditions.php:61 ../includes/array_ad_conditions.php:40
2607
  msgid "Choose the public post types on which to display the ad."
2608
  msgstr "Escolha o tipo de conteúdo para exibir o banner"
2609
 
2610
- #: ../classes/display-conditions.php:68 ../includes/array_ad_conditions.php:58
2611
  msgid ""
2612
  "Choose on which individual posts, pages and public post type pages you want "
2613
  "to display or hide ads."
@@ -2615,23 +2632,23 @@ msgstr ""
2615
  "Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder "
2616
  "banners"
2617
 
2618
- #: ../classes/display-conditions.php:436 ../includes/array_ad_conditions.php:63
2619
  msgid "Home Page"
2620
  msgstr "Página inicial"
2621
 
2622
- #: ../classes/display-conditions.php:441 ../includes/array_ad_conditions.php:68
2623
  msgid "Singular Pages"
2624
  msgstr "Página simples"
2625
 
2626
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:73
2627
  msgid "Archive Pages"
2628
  msgstr "Arquivos de páginas"
2629
 
2630
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:83
2631
  msgid "404 Page"
2632
  msgstr "página 404"
2633
 
2634
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:88
2635
  msgid "Attachment Pages"
2636
  msgstr "Página de anexos"
2637
 
@@ -2667,17 +2684,17 @@ msgstr "IDs dos arquivos de categorias separados por vírgula"
2667
  msgid "Individual Posts, Pages and Public Post Types"
2668
  msgstr "Post individuais, páginas e tipos de posts públicos"
2669
 
2670
- #: ../public/class-advanced-ads.php:309
2671
  #, php-format
2672
  msgid "Advanced Ads Error: %s"
2673
  msgstr "Erro: %s"
2674
 
2675
- #: ../public/class-advanced-ads.php:550
2676
  msgctxt "ad group general name"
2677
  msgid "Ad Groups"
2678
  msgstr "Grupos de banner"
2679
 
2680
- #: ../public/class-advanced-ads.php:551
2681
  msgctxt "ad group singular name"
2682
  msgid "Ad Group"
2683
  msgstr "Grupo de banner"
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:51 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Portuguese (Brazil)\n"
42
  msgstr ""
43
 
44
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
45
+ #: 171 ../classes/visitor-conditions.php:214
46
  msgid "or"
47
  msgstr ""
48
 
49
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
50
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
51
+ #: php:171 ../classes/visitor-conditions.php:214
52
  msgid "and"
53
  msgstr ""
54
 
55
+ #: ../admin/class-advanced-ads-admin.php:305
56
  msgid "Debug"
57
  msgstr ""
58
 
59
+ #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
60
+ #: php:309
61
  msgid "Advanced Ads Intro"
62
  msgstr ""
63
 
64
+ #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
65
+ #: php:313 ../admin/class-advanced-ads-admin.php:1987
66
  msgid "Support"
67
  msgstr ""
68
 
69
+ #: ../admin/class-advanced-ads-admin.php:425
70
  msgid "Please enter a message"
71
  msgstr ""
72
 
73
+ #: ../admin/class-advanced-ads-admin.php:435
74
  #, php-format
75
  msgid "Email could NOT be sent. Please contact us directly at %s."
76
  msgstr ""
77
 
78
+ #: ../admin/class-advanced-ads-admin.php:438
79
  msgid "Please enter a valid email address"
80
  msgstr ""
81
 
82
+ #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
83
+ #: php:830
84
  msgid "Ad updated."
85
  msgstr ""
86
 
87
  #. translators: %s: date and time of the revision
88
+ #: ../admin/class-advanced-ads-admin.php:832
89
  #, php-format
90
  msgid "Ad restored to revision from %s"
91
  msgstr ""
92
 
93
+ #: ../admin/class-advanced-ads-admin.php:833
94
  msgid "Ad published."
95
  msgstr ""
96
 
97
+ #: ../admin/class-advanced-ads-admin.php:834
98
  msgid "Ad saved."
99
  msgstr ""
100
 
101
+ #: ../admin/class-advanced-ads-admin.php:835
102
  msgid "Ad submitted."
103
  msgstr ""
104
 
105
+ #: ../admin/class-advanced-ads-admin.php:837
106
  #, php-format
107
  msgid "Ad scheduled for: <strong>%1$s</strong>."
108
  msgstr ""
109
 
110
  #. translators: Publish box date format, see http://php.net/date
111
+ #: ../admin/class-advanced-ads-admin.php:839
112
  msgid "M j, Y @ G:i"
113
  msgstr ""
114
 
115
+ #: ../admin/class-advanced-ads-admin.php:841
116
  msgid "Ad draft updated."
117
  msgstr ""
118
 
119
+ #: ../admin/class-advanced-ads-admin.php:860
120
  #, php-format
121
  msgid "%s ad updated."
122
  msgid_plural "%s ads updated."
123
  msgstr[0] ""
124
  msgstr[1] ""
125
 
126
+ #: ../admin/class-advanced-ads-admin.php:861
127
  #, php-format
128
  msgid "%s ad not updated, somebody is editing it."
129
  msgid_plural "%s ads not updated, somebody is editing them."
130
  msgstr[0] ""
131
  msgstr[1] ""
132
 
133
+ #: ../admin/class-advanced-ads-admin.php:862
134
  #, php-format
135
  msgid "%s ad permanently deleted."
136
  msgid_plural "%s ads permanently deleted."
137
  msgstr[0] ""
138
  msgstr[1] ""
139
 
140
+ #: ../admin/class-advanced-ads-admin.php:863
141
  #, php-format
142
  msgid "%s ad moved to the Trash."
143
  msgid_plural "%s ads moved to the Trash."
144
  msgstr[0] ""
145
  msgstr[1] ""
146
 
147
+ #: ../admin/class-advanced-ads-admin.php:864
148
  #, php-format
149
  msgid "%s ad restored from the Trash."
150
  msgid_plural "%s ads restored from the Trash."
151
  msgstr[0] ""
152
  msgstr[1] ""
153
 
154
+ #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
155
+ #: php:1015
156
  msgid "Licenses"
157
  msgstr ""
158
 
159
+ #: ../admin/class-advanced-ads-admin.php:946
160
  msgid "Unlimited ad injection"
161
  msgstr ""
162
 
163
+ #: ../admin/class-advanced-ads-admin.php:954
164
  msgid "Priority of content injection filter"
165
  msgstr ""
166
 
167
+ #: ../admin/class-advanced-ads-admin.php:962
168
  msgid "Hide ads from bots"
169
  msgstr ""
170
 
171
+ #: ../admin/class-advanced-ads-admin.php:970
172
  msgid "Disable notices"
173
  msgstr ""
174
 
175
+ #: ../admin/class-advanced-ads-admin.php:978
176
  msgid "ID prefix"
177
  msgstr ""
178
 
179
+ #: ../admin/class-advanced-ads-admin.php:986
180
  msgid "Remove Widget ID"
181
  msgstr ""
182
 
183
+ #: ../admin/class-advanced-ads-admin.php:994
184
  msgid "Allow editors to manage ads"
185
  msgstr ""
186
 
187
+ #: ../admin/class-advanced-ads-admin.php:1098
188
  msgid ""
189
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
190
  "needs it."
191
  msgstr ""
192
 
193
+ #: ../admin/class-advanced-ads-admin.php:1101
194
  #, php-format
195
  msgid ""
196
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
198
  "from this file."
199
  msgstr ""
200
 
201
+ #: ../admin/class-advanced-ads-admin.php:1114
202
  msgid ""
203
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
204
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
207
  "on archive pages AT YOUR OWN RISK."
208
  msgstr ""
209
 
210
+ #: ../admin/class-advanced-ads-admin.php:1130
211
  msgid ""
212
  "Please check your post content. A priority of 10 and below might cause "
213
  "issues (wpautop function might run twice)."
214
  msgstr ""
215
 
216
+ #: ../admin/class-advanced-ads-admin.php:1132
217
  msgid ""
218
  "Play with this value in order to change the priority of the injected ads "
219
  "compared to other auto injected elements in the post content."
220
  msgstr ""
221
 
222
+ #: ../admin/class-advanced-ads-admin.php:1146
223
  #, php-format
224
  msgid ""
225
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
227
  "Add-On</a>."
228
  msgstr ""
229
 
230
+ #: ../admin/class-advanced-ads-admin.php:1147
231
  msgid ""
232
  "Disabling this option only makes sense if your ads contain content you want "
233
  "to display to bots (like search engines) or your site is cached and bots "
234
  "could create a cached version without the ads."
235
  msgstr ""
236
 
237
+ #: ../admin/class-advanced-ads-admin.php:1160
238
  msgid ""
239
  "Disable internal notices like tips, tutorials, email newsletters and update "
240
  "notices. Disabling notices is recommended if you run multiple blogs with "
241
  "Advanced Ads already."
242
  msgstr ""
243
 
244
+ #: ../admin/class-advanced-ads-admin.php:1177
245
  msgid ""
246
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
247
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
248
  "need to <strong>rewrite css rules afterwards</strong>."
249
  msgstr ""
250
 
251
+ #: ../admin/class-advanced-ads-admin.php:1198
252
  msgid ""
253
  "Remove the ID attribute from widgets in order to not make them an easy "
254
  "target of ad blockers."
255
  msgstr ""
256
 
257
+ #: ../admin/class-advanced-ads-admin.php:1201
258
  msgid ""
259
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
260
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
261
  msgstr ""
262
 
263
+ #: ../admin/class-advanced-ads-admin.php:1223
264
  msgid "Allow editors to also manage and publish ads."
265
  msgstr ""
266
 
267
+ #: ../admin/class-advanced-ads-admin.php:1224
268
  #, php-format
269
  msgid ""
270
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
271
  "target=\"_blank\">Advanced Ads Pro</a>."
272
  msgstr ""
273
 
274
+ #: ../admin/class-advanced-ads-admin.php:1282
275
  msgid "Ad Planning"
276
  msgstr ""
277
 
278
+ #: ../admin/class-advanced-ads-admin.php:1517
279
  msgid "Advanced Ads Tutorials"
280
  msgstr ""
281
 
282
+ #: ../admin/class-advanced-ads-admin.php:1528
283
  #, php-format
284
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
285
  msgstr ""
286
 
287
+ #: ../admin/class-advanced-ads-admin.php:1546
288
  msgid "Get the tutorial via email"
289
  msgstr ""
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:1553
292
  msgid "Get AdSense tips via email"
293
  msgstr ""
294
 
295
+ #: ../admin/class-advanced-ads-admin.php:1643
296
  #, php-format
297
  msgid "time of %s"
298
  msgstr ""
299
 
300
+ #: ../admin/class-advanced-ads-admin.php:1679
301
  msgid "Error while trying to register the license. Please contact support."
302
  msgstr ""
303
 
304
+ #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
305
+ msgid "Please enter a valid license key"
306
+ msgstr ""
307
+
308
+ #: ../admin/class-advanced-ads-admin.php:1710
309
+ msgid "License couldn’t be activated. Please try again later."
310
  msgstr ""
311
 
312
+ #: ../admin/class-advanced-ads-admin.php:1722
313
  msgid "This is the bundle license key."
314
  msgstr ""
315
 
316
+ #: ../admin/class-advanced-ads-admin.php:1723
317
  msgid "This is not the correct key for this add-on."
318
  msgstr ""
319
 
320
+ #: ../admin/class-advanced-ads-admin.php:1724
321
+ msgid "There are no activations left."
322
+ msgstr ""
323
+
324
+ #: ../admin/class-advanced-ads-admin.php:1733
325
  #, php-format
326
  msgid "License is invalid. Reason: %s"
327
  msgstr ""
328
 
329
+ #: ../admin/class-advanced-ads-admin.php:1787
330
  msgid "Error while trying to disable the license. Please contact support."
331
  msgstr ""
332
 
333
+ #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
334
+ #: php:1827
335
+ msgid "License couldn’t be deactivated. Please try again later."
336
  msgstr ""
337
 
338
+ #: ../admin/class-advanced-ads-admin.php:1991
339
  msgid "Add-Ons"
340
  msgstr ""
341
 
399
  msgid "You don’t have permission to change the ad groups"
400
  msgstr ""
401
 
402
+ #: ../admin/includes/class-notices.php:406
403
  #, php-format
404
  msgid ""
405
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
406
  "target=\"_blank\">this form</a> to sign up."
407
  msgstr ""
408
 
409
+ #: ../admin/includes/class-notices.php:424
410
  msgid "How embarrassing. The email server seems to be down. Please try again later."
411
  msgstr ""
412
 
413
+ #: ../admin/includes/class-notices.php:429
414
  #, php-format
415
  msgid ""
416
  "Please check your email (%s) for the confirmation message. If you didn’t "
1031
  "visitor conditions to replace it."
1032
  msgstr ""
1033
 
1034
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1035
  msgid "Debug Page"
1036
  msgstr ""
1037
 
1271
  msgid "The ad or group that should be displayed."
1272
  msgstr ""
1273
 
1274
+ #: ../admin/views/setting-license.php:5
1275
+ msgid "Your license expired."
1276
+ msgstr ""
1277
+
1278
+ #: ../admin/views/setting-license.php:6
1279
  #, php-format
1280
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
 
 
1281
  msgstr ""
1282
 
1283
  #: ../admin/views/setting-license.php:14
1284
+ #, php-format
1285
+ msgid "(%d days left)"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/views/setting-license.php:18
1289
+ msgid "License key"
1290
  msgstr ""
1291
 
1292
+ #: ../admin/views/setting-license.php:28
1293
+ msgid "Deactivate License"
1294
  msgstr ""
1295
 
1296
  #: ../admin/views/setting-license.php:35
1297
+ msgid "Activate License"
1298
  msgstr ""
1299
 
1300
+ #: ../admin/views/setting-license.php:39
1301
  msgid "License key invalid"
1302
  msgstr ""
1303
 
 
 
 
 
1304
  #: ../admin/views/setting-license.php:42
1305
+ msgid "active"
 
 
 
 
 
 
 
1306
  msgstr ""
1307
 
1308
  #: ../admin/views/settings-disable-ads.php:16
1320
  msgid "Disable ads in Feed"
1321
  msgstr ""
1322
 
1323
+ #: ../admin/views/settings.php:36
1324
  msgid "Save settings on this page"
1325
  msgstr ""
1326
 
1327
+ #: ../admin/views/settings.php:48
1328
  msgid "Welcome Page"
1329
  msgstr ""
1330
 
1331
+ #: ../admin/views/settings.php:49
1332
  msgid "Advanced Ads on WordPress.org"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/views/settings.php:49
1336
  msgid "Advanced Ads on wp.org"
1337
  msgstr ""
1338
 
1498
  "widget."
1499
  msgstr ""
1500
 
1501
+ #: ../classes/ad_placements.php:204
1502
+ #, php-format
1503
+ msgid "paragraph without image (%s)"
1504
+ msgstr ""
1505
+
1506
+ #: ../classes/ad_type_group.php:31
1507
+ msgid ""
1508
+ "Choose an existing ad group. Use this type when you want to assign the same "
1509
+ "display and visitor conditions to all ads in that group."
1510
+ msgstr ""
1511
+
1512
+ #: ../classes/ad_type_group.php:60
1513
+ msgid "ad group"
1514
+ msgstr ""
1515
+
1516
  #: ../classes/ad_type_image.php:34
1517
  msgid "Image Ad"
1518
  msgstr ""
1560
  "misfortunate formats in forms, but should not damage features."
1561
  msgstr ""
1562
 
1563
+ #: ../classes/display-conditions.php:69
1564
  msgid "post type"
1565
  msgstr ""
1566
 
1567
+ #: ../classes/display-conditions.php:76
1568
  msgid "specific pages"
1569
  msgstr ""
1570
 
1571
+ #: ../classes/display-conditions.php:88
1572
  msgid "author"
1573
  msgstr ""
1574
 
1575
+ #: ../classes/display-conditions.php:113
1576
  #, php-format
1577
  msgid "archive: %s"
1578
  msgstr ""
1579
 
1580
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
1581
+ #: classes/display-conditions.php:346
1582
  msgctxt "Error message shown when no display condition term is selected"
1583
  msgid "Please select some items."
1584
  msgstr ""
1585
 
1586
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
1587
+ #: classes/display-conditions.php:371
1588
  msgid "show"
1589
  msgstr ""
1590
 
1591
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
1592
+ #: classes/display-conditions.php:372
1593
  msgid "hide"
1594
  msgstr ""
1595
 
1596
+ #: ../classes/display-conditions.php:336
1597
  msgctxt "display the terms search field on ad edit page"
1598
  msgid "add more terms"
1599
  msgstr ""
1600
 
1601
+ #: ../classes/display-conditions.php:337
1602
  msgid "add more terms"
1603
  msgstr ""
1604
 
1605
+ #: ../classes/display-conditions.php:339
1606
  msgid "term name or id"
1607
  msgstr ""
1608
 
1609
+ #: ../classes/display-conditions.php:400
1610
+ msgid "title or id"
1611
  msgstr ""
1612
 
1613
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
1614
  msgid "show on Home page"
1615
  msgstr ""
1616
 
1617
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
1618
  msgid "show on singular pages/posts"
1619
  msgstr ""
1620
 
1621
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
1622
  msgid "show on any type of archive page (category, tag, author and date)"
1623
  msgstr ""
1624
 
1625
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
1626
  msgid "show on search result pages"
1627
  msgstr ""
1628
 
1629
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
1630
  msgid "show on 404 error page"
1631
  msgstr ""
1632
 
1633
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
1634
  msgid "show on attachment pages"
1635
  msgstr ""
1636
 
1637
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
1638
  msgid "Secondary Queries"
1639
  msgstr ""
1640
 
1641
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
1642
  msgid "allow ads in secondary queries"
1643
  msgstr ""
1644
 
1645
+ #: ../classes/display-conditions.php:480
1646
  msgid "Feed"
1647
  msgstr ""
1648
 
1649
+ #: ../classes/display-conditions.php:481
1650
  msgid "allow ads in Feed"
1651
  msgstr ""
1652
 
1990
  msgid "Auto"
1991
  msgstr ""
1992
 
1993
+ #: ../public/class-advanced-ads.php:307
1994
  msgid "Advanced Ads Error following:"
1995
  msgstr ""
1996
 
1997
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
1998
+ #, fuzzy
1999
+ msgid "Add New Ad"
2000
+ msgstr "Adicionar Banner"
2001
+
2002
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
2003
+ #: ../public/class-advanced-ads.php:594
2004
+ #, fuzzy
2005
+ msgid "New Ad"
2006
+ msgstr "Novo Banner"
2007
+
2008
+ #: ../admin/class-advanced-ads-admin.php:604
2009
  #, fuzzy
2010
  msgid "Visitor Conditions"
2011
  msgstr "Condições para visitantes"
2012
 
2013
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
2014
+ #: php:592
2015
  #, fuzzy
2016
  msgid "Edit"
2017
  msgstr "Editar"
2062
  msgid "Plain Text and Code"
2063
  msgstr "Texto puro e código"
2064
 
2065
+ #: ../classes/display-conditions.php:82
2066
  #, fuzzy
2067
  msgid "general conditions"
2068
  msgstr "Outras condições"
2069
 
2070
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2071
  #, fuzzy
2072
  msgid "Search Results"
2073
  msgstr "Resultado da busca"
2077
  msgid "Categories, Tags and Taxonomies"
2078
  msgstr "Categorias, Tags e Taxonomias"
2079
 
2080
+ #: ../public/class-advanced-ads.php:553
2081
  #, fuzzy
2082
  msgid "Search Ad Groups"
2083
  msgstr "Pesquisar Grupos de banner"
2084
 
2085
+ #: ../public/class-advanced-ads.php:554
2086
  #, fuzzy
2087
  msgid "All Ad Groups"
2088
  msgstr "Todos os grupos"
2089
 
2090
+ #: ../public/class-advanced-ads.php:555
2091
  #, fuzzy
2092
  msgid "Parent Ad Groups"
2093
  msgstr "Grupos mãe"
2094
 
2095
+ #: ../public/class-advanced-ads.php:556
2096
  #, fuzzy
2097
  msgid "Parent Ad Groups:"
2098
  msgstr "Grupos mãe:"
2099
 
2100
+ #: ../public/class-advanced-ads.php:557
2101
  #, fuzzy
2102
  msgid "Edit Ad Group"
2103
  msgstr "Editar Grupo"
2104
 
2105
+ #: ../public/class-advanced-ads.php:558
2106
  #, fuzzy
2107
  msgid "Update Ad Group"
2108
  msgstr "Alterar Grupo"
2109
 
2110
+ #: ../public/class-advanced-ads.php:559
2111
  #, fuzzy
2112
  msgid "Add New Ad Group"
2113
  msgstr "Adicionar Grupo"
2114
 
2115
+ #: ../public/class-advanced-ads.php:560
2116
  #, fuzzy
2117
  msgid "New Ad Groups Name"
2118
  msgstr "Novo nome do Grupo"
2119
 
2120
+ #: ../public/class-advanced-ads.php:562
2121
  #, fuzzy
2122
  msgid "No Ad Group found"
2123
  msgstr "Nenhum Grupo encontrado"
2124
 
2125
+ #: ../public/class-advanced-ads.php:593
 
 
 
 
 
 
 
 
 
 
2126
  #, fuzzy
2127
  msgid "Edit Ad"
2128
  msgstr "Editar Banner"
2129
 
2130
+ #: ../public/class-advanced-ads.php:595
2131
  #, fuzzy
2132
  msgid "View"
2133
  msgstr "Ver"
2134
 
2135
+ #: ../public/class-advanced-ads.php:596
2136
  #, fuzzy
2137
  msgid "View the Ad"
2138
  msgstr "Ver Banner"
2139
 
2140
+ #: ../public/class-advanced-ads.php:597
2141
  #, fuzzy
2142
  msgid "Search Ads"
2143
  msgstr "Pesquisar Banners"
2144
 
2145
+ #: ../public/class-advanced-ads.php:598
2146
  #, fuzzy
2147
  msgid "No Ads found"
2148
  msgstr "Nenhum Banner encontrado"
2149
 
2150
+ #: ../public/class-advanced-ads.php:599
2151
  #, fuzzy
2152
  msgid "No Ads found in Trash"
2153
  msgstr "Nenhum Banner encontrado na lixeira"
2154
 
2155
+ #: ../public/class-advanced-ads.php:600
2156
  #, fuzzy
2157
  msgid "Parent Ad"
2158
  msgstr "Banner mãe"
2165
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
2166
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
2167
  #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
2168
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:588
2169
  msgid "Ads"
2170
  msgstr "Banners"
2171
 
2172
+ #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
2173
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
2174
  #: 177 ../classes/widget.php:82
2175
  msgid "Ad Groups"
2176
  msgstr "Grupos"
2177
 
2178
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
2179
  msgid "Groups"
2180
  msgstr "Grupos"
2181
 
2182
+ #: ../admin/class-advanced-ads-admin.php:298
2183
  msgid "Ad Placements"
2184
  msgstr "Locais"
2185
 
2186
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
2187
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
2188
  msgid "Placements"
2189
  msgstr "Locais"
2190
 
2191
+ #: ../admin/class-advanced-ads-admin.php:302
2192
  msgid "Advanced Ads Settings"
2193
  msgstr "Configurações"
2194
 
2195
+ #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
2196
+ #: php:550 ../admin/views/debug.php:10
2197
  msgid "Settings"
2198
  msgstr "Configurações"
2199
 
2200
+ #: ../admin/class-advanced-ads-admin.php:305
2201
  msgid "Advanced Ads Debugging"
2202
  msgstr "Debug de Banners"
2203
 
2204
+ #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
2205
+ #: php:491
2206
  msgid "Sorry, you are not allowed to access this feature."
2207
  msgstr "Desculpe, você não tem permissão para acessar esta função."
2208
 
2209
+ #: ../admin/class-advanced-ads-admin.php:477
2210
  msgid ""
2211
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
2212
  "deleted?"
2213
  msgstr "Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
2214
 
2215
+ #: ../admin/class-advanced-ads-admin.php:592
2216
  msgid "Ad Type"
2217
  msgstr "Tipo de banner"
2218
 
2219
+ #: ../admin/class-advanced-ads-admin.php:595
2220
  msgid "Ad Parameters"
2221
  msgstr "Parâmetros do banner"
2222
 
2223
+ #: ../admin/class-advanced-ads-admin.php:598
2224
  msgid "Layout / Output"
2225
  msgstr "Layout / Exibição"
2226
 
2227
+ #: ../admin/class-advanced-ads-admin.php:601
2228
  msgid "Display Conditions"
2229
  msgstr "Condições de exibição"
2230
 
2231
+ #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
2232
  msgid "General"
2233
  msgstr "Geral"
2234
 
2235
+ #: ../admin/class-advanced-ads-admin.php:922
2236
  msgid "Disable ads"
2237
  msgstr "Desativar banners"
2238
 
2239
+ #: ../admin/class-advanced-ads-admin.php:930
2240
  msgid "Hide ads for logged in users"
2241
  msgstr "Não exibir banners para usuários logados"
2242
 
2243
+ #: ../admin/class-advanced-ads-admin.php:938
2244
  msgid "Use advanced JavaScript"
2245
  msgstr "Usar JavaScript avançado"
2246
 
2247
+ #: ../admin/class-advanced-ads-admin.php:1071
2248
  msgid "(display to all)"
2249
  msgstr "(exibir para todos)"
2250
 
2251
+ #: ../admin/class-advanced-ads-admin.php:1072
2252
  msgid "Subscriber"
2253
  msgstr "Assinante"
2254
 
2255
+ #: ../admin/class-advanced-ads-admin.php:1073
2256
  msgid "Contributor"
2257
  msgstr "Contribuidor"
2258
 
2259
+ #: ../admin/class-advanced-ads-admin.php:1074
2260
  msgid "Author"
2261
  msgstr "Autor"
2262
 
2263
+ #: ../admin/class-advanced-ads-admin.php:1075
2264
  msgid "Editor"
2265
  msgstr "Editor"
2266
 
2267
+ #: ../admin/class-advanced-ads-admin.php:1076
2268
  msgid "Admin"
2269
  msgstr "Administrador"
2270
 
2271
+ #: ../admin/class-advanced-ads-admin.php:1084
2272
  msgid "Choose the lowest role a user must have in order to not see any ads."
2273
  msgstr "Escolha o nível de usuário mais baixo para não ver os banners."
2274
 
2275
+ #: ../admin/class-advanced-ads-admin.php:1281
2276
  msgid "Ad Details"
2277
  msgstr "Detalhes do banner"
2278
 
2279
+ #: ../admin/class-advanced-ads-admin.php:1417
2280
  msgid "Ad Settings"
2281
  msgstr "Configurações do banner"
2282
 
2283
+ #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
2284
  msgid "Ads Dashboard"
2285
  msgstr "Painel de banners"
2286
 
2287
+ #: ../admin/class-advanced-ads-admin.php:1508
2288
  msgid "From the ad optimization universe"
2289
  msgstr "Universo de otimizações de banners"
2290
 
2291
+ #: ../admin/class-advanced-ads-admin.php:1539
2292
  msgid "plugin manual and homepage"
2293
  msgstr "manual e página do plugin"
2294
 
2353
  msgstr "Tipo"
2354
 
2355
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
2356
+ #: 589
2357
  msgid "Ad"
2358
  msgstr "Banner"
2359
 
2360
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
2361
  msgid "Ad Group"
2362
  msgstr "Grupo"
2363
 
2554
  msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
2555
  msgstr "Ex: index.php, tags, categorias"
2556
 
2557
+ #: ../admin/views/settings.php:50
2558
  msgid "the company behind Advanced Ads"
2559
  msgstr "-"
2560
 
2574
  "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o Banner "
2575
  "será exibido."
2576
 
2577
+ #: ../classes/ad_placements.php:203
2578
  #, php-format
2579
  msgid "paragraph (%s)"
2580
  msgstr "parágrafo (%s)"
2620
  msgid "Insert plain text or code into this field."
2621
  msgstr "Insira o texo ou código no campo."
2622
 
2623
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2624
  msgid "Choose the public post types on which to display the ad."
2625
  msgstr "Escolha o tipo de conteúdo para exibir o banner"
2626
 
2627
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2628
  msgid ""
2629
  "Choose on which individual posts, pages and public post type pages you want "
2630
  "to display or hide ads."
2632
  "Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder "
2633
  "banners"
2634
 
2635
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2636
  msgid "Home Page"
2637
  msgstr "Página inicial"
2638
 
2639
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2640
  msgid "Singular Pages"
2641
  msgstr "Página simples"
2642
 
2643
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2644
  msgid "Archive Pages"
2645
  msgstr "Arquivos de páginas"
2646
 
2647
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2648
  msgid "404 Page"
2649
  msgstr "página 404"
2650
 
2651
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2652
  msgid "Attachment Pages"
2653
  msgstr "Página de anexos"
2654
 
2684
  msgid "Individual Posts, Pages and Public Post Types"
2685
  msgstr "Post individuais, páginas e tipos de posts públicos"
2686
 
2687
+ #: ../public/class-advanced-ads.php:310
2688
  #, php-format
2689
  msgid "Advanced Ads Error: %s"
2690
  msgstr "Erro: %s"
2691
 
2692
+ #: ../public/class-advanced-ads.php:551
2693
  msgctxt "ad group general name"
2694
  msgid "Ad Groups"
2695
  msgstr "Grupos de banner"
2696
 
2697
+ #: ../public/class-advanced-ads.php:552
2698
  msgctxt "ad group singular name"
2699
  msgid "Ad Group"
2700
  msgstr "Grupo de banner"
languages/advanced-ads.mo CHANGED
Binary file
languages/advanced-ads.po CHANGED
@@ -3,7 +3,7 @@ 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-28 20:07+0100\n"
6
- "PO-Revision-Date: Wed Jan 27 2016 07:35:03 GMT+0100 (CET)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Unknown locale\n"
@@ -42,243 +42,267 @@ msgstr ""
42
  msgid "http://webgilde.com"
43
  msgstr ""
44
 
45
- #: ../admin/class-advanced-ads-admin.php:260
 
 
 
 
 
 
 
 
 
 
 
46
  msgid "Overview"
47
  msgstr ""
48
 
49
- #: ../admin/class-advanced-ads-admin.php:264 ../admin/class-advanced-ads-admin.
50
- #: php:264 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
51
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
52
  #: /admin/views/placements.php:80 ../admin/views/placements.php:184 ..
53
- #: /classes/widget.php:89 ../public/class-advanced-ads.php:563
54
  msgid "Ads"
55
  msgstr ""
56
 
57
- #: ../admin/class-advanced-ads-admin.php:268 ../admin/includes/class-shortcode-
58
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
59
  #: 177 ../classes/widget.php:82
60
  msgid "Ad Groups"
61
  msgstr ""
62
 
63
- #: ../admin/class-advanced-ads-admin.php:268 ../public/class-advanced-ads.php:536
64
  msgid "Groups"
65
  msgstr ""
66
 
67
- #: ../admin/class-advanced-ads-admin.php:273 ../admin/views/debug.php:14
68
  msgid "Ad Placements"
69
  msgstr ""
70
 
71
- #: ../admin/class-advanced-ads-admin.php:273 ../admin/includes/class-shortcode-
72
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
73
  msgid "Placements"
74
  msgstr ""
75
 
76
- #: ../admin/class-advanced-ads-admin.php:277
77
  msgid "Advanced Ads Settings"
78
  msgstr ""
79
 
80
- #: ../admin/class-advanced-ads-admin.php:277 ../admin/class-advanced-ads-admin.
81
- #: php:504 ../admin/views/debug.php:11
82
  msgid "Settings"
83
  msgstr ""
84
 
85
- #: ../admin/class-advanced-ads-admin.php:280
86
  msgid "Advanced Ads Debugging"
87
  msgstr ""
88
 
89
- #: ../admin/class-advanced-ads-admin.php:280
90
  msgid "Debug"
91
  msgstr ""
92
 
93
- #: ../admin/class-advanced-ads-admin.php:284 ../admin/class-advanced-ads-admin.
94
- #: php:284
95
  msgid "Advanced Ads Intro"
96
  msgstr ""
97
 
98
- #: ../admin/class-advanced-ads-admin.php:288 ../admin/class-advanced-ads-admin.
99
- #: php:288 ../admin/class-advanced-ads-admin.php:1851
100
  msgid "Support"
101
  msgstr ""
102
 
103
- #: ../admin/class-advanced-ads-admin.php:418 ../admin/class-advanced-ads-admin.
104
- #: php:445
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  msgid "Sorry, you are not allowed to access this feature."
106
  msgstr ""
107
 
108
- #: ../admin/class-advanced-ads-admin.php:431
109
  msgid ""
110
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
111
  "deleted?"
112
  msgstr ""
113
 
114
- #: ../admin/class-advanced-ads-admin.php:546
115
  msgid "Ad Type"
116
  msgstr ""
117
 
118
- #: ../admin/class-advanced-ads-admin.php:549
119
  msgid "Ad Parameters"
120
  msgstr ""
121
 
122
- #: ../admin/class-advanced-ads-admin.php:552
123
  msgid "Layout / Output"
124
  msgstr ""
125
 
126
- #: ../admin/class-advanced-ads-admin.php:558
127
  msgid "Visitor Conditions"
128
  msgstr ""
129
 
130
- #: ../admin/class-advanced-ads-admin.php:769 ../admin/class-advanced-ads-admin.
131
- #: php:770
132
  msgid "Ad updated."
133
  msgstr ""
134
 
135
  #. translators: %s: date and time of the revision
136
- #: ../admin/class-advanced-ads-admin.php:772
137
  #, php-format
138
  msgid "Ad restored to revision from %s"
139
  msgstr ""
140
 
141
- #: ../admin/class-advanced-ads-admin.php:773
142
  msgid "Ad published."
143
  msgstr ""
144
 
145
- #: ../admin/class-advanced-ads-admin.php:774
146
  msgid "Ad saved."
147
  msgstr ""
148
 
149
- #: ../admin/class-advanced-ads-admin.php:775
150
  msgid "Ad submitted."
151
  msgstr ""
152
 
153
- #: ../admin/class-advanced-ads-admin.php:777
154
  #, php-format
155
  msgid "Ad scheduled for: <strong>%1$s</strong>."
156
  msgstr ""
157
 
158
  #. translators: Publish box date format, see http://php.net/date
159
- #: ../admin/class-advanced-ads-admin.php:779
160
  msgid "M j, Y @ G:i"
161
  msgstr ""
162
 
163
- #: ../admin/class-advanced-ads-admin.php:781
164
  msgid "Ad draft updated."
165
  msgstr ""
166
 
167
- #: ../admin/class-advanced-ads-admin.php:800
168
  #, php-format
169
  msgid "%s ad updated."
170
  msgid_plural "%s ads updated."
171
  msgstr[0] ""
172
  msgstr[1] ""
173
 
174
- #: ../admin/class-advanced-ads-admin.php:801
175
  #, php-format
176
  msgid "%s ad not updated, somebody is editing it."
177
  msgid_plural "%s ads not updated, somebody is editing them."
178
  msgstr[0] ""
179
  msgstr[1] ""
180
 
181
- #: ../admin/class-advanced-ads-admin.php:802
182
  #, php-format
183
  msgid "%s ad permanently deleted."
184
  msgid_plural "%s ads permanently deleted."
185
  msgstr[0] ""
186
  msgstr[1] ""
187
 
188
- #: ../admin/class-advanced-ads-admin.php:803
189
  #, php-format
190
  msgid "%s ad moved to the Trash."
191
  msgid_plural "%s ads moved to the Trash."
192
  msgstr[0] ""
193
  msgstr[1] ""
194
 
195
- #: ../admin/class-advanced-ads-admin.php:804
196
  #, php-format
197
  msgid "%s ad restored from the Trash."
198
  msgid_plural "%s ads restored from the Trash."
199
  msgstr[0] ""
200
  msgstr[1] ""
201
 
202
- #: ../admin/class-advanced-ads-admin.php:839 ../admin/views/settings.php:12
203
  msgid "General"
204
  msgstr ""
205
 
206
- #: ../admin/class-advanced-ads-admin.php:851 ../admin/class-advanced-ads-admin.
207
- #: php:955
208
  msgid "Licenses"
209
  msgstr ""
210
 
211
- #: ../admin/class-advanced-ads-admin.php:862
212
  msgid "Disable ads"
213
  msgstr ""
214
 
215
- #: ../admin/class-advanced-ads-admin.php:870
216
  msgid "Hide ads for logged in users"
217
  msgstr ""
218
 
219
- #: ../admin/class-advanced-ads-admin.php:878
220
  msgid "Use advanced JavaScript"
221
  msgstr ""
222
 
223
- #: ../admin/class-advanced-ads-admin.php:886
224
  msgid "Unlimited ad injection"
225
  msgstr ""
226
 
227
- #: ../admin/class-advanced-ads-admin.php:894
228
  msgid "Priority of content injection filter"
229
  msgstr ""
230
 
231
- #: ../admin/class-advanced-ads-admin.php:902
232
  msgid "Hide ads from bots"
233
  msgstr ""
234
 
235
- #: ../admin/class-advanced-ads-admin.php:910
236
  msgid "Disable notices"
237
  msgstr ""
238
 
239
- #: ../admin/class-advanced-ads-admin.php:918
240
  msgid "ID prefix"
241
  msgstr ""
242
 
243
- #: ../admin/class-advanced-ads-admin.php:926
244
  msgid "Remove Widget ID"
245
  msgstr ""
246
 
247
- #: ../admin/class-advanced-ads-admin.php:934
248
  msgid "Allow editors to manage ads"
249
  msgstr ""
250
 
251
- #: ../admin/class-advanced-ads-admin.php:1010
252
  msgid "Subscriber"
253
  msgstr ""
254
 
255
- #: ../admin/class-advanced-ads-admin.php:1011
256
  msgid "Contributor"
257
  msgstr ""
258
 
259
- #: ../admin/class-advanced-ads-admin.php:1012
260
  msgid "Author"
261
  msgstr ""
262
 
263
- #: ../admin/class-advanced-ads-admin.php:1013
264
  msgid "Editor"
265
  msgstr ""
266
 
267
- #: ../admin/class-advanced-ads-admin.php:1014
268
  msgid "Admin"
269
  msgstr ""
270
 
271
- #: ../admin/class-advanced-ads-admin.php:1022
272
  msgid "Choose the lowest role a user must have in order to not see any ads."
273
  msgstr ""
274
 
275
- #: ../admin/class-advanced-ads-admin.php:1036
276
  msgid ""
277
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
278
  "needs it."
279
  msgstr ""
280
 
281
- #: ../admin/class-advanced-ads-admin.php:1039
282
  #, php-format
283
  msgid ""
284
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -286,7 +310,7 @@ msgid ""
286
  "from this file."
287
  msgstr ""
288
 
289
- #: ../admin/class-advanced-ads-admin.php:1052
290
  msgid ""
291
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
292
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -295,19 +319,19 @@ msgid ""
295
  "on archive pages AT YOUR OWN RISK."
296
  msgstr ""
297
 
298
- #: ../admin/class-advanced-ads-admin.php:1068
299
  msgid ""
300
  "Please check your post content. A priority of 10 and below might cause "
301
  "issues (wpautop function might run twice)."
302
  msgstr ""
303
 
304
- #: ../admin/class-advanced-ads-admin.php:1070
305
  msgid ""
306
  "Play with this value in order to change the priority of the injected ads "
307
  "compared to other auto injected elements in the post content."
308
  msgstr ""
309
 
310
- #: ../admin/class-advanced-ads-admin.php:1084
311
  #, php-format
312
  msgid ""
313
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -315,107 +339,126 @@ msgid ""
315
  "Add-On</a>."
316
  msgstr ""
317
 
318
- #: ../admin/class-advanced-ads-admin.php:1085
319
  msgid ""
320
  "Disabling this option only makes sense if your ads contain content you want "
321
  "to display to bots (like search engines) or your site is cached and bots "
322
  "could create a cached version without the ads."
323
  msgstr ""
324
 
325
- #: ../admin/class-advanced-ads-admin.php:1098
326
  msgid ""
327
  "Disable internal notices like tips, tutorials, email newsletters and update "
328
  "notices. Disabling notices is recommended if you run multiple blogs with "
329
  "Advanced Ads already."
330
  msgstr ""
331
 
332
- #: ../admin/class-advanced-ads-admin.php:1120
333
  msgid ""
334
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
335
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
336
  "need to <strong>rewrite css rules afterwards</strong>."
337
  msgstr ""
338
 
339
- #: ../admin/class-advanced-ads-admin.php:1141
340
  msgid ""
341
  "Remove the ID attribute from widgets in order to not make them an easy "
342
  "target of ad blockers."
343
  msgstr ""
344
 
345
- #: ../admin/class-advanced-ads-admin.php:1160
 
 
 
 
 
 
346
  msgid "Allow editors to also manage and publish ads."
347
  msgstr ""
348
 
349
- #: ../admin/class-advanced-ads-admin.php:1161
350
  #, php-format
351
  msgid ""
352
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
353
  "target=\"_blank\">Advanced Ads Pro</a>."
354
  msgstr ""
355
 
356
- #: ../admin/class-advanced-ads-admin.php:1248
357
  msgid "Ad Details"
358
  msgstr ""
359
 
360
- #: ../admin/class-advanced-ads-admin.php:1249
361
  msgid "Ad Planning"
362
  msgstr ""
363
 
364
- #: ../admin/class-advanced-ads-admin.php:1384
365
  msgid "Ad Settings"
366
  msgstr ""
367
 
368
- #: ../admin/class-advanced-ads-admin.php:1463 ../admin/views/overview.php:23
369
  msgid "Ads Dashboard"
370
  msgstr ""
371
 
372
- #: ../admin/class-advanced-ads-admin.php:1475
373
  msgid "From the ad optimization universe"
374
  msgstr ""
375
 
376
- #: ../admin/class-advanced-ads-admin.php:1484
377
  msgid "Advanced Ads Tutorials"
378
  msgstr ""
379
 
380
- #: ../admin/class-advanced-ads-admin.php:1495
381
  #, php-format
382
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
383
  msgstr ""
384
 
385
- #: ../admin/class-advanced-ads-admin.php:1506
386
  msgid "plugin manual and homepage"
387
  msgstr ""
388
 
389
- #: ../admin/class-advanced-ads-admin.php:1513
390
  msgid "Get the tutorial via email"
391
  msgstr ""
392
 
393
- #: ../admin/class-advanced-ads-admin.php:1520
394
  msgid "Get AdSense tips via email"
395
  msgstr ""
396
 
397
- #: ../admin/class-advanced-ads-admin.php:1601
 
 
 
 
 
398
  msgid "Error while trying to register the license. Please contact support."
399
  msgstr ""
400
 
401
- #: ../admin/class-advanced-ads-admin.php:1607
402
  msgid "Please enter and save a valid license key first."
403
  msgstr ""
404
 
405
- #: ../admin/class-advanced-ads-admin.php:1633
 
 
 
 
 
 
 
 
406
  #, php-format
407
  msgid "License is invalid. Reason: %s"
408
  msgstr ""
409
 
410
- #: ../admin/class-advanced-ads-admin.php:1677
411
  msgid "Error while trying to disable the license. Please contact support."
412
  msgstr ""
413
 
414
- #: ../admin/class-advanced-ads-admin.php:1708
415
  msgid "License couldn’t be deactivated. Please try again later or contact support."
416
  msgstr ""
417
 
418
- #: ../admin/class-advanced-ads-admin.php:1855
419
  msgid "Add-Ons"
420
  msgstr ""
421
 
@@ -429,211 +472,81 @@ msgstr ""
429
  msgid "starts %s"
430
  msgstr ""
431
 
432
- #: ../admin/includes/class-ad-groups-list.php:169 ../admin/views/ad-list-timing-
433
- #: column.php:7
434
  #, php-format
435
  msgid "expires %s"
436
  msgstr ""
437
 
438
- #: ../admin/includes/class-ad-groups-list.php:171 ../admin/views/ad-list-timing-
439
- #: column.php:9
440
  #, php-format
441
  msgid "<strong>expired</strong> %s"
442
  msgstr ""
443
 
444
- #: ../admin/includes/class-ad-groups-list.php:184
445
  msgid "all published ads are displayed"
446
  msgstr ""
447
 
448
- #: ../admin/includes/class-ad-groups-list.php:186
449
  #, php-format
450
  msgid "up to %d ads displayed"
451
  msgstr ""
452
 
453
- #: ../admin/includes/class-ad-groups-list.php:189 ../admin/views/ad-group-list-
454
  #: form-row.php:37
455
  msgid "No ads assigned"
456
  msgstr ""
457
 
458
- #: ../admin/includes/class-ad-groups-list.php:237
459
  msgid "Random ads"
460
  msgstr ""
461
 
462
- #: ../admin/includes/class-ad-groups-list.php:238
463
  msgid "Display random ads based on ad weight"
464
  msgstr ""
465
 
466
- #: ../admin/includes/class-ad-groups-list.php:241
467
  msgid "Ordered ads"
468
  msgstr ""
469
 
470
- #: ../admin/includes/class-ad-groups-list.php:242
471
  msgid "Display ads with the highest ad weight first"
472
  msgstr ""
473
 
474
- #: ../admin/includes/class-ad-groups-list.php:261 ../public/class-advanced-ads.
475
- #: php:567
476
  msgid "Edit"
477
  msgstr ""
478
 
479
- #: ../admin/includes/class-ad-groups-list.php:262
480
  msgid "Usage"
481
  msgstr ""
482
 
483
- #: ../admin/includes/class-ad-groups-list.php:271
484
  msgid "Delete"
485
  msgstr ""
486
 
487
- #: ../admin/includes/class-ad-groups-list.php:292
488
  msgid "Invalid Ad Group"
489
  msgstr ""
490
 
491
- #: ../admin/includes/class-ad-groups-list.php:297
492
  msgid "You don’t have permission to change the ad groups"
493
  msgstr ""
494
 
495
- #: ../admin/includes/class-display-condition-callbacks.php:29
496
- msgid "Display on all public <strong>post types</strong>."
497
- msgstr ""
498
-
499
- #: ../admin/includes/class-display-condition-callbacks.php:32 ../classes/display-
500
- #: conditions.php:33 ../includes/array_ad_conditions.php:40
501
- msgid "Choose the public post types on which to display the ad."
502
- msgstr ""
503
-
504
- #: ../admin/includes/class-display-condition-callbacks.php:87 ../classes/display-
505
- #: conditions.php:188
506
- msgid "Display for all <strong>categories, tags and taxonomies</strong>."
507
- msgstr ""
508
-
509
- #: ../admin/includes/class-display-condition-callbacks.php:88 ../classes/display-
510
- #: conditions.php:189
511
- msgid ""
512
- "Choose terms from public categories, tags and other taxonomies a post must "
513
- "belong to in order to have ads."
514
- msgstr ""
515
-
516
- #: ../admin/includes/class-display-condition-callbacks.php:105 ..
517
- #: /admin/includes/class-display-condition-callbacks.php:218 ../classes/display-
518
- #: conditions.php:206
519
- msgid "Hide from here"
520
- msgstr ""
521
-
522
- #: ../admin/includes/class-display-condition-callbacks.php:105 ../classes/display-
523
- #: conditions.php:206
524
- msgid ""
525
- "Choose the terms from public categories, tags and other taxonomies a post "
526
- "must belong to hide the ad from it."
527
- msgstr ""
528
-
529
- #: ../admin/includes/class-display-condition-callbacks.php:150
530
- msgctxt "display the terms search field on ad edit page"
531
- msgid "add more terms"
532
- msgstr ""
533
-
534
- #: ../admin/includes/class-display-condition-callbacks.php:151
535
- msgid "add more terms"
536
- msgstr ""
537
-
538
- #: ../admin/includes/class-display-condition-callbacks.php:154
539
- msgid "term name or id"
540
- msgstr ""
541
-
542
- #: ../admin/includes/class-display-condition-callbacks.php:198
543
- msgid "Display on all <strong>category archive pages</strong>."
544
- msgstr ""
545
-
546
- #: ../admin/includes/class-display-condition-callbacks.php:201
547
- msgid ""
548
- "Choose the terms from public categories, tags and other taxonomies on "
549
- "which's archive page ads can appear"
550
- msgstr ""
551
-
552
- #: ../admin/includes/class-display-condition-callbacks.php:218
553
- msgid ""
554
- "Choose the terms from public categories, tags and other taxonomies on "
555
- "which's archive pages ads are hidden."
556
- msgstr ""
557
-
558
- #: ../admin/includes/class-display-condition-callbacks.php:240
559
- msgid ""
560
- "Display on all <strong>individual posts, pages</strong> and public post type "
561
- "pages"
562
- msgstr ""
563
-
564
- #: ../admin/includes/class-display-condition-callbacks.php:243 ..
565
- #: /includes/array_ad_conditions.php:58
566
- msgid ""
567
- "Choose on which individual posts, pages and public post type pages you want "
568
- "to display or hide ads."
569
- msgstr ""
570
-
571
- #: ../admin/includes/class-display-condition-callbacks.php:260
572
- msgid "What should happen with ads on the list of individual posts below?"
573
- msgstr ""
574
-
575
- #: ../admin/includes/class-display-condition-callbacks.php:261
576
- msgid "ignore the list"
577
- msgstr ""
578
-
579
- #: ../admin/includes/class-display-condition-callbacks.php:262
580
- msgid "display the ad only there"
581
- msgstr ""
582
-
583
- #: ../admin/includes/class-display-condition-callbacks.php:263
584
- msgid "hide the ad here"
585
- msgstr ""
586
-
587
- #: ../admin/includes/class-display-condition-callbacks.php:271
588
- msgid "Update warning"
589
- msgstr ""
590
-
591
- #: ../admin/includes/class-display-condition-callbacks.php:272
592
- msgid ""
593
- "Due to some conflicts before version 1.2.6, it is from now on only possible "
594
- "to choose either individual pages to include or exclude an ad, but not both "
595
- "with mixed settings. It seems you are still using mixed settings on this "
596
- "page. Please consider changing your setup for this ad."
597
- msgstr ""
598
-
599
- #: ../admin/includes/class-display-condition-callbacks.php:273
600
- msgid "Your old values are:"
601
- msgstr ""
602
-
603
- #: ../admin/includes/class-display-condition-callbacks.php:274
604
- msgid "Post IDs the ad is displayed on:"
605
- msgstr ""
606
-
607
- #: ../admin/includes/class-display-condition-callbacks.php:275
608
- msgid "Post IDs the ad is hidden from:"
609
- msgstr ""
610
-
611
- #: ../admin/includes/class-display-condition-callbacks.php:276
612
- msgid ""
613
- "Below you find the pages the ad is displayed on. If this is ok, just save "
614
- "the ad. If not, please update your settings."
615
- msgstr ""
616
-
617
- #: ../admin/includes/class-display-condition-callbacks.php:319
618
- msgid "new"
619
- msgstr ""
620
-
621
- #: ../admin/includes/class-display-condition-callbacks.php:321
622
- msgid "type the title"
623
- msgstr ""
624
-
625
- #: ../admin/includes/class-notices.php:364
626
  #, php-format
627
  msgid ""
628
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
629
  "target=\"_blank\">this form</a> to sign up."
630
  msgstr ""
631
 
632
- #: ../admin/includes/class-notices.php:382
633
  msgid "How embarrassing. The email server seems to be down. Please try again later."
634
  msgstr ""
635
 
636
- #: ../admin/includes/class-notices.php:387
637
  #, php-format
638
  msgid ""
639
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -805,92 +718,88 @@ msgid "beautiful stats for all or single ads"
805
  msgstr ""
806
 
807
  #: ../admin/includes/class-overview-widgets.php:188
808
- msgid "get stats for predefined and custom persiods"
809
- msgstr ""
810
-
811
- #: ../admin/includes/class-overview-widgets.php:189
812
  msgid "group stats by day, week or month"
813
  msgstr ""
814
 
815
- #: ../admin/includes/class-overview-widgets.php:191
816
  msgid "Get the Tracking add-on"
817
  msgstr ""
818
 
819
- #: ../admin/includes/class-overview-widgets.php:199
820
  msgid "Display ads based on the size of your visitor’s browser or device."
821
  msgstr ""
822
 
823
- #: ../admin/includes/class-overview-widgets.php:200
824
  msgid "set a range (from … to …) pixels for the browser size"
825
  msgstr ""
826
 
827
- #: ../admin/includes/class-overview-widgets.php:201
828
  msgid "set custom sizes for AdSense responsive ads"
829
  msgstr ""
830
 
831
- #: ../admin/includes/class-overview-widgets.php:202
832
  msgid "list all ads by their responsive settings"
833
  msgstr ""
834
 
835
- #: ../admin/includes/class-overview-widgets.php:204
836
  msgid "Get the Responsive add-on"
837
  msgstr ""
838
 
839
- #: ../admin/includes/class-overview-widgets.php:212
840
  msgid "Target visitors by their geo location."
841
  msgstr ""
842
 
843
- #: ../admin/includes/class-overview-widgets.php:214
844
  msgid "Get the Geo Targeting add-on"
845
  msgstr ""
846
 
847
- #: ../admin/includes/class-overview-widgets.php:222 ../admin/views/ad-info-top.
848
  #: php:30
849
  msgid ""
850
  "Fix ads to the browser while users are scrolling and create best performing "
851
  "anchor ads."
852
  msgstr ""
853
 
854
- #: ../admin/includes/class-overview-widgets.php:223
855
  msgid "position ads that don’t scroll with the screen"
856
  msgstr ""
857
 
858
- #: ../admin/includes/class-overview-widgets.php:224
859
  msgid "build anchor ads not only on mobile devices"
860
  msgstr ""
861
 
862
- #: ../admin/includes/class-overview-widgets.php:226 ../admin/views/ad-info-top.
863
  #: php:32
864
  msgid "Get the Sticky add-on"
865
  msgstr ""
866
 
867
- #: ../admin/includes/class-overview-widgets.php:234 ../admin/views/ad-info-top.
868
  #: php:37
869
  msgid "Display content and ads in layers and popups on custom events."
870
  msgstr ""
871
 
872
- #: ../admin/includes/class-overview-widgets.php:235
873
  msgid "display a popup after a user interaction like scrolling"
874
  msgstr ""
875
 
876
- #: ../admin/includes/class-overview-widgets.php:236
877
- msgid "optional backgroup overlay"
878
  msgstr ""
879
 
880
- #: ../admin/includes/class-overview-widgets.php:237
881
  msgid "allow users to close the popup"
882
  msgstr ""
883
 
884
- #: ../admin/includes/class-overview-widgets.php:239 ../admin/views/ad-info-top.
885
  #: php:39
886
  msgid "Get the PopUp and Layer add-on"
887
  msgstr ""
888
 
889
- #: ../admin/includes/class-overview-widgets.php:247
890
  msgid "Create a beautiful and simple slider from your ads."
891
  msgstr ""
892
 
893
- #: ../admin/includes/class-overview-widgets.php:249
894
  msgid "Get the Slider add-on"
895
  msgstr ""
896
 
@@ -931,18 +840,18 @@ msgid ""
931
  "and Advanced Ads from my dedicated newsletter."
932
  msgstr ""
933
 
934
- #: ../admin/includes/notices.php:56
935
  msgid ""
936
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
937
  "missing</strong>."
938
  msgstr ""
939
 
940
- #: ../admin/includes/notices.php:56
941
  #, php-format
942
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
943
  msgstr ""
944
 
945
- #: ../admin/includes/notices.php:62
946
  #, php-format
947
  msgid ""
948
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
@@ -951,7 +860,7 @@ msgid ""
951
  "target=\"_blank\">the add-on page</a>."
952
  msgstr ""
953
 
954
- #: ../admin/includes/notices.php:68 ../admin/views/support.php:38
955
  #, php-format
956
  msgid ""
957
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
@@ -959,7 +868,7 @@ msgid ""
959
  "information."
960
  msgstr ""
961
 
962
- #: ../admin/includes/notices.php:74
963
  #, php-format
964
  msgid ""
965
  "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
@@ -971,6 +880,14 @@ msgid ""
971
  "org</a>.</p><p><em>Thomas</em>"
972
  msgstr ""
973
 
 
 
 
 
 
 
 
 
974
  #: ../admin/includes/shortcode-creator-l10n.php:10
975
  msgctxt "shortcode creator"
976
  msgid "Add an ad"
@@ -987,78 +904,41 @@ msgid "Cancel"
987
  msgstr ""
988
 
989
  #: ../admin/views/ad-display-metabox.php:6
990
- msgid "Set Display Conditions to show or disable the ad on specific pages."
991
  msgstr ""
992
 
993
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-visitor-metabox.php:4
 
994
  msgid "Manual"
995
  msgstr ""
996
 
997
- #: ../admin/views/ad-display-metabox.php:33 ../admin/views/ad-display-metabox.php:
998
- #: 102
 
 
 
 
 
 
 
999
  msgid "If you want to display the ad everywhere, don't do anything here. "
1000
  msgstr ""
1001
 
1002
- #: ../admin/views/ad-display-metabox.php:37 ../admin/views/ad-visitor-metabox.php:
1003
  #: 34
1004
  msgid "New condition"
1005
  msgstr ""
1006
 
1007
- #: ../admin/views/ad-display-metabox.php:40 ../admin/views/ad-visitor-metabox.php:
1008
- #: 41
1009
  msgid "-- choose a condition --"
1010
  msgstr ""
1011
 
1012
- #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
1013
- #: 46
1014
  msgid "add"
1015
  msgstr ""
1016
 
1017
- #: ../admin/views/ad-display-metabox.php:95
1018
- msgid "Choose where to display the ad and where to hide it."
1019
- msgstr ""
1020
-
1021
- #: ../admin/views/ad-display-metabox.php:97
1022
- msgid "Display ad everywhere"
1023
- msgstr ""
1024
-
1025
- #: ../admin/views/ad-display-metabox.php:98
1026
- msgid "Set display conditions"
1027
- msgstr ""
1028
-
1029
- #: ../admin/views/ad-display-metabox.php:103
1030
- msgid "The fewer conditions you enter, the better the performance will be."
1031
- msgstr ""
1032
-
1033
- #: ../admin/views/ad-display-metabox.php:104
1034
- #, php-format
1035
- msgid ""
1036
- "Learn more about display conditions from the <a href=\"%s\" "
1037
- "target=\"_blank\">manual</a>."
1038
- msgstr ""
1039
-
1040
- #: ../admin/views/ad-display-metabox.php:121
1041
- msgid "general conditions"
1042
- msgstr ""
1043
-
1044
- #: ../admin/views/ad-display-metabox.php:139
1045
- msgctxt "button label"
1046
- msgid "on"
1047
- msgstr ""
1048
-
1049
- #: ../admin/views/ad-display-metabox.php:143
1050
- msgctxt "button label"
1051
- msgid "off"
1052
- msgstr ""
1053
-
1054
- #: ../admin/views/ad-display-metabox.php:158
1055
- msgid "show debug output"
1056
- msgstr ""
1057
-
1058
- #: ../admin/views/ad-display-metabox.php:159
1059
- msgid "Values saved for this ad in the database (post metas)"
1060
- msgstr ""
1061
-
1062
  #: ../admin/views/ad-group-edit.php:14
1063
  msgid "You did not select an item for editing."
1064
  msgstr ""
@@ -1117,7 +997,7 @@ msgid "Number of ads that are visible at the same time"
1117
  msgstr ""
1118
 
1119
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1120
- #: 564
1121
  msgid "Ad"
1122
  msgstr ""
1123
 
@@ -1404,49 +1284,57 @@ msgid ""
1404
  "with a space"
1405
  msgstr ""
1406
 
1407
- #: ../admin/views/ad-parameters-metabox.php:25 ../classes/ad_ajax_callbacks.php:55
 
 
 
 
1408
  msgid "size:"
1409
  msgstr ""
1410
 
1411
- #: ../admin/views/ad-parameters-metabox.php:26 ../classes/ad_ajax_callbacks.php:56
1412
  msgid "width"
1413
  msgstr ""
1414
 
1415
- #: ../admin/views/ad-parameters-metabox.php:27 ../classes/ad_ajax_callbacks.php:57
1416
  msgid "height"
1417
  msgstr ""
1418
 
1419
- #: ../admin/views/ad-submitbox-meta.php:4
 
 
 
 
1420
  msgid "Set expiry date"
1421
  msgstr ""
1422
 
1423
- #: ../admin/views/ad-submitbox-meta.php:10
1424
  msgid "Month"
1425
  msgstr ""
1426
 
1427
- #: ../admin/views/ad-submitbox-meta.php:14
1428
  #, php-format
1429
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1430
  msgid "%1$s-%2$s"
1431
  msgstr ""
1432
 
1433
- #: ../admin/views/ad-submitbox-meta.php:19
1434
  msgid "Day"
1435
  msgstr ""
1436
 
1437
- #: ../admin/views/ad-submitbox-meta.php:20
1438
  msgid "Year"
1439
  msgstr ""
1440
 
1441
- #: ../admin/views/ad-submitbox-meta.php:21
1442
  msgid "Hour"
1443
  msgstr ""
1444
 
1445
- #: ../admin/views/ad-submitbox-meta.php:22
1446
  msgid "Minute"
1447
  msgstr ""
1448
 
1449
- #: ../admin/views/ad-submitbox-meta.php:27
1450
  #, php-format
1451
  msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1452
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
@@ -1471,38 +1359,28 @@ msgid ""
1471
  "if dynamic features get cached."
1472
  msgstr ""
1473
 
1474
- #: ../admin/views/ad-visitor-metabox.php:37
1475
- msgctxt "visitor condition connector"
1476
- msgid "and"
1477
- msgstr ""
1478
-
1479
- #: ../admin/views/ad-visitor-metabox.php:38
1480
- msgctxt "visitor condition connector"
1481
- msgid "or"
1482
- msgstr ""
1483
-
1484
- #: ../admin/views/ad-visitor-metabox.php:50
1485
  #, php-format
1486
  msgid ""
1487
  "Define the exact browser width for which an ad should be visible using the "
1488
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1489
  msgstr ""
1490
 
1491
- #: ../admin/views/ad-visitor-metabox.php:108
1492
  msgid ""
1493
  "The visitor conditions below are deprecated. Please use the new version of "
1494
  "visitor conditions to replace it."
1495
  msgstr ""
1496
 
1497
- #: ../admin/views/ad-visitor-metabox.php:114
1498
  msgid "Display on all devices"
1499
  msgstr ""
1500
 
1501
- #: ../admin/views/ad-visitor-metabox.php:118
1502
  msgid "only on mobile devices"
1503
  msgstr ""
1504
 
1505
- #: ../admin/views/ad-visitor-metabox.php:122
1506
  msgid "not on mobile devices"
1507
  msgstr ""
1508
 
@@ -1514,12 +1392,6 @@ msgstr ""
1514
  msgid "Work in progress"
1515
  msgstr ""
1516
 
1517
- #: ../admin/views/debug.php:8
1518
- msgid ""
1519
- "This screen is work in progress. You can use the information if you "
1520
- "understand them, but there is nothing to do here yet."
1521
- msgstr ""
1522
-
1523
  #: ../admin/views/feedback_disable.php:3
1524
  msgid "Thank you for helping to improve Advanced Ads."
1525
  msgstr ""
@@ -1867,6 +1739,10 @@ msgid ""
1867
  "appear."
1868
  msgstr ""
1869
 
 
 
 
 
1870
  #: ../admin/views/settings.php:35
1871
  msgid "Save settings on this page"
1872
  msgstr ""
@@ -1887,35 +1763,17 @@ msgstr ""
1887
  msgid "the company behind Advanced Ads"
1888
  msgstr ""
1889
 
1890
- #: ../admin/views/support.php:9
1891
- msgid "Email was successfully sent."
1892
- msgstr ""
1893
-
1894
- #: ../admin/views/support.php:11
1895
- msgid "Search"
1896
- msgstr ""
1897
-
1898
- #: ../admin/views/support.php:12
1899
- msgid ""
1900
- "Use the following form to search for solutions in the manual on "
1901
- "wpadvancedads.com"
1902
- msgstr ""
1903
-
1904
- #: ../admin/views/support.php:15
1905
- msgid "search"
1906
- msgstr ""
1907
-
1908
- #: ../admin/views/support.php:18
1909
  msgid "Possible Issues"
1910
  msgstr ""
1911
 
1912
- #: ../admin/views/support.php:19
1913
  msgid ""
1914
  "Please fix the red highlighted issues on this page or try to understand "
1915
  "their consequences before contacting support."
1916
  msgstr ""
1917
 
1918
- #: ../admin/views/support.php:23
1919
  #, php-format
1920
  msgid ""
1921
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
@@ -1923,7 +1781,7 @@ msgid ""
1923
  "Please ask your hosting provider for more information."
1924
  msgstr ""
1925
 
1926
- #: ../admin/views/support.php:26
1927
  #, php-format
1928
  msgid ""
1929
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
@@ -1932,22 +1790,22 @@ msgid ""
1932
  "ads dynamically."
1933
  msgstr ""
1934
 
1935
- #: ../admin/views/support.php:29
1936
  msgid "There is a <strong>new WordPress version available</strong>. Please update."
1937
  msgstr ""
1938
 
1939
- #: ../admin/views/support.php:32
1940
  msgid "There are <strong>plugin updates available</strong>. Please update."
1941
  msgstr ""
1942
 
1943
- #: ../admin/views/support.php:35
1944
  #, php-format
1945
  msgid ""
1946
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1947
  "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
1948
  msgstr ""
1949
 
1950
- #: ../admin/views/support.php:41
1951
  #, php-format
1952
  msgid ""
1953
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
@@ -1956,44 +1814,62 @@ msgid ""
1956
  "support for Autoptimize."
1957
  msgstr ""
1958
 
1959
- #: ../admin/views/support.php:44
1960
  #, php-format
1961
  msgid ""
1962
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1963
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1964
  msgstr ""
1965
 
1966
- #: ../admin/views/support.php:48
1967
  #, php-format
1968
  msgid ""
1969
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1970
  "href=\"%s\">settings</a>."
1971
  msgstr ""
1972
 
1973
- #: ../admin/views/support.php:59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1974
  msgid "Contact"
1975
  msgstr ""
1976
 
1977
- #: ../admin/views/support.php:60
1978
  #, php-format
1979
  msgid ""
1980
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
1981
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1982
  msgstr ""
1983
 
1984
- #: ../admin/views/support.php:65
 
 
 
 
1985
  msgid "your email"
1986
  msgstr ""
1987
 
1988
- #: ../admin/views/support.php:69
1989
  msgid "your name"
1990
  msgstr ""
1991
 
1992
- #: ../admin/views/support.php:73
1993
  msgid "your message"
1994
  msgstr ""
1995
 
1996
- #: ../admin/views/support.php:78
1997
  msgid "send"
1998
  msgstr ""
1999
 
@@ -2070,16 +1946,21 @@ msgstr ""
2070
 
2071
  #: ../classes/ad_placements.php:205
2072
  #, php-format
2073
- msgid "headline 2 (%s)"
2074
  msgstr ""
2075
 
2076
  #: ../classes/ad_placements.php:206
2077
  #, php-format
2078
- msgid "headline 3 (%s)"
2079
  msgstr ""
2080
 
2081
  #: ../classes/ad_placements.php:207
2082
  #, php-format
 
 
 
 
 
2083
  msgid "headline 4 (%s)"
2084
  msgstr ""
2085
 
@@ -2139,11 +2020,11 @@ msgid ""
2139
  "content field magic does not work here."
2140
  msgstr ""
2141
 
2142
- #: ../classes/ad_type_plain.php:67
2143
  msgid "Insert plain text or code into this field."
2144
  msgstr ""
2145
 
2146
- #: ../classes/ad_type_plain.php:70
2147
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2148
  msgstr ""
2149
 
@@ -2155,26 +2036,132 @@ msgid ""
2155
  "misfortunate formats in forms, but should not damage features."
2156
  msgstr ""
2157
 
2158
- #: ../classes/display-conditions.php:32
2159
  msgid "post type"
2160
  msgstr ""
2161
 
2162
- #: ../classes/display-conditions.php:39
2163
- msgid "categories, tags and taxonomies"
 
 
 
 
2164
  msgstr ""
2165
 
2166
- #: ../classes/display-conditions.php:40
2167
  msgid ""
2168
- "Choose terms from public categories, tags and other taxonomies a post must "
2169
- "belong to for showing or hiding ads."
2170
  msgstr ""
2171
 
2172
- #: ../classes/display-conditions.php:171 ../classes/visitor-conditions.php:103
2173
- msgid "is"
2174
  msgstr ""
2175
 
2176
- #: ../classes/display-conditions.php:172 ../classes/visitor-conditions.php:104
2177
- msgid "is not"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2178
  msgstr ""
2179
 
2180
  #: ../classes/EDD_SL_Plugin_Updater.php:177
@@ -2223,59 +2210,67 @@ msgid ""
2223
  "target=\"_blank\">Responsive add-on</a>"
2224
  msgstr ""
2225
 
2226
- #: ../classes/visitor-conditions.php:109
 
 
 
 
 
 
 
 
2227
  msgid "Manual and Troubleshooting"
2228
  msgstr ""
2229
 
2230
- #: ../classes/visitor-conditions.php:140
2231
  msgid "equal"
2232
  msgstr ""
2233
 
2234
- #: ../classes/visitor-conditions.php:141
2235
  msgid "equal or higher"
2236
  msgstr ""
2237
 
2238
- #: ../classes/visitor-conditions.php:142
2239
  msgid "equal or lower"
2240
  msgstr ""
2241
 
2242
- #: ../classes/visitor-conditions.php:174
2243
  msgid "contains"
2244
  msgstr ""
2245
 
2246
- #: ../classes/visitor-conditions.php:175
2247
  msgid "starts with"
2248
  msgstr ""
2249
 
2250
- #: ../classes/visitor-conditions.php:176
2251
  msgid "ends with"
2252
  msgstr ""
2253
 
2254
- #: ../classes/visitor-conditions.php:177
2255
  msgid "matches"
2256
  msgstr ""
2257
 
2258
- #: ../classes/visitor-conditions.php:178
2259
  msgid "matches regex"
2260
  msgstr ""
2261
 
2262
- #: ../classes/visitor-conditions.php:179
2263
  msgid "does not contain"
2264
  msgstr ""
2265
 
2266
- #: ../classes/visitor-conditions.php:180
2267
  msgid "does not start with"
2268
  msgstr ""
2269
 
2270
- #: ../classes/visitor-conditions.php:181
2271
  msgid "does not end with"
2272
  msgstr ""
2273
 
2274
- #: ../classes/visitor-conditions.php:182
2275
  msgid "does not match"
2276
  msgstr ""
2277
 
2278
- #: ../classes/visitor-conditions.php:183
2279
  msgid "does not match regex"
2280
  msgstr ""
2281
 
@@ -2313,108 +2308,48 @@ msgstr ""
2313
  msgid "Individual Posts, Pages and Public Post Types"
2314
  msgstr ""
2315
 
2316
- #: ../includes/array_ad_conditions.php:63
2317
- msgid "Home Page"
2318
- msgstr ""
2319
-
2320
- #: ../includes/array_ad_conditions.php:64
2321
- msgid "show on Home page"
2322
- msgstr ""
2323
-
2324
- #: ../includes/array_ad_conditions.php:68
2325
- msgid "Singular Pages"
2326
- msgstr ""
2327
-
2328
- #: ../includes/array_ad_conditions.php:69
2329
- msgid "show on singular pages/posts"
2330
- msgstr ""
2331
-
2332
- #: ../includes/array_ad_conditions.php:73
2333
- msgid "Archive Pages"
2334
- msgstr ""
2335
-
2336
- #: ../includes/array_ad_conditions.php:74
2337
- msgid "show on any type of archive page (category, tag, author and date)"
2338
- msgstr ""
2339
-
2340
- #: ../includes/array_ad_conditions.php:78
2341
- msgid "Search Results"
2342
- msgstr ""
2343
-
2344
- #: ../includes/array_ad_conditions.php:79
2345
- msgid "show on search result pages"
2346
- msgstr ""
2347
-
2348
- #: ../includes/array_ad_conditions.php:83
2349
- msgid "404 Page"
2350
- msgstr ""
2351
-
2352
- #: ../includes/array_ad_conditions.php:84
2353
- msgid "show on 404 error page"
2354
- msgstr ""
2355
-
2356
- #: ../includes/array_ad_conditions.php:88
2357
- msgid "Attachment Pages"
2358
- msgstr ""
2359
-
2360
- #: ../includes/array_ad_conditions.php:89
2361
- msgid "show on attachment pages"
2362
- msgstr ""
2363
-
2364
- #: ../includes/array_ad_conditions.php:93
2365
- msgid "Secondary Queries"
2366
- msgstr ""
2367
-
2368
- #: ../includes/array_ad_conditions.php:94
2369
- msgid "allow ads in secondary queries"
2370
- msgstr ""
2371
-
2372
  #: ../modules/ad-blocker/admin/admin.php:133
2373
  msgid "The asset folder was rebuilt successfully"
2374
  msgstr ""
2375
 
2376
- #: ../modules/ad-blocker/admin/admin.php:258
2377
  msgid "Ad blocker fix"
2378
  msgstr ""
2379
 
2380
- #: ../modules/ad-blocker/admin/admin.php:297
2381
  msgid "There is no writable upload folder"
2382
  msgstr ""
2383
 
2384
- #: ../modules/ad-blocker/admin/admin.php:319
2385
  #, php-format
2386
  msgid "Unable to rename \"%s\" directory"
2387
  msgstr ""
2388
 
2389
- #: ../modules/ad-blocker/admin/admin.php:334 ../modules/ad-blocker/admin/admin.
2390
- #: php:347 ../modules/ad-blocker/admin/admin.php:364
2391
  #, php-format
2392
  msgid "Unable to copy assets to the \"%s\" directory"
2393
  msgstr ""
2394
 
2395
- #: ../modules/ad-blocker/admin/admin.php:392 ../modules/ad-blocker/admin/admin.
2396
- #: php:401
2397
  #, php-format
2398
  msgid "We do not have direct write access to the \"%s\" directory"
2399
  msgstr ""
2400
 
2401
- #: ../modules/ad-blocker/admin/admin.php:410
2402
- msgid "There are no assets to copy"
2403
- msgstr ""
2404
-
2405
- #: ../modules/ad-blocker/admin/admin.php:466
2406
  #, php-format
2407
  msgid ""
2408
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2409
  "server?"
2410
  msgstr ""
2411
 
2412
- #: ../modules/ad-blocker/admin/admin.php:477
2413
  #, php-format
2414
  msgid "Unable to copy files to %s"
2415
  msgstr ""
2416
 
2417
- #: ../modules/ad-blocker/admin/admin.php:544
2418
  msgid ""
2419
  "Prevents ad block software from breaking your website when blocking asset "
2420
  "files (.js, .css)."
@@ -2437,21 +2372,21 @@ msgid "Asset URL"
2437
  msgstr ""
2438
 
2439
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
2440
- msgid "Rename asset folder"
2441
  msgstr ""
2442
 
2443
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
2444
- msgid "Check if you want to change the name of the assets folder"
2445
  msgstr ""
2446
 
2447
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:41
2448
  #, php-format
2449
  msgid ""
2450
- "Please, rebuild the asset folder. The new folder will be located in "
2451
  "<strong>%s</strong>"
2452
  msgstr ""
2453
 
2454
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:44
2455
  msgid "Rebuild asset folder"
2456
  msgstr ""
2457
 
@@ -2603,106 +2538,101 @@ msgstr ""
2603
  msgid "Auto"
2604
  msgstr ""
2605
 
2606
- #: ../public/class-advanced-ads.php:295
2607
  msgid "Advanced Ads Error following:"
2608
  msgstr ""
2609
 
2610
- #: ../public/class-advanced-ads.php:298
2611
  #, php-format
2612
  msgid "Advanced Ads Error: %s"
2613
  msgstr ""
2614
 
2615
- #: ../public/class-advanced-ads.php:526
2616
  msgctxt "ad group general name"
2617
  msgid "Ad Groups"
2618
  msgstr ""
2619
 
2620
- #: ../public/class-advanced-ads.php:527
2621
  msgctxt "ad group singular name"
2622
  msgid "Ad Group"
2623
  msgstr ""
2624
 
2625
- #: ../public/class-advanced-ads.php:528
2626
  msgid "Search Ad Groups"
2627
  msgstr ""
2628
 
2629
- #: ../public/class-advanced-ads.php:529
2630
  msgid "All Ad Groups"
2631
  msgstr ""
2632
 
2633
- #: ../public/class-advanced-ads.php:530
2634
  msgid "Parent Ad Groups"
2635
  msgstr ""
2636
 
2637
- #: ../public/class-advanced-ads.php:531
2638
  msgid "Parent Ad Groups:"
2639
  msgstr ""
2640
 
2641
- #: ../public/class-advanced-ads.php:532
2642
  msgid "Edit Ad Group"
2643
  msgstr ""
2644
 
2645
- #: ../public/class-advanced-ads.php:533
2646
  msgid "Update Ad Group"
2647
  msgstr ""
2648
 
2649
- #: ../public/class-advanced-ads.php:534
2650
  msgid "Add New Ad Group"
2651
  msgstr ""
2652
 
2653
- #: ../public/class-advanced-ads.php:535
2654
  msgid "New Ad Groups Name"
2655
  msgstr ""
2656
 
2657
- #: ../public/class-advanced-ads.php:537
2658
  msgid "No Ad Group found"
2659
  msgstr ""
2660
 
2661
- #: ../public/class-advanced-ads.php:565 ../public/class-advanced-ads.php:569
2662
  msgid "New Ad"
2663
  msgstr ""
2664
 
2665
- #: ../public/class-advanced-ads.php:566
2666
  msgid "Add New Ad"
2667
  msgstr ""
2668
 
2669
- #: ../public/class-advanced-ads.php:568
2670
  msgid "Edit Ad"
2671
  msgstr ""
2672
 
2673
- #: ../public/class-advanced-ads.php:570
2674
  msgid "View"
2675
  msgstr ""
2676
 
2677
- #: ../public/class-advanced-ads.php:571
2678
  msgid "View the Ad"
2679
  msgstr ""
2680
 
2681
- #: ../public/class-advanced-ads.php:572
2682
  msgid "Search Ads"
2683
  msgstr ""
2684
 
2685
- #: ../public/class-advanced-ads.php:573
2686
  msgid "No Ads found"
2687
  msgstr ""
2688
 
2689
- #: ../public/class-advanced-ads.php:574
2690
  msgid "No Ads found in Trash"
2691
  msgstr ""
2692
 
2693
- #: ../public/class-advanced-ads.php:575
2694
  msgid "Parent Ad"
2695
  msgstr ""
2696
 
2697
- #: ../admin/class-advanced-ads-admin.php:555
2698
  msgid "Display Conditions"
2699
  msgstr "Anzeigebedingungen"
2700
 
2701
- #: ../admin/class-advanced-ads-admin.php:1009
2702
  msgid "(display to all)"
2703
  msgstr "(für alle anzeigen)"
2704
-
2705
- #: ../admin/includes/class-display-condition-callbacks.php:88 ../classes/display-
2706
- #: conditions.php:189
2707
- msgid "Display here"
2708
- msgstr "Hier anzeigen"
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-28 20:07+0100\n"
6
+ "PO-Revision-Date: Mon Apr 25 2016 08:52:19 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Unknown locale\n"
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:278
57
  msgid "Overview"
58
  msgstr ""
59
 
60
+ #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
61
+ #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
62
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
63
  #: /admin/views/placements.php:80 ../admin/views/placements.php:184 ..
64
+ #: /classes/widget.php:89 ../public/class-advanced-ads.php:587
65
  msgid "Ads"
66
  msgstr ""
67
 
68
+ #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
69
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
70
  #: 177 ../classes/widget.php:82
71
  msgid "Ad Groups"
72
  msgstr ""
73
 
74
+ #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
75
  msgid "Groups"
76
  msgstr ""
77
 
78
+ #: ../admin/class-advanced-ads-admin.php:291
79
  msgid "Ad Placements"
80
  msgstr ""
81
 
82
+ #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
83
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
84
  msgid "Placements"
85
  msgstr ""
86
 
87
+ #: ../admin/class-advanced-ads-admin.php:295
88
  msgid "Advanced Ads Settings"
89
  msgstr ""
90
 
91
+ #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
92
+ #: php:544 ../admin/views/debug.php:10
93
  msgid "Settings"
94
  msgstr ""
95
 
96
+ #: ../admin/class-advanced-ads-admin.php:298
97
  msgid "Advanced Ads Debugging"
98
  msgstr ""
99
 
100
+ #: ../admin/class-advanced-ads-admin.php:298
101
  msgid "Debug"
102
  msgstr ""
103
 
104
+ #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
105
+ #: php:302
106
  msgid "Advanced Ads Intro"
107
  msgstr ""
108
 
109
+ #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
110
+ #: php:306 ../admin/class-advanced-ads-admin.php:1967
111
  msgid "Support"
112
  msgstr ""
113
 
114
+ #: ../admin/class-advanced-ads-admin.php:419
115
+ msgid "Please enter a message"
116
+ msgstr ""
117
+
118
+ #: ../admin/class-advanced-ads-admin.php:429
119
+ #, php-format
120
+ msgid "Email could NOT be sent. Please contact us directly at %s."
121
+ msgstr ""
122
+
123
+ #: ../admin/class-advanced-ads-admin.php:432
124
+ msgid "Please enter a valid email address"
125
+ msgstr ""
126
+
127
+ #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
128
+ #: php:485
129
  msgid "Sorry, you are not allowed to access this feature."
130
  msgstr ""
131
 
132
+ #: ../admin/class-advanced-ads-admin.php:471
133
  msgid ""
134
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
135
  "deleted?"
136
  msgstr ""
137
 
138
+ #: ../admin/class-advanced-ads-admin.php:586
139
  msgid "Ad Type"
140
  msgstr ""
141
 
142
+ #: ../admin/class-advanced-ads-admin.php:589
143
  msgid "Ad Parameters"
144
  msgstr ""
145
 
146
+ #: ../admin/class-advanced-ads-admin.php:592
147
  msgid "Layout / Output"
148
  msgstr ""
149
 
150
+ #: ../admin/class-advanced-ads-admin.php:598
151
  msgid "Visitor Conditions"
152
  msgstr ""
153
 
154
+ #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
155
+ #: php:824
156
  msgid "Ad updated."
157
  msgstr ""
158
 
159
  #. translators: %s: date and time of the revision
160
+ #: ../admin/class-advanced-ads-admin.php:826
161
  #, php-format
162
  msgid "Ad restored to revision from %s"
163
  msgstr ""
164
 
165
+ #: ../admin/class-advanced-ads-admin.php:827
166
  msgid "Ad published."
167
  msgstr ""
168
 
169
+ #: ../admin/class-advanced-ads-admin.php:828
170
  msgid "Ad saved."
171
  msgstr ""
172
 
173
+ #: ../admin/class-advanced-ads-admin.php:829
174
  msgid "Ad submitted."
175
  msgstr ""
176
 
177
+ #: ../admin/class-advanced-ads-admin.php:831
178
  #, php-format
179
  msgid "Ad scheduled for: <strong>%1$s</strong>."
180
  msgstr ""
181
 
182
  #. translators: Publish box date format, see http://php.net/date
183
+ #: ../admin/class-advanced-ads-admin.php:833
184
  msgid "M j, Y @ G:i"
185
  msgstr ""
186
 
187
+ #: ../admin/class-advanced-ads-admin.php:835
188
  msgid "Ad draft updated."
189
  msgstr ""
190
 
191
+ #: ../admin/class-advanced-ads-admin.php:854
192
  #, php-format
193
  msgid "%s ad updated."
194
  msgid_plural "%s ads updated."
195
  msgstr[0] ""
196
  msgstr[1] ""
197
 
198
+ #: ../admin/class-advanced-ads-admin.php:855
199
  #, php-format
200
  msgid "%s ad not updated, somebody is editing it."
201
  msgid_plural "%s ads not updated, somebody is editing them."
202
  msgstr[0] ""
203
  msgstr[1] ""
204
 
205
+ #: ../admin/class-advanced-ads-admin.php:856
206
  #, php-format
207
  msgid "%s ad permanently deleted."
208
  msgid_plural "%s ads permanently deleted."
209
  msgstr[0] ""
210
  msgstr[1] ""
211
 
212
+ #: ../admin/class-advanced-ads-admin.php:857
213
  #, php-format
214
  msgid "%s ad moved to the Trash."
215
  msgid_plural "%s ads moved to the Trash."
216
  msgstr[0] ""
217
  msgstr[1] ""
218
 
219
+ #: ../admin/class-advanced-ads-admin.php:858
220
  #, php-format
221
  msgid "%s ad restored from the Trash."
222
  msgid_plural "%s ads restored from the Trash."
223
  msgstr[0] ""
224
  msgstr[1] ""
225
 
226
+ #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
227
  msgid "General"
228
  msgstr ""
229
 
230
+ #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
231
+ #: php:1009
232
  msgid "Licenses"
233
  msgstr ""
234
 
235
+ #: ../admin/class-advanced-ads-admin.php:916
236
  msgid "Disable ads"
237
  msgstr ""
238
 
239
+ #: ../admin/class-advanced-ads-admin.php:924
240
  msgid "Hide ads for logged in users"
241
  msgstr ""
242
 
243
+ #: ../admin/class-advanced-ads-admin.php:932
244
  msgid "Use advanced JavaScript"
245
  msgstr ""
246
 
247
+ #: ../admin/class-advanced-ads-admin.php:940
248
  msgid "Unlimited ad injection"
249
  msgstr ""
250
 
251
+ #: ../admin/class-advanced-ads-admin.php:948
252
  msgid "Priority of content injection filter"
253
  msgstr ""
254
 
255
+ #: ../admin/class-advanced-ads-admin.php:956
256
  msgid "Hide ads from bots"
257
  msgstr ""
258
 
259
+ #: ../admin/class-advanced-ads-admin.php:964
260
  msgid "Disable notices"
261
  msgstr ""
262
 
263
+ #: ../admin/class-advanced-ads-admin.php:972
264
  msgid "ID prefix"
265
  msgstr ""
266
 
267
+ #: ../admin/class-advanced-ads-admin.php:980
268
  msgid "Remove Widget ID"
269
  msgstr ""
270
 
271
+ #: ../admin/class-advanced-ads-admin.php:988
272
  msgid "Allow editors to manage ads"
273
  msgstr ""
274
 
275
+ #: ../admin/class-advanced-ads-admin.php:1065
276
  msgid "Subscriber"
277
  msgstr ""
278
 
279
+ #: ../admin/class-advanced-ads-admin.php:1066
280
  msgid "Contributor"
281
  msgstr ""
282
 
283
+ #: ../admin/class-advanced-ads-admin.php:1067
284
  msgid "Author"
285
  msgstr ""
286
 
287
+ #: ../admin/class-advanced-ads-admin.php:1068
288
  msgid "Editor"
289
  msgstr ""
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:1069
292
  msgid "Admin"
293
  msgstr ""
294
 
295
+ #: ../admin/class-advanced-ads-admin.php:1077
296
  msgid "Choose the lowest role a user must have in order to not see any ads."
297
  msgstr ""
298
 
299
+ #: ../admin/class-advanced-ads-admin.php:1091
300
  msgid ""
301
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
302
  "needs it."
303
  msgstr ""
304
 
305
+ #: ../admin/class-advanced-ads-admin.php:1094
306
  #, php-format
307
  msgid ""
308
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
310
  "from this file."
311
  msgstr ""
312
 
313
+ #: ../admin/class-advanced-ads-admin.php:1107
314
  msgid ""
315
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
316
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
319
  "on archive pages AT YOUR OWN RISK."
320
  msgstr ""
321
 
322
+ #: ../admin/class-advanced-ads-admin.php:1123
323
  msgid ""
324
  "Please check your post content. A priority of 10 and below might cause "
325
  "issues (wpautop function might run twice)."
326
  msgstr ""
327
 
328
+ #: ../admin/class-advanced-ads-admin.php:1125
329
  msgid ""
330
  "Play with this value in order to change the priority of the injected ads "
331
  "compared to other auto injected elements in the post content."
332
  msgstr ""
333
 
334
+ #: ../admin/class-advanced-ads-admin.php:1139
335
  #, php-format
336
  msgid ""
337
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
339
  "Add-On</a>."
340
  msgstr ""
341
 
342
+ #: ../admin/class-advanced-ads-admin.php:1140
343
  msgid ""
344
  "Disabling this option only makes sense if your ads contain content you want "
345
  "to display to bots (like search engines) or your site is cached and bots "
346
  "could create a cached version without the ads."
347
  msgstr ""
348
 
349
+ #: ../admin/class-advanced-ads-admin.php:1153
350
  msgid ""
351
  "Disable internal notices like tips, tutorials, email newsletters and update "
352
  "notices. Disabling notices is recommended if you run multiple blogs with "
353
  "Advanced Ads already."
354
  msgstr ""
355
 
356
+ #: ../admin/class-advanced-ads-admin.php:1170
357
  msgid ""
358
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
359
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
360
  "need to <strong>rewrite css rules afterwards</strong>."
361
  msgstr ""
362
 
363
+ #: ../admin/class-advanced-ads-admin.php:1191
364
  msgid ""
365
  "Remove the ID attribute from widgets in order to not make them an easy "
366
  "target of ad blockers."
367
  msgstr ""
368
 
369
+ #: ../admin/class-advanced-ads-admin.php:1194
370
+ msgid ""
371
+ "If checked, the Advanced Ads Widget will not work with the fixed option of "
372
+ "the <strong>Q2W3 Fixed Widget</strong> plugin."
373
+ msgstr ""
374
+
375
+ #: ../admin/class-advanced-ads-admin.php:1216
376
  msgid "Allow editors to also manage and publish ads."
377
  msgstr ""
378
 
379
+ #: ../admin/class-advanced-ads-admin.php:1217
380
  #, php-format
381
  msgid ""
382
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
383
  "target=\"_blank\">Advanced Ads Pro</a>."
384
  msgstr ""
385
 
386
+ #: ../admin/class-advanced-ads-admin.php:1313
387
  msgid "Ad Details"
388
  msgstr ""
389
 
390
+ #: ../admin/class-advanced-ads-admin.php:1314
391
  msgid "Ad Planning"
392
  msgstr ""
393
 
394
+ #: ../admin/class-advanced-ads-admin.php:1449
395
  msgid "Ad Settings"
396
  msgstr ""
397
 
398
+ #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
399
  msgid "Ads Dashboard"
400
  msgstr ""
401
 
402
+ #: ../admin/class-advanced-ads-admin.php:1540
403
  msgid "From the ad optimization universe"
404
  msgstr ""
405
 
406
+ #: ../admin/class-advanced-ads-admin.php:1549
407
  msgid "Advanced Ads Tutorials"
408
  msgstr ""
409
 
410
+ #: ../admin/class-advanced-ads-admin.php:1560
411
  #, php-format
412
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
413
  msgstr ""
414
 
415
+ #: ../admin/class-advanced-ads-admin.php:1571
416
  msgid "plugin manual and homepage"
417
  msgstr ""
418
 
419
+ #: ../admin/class-advanced-ads-admin.php:1578
420
  msgid "Get the tutorial via email"
421
  msgstr ""
422
 
423
+ #: ../admin/class-advanced-ads-admin.php:1585
424
  msgid "Get AdSense tips via email"
425
  msgstr ""
426
 
427
+ #: ../admin/class-advanced-ads-admin.php:1675
428
+ #, php-format
429
+ msgid "time of %s"
430
+ msgstr ""
431
+
432
+ #: ../admin/class-advanced-ads-admin.php:1711
433
  msgid "Error while trying to register the license. Please contact support."
434
  msgstr ""
435
 
436
+ #: ../admin/class-advanced-ads-admin.php:1717
437
  msgid "Please enter and save a valid license key first."
438
  msgstr ""
439
 
440
+ #: ../admin/class-advanced-ads-admin.php:1745
441
+ msgid "This is the bundle license key."
442
+ msgstr ""
443
+
444
+ #: ../admin/class-advanced-ads-admin.php:1746
445
+ msgid "This is not the correct key for this add-on."
446
+ msgstr ""
447
+
448
+ #: ../admin/class-advanced-ads-admin.php:1749
449
  #, php-format
450
  msgid "License is invalid. Reason: %s"
451
  msgstr ""
452
 
453
+ #: ../admin/class-advanced-ads-admin.php:1793
454
  msgid "Error while trying to disable the license. Please contact support."
455
  msgstr ""
456
 
457
+ #: ../admin/class-advanced-ads-admin.php:1824
458
  msgid "License couldn’t be deactivated. Please try again later or contact support."
459
  msgstr ""
460
 
461
+ #: ../admin/class-advanced-ads-admin.php:1971
462
  msgid "Add-Ons"
463
  msgstr ""
464
 
472
  msgid "starts %s"
473
  msgstr ""
474
 
475
+ #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
476
+ #: column.php:21
477
  #, php-format
478
  msgid "expires %s"
479
  msgstr ""
480
 
481
+ #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
482
+ #: column.php:23
483
  #, php-format
484
  msgid "<strong>expired</strong> %s"
485
  msgstr ""
486
 
487
+ #: ../admin/includes/class-ad-groups-list.php:198
488
  msgid "all published ads are displayed"
489
  msgstr ""
490
 
491
+ #: ../admin/includes/class-ad-groups-list.php:200
492
  #, php-format
493
  msgid "up to %d ads displayed"
494
  msgstr ""
495
 
496
+ #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
497
  #: form-row.php:37
498
  msgid "No ads assigned"
499
  msgstr ""
500
 
501
+ #: ../admin/includes/class-ad-groups-list.php:251
502
  msgid "Random ads"
503
  msgstr ""
504
 
505
+ #: ../admin/includes/class-ad-groups-list.php:252
506
  msgid "Display random ads based on ad weight"
507
  msgstr ""
508
 
509
+ #: ../admin/includes/class-ad-groups-list.php:255
510
  msgid "Ordered ads"
511
  msgstr ""
512
 
513
+ #: ../admin/includes/class-ad-groups-list.php:256
514
  msgid "Display ads with the highest ad weight first"
515
  msgstr ""
516
 
517
+ #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
518
+ #: php:591
519
  msgid "Edit"
520
  msgstr ""
521
 
522
+ #: ../admin/includes/class-ad-groups-list.php:276
523
  msgid "Usage"
524
  msgstr ""
525
 
526
+ #: ../admin/includes/class-ad-groups-list.php:285
527
  msgid "Delete"
528
  msgstr ""
529
 
530
+ #: ../admin/includes/class-ad-groups-list.php:306
531
  msgid "Invalid Ad Group"
532
  msgstr ""
533
 
534
+ #: ../admin/includes/class-ad-groups-list.php:311
535
  msgid "You don’t have permission to change the ad groups"
536
  msgstr ""
537
 
538
+ #: ../admin/includes/class-notices.php:406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  #, php-format
540
  msgid ""
541
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
542
  "target=\"_blank\">this form</a> to sign up."
543
  msgstr ""
544
 
545
+ #: ../admin/includes/class-notices.php:424
546
  msgid "How embarrassing. The email server seems to be down. Please try again later."
547
  msgstr ""
548
 
549
+ #: ../admin/includes/class-notices.php:429
550
  #, php-format
551
  msgid ""
552
  "Please check your email (%s) for the confirmation message. If you didn’t "
718
  msgstr ""
719
 
720
  #: ../admin/includes/class-overview-widgets.php:188
 
 
 
 
721
  msgid "group stats by day, week or month"
722
  msgstr ""
723
 
724
+ #: ../admin/includes/class-overview-widgets.php:190
725
  msgid "Get the Tracking add-on"
726
  msgstr ""
727
 
728
+ #: ../admin/includes/class-overview-widgets.php:198
729
  msgid "Display ads based on the size of your visitor’s browser or device."
730
  msgstr ""
731
 
732
+ #: ../admin/includes/class-overview-widgets.php:199
733
  msgid "set a range (from … to …) pixels for the browser size"
734
  msgstr ""
735
 
736
+ #: ../admin/includes/class-overview-widgets.php:200
737
  msgid "set custom sizes for AdSense responsive ads"
738
  msgstr ""
739
 
740
+ #: ../admin/includes/class-overview-widgets.php:201
741
  msgid "list all ads by their responsive settings"
742
  msgstr ""
743
 
744
+ #: ../admin/includes/class-overview-widgets.php:203
745
  msgid "Get the Responsive add-on"
746
  msgstr ""
747
 
748
+ #: ../admin/includes/class-overview-widgets.php:211
749
  msgid "Target visitors by their geo location."
750
  msgstr ""
751
 
752
+ #: ../admin/includes/class-overview-widgets.php:213
753
  msgid "Get the Geo Targeting add-on"
754
  msgstr ""
755
 
756
+ #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
757
  #: php:30
758
  msgid ""
759
  "Fix ads to the browser while users are scrolling and create best performing "
760
  "anchor ads."
761
  msgstr ""
762
 
763
+ #: ../admin/includes/class-overview-widgets.php:222
764
  msgid "position ads that don’t scroll with the screen"
765
  msgstr ""
766
 
767
+ #: ../admin/includes/class-overview-widgets.php:223
768
  msgid "build anchor ads not only on mobile devices"
769
  msgstr ""
770
 
771
+ #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
772
  #: php:32
773
  msgid "Get the Sticky add-on"
774
  msgstr ""
775
 
776
+ #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
777
  #: php:37
778
  msgid "Display content and ads in layers and popups on custom events."
779
  msgstr ""
780
 
781
+ #: ../admin/includes/class-overview-widgets.php:234
782
  msgid "display a popup after a user interaction like scrolling"
783
  msgstr ""
784
 
785
+ #: ../admin/includes/class-overview-widgets.php:235
786
+ msgid "optional background overlay"
787
  msgstr ""
788
 
789
+ #: ../admin/includes/class-overview-widgets.php:236
790
  msgid "allow users to close the popup"
791
  msgstr ""
792
 
793
+ #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
794
  #: php:39
795
  msgid "Get the PopUp and Layer add-on"
796
  msgstr ""
797
 
798
+ #: ../admin/includes/class-overview-widgets.php:246
799
  msgid "Create a beautiful and simple slider from your ads."
800
  msgstr ""
801
 
802
+ #: ../admin/includes/class-overview-widgets.php:248
803
  msgid "Get the Slider add-on"
804
  msgstr ""
805
 
840
  "and Advanced Ads from my dedicated newsletter."
841
  msgstr ""
842
 
843
+ #: ../admin/includes/notices.php:61
844
  msgid ""
845
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
846
  "missing</strong>."
847
  msgstr ""
848
 
849
+ #: ../admin/includes/notices.php:61
850
  #, php-format
851
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
852
  msgstr ""
853
 
854
+ #: ../admin/includes/notices.php:67
855
  #, php-format
856
  msgid ""
857
  "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
860
  "target=\"_blank\">the add-on page</a>."
861
  msgstr ""
862
 
863
+ #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
864
  #, php-format
865
  msgid ""
866
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
868
  "information."
869
  msgstr ""
870
 
871
+ #: ../admin/includes/notices.php:79
872
  #, php-format
873
  msgid ""
874
  "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
880
  "org</a>.</p><p><em>Thomas</em>"
881
  msgstr ""
882
 
883
+ #: ../admin/includes/notices.php:85
884
+ #, php-format
885
+ msgid ""
886
+ "Some assets were changed. Please <strong>rebuild the asset folder</strong> "
887
+ "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
888
+ "disguise."
889
+ msgstr ""
890
+
891
  #: ../admin/includes/shortcode-creator-l10n.php:10
892
  msgctxt "shortcode creator"
893
  msgid "Add an ad"
904
  msgstr ""
905
 
906
  #: ../admin/views/ad-display-metabox.php:6
907
+ msgid "Set Display Conditions to allow or hide the ad on specific pages."
908
  msgstr ""
909
 
910
+ #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
911
+ #: 46 ../admin/views/ad-visitor-metabox.php:4
912
  msgid "Manual"
913
  msgstr ""
914
 
915
+ #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
916
+ #: php:2
917
+ #, php-format
918
+ msgid ""
919
+ "There might be a problem with layouts and scripts in your dashboard. Please "
920
+ "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
921
+ msgstr ""
922
+
923
+ #: ../admin/views/ad-display-metabox.php:39
924
  msgid "If you want to display the ad everywhere, don't do anything here. "
925
  msgstr ""
926
 
927
+ #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
928
  #: 34
929
  msgid "New condition"
930
  msgstr ""
931
 
932
+ #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
933
+ #: 37
934
  msgid "-- choose a condition --"
935
  msgstr ""
936
 
937
+ #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
938
+ #: 42
939
  msgid "add"
940
  msgstr ""
941
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
942
  #: ../admin/views/ad-group-edit.php:14
943
  msgid "You did not select an item for editing."
944
  msgstr ""
997
  msgstr ""
998
 
999
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1000
+ #: 588
1001
  msgid "Ad"
1002
  msgstr ""
1003
 
1284
  "with a space"
1285
  msgstr ""
1286
 
1287
+ #: ../admin/views/ad-output-metabox.php:44
1288
+ msgid "Enable debug mode."
1289
+ msgstr ""
1290
+
1291
+ #: ../admin/views/ad-parameters-size.php:2
1292
  msgid "size:"
1293
  msgstr ""
1294
 
1295
+ #: ../admin/views/ad-parameters-size.php:3
1296
  msgid "width"
1297
  msgstr ""
1298
 
1299
+ #: ../admin/views/ad-parameters-size.php:4
1300
  msgid "height"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/views/ad-parameters-size.php:6
1304
+ msgid "reserve this space"
1305
+ msgstr ""
1306
+
1307
+ #: ../admin/views/ad-submitbox-meta.php:6
1308
  msgid "Set expiry date"
1309
  msgstr ""
1310
 
1311
+ #: ../admin/views/ad-submitbox-meta.php:12
1312
  msgid "Month"
1313
  msgstr ""
1314
 
1315
+ #: ../admin/views/ad-submitbox-meta.php:16
1316
  #, php-format
1317
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1318
  msgid "%1$s-%2$s"
1319
  msgstr ""
1320
 
1321
+ #: ../admin/views/ad-submitbox-meta.php:21
1322
  msgid "Day"
1323
  msgstr ""
1324
 
1325
+ #: ../admin/views/ad-submitbox-meta.php:22
1326
  msgid "Year"
1327
  msgstr ""
1328
 
1329
+ #: ../admin/views/ad-submitbox-meta.php:23
1330
  msgid "Hour"
1331
  msgstr ""
1332
 
1333
+ #: ../admin/views/ad-submitbox-meta.php:24
1334
  msgid "Minute"
1335
  msgstr ""
1336
 
1337
+ #: ../admin/views/ad-submitbox-meta.php:29
1338
  #, php-format
1339
  msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1340
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1359
  "if dynamic features get cached."
1360
  msgstr ""
1361
 
1362
+ #: ../admin/views/ad-visitor-metabox.php:47
 
 
 
 
 
 
 
 
 
 
1363
  #, php-format
1364
  msgid ""
1365
  "Define the exact browser width for which an ad should be visible using the "
1366
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1367
  msgstr ""
1368
 
1369
+ #: ../admin/views/ad-visitor-metabox.php:92
1370
  msgid ""
1371
  "The visitor conditions below are deprecated. Please use the new version of "
1372
  "visitor conditions to replace it."
1373
  msgstr ""
1374
 
1375
+ #: ../admin/views/ad-visitor-metabox.php:98
1376
  msgid "Display on all devices"
1377
  msgstr ""
1378
 
1379
+ #: ../admin/views/ad-visitor-metabox.php:102
1380
  msgid "only on mobile devices"
1381
  msgstr ""
1382
 
1383
+ #: ../admin/views/ad-visitor-metabox.php:106
1384
  msgid "not on mobile devices"
1385
  msgstr ""
1386
 
1392
  msgid "Work in progress"
1393
  msgstr ""
1394
 
 
 
 
 
 
 
1395
  #: ../admin/views/feedback_disable.php:3
1396
  msgid "Thank you for helping to improve Advanced Ads."
1397
  msgstr ""
1739
  "appear."
1740
  msgstr ""
1741
 
1742
+ #: ../admin/views/settings-disable-ads.php:21
1743
+ msgid "Disable ads in Feed"
1744
+ msgstr ""
1745
+
1746
  #: ../admin/views/settings.php:35
1747
  msgid "Save settings on this page"
1748
  msgstr ""
1763
  msgid "the company behind Advanced Ads"
1764
  msgstr ""
1765
 
1766
+ #: ../admin/views/support.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1767
  msgid "Possible Issues"
1768
  msgstr ""
1769
 
1770
+ #: ../admin/views/support.php:9
1771
  msgid ""
1772
  "Please fix the red highlighted issues on this page or try to understand "
1773
  "their consequences before contacting support."
1774
  msgstr ""
1775
 
1776
+ #: ../admin/views/support.php:13
1777
  #, php-format
1778
  msgid ""
1779
  "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1781
  "Please ask your hosting provider for more information."
1782
  msgstr ""
1783
 
1784
+ #: ../admin/views/support.php:16
1785
  #, php-format
1786
  msgid ""
1787
  "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1790
  "ads dynamically."
1791
  msgstr ""
1792
 
1793
+ #: ../admin/views/support.php:19
1794
  msgid "There is a <strong>new WordPress version available</strong>. Please update."
1795
  msgstr ""
1796
 
1797
+ #: ../admin/views/support.php:22
1798
  msgid "There are <strong>plugin updates available</strong>. Please update."
1799
  msgstr ""
1800
 
1801
+ #: ../admin/views/support.php:25
1802
  #, php-format
1803
  msgid ""
1804
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1805
  "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
1806
  msgstr ""
1807
 
1808
+ #: ../admin/views/support.php:31
1809
  #, php-format
1810
  msgid ""
1811
  "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1814
  "support for Autoptimize."
1815
  msgstr ""
1816
 
1817
+ #: ../admin/views/support.php:34
1818
  #, php-format
1819
  msgid ""
1820
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1821
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1822
  msgstr ""
1823
 
1824
+ #: ../admin/views/support.php:38
1825
  #, php-format
1826
  msgid ""
1827
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1828
  "href=\"%s\">settings</a>."
1829
  msgstr ""
1830
 
1831
+ #: ../admin/views/support.php:49
1832
+ msgid "Search"
1833
+ msgstr ""
1834
+
1835
+ #: ../admin/views/support.php:50
1836
+ msgid ""
1837
+ "Use the following form to search for solutions in the manual on "
1838
+ "wpadvancedads.com"
1839
+ msgstr ""
1840
+
1841
+ #: ../admin/views/support.php:53
1842
+ msgid "search"
1843
+ msgstr ""
1844
+
1845
+ #: ../admin/views/support.php:55
1846
  msgid "Contact"
1847
  msgstr ""
1848
 
1849
+ #: ../admin/views/support.php:56
1850
  #, php-format
1851
  msgid ""
1852
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
1853
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1854
  msgstr ""
1855
 
1856
+ #: ../admin/views/support.php:58
1857
+ msgid "Email was successfully sent."
1858
+ msgstr ""
1859
+
1860
+ #: ../admin/views/support.php:67
1861
  msgid "your email"
1862
  msgstr ""
1863
 
1864
+ #: ../admin/views/support.php:71
1865
  msgid "your name"
1866
  msgstr ""
1867
 
1868
+ #: ../admin/views/support.php:75
1869
  msgid "your message"
1870
  msgstr ""
1871
 
1872
+ #: ../admin/views/support.php:80
1873
  msgid "send"
1874
  msgstr ""
1875
 
1946
 
1947
  #: ../classes/ad_placements.php:205
1948
  #, php-format
1949
+ msgid "paragraph without image (%s)"
1950
  msgstr ""
1951
 
1952
  #: ../classes/ad_placements.php:206
1953
  #, php-format
1954
+ msgid "headline 2 (%s)"
1955
  msgstr ""
1956
 
1957
  #: ../classes/ad_placements.php:207
1958
  #, php-format
1959
+ msgid "headline 3 (%s)"
1960
+ msgstr ""
1961
+
1962
+ #: ../classes/ad_placements.php:208
1963
+ #, php-format
1964
  msgid "headline 4 (%s)"
1965
  msgstr ""
1966
 
2020
  "content field magic does not work here."
2021
  msgstr ""
2022
 
2023
+ #: ../classes/ad_type_plain.php:52
2024
  msgid "Insert plain text or code into this field."
2025
  msgstr ""
2026
 
2027
+ #: ../classes/ad_type_plain.php:86
2028
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2029
  msgstr ""
2030
 
2036
  "misfortunate formats in forms, but should not damage features."
2037
  msgstr ""
2038
 
2039
+ #: ../classes/display-conditions.php:69
2040
  msgid "post type"
2041
  msgstr ""
2042
 
2043
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2044
+ msgid "Choose the public post types on which to display the ad."
2045
+ msgstr ""
2046
+
2047
+ #: ../classes/display-conditions.php:76
2048
+ msgid "specific pages"
2049
  msgstr ""
2050
 
2051
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2052
  msgid ""
2053
+ "Choose on which individual posts, pages and public post type pages you want "
2054
+ "to display or hide ads."
2055
  msgstr ""
2056
 
2057
+ #: ../classes/display-conditions.php:82
2058
+ msgid "general conditions"
2059
  msgstr ""
2060
 
2061
+ #: ../classes/display-conditions.php:88
2062
+ msgid "author"
2063
+ msgstr ""
2064
+
2065
+ #: ../classes/display-conditions.php:113
2066
+ #, php-format
2067
+ msgid "archive: %s"
2068
+ msgstr ""
2069
+
2070
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
2071
+ #: /classes/display-conditions.php:346
2072
+ msgctxt "Error message shown when no display condition term is selected"
2073
+ msgid "Please select some items."
2074
+ msgstr ""
2075
+
2076
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
2077
+ #: /classes/display-conditions.php:371
2078
+ msgid "show"
2079
+ msgstr ""
2080
+
2081
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
2082
+ #: /classes/display-conditions.php:372
2083
+ msgid "hide"
2084
+ msgstr ""
2085
+
2086
+ #: ../classes/display-conditions.php:336
2087
+ msgctxt "display the terms search field on ad edit page"
2088
+ msgid "add more terms"
2089
+ msgstr ""
2090
+
2091
+ #: ../classes/display-conditions.php:337
2092
+ msgid "add more terms"
2093
+ msgstr ""
2094
+
2095
+ #: ../classes/display-conditions.php:339
2096
+ msgid "term name or id"
2097
+ msgstr ""
2098
+
2099
+ #: ../classes/display-conditions.php:400
2100
+ msgid "title or id"
2101
+ msgstr ""
2102
+
2103
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2104
+ msgid "Home Page"
2105
+ msgstr ""
2106
+
2107
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2108
+ msgid "show on Home page"
2109
+ msgstr ""
2110
+
2111
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2112
+ msgid "Singular Pages"
2113
+ msgstr ""
2114
+
2115
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2116
+ msgid "show on singular pages/posts"
2117
+ msgstr ""
2118
+
2119
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2120
+ msgid "Archive Pages"
2121
+ msgstr ""
2122
+
2123
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2124
+ msgid "show on any type of archive page (category, tag, author and date)"
2125
+ msgstr ""
2126
+
2127
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2128
+ msgid "Search Results"
2129
+ msgstr ""
2130
+
2131
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2132
+ msgid "show on search result pages"
2133
+ msgstr ""
2134
+
2135
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2136
+ msgid "404 Page"
2137
+ msgstr ""
2138
+
2139
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2140
+ msgid "show on 404 error page"
2141
+ msgstr ""
2142
+
2143
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2144
+ msgid "Attachment Pages"
2145
+ msgstr ""
2146
+
2147
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2148
+ msgid "show on attachment pages"
2149
+ msgstr ""
2150
+
2151
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2152
+ msgid "Secondary Queries"
2153
+ msgstr ""
2154
+
2155
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2156
+ msgid "allow ads in secondary queries"
2157
+ msgstr ""
2158
+
2159
+ #: ../classes/display-conditions.php:480
2160
+ msgid "Feed"
2161
+ msgstr ""
2162
+
2163
+ #: ../classes/display-conditions.php:481
2164
+ msgid "allow ads in Feed"
2165
  msgstr ""
2166
 
2167
  #: ../classes/EDD_SL_Plugin_Updater.php:177
2210
  "target=\"_blank\">Responsive add-on</a>"
2211
  msgstr ""
2212
 
2213
+ #: ../classes/visitor-conditions.php:101
2214
+ msgid "is"
2215
+ msgstr ""
2216
+
2217
+ #: ../classes/visitor-conditions.php:102
2218
+ msgid "is not"
2219
+ msgstr ""
2220
+
2221
+ #: ../classes/visitor-conditions.php:107
2222
  msgid "Manual and Troubleshooting"
2223
  msgstr ""
2224
 
2225
+ #: ../classes/visitor-conditions.php:136
2226
  msgid "equal"
2227
  msgstr ""
2228
 
2229
+ #: ../classes/visitor-conditions.php:137
2230
  msgid "equal or higher"
2231
  msgstr ""
2232
 
2233
+ #: ../classes/visitor-conditions.php:138
2234
  msgid "equal or lower"
2235
  msgstr ""
2236
 
2237
+ #: ../classes/visitor-conditions.php:168
2238
  msgid "contains"
2239
  msgstr ""
2240
 
2241
+ #: ../classes/visitor-conditions.php:169
2242
  msgid "starts with"
2243
  msgstr ""
2244
 
2245
+ #: ../classes/visitor-conditions.php:170
2246
  msgid "ends with"
2247
  msgstr ""
2248
 
2249
+ #: ../classes/visitor-conditions.php:171
2250
  msgid "matches"
2251
  msgstr ""
2252
 
2253
+ #: ../classes/visitor-conditions.php:172
2254
  msgid "matches regex"
2255
  msgstr ""
2256
 
2257
+ #: ../classes/visitor-conditions.php:173
2258
  msgid "does not contain"
2259
  msgstr ""
2260
 
2261
+ #: ../classes/visitor-conditions.php:174
2262
  msgid "does not start with"
2263
  msgstr ""
2264
 
2265
+ #: ../classes/visitor-conditions.php:175
2266
  msgid "does not end with"
2267
  msgstr ""
2268
 
2269
+ #: ../classes/visitor-conditions.php:176
2270
  msgid "does not match"
2271
  msgstr ""
2272
 
2273
+ #: ../classes/visitor-conditions.php:177
2274
  msgid "does not match regex"
2275
  msgstr ""
2276
 
2308
  msgid "Individual Posts, Pages and Public Post Types"
2309
  msgstr ""
2310
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2311
  #: ../modules/ad-blocker/admin/admin.php:133
2312
  msgid "The asset folder was rebuilt successfully"
2313
  msgstr ""
2314
 
2315
+ #: ../modules/ad-blocker/admin/admin.php:218
2316
  msgid "Ad blocker fix"
2317
  msgstr ""
2318
 
2319
+ #: ../modules/ad-blocker/admin/admin.php:257
2320
  msgid "There is no writable upload folder"
2321
  msgstr ""
2322
 
2323
+ #: ../modules/ad-blocker/admin/admin.php:278
2324
  #, php-format
2325
  msgid "Unable to rename \"%s\" directory"
2326
  msgstr ""
2327
 
2328
+ #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
2329
+ #: php:307 ../modules/ad-blocker/admin/admin.php:324
2330
  #, php-format
2331
  msgid "Unable to copy assets to the \"%s\" directory"
2332
  msgstr ""
2333
 
2334
+ #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
2335
+ #: php:378
2336
  #, php-format
2337
  msgid "We do not have direct write access to the \"%s\" directory"
2338
  msgstr ""
2339
 
2340
+ #: ../modules/ad-blocker/admin/admin.php:445
 
 
 
 
2341
  #, php-format
2342
  msgid ""
2343
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2344
  "server?"
2345
  msgstr ""
2346
 
2347
+ #: ../modules/ad-blocker/admin/admin.php:456
2348
  #, php-format
2349
  msgid "Unable to copy files to %s"
2350
  msgstr ""
2351
 
2352
+ #: ../modules/ad-blocker/admin/admin.php:592
2353
  msgid ""
2354
  "Prevents ad block software from breaking your website when blocking asset "
2355
  "files (.js, .css)."
2372
  msgstr ""
2373
 
2374
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
2375
+ msgid "Rename assets"
2376
  msgstr ""
2377
 
2378
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
2379
+ msgid "Check if you want to change the names of the assets"
2380
  msgstr ""
2381
 
2382
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
2383
  #, php-format
2384
  msgid ""
2385
+ "Please, rebuild the asset folder. All assets will be located in "
2386
  "<strong>%s</strong>"
2387
  msgstr ""
2388
 
2389
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
2390
  msgid "Rebuild asset folder"
2391
  msgstr ""
2392
 
2538
  msgid "Auto"
2539
  msgstr ""
2540
 
2541
+ #: ../public/class-advanced-ads.php:306
2542
  msgid "Advanced Ads Error following:"
2543
  msgstr ""
2544
 
2545
+ #: ../public/class-advanced-ads.php:309
2546
  #, php-format
2547
  msgid "Advanced Ads Error: %s"
2548
  msgstr ""
2549
 
2550
+ #: ../public/class-advanced-ads.php:550
2551
  msgctxt "ad group general name"
2552
  msgid "Ad Groups"
2553
  msgstr ""
2554
 
2555
+ #: ../public/class-advanced-ads.php:551
2556
  msgctxt "ad group singular name"
2557
  msgid "Ad Group"
2558
  msgstr ""
2559
 
2560
+ #: ../public/class-advanced-ads.php:552
2561
  msgid "Search Ad Groups"
2562
  msgstr ""
2563
 
2564
+ #: ../public/class-advanced-ads.php:553
2565
  msgid "All Ad Groups"
2566
  msgstr ""
2567
 
2568
+ #: ../public/class-advanced-ads.php:554
2569
  msgid "Parent Ad Groups"
2570
  msgstr ""
2571
 
2572
+ #: ../public/class-advanced-ads.php:555
2573
  msgid "Parent Ad Groups:"
2574
  msgstr ""
2575
 
2576
+ #: ../public/class-advanced-ads.php:556
2577
  msgid "Edit Ad Group"
2578
  msgstr ""
2579
 
2580
+ #: ../public/class-advanced-ads.php:557
2581
  msgid "Update Ad Group"
2582
  msgstr ""
2583
 
2584
+ #: ../public/class-advanced-ads.php:558
2585
  msgid "Add New Ad Group"
2586
  msgstr ""
2587
 
2588
+ #: ../public/class-advanced-ads.php:559
2589
  msgid "New Ad Groups Name"
2590
  msgstr ""
2591
 
2592
+ #: ../public/class-advanced-ads.php:561
2593
  msgid "No Ad Group found"
2594
  msgstr ""
2595
 
2596
+ #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2597
  msgid "New Ad"
2598
  msgstr ""
2599
 
2600
+ #: ../public/class-advanced-ads.php:590
2601
  msgid "Add New Ad"
2602
  msgstr ""
2603
 
2604
+ #: ../public/class-advanced-ads.php:592
2605
  msgid "Edit Ad"
2606
  msgstr ""
2607
 
2608
+ #: ../public/class-advanced-ads.php:594
2609
  msgid "View"
2610
  msgstr ""
2611
 
2612
+ #: ../public/class-advanced-ads.php:595
2613
  msgid "View the Ad"
2614
  msgstr ""
2615
 
2616
+ #: ../public/class-advanced-ads.php:596
2617
  msgid "Search Ads"
2618
  msgstr ""
2619
 
2620
+ #: ../public/class-advanced-ads.php:597
2621
  msgid "No Ads found"
2622
  msgstr ""
2623
 
2624
+ #: ../public/class-advanced-ads.php:598
2625
  msgid "No Ads found in Trash"
2626
  msgstr ""
2627
 
2628
+ #: ../public/class-advanced-ads.php:599
2629
  msgid "Parent Ad"
2630
  msgstr ""
2631
 
2632
+ #: ../admin/class-advanced-ads-admin.php:595
2633
  msgid "Display Conditions"
2634
  msgstr "Anzeigebedingungen"
2635
 
2636
+ #: ../admin/class-advanced-ads-admin.php:1064
2637
  msgid "(display to all)"
2638
  msgstr "(für alle anzeigen)"
 
 
 
 
 
languages/advanced-ads.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Advanved Ads\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
7
  "POT-Creation-Date: 2015-01-27 16:47+0100\n"
8
- "POT-Revision-Date: Tue Apr 12 2016 16:55:40 GMT+0200 (CEST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: Thomas Maier <post@webzunft.de>\n"
11
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
@@ -45,13 +45,13 @@ msgid "http://webgilde.com"
45
  msgstr ""
46
 
47
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
48
- #: 162 ../classes/visitor-conditions.php:214
49
  msgid "or"
50
  msgstr ""
51
 
52
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
53
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
54
- #: php:162 ../classes/visitor-conditions.php:214
55
  msgid "and"
56
  msgstr ""
57
 
@@ -63,256 +63,265 @@ msgstr ""
63
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
64
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
65
  #: /admin/views/placements.php:80 ../admin/views/placements.php:184 ..
66
- #: /classes/widget.php:89 ../public/class-advanced-ads.php:587
67
  msgid "Ads"
68
  msgstr ""
69
 
70
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
 
 
 
 
 
 
 
 
 
71
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
72
  #: 177 ../classes/widget.php:82
73
  msgid "Ad Groups"
74
  msgstr ""
75
 
76
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:560
77
  msgid "Groups"
78
  msgstr ""
79
 
80
- #: ../admin/class-advanced-ads-admin.php:291
81
  msgid "Ad Placements"
82
  msgstr ""
83
 
84
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
85
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
86
  msgid "Placements"
87
  msgstr ""
88
 
89
- #: ../admin/class-advanced-ads-admin.php:295
90
  msgid "Advanced Ads Settings"
91
  msgstr ""
92
 
93
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
94
- #: php:544 ../admin/views/debug.php:10
95
  msgid "Settings"
96
  msgstr ""
97
 
98
- #: ../admin/class-advanced-ads-admin.php:298
99
  msgid "Advanced Ads Debugging"
100
  msgstr ""
101
 
102
- #: ../admin/class-advanced-ads-admin.php:298
103
  msgid "Debug"
104
  msgstr ""
105
 
106
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
107
- #: php:302
108
  msgid "Advanced Ads Intro"
109
  msgstr ""
110
 
111
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
112
- #: php:306 ../admin/class-advanced-ads-admin.php:1966
113
  msgid "Support"
114
  msgstr ""
115
 
116
- #: ../admin/class-advanced-ads-admin.php:419
117
  msgid "Please enter a message"
118
  msgstr ""
119
 
120
- #: ../admin/class-advanced-ads-admin.php:429
121
  #, php-format
122
  msgid "Email could NOT be sent. Please contact us directly at %s."
123
  msgstr ""
124
 
125
- #: ../admin/class-advanced-ads-admin.php:432
126
  msgid "Please enter a valid email address"
127
  msgstr ""
128
 
129
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
130
- #: php:485
131
  msgid "Sorry, you are not allowed to access this feature."
132
  msgstr ""
133
 
134
- #: ../admin/class-advanced-ads-admin.php:471
135
  msgid ""
136
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
137
  "deleted?"
138
  msgstr ""
139
 
140
- #: ../admin/class-advanced-ads-admin.php:586
141
  msgid "Ad Type"
142
  msgstr ""
143
 
144
- #: ../admin/class-advanced-ads-admin.php:589
145
  msgid "Ad Parameters"
146
  msgstr ""
147
 
148
- #: ../admin/class-advanced-ads-admin.php:592
149
  msgid "Layout / Output"
150
  msgstr ""
151
 
152
- #: ../admin/class-advanced-ads-admin.php:595
153
  msgid "Display Conditions"
154
  msgstr ""
155
 
156
- #: ../admin/class-advanced-ads-admin.php:598
157
  msgid "Visitor Conditions"
158
  msgstr ""
159
 
160
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
161
- #: php:824
162
  msgid "Ad updated."
163
  msgstr ""
164
 
165
  #. translators: %s: date and time of the revision
166
- #: ../admin/class-advanced-ads-admin.php:826
167
  #, php-format
168
  msgid "Ad restored to revision from %s"
169
  msgstr ""
170
 
171
- #: ../admin/class-advanced-ads-admin.php:827
172
  msgid "Ad published."
173
  msgstr ""
174
 
175
- #: ../admin/class-advanced-ads-admin.php:828
176
  msgid "Ad saved."
177
  msgstr ""
178
 
179
- #: ../admin/class-advanced-ads-admin.php:829
180
  msgid "Ad submitted."
181
  msgstr ""
182
 
183
- #: ../admin/class-advanced-ads-admin.php:831
184
  #, php-format
185
  msgid "Ad scheduled for: <strong>%1$s</strong>."
186
  msgstr ""
187
 
188
  #. translators: Publish box date format, see http://php.net/date
189
- #: ../admin/class-advanced-ads-admin.php:833
190
  msgid "M j, Y @ G:i"
191
  msgstr ""
192
 
193
- #: ../admin/class-advanced-ads-admin.php:835
194
  msgid "Ad draft updated."
195
  msgstr ""
196
 
197
- #: ../admin/class-advanced-ads-admin.php:854
198
  #, php-format
199
  msgid "%s ad updated."
200
  msgid_plural "%s ads updated."
201
  msgstr[0] ""
202
  msgstr[1] ""
203
 
204
- #: ../admin/class-advanced-ads-admin.php:855
205
  #, php-format
206
  msgid "%s ad not updated, somebody is editing it."
207
  msgid_plural "%s ads not updated, somebody is editing them."
208
  msgstr[0] ""
209
  msgstr[1] ""
210
 
211
- #: ../admin/class-advanced-ads-admin.php:856
212
  #, php-format
213
  msgid "%s ad permanently deleted."
214
  msgid_plural "%s ads permanently deleted."
215
  msgstr[0] ""
216
  msgstr[1] ""
217
 
218
- #: ../admin/class-advanced-ads-admin.php:857
219
  #, php-format
220
  msgid "%s ad moved to the Trash."
221
  msgid_plural "%s ads moved to the Trash."
222
  msgstr[0] ""
223
  msgstr[1] ""
224
 
225
- #: ../admin/class-advanced-ads-admin.php:858
226
  #, php-format
227
  msgid "%s ad restored from the Trash."
228
  msgid_plural "%s ads restored from the Trash."
229
  msgstr[0] ""
230
  msgstr[1] ""
231
 
232
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
233
  msgid "General"
234
  msgstr ""
235
 
236
- #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
237
- #: php:1009
238
  msgid "Licenses"
239
  msgstr ""
240
 
241
- #: ../admin/class-advanced-ads-admin.php:916
242
  msgid "Disable ads"
243
  msgstr ""
244
 
245
- #: ../admin/class-advanced-ads-admin.php:924
246
  msgid "Hide ads for logged in users"
247
  msgstr ""
248
 
249
- #: ../admin/class-advanced-ads-admin.php:932
250
  msgid "Use advanced JavaScript"
251
  msgstr ""
252
 
253
- #: ../admin/class-advanced-ads-admin.php:940
254
  msgid "Unlimited ad injection"
255
  msgstr ""
256
 
257
- #: ../admin/class-advanced-ads-admin.php:948
258
  msgid "Priority of content injection filter"
259
  msgstr ""
260
 
261
- #: ../admin/class-advanced-ads-admin.php:956
262
  msgid "Hide ads from bots"
263
  msgstr ""
264
 
265
- #: ../admin/class-advanced-ads-admin.php:964
266
  msgid "Disable notices"
267
  msgstr ""
268
 
269
- #: ../admin/class-advanced-ads-admin.php:972
270
  msgid "ID prefix"
271
  msgstr ""
272
 
273
- #: ../admin/class-advanced-ads-admin.php:980
274
  msgid "Remove Widget ID"
275
  msgstr ""
276
 
277
- #: ../admin/class-advanced-ads-admin.php:988
278
  msgid "Allow editors to manage ads"
279
  msgstr ""
280
 
281
- #: ../admin/class-advanced-ads-admin.php:1064
282
  msgid "(display to all)"
283
  msgstr ""
284
 
285
- #: ../admin/class-advanced-ads-admin.php:1065
286
  msgid "Subscriber"
287
  msgstr ""
288
 
289
- #: ../admin/class-advanced-ads-admin.php:1066
290
  msgid "Contributor"
291
  msgstr ""
292
 
293
- #: ../admin/class-advanced-ads-admin.php:1067
294
  msgid "Author"
295
  msgstr ""
296
 
297
- #: ../admin/class-advanced-ads-admin.php:1068
298
  msgid "Editor"
299
  msgstr ""
300
 
301
- #: ../admin/class-advanced-ads-admin.php:1069
302
  msgid "Admin"
303
  msgstr ""
304
 
305
- #: ../admin/class-advanced-ads-admin.php:1077
306
  msgid "Choose the lowest role a user must have in order to not see any ads."
307
  msgstr ""
308
 
309
- #: ../admin/class-advanced-ads-admin.php:1091
310
  msgid ""
311
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
312
  "needs it."
313
  msgstr ""
314
 
315
- #: ../admin/class-advanced-ads-admin.php:1094
316
  #, php-format
317
  msgid ""
318
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -320,7 +329,7 @@ msgid ""
320
  "from this file."
321
  msgstr ""
322
 
323
- #: ../admin/class-advanced-ads-admin.php:1107
324
  msgid ""
325
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
326
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -329,19 +338,19 @@ msgid ""
329
  "on archive pages AT YOUR OWN RISK."
330
  msgstr ""
331
 
332
- #: ../admin/class-advanced-ads-admin.php:1123
333
  msgid ""
334
  "Please check your post content. A priority of 10 and below might cause "
335
  "issues (wpautop function might run twice)."
336
  msgstr ""
337
 
338
- #: ../admin/class-advanced-ads-admin.php:1125
339
  msgid ""
340
  "Play with this value in order to change the priority of the injected ads "
341
  "compared to other auto injected elements in the post content."
342
  msgstr ""
343
 
344
- #: ../admin/class-advanced-ads-admin.php:1139
345
  #, php-format
346
  msgid ""
347
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -349,126 +358,135 @@ msgid ""
349
  "Add-On</a>."
350
  msgstr ""
351
 
352
- #: ../admin/class-advanced-ads-admin.php:1140
353
  msgid ""
354
  "Disabling this option only makes sense if your ads contain content you want "
355
  "to display to bots (like search engines) or your site is cached and bots "
356
  "could create a cached version without the ads."
357
  msgstr ""
358
 
359
- #: ../admin/class-advanced-ads-admin.php:1153
360
  msgid ""
361
  "Disable internal notices like tips, tutorials, email newsletters and update "
362
  "notices. Disabling notices is recommended if you run multiple blogs with "
363
  "Advanced Ads already."
364
  msgstr ""
365
 
366
- #: ../admin/class-advanced-ads-admin.php:1170
367
  msgid ""
368
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
369
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
370
  "need to <strong>rewrite css rules afterwards</strong>."
371
  msgstr ""
372
 
373
- #: ../admin/class-advanced-ads-admin.php:1191
374
  msgid ""
375
  "Remove the ID attribute from widgets in order to not make them an easy "
376
  "target of ad blockers."
377
  msgstr ""
378
 
379
- #: ../admin/class-advanced-ads-admin.php:1194
380
  msgid ""
381
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
382
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
383
  msgstr ""
384
 
385
- #: ../admin/class-advanced-ads-admin.php:1216
386
  msgid "Allow editors to also manage and publish ads."
387
  msgstr ""
388
 
389
- #: ../admin/class-advanced-ads-admin.php:1217
390
  #, php-format
391
  msgid ""
392
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
393
  "target=\"_blank\">Advanced Ads Pro</a>."
394
  msgstr ""
395
 
396
- #: ../admin/class-advanced-ads-admin.php:1313
397
  msgid "Ad Details"
398
  msgstr ""
399
 
400
- #: ../admin/class-advanced-ads-admin.php:1314
401
  msgid "Ad Planning"
402
  msgstr ""
403
 
404
- #: ../admin/class-advanced-ads-admin.php:1449
405
  msgid "Ad Settings"
406
  msgstr ""
407
 
408
- #: ../admin/class-advanced-ads-admin.php:1528 ../admin/views/overview.php:23
409
  msgid "Ads Dashboard"
410
  msgstr ""
411
 
412
- #: ../admin/class-advanced-ads-admin.php:1540
413
  msgid "From the ad optimization universe"
414
  msgstr ""
415
 
416
- #: ../admin/class-advanced-ads-admin.php:1549
417
  msgid "Advanced Ads Tutorials"
418
  msgstr ""
419
 
420
- #: ../admin/class-advanced-ads-admin.php:1560
421
  #, php-format
422
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
423
  msgstr ""
424
 
425
- #: ../admin/class-advanced-ads-admin.php:1571
426
  msgid "plugin manual and homepage"
427
  msgstr ""
428
 
429
- #: ../admin/class-advanced-ads-admin.php:1578
430
  msgid "Get the tutorial via email"
431
  msgstr ""
432
 
433
- #: ../admin/class-advanced-ads-admin.php:1585
434
  msgid "Get AdSense tips via email"
435
  msgstr ""
436
 
437
- #: ../admin/class-advanced-ads-admin.php:1675
438
  #, php-format
439
  msgid "time of %s"
440
  msgstr ""
441
 
442
- #: ../admin/class-advanced-ads-admin.php:1710
443
  msgid "Error while trying to register the license. Please contact support."
444
  msgstr ""
445
 
446
- #: ../admin/class-advanced-ads-admin.php:1716
447
- msgid "Please enter and save a valid license key first."
448
  msgstr ""
449
 
450
- #: ../admin/class-advanced-ads-admin.php:1744
 
 
 
 
451
  msgid "This is the bundle license key."
452
  msgstr ""
453
 
454
- #: ../admin/class-advanced-ads-admin.php:1745
455
  msgid "This is not the correct key for this add-on."
456
  msgstr ""
457
 
458
- #: ../admin/class-advanced-ads-admin.php:1748
 
 
 
 
459
  #, php-format
460
  msgid "License is invalid. Reason: %s"
461
  msgstr ""
462
 
463
- #: ../admin/class-advanced-ads-admin.php:1792
464
  msgid "Error while trying to disable the license. Please contact support."
465
  msgstr ""
466
 
467
- #: ../admin/class-advanced-ads-admin.php:1823
468
- msgid "License couldn’t be deactivated. Please try again later or contact support."
 
469
  msgstr ""
470
 
471
- #: ../admin/class-advanced-ads-admin.php:1970
472
  msgid "Add-Ons"
473
  msgstr ""
474
 
@@ -525,7 +543,7 @@ msgid "Display ads with the highest ad weight first"
525
  msgstr ""
526
 
527
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
528
- #: php:591
529
  msgid "Edit"
530
  msgstr ""
531
 
@@ -545,18 +563,18 @@ msgstr ""
545
  msgid "You don’t have permission to change the ad groups"
546
  msgstr ""
547
 
548
- #: ../admin/includes/class-notices.php:395
549
  #, php-format
550
  msgid ""
551
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
552
  "target=\"_blank\">this form</a> to sign up."
553
  msgstr ""
554
 
555
- #: ../admin/includes/class-notices.php:413
556
  msgid "How embarrassing. The email server seems to be down. Please try again later."
557
  msgstr ""
558
 
559
- #: ../admin/includes/class-notices.php:418
560
  #, php-format
561
  msgid ""
562
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1007,7 +1025,7 @@ msgid "Number of ads that are visible at the same time"
1007
  msgstr ""
1008
 
1009
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1010
- #: 588
1011
  msgid "Ad"
1012
  msgstr ""
1013
 
@@ -1015,7 +1033,7 @@ msgstr ""
1015
  msgid "weight"
1016
  msgstr ""
1017
 
1018
- #: ../admin/views/ad-group-list-header.php:3
1019
  msgid "Ad Group"
1020
  msgstr ""
1021
 
@@ -1394,7 +1412,7 @@ msgstr ""
1394
  msgid "not on mobile devices"
1395
  msgstr ""
1396
 
1397
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1398
  msgid "Debug Page"
1399
  msgstr ""
1400
 
@@ -1674,46 +1692,38 @@ msgstr ""
1674
  msgid "Disable ads on this page"
1675
  msgstr ""
1676
 
1677
- #: ../admin/views/setting-license.php:10
 
 
 
 
1678
  #, php-format
1679
- msgid ""
1680
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1681
- "page</a> to renew it."
1682
  msgstr ""
1683
 
1684
  #: ../admin/views/setting-license.php:14
1685
- msgid "License key"
 
1686
  msgstr ""
1687
 
1688
- #: ../admin/views/setting-license.php:24
1689
- msgid "Deactivate License"
1690
  msgstr ""
1691
 
1692
- #: ../admin/views/setting-license.php:32
1693
- msgid "Activate License"
1694
  msgstr ""
1695
 
1696
  #: ../admin/views/setting-license.php:35
1697
- msgid "Please enter a valid license key"
1698
  msgstr ""
1699
 
1700
- #: ../admin/views/setting-license.php:37
1701
  msgid "License key invalid"
1702
  msgstr ""
1703
 
1704
- #: ../admin/views/setting-license.php:41
1705
- msgid "active"
1706
- msgstr ""
1707
-
1708
  #: ../admin/views/setting-license.php:42
1709
- #, php-format
1710
- msgid "(%d days left)"
1711
- msgstr ""
1712
-
1713
- #: ../admin/views/setting-license.php:45
1714
- msgid ""
1715
- "1. enter the key and save options; 2. click the activate button behind the "
1716
- "field"
1717
  msgstr ""
1718
 
1719
  #: ../admin/views/settings-disable-ads.php:3
@@ -1753,23 +1763,23 @@ msgstr ""
1753
  msgid "Disable ads in Feed"
1754
  msgstr ""
1755
 
1756
- #: ../admin/views/settings.php:35
1757
  msgid "Save settings on this page"
1758
  msgstr ""
1759
 
1760
- #: ../admin/views/settings.php:46
1761
  msgid "Welcome Page"
1762
  msgstr ""
1763
 
1764
- #: ../admin/views/settings.php:47
1765
  msgid "Advanced Ads on WordPress.org"
1766
  msgstr ""
1767
 
1768
- #: ../admin/views/settings.php:47
1769
  msgid "Advanced Ads on wp.org"
1770
  msgstr ""
1771
 
1772
- #: ../admin/views/settings.php:48
1773
  msgid "the company behind Advanced Ads"
1774
  msgstr ""
1775
 
@@ -1949,11 +1959,16 @@ msgid ""
1949
  "widget."
1950
  msgstr ""
1951
 
1952
- #: ../classes/ad_placements.php:204
1953
  #, php-format
1954
  msgid "paragraph (%s)"
1955
  msgstr ""
1956
 
 
 
 
 
 
1957
  #: ../classes/ad_placements.php:205
1958
  #, php-format
1959
  msgid "headline 2 (%s)"
@@ -1979,6 +1994,16 @@ msgid ""
1979
  "image upload or styling, but also simple text/html mode for scripts and code."
1980
  msgstr ""
1981
 
 
 
 
 
 
 
 
 
 
 
1982
  #: ../classes/ad_type_image.php:34
1983
  msgid "Image Ad"
1984
  msgstr ""
@@ -2041,131 +2066,131 @@ msgid ""
2041
  "misfortunate formats in forms, but should not damage features."
2042
  msgstr ""
2043
 
2044
- #: ../classes/display-conditions.php:60
2045
  msgid "post type"
2046
  msgstr ""
2047
 
2048
- #: ../classes/display-conditions.php:61 ../includes/array_ad_conditions.php:40
2049
  msgid "Choose the public post types on which to display the ad."
2050
  msgstr ""
2051
 
2052
- #: ../classes/display-conditions.php:67
2053
  msgid "specific pages"
2054
  msgstr ""
2055
 
2056
- #: ../classes/display-conditions.php:68 ../includes/array_ad_conditions.php:58
2057
  msgid ""
2058
  "Choose on which individual posts, pages and public post type pages you want "
2059
  "to display or hide ads."
2060
  msgstr ""
2061
 
2062
- #: ../classes/display-conditions.php:73
2063
  msgid "general conditions"
2064
  msgstr ""
2065
 
2066
- #: ../classes/display-conditions.php:79
2067
  msgid "author"
2068
  msgstr ""
2069
 
2070
- #: ../classes/display-conditions.php:104
2071
  #, php-format
2072
  msgid "archive: %s"
2073
  msgstr ""
2074
 
2075
- #: ../classes/display-conditions.php:205 ../classes/display-conditions.php:249 ..
2076
- #: /classes/display-conditions.php:337
2077
  msgctxt "Error message shown when no display condition term is selected"
2078
  msgid "Please select some items."
2079
  msgstr ""
2080
 
2081
- #: ../classes/display-conditions.php:234 ../classes/display-conditions.php:287 ..
2082
- #: /classes/display-conditions.php:362
2083
  msgid "show"
2084
  msgstr ""
2085
 
2086
- #: ../classes/display-conditions.php:235 ../classes/display-conditions.php:288 ..
2087
- #: /classes/display-conditions.php:363
2088
  msgid "hide"
2089
  msgstr ""
2090
 
2091
- #: ../classes/display-conditions.php:327
2092
  msgctxt "display the terms search field on ad edit page"
2093
  msgid "add more terms"
2094
  msgstr ""
2095
 
2096
- #: ../classes/display-conditions.php:328
2097
  msgid "add more terms"
2098
  msgstr ""
2099
 
2100
- #: ../classes/display-conditions.php:330
2101
  msgid "term name or id"
2102
  msgstr ""
2103
 
2104
- #: ../classes/display-conditions.php:391
2105
- msgid "post or page title"
2106
  msgstr ""
2107
 
2108
- #: ../classes/display-conditions.php:436 ../includes/array_ad_conditions.php:63
2109
  msgid "Home Page"
2110
  msgstr ""
2111
 
2112
- #: ../classes/display-conditions.php:437 ../includes/array_ad_conditions.php:64
2113
  msgid "show on Home page"
2114
  msgstr ""
2115
 
2116
- #: ../classes/display-conditions.php:441 ../includes/array_ad_conditions.php:68
2117
  msgid "Singular Pages"
2118
  msgstr ""
2119
 
2120
- #: ../classes/display-conditions.php:442 ../includes/array_ad_conditions.php:69
2121
  msgid "show on singular pages/posts"
2122
  msgstr ""
2123
 
2124
- #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:73
2125
  msgid "Archive Pages"
2126
  msgstr ""
2127
 
2128
- #: ../classes/display-conditions.php:447 ../includes/array_ad_conditions.php:74
2129
  msgid "show on any type of archive page (category, tag, author and date)"
2130
  msgstr ""
2131
 
2132
- #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:78
2133
  msgid "Search Results"
2134
  msgstr ""
2135
 
2136
- #: ../classes/display-conditions.php:452 ../includes/array_ad_conditions.php:79
2137
  msgid "show on search result pages"
2138
  msgstr ""
2139
 
2140
- #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:83
2141
  msgid "404 Page"
2142
  msgstr ""
2143
 
2144
- #: ../classes/display-conditions.php:457 ../includes/array_ad_conditions.php:84
2145
  msgid "show on 404 error page"
2146
  msgstr ""
2147
 
2148
- #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:88
2149
  msgid "Attachment Pages"
2150
  msgstr ""
2151
 
2152
- #: ../classes/display-conditions.php:462 ../includes/array_ad_conditions.php:89
2153
  msgid "show on attachment pages"
2154
  msgstr ""
2155
 
2156
- #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:93
2157
  msgid "Secondary Queries"
2158
  msgstr ""
2159
 
2160
- #: ../classes/display-conditions.php:467 ../includes/array_ad_conditions.php:94
2161
  msgid "allow ads in secondary queries"
2162
  msgstr ""
2163
 
2164
- #: ../classes/display-conditions.php:471
2165
  msgid "Feed"
2166
  msgstr ""
2167
 
2168
- #: ../classes/display-conditions.php:472
2169
  msgid "allow ads in Feed"
2170
  msgstr ""
2171
 
@@ -2543,93 +2568,85 @@ msgstr ""
2543
  msgid "Auto"
2544
  msgstr ""
2545
 
2546
- #: ../public/class-advanced-ads.php:306
2547
  msgid "Advanced Ads Error following:"
2548
  msgstr ""
2549
 
2550
- #: ../public/class-advanced-ads.php:309
2551
  #, php-format
2552
  msgid "Advanced Ads Error: %s"
2553
  msgstr ""
2554
 
2555
- #: ../public/class-advanced-ads.php:550
2556
  msgctxt "ad group general name"
2557
  msgid "Ad Groups"
2558
  msgstr ""
2559
 
2560
- #: ../public/class-advanced-ads.php:551
2561
  msgctxt "ad group singular name"
2562
  msgid "Ad Group"
2563
  msgstr ""
2564
 
2565
- #: ../public/class-advanced-ads.php:552
2566
  msgid "Search Ad Groups"
2567
  msgstr ""
2568
 
2569
- #: ../public/class-advanced-ads.php:553
2570
  msgid "All Ad Groups"
2571
  msgstr ""
2572
 
2573
- #: ../public/class-advanced-ads.php:554
2574
  msgid "Parent Ad Groups"
2575
  msgstr ""
2576
 
2577
- #: ../public/class-advanced-ads.php:555
2578
  msgid "Parent Ad Groups:"
2579
  msgstr ""
2580
 
2581
- #: ../public/class-advanced-ads.php:556
2582
  msgid "Edit Ad Group"
2583
  msgstr ""
2584
 
2585
- #: ../public/class-advanced-ads.php:557
2586
  msgid "Update Ad Group"
2587
  msgstr ""
2588
 
2589
- #: ../public/class-advanced-ads.php:558
2590
  msgid "Add New Ad Group"
2591
  msgstr ""
2592
 
2593
- #: ../public/class-advanced-ads.php:559
2594
  msgid "New Ad Groups Name"
2595
  msgstr ""
2596
 
2597
- #: ../public/class-advanced-ads.php:561
2598
  msgid "No Ad Group found"
2599
  msgstr ""
2600
 
2601
- #: ../public/class-advanced-ads.php:589 ../public/class-advanced-ads.php:593
2602
- msgid "New Ad"
2603
- msgstr ""
2604
-
2605
- #: ../public/class-advanced-ads.php:590
2606
- msgid "Add New Ad"
2607
- msgstr ""
2608
-
2609
- #: ../public/class-advanced-ads.php:592
2610
  msgid "Edit Ad"
2611
  msgstr ""
2612
 
2613
- #: ../public/class-advanced-ads.php:594
2614
  msgid "View"
2615
  msgstr ""
2616
 
2617
- #: ../public/class-advanced-ads.php:595
2618
  msgid "View the Ad"
2619
  msgstr ""
2620
 
2621
- #: ../public/class-advanced-ads.php:596
2622
  msgid "Search Ads"
2623
  msgstr ""
2624
 
2625
- #: ../public/class-advanced-ads.php:597
2626
  msgid "No Ads found"
2627
  msgstr ""
2628
 
2629
- #: ../public/class-advanced-ads.php:598
2630
  msgid "No Ads found in Trash"
2631
  msgstr ""
2632
 
2633
- #: ../public/class-advanced-ads.php:599
2634
  msgid "Parent Ad"
2635
  msgstr ""
5
  "Project-Id-Version: Advanved Ads\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
7
  "POT-Creation-Date: 2015-01-27 16:47+0100\n"
8
+ "POT-Revision-Date: Tue Apr 26 2016 18:43:26 GMT+0200 (CEST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: Thomas Maier <post@webzunft.de>\n"
11
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
45
  msgstr ""
46
 
47
  #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
48
+ #: 171 ../classes/visitor-conditions.php:214
49
  msgid "or"
50
  msgstr ""
51
 
52
  #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
53
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
54
+ #: php:171 ../classes/visitor-conditions.php:214
55
  msgid "and"
56
  msgstr ""
57
 
63
  #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
64
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
65
  #: /admin/views/placements.php:80 ../admin/views/placements.php:184 ..
66
+ #: /classes/widget.php:89 ../public/class-advanced-ads.php:588
67
  msgid "Ads"
68
  msgstr ""
69
 
70
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:591
71
+ msgid "Add New Ad"
72
+ msgstr ""
73
+
74
+ #: ../admin/class-advanced-ads-admin.php:288 ../public/class-advanced-ads.php:590
75
+ #: ../public/class-advanced-ads.php:594
76
+ msgid "New Ad"
77
+ msgstr ""
78
+
79
+ #: ../admin/class-advanced-ads-admin.php:293 ../admin/includes/class-shortcode-
80
  #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
81
  #: 177 ../classes/widget.php:82
82
  msgid "Ad Groups"
83
  msgstr ""
84
 
85
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:561
86
  msgid "Groups"
87
  msgstr ""
88
 
89
+ #: ../admin/class-advanced-ads-admin.php:298
90
  msgid "Ad Placements"
91
  msgstr ""
92
 
93
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
94
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
95
  msgid "Placements"
96
  msgstr ""
97
 
98
+ #: ../admin/class-advanced-ads-admin.php:302
99
  msgid "Advanced Ads Settings"
100
  msgstr ""
101
 
102
+ #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
103
+ #: php:550 ../admin/views/debug.php:10
104
  msgid "Settings"
105
  msgstr ""
106
 
107
+ #: ../admin/class-advanced-ads-admin.php:305
108
  msgid "Advanced Ads Debugging"
109
  msgstr ""
110
 
111
+ #: ../admin/class-advanced-ads-admin.php:305
112
  msgid "Debug"
113
  msgstr ""
114
 
115
+ #: ../admin/class-advanced-ads-admin.php:309 ../admin/class-advanced-ads-admin.
116
+ #: php:309
117
  msgid "Advanced Ads Intro"
118
  msgstr ""
119
 
120
+ #: ../admin/class-advanced-ads-admin.php:313 ../admin/class-advanced-ads-admin.
121
+ #: php:313 ../admin/class-advanced-ads-admin.php:1987
122
  msgid "Support"
123
  msgstr ""
124
 
125
+ #: ../admin/class-advanced-ads-admin.php:425
126
  msgid "Please enter a message"
127
  msgstr ""
128
 
129
+ #: ../admin/class-advanced-ads-admin.php:435
130
  #, php-format
131
  msgid "Email could NOT be sent. Please contact us directly at %s."
132
  msgstr ""
133
 
134
+ #: ../admin/class-advanced-ads-admin.php:438
135
  msgid "Please enter a valid email address"
136
  msgstr ""
137
 
138
+ #: ../admin/class-advanced-ads-admin.php:464 ../admin/class-advanced-ads-admin.
139
+ #: php:491
140
  msgid "Sorry, you are not allowed to access this feature."
141
  msgstr ""
142
 
143
+ #: ../admin/class-advanced-ads-admin.php:477
144
  msgid ""
145
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
146
  "deleted?"
147
  msgstr ""
148
 
149
+ #: ../admin/class-advanced-ads-admin.php:592
150
  msgid "Ad Type"
151
  msgstr ""
152
 
153
+ #: ../admin/class-advanced-ads-admin.php:595
154
  msgid "Ad Parameters"
155
  msgstr ""
156
 
157
+ #: ../admin/class-advanced-ads-admin.php:598
158
  msgid "Layout / Output"
159
  msgstr ""
160
 
161
+ #: ../admin/class-advanced-ads-admin.php:601
162
  msgid "Display Conditions"
163
  msgstr ""
164
 
165
+ #: ../admin/class-advanced-ads-admin.php:604
166
  msgid "Visitor Conditions"
167
  msgstr ""
168
 
169
+ #: ../admin/class-advanced-ads-admin.php:829 ../admin/class-advanced-ads-admin.
170
+ #: php:830
171
  msgid "Ad updated."
172
  msgstr ""
173
 
174
  #. translators: %s: date and time of the revision
175
+ #: ../admin/class-advanced-ads-admin.php:832
176
  #, php-format
177
  msgid "Ad restored to revision from %s"
178
  msgstr ""
179
 
180
+ #: ../admin/class-advanced-ads-admin.php:833
181
  msgid "Ad published."
182
  msgstr ""
183
 
184
+ #: ../admin/class-advanced-ads-admin.php:834
185
  msgid "Ad saved."
186
  msgstr ""
187
 
188
+ #: ../admin/class-advanced-ads-admin.php:835
189
  msgid "Ad submitted."
190
  msgstr ""
191
 
192
+ #: ../admin/class-advanced-ads-admin.php:837
193
  #, php-format
194
  msgid "Ad scheduled for: <strong>%1$s</strong>."
195
  msgstr ""
196
 
197
  #. translators: Publish box date format, see http://php.net/date
198
+ #: ../admin/class-advanced-ads-admin.php:839
199
  msgid "M j, Y @ G:i"
200
  msgstr ""
201
 
202
+ #: ../admin/class-advanced-ads-admin.php:841
203
  msgid "Ad draft updated."
204
  msgstr ""
205
 
206
+ #: ../admin/class-advanced-ads-admin.php:860
207
  #, php-format
208
  msgid "%s ad updated."
209
  msgid_plural "%s ads updated."
210
  msgstr[0] ""
211
  msgstr[1] ""
212
 
213
+ #: ../admin/class-advanced-ads-admin.php:861
214
  #, php-format
215
  msgid "%s ad not updated, somebody is editing it."
216
  msgid_plural "%s ads not updated, somebody is editing them."
217
  msgstr[0] ""
218
  msgstr[1] ""
219
 
220
+ #: ../admin/class-advanced-ads-admin.php:862
221
  #, php-format
222
  msgid "%s ad permanently deleted."
223
  msgid_plural "%s ads permanently deleted."
224
  msgstr[0] ""
225
  msgstr[1] ""
226
 
227
+ #: ../admin/class-advanced-ads-admin.php:863
228
  #, php-format
229
  msgid "%s ad moved to the Trash."
230
  msgid_plural "%s ads moved to the Trash."
231
  msgstr[0] ""
232
  msgstr[1] ""
233
 
234
+ #: ../admin/class-advanced-ads-admin.php:864
235
  #, php-format
236
  msgid "%s ad restored from the Trash."
237
  msgid_plural "%s ads restored from the Trash."
238
  msgstr[0] ""
239
  msgstr[1] ""
240
 
241
+ #: ../admin/class-advanced-ads-admin.php:899 ../admin/views/settings.php:12
242
  msgid "General"
243
  msgstr ""
244
 
245
+ #: ../admin/class-advanced-ads-admin.php:911 ../admin/class-advanced-ads-admin.
246
+ #: php:1015
247
  msgid "Licenses"
248
  msgstr ""
249
 
250
+ #: ../admin/class-advanced-ads-admin.php:922
251
  msgid "Disable ads"
252
  msgstr ""
253
 
254
+ #: ../admin/class-advanced-ads-admin.php:930
255
  msgid "Hide ads for logged in users"
256
  msgstr ""
257
 
258
+ #: ../admin/class-advanced-ads-admin.php:938
259
  msgid "Use advanced JavaScript"
260
  msgstr ""
261
 
262
+ #: ../admin/class-advanced-ads-admin.php:946
263
  msgid "Unlimited ad injection"
264
  msgstr ""
265
 
266
+ #: ../admin/class-advanced-ads-admin.php:954
267
  msgid "Priority of content injection filter"
268
  msgstr ""
269
 
270
+ #: ../admin/class-advanced-ads-admin.php:962
271
  msgid "Hide ads from bots"
272
  msgstr ""
273
 
274
+ #: ../admin/class-advanced-ads-admin.php:970
275
  msgid "Disable notices"
276
  msgstr ""
277
 
278
+ #: ../admin/class-advanced-ads-admin.php:978
279
  msgid "ID prefix"
280
  msgstr ""
281
 
282
+ #: ../admin/class-advanced-ads-admin.php:986
283
  msgid "Remove Widget ID"
284
  msgstr ""
285
 
286
+ #: ../admin/class-advanced-ads-admin.php:994
287
  msgid "Allow editors to manage ads"
288
  msgstr ""
289
 
290
+ #: ../admin/class-advanced-ads-admin.php:1071
291
  msgid "(display to all)"
292
  msgstr ""
293
 
294
+ #: ../admin/class-advanced-ads-admin.php:1072
295
  msgid "Subscriber"
296
  msgstr ""
297
 
298
+ #: ../admin/class-advanced-ads-admin.php:1073
299
  msgid "Contributor"
300
  msgstr ""
301
 
302
+ #: ../admin/class-advanced-ads-admin.php:1074
303
  msgid "Author"
304
  msgstr ""
305
 
306
+ #: ../admin/class-advanced-ads-admin.php:1075
307
  msgid "Editor"
308
  msgstr ""
309
 
310
+ #: ../admin/class-advanced-ads-admin.php:1076
311
  msgid "Admin"
312
  msgstr ""
313
 
314
+ #: ../admin/class-advanced-ads-admin.php:1084
315
  msgid "Choose the lowest role a user must have in order to not see any ads."
316
  msgstr ""
317
 
318
+ #: ../admin/class-advanced-ads-admin.php:1098
319
  msgid ""
320
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
321
  "needs it."
322
  msgstr ""
323
 
324
+ #: ../admin/class-advanced-ads-admin.php:1101
325
  #, php-format
326
  msgid ""
327
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
329
  "from this file."
330
  msgstr ""
331
 
332
+ #: ../admin/class-advanced-ads-admin.php:1114
333
  msgid ""
334
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
335
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
338
  "on archive pages AT YOUR OWN RISK."
339
  msgstr ""
340
 
341
+ #: ../admin/class-advanced-ads-admin.php:1130
342
  msgid ""
343
  "Please check your post content. A priority of 10 and below might cause "
344
  "issues (wpautop function might run twice)."
345
  msgstr ""
346
 
347
+ #: ../admin/class-advanced-ads-admin.php:1132
348
  msgid ""
349
  "Play with this value in order to change the priority of the injected ads "
350
  "compared to other auto injected elements in the post content."
351
  msgstr ""
352
 
353
+ #: ../admin/class-advanced-ads-admin.php:1146
354
  #, php-format
355
  msgid ""
356
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
358
  "Add-On</a>."
359
  msgstr ""
360
 
361
+ #: ../admin/class-advanced-ads-admin.php:1147
362
  msgid ""
363
  "Disabling this option only makes sense if your ads contain content you want "
364
  "to display to bots (like search engines) or your site is cached and bots "
365
  "could create a cached version without the ads."
366
  msgstr ""
367
 
368
+ #: ../admin/class-advanced-ads-admin.php:1160
369
  msgid ""
370
  "Disable internal notices like tips, tutorials, email newsletters and update "
371
  "notices. Disabling notices is recommended if you run multiple blogs with "
372
  "Advanced Ads already."
373
  msgstr ""
374
 
375
+ #: ../admin/class-advanced-ads-admin.php:1177
376
  msgid ""
377
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
378
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
379
  "need to <strong>rewrite css rules afterwards</strong>."
380
  msgstr ""
381
 
382
+ #: ../admin/class-advanced-ads-admin.php:1198
383
  msgid ""
384
  "Remove the ID attribute from widgets in order to not make them an easy "
385
  "target of ad blockers."
386
  msgstr ""
387
 
388
+ #: ../admin/class-advanced-ads-admin.php:1201
389
  msgid ""
390
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
391
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
392
  msgstr ""
393
 
394
+ #: ../admin/class-advanced-ads-admin.php:1223
395
  msgid "Allow editors to also manage and publish ads."
396
  msgstr ""
397
 
398
+ #: ../admin/class-advanced-ads-admin.php:1224
399
  #, php-format
400
  msgid ""
401
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
402
  "target=\"_blank\">Advanced Ads Pro</a>."
403
  msgstr ""
404
 
405
+ #: ../admin/class-advanced-ads-admin.php:1281
406
  msgid "Ad Details"
407
  msgstr ""
408
 
409
+ #: ../admin/class-advanced-ads-admin.php:1282
410
  msgid "Ad Planning"
411
  msgstr ""
412
 
413
+ #: ../admin/class-advanced-ads-admin.php:1417
414
  msgid "Ad Settings"
415
  msgstr ""
416
 
417
+ #: ../admin/class-advanced-ads-admin.php:1496 ../admin/views/overview.php:23
418
  msgid "Ads Dashboard"
419
  msgstr ""
420
 
421
+ #: ../admin/class-advanced-ads-admin.php:1508
422
  msgid "From the ad optimization universe"
423
  msgstr ""
424
 
425
+ #: ../admin/class-advanced-ads-admin.php:1517
426
  msgid "Advanced Ads Tutorials"
427
  msgstr ""
428
 
429
+ #: ../admin/class-advanced-ads-admin.php:1528
430
  #, php-format
431
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
432
  msgstr ""
433
 
434
+ #: ../admin/class-advanced-ads-admin.php:1539
435
  msgid "plugin manual and homepage"
436
  msgstr ""
437
 
438
+ #: ../admin/class-advanced-ads-admin.php:1546
439
  msgid "Get the tutorial via email"
440
  msgstr ""
441
 
442
+ #: ../admin/class-advanced-ads-admin.php:1553
443
  msgid "Get AdSense tips via email"
444
  msgstr ""
445
 
446
+ #: ../admin/class-advanced-ads-admin.php:1643
447
  #, php-format
448
  msgid "time of %s"
449
  msgstr ""
450
 
451
+ #: ../admin/class-advanced-ads-admin.php:1679
452
  msgid "Error while trying to register the license. Please contact support."
453
  msgstr ""
454
 
455
+ #: ../admin/class-advanced-ads-admin.php:1684 ../admin/views/setting-license.php:37
456
+ msgid "Please enter a valid license key"
457
  msgstr ""
458
 
459
+ #: ../admin/class-advanced-ads-admin.php:1710
460
+ msgid "License couldn’t be activated. Please try again later."
461
+ msgstr ""
462
+
463
+ #: ../admin/class-advanced-ads-admin.php:1722
464
  msgid "This is the bundle license key."
465
  msgstr ""
466
 
467
+ #: ../admin/class-advanced-ads-admin.php:1723
468
  msgid "This is not the correct key for this add-on."
469
  msgstr ""
470
 
471
+ #: ../admin/class-advanced-ads-admin.php:1724
472
+ msgid "There are no activations left."
473
+ msgstr ""
474
+
475
+ #: ../admin/class-advanced-ads-admin.php:1733
476
  #, php-format
477
  msgid "License is invalid. Reason: %s"
478
  msgstr ""
479
 
480
+ #: ../admin/class-advanced-ads-admin.php:1787
481
  msgid "Error while trying to disable the license. Please contact support."
482
  msgstr ""
483
 
484
+ #: ../admin/class-advanced-ads-admin.php:1810 ../admin/class-advanced-ads-admin.
485
+ #: php:1827
486
+ msgid "License couldn’t be deactivated. Please try again later."
487
  msgstr ""
488
 
489
+ #: ../admin/class-advanced-ads-admin.php:1991
490
  msgid "Add-Ons"
491
  msgstr ""
492
 
543
  msgstr ""
544
 
545
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
546
+ #: php:592
547
  msgid "Edit"
548
  msgstr ""
549
 
563
  msgid "You don’t have permission to change the ad groups"
564
  msgstr ""
565
 
566
+ #: ../admin/includes/class-notices.php:406
567
  #, php-format
568
  msgid ""
569
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
570
  "target=\"_blank\">this form</a> to sign up."
571
  msgstr ""
572
 
573
+ #: ../admin/includes/class-notices.php:424
574
  msgid "How embarrassing. The email server seems to be down. Please try again later."
575
  msgstr ""
576
 
577
+ #: ../admin/includes/class-notices.php:429
578
  #, php-format
579
  msgid ""
580
  "Please check your email (%s) for the confirmation message. If you didn’t "
1025
  msgstr ""
1026
 
1027
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1028
+ #: 589
1029
  msgid "Ad"
1030
  msgstr ""
1031
 
1033
  msgid "weight"
1034
  msgstr ""
1035
 
1036
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1037
  msgid "Ad Group"
1038
  msgstr ""
1039
 
1412
  msgid "not on mobile devices"
1413
  msgstr ""
1414
 
1415
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1416
  msgid "Debug Page"
1417
  msgstr ""
1418
 
1692
  msgid "Disable ads on this page"
1693
  msgstr ""
1694
 
1695
+ #: ../admin/views/setting-license.php:5
1696
+ msgid "Your license expired."
1697
+ msgstr ""
1698
+
1699
+ #: ../admin/views/setting-license.php:6
1700
  #, php-format
1701
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
 
 
1702
  msgstr ""
1703
 
1704
  #: ../admin/views/setting-license.php:14
1705
+ #, php-format
1706
+ msgid "(%d days left)"
1707
  msgstr ""
1708
 
1709
+ #: ../admin/views/setting-license.php:18
1710
+ msgid "License key"
1711
  msgstr ""
1712
 
1713
+ #: ../admin/views/setting-license.php:28
1714
+ msgid "Deactivate License"
1715
  msgstr ""
1716
 
1717
  #: ../admin/views/setting-license.php:35
1718
+ msgid "Activate License"
1719
  msgstr ""
1720
 
1721
+ #: ../admin/views/setting-license.php:39
1722
  msgid "License key invalid"
1723
  msgstr ""
1724
 
 
 
 
 
1725
  #: ../admin/views/setting-license.php:42
1726
+ msgid "active"
 
 
 
 
 
 
 
1727
  msgstr ""
1728
 
1729
  #: ../admin/views/settings-disable-ads.php:3
1763
  msgid "Disable ads in Feed"
1764
  msgstr ""
1765
 
1766
+ #: ../admin/views/settings.php:36
1767
  msgid "Save settings on this page"
1768
  msgstr ""
1769
 
1770
+ #: ../admin/views/settings.php:48
1771
  msgid "Welcome Page"
1772
  msgstr ""
1773
 
1774
+ #: ../admin/views/settings.php:49
1775
  msgid "Advanced Ads on WordPress.org"
1776
  msgstr ""
1777
 
1778
+ #: ../admin/views/settings.php:49
1779
  msgid "Advanced Ads on wp.org"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/views/settings.php:50
1783
  msgid "the company behind Advanced Ads"
1784
  msgstr ""
1785
 
1959
  "widget."
1960
  msgstr ""
1961
 
1962
+ #: ../classes/ad_placements.php:203
1963
  #, php-format
1964
  msgid "paragraph (%s)"
1965
  msgstr ""
1966
 
1967
+ #: ../classes/ad_placements.php:204
1968
+ #, php-format
1969
+ msgid "paragraph without image (%s)"
1970
+ msgstr ""
1971
+
1972
  #: ../classes/ad_placements.php:205
1973
  #, php-format
1974
  msgid "headline 2 (%s)"
1994
  "image upload or styling, but also simple text/html mode for scripts and code."
1995
  msgstr ""
1996
 
1997
+ #: ../classes/ad_type_group.php:31
1998
+ msgid ""
1999
+ "Choose an existing ad group. Use this type when you want to assign the same "
2000
+ "display and visitor conditions to all ads in that group."
2001
+ msgstr ""
2002
+
2003
+ #: ../classes/ad_type_group.php:60
2004
+ msgid "ad group"
2005
+ msgstr ""
2006
+
2007
  #: ../classes/ad_type_image.php:34
2008
  msgid "Image Ad"
2009
  msgstr ""
2066
  "misfortunate formats in forms, but should not damage features."
2067
  msgstr ""
2068
 
2069
+ #: ../classes/display-conditions.php:69
2070
  msgid "post type"
2071
  msgstr ""
2072
 
2073
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2074
  msgid "Choose the public post types on which to display the ad."
2075
  msgstr ""
2076
 
2077
+ #: ../classes/display-conditions.php:76
2078
  msgid "specific pages"
2079
  msgstr ""
2080
 
2081
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2082
  msgid ""
2083
  "Choose on which individual posts, pages and public post type pages you want "
2084
  "to display or hide ads."
2085
  msgstr ""
2086
 
2087
+ #: ../classes/display-conditions.php:82
2088
  msgid "general conditions"
2089
  msgstr ""
2090
 
2091
+ #: ../classes/display-conditions.php:88
2092
  msgid "author"
2093
  msgstr ""
2094
 
2095
+ #: ../classes/display-conditions.php:113
2096
  #, php-format
2097
  msgid "archive: %s"
2098
  msgstr ""
2099
 
2100
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
2101
+ #: /classes/display-conditions.php:346
2102
  msgctxt "Error message shown when no display condition term is selected"
2103
  msgid "Please select some items."
2104
  msgstr ""
2105
 
2106
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
2107
+ #: /classes/display-conditions.php:371
2108
  msgid "show"
2109
  msgstr ""
2110
 
2111
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
2112
+ #: /classes/display-conditions.php:372
2113
  msgid "hide"
2114
  msgstr ""
2115
 
2116
+ #: ../classes/display-conditions.php:336
2117
  msgctxt "display the terms search field on ad edit page"
2118
  msgid "add more terms"
2119
  msgstr ""
2120
 
2121
+ #: ../classes/display-conditions.php:337
2122
  msgid "add more terms"
2123
  msgstr ""
2124
 
2125
+ #: ../classes/display-conditions.php:339
2126
  msgid "term name or id"
2127
  msgstr ""
2128
 
2129
+ #: ../classes/display-conditions.php:400
2130
+ msgid "title or id"
2131
  msgstr ""
2132
 
2133
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2134
  msgid "Home Page"
2135
  msgstr ""
2136
 
2137
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2138
  msgid "show on Home page"
2139
  msgstr ""
2140
 
2141
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2142
  msgid "Singular Pages"
2143
  msgstr ""
2144
 
2145
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2146
  msgid "show on singular pages/posts"
2147
  msgstr ""
2148
 
2149
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2150
  msgid "Archive Pages"
2151
  msgstr ""
2152
 
2153
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2154
  msgid "show on any type of archive page (category, tag, author and date)"
2155
  msgstr ""
2156
 
2157
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2158
  msgid "Search Results"
2159
  msgstr ""
2160
 
2161
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2162
  msgid "show on search result pages"
2163
  msgstr ""
2164
 
2165
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2166
  msgid "404 Page"
2167
  msgstr ""
2168
 
2169
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2170
  msgid "show on 404 error page"
2171
  msgstr ""
2172
 
2173
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2174
  msgid "Attachment Pages"
2175
  msgstr ""
2176
 
2177
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2178
  msgid "show on attachment pages"
2179
  msgstr ""
2180
 
2181
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2182
  msgid "Secondary Queries"
2183
  msgstr ""
2184
 
2185
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2186
  msgid "allow ads in secondary queries"
2187
  msgstr ""
2188
 
2189
+ #: ../classes/display-conditions.php:480
2190
  msgid "Feed"
2191
  msgstr ""
2192
 
2193
+ #: ../classes/display-conditions.php:481
2194
  msgid "allow ads in Feed"
2195
  msgstr ""
2196
 
2568
  msgid "Auto"
2569
  msgstr ""
2570
 
2571
+ #: ../public/class-advanced-ads.php:307
2572
  msgid "Advanced Ads Error following:"
2573
  msgstr ""
2574
 
2575
+ #: ../public/class-advanced-ads.php:310
2576
  #, php-format
2577
  msgid "Advanced Ads Error: %s"
2578
  msgstr ""
2579
 
2580
+ #: ../public/class-advanced-ads.php:551
2581
  msgctxt "ad group general name"
2582
  msgid "Ad Groups"
2583
  msgstr ""
2584
 
2585
+ #: ../public/class-advanced-ads.php:552
2586
  msgctxt "ad group singular name"
2587
  msgid "Ad Group"
2588
  msgstr ""
2589
 
2590
+ #: ../public/class-advanced-ads.php:553
2591
  msgid "Search Ad Groups"
2592
  msgstr ""
2593
 
2594
+ #: ../public/class-advanced-ads.php:554
2595
  msgid "All Ad Groups"
2596
  msgstr ""
2597
 
2598
+ #: ../public/class-advanced-ads.php:555
2599
  msgid "Parent Ad Groups"
2600
  msgstr ""
2601
 
2602
+ #: ../public/class-advanced-ads.php:556
2603
  msgid "Parent Ad Groups:"
2604
  msgstr ""
2605
 
2606
+ #: ../public/class-advanced-ads.php:557
2607
  msgid "Edit Ad Group"
2608
  msgstr ""
2609
 
2610
+ #: ../public/class-advanced-ads.php:558
2611
  msgid "Update Ad Group"
2612
  msgstr ""
2613
 
2614
+ #: ../public/class-advanced-ads.php:559
2615
  msgid "Add New Ad Group"
2616
  msgstr ""
2617
 
2618
+ #: ../public/class-advanced-ads.php:560
2619
  msgid "New Ad Groups Name"
2620
  msgstr ""
2621
 
2622
+ #: ../public/class-advanced-ads.php:562
2623
  msgid "No Ad Group found"
2624
  msgstr ""
2625
 
2626
+ #: ../public/class-advanced-ads.php:593
 
 
 
 
 
 
 
 
2627
  msgid "Edit Ad"
2628
  msgstr ""
2629
 
2630
+ #: ../public/class-advanced-ads.php:595
2631
  msgid "View"
2632
  msgstr ""
2633
 
2634
+ #: ../public/class-advanced-ads.php:596
2635
  msgid "View the Ad"
2636
  msgstr ""
2637
 
2638
+ #: ../public/class-advanced-ads.php:597
2639
  msgid "Search Ads"
2640
  msgstr ""
2641
 
2642
+ #: ../public/class-advanced-ads.php:598
2643
  msgid "No Ads found"
2644
  msgstr ""
2645
 
2646
+ #: ../public/class-advanced-ads.php:599
2647
  msgid "No Ads found in Trash"
2648
  msgstr ""
2649
 
2650
+ #: ../public/class-advanced-ads.php:600
2651
  msgid "Parent Ad"
2652
  msgstr ""
public/class-advanced-ads.php CHANGED
@@ -177,6 +177,8 @@ class Advanced_Ads {
177
 
178
  // check if ads are disabled in secondary queries
179
  add_action( 'the_post', array( $this, 'set_query_type' ), 10, 2 );
 
 
180
  }
181
 
182
  /**
@@ -291,6 +293,7 @@ class Advanced_Ads {
291
  $types['plain'] = new Advanced_Ads_Ad_Type_Plain(); /* plain text and php code */
292
  $types['content'] = new Advanced_Ads_Ad_Type_Content(); /* rich content editor */
293
  $types['image'] = new Advanced_Ads_Ad_Type_Image(); /* image ads */
 
294
  return $types;
295
  }
296
 
@@ -605,7 +608,26 @@ class Advanced_Ads {
605
  'show_ui' => true,
606
  'show_in_menu' => false,
607
  'hierarchical' => false,
608
- 'capability_type' => 'page', // editors can already use this
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  'has_archive' => false,
610
  'rewrite' => array( 'slug' => ADVADS_SLUG ),
611
  'query_var' => true,
@@ -676,4 +698,21 @@ class Advanced_Ads {
676
 
677
  return $this->is_main_query === true;
678
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
679
  }
177
 
178
  // check if ads are disabled in secondary queries
179
  add_action( 'the_post', array( $this, 'set_query_type' ), 10, 2 );
180
+
181
+
182
  }
183
 
184
  /**
293
  $types['plain'] = new Advanced_Ads_Ad_Type_Plain(); /* plain text and php code */
294
  $types['content'] = new Advanced_Ads_Ad_Type_Content(); /* rich content editor */
295
  $types['image'] = new Advanced_Ads_Ad_Type_Image(); /* image ads */
296
+ $types['group'] = new Advanced_Ads_Ad_Type_Group(); /* group ad */
297
  return $types;
298
  }
299
 
608
  'show_ui' => true,
609
  'show_in_menu' => false,
610
  'hierarchical' => false,
611
+ 'capabilities' => array(
612
+ // Meta capabilities
613
+ 'edit_post' => 'advanced_ads_edit_ads',
614
+ 'read_post' => 'advanced_ads_edit_ads',
615
+ 'delete_post' => 'advanced_ads_edit_ads',
616
+ // Primitive capabilities used outside of map_meta_cap()
617
+ 'edit_posts' => 'advanced_ads_edit_ads',
618
+ 'edit_others_posts' => 'advanced_ads_edit_ads',
619
+ 'publish_posts' => 'advanced_ads_edit_ads',
620
+ 'read_private_posts' => 'advanced_ads_edit_ads',
621
+ // Primitive capabilities used within map_meta_cap():
622
+ 'read' => 'advanced_ads_edit_ads',
623
+ 'delete_posts' => 'advanced_ads_edit_ads',
624
+ 'delete_private_posts' => 'advanced_ads_edit_ads',
625
+ 'delete_published_posts' => 'advanced_ads_edit_ads',
626
+ 'delete_others_posts' => 'advanced_ads_edit_ads',
627
+ 'edit_private_posts' => 'advanced_ads_edit_ads',
628
+ 'edit_published_posts' => 'advanced_ads_edit_ads',
629
+ 'create_posts' => 'advanced_ads_edit_ads',
630
+ ),
631
  'has_archive' => false,
632
  'rewrite' => array( 'slug' => ADVADS_SLUG ),
633
  'query_var' => true,
698
 
699
  return $this->is_main_query === true;
700
  }
701
+
702
+ /**
703
+ * get an "Advertisement" label to use before single ad or before first ad in a group
704
+ *
705
+ * @return string label, bool false if label should not be displayed
706
+ */
707
+ public function get_label() {
708
+ $advads_options = Advanced_Ads::get_instance()->options();
709
+
710
+ if ( isset( $advads_options['custom-label']['enabled'] ) ) {
711
+ $label = ! empty( $advads_options['custom-label']['text'] ) ? esc_html( $advads_options['custom-label']['text'] ) : _x( 'Advertisements', 'label before ads' );
712
+
713
+ $template = sprintf( '<div class="%s">%s</div>', Advanced_Ads_Plugin::get_instance()->get_frontend_prefix() . 'adlabel', $label );
714
+ return apply_filters( 'advanced-ads-custom-label', $template, $label );
715
+ }
716
+ return false;
717
+ }
718
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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.5
7
- Stable tag: 1.7.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,6 +34,7 @@ choose between different ad types that enable you to:
34
  * use shortcodes within ads (to also deliver advertisements from other ad plugins like AdRotate or Simple Ads Manager)
35
  * create content rich ads with the tinymc editor
36
  * use flash file advertisements including a fallback – included in [Pro](https://wpadvancedads.com/add-ons/advanced-ads-pro/)
 
37
 
38
  = display ads =
39
 
@@ -47,6 +48,7 @@ choose between different ad types that enable you to:
47
  * set start time and expiry date for advertising
48
  * display multiple ads from a banner group (ad blocks)
49
  * define the order of ads from an ad group and allow default ads
 
50
 
51
  = display conditions =
52
 
@@ -198,6 +200,17 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
198
 
199
  == Changelog ==
200
 
 
 
 
 
 
 
 
 
 
 
 
201
  = 1.7.1.5 =
202
 
203
  * hotfix: added missing file
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.5.1
7
+ Stable tag: 1.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
  * use shortcodes within ads (to also deliver advertisements from other ad plugins like AdRotate or Simple Ads Manager)
35
  * create content rich ads with the tinymc editor
36
  * use flash file advertisements including a fallback – included in [Pro](https://wpadvancedads.com/add-ons/advanced-ads-pro/)
37
+ * ad group to allow ads from the same group to share conditions and settings
38
 
39
  = display ads =
40
 
48
  * set start time and expiry date for advertising
49
  * display multiple ads from a banner group (ad blocks)
50
  * define the order of ads from an ad group and allow default ads
51
+ * display a label, e.g. “Advertisements” above each ad
52
 
53
  = display conditions =
54
 
200
 
201
  == Changelog ==
202
 
203
+ = version 1.7.2 =
204
+
205
+ * license settings page rewritten
206
+ * added Ad Group ad type
207
+ * added ad specific capabilities
208
+ * added label above ads
209
+ * collapse ad type meta box for existing ads
210
+ * added links to manual and inline videos to the meta box headline
211
+ * updated translation files
212
+ * remove hyphen from automatically created id prefix to not break ID creation
213
+
214
  = 1.7.1.5 =
215
 
216
  * hotfix: added missing file
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInitd27a6ff3b938123f5de12ad9c7d1dc16::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit21d32ce28702bd9dad809a84aec2ae91::getLoader();
vendor/composer/autoload_classmap.php CHANGED
@@ -12,6 +12,7 @@ return array(
12
  'Advanced_Ads_Ad_Ajax_Callbacks' => $baseDir . '/classes/ad_ajax_callbacks.php',
13
  'Advanced_Ads_Ad_Type_Abstract' => $baseDir . '/classes/ad_type_abstract.php',
14
  'Advanced_Ads_Ad_Type_Content' => $baseDir . '/classes/ad_type_content.php',
 
15
  'Advanced_Ads_Ad_Type_Image' => $baseDir . '/classes/ad_type_image.php',
16
  'Advanced_Ads_Ad_Type_Plain' => $baseDir . '/classes/ad_type_plain.php',
17
  'Advanced_Ads_Admin' => $baseDir . '/admin/class-advanced-ads-admin.php',
12
  'Advanced_Ads_Ad_Ajax_Callbacks' => $baseDir . '/classes/ad_ajax_callbacks.php',
13
  'Advanced_Ads_Ad_Type_Abstract' => $baseDir . '/classes/ad_type_abstract.php',
14
  'Advanced_Ads_Ad_Type_Content' => $baseDir . '/classes/ad_type_content.php',
15
+ 'Advanced_Ads_Ad_Type_Group' => $baseDir . '/classes/ad_type_group.php',
16
  'Advanced_Ads_Ad_Type_Image' => $baseDir . '/classes/ad_type_image.php',
17
  'Advanced_Ads_Ad_Type_Plain' => $baseDir . '/classes/ad_type_plain.php',
18
  'Advanced_Ads_Admin' => $baseDir . '/admin/class-advanced-ads-admin.php',
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 ComposerAutoloaderInitd27a6ff3b938123f5de12ad9c7d1dc16 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitd27a6ff3b938123f5de12ad9c7d1dc16 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitd27a6ff3b938123f5de12ad9c7d1dc16', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitd27a6ff3b938123f5de12ad9c7d1dc16', '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 ComposerAutoloaderInit21d32ce28702bd9dad809a84aec2ae91 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit21d32ce28702bd9dad809a84aec2ae91', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit21d32ce28702bd9dad809a84aec2ae91', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);