Advanced Ads - Version 1.7.4

Version Description

  • added Wizard to quickly create new ads, manual
  • import / export feature
  • optimized ad setting lists layout
  • select scheduled ads for placements or in the ad widget
  • allow wrapper class to include uppercase letters
  • display ad image icon on ad overview page
  • reactivate existing add-on licenses after shop upgrade
  • dont show ads on unrelated page types when a "show" + category display condition is set
  • fix for using groups in some advanced placements
  • fixed caching of dashboard widget
  • fixed missing user capabilities after update
  • fixed public url for ads due to possible WP bug
  • updated Portuguese (Brazil) translation
Download this release

Release Info

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

Code changes from version 1.7.3 to 1.7.4

Files changed (49) hide show
  1. admin/assets/css/admin.css +18 -7
  2. admin/assets/js/admin.js +13 -4
  3. admin/assets/js/wizard.js +143 -0
  4. admin/class-advanced-ads-admin.php +62 -5
  5. admin/includes/class-ad-groups-list.php +5 -2
  6. admin/includes/class-notices.php +4 -2
  7. admin/views/ad-info-bottom.php +12 -0
  8. admin/views/ad-info-top.php +31 -2
  9. admin/views/ad-info.php +0 -1
  10. admin/views/ad-list-details-column.php +7 -2
  11. admin/views/ad-output-metabox.php +23 -19
  12. admin/views/ad-parameters-metabox.php +1 -1
  13. admin/views/ad-parameters-size.php +2 -1
  14. admin/views/notices/error.php +1 -1
  15. admin/views/notices/info.php +1 -1
  16. admin/views/notices/plugin_error.php +1 -1
  17. admin/views/settings.php +4 -2
  18. advanced-ads.php +2 -2
  19. classes/ad-model.php +1 -1
  20. classes/ad.php +1 -1
  21. classes/ad_ajax_callbacks.php +24 -0
  22. classes/ad_placements.php +5 -0
  23. classes/ad_type_image.php +33 -1
  24. classes/ad_type_plain.php +4 -1
  25. classes/display-conditions.php +10 -5
  26. classes/plugin.php +2 -2
  27. classes/upgrades.php +61 -12
  28. languages/advanced-ads-de_DE.mo +0 -0
  29. languages/advanced-ads-de_DE.po +629 -374
  30. languages/advanced-ads-es_ES.mo +0 -0
  31. languages/advanced-ads-es_ES.po +296 -274
  32. languages/advanced-ads-fr_FR.mo +0 -0
  33. languages/advanced-ads-fr_FR.po +296 -274
  34. languages/advanced-ads-it_IT.po +4 -4
  35. languages/advanced-ads-nl_NL.po +3 -3
  36. languages/advanced-ads-pt_BR.mo +0 -0
  37. languages/advanced-ads-pt_BR.po +1379 -1149
  38. languages/advanced-ads.po +1 -1
  39. languages/advanced-ads.pot +392 -158
  40. modules/gadsense/admin/assets/js/new-ad.js +20 -11
  41. modules/gadsense/admin/views/adsense-ad-parameters.php +50 -50
  42. modules/import-export/classes/XmlEncoder.php +332 -0
  43. modules/import-export/classes/export.php +199 -0
  44. modules/import-export/classes/import.php +569 -0
  45. modules/import-export/config.php +14 -0
  46. modules/import-export/main.php +45 -0
  47. modules/import-export/views/page.php +75 -0
  48. public/class-advanced-ads.php +1 -1
  49. readme.txt +22 -3
admin/assets/css/admin.css CHANGED
@@ -20,6 +20,12 @@
20
  .admin_page_advanced-ads-intro .feature-section img { border: solid 1px #0074a2; }
21
  .admin_page_advanced-ads-intro ul { list-style: inside disc; }
22
 
 
 
 
 
 
 
23
  /**
24
  * AD EDIT PAGE
25
  */
@@ -27,8 +33,8 @@ 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-injection-box { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
31
- #advads-ad-injection-box h2 { font-weight: bold; color: #0074a2; font-size: 1.6em; margin: 0 0 2em; }
32
  #advads-ad-injection-box hr { clear: both; }
33
  #advads-ad-injection-box div pre input { width: 30em; }
34
  #advads-ad-injection-box .ui-accordion .ui-accordion-header { margin-top: 0; border-radius: 0; }
@@ -119,18 +125,19 @@ select + .advads-conditions-single { display: inline-block; }
119
  .advads-conditions-terms-show-search:hover + .description { display: inline-block; margin-left: .5em; color: #666; }
120
  .advads-conditions-terms-search { display: none; }
121
  .post-type-advanced_ads #ad-parameters-box .advads-ad-parameters-spinner { display: block; float: none; }
122
- .post-type-advanced_ads #advanced-ads-ad-parameters-size { margin-top: 1em; }
123
- .post-type-advanced_ads #advanced-ads-ad-parameters-size p { float: left; margin: 0 1em 0 0; font-weight: bold; }
124
  .post-type-advanced_ads #advanced-ads-ad-parameters-size label + label { margin-left: 1em; }
125
  .post-type-advanced_ads #advanced-ads-ad-parameters-size input[type="number"] { width: 4em; margin-left: .5em; }
126
- .post-type-advanced_ads #advanced-ad-output .label { display: inline-block; width: 5em; font-weight: bold; }
127
- .post-type-advanced_ads #advanced-ad-output-position { line-height: 60px; }
128
- .post-type-advanced_ads #advanced-ad-output-position:after { content: ' '; clear: both; float: none; display: block;}
129
  .post-type-advanced_ads #advanced-ad-output-position label + label { margin-left: 1em; }
130
  .post-type-advanced_ads #advanced-ad-output-position img { border: 1px solid #ddd; padding: 2px; }
131
  .post-type-advanced_ads #advanced-ad-output-margin input[type="number"] { width: 4em; }
132
  .post-type-advanced_ads #advanced-ad-output-margin label + label { margin-left: 1em; }
133
 
 
 
 
 
 
 
134
  .advads-debug-output legend { text-decoration: underline; cursor: pointer; }
135
 
136
  #advads-exp-timestampdiv { padding-top: 5px; line-height: 23px; }
@@ -148,6 +155,10 @@ select + .advads-conditions-single { display: inline-block; }
148
  #advads-image-edit-link[href=""] { display: none; }
149
  #advads-image-preview img { max-width: 100%; height: auto; }
150
 
 
 
 
 
151
  /**
152
  AD GROUP LIST
153
  */
20
  .admin_page_advanced-ads-intro .feature-section img { border: solid 1px #0074a2; }
21
  .admin_page_advanced-ads-intro ul { list-style: inside disc; }
22
 
23
+ /**
24
+ * AD OVERVIEW PAGE
25
+ */
26
+ .ad_details img { float: left; margin-right: 10px; }
27
+ .ad_details img + p { float: left; }
28
+
29
  /**
30
  * AD EDIT PAGE
31
  */
33
  h2.hndle .advads-hndlelinks a { text-decoration: none; }
34
  h2.hndle .advads-hndlelinks a + a { margin-left: 1em; }
35
  .advads-video-link-container { text-align: center; }
36
+ .advads-ad-metabox { position: relative; top: 0; left: 0; padding: 3em; background: #fff; }
37
+ .advads-ad-metabox h2 { font-weight: bold; color: #0074a2; font-size: 1.6em; margin: 0 0 2em; }
38
  #advads-ad-injection-box hr { clear: both; }
39
  #advads-ad-injection-box div pre input { width: 30em; }
40
  #advads-ad-injection-box .ui-accordion .ui-accordion-header { margin-top: 0; border-radius: 0; }
125
  .advads-conditions-terms-show-search:hover + .description { display: inline-block; margin-left: .5em; color: #666; }
126
  .advads-conditions-terms-search { display: none; }
127
  .post-type-advanced_ads #ad-parameters-box .advads-ad-parameters-spinner { display: block; float: none; }
 
 
128
  .post-type-advanced_ads #advanced-ads-ad-parameters-size label + label { margin-left: 1em; }
129
  .post-type-advanced_ads #advanced-ads-ad-parameters-size input[type="number"] { width: 4em; margin-left: .5em; }
 
 
 
130
  .post-type-advanced_ads #advanced-ad-output-position label + label { margin-left: 1em; }
131
  .post-type-advanced_ads #advanced-ad-output-position img { border: 1px solid #ddd; padding: 2px; }
132
  .post-type-advanced_ads #advanced-ad-output-margin input[type="number"] { width: 4em; }
133
  .post-type-advanced_ads #advanced-ad-output-margin label + label { margin-left: 1em; }
134
 
135
+ /* option lists */
136
+ .advads-option-list { overflow: hidden; }
137
+ .advads-option-list > .label { display: block; float: left; width: 10em; padding: 10px; font-weight: bold; text-transform: capitalize; }
138
+ .advads-option-list > .label + div { display: block; float: left; padding: 10px; }
139
+ .advads-option-list > hr { clear: both; float: none; display: block; }
140
+
141
  .advads-debug-output legend { text-decoration: underline; cursor: pointer; }
142
 
143
  #advads-exp-timestampdiv { padding-top: 5px; line-height: 23px; }
155
  #advads-image-edit-link[href=""] { display: none; }
156
  #advads-image-preview img { max-width: 100%; height: auto; }
157
 
158
+ /* Wizard adjustments */
159
+ .advads-hide { display: none; }
160
+ #advads-wizard-controls button span { line-height: 32px; }
161
+
162
  /**
163
  AD GROUP LIST
164
  */
admin/assets/js/admin.js CHANGED
@@ -27,7 +27,7 @@ jQuery( document ).ready(function ($) {
27
  }
28
  }).always( function ( MLHttpRequest, textStatus, errorThrown ) {
29
  jQuery( '#advanced-ad-type input').prop( 'disabled', false );
30
- });;
31
  };
32
 
33
  $( document ).on('change', '#advanced-ad-type input', function () {
@@ -444,9 +444,18 @@ jQuery( document ).ready(function ($) {
444
  el.preventDefault();
445
  var video_container = $(this).parents('h2').siblings('.inside').find('.advads-video-link-container');
446
  video_container.html( video_container.data('videolink') );
447
-
448
-
449
- })
 
 
 
 
 
 
 
 
 
450
  });
451
 
452
  /**
27
  }
28
  }).always( function ( MLHttpRequest, textStatus, errorThrown ) {
29
  jQuery( '#advanced-ad-type input').prop( 'disabled', false );
30
+ });
31
  };
32
 
33
  $( document ).on('change', '#advanced-ad-type input', function () {
444
  el.preventDefault();
445
  var video_container = $(this).parents('h2').siblings('.inside').find('.advads-video-link-container');
446
  video_container.html( video_container.data('videolink') );
447
+ });
448
+ // switch import type
449
+ jQuery( '.advads_import_type' ).change( function() {
450
+ if ( this.value === 'xml_content' ) {
451
+ jQuery( '#advads_xml_file' ).hide();
452
+ jQuery( '#advads_xml_content' ).show();
453
+ } else {
454
+ jQuery( '#advads_xml_file' ).show();
455
+ jQuery( '#advads_xml_content' ).hide();
456
+ }
457
+ });
458
+
459
  });
460
 
461
  /**
admin/assets/js/wizard.js ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready(function ($) {
2
+ // ad wizard
3
+ advads_wizard.init();
4
+ });
5
+ var advads_wizard = {
6
+ box_order: [ // selectors of elements in the wizard in the correct order
7
+ '#post-body-content',
8
+ '#ad-main-box',
9
+ '#ad-parameters-box',
10
+ '#ad-output-box',
11
+ '#ad-display-box',
12
+ '#ad-visitor-box',
13
+ // '#advanced_ads_groupsdiv',
14
+ // '#submitdiv'
15
+ ],
16
+ current_box: '#post-body-content', // current active box
17
+ one_column: false, // whether the edit screen is in one-column mode
18
+ init: function(){
19
+ self = this;
20
+ jQuery('#advads-wizard-controls-next').click( function( ){ self.next(); } );
21
+ jQuery('#advads-wizard-controls-prev').click( function( ){ self.prev(); } );
22
+ jQuery('#advads-wizard-controls-save').click( function( ){ jQuery('#publish').click(); } ); // save ad
23
+ jQuery( '#advads-start-wizard' ).click( function(){
24
+ self.start();
25
+ });
26
+ // end wizard when the button was clicked
27
+ jQuery( '.advads-stop-wizard' ).click( function(){
28
+ self.close();
29
+ });
30
+ // jump to next box when ad type is selected
31
+ jQuery('#advanced-ad-type input').change(function(){
32
+ self.next();
33
+ });
34
+ },
35
+ show_current_box: function(){
36
+ jQuery( this.current_box ).removeClass('advads-hide');
37
+ },
38
+ start: function(){ // do stuff when wizard is started
39
+ // show page in 1-column stype
40
+ if( jQuery( '#post-body').hasClass('columns-1') ){
41
+ this.one_column = true;
42
+ } else {
43
+ jQuery( '#post-body').addClass( 'columns-1' ).removeClass( 'columns-2' );
44
+ }
45
+ // hide all boxes, messages and the headline by adding a hide css class
46
+ jQuery('#post-body-content, .postbox-container .postbox, h1 ~ div:not(.advads-admin-notice), h1').addClass( 'advads-hide' );
47
+ // display first box
48
+ this.show_current_box();
49
+ // display close button and controls
50
+ jQuery('#advads-stop-wizard, #advads-wizard-controls').removeClass('hidden')
51
+ this.update_nav();
52
+ this.callbacks();
53
+ // initially hide some elemente
54
+ jQuery( '#advads-ad-description').addClass('advads-hide'); // ad description
55
+ jQuery( '#advads-ad-info').addClass('advads-hide'); // shortcode and php function info
56
+ // remove close-class from ad type box
57
+ jQuery( '#ad-main-box' ).removeClass('closed');
58
+ this.save_hide_wizard( false );
59
+ },
60
+ close: function(){ // close the wizard by showing all elements again
61
+ jQuery('*').removeClass('advads-hide');
62
+ jQuery('#advads-stop-wizard, #advads-wizard-controls').addClass('hidden');
63
+ if( this.one_column !== true ){
64
+ jQuery( '#post-body').addClass( 'columns-2' ).removeClass( 'columns-1' );
65
+ }
66
+ jQuery('#advads-wizard-welcome').remove();// close wizard welcome message
67
+ this.save_hide_wizard( true );
68
+ },
69
+ update_nav: function(){ // update navigation, display only valid buttons
70
+ // display all buttons
71
+ jQuery('#advads-wizard-controls button').removeClass('hidden');
72
+ // hide next button if there is no next widget
73
+ var i = this.box_order.indexOf( this.current_box );
74
+ if( i === this.box_order.length - 1 ){
75
+ jQuery('#advads-wizard-controls-next').addClass('hidden');
76
+ }
77
+ if( i === 0 ){
78
+ jQuery('#advads-wizard-controls-prev').addClass('hidden');
79
+ }
80
+ // hide stop wizard button in bottom navi
81
+ if( i !== 0 ){
82
+ jQuery('#advads-wizard-controls .advads-stop-wizard').addClass('hidden');
83
+ } else {
84
+ jQuery('#advads-wizard-controls .advads-stop-wizard').removeClass('hidden');
85
+ }
86
+ // hide save button for first boxes
87
+ if( i <= 2 ){
88
+ jQuery('#advads-wizard-controls-save').addClass('hidden');
89
+ } else {
90
+ jQuery('#advads-wizard-controls-save').removeClass('hidden');
91
+ }
92
+ },
93
+ next: function(){ // show next box
94
+ // get index of current item in box-array
95
+ var i = this.box_order.indexOf( this.current_box );
96
+ // check if there is a next index
97
+ if( this.box_order[ i + 1 ] === undefined ){
98
+ return;
99
+ }
100
+ // hide current element
101
+ jQuery( this.current_box ).addClass('advads-hide')
102
+ // load next element into current
103
+ this.current_box = this.box_order[ i + 1 ];
104
+ this.show_current_box();
105
+ this.update_nav();
106
+ this.callbacks();
107
+ },
108
+ prev: function(){ // show previous box
109
+ // get index of current item in box-array
110
+ var i = this.box_order.indexOf( this.current_box );
111
+ // check if there is a previous index
112
+ if( this.box_order[ i - 1 ] === undefined ){
113
+ return;
114
+ }
115
+ // hide current element
116
+ jQuery( this.current_box ).addClass('advads-hide')
117
+ // load next element into current
118
+ this.current_box = this.box_order[ i - 1 ];
119
+ this.show_current_box();
120
+ this.update_nav();
121
+ this.callbacks();
122
+ },
123
+ callbacks: function(){ // a number of custom settings for some of the boxes
124
+ return;
125
+ switch( this.current_box ){
126
+ case '#post-body-content' :
127
+ // hide shortcode and php information
128
+
129
+ break;
130
+ }
131
+ },
132
+ save_hide_wizard: function( hide_wizard ){ // update wizard state (started by default or not?)
133
+
134
+ jQuery.ajax({
135
+ type: 'POST',
136
+ url: ajaxurl,
137
+ data: {
138
+ action: 'advads-save-hide-wizard-state',
139
+ hide_wizard: hide_wizard,
140
+ },
141
+ });
142
+ }
143
+ };
admin/class-advanced-ads-admin.php CHANGED
@@ -108,6 +108,7 @@ class Advanced_Ads_Admin {
108
  // on post/ad edit screen
109
  add_action( 'edit_form_top', array($this, 'edit_form_above_title') );
110
  add_action( 'edit_form_after_title', array($this, 'edit_form_below_title') );
 
111
  add_action( 'admin_init', array($this, 'add_meta_boxes') );
112
  add_action( 'post_submitbox_misc_actions', array($this, 'add_submit_box_meta') );
113
 
@@ -199,6 +200,8 @@ class Advanced_Ads_Admin {
199
 
200
  if( self::screen_belongs_to_advanced_ads() ){
201
  wp_register_script( $this->plugin_slug . '-admin-script', plugins_url( 'assets/js/admin.js', __FILE__ ), array('jquery', 'jquery-ui-autocomplete'), ADVADS_VERSION );
 
 
202
  // jquery ui
203
  wp_enqueue_script( 'jquery-ui-accordion' );
204
  wp_enqueue_script( 'jquery-ui-button' );
@@ -216,6 +219,7 @@ class Advanced_Ads_Admin {
216
  wp_localize_script( $this->plugin_slug . '-admin-script', 'advadstxt', $translation_array );
217
 
218
  wp_enqueue_script( $this->plugin_slug . '-admin-script' );
 
219
  }
220
 
221
  //call media manager for image upload only on ad edit pages
@@ -258,6 +262,7 @@ class Advanced_Ads_Admin {
258
  'admin_page_advanced-ads-debug', // debug
259
  'advanced-ads_page_advanced-ads-support', // support
260
  'admin_page_advanced-ads-intro', // intro
 
261
  ));
262
 
263
  if( in_array( $screen->id, $advads_pages )){
@@ -582,6 +587,59 @@ class Advanced_Ads_Admin {
582
 
583
  include ADVADS_BASE_PATH . 'admin/views/ad-info.php';
584
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
 
586
  /**
587
  * Add meta boxes
@@ -1641,11 +1699,10 @@ class Advanced_Ads_Admin {
1641
  }
1642
 
1643
  $cache_key = 'dash_' . md5( $widget_id );
1644
- /*if ( false !== ( $output = get_transient( $cache_key ) ) ) {
1645
- echo $output;
1646
- return true;
1647
- }*/
1648
-
1649
  if ( $callback && is_callable( $callback ) ) {
1650
  ob_start();
1651
  call_user_func_array( $callback, $feeds );
108
  // on post/ad edit screen
109
  add_action( 'edit_form_top', array($this, 'edit_form_above_title') );
110
  add_action( 'edit_form_after_title', array($this, 'edit_form_below_title') );
111
+ add_action( 'dbx_post_sidebar', array($this, 'edit_form_end') );
112
  add_action( 'admin_init', array($this, 'add_meta_boxes') );
113
  add_action( 'post_submitbox_misc_actions', array($this, 'add_submit_box_meta') );
114
 
200
 
201
  if( self::screen_belongs_to_advanced_ads() ){
202
  wp_register_script( $this->plugin_slug . '-admin-script', plugins_url( 'assets/js/admin.js', __FILE__ ), array('jquery', 'jquery-ui-autocomplete'), ADVADS_VERSION );
203
+ wp_register_script( $this->plugin_slug . '-wizard-script', plugins_url( 'assets/js/wizard.js', __FILE__ ), array('jquery'), ADVADS_VERSION );
204
+
205
  // jquery ui
206
  wp_enqueue_script( 'jquery-ui-accordion' );
207
  wp_enqueue_script( 'jquery-ui-button' );
219
  wp_localize_script( $this->plugin_slug . '-admin-script', 'advadstxt', $translation_array );
220
 
221
  wp_enqueue_script( $this->plugin_slug . '-admin-script' );
222
+ wp_enqueue_script( $this->plugin_slug . '-wizard-script' );
223
  }
224
 
225
  //call media manager for image upload only on ad edit pages
262
  'admin_page_advanced-ads-debug', // debug
263
  'advanced-ads_page_advanced-ads-support', // support
264
  'admin_page_advanced-ads-intro', // intro
265
+ 'admin_page_advanced-ads-import-export', // import & export
266
  ));
267
 
268
  if( in_array( $screen->id, $advads_pages )){
587
 
588
  include ADVADS_BASE_PATH . 'admin/views/ad-info.php';
589
  }
590
+
591
+ /**
592
+ * add information below the ad edit form
593
+ *
594
+ * @since 1.7.3
595
+ * @param obj $post
596
+ */
597
+ public function edit_form_end($post){
598
+ if ( ! isset($post->post_type) || $post->post_type != $this->post_type ) {
599
+ return;
600
+ }
601
+
602
+ include ADVADS_BASE_PATH . 'admin/views/ad-info-bottom.php';
603
+ }
604
+
605
+ /**
606
+ * whether to show the wizard welcome message or not
607
+ *
608
+ * @since 1.7.4
609
+ * @return bool true, if wizard welcome message should be displayed
610
+ */
611
+ public function show_wizard_welcome(){
612
+
613
+ $user_id = get_current_user_id();
614
+ if( ! $user_id ) {
615
+ return true;
616
+ }
617
+
618
+ $hide_wizard = get_user_meta( $user_id, 'advanced-ads-hide-wizard', true );
619
+ global $post;
620
+
621
+ return ( ! $hide_wizard && 'edit' !== $post->filter ) ? true : false;
622
+ }
623
+
624
+ /**
625
+ * whether to start the wizard by default or not
626
+ *
627
+ * @since 1.7.4
628
+ * return bool true, if wizard should start automatically
629
+ */
630
+ public function start_wizard_automatically(){
631
+
632
+ $user_id = get_current_user_id();
633
+ if( ! $user_id ) {
634
+ return true;
635
+ }
636
+
637
+ $hide_wizard = get_user_meta( $user_id, 'advanced-ads-hide-wizard', true );
638
+ global $post;
639
+
640
+ // true if the wizard was never started or closed
641
+ return ( ( ! $hide_wizard && 'edit' !== $post->filter ) || 'false'=== $hide_wizard ) ? true : false;
642
+ }
643
 
644
  /**
645
  * Add meta boxes
1699
  }
1700
 
1701
  $cache_key = 'dash_' . md5( $widget_id );
1702
+ if ( false !== ( $output = get_transient( $cache_key ) ) ) {
1703
+ echo $output;
1704
+ return true;
1705
+ }
 
1706
  if ( $callback && is_callable( $callback ) ) {
1707
  ob_start();
1708
  call_user_func_array( $callback, $feeds );
admin/includes/class-ad-groups-list.php CHANGED
@@ -311,10 +311,13 @@ class Advanced_Ads_Groups_List {
311
  return new WP_Error( 'invalid_ad_group_rights', __( 'You don’t have permission to change the ad groups', 'advanced-ads' ) );
312
  }
313
 
 
 
 
 
 
314
  // iterate through groups
315
  if ( isset($_POST['advads-groups']) && count( $_POST['advads-groups'] ) ){
316
- // empty group settings
317
- update_option( 'advads-ad-groups', array() );
318
 
319
  foreach ( $_POST['advads-groups'] as $_group_id => $_group ){
320
  // save basic wp term
311
  return new WP_Error( 'invalid_ad_group_rights', __( 'You don’t have permission to change the ad groups', 'advanced-ads' ) );
312
  }
313
 
314
+ // empty group settings
315
+ update_option( 'advads-ad-groups', array() );
316
+ // empty weights
317
+ update_option( 'advads-ad-weights', array() );
318
+
319
  // iterate through groups
320
  if ( isset($_POST['advads-groups']) && count( $_POST['advads-groups'] ) ){
 
 
321
 
322
  foreach ( $_POST['advads-groups'] as $_group_id => $_group ){
323
  // save basic wp term
admin/includes/class-notices.php CHANGED
@@ -108,6 +108,10 @@ class Advanced_Ads_Admin_Notices {
108
  *
109
  */
110
  public function register_version_notices() {
 
 
 
 
111
  $internal_options = $this->plugin->internal_options();
112
  $plugin_options = $this->plugin->options();
113
 
@@ -138,8 +142,6 @@ class Advanced_Ads_Admin_Notices {
138
  $this->notices[] = '1.7';
139
  }
140
  }
141
-
142
- $this->update_version_number();
143
  }
144
 
145
  /**
108
  *
109
  */
110
  public function register_version_notices() {
111
+ if ( defined( 'DOING_AJAX' ) ) {
112
+ return;
113
+ }
114
+
115
  $internal_options = $this->plugin->internal_options();
116
  $plugin_options = $this->plugin->options();
117
 
142
  $this->notices[] = '1.7';
143
  }
144
  }
 
 
145
  }
146
 
147
  /**
admin/views/ad-info-bottom.php ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div id="advads-wizard-controls" class="hidden">
2
+ <button type="button" id="advads-wizard-controls-prev" class="button button-secondary button-large"><span class="dashicons dashicons-controls-back"></span>&nbsp;<?php _ex( 'previous', 'wizard navigation', 'advanced-ads' ); ?></button>
3
+ <button type="button" class="advads-stop-wizard button button-large"><?php _ex( 'Stop Wizard', 'advanced-ads' ); ?></button>
4
+ <input type="submit" id="advads-wizard-controls-save" class="button button-primary button-large" value="<?php _ex( 'save', 'wizard navigation', 'advanced-ads' ); ?>"/>
5
+ <button type="button" id="advads-wizard-controls-next" class="button button-primary button-large"><?php _ex( 'next', 'wizard navigation', 'advanced-ads' ); ?>&nbsp;<span class="dashicons dashicons-controls-forward"></span></button>
6
+ </div>
7
+ <?php // start the wizard if it was never closed
8
+ if( $this->start_wizard_automatically() ) : ?>
9
+ <script>
10
+ advads_wizard.start();
11
+ </script>
12
+ <?php endif;
admin/views/ad-info-top.php CHANGED
@@ -1,5 +1,6 @@
1
- <?php if( isset( $_GET['message'] ) && 6 === $_GET['message'] ) : ?>
2
- <div id="advads-ad-injection-box" class="postbox">
 
3
  <p id="advads-ad-injection-message-placement-created" class="hidden"><?php printf(__( 'Congratulations! Your ad is now visible in the frontend. You can adjust the placement options <a href="%s">here</a>.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-placements#single-placement-' ) ); ?></p>
4
  <h2><?php _e( 'Where do you want to display the ad?', 'advanced-ads' ); ?></h2>
5
  <button type="button" class="advads-ad-injection-button button-primary" data-type="post_top" style="background-image: url(<?php echo ADVADS_BASE_URL . 'admin/assets/img/placements/content-before.png'; ?>)"><?php _e( 'Before Content', 'advanced-ads'); ?></button>
@@ -20,4 +21,32 @@
20
  <p><?php printf( __( 'Or use the shortcode %s to insert the ad into the content manually.', 'advanced-ads'), '<input id="advads-ad-injection-shortcode" onclick="this.select();" value="[the_ad id=\'' . $post->ID . '\']"/>' ); ?>
21
  <?php printf( __( 'Learn more about your choices to display an ad in the <a href="%s" target="_blank">manual</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/display-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-created' ); ?></p>
22
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  <?php endif;
1
+ <?php // show quick injection options
2
+ if( isset( $_GET['message'] ) && 6 === $_GET['message'] ) : ?>
3
+ <div id="advads-ad-injection-box" class="advads-ad-metabox postbox">
4
  <p id="advads-ad-injection-message-placement-created" class="hidden"><?php printf(__( 'Congratulations! Your ad is now visible in the frontend. You can adjust the placement options <a href="%s">here</a>.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-placements#single-placement-' ) ); ?></p>
5
  <h2><?php _e( 'Where do you want to display the ad?', 'advanced-ads' ); ?></h2>
6
  <button type="button" class="advads-ad-injection-button button-primary" data-type="post_top" style="background-image: url(<?php echo ADVADS_BASE_URL . 'admin/assets/img/placements/content-before.png'; ?>)"><?php _e( 'Before Content', 'advanced-ads'); ?></button>
21
  <p><?php printf( __( 'Or use the shortcode %s to insert the ad into the content manually.', 'advanced-ads'), '<input id="advads-ad-injection-shortcode" onclick="this.select();" value="[the_ad id=\'' . $post->ID . '\']"/>' ); ?>
22
  <?php printf( __( 'Learn more about your choices to display an ad in the <a href="%s" target="_blank">manual</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/display-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-created' ); ?></p>
23
  </div>
24
+ <script>
25
+ jQuery('#advads-ad-info-close').click(function(){
26
+ jQuery('#advads-ad-info-top').fadeOut();
27
+ });
28
+ </script>
29
+ <?php endif;
30
+ // display ad wizard controls
31
+ ?><button type="button" id="advads-start-wizard" class="dashicons-before dashicons-controls-play page-title-action"><?php _e('Start Wizard', 'advanced-ads'); ?></button>
32
+ <button type="button" id="advads-stop-wizard" class="advads-stop-wizard dashicons-before dashicons-no page-title-action hidden"><?php _e('Stop Wizard', 'advanced-ads'); ?></button>
33
+ <script>
34
+ // move wizard button to head
35
+ jQuery('#advads-start-wizard').appendTo('h1');
36
+ jQuery('.advads-stop-wizard').insertBefore('h1');
37
+ </script>
38
+ <?php // show wizard welcome message
39
+ if( $this->show_wizard_welcome() ) : ?>
40
+ <div id="advads-wizard-welcome" class="advads-ad-metabox postbox">
41
+ <h2><?php _e( 'Welcome to the Wizard', 'advanced-ads' ); ?></h2>
42
+ <p><?php _e( 'The Wizard helps you to quickly create and publish an ad. Therefore, only the most common options are visible.', 'advanced-ads' ); ?></p>
43
+ <button type="button" id="advads-hide-wizard-welcome" class="page-title-action"><?php _e('Start Wizard', 'advanced-ads'); ?></button>
44
+ <button type="button" class="advads-stop-wizard dashicons-before dashicons-no page-title-action"><?php _e('Stop Wizard and show all options', 'advanced-ads'); ?></button>
45
+ <a a href="<?php echo ADVADS_URL . 'manual/wizard/#utm_source=advanced-ads&utm_medium=link&utm_campaign=wizard'; ?>" target="_blank"><?php _e('manual', 'advanced-ads'); ?></a>
46
+ </div>
47
+ <script>
48
+ // move wizard button to head
49
+ jQuery('#advads-hide-wizard-welcome').click( function(){ jQuery( '#advads-wizard-welcome' ).remove(); });
50
+ jQuery('#advads-end-wizard').insertBefore('h1');
51
+ </script>
52
  <?php endif;
admin/views/ad-info.php CHANGED
@@ -6,7 +6,6 @@
6
  <pre><input type="text" onclick="this.select();" value="&lt;?php the_ad(<?php echo $post->ID; ?>); ?&gt;"/></pre></label>
7
  <span><?php printf( __( 'Find more display options in the <a href="%s" target="_blank">manual</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/display-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit' ); ?></span>
8
  </div>
9
- </p>
10
  <div id="advads-ad-description">
11
  <?php if ( ! empty($ad->description) ) : ?>
12
  <p title="<?php _e( 'click to change', 'advanced-ads' ); ?>"
6
  <pre><input type="text" onclick="this.select();" value="&lt;?php the_ad(<?php echo $post->ID; ?>); ?&gt;"/></pre></label>
7
  <span><?php printf( __( 'Find more display options in the <a href="%s" target="_blank">manual</a>.', 'advanced-ads' ), ADVADS_URL . 'manual/display-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit' ); ?></span>
8
  </div>
 
9
  <div id="advads-ad-description">
10
  <?php if ( ! empty($ad->description) ) : ?>
11
  <p title="<?php _e( 'click to change', 'advanced-ads' ); ?>"
admin/views/ad-list-details-column.php CHANGED
@@ -1,7 +1,12 @@
1
  <fieldset class="inline-edit-col-left">
2
  <div class="inline-edit-col">
3
- <?php if ( ! empty( $type ) ) : ?>
4
- <p><strong class="advads-ad-type"><?php echo $type; ?></strong></p>
 
 
 
 
 
5
  <?php endif;
6
  if ( ! empty( $size) ) : ?>
7
  <p class="advads-ad-size"><?php echo $size; ?></p><?php
1
  <fieldset class="inline-edit-col-left">
2
  <div class="inline-edit-col">
3
+ <?php if ( ! empty( $type ) ) :
4
+ // display image, if this is the image type
5
+ if( 'image' === $ad->type ) {
6
+ $id = ( isset( $ad->output['image_id'] ) ) ? $ad->output['image_id'] : '';
7
+ $types[$ad->type]->create_image_icon( $id );
8
+ }
9
+ ?><p><strong class="advads-ad-type"><?php echo $type; ?></strong></p>
10
  <?php endif;
11
  if ( ! empty( $size) ) : ?>
12
  <p class="advads-ad-size"><?php echo $size; ?></p><?php
admin/views/ad-output-metabox.php CHANGED
@@ -1,8 +1,8 @@
1
  <p class="description"><?php _e( 'Everything connected to the ads layout and output.', 'advanced-ads' ); ?></p>
2
  <?php $options = $ad->options( 'output' ); ?>
3
- <div id="advanced-ad-output">
4
- <div id="advanced-ad-output-position">
5
  <span class="label"><?php _e( 'Position', 'advanced-ads' ); ?></span>
 
6
  <label><input type="radio" name="advanced_ad[output][position]" value="" title="<?php _e( '- default -', 'advanced-ads' );
7
  ?>" <?php if ( empty($options['position']) ) { checked( 1, 1 ); } ?>/><?php _e( 'default', 'advanced-ads' ); ?></label>
8
  <label title="<?php _e( 'left', 'advanced-ads' ); ?>"><input type="radio" name="advanced_ad[output][position]" value="left"
@@ -14,12 +14,13 @@
14
  <label title="<?php _e( 'right', 'advanced-ads' ); ?>"><input type="radio" name="advanced_ad[output][position]" value="right"
15
  <?php if ( isset($options['position']) ) { checked( $options['position'], 'right' ); } ?>/>
16
  <img src="<?php echo ADVADS_BASE_URL; ?>admin/assets/img/output-right.png" width="60" height="45"/></label>
17
- </div>
18
  <p><label><input type="checkbox" name="advanced_ad[output][clearfix]" value="1"<?php if ( isset($options['clearfix']) ) { checked( $options['clearfix'], 1 ); } ?>/><?php
19
  _e( 'Check this if you don\'t want the following elements to float around the ad. (adds a clearfix)', 'advanced-ads' );
20
  ?></label></p>
 
 
 
21
  <div id="advanced-ad-output-margin">
22
- <span class="label"><?php _e( 'Margin', 'advanced-ads' ); ?></span>
23
  <label><?php _e( 'top:', 'advanced-ads' ); ?> <input type="number" value="<?php
24
  if ( isset($options['margin']['top']) ) { echo $options['margin']['top']; } ?>" name="advanced_ad[output][margin][top]"/>px</label>
25
  <label><?php _e( 'right:', 'advanced-ads' ); ?> <input type="number" value="<?php
@@ -30,19 +31,22 @@
30
  if ( isset($options['margin']['left']) ) { echo $options['margin']['left']; } ?>" name="advanced_ad[output][margin][left]"/>px</label>
31
  <p class="description"><?php _e( 'tip: use this to add a margin around the ad', 'advanced-ads' ); ?></p>
32
  </div>
33
- <p><label><strong><?php _e( 'container id', 'advanced-ads' ); ?></strong><br/>
34
- <input type="text" name="advanced_ad[output][wrapper-id]" value="<?php if ( isset($options['wrapper-id']) ) { echo $options['wrapper-id']; } ?>"/><?php
35
- ?></label></p><p class="description"><?php
36
- _e( 'Specify the id of the ad container. Leave blank for random or no id.', 'advanced-ads' );
37
- ?></p>
38
- <p><label><strong><?php _e( 'container classes', 'advanced-ads' ); ?></strong><br/>
39
- <input type="text" name="advanced_ad[output][wrapper-class]" value="<?php if ( isset($options['wrapper-class']) ) { echo $options['wrapper-class']; } ?>"/><?php
40
- ?></label></p><p class="description"><?php
41
- _e( 'Specify one or more classes for the container. Separate multiple classes with a space', 'advanced-ads.' );
42
- ?></p>
43
- <p><label><input type="checkbox" name="advanced_ad[output][debugmode]" value="1"<?php if ( isset($options['debugmode']) ) { checked( $options['debugmode'], 1 ); } ?>/><?php
44
- _e( 'Enable debug mode.', 'advanced-ads' );
45
- ?>&nbsp;<?php
46
- ?><a href="<?php echo ADVADS_URL; ?>manual/ad-debug-mode/#utm_source=advanced-ads&utm_medium=link&utm_campaign=ad-debug-mode" target="_blank"><?php _e( 'Manual', 'advanced-ads' ); ?></a>
47
- </label></p>
 
 
 
48
  </div>
1
  <p class="description"><?php _e( 'Everything connected to the ads layout and output.', 'advanced-ads' ); ?></p>
2
  <?php $options = $ad->options( 'output' ); ?>
3
+ <div class="advads-option-list">
 
4
  <span class="label"><?php _e( 'Position', 'advanced-ads' ); ?></span>
5
+ <div id="advanced-ad-output-position">
6
  <label><input type="radio" name="advanced_ad[output][position]" value="" title="<?php _e( '- default -', 'advanced-ads' );
7
  ?>" <?php if ( empty($options['position']) ) { checked( 1, 1 ); } ?>/><?php _e( 'default', 'advanced-ads' ); ?></label>
8
  <label title="<?php _e( 'left', 'advanced-ads' ); ?>"><input type="radio" name="advanced_ad[output][position]" value="left"
14
  <label title="<?php _e( 'right', 'advanced-ads' ); ?>"><input type="radio" name="advanced_ad[output][position]" value="right"
15
  <?php if ( isset($options['position']) ) { checked( $options['position'], 'right' ); } ?>/>
16
  <img src="<?php echo ADVADS_BASE_URL; ?>admin/assets/img/output-right.png" width="60" height="45"/></label>
 
17
  <p><label><input type="checkbox" name="advanced_ad[output][clearfix]" value="1"<?php if ( isset($options['clearfix']) ) { checked( $options['clearfix'], 1 ); } ?>/><?php
18
  _e( 'Check this if you don\'t want the following elements to float around the ad. (adds a clearfix)', 'advanced-ads' );
19
  ?></label></p>
20
+ </div>
21
+ <hr/>
22
+ <span class="label"><?php _e( 'Margin', 'advanced-ads' ); ?></span>
23
  <div id="advanced-ad-output-margin">
 
24
  <label><?php _e( 'top:', 'advanced-ads' ); ?> <input type="number" value="<?php
25
  if ( isset($options['margin']['top']) ) { echo $options['margin']['top']; } ?>" name="advanced_ad[output][margin][top]"/>px</label>
26
  <label><?php _e( 'right:', 'advanced-ads' ); ?> <input type="number" value="<?php
31
  if ( isset($options['margin']['left']) ) { echo $options['margin']['left']; } ?>" name="advanced_ad[output][margin][left]"/>px</label>
32
  <p class="description"><?php _e( 'tip: use this to add a margin around the ad', 'advanced-ads' ); ?></p>
33
  </div>
34
+ <hr/>
35
+ <label class='label' for="advads-output-wrapper-id"><?php _e( 'container ID', 'advanced-ads' ); ?></label>
36
+ <div>
37
+ <input type="text" id="advads-output-wrapper-id" name="advanced_ad[output][wrapper-id]" value="<?php if ( isset($options['wrapper-id']) ) { echo $options['wrapper-id']; } ?>"/>
38
+ <p class="description"><?php _e( 'Specify the id of the ad container. Leave blank for random or no id.', 'advanced-ads' ); ?></p>
39
+ </div>
40
+ <hr/>
41
+ <label class='label' for="advads-output-wrapper-class"><?php _e( 'container classes', 'advanced-ads' ); ?></label>
42
+ <div>
43
+ <input type="text" id="advads-output-wrapper-class" name="advanced_ad[output][wrapper-class]" value="<?php if ( isset($options['wrapper-class']) ) { echo $options['wrapper-class']; } ?>"/>
44
+ <p class="description"><?php _e( 'Specify one or more classes for the container. Separate multiple classes with a space', 'advanced-ads.' ); ?></p>
45
+ </div>
46
+ <hr/>
47
+ <label class="label"><?php _e( 'Enable debug mode', 'advanced-ads' ); ?></label>
48
+ <div>
49
+ <input type="checkbox" name="advanced_ad[output][debugmode]" value="1"<?php if ( isset($options['debugmode']) ) { checked( $options['debugmode'], 1 ); } ?>/>
50
+ <a href="<?php echo ADVADS_URL; ?>manual/ad-debug-mode/#utm_source=advanced-ads&utm_medium=link&utm_campaign=ad-debug-mode" target="_blank"><?php _e( 'Manual', 'advanced-ads' ); ?></a>
51
+ </div>
52
  </div>
admin/views/ad-parameters-metabox.php CHANGED
@@ -17,7 +17,7 @@ do_action( 'advanced-ads-ad-params-before', $ad, $types ); ?>
17
  wp_editor( '', 'advanced-ads-tinymce', $args );
18
  ?>
19
  </div>
20
- <div id="advanced-ads-ad-parameters">
21
  <?php $type = (isset($types[$ad->type])) ? $types[$ad->type] : current( $types );
22
  $type->render_parameters( $ad );
23
 
17
  wp_editor( '', 'advanced-ads-tinymce', $args );
18
  ?>
19
  </div>
20
+ <div id="advanced-ads-ad-parameters" class="advads-option-list">
21
  <?php $type = (isset($types[$ad->type])) ? $types[$ad->type] : current( $types );
22
  $type->render_parameters( $ad );
23
 
admin/views/ad-parameters-size.php CHANGED
@@ -1,7 +1,8 @@
 
1
  <div id="advanced-ads-ad-parameters-size">
2
- <p><?php _e( 'size:', 'advanced-ads' ); ?></p>
3
  <label><?php _e( 'width', 'advanced-ads' ); ?><input type="number" size="4" maxlength="4" value="<?php echo isset($ad->width) ? $ad->width : 0; ?>" name="advanced_ad[width]">px</label>
4
  <label><?php _e( 'height', 'advanced-ads' ); ?><input type="number" size="4" maxlength="4" value="<?php echo isset($ad->height) ? $ad->height : 0; ?>" name="advanced_ad[height]">px</label>
5
  <?php $add_wrapper_sizes = ! empty( $ad->output['add_wrapper_sizes'] ); ?>
6
  <label><input type="checkbox" id="advads-wrapper-add-sizes" name="advanced_ad[output][add_wrapper_sizes]" value="true" <?php checked($add_wrapper_sizes); ?>><?php _e( 'reserve this space', 'advanced-ads' ); ?></label>
7
  </div>
 
1
+ <span class="label"><?php _e( 'size', 'advanced-ads' ); ?></span>
2
  <div id="advanced-ads-ad-parameters-size">
 
3
  <label><?php _e( 'width', 'advanced-ads' ); ?><input type="number" size="4" maxlength="4" value="<?php echo isset($ad->width) ? $ad->width : 0; ?>" name="advanced_ad[width]">px</label>
4
  <label><?php _e( 'height', 'advanced-ads' ); ?><input type="number" size="4" maxlength="4" value="<?php echo isset($ad->height) ? $ad->height : 0; ?>" name="advanced_ad[height]">px</label>
5
  <?php $add_wrapper_sizes = ! empty( $ad->output['add_wrapper_sizes'] ); ?>
6
  <label><input type="checkbox" id="advads-wrapper-add-sizes" name="advanced_ad[output][add_wrapper_sizes]" value="true" <?php checked($add_wrapper_sizes); ?>><?php _e( 'reserve this space', 'advanced-ads' ); ?></label>
7
  </div>
8
+ <hr/>
admin/views/notices/error.php CHANGED
@@ -1 +1 @@
1
- <div class="error advads-admin-notice notice is-dismissible" data-notice="<?php echo $_notice; ?>"><p><?php echo $text; ?></p></div>
1
+ <div class="error advads-admin-notice notice is-dismissible message" data-notice="<?php echo $_notice; ?>"><p><?php echo $text; ?></p></div>
admin/views/notices/info.php CHANGED
@@ -1,3 +1,3 @@
1
- <div class="updated advads-admin-notice notice is-dismissible" data-notice="<?php echo $_notice; ?>">
2
  <p><?php echo $text; ?></p>
3
  </div>
1
+ <div class="updated advads-admin-notice message notice is-dismissible" data-notice="<?php echo $_notice; ?>">
2
  <p><?php echo $text; ?></p>
3
  </div>
admin/views/notices/plugin_error.php CHANGED
@@ -1 +1 @@
1
- <div class="error advads-admin-notice"><p><?php echo $text; ?><?php ?></p></div>
1
+ <div class="error advads-admin-notice message"><p><?php echo $text; ?><?php ?></p></div>
admin/views/settings.php CHANGED
@@ -44,8 +44,10 @@ $setting_tabs = apply_filters('advanced-ads-setting-tabs', array(
44
  do_action( 'advanced-ads-additional-settings-form' );
45
  ?>
46
  <ul>
47
- <li><a href="/wp-admin/admin.php?page=advanced-ads-debug"><?php _e( 'Debug Page', 'advanced-ads' ); ?></a></li>
48
- <li><a href="/wp-admin/admin.php?page=advanced-ads-intro"><?php _e( 'Welcome Page', 'advanced-ads' ); ?></a></li>
 
 
49
  <li><a href="http://wordpress.org/plugins/advanced-ads/" title="<?php _e( 'Advanced Ads on WordPress.org', 'advanced-ads' ); ?>"><?php _e( 'Advanced Ads on wp.org', 'advanced-ads' ); ?></a></li>
50
  <li><a href="http://webgilde.com" title="<?php _e( 'the company behind Advanced Ads', 'advanced-ads' ); ?>"><?php echo 'webgilde GmbH'; ?></a></li>
51
  </ul>
44
  do_action( 'advanced-ads-additional-settings-form' );
45
  ?>
46
  <ul>
47
+
48
+ <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-import-export' ) ); ?>"><?php _e( 'Import &amp; Export', 'advanced-ads' ); ?></a></li>
49
+ <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-debug' ) ); ?>"><?php _e( 'Debug Page', 'advanced-ads' ); ?></a></li>
50
+ <li><a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-intro' ) ); ?>"><?php _e( 'Welcome Page', 'advanced-ads' ); ?></a></li>
51
  <li><a href="http://wordpress.org/plugins/advanced-ads/" title="<?php _e( 'Advanced Ads on WordPress.org', 'advanced-ads' ); ?>"><?php _e( 'Advanced Ads on wp.org', 'advanced-ads' ); ?></a></li>
52
  <li><a href="http://webgilde.com" title="<?php _e( 'the company behind Advanced Ads', 'advanced-ads' ); ?>"><?php echo 'webgilde GmbH'; ?></a></li>
53
  </ul>
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.3
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.3' );
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.4
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.4' );
43
 
44
  /*----------------------------------------------------------------------------*
45
  * Autoloading, modules and functions
classes/ad-model.php CHANGED
@@ -79,7 +79,7 @@ class Advanced_Ads_Model {
79
  // add default WP_Query arguments
80
  $args['post_type'] = Advanced_Ads::POST_TYPE_SLUG;
81
  $args['posts_per_page'] = -1;
82
- if ( empty($args['post_status']) ) { $args['post_status'] = 'publish'; }
83
  $ads = new WP_Query( $args );
84
 
85
  return $ads->posts;
79
  // add default WP_Query arguments
80
  $args['post_type'] = Advanced_Ads::POST_TYPE_SLUG;
81
  $args['posts_per_page'] = -1;
82
+ if ( empty($args['post_status']) ) { $args['post_status'] = array( 'publish', 'future' ); }
83
  $ads = new WP_Query( $args );
84
 
85
  return $ads->posts;
classes/ad.php CHANGED
@@ -737,7 +737,7 @@ class Advanced_Ads_Ad {
737
  $classes = explode( ' ', $this->output['wrapper-class'] );
738
 
739
  foreach( $classes as $_class ){
740
- $wrapper['class'][] = sanitize_key( $_class );
741
  }
742
  }
743
 
737
  $classes = explode( ' ', $this->output['wrapper-class'] );
738
 
739
  foreach( $classes as $_class ){
740
+ $wrapper['class'][] = sanitize_text_field( $_class );
741
  }
742
  }
743
 
classes/ad_ajax_callbacks.php CHANGED
@@ -33,6 +33,7 @@ class Advanced_Ads_Ad_Ajax_Callbacks {
33
  add_action( 'wp_ajax_advads-adblock-rebuild-assets', array( $this, 'adblock_rebuild_assets' ) );
34
  add_action( 'wp_ajax_advads-post-search', array( $this, 'post_search' ) );
35
  add_action( 'wp_ajax_advads-ad-injection-content', array( $this, 'inject_placement' ) );
 
36
 
37
  }
38
 
@@ -313,5 +314,28 @@ class Advanced_Ads_Ad_Ajax_Callbacks {
313
 
314
  die();
315
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
 
317
  }
33
  add_action( 'wp_ajax_advads-adblock-rebuild-assets', array( $this, 'adblock_rebuild_assets' ) );
34
  add_action( 'wp_ajax_advads-post-search', array( $this, 'post_search' ) );
35
  add_action( 'wp_ajax_advads-ad-injection-content', array( $this, 'inject_placement' ) );
36
+ add_action( 'wp_ajax_advads-save-hide-wizard-state', array( $this, 'save_wizard_state' ) );
37
 
38
  }
39
 
314
 
315
  die();
316
  }
317
+
318
+ /**
319
+ * save ad wizard state for each user individually
320
+ *
321
+ * @since 1.7.4
322
+ */
323
+ public function save_wizard_state(){
324
+ if ( ! current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_edit_ads') ) ) {
325
+ return;
326
+ }
327
+
328
+ $state = ( isset( $_REQUEST['hide_wizard'] ) && 'true' === $_REQUEST['hide_wizard'] ) ? 'true' : 'false';
329
+
330
+ // get current user
331
+ $user_id = get_current_user_id();
332
+ if( ! $user_id ) {
333
+ die();
334
+ }
335
+
336
+ update_user_meta( $user_id, 'advanced-ads-hide-wizard', $state );
337
+
338
+ die();
339
+ }
340
 
341
  }
classes/ad_placements.php CHANGED
@@ -292,6 +292,11 @@ class Advanced_Ads_Placements {
292
  || !in_array( $class, $args['output']['class'] ) ) ) {
293
  $args['output']['class'][] = $class;
294
  }
 
 
 
 
 
295
  default:
296
  }
297
 
292
  || !in_array( $class, $args['output']['class'] ) ) ) {
293
  $args['output']['class'][] = $class;
294
  }
295
+
296
+ // create placement id for various features
297
+ if ( ! isset( $placements[ $id ]['type'] ) || $placements[ $id ]['type'] !== 'header' ) {
298
+ $args['output']['placement_id'] = $id;
299
+ }
300
  default:
301
  }
302
 
classes/ad_type_image.php CHANGED
@@ -98,10 +98,42 @@ class Advanced_Ads_Ad_Type_Image extends Advanced_Ads_Ad_Type_Abstract{
98
  $more_attributes .= ' sizes=\'' . wp_get_attachment_image_sizes( $attachment_id, 'full' ) . '\'';
99
  }
100
  }
101
-
 
 
102
  echo rtrim("<img $hwstring") . " src='$src' alt='$alt' title='$title' $more_attributes/>";
103
  }
104
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  /**
107
  * prepare the ads frontend output by adding <object> tags
98
  $more_attributes .= ' sizes=\'' . wp_get_attachment_image_sizes( $attachment_id, 'full' ) . '\'';
99
  }
100
  }
101
+
102
+ $more_attributes = apply_filters( 'advanced-ads-ad-image-tag-attributes', $more_attributes );
103
+
104
  echo rtrim("<img $hwstring") . " src='$src' alt='$alt' title='$title' $more_attributes/>";
105
  }
106
  }
107
+
108
+ /**
109
+ * render image icon for overview pages
110
+ *
111
+ * @param int $attachment_id post id of the image
112
+ * @since 1.7.4
113
+ */
114
+ public function create_image_icon( $attachment_id ){
115
+
116
+ $image = wp_get_attachment_image_src( $attachment_id, 'medium', true );
117
+ if ( $image ) {
118
+ list( $src, $width, $height ) = $image;
119
+
120
+ // scale down width or height to max 100px
121
+ if( $width > $height ){
122
+ $height = absint( $height / ( $width / 100 ) );
123
+ $width = 100;
124
+ } else {
125
+ $width = absint( $width / ( $height / 100 ) );
126
+ $height = 100;
127
+ }
128
+
129
+ $hwstring = image_hwstring($width, $height);
130
+ $attachment = get_post($attachment_id);
131
+ $alt = trim(strip_tags( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) ));
132
+ $title = trim(strip_tags( $attachment->post_title )); // Finally, use the title
133
+
134
+ echo rtrim("<img $hwstring") . " src='$src' alt='$alt' title='$title'/>";
135
+ }
136
+ }
137
 
138
  /**
139
  * prepare the ads frontend output by adding <object> tags
classes/ad_type_plain.php CHANGED
@@ -83,7 +83,10 @@ class Advanced_Ads_Ad_Type_Plain extends Advanced_Ads_Ad_Type_Abstract{
83
  }
84
  }
85
  ?>
86
- <label class="advads-ad-allow-php"><input type="checkbox" name="advanced_ad[output][allow_php]" value="1" <?php checked( 1, $allow_php ); ?>/><?php _e( 'Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)', 'advanced-ads' ); ?></label><?php
 
 
 
87
 
88
  }
89
 
83
  }
84
  }
85
  ?>
86
+ <label class="label" for="advads-parameters-php"><?php _e( 'Allow PHP' ); ?></label>
87
+ <div>
88
+ <input id="advads-parameters-php" type="checkbox" name="advanced_ad[output][allow_php]" value="1" <?php checked( 1, $allow_php ); ?>/><?php _e( 'Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)', 'advanced-ads' );
89
+ ?></div><hr/><?php
90
 
91
  }
92
 
classes/display-conditions.php CHANGED
@@ -580,12 +580,14 @@ class Advanced_Ads_Display_Conditions {
580
  } else {
581
  return true;
582
  }
583
-
584
- if (isset($query['is_singular']) && $query['is_singular'] && !self::can_display_ids($options['value'], $term_ids, $operator)
 
 
585
  ) {
586
  return false;
587
  }
588
-
589
  return true;
590
  }
591
 
@@ -610,11 +612,14 @@ class Advanced_Ads_Display_Conditions {
610
  $ad_options = $ad->options();
611
  $query = $ad_options['wp_the_query'];
612
 
613
- if ( isset($query['term_id']) && isset($query['is_archive']) && $query['is_archive'] && !self::can_display_ids($query['term_id'], $options['value'], $operator)
 
 
 
614
  ) {
615
  return false;
616
  }
617
-
618
  return true;
619
  }
620
 
580
  } else {
581
  return true;
582
  }
583
+
584
+ if( 'is' === $operator && ( ! isset($query['is_singular']) || ! $query['is_singular'] ) ){
585
+ return false;
586
+ } elseif (isset($query['is_singular']) && $query['is_singular'] && !self::can_display_ids($options['value'], $term_ids, $operator)
587
  ) {
588
  return false;
589
  }
590
+
591
  return true;
592
  }
593
 
612
  $ad_options = $ad->options();
613
  $query = $ad_options['wp_the_query'];
614
 
615
+ // return false if operator is "is", but important query vars are not given
616
+ if( 'is' === $operator && ( empty( $query['term_id'] ) || empty($query['is_archive']) ) ){
617
+ return false;
618
+ } elseif ( isset($query['term_id']) && isset($query['is_archive']) && $query['is_archive'] && !self::can_display_ids($query['term_id'], $options['value'], $operator)
619
  ) {
620
  return false;
621
  }
622
+
623
  return true;
624
  }
625
 
classes/plugin.php CHANGED
@@ -88,9 +88,9 @@ class Advanced_Ads_Plugin {
88
  $internal_options = $this->internal_options();
89
 
90
  /**
91
- * run upgrades, if this is a new version
92
  */
93
- if ( !defined( 'DOING_AJAX' ) && isset( $internal_options['version'] ) && version_compare( $internal_options['version'], ADVADS_VERSION, '<' ) ) {
94
  new Advanced_Ads_Upgrades();
95
  }
96
 
88
  $internal_options = $this->internal_options();
89
 
90
  /**
91
+ * run upgrades, if this is a new version or version does not exist
92
  */
93
+ if ( ! defined( 'DOING_AJAX' ) && ( ! isset( $internal_options['version'] ) || version_compare( $internal_options['version'], ADVADS_VERSION, '<' ) ) ) {
94
  new Advanced_Ads_Upgrades();
95
  }
96
 
classes/upgrades.php CHANGED
@@ -12,24 +12,37 @@ class Advanced_Ads_Upgrades {
12
  public function __construct(){
13
 
14
  $internal_options = Advanced_Ads_Plugin::get_instance()->internal_options();
15
-
16
- // don’t upgrade if no previous version existed
17
- if( empty( $internal_options['version'] ) ) {
18
- return;
19
- }
20
-
21
- if ( version_compare( $internal_options['version'], '1.7' ) == -1 ) {
22
- // run with wp_loaded action, because WP_Query is needed and some plugins inject data that is not yet initialized
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
  }
34
 
35
  /**
@@ -215,5 +228,41 @@ class Advanced_Ads_Upgrades {
215
 
216
  error_log(print_r('up to 1.7', true));
217
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
 
219
  }
12
  public function __construct(){
13
 
14
  $internal_options = Advanced_Ads_Plugin::get_instance()->internal_options();
 
 
 
 
 
 
 
 
 
 
15
 
16
  // the 'advanced_ads_edit_ads' capability was added to POST_TYPE_SLUG post type in this version
17
+ if ( ! isset( $internal_options['version'] ) || version_compare( $internal_options['version'], '1.7.2', '<' ) ) {
18
  Advanced_Ads_Plugin::get_instance()->create_capabilities();
19
  }
20
 
21
+ // suppress version update?
22
+ $suppress_version_number_update = false;
23
+
24
+ // don’t upgrade if no previous version existed
25
+ if( ! empty( $internal_options['version'] ) ) {
26
+ if ( version_compare( $internal_options['version'], '1.7' ) == -1 ) {
27
+ // run with wp_loaded action, because WP_Query is needed and some plugins inject data that is not yet initialized
28
+ add_action( 'wp_loaded', array( $this, 'upgrade_1_7') );
29
+ }
30
+
31
+ if ( version_compare( $internal_options['version'], '1.7.4' ) == -1 ) {
32
+ // upgrate version number only after this ran through, because of the used filter only available in admin
33
+ if( ! is_admin() ){
34
+ $suppress_version_number_update = true;
35
+ // run with wp_loaded action, because Upgrades are checked in the plugins_loaded hook
36
+ } else {
37
+ add_action( 'wp_loaded', array( $this, 'upgrade_1_7_4') );
38
+ }
39
+ }
40
+ }
41
+
42
  // update version notices – if this doesn’t happen here, the upgrade might run multiple times and destroy updated data
43
+ if( ! $suppress_version_number_update ){
44
+ Advanced_Ads_Admin_Notices::get_instance()->update_version_number();
45
+ }
46
  }
47
 
48
  /**
228
 
229
  error_log(print_r('up to 1.7', true));
230
  }
231
+
232
+ /**
233
+ * upgrades for version 1.7.4
234
+ * reactivate active add-on licenses, needed only once after upgrade of the plugin shop
235
+ */
236
+ public function upgrade_1_7_4(){
237
+
238
+ // ignore, if not main blog
239
+ if( is_multisite() && ! is_main_site() ){
240
+ return;
241
+ }
242
+
243
+ $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
244
+
245
+ // return if no add-ons found
246
+ if( $add_ons === array() ) {
247
+ return;
248
+ }
249
+
250
+ error_log(print_r('–– STARTING ADVANCED ADS 1.7.4 upgrade ––', true));
251
+ foreach( $add_ons as $_add_on_key => $_add_on ){
252
+
253
+ // check status
254
+ if( Advanced_Ads_Admin::get_instance()->get_license_status( $_add_on['options_slug'] ) !== 'valid' ) {
255
+ continue;
256
+ }
257
+
258
+ // retrieve our license key from the DB
259
+ $licenses = get_option(ADVADS_SLUG . '-licenses', array());
260
+ $license_key = isset($licenses[$_add_on_key]) ? $licenses[$_add_on_key] : '';
261
+
262
+ $result = Advanced_Ads_Admin::get_instance()->activate_license( $_add_on_key, $_add_on['name'], $_add_on['options_slug'], $license_key );
263
+ error_log( sprintf( 'Register license key for %s: %s', $_add_on['name'], $result ) );
264
+
265
+ }
266
+ }
267
 
268
  }
languages/advanced-ads-de_DE.mo CHANGED
Binary file
languages/advanced-ads-de_DE.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 Mar 29 2016 15:34:00 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: German\n"
@@ -22,6 +22,11 @@ msgstr ""
22
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
  "X-Loco-Target-Locale: de_DE"
24
 
 
 
 
 
 
25
  #: ../admin/views/feedback_disable.php:3
26
  msgid "Thank you for helping to improve Advanced Ads."
27
  msgstr ""
@@ -56,33 +61,201 @@ msgstr ""
56
  msgid "What would be a reason to return to Advanced Ads?"
57
  msgstr ""
58
 
59
- #: ../admin/views/intro.php:79
 
 
 
 
 
60
  #, php-format
61
  msgid ""
62
- "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
63
- "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
 
64
  msgstr ""
 
 
 
65
 
66
- #: ../classes/display-conditions.php:203 ../classes/display-conditions.php:247 ..
67
- #: classes/display-conditions.php:335
68
- msgctxt "Error message shown when no display condition term is selected"
69
- msgid "Please select some items."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  msgstr ""
 
 
71
 
72
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
73
- msgid "Rename assets"
74
- msgstr "Ordner umbenennen"
 
75
 
76
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
77
- msgid "Check if you want to change the names of the assets"
78
- msgstr "Bitte markieren, wenn der Ordnername umbenannt werden soll."
79
 
80
- #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
81
  #, php-format
82
  msgid ""
83
- "Please, rebuild the asset folder. All assets will be located in "
84
- "<strong>%s</strong>"
85
- msgstr "Bitte Ordner umbenennen. Alle Dateien werden unter %s gespeichert."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
 
87
  #. Plugin Name of the plugin/theme
88
  msgid "Advanced Ads"
@@ -104,96 +277,112 @@ msgstr "Thomas Maier"
104
  msgid "http://webgilde.com"
105
  msgstr "http://webgilde.com"
106
 
107
- #: ../admin/class-advanced-ads-admin.php:212 ../classes/display-conditions.php:
108
- #: 160 ../classes/visitor-conditions.php:214
109
  msgid "or"
110
  msgstr "oder"
111
 
112
- #: ../admin/class-advanced-ads-admin.php:213 ../admin/views/ad-display-metabox.
113
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
114
- #: php:160 ../classes/visitor-conditions.php:214
115
  msgid "and"
116
  msgstr "und"
117
 
118
- #: ../admin/class-advanced-ads-admin.php:278
 
 
 
 
119
  msgid "Overview"
120
  msgstr "Übersicht"
121
 
122
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
123
- #: php:282 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
124
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
125
- #: admin/views/placements.php:80 ../admin/views/placements.php:184 ..
126
- #: classes/widget.php:89 ../public/class-advanced-ads.php:563
 
127
  msgid "Ads"
128
  msgstr "Anzeigen"
129
 
130
- #: ../admin/class-advanced-ads-admin.php:286 ../admin/includes/class-shortcode-
131
- #: creator.php:84 ../admin/views/placements.php:73 ../admin/views/placements.php:
132
- #: 177 ../classes/widget.php:82
 
 
 
 
 
 
 
 
 
133
  msgid "Ad Groups"
134
  msgstr "Anzeigen-Gruppen"
135
 
136
- #: ../admin/class-advanced-ads-admin.php:286 ../public/class-advanced-ads.php:536
 
137
  msgid "Groups"
138
  msgstr "Gruppen"
139
 
140
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/views/debug.php:14
141
  msgid "Ad Placements"
142
  msgstr "Anzeigen-Platzierungen"
143
 
144
- #: ../admin/class-advanced-ads-admin.php:291 ../admin/includes/class-shortcode-
145
- #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
 
146
  msgid "Placements"
147
  msgstr "Platzierungen"
148
 
149
- #: ../admin/class-advanced-ads-admin.php:295
150
  msgid "Advanced Ads Settings"
151
  msgstr "Advanced-Ads-Einstellungen"
152
 
153
- #: ../admin/class-advanced-ads-admin.php:295 ../admin/class-advanced-ads-admin.
154
- #: php:544 ../admin/views/debug.php:11
155
  msgid "Settings"
156
  msgstr "Einstellungen"
157
 
158
- #: ../admin/class-advanced-ads-admin.php:298
159
  msgid "Advanced Ads Debugging"
160
  msgstr "Advanced-Ads-Fehleranalyse (Debugging)"
161
 
162
- #: ../admin/class-advanced-ads-admin.php:298
163
  msgid "Debug"
164
  msgstr "Debug"
165
 
166
- #: ../admin/class-advanced-ads-admin.php:302 ../admin/class-advanced-ads-admin.
167
- #: php:302
168
  msgid "Advanced Ads Intro"
169
  msgstr "Advanced Ads Einführung"
170
 
171
- #: ../admin/class-advanced-ads-admin.php:306 ../admin/class-advanced-ads-admin.
172
- #: php:306 ../admin/class-advanced-ads-admin.php:1964
173
  msgid "Support"
174
  msgstr "Support"
175
 
176
- #: ../admin/class-advanced-ads-admin.php:419
177
  msgid "Please enter a message"
178
  msgstr "Bitte geben Sie eine Nachricht ein."
179
 
180
- #: ../admin/class-advanced-ads-admin.php:429
181
  #, php-format
182
  msgid "Email could NOT be sent. Please contact us directly at %s."
183
  msgstr ""
184
  "Die E-Mail konnte nicht gesendet werden. Bitte kontaktieren Sie uns direkt "
185
  "unter %s."
186
 
187
- #: ../admin/class-advanced-ads-admin.php:432
188
  msgid "Please enter a valid email address"
189
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
190
 
191
- #: ../admin/class-advanced-ads-admin.php:458 ../admin/class-advanced-ads-admin.
192
- #: php:485
193
  msgid "Sorry, you are not allowed to access this feature."
194
  msgstr "Sie haben leider keinen Zugriff auf diese Funktion"
195
 
196
- #: ../admin/class-advanced-ads-admin.php:471
197
  msgid ""
198
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
199
  "deleted?"
@@ -201,178 +390,192 @@ msgstr ""
201
  "Sie haben versucht, ein Element, das nicht existiert, zu bearbeiten. "
202
  "Vielleicht wurde es gelöscht?"
203
 
204
- #: ../admin/class-advanced-ads-admin.php:586
205
  msgid "Ad Type"
206
  msgstr "Anzeigen-Typ"
207
 
208
- #: ../admin/class-advanced-ads-admin.php:589
209
  msgid "Ad Parameters"
210
  msgstr "Anzeigen-Parameter"
211
 
212
- #: ../admin/class-advanced-ads-admin.php:592
213
  msgid "Layout / Output"
214
  msgstr "Layout / Ausgabe"
215
 
216
- #: ../admin/class-advanced-ads-admin.php:595
217
  msgid "Display Conditions"
218
  msgstr "Anzeige-Bedingungen"
219
 
220
- #: ../admin/class-advanced-ads-admin.php:598
221
  msgid "Visitor Conditions"
222
  msgstr "Besucher-Bedingungen"
223
 
224
- #: ../admin/class-advanced-ads-admin.php:823 ../admin/class-advanced-ads-admin.
225
- #: php:824
 
 
 
 
 
 
 
 
 
 
226
  msgid "Ad updated."
227
  msgstr "Anzeige aktualisiert."
228
 
229
  #. translators: %s: date and time of the revision
230
- #: ../admin/class-advanced-ads-admin.php:826
231
  #, php-format
232
  msgid "Ad restored to revision from %s"
233
  msgstr "Anzeige aus Revision %s wiederhergestellt"
234
 
235
- #: ../admin/class-advanced-ads-admin.php:827
236
  msgid "Ad published."
237
  msgstr "Anzeige veröffentlicht."
238
 
239
- #: ../admin/class-advanced-ads-admin.php:828
240
  msgid "Ad saved."
241
  msgstr "Anzeige gespeichert."
242
 
243
- #: ../admin/class-advanced-ads-admin.php:829
244
  msgid "Ad submitted."
245
  msgstr "Anzeige gesendet."
246
 
247
- #: ../admin/class-advanced-ads-admin.php:831
248
  #, php-format
249
  msgid "Ad scheduled for: <strong>%1$s</strong>."
250
  msgstr "Anzeige geplant für <strong>%1$s</strong>."
251
 
252
  #. translators: Publish box date format, see http:php.net/date
253
- #: ../admin/class-advanced-ads-admin.php:833
254
  msgid "M j, Y @ G:i"
255
  msgstr "j M Y @ G:i"
256
 
257
- #: ../admin/class-advanced-ads-admin.php:835
258
  msgid "Ad draft updated."
259
  msgstr "Anzeigenentwurf gespeichert."
260
 
261
- #: ../admin/class-advanced-ads-admin.php:854
262
  #, php-format
263
  msgid "%s ad updated."
264
  msgid_plural "%s ads updated."
265
  msgstr[0] "%s Anzeige aktualisiert."
266
  msgstr[1] "%s Anzeigen aktualisiert."
267
 
268
- #: ../admin/class-advanced-ads-admin.php:855
269
  #, php-format
270
  msgid "%s ad not updated, somebody is editing it."
271
  msgid_plural "%s ads not updated, somebody is editing them."
272
  msgstr[0] "%s Anzeige nicht aktualisiert, jemand bearbeitet sie."
273
  msgstr[1] "%s Anzeigen nicht aktualisiert, jemand bearbeitet sie."
274
 
275
- #: ../admin/class-advanced-ads-admin.php:856
276
  #, php-format
277
  msgid "%s ad permanently deleted."
278
  msgid_plural "%s ads permanently deleted."
279
  msgstr[0] "%s Anzeige endgültig gelöscht."
280
  msgstr[1] "%s Anzeigen endgültig gelöscht."
281
 
282
- #: ../admin/class-advanced-ads-admin.php:857
283
  #, php-format
284
  msgid "%s ad moved to the Trash."
285
  msgid_plural "%s ads moved to the Trash."
286
  msgstr[0] "%s Anzeige in den Papierkorb verschoben."
287
  msgstr[1] "%s Anzeigen in den Papierkorb verschoben."
288
 
289
- #: ../admin/class-advanced-ads-admin.php:858
290
  #, php-format
291
  msgid "%s ad restored from the Trash."
292
  msgid_plural "%s ads restored from the Trash."
293
  msgstr[0] "%s Anzeige aus dem Papierkorb wiederhergestellt."
294
  msgstr[1] "%s Anzeige aus dem Papierkorb wiederhergestellt."
295
 
296
- #: ../admin/class-advanced-ads-admin.php:893 ../admin/views/settings.php:12
297
  msgid "General"
298
  msgstr "Allgemein"
299
 
300
- #: ../admin/class-advanced-ads-admin.php:905 ../admin/class-advanced-ads-admin.
301
- #: php:1009
302
  msgid "Licenses"
303
  msgstr "Lizenzen"
304
 
305
- #: ../admin/class-advanced-ads-admin.php:916
306
  msgid "Disable ads"
307
  msgstr "Anzeigen auf dieser Seite deaktivieren."
308
 
309
- #: ../admin/class-advanced-ads-admin.php:924
310
  msgid "Hide ads for logged in users"
311
  msgstr "Verstecke Anzeigen vor eingeloggten Benutzern"
312
 
313
- #: ../admin/class-advanced-ads-admin.php:932
314
  msgid "Use advanced JavaScript"
315
  msgstr "Advanced-JavaScript benutzen"
316
 
317
- #: ../admin/class-advanced-ads-admin.php:940
318
  msgid "Unlimited ad injection"
319
  msgstr "Anzeigen-Injektion überall aktivieren "
320
 
321
- #: ../admin/class-advanced-ads-admin.php:948
322
  msgid "Priority of content injection filter"
323
  msgstr "Priorität der Anzeigen-Injektion"
324
 
325
- #: ../admin/class-advanced-ads-admin.php:956
326
  msgid "Hide ads from bots"
327
  msgstr "Anzeigen vor Bots verbergen"
328
 
329
- #: ../admin/class-advanced-ads-admin.php:964
330
  msgid "Disable notices"
331
  msgstr "Mitteilungen deaktivieren"
332
 
333
- #: ../admin/class-advanced-ads-admin.php:972
334
  msgid "ID prefix"
335
  msgstr "ID Präfix"
336
 
337
- #: ../admin/class-advanced-ads-admin.php:980
338
  msgid "Remove Widget ID"
339
  msgstr "ID des Widget entfernen"
340
 
341
- #: ../admin/class-advanced-ads-admin.php:988
342
  msgid "Allow editors to manage ads"
343
  msgstr "Redakteure können Anzeigen verwalten"
344
 
345
- #: ../admin/class-advanced-ads-admin.php:1063
 
 
 
 
346
  msgid "(display to all)"
347
  msgstr "(für alle sichtbar)"
348
 
349
- #: ../admin/class-advanced-ads-admin.php:1064
350
  msgid "Subscriber"
351
  msgstr "Abonnent"
352
 
353
- #: ../admin/class-advanced-ads-admin.php:1065
354
  msgid "Contributor"
355
  msgstr "Mitarbeiter"
356
 
357
- #: ../admin/class-advanced-ads-admin.php:1066
358
  msgid "Author"
359
  msgstr "Autor"
360
 
361
- #: ../admin/class-advanced-ads-admin.php:1067
362
  msgid "Editor"
363
  msgstr "Redakteur"
364
 
365
- #: ../admin/class-advanced-ads-admin.php:1068
366
  msgid "Admin"
367
  msgstr "Admin"
368
 
369
- #: ../admin/class-advanced-ads-admin.php:1076
370
  msgid "Choose the lowest role a user must have in order to not see any ads."
371
  msgstr ""
372
  "Wählen Sie die niedrigste Rolle die ein Benutzer haben muss um keine "
373
  "Anzeigen zu sehen."
374
 
375
- #: ../admin/class-advanced-ads-admin.php:1090
376
  msgid ""
377
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
378
  "needs it."
@@ -380,7 +583,7 @@ msgstr ""
380
  "<strong>Hinweis: </strong>die Datei wird aktuell von einer Erweiterung "
381
  "benutzt."
382
 
383
- #: ../admin/class-advanced-ads-admin.php:1093
384
  #, php-format
385
  msgid ""
386
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -391,7 +594,7 @@ msgstr ""
391
  "target=\"_blank\">Info</a>). Einige Funktionen und Erweiterungen können diese "
392
  "Einstellung überschreiben, wenn sie die Datei benötigen."
393
 
394
- #: ../admin/class-advanced-ads-admin.php:1106
395
  msgid ""
396
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
397
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -409,7 +612,7 @@ msgstr ""
409
  "werden überall dort, wo Beiträge geladen werden, angezeigt (z.B. auch auf "
410
  "Archiv-Seiten)."
411
 
412
- #: ../admin/class-advanced-ads-admin.php:1122
413
  msgid ""
414
  "Please check your post content. A priority of 10 and below might cause "
415
  "issues (wpautop function might run twice)."
@@ -417,7 +620,7 @@ msgstr ""
417
  "Bitte überprüfe den Seiteninhalt. Eine Priorität von 10 oder weniger kann "
418
  "Probleme verursachen."
419
 
420
- #: ../admin/class-advanced-ads-admin.php:1124
421
  msgid ""
422
  "Play with this value in order to change the priority of the injected ads "
423
  "compared to other auto injected elements in the post content."
@@ -425,7 +628,7 @@ msgstr ""
425
  "Ändern Sie diesen Wert um die Position automatisch eingefügter Anzeigen im "
426
  "Content gegenüber anderer Elementen zu beeinflussen."
427
 
428
- #: ../admin/class-advanced-ads-admin.php:1138
429
  #, php-format
430
  msgid ""
431
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -436,7 +639,7 @@ msgstr ""
436
  "werden mit dem <a href=\"%s\" target=\"_blank\">Tracking Add-On</a> dann auch "
437
  "keine Impressionen mehr gezählt."
438
 
439
- #: ../admin/class-advanced-ads-admin.php:1139
440
  msgid ""
441
  "Disabling this option only makes sense if your ads contain content you want "
442
  "to display to bots (like search engines) or your site is cached and bots "
@@ -445,7 +648,7 @@ msgstr ""
445
  "Deaktivieren Sie diese Option, wenn Bots (z.B. Suchmaschinen) die "
446
  "Werbeinhalte sehen sollen oder Ihre Seite einen Cache nutzt."
447
 
448
- #: ../admin/class-advanced-ads-admin.php:1152
449
  msgid ""
450
  "Disable internal notices like tips, tutorials, email newsletters and update "
451
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -456,7 +659,7 @@ msgstr ""
456
  "diese Einstellung, wenn Sie Advanced Ads auf mehreren Blog installiert \n"
457
  "haben."
458
 
459
- #: ../admin/class-advanced-ads-admin.php:1174
460
  msgid ""
461
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
462
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -465,7 +668,7 @@ msgstr ""
465
  "Präfix der class oder id Attribute im Frontend. Eine Änderung kann helfen "
466
  "damit Ad-Blocker die Inhalte nicht pauschal entfernen."
467
 
468
- #: ../admin/class-advanced-ads-admin.php:1195
469
  msgid ""
470
  "Remove the ID attribute from widgets in order to not make them an easy "
471
  "target of ad blockers."
@@ -473,7 +676,7 @@ msgstr ""
473
  "ID-Attribut des Anzeigenwidgets entfernen, damit Ad-Blocker hier keinen "
474
  "Ansatz haben es zu blockieren."
475
 
476
- #: ../admin/class-advanced-ads-admin.php:1198
477
  msgid ""
478
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
479
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
@@ -481,11 +684,11 @@ msgstr ""
481
  "Bei Aktivierung kann das Widget nicht mehr mit dem <strong>Q2W3 Fixed "
482
  "Widget</strong> Plugin fixiert werden."
483
 
484
- #: ../admin/class-advanced-ads-admin.php:1220
485
  msgid "Allow editors to also manage and publish ads."
486
  msgstr "Redakteuren erlauben, Anzeigen zu verwalten und veröffentlichen."
487
 
488
- #: ../admin/class-advanced-ads-admin.php:1221
489
  #, php-format
490
  msgid ""
491
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
@@ -494,84 +697,106 @@ msgstr ""
494
  "Mit <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> können Sie Nutzern "
495
  "verschiedene Rechte für Anzeigen einräumen."
496
 
497
- #: ../admin/class-advanced-ads-admin.php:1311
 
 
 
 
 
 
 
 
 
498
  msgid "Ad Details"
499
  msgstr "Anzeigeneinstellungen"
500
 
501
- #: ../admin/class-advanced-ads-admin.php:1312
502
  msgid "Ad Planning"
503
  msgstr "Anzeigenplanung"
504
 
505
- #: ../admin/class-advanced-ads-admin.php:1447
506
  msgid "Ad Settings"
507
  msgstr "Anzeigen-Einstellungen"
508
 
509
- #: ../admin/class-advanced-ads-admin.php:1526 ../admin/views/overview.php:23
510
  msgid "Ads Dashboard"
511
  msgstr "Anzeigen-Dashboard"
512
 
513
- #: ../admin/class-advanced-ads-admin.php:1538
514
  msgid "From the ad optimization universe"
515
  msgstr "Neues aus dem Anzeigen-Universum"
516
 
517
- #: ../admin/class-advanced-ads-admin.php:1547
518
  msgid "Advanced Ads Tutorials"
519
  msgstr "Advanced Ads Tutorials"
520
 
521
- #: ../admin/class-advanced-ads-admin.php:1558
522
  #, php-format
523
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
524
  msgstr "%d Anzeigen – <a href=\"%s\">verwalten</a> - <a href=\"%s\">neu</a>"
525
 
526
- #: ../admin/class-advanced-ads-admin.php:1569
527
  msgid "plugin manual and homepage"
528
  msgstr "Plugin-Anleitung und Homepage"
529
 
530
- #: ../admin/class-advanced-ads-admin.php:1576
531
  msgid "Get the tutorial via email"
532
  msgstr "Tutorial per E-Mail (engl.)"
533
 
534
- #: ../admin/class-advanced-ads-admin.php:1583
535
  msgid "Get AdSense tips via email"
536
  msgstr "AdSense Tips per E-Mail (engl.)"
537
 
538
- #: ../admin/class-advanced-ads-admin.php:1673
539
  #, php-format
540
  msgid "time of %s"
541
  msgstr "Zeit von %s"
542
 
543
- #: ../admin/class-advanced-ads-admin.php:1708
544
  msgid "Error while trying to register the license. Please contact support."
545
  msgstr ""
546
  "Die Lizenz konnte nicht registriert werden. Bitte kontaktieren Sie den "
547
  "Support."
548
 
549
- #: ../admin/class-advanced-ads-admin.php:1714
550
- msgid "Please enter and save a valid license key first."
551
- msgstr "Bitte speichern Sie zunächst einen gültigen Lizenzschlüssel."
 
 
 
 
 
 
552
 
553
- #: ../admin/class-advanced-ads-admin.php:1742
554
  msgid "This is the bundle license key."
555
  msgstr "Diese Lizenz gehört zu einem Bundle."
556
 
557
- #: ../admin/class-advanced-ads-admin.php:1743
558
  msgid "This is not the correct key for this add-on."
559
  msgstr "Diese Lizenz gehört nicht zu diesem Produkt."
560
 
561
- #: ../admin/class-advanced-ads-admin.php:1746
 
 
 
 
562
  #, php-format
563
  msgid "License is invalid. Reason: %s"
564
  msgstr "Die Lizenz ist ungültig. Grund: %s"
565
 
566
- #: ../admin/class-advanced-ads-admin.php:1790
567
  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."
572
- msgstr "Die Lizenz konnte nicht deaktiviert werden."
 
 
573
 
574
- #: ../admin/class-advanced-ads-admin.php:1968
575
  msgid "Add-Ons"
576
  msgstr "Erweiterungen"
577
 
@@ -627,8 +852,10 @@ msgstr "Geordnete Anzeigen"
627
  msgid "Display ads with the highest ad weight first"
628
  msgstr "Anzeigen mit dem höchsten Anzeigengewicht zuerst einblenden."
629
 
630
- #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
631
- #: php:567
 
 
632
  msgid "Edit"
633
  msgstr "Bearbeiten"
634
 
@@ -648,7 +875,7 @@ msgstr "Ungültige Anzeigengruppe"
648
  msgid "You don’t have permission to change the ad groups"
649
  msgstr "Sie haben nicht die notwendigen Rechte um Anzeigengruppen zu löschen."
650
 
651
- #: ../admin/includes/class-notices.php:395
652
  #, php-format
653
  msgid ""
654
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
@@ -657,13 +884,13 @@ msgstr ""
657
  "Es scheint keine E-Mail Adresse hinterlegt worden zu sein. Bitte nutzen Sie "
658
  "<a href=\"%s\" target=\"_blank\">dieses Formular</a> um sich anzumelden."
659
 
660
- #: ../admin/includes/class-notices.php:413
661
  msgid "How embarrassing. The email server seems to be down. Please try again later."
662
  msgstr ""
663
  "Peinlich. Der E-Mail-Dienst scheint gerade nicht erreichbar zu sein. Bitte "
664
  "versuchen Sie es später noch einmal."
665
 
666
- #: ../admin/includes/class-notices.php:418
667
  #, php-format
668
  msgid ""
669
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -888,8 +1115,7 @@ msgstr "Anzeigen für Besucher aus bestimmten Regionen einblenden"
888
  msgid "Get the Geo Targeting add-on"
889
  msgstr "Geo-Targeting holen"
890
 
891
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
892
- #: php:30
893
  msgid ""
894
  "Fix ads to the browser while users are scrolling and create best performing "
895
  "anchor ads."
@@ -905,13 +1131,11 @@ msgstr "Anzeigen erstellen, die beim Scrollen nicht verschwinden"
905
  msgid "build anchor ads not only on mobile devices"
906
  msgstr "Anchor-Anzeigen auch für Desktop-Geräte"
907
 
908
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
909
- #: php:32
910
  msgid "Get the Sticky add-on"
911
  msgstr "Sticky-Erweiterung holen"
912
 
913
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
914
- #: php:37
915
  msgid "Display content and ads in layers and popups on custom events."
916
  msgstr "Anzeigen und Inhalte in Layern und PopUps einblenden."
917
 
@@ -927,8 +1151,7 @@ msgstr "optionaler Hintergrund"
927
  msgid "allow users to close the popup"
928
  msgstr "Nutzern das Schließen des PopUps erlauben"
929
 
930
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
931
- #: php:39
932
  msgid "Get the PopUp and Layer add-on"
933
  msgstr "PopUp und Layer Erweiterung holen"
934
 
@@ -1070,11 +1293,6 @@ msgstr "Abbrechen"
1070
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
1071
  msgstr "Anzeigebedingungen limitierten Anzeigen für bestimmte Seiten."
1072
 
1073
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
1074
- #: 46 ../admin/views/ad-visitor-metabox.php:4
1075
- msgid "Manual"
1076
- msgstr "Anleitung"
1077
-
1078
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
1079
  #: php:2
1080
  #, php-format
@@ -1146,7 +1364,7 @@ msgid "Description"
1146
  msgstr "Beschreibung"
1147
 
1148
  #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1149
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
1150
  msgid "Type"
1151
  msgstr "Typ"
1152
 
@@ -1164,7 +1382,7 @@ msgid "Number of ads that are visible at the same time"
1164
  msgstr "Anzahl der Anzeigen, die gleichzeitig sichtbar sein sollen."
1165
 
1166
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1167
- #: 564
1168
  msgid "Ad"
1169
  msgstr "Anzeige"
1170
 
@@ -1172,7 +1390,7 @@ msgstr "Anzeige"
1172
  msgid "weight"
1173
  msgstr "Gewicht"
1174
 
1175
- #: ../admin/views/ad-group-list-header.php:3
1176
  msgid "Ad Group"
1177
  msgstr "Anzeigengruppe"
1178
 
@@ -1181,12 +1399,12 @@ msgid "Details"
1181
  msgstr "Details"
1182
 
1183
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1184
- #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
1185
  msgid "shortcode"
1186
  msgstr "Shortcode"
1187
 
1188
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1189
- #: admin/views/placements.php:61
1190
  msgid "template"
1191
  msgstr "Template"
1192
 
@@ -1254,88 +1472,105 @@ msgstr "Zum Anzeigen einer Anzeigen-Gruppe mit der ID 6 in Template-Dateien"
1254
  msgid "Update Groups"
1255
  msgstr "Gruppen aktualisieren"
1256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
  #: ../admin/views/ad-info-top.php:4
1258
- msgid "Cool, you just published an ad. What now?"
1259
- msgstr "Super, Sie haben gerade eine Anzeige veröffentlicht. Und jetzt?"
 
 
 
 
 
1260
 
1261
  #: ../admin/views/ad-info-top.php:5
1262
- msgid "Display the ad in …"
1263
- msgstr "Anzeige einbinden in "
 
 
 
 
1264
 
1265
  #: ../admin/views/ad-info-top.php:7
1266
- msgid "… every post or page"
1267
- msgstr "… jeden Beitrag oder jede Seite"
1268
 
1269
- #: ../admin/views/ad-info-top.php:9
1270
- msgid "Use placements to inject the ad automatically into posts and pages."
1271
- msgstr ""
1272
- "Benutzen Sie Platzierungen um Anzeigen automatisch in Beiträge und Seiten "
1273
- "einzubinden."
1274
 
1275
- #: ../admin/views/ad-info-top.php:10
1276
- msgid "Configure Placements"
1277
- msgstr "Platzierungen nutzen"
1278
 
1279
- #: ../admin/views/ad-info-top.php:12
1280
- msgid " Sidebar or Widget Area"
1281
- msgstr " Sidebar oder Widgets"
1282
 
1283
  #: ../admin/views/ad-info-top.php:14
1284
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
1285
- msgstr ""
1286
- "Nutzen Sie das <em>Advanced Ads</em> Widget um Anzeigen in Sidebars und "
1287
- "Widget-Bereichen einzubinden."
1288
-
1289
- #: ../admin/views/ad-info-top.php:15
1290
- msgid "Configure a Widget"
1291
- msgstr "Widget erstellen"
1292
 
1293
  #: ../admin/views/ad-info-top.php:17
1294
- msgid " a few hand selected posts or pages"
1295
- msgstr " in ausgewählten Beiträgen oder Seiten"
1296
 
1297
- #: ../admin/views/ad-info-top.php:19
1298
- msgid ""
1299
- "Use the shortcode below to manually place the ad in the content editor of "
1300
- "posts and pages."
1301
- msgstr ""
1302
- "Benutzen Sie den Shortcode um Anzeigen manuell im Content-Editor von "
1303
- "Beiträgen oder Seiten zu platzieren."
1304
 
1305
  #: ../admin/views/ad-info-top.php:22
1306
- msgid "… in a custom position in your theme"
1307
- msgstr "… in einer festen Position im Theme."
1308
-
1309
- #: ../admin/views/ad-info-top.php:24
1310
  msgid ""
1311
- "Use the function below to manually place the ad into your template files. "
1312
- "This method is needed for more advanced placements like in the header of "
1313
- "your theme."
1314
  msgstr ""
1315
- "Benutzen Sie die Funktion unten um die Anzeige manuell in eine Position in "
1316
- "den Template-Dateien Ihres Themes einzubinden. Diese Methode eignet sich für "
1317
- "den fortgeschrittenen Einsatz von Anzeigen, z.B. im Kopfbereich Ihres Themes."
1318
 
1319
- #: ../admin/views/ad-info-top.php:27
1320
- msgid " in an anchor ad or pop-up"
1321
- msgstr " als Anchor-Anzeige oder Pop-Up"
1322
 
1323
- #: ../admin/views/ad-info-top.php:34
1324
- msgid "You find the settings for the Sticky Ads below."
1325
- msgstr "Sie finden die Einstellungen für Sticky-Anzeigen unten."
1326
 
1327
  #: ../admin/views/ad-info-top.php:41
1328
- msgid "You find the settings for the Layer and PopUp effects below."
1329
- msgstr "Sie finden die Einstellungen für Layer und Pop-Ups unten."
1330
 
1331
- #: ../admin/views/ad-info-top.php:46
1332
- #, php-format
1333
  msgid ""
1334
- "Learn more about your choices to display an ad in the <a href=\"%s\" "
1335
- "target=\"_blank\">manual</a>."
 
 
 
1336
  msgstr ""
1337
- "Erfahren Sie mehr über die Möglichkeiten zur Einbindung von Anzeigen in der "
1338
- "<a href=\"%s\" target=\"_blank\">Anleitung (engl.)</a>."
 
 
 
 
 
 
 
1339
 
1340
  #: ../admin/views/ad-info.php:2
1341
  #, php-format
@@ -1353,15 +1588,15 @@ msgstr ""
1353
  "Sie finden weitere Anzeigemöglichkeiten in der <a href=\"%s\" "
1354
  "target=\"_blank\">Anleitung</a>."
1355
 
1356
- #: ../admin/views/ad-info.php:12
1357
  msgid "click to change"
1358
  msgstr "zum Ändern klicken"
1359
 
1360
- #: ../admin/views/ad-info.php:16
1361
  msgid "Add a description"
1362
  msgstr "Beschreibung angeben"
1363
 
1364
- #: ../admin/views/ad-info.php:19
1365
  msgid "Internal description or your own notes about this ad."
1366
  msgstr "Eigene Beschreibung und Notizen zu dieser Anzeige."
1367
 
@@ -1401,7 +1636,7 @@ msgstr "Keine Anzeigentypen definiert"
1401
  msgid "Everything connected to the ads layout and output."
1402
  msgstr "Alles was mit dem Layout und der Ausgabe im Frontend zusammenhängt."
1403
 
1404
- #: ../admin/views/ad-output-metabox.php:5
1405
  msgid "Position"
1406
  msgstr "Position"
1407
 
@@ -1409,7 +1644,7 @@ msgstr "Position"
1409
  msgid "- default -"
1410
  msgstr "- default -"
1411
 
1412
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
1413
  msgid "default"
1414
  msgstr "Standard"
1415
 
@@ -1425,7 +1660,7 @@ msgstr "mittig"
1425
  msgid "right"
1426
  msgstr "rechts"
1427
 
1428
- #: ../admin/views/ad-output-metabox.php:19
1429
  msgid ""
1430
  "Check this if you don't want the following elements to float around the ad. "
1431
  "(adds a clearfix)"
@@ -1437,55 +1672,55 @@ msgstr ""
1437
  msgid "Margin"
1438
  msgstr "Abstand"
1439
 
1440
- #: ../admin/views/ad-output-metabox.php:23
1441
  msgid "top:"
1442
  msgstr "oben:"
1443
 
1444
- #: ../admin/views/ad-output-metabox.php:25
1445
  msgid "right:"
1446
  msgstr "rechts:"
1447
 
1448
- #: ../admin/views/ad-output-metabox.php:27
1449
  msgid "bottom:"
1450
  msgstr "unten:"
1451
 
1452
- #: ../admin/views/ad-output-metabox.php:29
1453
  msgid "left:"
1454
  msgstr "links:"
1455
 
1456
- #: ../admin/views/ad-output-metabox.php:31
1457
  msgid "tip: use this to add a margin around the ad"
1458
  msgstr ""
1459
  "Tipp: Verwenden Sie dies, um einen Abstand zwischen Anzeige und Inhalt "
1460
  "einzufügen."
1461
 
1462
- #: ../admin/views/ad-output-metabox.php:33
1463
- msgid "container id"
1464
  msgstr "Container-ID"
1465
 
1466
- #: ../admin/views/ad-output-metabox.php:36
1467
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1468
  msgstr ""
1469
  "ID des Anzeigencontainers angeben. Leer lassen für eine zufällig oder keine "
1470
  "ID."
1471
 
1472
- #: ../admin/views/ad-output-metabox.php:38
1473
  msgid "container classes"
1474
  msgstr "Container-Class"
1475
 
1476
- #: ../admin/views/ad-output-metabox.php:41
1477
  msgid ""
1478
  "Specify one or more classes for the container. Separate multiple classes "
1479
  "with a space"
1480
  msgstr "Eine oder mehrere CSS-Klassen für den Container. Mehrere mit Komma trennen."
1481
 
1482
- #: ../admin/views/ad-output-metabox.php:44
1483
- msgid "Enable debug mode."
1484
  msgstr "Debug-Modus aktivieren"
1485
 
1486
- #: ../admin/views/ad-parameters-size.php:2
1487
- msgid "size:"
1488
- msgstr "Größe:"
1489
 
1490
  #: ../admin/views/ad-parameters-size.php:3
1491
  msgid "width"
@@ -1591,7 +1826,7 @@ msgstr "Nur auf mobilen Geräten"
1591
  msgid "not on mobile devices"
1592
  msgstr "Nicht auf mobilen Endgeräten"
1593
 
1594
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:45
1595
  msgid "Debug Page"
1596
  msgstr "Debug-Seite"
1597
 
@@ -1599,14 +1834,6 @@ msgstr "Debug-Seite"
1599
  msgid "Work in progress"
1600
  msgstr "In Arbeit"
1601
 
1602
- #: ../admin/views/debug.php:8
1603
- msgid ""
1604
- "This screen is work in progress. You can use the information if you "
1605
- "understand them, but there is nothing to do here yet."
1606
- msgstr ""
1607
- "Dieser Bildschirm ist in Arbeit. Sie können die Informationen verwenden, "
1608
- "wenn Sie sie verstehen, aber es gibt hier für Sie nichts zu tun."
1609
-
1610
  #: ../admin/views/feedback_disable.php:8
1611
  #, php-format
1612
  msgid "I miss a feature or <a href=\"%s\">add-on</a>"
@@ -1686,6 +1913,16 @@ msgstr "antworten Sie mir auch die Bestätigungsemail mit Ihrer Frage."
1686
  msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1687
  msgstr "Einführung und AdSense Tipps (engl.) erhalten."
1688
 
 
 
 
 
 
 
 
 
 
 
1689
  #: ../admin/views/intro.php:82
1690
  msgid "Display your ad"
1691
  msgstr "Anzeige einblenden"
@@ -1739,7 +1976,7 @@ msgstr ""
1739
  "Weitere Informationen finden Sie in der <a href=\"%s\">Anleitung zu "
1740
  "Platzierungen</a>."
1741
 
1742
- #: ../admin/views/placements.php:25
1743
  msgid "Options"
1744
  msgstr "Optionen"
1745
 
@@ -1752,39 +1989,39 @@ msgstr ""
1752
  "Der Platzierungs-Typ \"%s\" fehlt und wurde auf \"default\" zurückgesetzt."
1753
  "<br/>Bitte prüfen Sie, ob die notwendige Erweiterung aktiviert ist."
1754
 
1755
- #: ../admin/views/placements.php:57
1756
  msgid "show usage"
1757
  msgstr "Nutzungshinweise"
1758
 
1759
- #: ../admin/views/placements.php:69
1760
  msgid "Item"
1761
  msgstr "Anzeige"
1762
 
1763
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1764
  msgid "--not selected--"
1765
  msgstr "--nicht gewählt--"
1766
 
1767
- #: ../admin/views/placements.php:91
1768
  msgid "Inject"
1769
  msgstr "Einfügen"
1770
 
1771
- #: ../admin/views/placements.php:92
1772
  msgid "after"
1773
  msgstr "nach"
1774
 
1775
- #: ../admin/views/placements.php:92
1776
  msgid "before"
1777
  msgstr "vor"
1778
 
1779
- #: ../admin/views/placements.php:112
1780
  msgid "start counting from bottom"
1781
  msgstr "von unten zählen"
1782
 
1783
- #: ../admin/views/placements.php:115
1784
  msgid "Important Notice"
1785
  msgstr "Hinweis"
1786
 
1787
- #: ../admin/views/placements.php:115
1788
  msgid ""
1789
  "Your server is missing an extension. This might break the content injection."
1790
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -1796,32 +2033,32 @@ msgstr ""
1796
  "Ignorieren Sie diese Warnung, wenn das Placement problemlos funktioniert "
1797
  "oder bitten Sie Ihren Hosting-Anbieter <em>mbstring</em> zu aktivieren."
1798
 
1799
- #: ../admin/views/placements.php:125
1800
  msgid "advanced options"
1801
  msgstr "erweiterte Funktionen"
1802
 
1803
- #: ../admin/views/placements.php:133
1804
  msgctxt "checkbox to remove placement"
1805
  msgid "delete"
1806
  msgstr "löschen"
1807
 
1808
- #: ../admin/views/placements.php:139
1809
  msgid "Save Placements"
1810
  msgstr "Platzierungen sichern"
1811
 
1812
- #: ../admin/views/placements.php:141
1813
  msgid "Create a new placement"
1814
  msgstr "Neue Platzierung erstellen"
1815
 
1816
- #: ../admin/views/placements.php:142
1817
  msgid "New Placement"
1818
  msgstr "Neue Platzierung"
1819
 
1820
- #: ../admin/views/placements.php:148
1821
  msgid "Choose a placement type"
1822
  msgstr "Typ der Platzierung wählen"
1823
 
1824
- #: ../admin/views/placements.php:149
1825
  #, php-format
1826
  msgid ""
1827
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -1830,15 +2067,15 @@ msgstr ""
1830
  "Der Platzierungstyp entscheidet darüber wo eine Anzeige im Frontend "
1831
  "platziert wird. Mehr dazu finden Sie in der <a href=\"%s\">Anleitung</a>."
1832
 
1833
- #: ../admin/views/placements.php:166
1834
  msgid "Please select a placement type."
1835
  msgstr "Bitte wählen Sie einen Platzierungs-Typ"
1836
 
1837
- #: ../admin/views/placements.php:168
1838
  msgid "Choose a Name"
1839
  msgstr "Bezeichnung wählen"
1840
 
1841
- #: ../admin/views/placements.php:169
1842
  msgid ""
1843
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1844
  "one, e.g. <em>Below Post Headline</em>."
@@ -1846,23 +2083,23 @@ msgstr ""
1846
  "Die Bezeichnung der Platzierung ist nur für Sie sichtbar. Ich empfehle eine "
1847
  "beschreibende Bezeichnung, z.B. <em>Unter der Artikelüberschrift</em>."
1848
 
1849
- #: ../admin/views/placements.php:170
1850
  msgid "Placement Name"
1851
  msgstr "Bezeichnung"
1852
 
1853
- #: ../admin/views/placements.php:171
1854
  msgid "Please enter a name for your placement."
1855
  msgstr "Bitte tragen Sie den Namen der Platzierung ein."
1856
 
1857
- #: ../admin/views/placements.php:172
1858
  msgid "Choose the Ad or Group"
1859
  msgstr "Anzeige oder Gruppe wählen"
1860
 
1861
- #: ../admin/views/placements.php:173
1862
  msgid "The ad or group that should be displayed."
1863
  msgstr "Die Anzeige oder Anzeigengruppe die angezeigt werden soll."
1864
 
1865
- #: ../admin/views/placements.php:192
1866
  msgid "Save New Placement"
1867
  msgstr "Neue Platzierung sichern"
1868
 
@@ -1870,52 +2107,40 @@ msgstr "Neue Platzierung sichern"
1870
  msgid "Disable ads on this page"
1871
  msgstr "Anzeigen auf dieser Seite deaktivieren."
1872
 
1873
- #: ../admin/views/setting-license.php:10
 
 
 
 
1874
  #, php-format
1875
- msgid ""
1876
- "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1877
- "page</a> to renew it."
1878
- msgstr ""
1879
- "Ihre Lizenz ist abgelaufen. Sie können Sie auf der <a href=\"%s\" "
1880
- "target=\"_blank\">Pluginseite</a> erweitern."
1881
 
1882
  #: ../admin/views/setting-license.php:14
 
 
 
 
 
1883
  msgid "License key"
1884
  msgstr "Lizenzschlüssel"
1885
 
1886
- #: ../admin/views/setting-license.php:24
1887
  msgid "Deactivate License"
1888
  msgstr "Lizenz deaktivieren"
1889
 
1890
- #: ../admin/views/setting-license.php:32
1891
  msgid "Activate License"
1892
  msgstr "Lizenz aktivieren"
1893
 
1894
- #: ../admin/views/setting-license.php:35
1895
- msgid "Please enter a valid license key"
1896
- msgstr "Bitte geben Sie einen gültigen Lizenzschlüssel ein"
1897
-
1898
- #: ../admin/views/setting-license.php:37
1899
  msgid "License key invalid"
1900
  msgstr "Lizenzschlüssel ungültig."
1901
 
1902
- #: ../admin/views/setting-license.php:41
1903
  msgid "active"
1904
  msgstr "aktiv"
1905
 
1906
- #: ../admin/views/setting-license.php:42
1907
- #, php-format
1908
- msgid "(%d days left)"
1909
- msgstr "(noch %d Tage)"
1910
-
1911
- #: ../admin/views/setting-license.php:45
1912
- msgid ""
1913
- "1. enter the key and save options; 2. click the activate button behind the "
1914
- "field"
1915
- msgstr ""
1916
- "1. Lizenzschlüssel eingeben und speichern; 2. Aktivierungs-Button hinter dem "
1917
- "Feld anklicken"
1918
-
1919
  #: ../admin/views/settings-disable-ads.php:3
1920
  msgid "Disable all ads in frontend"
1921
  msgstr "Alle Anzeigen im Frontend deaktivieren"
@@ -1956,23 +2181,27 @@ msgstr ""
1956
  "außerhalb der üblichen Seitenlogik. Aktivieren Sie dieses Feld, wenn "
1957
  "Anzeigen außerhalb der Hauptinhalte erscheinen und dies nicht tun sollen."
1958
 
1959
- #: ../admin/views/settings.php:35
 
 
 
 
1960
  msgid "Save settings on this page"
1961
  msgstr "Einstellungen auf dieser Seite speichern"
1962
 
1963
- #: ../admin/views/settings.php:46
1964
  msgid "Welcome Page"
1965
  msgstr "Willkommen"
1966
 
1967
- #: ../admin/views/settings.php:47
1968
  msgid "Advanced Ads on WordPress.org"
1969
  msgstr "Advanced Ads auf WordPress.org"
1970
 
1971
- #: ../admin/views/settings.php:47
1972
  msgid "Advanced Ads on wp.org"
1973
  msgstr "Advanced Ads auf wp.org"
1974
 
1975
- #: ../admin/views/settings.php:48
1976
  msgid "the company behind Advanced Ads"
1977
  msgstr "das Unternehmen hinter Advanced Ads"
1978
 
@@ -2149,18 +2378,10 @@ msgstr ""
2149
  "Automatisch im Footer der Seite eingebunden (vor dem schließenden &lt;"
2150
  "/body&gt; Tag)."
2151
 
2152
- #: ../classes/ad_placements.php:46
2153
- msgid "Before Content"
2154
- msgstr "Vor dem Inhalt"
2155
-
2156
  #: ../classes/ad_placements.php:47
2157
  msgid "Injected before the post content."
2158
  msgstr "Injiziert vor den Beitrags-Inhalt."
2159
 
2160
- #: ../classes/ad_placements.php:51
2161
- msgid "After Content"
2162
- msgstr "Nach dem Inhalt"
2163
-
2164
  #: ../classes/ad_placements.php:52
2165
  msgid "Injected after the post content."
2166
  msgstr "Injiziert hinter den Beitrags-Inhalt."
@@ -2189,22 +2410,27 @@ msgstr ""
2189
  "Sidebar-Widget mit einer Anzeige erstellen. Kann wie jedes andere Widget "
2190
  "benutzt werden."
2191
 
2192
- #: ../classes/ad_placements.php:204
2193
  #, php-format
2194
  msgid "paragraph (%s)"
2195
  msgstr "Absatz (%s)"
2196
 
2197
- #: ../classes/ad_placements.php:205
 
 
 
 
 
2198
  #, php-format
2199
  msgid "headline 2 (%s)"
2200
  msgstr "Überschrift 2 (%s)"
2201
 
2202
- #: ../classes/ad_placements.php:206
2203
  #, php-format
2204
  msgid "headline 3 (%s)"
2205
  msgstr "Überschrift 3 (%s)"
2206
 
2207
- #: ../classes/ad_placements.php:207
2208
  #, php-format
2209
  msgid "headline 4 (%s)"
2210
  msgstr "Überschrift 4 (%s)"
@@ -2221,6 +2447,19 @@ msgstr ""
2221
  "Der vollständige Content-Editor von Wordpress mit allen Funktionen wie "
2222
  "Textbearbeitung, Shortcodes, Bild-Upload oder -Styling."
2223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2224
  #: ../classes/ad_type_image.php:34
2225
  msgid "Image Ad"
2226
  msgstr "Bildanzeige"
@@ -2278,6 +2517,10 @@ msgid "Insert plain text or code into this field."
2278
  msgstr "Fügen Sie Text oder Code in dieses Feld ein."
2279
 
2280
  #: ../classes/ad_type_plain.php:86
 
 
 
 
2281
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2282
  msgstr "PHP code ausführen (umgeben von <code>&lt;?php ?&gt;</code>)"
2283
 
@@ -2293,21 +2536,21 @@ msgstr ""
2293
  "Bootstrap</a>). Dies kann zu ungünstigen Darstellungen in Formularen führen, "
2294
  "ist jedoch kein kritischer Fehler."
2295
 
2296
- #: ../classes/display-conditions.php:58
2297
  msgid "post type"
2298
  msgstr "Post Type"
2299
 
2300
- #: ../classes/display-conditions.php:59 ../includes/array_ad_conditions.php:40
2301
  msgid "Choose the public post types on which to display the ad."
2302
  msgstr ""
2303
  "Wählen Sie aus den öffentlichen Beitragstypen jene aus, bei denen die "
2304
  "Anzeige erscheinen soll."
2305
 
2306
- #: ../classes/display-conditions.php:65
2307
  msgid "specific pages"
2308
  msgstr "bestimmte Seiten"
2309
 
2310
- #: ../classes/display-conditions.php:66 ../includes/array_ad_conditions.php:58
2311
  msgid ""
2312
  "Choose on which individual posts, pages and public post type pages you want "
2313
  "to display or hide ads."
@@ -2315,104 +2558,118 @@ msgstr ""
2315
  "Wählen Sie die Beiträge, Seiten und anderen öffentlichen Inhalte aus auf "
2316
  "denen Anzeigen angezeigt oder ausgeblendet werden sollen."
2317
 
2318
- #: ../classes/display-conditions.php:71
2319
  msgid "general conditions"
2320
  msgstr "allgemeine Bedingungen"
2321
 
2322
- #: ../classes/display-conditions.php:77
2323
  msgid "author"
2324
  msgstr "Autor"
2325
 
2326
- #: ../classes/display-conditions.php:102
2327
  #, php-format
2328
  msgid "archive: %s"
2329
  msgstr "Archiv: %s"
2330
 
2331
- #: ../classes/display-conditions.php:232 ../classes/display-conditions.php:285 ..
2332
- #: classes/display-conditions.php:360
 
 
 
 
 
 
2333
  msgid "show"
2334
  msgstr "zeigen"
2335
 
2336
- #: ../classes/display-conditions.php:233 ../classes/display-conditions.php:286 ..
2337
- #: classes/display-conditions.php:361
2338
  msgid "hide"
2339
  msgstr "verbergen"
2340
 
2341
- #: ../classes/display-conditions.php:325
2342
  msgctxt "display the terms search field on ad edit page"
2343
  msgid "add more terms"
2344
  msgstr "weitere hinzufügen"
2345
 
2346
- #: ../classes/display-conditions.php:326
2347
  msgid "add more terms"
2348
  msgstr "weitere hinzufügen"
2349
 
2350
- #: ../classes/display-conditions.php:328
2351
  msgid "term name or id"
2352
  msgstr "Name oder ID"
2353
 
2354
- #: ../classes/display-conditions.php:389
2355
  msgid "title or id"
2356
  msgstr "Titel oder ID"
2357
 
2358
- #: ../classes/display-conditions.php:434 ../includes/array_ad_conditions.php:63
2359
  msgid "Home Page"
2360
  msgstr "Homepage"
2361
 
2362
- #: ../classes/display-conditions.php:435 ../includes/array_ad_conditions.php:64
2363
  msgid "show on Home page"
2364
  msgstr "Auf der Startseite anzeigen"
2365
 
2366
- #: ../classes/display-conditions.php:439 ../includes/array_ad_conditions.php:68
2367
  msgid "Singular Pages"
2368
  msgstr "Einzelseiten"
2369
 
2370
- #: ../classes/display-conditions.php:440 ../includes/array_ad_conditions.php:69
2371
  msgid "show on singular pages/posts"
2372
  msgstr "Auf Einzelseiten anzeigen"
2373
 
2374
- #: ../classes/display-conditions.php:444 ../includes/array_ad_conditions.php:73
2375
  msgid "Archive Pages"
2376
  msgstr "Archiv-Seiten"
2377
 
2378
- #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:74
2379
  msgid "show on any type of archive page (category, tag, author and date)"
2380
  msgstr ""
2381
  "Auf jeglichen Archiv-Seiten anzeigen (z.B. Kategorien, Schlagworte, "
2382
  "Autorenarchiv, Datumsarchiv)"
2383
 
2384
- #: ../classes/display-conditions.php:449 ../includes/array_ad_conditions.php:78
2385
  msgid "Search Results"
2386
  msgstr "Ergebnisse suchen"
2387
 
2388
- #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:79
2389
  msgid "show on search result pages"
2390
  msgstr "Auf Suchergebnisseiten anzeigen"
2391
 
2392
- #: ../classes/display-conditions.php:454 ../includes/array_ad_conditions.php:83
2393
  msgid "404 Page"
2394
  msgstr "404-Seite"
2395
 
2396
- #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:84
2397
  msgid "show on 404 error page"
2398
  msgstr "Auf 404-Fehlerseiten anzeigen"
2399
 
2400
- #: ../classes/display-conditions.php:459 ../includes/array_ad_conditions.php:88
2401
  msgid "Attachment Pages"
2402
  msgstr "Anhang-Seiten"
2403
 
2404
- #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:89
2405
  msgid "show on attachment pages"
2406
  msgstr "Auf Anhang-Seiten anzeigen"
2407
 
2408
- #: ../classes/display-conditions.php:464 ../includes/array_ad_conditions.php:93
2409
  msgid "Secondary Queries"
2410
  msgstr "Sekundäre Abfragen"
2411
 
2412
- #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:94
2413
  msgid "allow ads in secondary queries"
2414
  msgstr "In sekundären Abfragen (secundary queries) anzeigen"
2415
 
 
 
 
 
 
 
 
 
2416
  #: ../classes/EDD_SL_Plugin_Updater.php:177
2417
  #, php-format
2418
  msgid ""
@@ -2633,6 +2890,21 @@ msgstr "Dateipfad"
2633
  msgid "Asset URL"
2634
  msgstr "Datei-URL"
2635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2636
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
2637
  msgid "Rebuild asset folder"
2638
  msgstr "Dateiordner erneuern"
@@ -2738,15 +3010,15 @@ msgstr ""
2738
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2739
  msgstr "Die Publisher-ID hat ein falsches Format. Sie muss mit \"pub-\" beginnen."
2740
 
2741
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2742
  msgid "Copy&Paste existing ad code"
2743
  msgstr "Vorhandenen Anzeigencode einfügen"
2744
 
2745
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2746
  msgid "Ad Slot ID"
2747
  msgstr "Anzeigen-ID"
2748
 
2749
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2750
  #, php-format
2751
  msgid "Publisher ID: %s"
2752
  msgstr "Publisher ID: %s"
@@ -2760,16 +3032,7 @@ msgstr "Bitte <a href=\"%s\" target=\"_blank\">hier ändern</a>."
2760
  msgid "Normal"
2761
  msgstr "Normal"
2762
 
2763
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2764
- #, php-format
2765
- msgid ""
2766
- "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2767
- "define the exact creative for each browser width."
2768
- msgstr ""
2769
- "Mit der <a href=\"%s\" target=\"_blank\">Responsive-Erweiterung</a> können Sie "
2770
- "die Breite der Anzeigen für jede Browserbreite angeben."
2771
-
2772
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2773
  msgid "Resizing"
2774
  msgstr "Größe"
2775
 
@@ -2801,93 +3064,85 @@ msgstr "Ihre AdSense Publisher ID fehlt."
2801
  msgid "Auto"
2802
  msgstr "Auto"
2803
 
2804
- #: ../public/class-advanced-ads.php:295
2805
  msgid "Advanced Ads Error following:"
2806
  msgstr "Fehler von Advanced Ads:"
2807
 
2808
- #: ../public/class-advanced-ads.php:298
2809
  #, php-format
2810
  msgid "Advanced Ads Error: %s"
2811
  msgstr "Advanced-Ads-Fehler: %s"
2812
 
2813
- #: ../public/class-advanced-ads.php:526
2814
  msgctxt "ad group general name"
2815
  msgid "Ad Groups"
2816
  msgstr "Anzeigen-Gruppen"
2817
 
2818
- #: ../public/class-advanced-ads.php:527
2819
  msgctxt "ad group singular name"
2820
  msgid "Ad Group"
2821
  msgstr "Anzeigen-Gruppe"
2822
 
2823
- #: ../public/class-advanced-ads.php:528
2824
  msgid "Search Ad Groups"
2825
  msgstr "Anzeigen-Gruppen suchen"
2826
 
2827
- #: ../public/class-advanced-ads.php:529
2828
  msgid "All Ad Groups"
2829
  msgstr "Alle Anzeigen-Gruppen"
2830
 
2831
- #: ../public/class-advanced-ads.php:530
2832
  msgid "Parent Ad Groups"
2833
  msgstr "Parent-Anzeigen-Gruppen"
2834
 
2835
- #: ../public/class-advanced-ads.php:531
2836
  msgid "Parent Ad Groups:"
2837
  msgstr "Parent-Anzeigen-Gruppen"
2838
 
2839
- #: ../public/class-advanced-ads.php:532
2840
  msgid "Edit Ad Group"
2841
  msgstr "Bearbeite Anzeigen-Gruppe"
2842
 
2843
- #: ../public/class-advanced-ads.php:533
2844
  msgid "Update Ad Group"
2845
  msgstr "Aktualisiere Anzeigen-Gruppe"
2846
 
2847
- #: ../public/class-advanced-ads.php:534
2848
  msgid "Add New Ad Group"
2849
  msgstr "Neue Anzeigengruppe hinzufügen"
2850
 
2851
- #: ../public/class-advanced-ads.php:535
2852
  msgid "New Ad Groups Name"
2853
  msgstr "Neuer Anzeigen-Gruppen-Name"
2854
 
2855
- #: ../public/class-advanced-ads.php:537
2856
  msgid "No Ad Group found"
2857
  msgstr "Keine Anzeigen-Gruppe gefunden"
2858
 
2859
- #: ../public/class-advanced-ads.php:565 ../public/class-advanced-ads.php:569
2860
- msgid "New Ad"
2861
- msgstr "Neue Anzeige"
2862
-
2863
- #: ../public/class-advanced-ads.php:566
2864
- msgid "Add New Ad"
2865
- msgstr "Neue Anzeige hinzufügen"
2866
-
2867
- #: ../public/class-advanced-ads.php:568
2868
  msgid "Edit Ad"
2869
  msgstr "Anzeige bearbeiten"
2870
 
2871
- #: ../public/class-advanced-ads.php:570
2872
  msgid "View"
2873
  msgstr "Ansicht"
2874
 
2875
- #: ../public/class-advanced-ads.php:571
2876
  msgid "View the Ad"
2877
  msgstr "Anzeige ansehen"
2878
 
2879
- #: ../public/class-advanced-ads.php:572
2880
  msgid "Search Ads"
2881
  msgstr "Anzeigen suchen"
2882
 
2883
- #: ../public/class-advanced-ads.php:573
2884
  msgid "No Ads found"
2885
  msgstr "Keine Anzeigen gefunden"
2886
 
2887
- #: ../public/class-advanced-ads.php:574
2888
  msgid "No Ads found in Trash"
2889
  msgstr "Keine Anzeigen im Papierkorb gefunden"
2890
 
2891
- #: ../public/class-advanced-ads.php:575
2892
  msgid "Parent Ad"
2893
  msgstr "Übergeordnete Anzeige"
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: Wed May 25 2016 12:18:03 GMT+0200 (CEST)\n"
7
  "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: German\n"
22
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
  "X-Loco-Target-Locale: de_DE"
24
 
25
+ #: ../admin/views/ad-info-bottom.php:3
26
+ msgctxt "advanced-ads"
27
+ msgid "Stop Wizard"
28
+ msgstr "Assistenten beenden"
29
+
30
  #: ../admin/views/feedback_disable.php:3
31
  msgid "Thank you for helping to improve Advanced Ads."
32
  msgstr ""
61
  msgid "What would be a reason to return to Advanced Ads?"
62
  msgstr ""
63
 
64
+ #: ../admin/views/settings.php:48 ../modules/import-export/main.php:15 ..
65
+ #: modules/import-export/main.php:15
66
+ msgid "Import &amp; Export"
67
+ msgstr "Import & Export"
68
+
69
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:56
70
  #, php-format
71
  msgid ""
72
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
73
+ "define the exact size for each browser width or choose between horizontal, "
74
+ "vertical, or rectangle formats."
75
  msgstr ""
76
+ "Mit der <a href=\"%s\" target=\"_blank\">Responsive-Erweiterung</a> können Sie "
77
+ "die Browserbreite angeben, für die eine Anzeige sichtbar sein soll oder "
78
+ "zwischen horizontalem, vertikalem oder rechteckigem Format wählen."
79
 
80
+ #: ../modules/import-export/classes/import.php:60
81
+ msgid "Please enter XML content"
82
+ msgstr "Bitte XML einfügen"
83
+
84
+ #: ../modules/import-export/classes/import.php:138 ../modules/import-
85
+ #: export/classes/import.php:468
86
+ #, php-format
87
+ msgid "New attachment created <em>%s</em> %s"
88
+ msgstr "Neue Datei eingefügt <em>%s</em> %s"
89
+
90
+ #: ../modules/import-export/classes/import.php:170
91
+ #, php-format
92
+ msgid "Failed to import <em>%s</em>"
93
+ msgstr "Import fehlgeschlagen <em>%s</em>"
94
+
95
+ #: ../modules/import-export/classes/import.php:178
96
+ #, php-format
97
+ msgid "New ad created: <em>%s</em> %s"
98
+ msgstr "Neue Anzeige erstellt: <em>%s</em> %s"
99
+
100
+ #: ../modules/import-export/classes/import.php:224
101
+ #, php-format
102
+ msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
103
+ msgstr "Hinzugefügte Terms: <em>%s</em>, zu Beitrag: <em>%s</em>"
104
+
105
+ #: ../modules/import-export/classes/import.php:287
106
+ #, php-format
107
+ msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
108
+ msgstr "Neue Gruppe erstellt, Id: <em>%s</em>, Name: <em>%s</em>"
109
+
110
+ #: ../modules/import-export/classes/import.php:289
111
+ #, php-format
112
+ msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
113
+ msgstr "Taxonomy konnte nicht erstellt werden: <em>%s</em>, Term: <em>%s</em>"
114
+
115
+ #: ../modules/import-export/classes/import.php:353
116
+ #, php-format
117
+ msgid "Placement <em>%s</em> created"
118
+ msgstr "Platzierung <em>%s</em> erstellt"
119
+
120
+ #: ../modules/import-export/classes/import.php:379
121
+ #, php-format
122
+ msgid "Option was updated: <em>%s</em>"
123
+ msgstr "Option aktualisiert: <em>%s</em>"
124
+
125
+ #: ../modules/import-export/classes/import.php:382
126
+ #, php-format
127
+ msgid "Option already exists: <em>%s</em>"
128
+ msgstr "Option existiert bereits: <em>%s</em>"
129
+
130
+ #: ../modules/import-export/classes/import.php:404
131
+ #, php-format
132
+ msgid "Failed to create import directory <em>%s</em>"
133
+ msgstr "Import-Verzeichnis konnte nicht erstellt werden <em>%s</em>"
134
+
135
+ #: ../modules/import-export/classes/import.php:409
136
+ #, php-format
137
+ msgid "Import directory is not writable: <em>%s</em>"
138
+ msgstr "Import-Verzeichnis ist nicht schreibbar: <em>%s</em>"
139
+
140
+ #: ../modules/import-export/classes/import.php:417
141
+ msgid ""
142
+ "File is empty, uploads are disabled or post_max_size is smaller than "
143
+ "upload_max_filesize in php.ini"
144
  msgstr ""
145
+ "Datei ist leer, Upload deaktiviert oder post_max_size ist kleiner als "
146
+ "upload_max_filesize in der php.ini"
147
 
148
+ #: ../modules/import-export/classes/import.php:427
149
+ #, php-format
150
+ msgid "Failed to upload file, error: <em>%s</em>"
151
+ msgstr "Upload fehlgeschlagen, Fehler: <em>%s</em>"
152
 
153
+ #: ../modules/import-export/classes/import.php:432
154
+ msgid "File is empty."
155
+ msgstr "Datei ist leer."
156
 
157
+ #: ../modules/import-export/classes/import.php:437
158
  #, php-format
159
  msgid ""
160
+ "The file could not be created: <em>%s</em>. This is probably a permissions "
161
+ "problem"
162
+ msgstr ""
163
+ "Die Datei konnte nicht erstellt werden: <em>%s</em>. Wahrscheinlich aufgrund "
164
+ "eines Rechte-Problems."
165
+
166
+ #: ../modules/import-export/classes/import.php:510
167
+ #, php-format
168
+ msgid "Invalid filetype <em>%s</em>"
169
+ msgstr "Ungültiger Dateityp <em>%s</em>"
170
+
171
+ #: ../modules/import-export/classes/import.php:515 ../modules/import-
172
+ #: export/classes/import.php:522 ../modules/import-export/classes/import.php:530 .
173
+ #: ./modules/import-export/classes/import.php:545
174
+ #, php-format
175
+ msgid "Error getting remote image <em>%s</em>"
176
+ msgstr "Fehler beim Download des externes Bildes <em>%s</em>"
177
+
178
+ #: ../modules/import-export/classes/import.php:539
179
+ #, php-format
180
+ msgid "Zero size file downloaded <em>%s</em>"
181
+ msgstr "Leere Datei geladen <em>%s</em>"
182
+
183
+ #: ../modules/import-export/classes/XmlEncoder.php:61 ../modules/import-
184
+ #: export/classes/XmlEncoder.php:190
185
+ #, php-format
186
+ msgid "The % extension(s) is not loaded"
187
+ msgstr "Die %s Erweiterung ist nicht aktiv"
188
+
189
+ #: ../modules/import-export/classes/XmlEncoder.php:72
190
+ msgctxt "import_export"
191
+ msgid "The data must be an array"
192
+ msgstr "Die Daten müssen ein Array sein"
193
+
194
+ #: ../modules/import-export/classes/XmlEncoder.php:100
195
+ #, php-format
196
+ msgctxt "import_export"
197
+ msgid "The key %s is not valid"
198
+ msgstr "Der Schlüssel %s ist ungültig"
199
+
200
+ #: ../modules/import-export/classes/XmlEncoder.php:146
201
+ #, php-format
202
+ msgctxt "import_export"
203
+ msgid "An unexpected value could not be serialized: %s"
204
+ msgstr "Der Wert konnte nicht serialisiert werden: %s"
205
+
206
+ #: ../modules/import-export/classes/XmlEncoder.php:194
207
+ msgctxt "import_export"
208
+ msgid "Invalid XML data, it can not be empty"
209
+ msgstr "XML darf nicht leer sein"
210
+
211
+ #: ../modules/import-export/classes/XmlEncoder.php:216
212
+ #, php-format
213
+ msgctxt "import_export"
214
+ msgid "XML error: %s"
215
+ msgstr "XML Fehler: %s"
216
+
217
+ #: ../modules/import-export/views/page.php:16
218
+ msgid "Export"
219
+ msgstr "Export"
220
+
221
+ #: ../modules/import-export/views/page.php:17
222
+ msgid ""
223
+ "When you click the button below Advanced Ads will create an XML file for you "
224
+ "to save to your computer."
225
+ msgstr ""
226
+ "Wenn Sie unten bestätigen, erstellt Advanced Ads eine XML-Datei die Sie auf "
227
+ "Ihrem Computer speichern können."
228
+
229
+ #: ../modules/import-export/views/page.php:28
230
+ msgid "Download Export File"
231
+ msgstr "Export-Datei herunterladen"
232
+
233
+ #: ../modules/import-export/views/page.php:33
234
+ msgid "Import"
235
+ msgstr "Import"
236
+
237
+ #: ../modules/import-export/views/page.php:44
238
+ msgid "Choose an XML file"
239
+ msgstr "XML-Datei wählen"
240
+
241
+ #: ../modules/import-export/views/page.php:45
242
+ msgid "Copy an XML content"
243
+ msgstr "XML-Inhalt einfügen"
244
+
245
+ #: ../modules/import-export/views/page.php:52
246
+ msgid ""
247
+ "Before you can upload your import file, you will need to fix the following "
248
+ "error:"
249
+ msgstr "Vor dem Upload der Import-Datei müssen folgende Fehler behoben werden:"
250
+
251
+ #: ../modules/import-export/views/page.php:57
252
+ #, php-format
253
+ msgid "Maximum size: %s"
254
+ msgstr "Maximale Größe: %s"
255
+
256
+ #: ../modules/import-export/views/page.php:66
257
+ msgid "Start import"
258
+ msgstr "Import starten"
259
 
260
  #. Plugin Name of the plugin/theme
261
  msgid "Advanced Ads"
277
  msgid "http://webgilde.com"
278
  msgstr "http://webgilde.com"
279
 
280
+ #: ../admin/class-advanced-ads-admin.php:215 ../classes/display-conditions.php:
281
+ #: 171 ../classes/visitor-conditions.php:214
282
  msgid "or"
283
  msgstr "oder"
284
 
285
+ #: ../admin/class-advanced-ads-admin.php:216 ../admin/views/ad-display-metabox.
286
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
287
+ #: php:171 ../classes/visitor-conditions.php:214
288
  msgid "and"
289
  msgstr "und"
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:217
292
+ msgid "After which paragraph?"
293
+ msgstr "Nach welchem Absatz?"
294
+
295
+ #: ../admin/class-advanced-ads-admin.php:284
296
  msgid "Overview"
297
  msgstr "Übersicht"
298
 
299
+ #: ../admin/class-advanced-ads-admin.php:288 ../admin/class-advanced-ads-admin.
300
+ #: php:288 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
301
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
302
+ #: admin/views/placements.php:81 ../admin/views/placements.php:185 ..
303
+ #: classes/widget.php:89 ../modules/import-export/views/page.php:23 ..
304
+ #: public/class-advanced-ads.php:590
305
  msgid "Ads"
306
  msgstr "Anzeigen"
307
 
308
+ #: ../admin/class-advanced-ads-admin.php:294 ../public/class-advanced-ads.php:593
309
+ msgid "Add New Ad"
310
+ msgstr "Neue Anzeige hinzufügen"
311
+
312
+ #: ../admin/class-advanced-ads-admin.php:294 ../public/class-advanced-ads.php:592
313
+ #: ../public/class-advanced-ads.php:596
314
+ msgid "New Ad"
315
+ msgstr "Neue Anzeige"
316
+
317
+ #: ../admin/class-advanced-ads-admin.php:299 ../admin/includes/class-shortcode-
318
+ #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
319
+ #: 178 ../classes/widget.php:82
320
  msgid "Ad Groups"
321
  msgstr "Anzeigen-Gruppen"
322
 
323
+ #: ../admin/class-advanced-ads-admin.php:299 ../modules/import-export/views/page.
324
+ #: php:24 ../public/class-advanced-ads.php:563
325
  msgid "Groups"
326
  msgstr "Gruppen"
327
 
328
+ #: ../admin/class-advanced-ads-admin.php:304
329
  msgid "Ad Placements"
330
  msgstr "Anzeigen-Platzierungen"
331
 
332
+ #: ../admin/class-advanced-ads-admin.php:304 ../admin/includes/class-shortcode-
333
+ #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75 ..
334
+ #: modules/import-export/views/page.php:25
335
  msgid "Placements"
336
  msgstr "Platzierungen"
337
 
338
+ #: ../admin/class-advanced-ads-admin.php:308
339
  msgid "Advanced Ads Settings"
340
  msgstr "Advanced-Ads-Einstellungen"
341
 
342
+ #: ../admin/class-advanced-ads-admin.php:308 ../admin/class-advanced-ads-admin.
343
+ #: php:556 ../admin/views/debug.php:10
344
  msgid "Settings"
345
  msgstr "Einstellungen"
346
 
347
+ #: ../admin/class-advanced-ads-admin.php:311
348
  msgid "Advanced Ads Debugging"
349
  msgstr "Advanced-Ads-Fehleranalyse (Debugging)"
350
 
351
+ #: ../admin/class-advanced-ads-admin.php:311
352
  msgid "Debug"
353
  msgstr "Debug"
354
 
355
+ #: ../admin/class-advanced-ads-admin.php:315 ../admin/class-advanced-ads-admin.
356
+ #: php:315
357
  msgid "Advanced Ads Intro"
358
  msgstr "Advanced Ads Einführung"
359
 
360
+ #: ../admin/class-advanced-ads-admin.php:319 ../admin/class-advanced-ads-admin.
361
+ #: php:319 ../admin/class-advanced-ads-admin.php:2110
362
  msgid "Support"
363
  msgstr "Support"
364
 
365
+ #: ../admin/class-advanced-ads-admin.php:431
366
  msgid "Please enter a message"
367
  msgstr "Bitte geben Sie eine Nachricht ein."
368
 
369
+ #: ../admin/class-advanced-ads-admin.php:441
370
  #, php-format
371
  msgid "Email could NOT be sent. Please contact us directly at %s."
372
  msgstr ""
373
  "Die E-Mail konnte nicht gesendet werden. Bitte kontaktieren Sie uns direkt "
374
  "unter %s."
375
 
376
+ #: ../admin/class-advanced-ads-admin.php:444
377
  msgid "Please enter a valid email address"
378
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
379
 
380
+ #: ../admin/class-advanced-ads-admin.php:470 ../admin/class-advanced-ads-admin.
381
+ #: php:497
382
  msgid "Sorry, you are not allowed to access this feature."
383
  msgstr "Sie haben leider keinen Zugriff auf diese Funktion"
384
 
385
+ #: ../admin/class-advanced-ads-admin.php:483
386
  msgid ""
387
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
388
  "deleted?"
390
  "Sie haben versucht, ein Element, das nicht existiert, zu bearbeiten. "
391
  "Vielleicht wurde es gelöscht?"
392
 
393
+ #: ../admin/class-advanced-ads-admin.php:651
394
  msgid "Ad Type"
395
  msgstr "Anzeigen-Typ"
396
 
397
+ #: ../admin/class-advanced-ads-admin.php:657
398
  msgid "Ad Parameters"
399
  msgstr "Anzeigen-Parameter"
400
 
401
+ #: ../admin/class-advanced-ads-admin.php:660
402
  msgid "Layout / Output"
403
  msgstr "Layout / Ausgabe"
404
 
405
+ #: ../admin/class-advanced-ads-admin.php:663
406
  msgid "Display Conditions"
407
  msgstr "Anzeige-Bedingungen"
408
 
409
+ #: ../admin/class-advanced-ads-admin.php:666
410
  msgid "Visitor Conditions"
411
  msgstr "Besucher-Bedingungen"
412
 
413
+ #: ../admin/class-advanced-ads-admin.php:737 ../admin/class-advanced-ads-admin.
414
+ #: php:748 ../admin/class-advanced-ads-admin.php:753 ../admin/views/ad-output-
415
+ #: metabox.php:50
416
+ msgid "Manual"
417
+ msgstr "Anleitung"
418
+
419
+ #: ../admin/class-advanced-ads-admin.php:747
420
+ msgid "Video"
421
+ msgstr "Video"
422
+
423
+ #: ../admin/class-advanced-ads-admin.php:925 ../admin/class-advanced-ads-admin.
424
+ #: php:926
425
  msgid "Ad updated."
426
  msgstr "Anzeige aktualisiert."
427
 
428
  #. translators: %s: date and time of the revision
429
+ #: ../admin/class-advanced-ads-admin.php:928
430
  #, php-format
431
  msgid "Ad restored to revision from %s"
432
  msgstr "Anzeige aus Revision %s wiederhergestellt"
433
 
434
+ #: ../admin/class-advanced-ads-admin.php:929
435
  msgid "Ad published."
436
  msgstr "Anzeige veröffentlicht."
437
 
438
+ #: ../admin/class-advanced-ads-admin.php:930
439
  msgid "Ad saved."
440
  msgstr "Anzeige gespeichert."
441
 
442
+ #: ../admin/class-advanced-ads-admin.php:931
443
  msgid "Ad submitted."
444
  msgstr "Anzeige gesendet."
445
 
446
+ #: ../admin/class-advanced-ads-admin.php:933
447
  #, php-format
448
  msgid "Ad scheduled for: <strong>%1$s</strong>."
449
  msgstr "Anzeige geplant für <strong>%1$s</strong>."
450
 
451
  #. translators: Publish box date format, see http:php.net/date
452
+ #: ../admin/class-advanced-ads-admin.php:935
453
  msgid "M j, Y @ G:i"
454
  msgstr "j M Y @ G:i"
455
 
456
+ #: ../admin/class-advanced-ads-admin.php:937
457
  msgid "Ad draft updated."
458
  msgstr "Anzeigenentwurf gespeichert."
459
 
460
+ #: ../admin/class-advanced-ads-admin.php:956
461
  #, php-format
462
  msgid "%s ad updated."
463
  msgid_plural "%s ads updated."
464
  msgstr[0] "%s Anzeige aktualisiert."
465
  msgstr[1] "%s Anzeigen aktualisiert."
466
 
467
+ #: ../admin/class-advanced-ads-admin.php:957
468
  #, php-format
469
  msgid "%s ad not updated, somebody is editing it."
470
  msgid_plural "%s ads not updated, somebody is editing them."
471
  msgstr[0] "%s Anzeige nicht aktualisiert, jemand bearbeitet sie."
472
  msgstr[1] "%s Anzeigen nicht aktualisiert, jemand bearbeitet sie."
473
 
474
+ #: ../admin/class-advanced-ads-admin.php:958
475
  #, php-format
476
  msgid "%s ad permanently deleted."
477
  msgid_plural "%s ads permanently deleted."
478
  msgstr[0] "%s Anzeige endgültig gelöscht."
479
  msgstr[1] "%s Anzeigen endgültig gelöscht."
480
 
481
+ #: ../admin/class-advanced-ads-admin.php:959
482
  #, php-format
483
  msgid "%s ad moved to the Trash."
484
  msgid_plural "%s ads moved to the Trash."
485
  msgstr[0] "%s Anzeige in den Papierkorb verschoben."
486
  msgstr[1] "%s Anzeigen in den Papierkorb verschoben."
487
 
488
+ #: ../admin/class-advanced-ads-admin.php:960
489
  #, php-format
490
  msgid "%s ad restored from the Trash."
491
  msgid_plural "%s ads restored from the Trash."
492
  msgstr[0] "%s Anzeige aus dem Papierkorb wiederhergestellt."
493
  msgstr[1] "%s Anzeige aus dem Papierkorb wiederhergestellt."
494
 
495
+ #: ../admin/class-advanced-ads-admin.php:995 ../admin/views/settings.php:12
496
  msgid "General"
497
  msgstr "Allgemein"
498
 
499
+ #: ../admin/class-advanced-ads-admin.php:1007 ../admin/class-advanced-ads-admin.
500
+ #: php:1119
501
  msgid "Licenses"
502
  msgstr "Lizenzen"
503
 
504
+ #: ../admin/class-advanced-ads-admin.php:1018
505
  msgid "Disable ads"
506
  msgstr "Anzeigen auf dieser Seite deaktivieren."
507
 
508
+ #: ../admin/class-advanced-ads-admin.php:1026
509
  msgid "Hide ads for logged in users"
510
  msgstr "Verstecke Anzeigen vor eingeloggten Benutzern"
511
 
512
+ #: ../admin/class-advanced-ads-admin.php:1034
513
  msgid "Use advanced JavaScript"
514
  msgstr "Advanced-JavaScript benutzen"
515
 
516
+ #: ../admin/class-advanced-ads-admin.php:1042
517
  msgid "Unlimited ad injection"
518
  msgstr "Anzeigen-Injektion überall aktivieren "
519
 
520
+ #: ../admin/class-advanced-ads-admin.php:1050
521
  msgid "Priority of content injection filter"
522
  msgstr "Priorität der Anzeigen-Injektion"
523
 
524
+ #: ../admin/class-advanced-ads-admin.php:1058
525
  msgid "Hide ads from bots"
526
  msgstr "Anzeigen vor Bots verbergen"
527
 
528
+ #: ../admin/class-advanced-ads-admin.php:1066
529
  msgid "Disable notices"
530
  msgstr "Mitteilungen deaktivieren"
531
 
532
+ #: ../admin/class-advanced-ads-admin.php:1074
533
  msgid "ID prefix"
534
  msgstr "ID Präfix"
535
 
536
+ #: ../admin/class-advanced-ads-admin.php:1082
537
  msgid "Remove Widget ID"
538
  msgstr "ID des Widget entfernen"
539
 
540
+ #: ../admin/class-advanced-ads-admin.php:1090
541
  msgid "Allow editors to manage ads"
542
  msgstr "Redakteure können Anzeigen verwalten"
543
 
544
+ #: ../admin/class-advanced-ads-admin.php:1098
545
+ msgid "Ad label"
546
+ msgstr "Anzeigenüberschrift"
547
+
548
+ #: ../admin/class-advanced-ads-admin.php:1175
549
  msgid "(display to all)"
550
  msgstr "(für alle sichtbar)"
551
 
552
+ #: ../admin/class-advanced-ads-admin.php:1176
553
  msgid "Subscriber"
554
  msgstr "Abonnent"
555
 
556
+ #: ../admin/class-advanced-ads-admin.php:1177
557
  msgid "Contributor"
558
  msgstr "Mitarbeiter"
559
 
560
+ #: ../admin/class-advanced-ads-admin.php:1178
561
  msgid "Author"
562
  msgstr "Autor"
563
 
564
+ #: ../admin/class-advanced-ads-admin.php:1179
565
  msgid "Editor"
566
  msgstr "Redakteur"
567
 
568
+ #: ../admin/class-advanced-ads-admin.php:1180
569
  msgid "Admin"
570
  msgstr "Admin"
571
 
572
+ #: ../admin/class-advanced-ads-admin.php:1188
573
  msgid "Choose the lowest role a user must have in order to not see any ads."
574
  msgstr ""
575
  "Wählen Sie die niedrigste Rolle die ein Benutzer haben muss um keine "
576
  "Anzeigen zu sehen."
577
 
578
+ #: ../admin/class-advanced-ads-admin.php:1202
579
  msgid ""
580
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
581
  "needs it."
583
  "<strong>Hinweis: </strong>die Datei wird aktuell von einer Erweiterung "
584
  "benutzt."
585
 
586
+ #: ../admin/class-advanced-ads-admin.php:1205
587
  #, php-format
588
  msgid ""
589
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
594
  "target=\"_blank\">Info</a>). Einige Funktionen und Erweiterungen können diese "
595
  "Einstellung überschreiben, wenn sie die Datei benötigen."
596
 
597
+ #: ../admin/class-advanced-ads-admin.php:1218
598
  msgid ""
599
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
600
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
612
  "werden überall dort, wo Beiträge geladen werden, angezeigt (z.B. auch auf "
613
  "Archiv-Seiten)."
614
 
615
+ #: ../admin/class-advanced-ads-admin.php:1234
616
  msgid ""
617
  "Please check your post content. A priority of 10 and below might cause "
618
  "issues (wpautop function might run twice)."
620
  "Bitte überprüfe den Seiteninhalt. Eine Priorität von 10 oder weniger kann "
621
  "Probleme verursachen."
622
 
623
+ #: ../admin/class-advanced-ads-admin.php:1236
624
  msgid ""
625
  "Play with this value in order to change the priority of the injected ads "
626
  "compared to other auto injected elements in the post content."
628
  "Ändern Sie diesen Wert um die Position automatisch eingefügter Anzeigen im "
629
  "Content gegenüber anderer Elementen zu beeinflussen."
630
 
631
+ #: ../admin/class-advanced-ads-admin.php:1250
632
  #, php-format
633
  msgid ""
634
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
639
  "werden mit dem <a href=\"%s\" target=\"_blank\">Tracking Add-On</a> dann auch "
640
  "keine Impressionen mehr gezählt."
641
 
642
+ #: ../admin/class-advanced-ads-admin.php:1251
643
  msgid ""
644
  "Disabling this option only makes sense if your ads contain content you want "
645
  "to display to bots (like search engines) or your site is cached and bots "
648
  "Deaktivieren Sie diese Option, wenn Bots (z.B. Suchmaschinen) die "
649
  "Werbeinhalte sehen sollen oder Ihre Seite einen Cache nutzt."
650
 
651
+ #: ../admin/class-advanced-ads-admin.php:1264
652
  msgid ""
653
  "Disable internal notices like tips, tutorials, email newsletters and update "
654
  "notices. Disabling notices is recommended if you run multiple blogs with "
659
  "diese Einstellung, wenn Sie Advanced Ads auf mehreren Blog installiert \n"
660
  "haben."
661
 
662
+ #: ../admin/class-advanced-ads-admin.php:1281
663
  msgid ""
664
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
665
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
668
  "Präfix der class oder id Attribute im Frontend. Eine Änderung kann helfen "
669
  "damit Ad-Blocker die Inhalte nicht pauschal entfernen."
670
 
671
+ #: ../admin/class-advanced-ads-admin.php:1302
672
  msgid ""
673
  "Remove the ID attribute from widgets in order to not make them an easy "
674
  "target of ad blockers."
676
  "ID-Attribut des Anzeigenwidgets entfernen, damit Ad-Blocker hier keinen "
677
  "Ansatz haben es zu blockieren."
678
 
679
+ #: ../admin/class-advanced-ads-admin.php:1305
680
  msgid ""
681
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
682
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
684
  "Bei Aktivierung kann das Widget nicht mehr mit dem <strong>Q2W3 Fixed "
685
  "Widget</strong> Plugin fixiert werden."
686
 
687
+ #: ../admin/class-advanced-ads-admin.php:1327
688
  msgid "Allow editors to also manage and publish ads."
689
  msgstr "Redakteuren erlauben, Anzeigen zu verwalten und veröffentlichen."
690
 
691
+ #: ../admin/class-advanced-ads-admin.php:1328
692
  #, php-format
693
  msgid ""
694
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
697
  "Mit <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> können Sie Nutzern "
698
  "verschiedene Rechte für Anzeigen einräumen."
699
 
700
+ #: ../admin/class-advanced-ads-admin.php:1340 ../public/class-advanced-ads.php:711
701
+ msgctxt "label before ads"
702
+ msgid "Advertisements"
703
+ msgstr "Werbung"
704
+
705
+ #: ../admin/class-advanced-ads-admin.php:1347
706
+ msgid "Displayed above ads."
707
+ msgstr "Über der Anzeige eingeblendet."
708
+
709
+ #: ../admin/class-advanced-ads-admin.php:1405
710
  msgid "Ad Details"
711
  msgstr "Anzeigeneinstellungen"
712
 
713
+ #: ../admin/class-advanced-ads-admin.php:1406
714
  msgid "Ad Planning"
715
  msgstr "Anzeigenplanung"
716
 
717
+ #: ../admin/class-advanced-ads-admin.php:1541
718
  msgid "Ad Settings"
719
  msgstr "Anzeigen-Einstellungen"
720
 
721
+ #: ../admin/class-advanced-ads-admin.php:1620 ../admin/views/overview.php:23
722
  msgid "Ads Dashboard"
723
  msgstr "Anzeigen-Dashboard"
724
 
725
+ #: ../admin/class-advanced-ads-admin.php:1632
726
  msgid "From the ad optimization universe"
727
  msgstr "Neues aus dem Anzeigen-Universum"
728
 
729
+ #: ../admin/class-advanced-ads-admin.php:1641
730
  msgid "Advanced Ads Tutorials"
731
  msgstr "Advanced Ads Tutorials"
732
 
733
+ #: ../admin/class-advanced-ads-admin.php:1652
734
  #, php-format
735
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
736
  msgstr "%d Anzeigen – <a href=\"%s\">verwalten</a> - <a href=\"%s\">neu</a>"
737
 
738
+ #: ../admin/class-advanced-ads-admin.php:1663
739
  msgid "plugin manual and homepage"
740
  msgstr "Plugin-Anleitung und Homepage"
741
 
742
+ #: ../admin/class-advanced-ads-admin.php:1670
743
  msgid "Get the tutorial via email"
744
  msgstr "Tutorial per E-Mail (engl.)"
745
 
746
+ #: ../admin/class-advanced-ads-admin.php:1677
747
  msgid "Get AdSense tips via email"
748
  msgstr "AdSense Tips per E-Mail (engl.)"
749
 
750
+ #: ../admin/class-advanced-ads-admin.php:1766
751
  #, php-format
752
  msgid "time of %s"
753
  msgstr "Zeit von %s"
754
 
755
+ #: ../admin/class-advanced-ads-admin.php:1802
756
  msgid "Error while trying to register the license. Please contact support."
757
  msgstr ""
758
  "Die Lizenz konnte nicht registriert werden. Bitte kontaktieren Sie den "
759
  "Support."
760
 
761
+ #: ../admin/class-advanced-ads-admin.php:1807 ../admin/views/setting-license.php:37
762
+ msgid "Please enter a valid license key"
763
+ msgstr "Bitte geben Sie einen gültigen Lizenzschlüssel ein"
764
+
765
+ #: ../admin/class-advanced-ads-admin.php:1833
766
+ msgid "License couldn’t be activated. Please try again later."
767
+ msgstr ""
768
+ "Die Lizenz konnte nicht aktiviert werden. Bitte versuchen Sie es später noch "
769
+ "einmal."
770
 
771
+ #: ../admin/class-advanced-ads-admin.php:1845
772
  msgid "This is the bundle license key."
773
  msgstr "Diese Lizenz gehört zu einem Bundle."
774
 
775
+ #: ../admin/class-advanced-ads-admin.php:1846
776
  msgid "This is not the correct key for this add-on."
777
  msgstr "Diese Lizenz gehört nicht zu diesem Produkt."
778
 
779
+ #: ../admin/class-advanced-ads-admin.php:1847
780
+ msgid "There are no activations left."
781
+ msgstr "Keine Aktivierungen übrig."
782
+
783
+ #: ../admin/class-advanced-ads-admin.php:1856
784
  #, php-format
785
  msgid "License is invalid. Reason: %s"
786
  msgstr "Die Lizenz ist ungültig. Grund: %s"
787
 
788
+ #: ../admin/class-advanced-ads-admin.php:1910
789
  msgid "Error while trying to disable the license. Please contact support."
790
  msgstr "Fehler beim Deaktivieren der Lizenz. Bitte Support kontaktieren."
791
 
792
+ #: ../admin/class-advanced-ads-admin.php:1933 ../admin/class-advanced-ads-admin.
793
+ #: php:1950
794
  msgid "License couldn’t be deactivated. Please try again later."
795
+ msgstr ""
796
+ "Die Lizenz konnte nicht deaktiviert werden. Bitte versuchen Sie es später "
797
+ "noch einmal."
798
 
799
+ #: ../admin/class-advanced-ads-admin.php:2114
800
  msgid "Add-Ons"
801
  msgstr "Erweiterungen"
802
 
852
  msgid "Display ads with the highest ad weight first"
853
  msgstr "Anzeigen mit dem höchsten Anzeigengewicht zuerst einblenden."
854
 
855
+ #: ../admin/includes/class-ad-groups-list.php:275 ../modules/import-
856
+ #: export/classes/import.php:137 ../modules/import-export/classes/import.php:177 .
857
+ #: ./modules/import-export/classes/import.php:467 ../public/class-advanced-ads.
858
+ #: php:594
859
  msgid "Edit"
860
  msgstr "Bearbeiten"
861
 
875
  msgid "You don’t have permission to change the ad groups"
876
  msgstr "Sie haben nicht die notwendigen Rechte um Anzeigengruppen zu löschen."
877
 
878
+ #: ../admin/includes/class-notices.php:408
879
  #, php-format
880
  msgid ""
881
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
884
  "Es scheint keine E-Mail Adresse hinterlegt worden zu sein. Bitte nutzen Sie "
885
  "<a href=\"%s\" target=\"_blank\">dieses Formular</a> um sich anzumelden."
886
 
887
+ #: ../admin/includes/class-notices.php:426
888
  msgid "How embarrassing. The email server seems to be down. Please try again later."
889
  msgstr ""
890
  "Peinlich. Der E-Mail-Dienst scheint gerade nicht erreichbar zu sein. Bitte "
891
  "versuchen Sie es später noch einmal."
892
 
893
+ #: ../admin/includes/class-notices.php:431
894
  #, php-format
895
  msgid ""
896
  "Please check your email (%s) for the confirmation message. If you didn’t "
1115
  msgid "Get the Geo Targeting add-on"
1116
  msgstr "Geo-Targeting holen"
1117
 
1118
+ #: ../admin/includes/class-overview-widgets.php:221
 
1119
  msgid ""
1120
  "Fix ads to the browser while users are scrolling and create best performing "
1121
  "anchor ads."
1131
  msgid "build anchor ads not only on mobile devices"
1132
  msgstr "Anchor-Anzeigen auch für Desktop-Geräte"
1133
 
1134
+ #: ../admin/includes/class-overview-widgets.php:225
 
1135
  msgid "Get the Sticky add-on"
1136
  msgstr "Sticky-Erweiterung holen"
1137
 
1138
+ #: ../admin/includes/class-overview-widgets.php:233
 
1139
  msgid "Display content and ads in layers and popups on custom events."
1140
  msgstr "Anzeigen und Inhalte in Layern und PopUps einblenden."
1141
 
1151
  msgid "allow users to close the popup"
1152
  msgstr "Nutzern das Schließen des PopUps erlauben"
1153
 
1154
+ #: ../admin/includes/class-overview-widgets.php:238
 
1155
  msgid "Get the PopUp and Layer add-on"
1156
  msgstr "PopUp und Layer Erweiterung holen"
1157
 
1293
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
1294
  msgstr "Anzeigebedingungen limitierten Anzeigen für bestimmte Seiten."
1295
 
 
 
 
 
 
1296
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
1297
  #: php:2
1298
  #, php-format
1364
  msgstr "Beschreibung"
1365
 
1366
  #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1367
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:47
1368
  msgid "Type"
1369
  msgstr "Typ"
1370
 
1382
  msgstr "Anzahl der Anzeigen, die gleichzeitig sichtbar sein sollen."
1383
 
1384
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1385
+ #: 591
1386
  msgid "Ad"
1387
  msgstr "Anzeige"
1388
 
1390
  msgid "weight"
1391
  msgstr "Gewicht"
1392
 
1393
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1394
  msgid "Ad Group"
1395
  msgstr "Anzeigengruppe"
1396
 
1399
  msgstr "Details"
1400
 
1401
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1402
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:59
1403
  msgid "shortcode"
1404
  msgstr "Shortcode"
1405
 
1406
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1407
+ #: admin/views/placements.php:62
1408
  msgid "template"
1409
  msgstr "Template"
1410
 
1472
  msgid "Update Groups"
1473
  msgstr "Gruppen aktualisieren"
1474
 
1475
+ #: ../admin/views/ad-info-bottom.php:2
1476
+ msgctxt "wizard navigation"
1477
+ msgid "previous"
1478
+ msgstr "zurück"
1479
+
1480
+ #: ../admin/views/ad-info-bottom.php:4
1481
+ msgctxt "wizard navigation"
1482
+ msgid "save"
1483
+ msgstr "speichern"
1484
+
1485
+ #: ../admin/views/ad-info-bottom.php:5
1486
+ msgctxt "wizard navigation"
1487
+ msgid "next"
1488
+ msgstr "weiter"
1489
+
1490
  #: ../admin/views/ad-info-top.php:4
1491
+ #, php-format
1492
+ msgid ""
1493
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
1494
+ "placement options <a href=\"%s\">here</a>."
1495
+ msgstr ""
1496
+ "Herzlichen Glückwunsch! Ihre Anzeige ist jetzt für Besucher sichtbar. Sie "
1497
+ "können die Platzierung <a href=\"%s\">hier</a> anpassen."
1498
 
1499
  #: ../admin/views/ad-info-top.php:5
1500
+ msgid "Where do you want to display the ad?"
1501
+ msgstr "Wo wollen Sie die Anzeige platzieren?"
1502
+
1503
+ #: ../admin/views/ad-info-top.php:6 ../classes/ad_placements.php:46
1504
+ msgid "Before Content"
1505
+ msgstr "Vor dem Inhalt"
1506
 
1507
  #: ../admin/views/ad-info-top.php:7
1508
+ msgid "Content"
1509
+ msgstr "Inhalt"
1510
 
1511
+ #: ../admin/views/ad-info-top.php:8 ../classes/ad_placements.php:51
1512
+ msgid "After Content"
1513
+ msgstr "Nach dem Inhalt"
 
 
1514
 
1515
+ #: ../admin/views/ad-info-top.php:9
1516
+ msgid "Manage Sidebar"
1517
+ msgstr "Sidebar verwalten"
1518
 
1519
+ #: ../admin/views/ad-info-top.php:11
1520
+ msgid "Show Pro Places"
1521
+ msgstr "Pro Optionen zeigen"
1522
 
1523
  #: ../admin/views/ad-info-top.php:14
1524
+ msgid "Show Sticky Places"
1525
+ msgstr "Sticky Position zeigen"
 
 
 
 
 
 
1526
 
1527
  #: ../admin/views/ad-info-top.php:17
1528
+ msgid "Show PopUp"
1529
+ msgstr "PopUp zeigen"
1530
 
1531
+ #: ../admin/views/ad-info-top.php:21
1532
+ #, php-format
1533
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
1534
+ msgstr "Oder benutzen Sie den Shortcode %s um die Anzeige manuell zu platzieren."
 
 
 
1535
 
1536
  #: ../admin/views/ad-info-top.php:22
1537
+ #, php-format
 
 
 
1538
  msgid ""
1539
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
1540
+ "target=\"_blank\">manual</a>."
 
1541
  msgstr ""
1542
+ "Weitere Möglichkeiten um Anzeigen zu platzieren finden Sie in der <a "
1543
+ "href=\"%s\" target=\"_blank\">Anleitung</a>."
 
1544
 
1545
+ #: ../admin/views/ad-info-top.php:31 ../admin/views/ad-info-top.php:43
1546
+ msgid "Start Wizard"
1547
+ msgstr "Assistenten starten"
1548
 
1549
+ #: ../admin/views/ad-info-top.php:32
1550
+ msgid "Stop Wizard"
1551
+ msgstr "Assistenten beenden"
1552
 
1553
  #: ../admin/views/ad-info-top.php:41
1554
+ msgid "Welcome to the Wizard"
1555
+ msgstr "Willkommen beim Assistenten"
1556
 
1557
+ #: ../admin/views/ad-info-top.php:42
 
1558
  msgid ""
1559
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1560
+ "the most common options are visible.<br/>You can access all options when "
1561
+ "<strong>switching off</strong> the Wizard using the <em>Stop Wizard</em> "
1562
+ "button.<br/>You can <strong>switch on</strong> the Wizard at any time using "
1563
+ "the <em>Start Wizard</em> button."
1564
  msgstr ""
1565
+ "Der Assistent hilft Ihnen schnell eine Anzeige zu veröffentlichen. Daher "
1566
+ "werden nur die wichtigsten Einstellungen angezeigt. <br/>Sie können alle "
1567
+ "Einstellungen sehen, wenn Sie auf <em>Assistenten beenden</em> drücken."
1568
+ "<br/>Sie können den Assistenten <em>später wieder aktivieren</em> indem Sie "
1569
+ "auf <em>Wizard starten</em> drücken."
1570
+
1571
+ #: ../admin/views/ad-info-top.php:44
1572
+ msgid "Stop Wizard and show all options"
1573
+ msgstr "Assistenten beenden und alle Optionen anzeigen"
1574
 
1575
  #: ../admin/views/ad-info.php:2
1576
  #, php-format
1588
  "Sie finden weitere Anzeigemöglichkeiten in der <a href=\"%s\" "
1589
  "target=\"_blank\">Anleitung</a>."
1590
 
1591
+ #: ../admin/views/ad-info.php:11
1592
  msgid "click to change"
1593
  msgstr "zum Ändern klicken"
1594
 
1595
+ #: ../admin/views/ad-info.php:15
1596
  msgid "Add a description"
1597
  msgstr "Beschreibung angeben"
1598
 
1599
+ #: ../admin/views/ad-info.php:18
1600
  msgid "Internal description or your own notes about this ad."
1601
  msgstr "Eigene Beschreibung und Notizen zu dieser Anzeige."
1602
 
1636
  msgid "Everything connected to the ads layout and output."
1637
  msgstr "Alles was mit dem Layout und der Ausgabe im Frontend zusammenhängt."
1638
 
1639
+ #: ../admin/views/ad-output-metabox.php:4
1640
  msgid "Position"
1641
  msgstr "Position"
1642
 
1644
  msgid "- default -"
1645
  msgstr "- default -"
1646
 
1647
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:52
1648
  msgid "default"
1649
  msgstr "Standard"
1650
 
1660
  msgid "right"
1661
  msgstr "rechts"
1662
 
1663
+ #: ../admin/views/ad-output-metabox.php:18
1664
  msgid ""
1665
  "Check this if you don't want the following elements to float around the ad. "
1666
  "(adds a clearfix)"
1672
  msgid "Margin"
1673
  msgstr "Abstand"
1674
 
1675
+ #: ../admin/views/ad-output-metabox.php:24
1676
  msgid "top:"
1677
  msgstr "oben:"
1678
 
1679
+ #: ../admin/views/ad-output-metabox.php:26
1680
  msgid "right:"
1681
  msgstr "rechts:"
1682
 
1683
+ #: ../admin/views/ad-output-metabox.php:28
1684
  msgid "bottom:"
1685
  msgstr "unten:"
1686
 
1687
+ #: ../admin/views/ad-output-metabox.php:30
1688
  msgid "left:"
1689
  msgstr "links:"
1690
 
1691
+ #: ../admin/views/ad-output-metabox.php:32
1692
  msgid "tip: use this to add a margin around the ad"
1693
  msgstr ""
1694
  "Tipp: Verwenden Sie dies, um einen Abstand zwischen Anzeige und Inhalt "
1695
  "einzufügen."
1696
 
1697
+ #: ../admin/views/ad-output-metabox.php:35
1698
+ msgid "container ID"
1699
  msgstr "Container-ID"
1700
 
1701
+ #: ../admin/views/ad-output-metabox.php:38
1702
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1703
  msgstr ""
1704
  "ID des Anzeigencontainers angeben. Leer lassen für eine zufällig oder keine "
1705
  "ID."
1706
 
1707
+ #: ../admin/views/ad-output-metabox.php:41
1708
  msgid "container classes"
1709
  msgstr "Container-Class"
1710
 
1711
+ #: ../admin/views/ad-output-metabox.php:44
1712
  msgid ""
1713
  "Specify one or more classes for the container. Separate multiple classes "
1714
  "with a space"
1715
  msgstr "Eine oder mehrere CSS-Klassen für den Container. Mehrere mit Komma trennen."
1716
 
1717
+ #: ../admin/views/ad-output-metabox.php:47
1718
+ msgid "Enable debug mode"
1719
  msgstr "Debug-Modus aktivieren"
1720
 
1721
+ #: ../admin/views/ad-parameters-size.php:1
1722
+ msgid "size"
1723
+ msgstr "Abmaße"
1724
 
1725
  #: ../admin/views/ad-parameters-size.php:3
1726
  msgid "width"
1826
  msgid "not on mobile devices"
1827
  msgstr "Nicht auf mobilen Endgeräten"
1828
 
1829
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:49
1830
  msgid "Debug Page"
1831
  msgstr "Debug-Seite"
1832
 
1834
  msgid "Work in progress"
1835
  msgstr "In Arbeit"
1836
 
 
 
 
 
 
 
 
 
1837
  #: ../admin/views/feedback_disable.php:8
1838
  #, php-format
1839
  msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1913
  msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1914
  msgstr "Einführung und AdSense Tipps (engl.) erhalten."
1915
 
1916
+ #: ../admin/views/intro.php:79
1917
+ #, php-format
1918
+ msgid ""
1919
+ "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
1920
+ "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
1921
+ msgstr ""
1922
+ "Einfach mit einer <a href=\"%1$s\" target=\"blank\">neuen Anzeige</a> anfangen "
1923
+ "oder das <a href=\"%2$s\" target=\"blank\">Video-Tutorial (3:29min, eng.)</a> "
1924
+ "anschauen."
1925
+
1926
  #: ../admin/views/intro.php:82
1927
  msgid "Display your ad"
1928
  msgstr "Anzeige einblenden"
1976
  "Weitere Informationen finden Sie in der <a href=\"%s\">Anleitung zu "
1977
  "Platzierungen</a>."
1978
 
1979
+ #: ../admin/views/placements.php:25 ../modules/import-export/views/page.php:26
1980
  msgid "Options"
1981
  msgstr "Optionen"
1982
 
1989
  "Der Platzierungs-Typ \"%s\" fehlt und wurde auf \"default\" zurückgesetzt."
1990
  "<br/>Bitte prüfen Sie, ob die notwendige Erweiterung aktiviert ist."
1991
 
1992
+ #: ../admin/views/placements.php:58
1993
  msgid "show usage"
1994
  msgstr "Nutzungshinweise"
1995
 
1996
+ #: ../admin/views/placements.php:70
1997
  msgid "Item"
1998
  msgstr "Anzeige"
1999
 
2000
+ #: ../admin/views/placements.php:72 ../admin/views/placements.php:176
2001
  msgid "--not selected--"
2002
  msgstr "--nicht gewählt--"
2003
 
2004
+ #: ../admin/views/placements.php:92
2005
  msgid "Inject"
2006
  msgstr "Einfügen"
2007
 
2008
+ #: ../admin/views/placements.php:93
2009
  msgid "after"
2010
  msgstr "nach"
2011
 
2012
+ #: ../admin/views/placements.php:93
2013
  msgid "before"
2014
  msgstr "vor"
2015
 
2016
+ #: ../admin/views/placements.php:113
2017
  msgid "start counting from bottom"
2018
  msgstr "von unten zählen"
2019
 
2020
+ #: ../admin/views/placements.php:116
2021
  msgid "Important Notice"
2022
  msgstr "Hinweis"
2023
 
2024
+ #: ../admin/views/placements.php:116
2025
  msgid ""
2026
  "Your server is missing an extension. This might break the content injection."
2027
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
2033
  "Ignorieren Sie diese Warnung, wenn das Placement problemlos funktioniert "
2034
  "oder bitten Sie Ihren Hosting-Anbieter <em>mbstring</em> zu aktivieren."
2035
 
2036
+ #: ../admin/views/placements.php:126
2037
  msgid "advanced options"
2038
  msgstr "erweiterte Funktionen"
2039
 
2040
+ #: ../admin/views/placements.php:134
2041
  msgctxt "checkbox to remove placement"
2042
  msgid "delete"
2043
  msgstr "löschen"
2044
 
2045
+ #: ../admin/views/placements.php:140
2046
  msgid "Save Placements"
2047
  msgstr "Platzierungen sichern"
2048
 
2049
+ #: ../admin/views/placements.php:142
2050
  msgid "Create a new placement"
2051
  msgstr "Neue Platzierung erstellen"
2052
 
2053
+ #: ../admin/views/placements.php:143
2054
  msgid "New Placement"
2055
  msgstr "Neue Platzierung"
2056
 
2057
+ #: ../admin/views/placements.php:149
2058
  msgid "Choose a placement type"
2059
  msgstr "Typ der Platzierung wählen"
2060
 
2061
+ #: ../admin/views/placements.php:150
2062
  #, php-format
2063
  msgid ""
2064
  "Placement types define where the ad is going to be displayed. Learn more "
2067
  "Der Platzierungstyp entscheidet darüber wo eine Anzeige im Frontend "
2068
  "platziert wird. Mehr dazu finden Sie in der <a href=\"%s\">Anleitung</a>."
2069
 
2070
+ #: ../admin/views/placements.php:167
2071
  msgid "Please select a placement type."
2072
  msgstr "Bitte wählen Sie einen Platzierungs-Typ"
2073
 
2074
+ #: ../admin/views/placements.php:169
2075
  msgid "Choose a Name"
2076
  msgstr "Bezeichnung wählen"
2077
 
2078
+ #: ../admin/views/placements.php:170
2079
  msgid ""
2080
  "The name of the placement is only visible to you. Tip: choose a descriptive "
2081
  "one, e.g. <em>Below Post Headline</em>."
2083
  "Die Bezeichnung der Platzierung ist nur für Sie sichtbar. Ich empfehle eine "
2084
  "beschreibende Bezeichnung, z.B. <em>Unter der Artikelüberschrift</em>."
2085
 
2086
+ #: ../admin/views/placements.php:171
2087
  msgid "Placement Name"
2088
  msgstr "Bezeichnung"
2089
 
2090
+ #: ../admin/views/placements.php:172
2091
  msgid "Please enter a name for your placement."
2092
  msgstr "Bitte tragen Sie den Namen der Platzierung ein."
2093
 
2094
+ #: ../admin/views/placements.php:173
2095
  msgid "Choose the Ad or Group"
2096
  msgstr "Anzeige oder Gruppe wählen"
2097
 
2098
+ #: ../admin/views/placements.php:174
2099
  msgid "The ad or group that should be displayed."
2100
  msgstr "Die Anzeige oder Anzeigengruppe die angezeigt werden soll."
2101
 
2102
+ #: ../admin/views/placements.php:193
2103
  msgid "Save New Placement"
2104
  msgstr "Neue Platzierung sichern"
2105
 
2107
  msgid "Disable ads on this page"
2108
  msgstr "Anzeigen auf dieser Seite deaktivieren."
2109
 
2110
+ #: ../admin/views/setting-license.php:5
2111
+ msgid "Your license expired."
2112
+ msgstr "Die Lizenz ist abgelaufen."
2113
+
2114
+ #: ../admin/views/setting-license.php:6
2115
  #, php-format
2116
+ msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
2117
+ msgstr "Mit einem Rabatt verlängern."
 
 
 
 
2118
 
2119
  #: ../admin/views/setting-license.php:14
2120
+ #, php-format
2121
+ msgid "(%d days left)"
2122
+ msgstr "(noch %d Tage)"
2123
+
2124
+ #: ../admin/views/setting-license.php:18
2125
  msgid "License key"
2126
  msgstr "Lizenzschlüssel"
2127
 
2128
+ #: ../admin/views/setting-license.php:28
2129
  msgid "Deactivate License"
2130
  msgstr "Lizenz deaktivieren"
2131
 
2132
+ #: ../admin/views/setting-license.php:35
2133
  msgid "Activate License"
2134
  msgstr "Lizenz aktivieren"
2135
 
2136
+ #: ../admin/views/setting-license.php:39
 
 
 
 
2137
  msgid "License key invalid"
2138
  msgstr "Lizenzschlüssel ungültig."
2139
 
2140
+ #: ../admin/views/setting-license.php:42
2141
  msgid "active"
2142
  msgstr "aktiv"
2143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2144
  #: ../admin/views/settings-disable-ads.php:3
2145
  msgid "Disable all ads in frontend"
2146
  msgstr "Alle Anzeigen im Frontend deaktivieren"
2181
  "außerhalb der üblichen Seitenlogik. Aktivieren Sie dieses Feld, wenn "
2182
  "Anzeigen außerhalb der Hauptinhalte erscheinen und dies nicht tun sollen."
2183
 
2184
+ #: ../admin/views/settings-disable-ads.php:21
2185
+ msgid "Disable ads in Feed"
2186
+ msgstr "Anzeigen im Feed deaktivieren"
2187
+
2188
+ #: ../admin/views/settings.php:36
2189
  msgid "Save settings on this page"
2190
  msgstr "Einstellungen auf dieser Seite speichern"
2191
 
2192
+ #: ../admin/views/settings.php:50
2193
  msgid "Welcome Page"
2194
  msgstr "Willkommen"
2195
 
2196
+ #: ../admin/views/settings.php:51
2197
  msgid "Advanced Ads on WordPress.org"
2198
  msgstr "Advanced Ads auf WordPress.org"
2199
 
2200
+ #: ../admin/views/settings.php:51
2201
  msgid "Advanced Ads on wp.org"
2202
  msgstr "Advanced Ads auf wp.org"
2203
 
2204
+ #: ../admin/views/settings.php:52
2205
  msgid "the company behind Advanced Ads"
2206
  msgstr "das Unternehmen hinter Advanced Ads"
2207
 
2378
  "Automatisch im Footer der Seite eingebunden (vor dem schließenden &lt;"
2379
  "/body&gt; Tag)."
2380
 
 
 
 
 
2381
  #: ../classes/ad_placements.php:47
2382
  msgid "Injected before the post content."
2383
  msgstr "Injiziert vor den Beitrags-Inhalt."
2384
 
 
 
 
 
2385
  #: ../classes/ad_placements.php:52
2386
  msgid "Injected after the post content."
2387
  msgstr "Injiziert hinter den Beitrags-Inhalt."
2410
  "Sidebar-Widget mit einer Anzeige erstellen. Kann wie jedes andere Widget "
2411
  "benutzt werden."
2412
 
2413
+ #: ../classes/ad_placements.php:210
2414
  #, php-format
2415
  msgid "paragraph (%s)"
2416
  msgstr "Absatz (%s)"
2417
 
2418
+ #: ../classes/ad_placements.php:211
2419
+ #, php-format
2420
+ msgid "paragraph without image (%s)"
2421
+ msgstr "Absatz ohne Bild (%s)"
2422
+
2423
+ #: ../classes/ad_placements.php:212
2424
  #, php-format
2425
  msgid "headline 2 (%s)"
2426
  msgstr "Überschrift 2 (%s)"
2427
 
2428
+ #: ../classes/ad_placements.php:213
2429
  #, php-format
2430
  msgid "headline 3 (%s)"
2431
  msgstr "Überschrift 3 (%s)"
2432
 
2433
+ #: ../classes/ad_placements.php:214
2434
  #, php-format
2435
  msgid "headline 4 (%s)"
2436
  msgstr "Überschrift 4 (%s)"
2447
  "Der vollständige Content-Editor von Wordpress mit allen Funktionen wie "
2448
  "Textbearbeitung, Shortcodes, Bild-Upload oder -Styling."
2449
 
2450
+ #: ../classes/ad_type_group.php:31
2451
+ msgid ""
2452
+ "Choose an existing ad group. Use this type when you want to assign the same "
2453
+ "display and visitor conditions to all ads in that group."
2454
+ msgstr ""
2455
+ "Auswahl einer bestehenden Anzeigengruppe. Nutzen Sie diesen Anzeigentypen um "
2456
+ "identische Besucher- und Anzeigebedingungen für eine Gruppe von Anzeigen zu "
2457
+ "verwenden."
2458
+
2459
+ #: ../classes/ad_type_group.php:84
2460
+ msgid "ad group"
2461
+ msgstr "Anzeigengruppe"
2462
+
2463
  #: ../classes/ad_type_image.php:34
2464
  msgid "Image Ad"
2465
  msgstr "Bildanzeige"
2517
  msgstr "Fügen Sie Text oder Code in dieses Feld ein."
2518
 
2519
  #: ../classes/ad_type_plain.php:86
2520
+ msgid "Allow PHP"
2521
+ msgstr "PHP zulassen"
2522
+
2523
+ #: ../classes/ad_type_plain.php:88
2524
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2525
  msgstr "PHP code ausführen (umgeben von <code>&lt;?php ?&gt;</code>)"
2526
 
2536
  "Bootstrap</a>). Dies kann zu ungünstigen Darstellungen in Formularen führen, "
2537
  "ist jedoch kein kritischer Fehler."
2538
 
2539
+ #: ../classes/display-conditions.php:69
2540
  msgid "post type"
2541
  msgstr "Post Type"
2542
 
2543
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2544
  msgid "Choose the public post types on which to display the ad."
2545
  msgstr ""
2546
  "Wählen Sie aus den öffentlichen Beitragstypen jene aus, bei denen die "
2547
  "Anzeige erscheinen soll."
2548
 
2549
+ #: ../classes/display-conditions.php:76
2550
  msgid "specific pages"
2551
  msgstr "bestimmte Seiten"
2552
 
2553
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2554
  msgid ""
2555
  "Choose on which individual posts, pages and public post type pages you want "
2556
  "to display or hide ads."
2558
  "Wählen Sie die Beiträge, Seiten und anderen öffentlichen Inhalte aus auf "
2559
  "denen Anzeigen angezeigt oder ausgeblendet werden sollen."
2560
 
2561
+ #: ../classes/display-conditions.php:82
2562
  msgid "general conditions"
2563
  msgstr "allgemeine Bedingungen"
2564
 
2565
+ #: ../classes/display-conditions.php:88
2566
  msgid "author"
2567
  msgstr "Autor"
2568
 
2569
+ #: ../classes/display-conditions.php:113
2570
  #, php-format
2571
  msgid "archive: %s"
2572
  msgstr "Archiv: %s"
2573
 
2574
+ #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
2575
+ #: classes/display-conditions.php:346
2576
+ msgctxt "Error message shown when no display condition term is selected"
2577
+ msgid "Please select some items."
2578
+ msgstr "Bitte eine Auswahl treffen."
2579
+
2580
+ #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
2581
+ #: classes/display-conditions.php:371
2582
  msgid "show"
2583
  msgstr "zeigen"
2584
 
2585
+ #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
2586
+ #: classes/display-conditions.php:372
2587
  msgid "hide"
2588
  msgstr "verbergen"
2589
 
2590
+ #: ../classes/display-conditions.php:336
2591
  msgctxt "display the terms search field on ad edit page"
2592
  msgid "add more terms"
2593
  msgstr "weitere hinzufügen"
2594
 
2595
+ #: ../classes/display-conditions.php:337
2596
  msgid "add more terms"
2597
  msgstr "weitere hinzufügen"
2598
 
2599
+ #: ../classes/display-conditions.php:339
2600
  msgid "term name or id"
2601
  msgstr "Name oder ID"
2602
 
2603
+ #: ../classes/display-conditions.php:400
2604
  msgid "title or id"
2605
  msgstr "Titel oder ID"
2606
 
2607
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2608
  msgid "Home Page"
2609
  msgstr "Homepage"
2610
 
2611
+ #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2612
  msgid "show on Home page"
2613
  msgstr "Auf der Startseite anzeigen"
2614
 
2615
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2616
  msgid "Singular Pages"
2617
  msgstr "Einzelseiten"
2618
 
2619
+ #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2620
  msgid "show on singular pages/posts"
2621
  msgstr "Auf Einzelseiten anzeigen"
2622
 
2623
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2624
  msgid "Archive Pages"
2625
  msgstr "Archiv-Seiten"
2626
 
2627
+ #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2628
  msgid "show on any type of archive page (category, tag, author and date)"
2629
  msgstr ""
2630
  "Auf jeglichen Archiv-Seiten anzeigen (z.B. Kategorien, Schlagworte, "
2631
  "Autorenarchiv, Datumsarchiv)"
2632
 
2633
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2634
  msgid "Search Results"
2635
  msgstr "Ergebnisse suchen"
2636
 
2637
+ #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2638
  msgid "show on search result pages"
2639
  msgstr "Auf Suchergebnisseiten anzeigen"
2640
 
2641
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2642
  msgid "404 Page"
2643
  msgstr "404-Seite"
2644
 
2645
+ #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2646
  msgid "show on 404 error page"
2647
  msgstr "Auf 404-Fehlerseiten anzeigen"
2648
 
2649
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2650
  msgid "Attachment Pages"
2651
  msgstr "Anhang-Seiten"
2652
 
2653
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2654
  msgid "show on attachment pages"
2655
  msgstr "Auf Anhang-Seiten anzeigen"
2656
 
2657
+ #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2658
  msgid "Secondary Queries"
2659
  msgstr "Sekundäre Abfragen"
2660
 
2661
+ #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2662
  msgid "allow ads in secondary queries"
2663
  msgstr "In sekundären Abfragen (secundary queries) anzeigen"
2664
 
2665
+ #: ../classes/display-conditions.php:480
2666
+ msgid "Feed"
2667
+ msgstr "Feed"
2668
+
2669
+ #: ../classes/display-conditions.php:481
2670
+ msgid "allow ads in Feed"
2671
+ msgstr "Anzeigen im Feed erlauben"
2672
+
2673
  #: ../classes/EDD_SL_Plugin_Updater.php:177
2674
  #, php-format
2675
  msgid ""
2890
  msgid "Asset URL"
2891
  msgstr "Datei-URL"
2892
 
2893
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
2894
+ msgid "Rename assets"
2895
+ msgstr "Ordner umbenennen"
2896
+
2897
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
2898
+ msgid "Check if you want to change the names of the assets"
2899
+ msgstr "Bitte markieren, wenn der Ordnername umbenannt werden soll."
2900
+
2901
+ #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
2902
+ #, php-format
2903
+ msgid ""
2904
+ "Please, rebuild the asset folder. All assets will be located in "
2905
+ "<strong>%s</strong>"
2906
+ msgstr "Bitte Ordner umbenennen. Alle Dateien werden unter %s gespeichert."
2907
+
2908
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
2909
  msgid "Rebuild asset folder"
2910
  msgstr "Dateiordner erneuern"
3010
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
3011
  msgstr "Die Publisher-ID hat ein falsches Format. Sie muss mit \"pub-\" beginnen."
3012
 
3013
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:22
3014
  msgid "Copy&Paste existing ad code"
3015
  msgstr "Vorhandenen Anzeigencode einfügen"
3016
 
3017
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:27
3018
  msgid "Ad Slot ID"
3019
  msgstr "Anzeigen-ID"
3020
 
3021
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:32
3022
  #, php-format
3023
  msgid "Publisher ID: %s"
3024
  msgstr "Publisher ID: %s"
3032
  msgid "Normal"
3033
  msgstr "Normal"
3034
 
3035
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:59
 
 
 
 
 
 
 
 
 
3036
  msgid "Resizing"
3037
  msgstr "Größe"
3038
 
3064
  msgid "Auto"
3065
  msgstr "Auto"
3066
 
3067
+ #: ../public/class-advanced-ads.php:309
3068
  msgid "Advanced Ads Error following:"
3069
  msgstr "Fehler von Advanced Ads:"
3070
 
3071
+ #: ../public/class-advanced-ads.php:312
3072
  #, php-format
3073
  msgid "Advanced Ads Error: %s"
3074
  msgstr "Advanced-Ads-Fehler: %s"
3075
 
3076
+ #: ../public/class-advanced-ads.php:553
3077
  msgctxt "ad group general name"
3078
  msgid "Ad Groups"
3079
  msgstr "Anzeigen-Gruppen"
3080
 
3081
+ #: ../public/class-advanced-ads.php:554
3082
  msgctxt "ad group singular name"
3083
  msgid "Ad Group"
3084
  msgstr "Anzeigen-Gruppe"
3085
 
3086
+ #: ../public/class-advanced-ads.php:555
3087
  msgid "Search Ad Groups"
3088
  msgstr "Anzeigen-Gruppen suchen"
3089
 
3090
+ #: ../public/class-advanced-ads.php:556
3091
  msgid "All Ad Groups"
3092
  msgstr "Alle Anzeigen-Gruppen"
3093
 
3094
+ #: ../public/class-advanced-ads.php:557
3095
  msgid "Parent Ad Groups"
3096
  msgstr "Parent-Anzeigen-Gruppen"
3097
 
3098
+ #: ../public/class-advanced-ads.php:558
3099
  msgid "Parent Ad Groups:"
3100
  msgstr "Parent-Anzeigen-Gruppen"
3101
 
3102
+ #: ../public/class-advanced-ads.php:559
3103
  msgid "Edit Ad Group"
3104
  msgstr "Bearbeite Anzeigen-Gruppe"
3105
 
3106
+ #: ../public/class-advanced-ads.php:560
3107
  msgid "Update Ad Group"
3108
  msgstr "Aktualisiere Anzeigen-Gruppe"
3109
 
3110
+ #: ../public/class-advanced-ads.php:561
3111
  msgid "Add New Ad Group"
3112
  msgstr "Neue Anzeigengruppe hinzufügen"
3113
 
3114
+ #: ../public/class-advanced-ads.php:562
3115
  msgid "New Ad Groups Name"
3116
  msgstr "Neuer Anzeigen-Gruppen-Name"
3117
 
3118
+ #: ../public/class-advanced-ads.php:564
3119
  msgid "No Ad Group found"
3120
  msgstr "Keine Anzeigen-Gruppe gefunden"
3121
 
3122
+ #: ../public/class-advanced-ads.php:595
 
 
 
 
 
 
 
 
3123
  msgid "Edit Ad"
3124
  msgstr "Anzeige bearbeiten"
3125
 
3126
+ #: ../public/class-advanced-ads.php:597
3127
  msgid "View"
3128
  msgstr "Ansicht"
3129
 
3130
+ #: ../public/class-advanced-ads.php:598
3131
  msgid "View the Ad"
3132
  msgstr "Anzeige ansehen"
3133
 
3134
+ #: ../public/class-advanced-ads.php:599
3135
  msgid "Search Ads"
3136
  msgstr "Anzeigen suchen"
3137
 
3138
+ #: ../public/class-advanced-ads.php:600
3139
  msgid "No Ads found"
3140
  msgstr "Keine Anzeigen gefunden"
3141
 
3142
+ #: ../public/class-advanced-ads.php:601
3143
  msgid "No Ads found in Trash"
3144
  msgstr "Keine Anzeigen im Papierkorb gefunden"
3145
 
3146
+ #: ../public/class-advanced-ads.php:602
3147
  msgid "Parent Ad"
3148
  msgstr "Übergeordnete Anzeige"
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 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"
@@ -22,65 +22,92 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\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
 
@@ -129,11 +156,6 @@ msgstr ""
129
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
130
  msgstr ""
131
 
132
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
133
- #: 46 ../admin/views/ad-visitor-metabox.php:4
134
- msgid "Manual"
135
- msgstr ""
136
-
137
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
138
  #: php:2
139
  #, php-format
@@ -142,8 +164,84 @@ msgid ""
142
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
143
  msgstr ""
144
 
145
- #: ../admin/views/ad-output-metabox.php:44
146
- msgid "Enable debug mode."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  msgstr ""
148
 
149
  #: ../admin/views/ad-parameters-size.php:6
@@ -205,7 +303,7 @@ msgstr ""
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 ""
@@ -216,10 +314,14 @@ msgid ""
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 ""
@@ -308,79 +410,79 @@ msgstr "Thomas Maier"
308
  msgid "http://webgilde.com"
309
  msgstr "http://webgilde.com"
310
 
311
- #: ../admin/class-advanced-ads-admin.php:278
312
  msgid "Overview"
313
  msgstr "Visión General"
314
 
315
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
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,176 +490,176 @@ msgstr ""
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,7 +667,7 @@ msgstr ""
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,7 +678,7 @@ msgstr ""
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,7 +693,7 @@ msgstr ""
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,7 +701,7 @@ msgstr ""
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,7 +710,7 @@ msgstr ""
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,7 +721,7 @@ msgstr ""
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,7 +732,7 @@ msgstr ""
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,7 +743,7 @@ msgstr ""
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,7 +754,7 @@ msgstr ""
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,70 +762,70 @@ msgstr ""
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
 
@@ -780,7 +882,7 @@ msgid "Display ads with the highest ad weight first"
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
 
@@ -1020,8 +1122,7 @@ msgstr "Listar todos los anuncios por sus configuraciones responsables"
1020
  msgid "Get the Responsive add-on"
1021
  msgstr "Obtener el add-on de diseño responsable"
1022
 
1023
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
1024
- #: php:30
1025
  msgid ""
1026
  "Fix ads to the browser while users are scrolling and create best performing "
1027
  "anchor ads."
@@ -1037,13 +1138,11 @@ msgstr "Posicionar anuncios que no se desplacen con la pantalla"
1037
  msgid "build anchor ads not only on mobile devices"
1038
  msgstr "Construir anuncios de anclaje no solamente en dispositivos móviles"
1039
 
1040
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
1041
- #: php:32
1042
  msgid "Get the Sticky add-on"
1043
  msgstr "Obtener el add-on de Anuncios Pegajosos (sticky)"
1044
 
1045
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
1046
- #: php:37
1047
  msgid "Display content and ads in layers and popups on custom events."
1048
  msgstr ""
1049
  "Mostrar contenido y anuncios en Ventanas Emergentes y PopUps en eventos "
@@ -1057,8 +1156,7 @@ msgstr "Mostrar un PopUp después de una interacción de usuario (como desplazar
1057
  msgid "allow users to close the popup"
1058
  msgstr "Permitir a los usuarios cerrar un PopUp\n"
1059
 
1060
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
1061
- #: php:39
1062
  msgid "Get the PopUp and Layer add-on"
1063
  msgstr "Obtener el add-on de PopUps y Ventanas Emergentes"
1064
 
@@ -1244,7 +1342,7 @@ msgid "Number of ads that are visible at the same time"
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
 
@@ -1261,12 +1359,12 @@ msgid "Details"
1261
  msgstr "Detalles"
1262
 
1263
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1264
- #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
1265
  msgid "shortcode"
1266
  msgstr "Shortcode:"
1267
 
1268
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1269
- #: admin/views/placements.php:61
1270
  msgid "template"
1271
  msgstr "Plantilla"
1272
 
@@ -1335,83 +1433,15 @@ msgstr "Para mostrar un Grupo de Anuncios con el ID 6 en los archivos de plantil
1335
  msgid "Update Groups"
1336
  msgstr "Actualizar Grupos"
1337
 
1338
- #: ../admin/views/ad-info-top.php:4
1339
- msgid "Cool, you just published an ad. What now?"
1340
- msgstr "Excelente, has publicado un anuncio. Y ahora qué?"
1341
-
1342
- #: ../admin/views/ad-info-top.php:5
1343
- msgid "Display the ad in …"
1344
- msgstr "Mostrar el anuncio en…"
1345
-
1346
- #: ../admin/views/ad-info-top.php:7
1347
- msgid "… every post or page"
1348
- msgstr "… Cada entrada o Página"
1349
-
1350
- #: ../admin/views/ad-info-top.php:9
1351
- msgid "Use placements to inject the ad automatically into posts and pages."
1352
- msgstr ""
1353
- "Usar colocaciones para inyectar el anuncio automáticamente en las entradas y "
1354
- "páginas."
1355
-
1356
- #: ../admin/views/ad-info-top.php:10
1357
- msgid "Configure Placements"
1358
- msgstr "Configurar Colocaciones"
1359
-
1360
- #: ../admin/views/ad-info-top.php:12
1361
- msgid "… Sidebar or Widget Area"
1362
- msgstr "… Barra Lateral o Área de Widget"
1363
-
1364
- #: ../admin/views/ad-info-top.php:14
1365
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
1366
- msgstr ""
1367
- "Usar el widget de <em>Advanced Ads</em> para mostrar anuncios en las barras "
1368
- "laterales."
1369
-
1370
- #: ../admin/views/ad-info-top.php:15
1371
- msgid "Configure a Widget"
1372
- msgstr "Configurar un Widget"
1373
-
1374
- #: ../admin/views/ad-info-top.php:17
1375
- msgid "… a few hand selected posts or pages"
1376
- msgstr "… Un pequeño grupo de entradas o páginas seleccionadas."
1377
 
1378
- #: ../admin/views/ad-info-top.php:19
1379
- msgid ""
1380
- "Use the shortcode below to manually place the ad in the content editor of "
1381
- "posts and pages."
1382
- msgstr ""
1383
- "Usar el shortcode de abajo para manualmente colocar el anuncio en el editor "
1384
- "de contenido de entradas y páginas."
1385
 
1386
  #: ../admin/views/ad-info-top.php:22
1387
- msgid "… in a custom position in your theme"
1388
- msgstr "… En una posición personalizada de tu tema"
1389
-
1390
- #: ../admin/views/ad-info-top.php:24
1391
- msgid ""
1392
- "Use the function below to manually place the ad into your template files. "
1393
- "This method is needed for more advanced placements like in the header of "
1394
- "your theme."
1395
- msgstr ""
1396
- "Usar la función de abajo para manualmente colocar anuncios en los archivos "
1397
- "de la plantilla de tu sitio (Template Files). Este método es necesario para "
1398
- "colocaciones más avanzadas, como en el encabezado de tu tema."
1399
-
1400
- #: ../admin/views/ad-info-top.php:27
1401
- msgid "… in an anchor ad or pop-up"
1402
- msgstr "… En un anclaje de anuncio o PopUp"
1403
-
1404
- #: ../admin/views/ad-info-top.php:34
1405
- msgid "You find the settings for the Sticky Ads below."
1406
- msgstr "Encontrarás las configuraciones para los Anuncios Pegajosos (sticky) abajo."
1407
-
1408
- #: ../admin/views/ad-info-top.php:41
1409
- msgid "You find the settings for the Layer and PopUp effects below."
1410
- msgstr ""
1411
- "Encontrarás las configuraciones para las ventanas emergentes y los efectos "
1412
- "PopUp abajo."
1413
-
1414
- #: ../admin/views/ad-info-top.php:46
1415
  #, php-format
1416
  msgid ""
1417
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
@@ -1484,7 +1514,7 @@ msgstr "No hay tipos de anuncios definidos"
1484
  msgid "Everything connected to the ads layout and output."
1485
  msgstr "Todo lo relacionado con el diseño y la visualización de los anuncios."
1486
 
1487
- #: ../admin/views/ad-output-metabox.php:5
1488
  msgid "Position"
1489
  msgstr "Posición:"
1490
 
@@ -1492,7 +1522,7 @@ msgstr "Posición:"
1492
  msgid "- default -"
1493
  msgstr "- Defecto -"
1494
 
1495
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
1496
  msgid "default"
1497
  msgstr "Defecto"
1498
 
@@ -1508,7 +1538,7 @@ msgstr "Centro"
1508
  msgid "right"
1509
  msgstr "Derecha"
1510
 
1511
- #: ../admin/views/ad-output-metabox.php:19
1512
  msgid ""
1513
  "Check this if you don't want the following elements to float around the ad. "
1514
  "(adds a clearfix)"
@@ -1520,41 +1550,41 @@ msgstr ""
1520
  msgid "Margin"
1521
  msgstr "Margen:"
1522
 
1523
- #: ../admin/views/ad-output-metabox.php:23
1524
  msgid "top:"
1525
  msgstr "Superior:"
1526
 
1527
- #: ../admin/views/ad-output-metabox.php:25
1528
  msgid "right:"
1529
  msgstr "Derecho:"
1530
 
1531
- #: ../admin/views/ad-output-metabox.php:27
1532
  msgid "bottom:"
1533
  msgstr "Inferior:"
1534
 
1535
- #: ../admin/views/ad-output-metabox.php:29
1536
  msgid "left:"
1537
  msgstr "Izquierdo:"
1538
 
1539
- #: ../admin/views/ad-output-metabox.php:31
1540
  msgid "tip: use this to add a margin around the ad"
1541
  msgstr "Tip: usa esto para añadir un margen alrededor del anuncio"
1542
 
1543
- #: ../admin/views/ad-output-metabox.php:33
1544
- msgid "container id"
1545
  msgstr "ID del Contenedor"
1546
 
1547
- #: ../admin/views/ad-output-metabox.php:36
1548
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1549
  msgstr ""
1550
  "Especificar el ID para el contenedor del anuncio. Dejar en blanco para un "
1551
  "valor aleatorio o para no tener un ID"
1552
 
1553
- #: ../admin/views/ad-output-metabox.php:38
1554
  msgid "container classes"
1555
  msgstr "Clases para el Contenedor"
1556
 
1557
- #: ../admin/views/ad-output-metabox.php:41
1558
  msgid ""
1559
  "Specify one or more classes for the container. Separate multiple classes "
1560
  "with a space"
@@ -1562,9 +1592,9 @@ msgstr ""
1562
  "Especificar múltiples clases para el contenedor. Separar múltiples clases "
1563
  "con un espacio"
1564
 
1565
- #: ../admin/views/ad-parameters-size.php:2
1566
- msgid "size:"
1567
- msgstr "Tamaño:"
1568
 
1569
  #: ../admin/views/ad-parameters-size.php:3
1570
  msgid "width"
@@ -1817,39 +1847,39 @@ msgstr ""
1817
  "defecto\". <br/> Por favor, chequea si el add-on que es responsable de este "
1818
  "funcionamiento está activado."
1819
 
1820
- #: ../admin/views/placements.php:57
1821
  msgid "show usage"
1822
  msgstr "Mostrar uso"
1823
 
1824
- #: ../admin/views/placements.php:69
1825
  msgid "Item"
1826
  msgstr "Item"
1827
 
1828
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1829
  msgid "--not selected--"
1830
  msgstr "--No Seleccionado--"
1831
 
1832
- #: ../admin/views/placements.php:91
1833
  msgid "Inject"
1834
  msgstr "Inyectados"
1835
 
1836
- #: ../admin/views/placements.php:92
1837
  msgid "after"
1838
  msgstr "Después"
1839
 
1840
- #: ../admin/views/placements.php:92
1841
  msgid "before"
1842
  msgstr "Antes"
1843
 
1844
- #: ../admin/views/placements.php:112
1845
  msgid "start counting from bottom"
1846
  msgstr "Empezar contando desde el final"
1847
 
1848
- #: ../admin/views/placements.php:115
1849
  msgid "Important Notice"
1850
  msgstr "Notificación Importante"
1851
 
1852
- #: ../admin/views/placements.php:115
1853
  msgid ""
1854
  "Your server is missing an extension. This might break the content injection."
1855
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
@@ -1859,32 +1889,32 @@ msgstr ""
1859
  "contenido.<br/> Ignora esta advertencia si todo está funcionando bien. De lo "
1860
  "contrario, pídele a tu compañía de hospedaje habilitar <em>mbstring</em>."
1861
 
1862
- #: ../admin/views/placements.php:125
1863
  msgid "advanced options"
1864
  msgstr "Opciones Avanzadas"
1865
 
1866
- #: ../admin/views/placements.php:133
1867
  msgctxt "checkbox to remove placement"
1868
  msgid "delete"
1869
  msgstr "Eliminar"
1870
 
1871
- #: ../admin/views/placements.php:139
1872
  msgid "Save Placements"
1873
  msgstr "Guardar Colocaciones"
1874
 
1875
- #: ../admin/views/placements.php:141
1876
  msgid "Create a new placement"
1877
  msgstr "Crear una Nueva Colocación"
1878
 
1879
- #: ../admin/views/placements.php:142
1880
  msgid "New Placement"
1881
  msgstr "Nueva Colocación"
1882
 
1883
- #: ../admin/views/placements.php:148
1884
  msgid "Choose a placement type"
1885
  msgstr "Selecciona un tipo de colocación"
1886
 
1887
- #: ../admin/views/placements.php:149
1888
  #, php-format
1889
  msgid ""
1890
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -1893,15 +1923,15 @@ msgstr ""
1893
  "Los tipos de colocaciones definen en donde se debe mostrar el anuncio. "
1894
  "Aprende más sobre los diferentes tipos en el <a href=\"%s\">manual</a>."
1895
 
1896
- #: ../admin/views/placements.php:166
1897
  msgid "Please select a placement type."
1898
  msgstr "Por favor, selecciona un tipo de colocación."
1899
 
1900
- #: ../admin/views/placements.php:168
1901
  msgid "Choose a Name"
1902
  msgstr "Selecciona un Nombre"
1903
 
1904
- #: ../admin/views/placements.php:169
1905
  msgid ""
1906
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1907
  "one, e.g. <em>Below Post Headline</em>."
@@ -1909,23 +1939,23 @@ msgstr ""
1909
  "El nombre de la colocación es solamente visible para ti. Tip: selecciona un "
1910
  "nombre descriptivo, ej: <em>Debajo del Encabezado de la Entrada</em>."
1911
 
1912
- #: ../admin/views/placements.php:170
1913
  msgid "Placement Name"
1914
  msgstr "Nombre de la Colocación"
1915
 
1916
- #: ../admin/views/placements.php:171
1917
  msgid "Please enter a name for your placement."
1918
  msgstr "Por favor, ingresa un nombre para tu colocación."
1919
 
1920
- #: ../admin/views/placements.php:172
1921
  msgid "Choose the Ad or Group"
1922
  msgstr "Selecciona el Anuncio o Grupo"
1923
 
1924
- #: ../admin/views/placements.php:173
1925
  msgid "The ad or group that should be displayed."
1926
  msgstr "El anuncio o grupo que debe ser mostrado."
1927
 
1928
- #: ../admin/views/placements.php:192
1929
  msgid "Save New Placement"
1930
  msgstr "Guardar la Nueva Colocación"
1931
 
@@ -2201,18 +2231,10 @@ msgstr ""
2201
  "Inyectado en el Pie de Página (antes de la etiqueta de cierre del &lt;"
2202
  "/body&gt;). "
2203
 
2204
- #: ../classes/ad_placements.php:46
2205
- msgid "Before Content"
2206
- msgstr "Antes del Contenido"
2207
-
2208
  #: ../classes/ad_placements.php:47
2209
  msgid "Injected before the post content."
2210
  msgstr "Inyectado antes del contenido de la entrada."
2211
 
2212
- #: ../classes/ad_placements.php:51
2213
- msgid "After Content"
2214
- msgstr "Después del Contenido"
2215
-
2216
  #: ../classes/ad_placements.php:52
2217
  msgid "Injected after the post content."
2218
  msgstr "Inyectado después del contenido de la entrada."
@@ -2241,22 +2263,22 @@ msgstr ""
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)"
2248
 
2249
- #: ../classes/ad_placements.php:205
2250
  #, php-format
2251
  msgid "headline 2 (%s)"
2252
  msgstr "Encabezado 2 (%s)"
2253
 
2254
- #: ../classes/ad_placements.php:206
2255
  #, php-format
2256
  msgid "headline 3 (%s)"
2257
  msgstr "Encabezado 3 (%s)"
2258
 
2259
- #: ../classes/ad_placements.php:207
2260
  #, php-format
2261
  msgid "headline 4 (%s)"
2262
  msgstr "Encabezado 4 (%s)"
@@ -2329,7 +2351,7 @@ msgstr ""
2329
  msgid "Insert plain text or code into this field."
2330
  msgstr "Insertar texto simple o código en este campo."
2331
 
2332
- #: ../classes/ad_type_plain.php:86
2333
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2334
  msgstr "Ejecutar código PHP (enmarcado en <code>&lt;?php ?&gt;</code>)"
2335
 
@@ -2816,85 +2838,85 @@ msgstr "Tu ID de publicador de AdSense no se encuentra."
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"
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: Sun May 15 2016 18:05:03 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"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: es_ES"
24
 
25
+ #: ../admin/class-advanced-ads-admin.php:215 ../classes/display-conditions.php:
26
  #: 171 ../classes/visitor-conditions.php:214
27
  msgid "or"
28
  msgstr ""
29
 
30
+ #: ../admin/class-advanced-ads-admin.php:216 ../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:217
37
+ msgid "After which paragraph?"
38
+ msgstr ""
39
+
40
+ #: ../admin/class-advanced-ads-admin.php:430
41
  msgid "Please enter a message"
42
  msgstr ""
43
 
44
+ #: ../admin/class-advanced-ads-admin.php:440
45
  #, php-format
46
  msgid "Email could NOT be sent. Please contact us directly at %s."
47
  msgstr ""
48
 
49
+ #: ../admin/class-advanced-ads-admin.php:443
50
  msgid "Please enter a valid email address"
51
  msgstr ""
52
 
53
+ #: ../admin/class-advanced-ads-admin.php:736 ../admin/class-advanced-ads-admin.
54
+ #: php:747 ../admin/class-advanced-ads-admin.php:752 ../admin/views/ad-output-
55
+ #: metabox.php:50
56
+ msgid "Manual"
57
+ msgstr ""
58
+
59
+ #: ../admin/class-advanced-ads-admin.php:746
60
+ msgid "Video"
61
+ msgstr ""
62
+
63
+ #: ../admin/class-advanced-ads-admin.php:1097
64
+ msgid "Ad label"
65
+ msgstr ""
66
+
67
+ #: ../admin/class-advanced-ads-admin.php:1304
68
  msgid ""
69
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
70
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
71
  msgstr ""
72
 
73
+ #: ../admin/class-advanced-ads-admin.php:1327
74
  #, php-format
75
  msgid ""
76
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
77
  "target=\"_blank\">Advanced Ads Pro</a>."
78
  msgstr ""
79
 
80
+ #: ../admin/class-advanced-ads-admin.php:1339 ../public/class-advanced-ads.php:711
81
+ msgctxt "label before ads"
82
+ msgid "Advertisements"
83
+ msgstr ""
84
+
85
+ #: ../admin/class-advanced-ads-admin.php:1346
86
+ msgid "Displayed above ads."
87
+ msgstr ""
88
+
89
+ #: ../admin/class-advanced-ads-admin.php:1766
90
  #, php-format
91
  msgid "time of %s"
92
  msgstr ""
93
 
94
+ #: ../admin/class-advanced-ads-admin.php:1833
95
  msgid "License couldn’t be activated. Please try again later."
96
  msgstr ""
97
 
98
+ #: ../admin/class-advanced-ads-admin.php:1845
99
  msgid "This is the bundle license key."
100
  msgstr ""
101
 
102
+ #: ../admin/class-advanced-ads-admin.php:1846
103
  msgid "This is not the correct key for this add-on."
104
  msgstr ""
105
 
106
+ #: ../admin/class-advanced-ads-admin.php:1847
107
  msgid "There are no activations left."
108
  msgstr ""
109
 
110
+ #: ../admin/class-advanced-ads-admin.php:2114
111
  msgid "Add-Ons"
112
  msgstr ""
113
 
156
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
157
  msgstr ""
158
 
 
 
 
 
 
159
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
160
  #: php:2
161
  #, php-format
164
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
165
  msgstr ""
166
 
167
+ #: ../admin/views/ad-info-bottom.php:2
168
+ msgctxt "wizard navigation"
169
+ msgid "previous"
170
+ msgstr ""
171
+
172
+ #: ../admin/views/ad-info-bottom.php:3
173
+ msgctxt "wizard navigation"
174
+ msgid "save"
175
+ msgstr ""
176
+
177
+ #: ../admin/views/ad-info-bottom.php:4
178
+ msgctxt "wizard navigation"
179
+ msgid "next"
180
+ msgstr ""
181
+
182
+ #: ../admin/views/ad-info-top.php:4
183
+ #, php-format
184
+ msgid ""
185
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
186
+ "placement options <a href=\"%s\">here</a>."
187
+ msgstr ""
188
+
189
+ #: ../admin/views/ad-info-top.php:5
190
+ msgid "Where do you want to display the ad?"
191
+ msgstr ""
192
+
193
+ #: ../admin/views/ad-info-top.php:7
194
+ msgid "Content"
195
+ msgstr ""
196
+
197
+ #: ../admin/views/ad-info-top.php:9
198
+ msgid "Manage Sidebar"
199
+ msgstr ""
200
+
201
+ #: ../admin/views/ad-info-top.php:11
202
+ msgid "Show Pro Places"
203
+ msgstr ""
204
+
205
+ #: ../admin/views/ad-info-top.php:14
206
+ msgid "Show Sticky Places"
207
+ msgstr ""
208
+
209
+ #: ../admin/views/ad-info-top.php:17
210
+ msgid "Show PopUp"
211
+ msgstr ""
212
+
213
+ #: ../admin/views/ad-info-top.php:21
214
+ #, php-format
215
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
216
+ msgstr ""
217
+
218
+ #: ../admin/views/ad-info-top.php:31 ../admin/views/ad-info-top.php:43
219
+ msgid "Start Wizard"
220
+ msgstr ""
221
+
222
+ #: ../admin/views/ad-info-top.php:32
223
+ msgid "Stop Wizard"
224
+ msgstr ""
225
+
226
+ #: ../admin/views/ad-info-top.php:41
227
+ msgid "Welcome to the Wizard"
228
+ msgstr ""
229
+
230
+ #: ../admin/views/ad-info-top.php:42
231
+ msgid ""
232
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
233
+ "the most common options are visible.<br/>You can access all options when "
234
+ "<strong>switching off</strong> the Wizard using the <em>Stop Wizard</em> "
235
+ "button.<br/>You can <strong>switch on</strong> the Wizard at any time using "
236
+ "the <em>Start Wizard</em> button."
237
+ msgstr ""
238
+
239
+ #: ../admin/views/ad-info-top.php:44
240
+ msgid "Stop Wizard and show all options"
241
+ msgstr ""
242
+
243
+ #: ../admin/views/ad-output-metabox.php:47
244
+ msgid "Enable debug mode"
245
  msgstr ""
246
 
247
  #: ../admin/views/ad-parameters-size.php:6
303
  msgid "Disable ads in Feed"
304
  msgstr ""
305
 
306
+ #: ../classes/ad_placements.php:211
307
  #, php-format
308
  msgid "paragraph without image (%s)"
309
  msgstr ""
314
  "display and visitor conditions to all ads in that group."
315
  msgstr ""
316
 
317
+ #: ../classes/ad_type_group.php:84
318
  msgid "ad group"
319
  msgstr ""
320
 
321
+ #: ../classes/ad_type_plain.php:86
322
+ msgid "Allow PHP"
323
+ msgstr ""
324
+
325
  #: ../classes/display-conditions.php:69
326
  msgid "post type"
327
  msgstr ""
410
  msgid "http://webgilde.com"
411
  msgstr "http://webgilde.com"
412
 
413
+ #: ../admin/class-advanced-ads-admin.php:283
414
  msgid "Overview"
415
  msgstr "Visión General"
416
 
417
+ #: ../admin/class-advanced-ads-admin.php:287 ../admin/class-advanced-ads-admin.
418
+ #: php:287 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
419
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
420
+ #: admin/views/placements.php:81 ../admin/views/placements.php:185 ..
421
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:590
422
  msgid "Ads"
423
  msgstr "Anuncios"
424
 
425
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:593
426
  msgid "Add New Ad"
427
  msgstr "Añadir Nuevo Anuncio"
428
 
429
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:592
430
+ #: ../public/class-advanced-ads.php:596
431
  msgid "New Ad"
432
  msgstr "Nuevo Anuncio"
433
 
434
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
435
+ #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
436
+ #: 178 ../classes/widget.php:82
437
  msgid "Ad Groups"
438
  msgstr "Grupos de Anuncios"
439
 
440
+ #: ../admin/class-advanced-ads-admin.php:298 ../public/class-advanced-ads.php:563
441
  msgid "Groups"
442
  msgstr "Grupos"
443
 
444
+ #: ../admin/class-advanced-ads-admin.php:303
445
  msgid "Ad Placements"
446
  msgstr "Colocación de Anuncios"
447
 
448
+ #: ../admin/class-advanced-ads-admin.php:303 ../admin/includes/class-shortcode-
449
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
450
  msgid "Placements"
451
  msgstr "Colocaciones"
452
 
453
+ #: ../admin/class-advanced-ads-admin.php:307
454
  msgid "Advanced Ads Settings"
455
  msgstr "Configuraciones de Advanced Ads"
456
 
457
+ #: ../admin/class-advanced-ads-admin.php:307 ../admin/class-advanced-ads-admin.
458
+ #: php:555 ../admin/views/debug.php:10
459
  msgid "Settings"
460
  msgstr "Configuraciones"
461
 
462
+ #: ../admin/class-advanced-ads-admin.php:310
463
  msgid "Advanced Ads Debugging"
464
  msgstr "Depuración de Advanced Ads"
465
 
466
+ #: ../admin/class-advanced-ads-admin.php:310
467
  msgid "Debug"
468
  msgstr "Depuración"
469
 
470
+ #: ../admin/class-advanced-ads-admin.php:314 ../admin/class-advanced-ads-admin.
471
+ #: php:314
472
  msgid "Advanced Ads Intro"
473
  msgstr "Introducción a Advanced Ads"
474
 
475
+ #: ../admin/class-advanced-ads-admin.php:318 ../admin/class-advanced-ads-admin.
476
+ #: php:318 ../admin/class-advanced-ads-admin.php:2110
477
  msgid "Support"
478
  msgstr "Soporte"
479
 
480
+ #: ../admin/class-advanced-ads-admin.php:469 ../admin/class-advanced-ads-admin.
481
+ #: php:496
482
  msgid "Sorry, you are not allowed to access this feature."
483
  msgstr "Lo sentimos, no tienes permiso para acceder a esta función."
484
 
485
+ #: ../admin/class-advanced-ads-admin.php:482
486
  msgid ""
487
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
488
  "deleted?"
490
  "Intentaste editar un Grupo de Anuncios que no existe. Tal vez ha sido "
491
  "borrado?"
492
 
493
+ #: ../admin/class-advanced-ads-admin.php:650
494
  msgid "Ad Type"
495
  msgstr "Tipo de Anuncio"
496
 
497
+ #: ../admin/class-advanced-ads-admin.php:656
498
  msgid "Ad Parameters"
499
  msgstr "Parámetros del Anuncio"
500
 
501
+ #: ../admin/class-advanced-ads-admin.php:659
502
  msgid "Layout / Output"
503
  msgstr "Diseño / Visualización"
504
 
505
+ #: ../admin/class-advanced-ads-admin.php:662
506
  msgid "Display Conditions"
507
  msgstr "Condiciones de Visualización"
508
 
509
+ #: ../admin/class-advanced-ads-admin.php:665
510
  msgid "Visitor Conditions"
511
  msgstr "Condiciones del Visitante"
512
 
513
+ #: ../admin/class-advanced-ads-admin.php:924 ../admin/class-advanced-ads-admin.
514
+ #: php:925
515
  msgid "Ad updated."
516
  msgstr "Anuncio actualizado."
517
 
518
  #. translators: %s: date and time of the revision
519
+ #: ../admin/class-advanced-ads-admin.php:927
520
  #, php-format
521
  msgid "Ad restored to revision from %s"
522
  msgstr "Anunció restaurado para revisión de %s"
523
 
524
+ #: ../admin/class-advanced-ads-admin.php:928
525
  msgid "Ad published."
526
  msgstr "Anuncio publicado."
527
 
528
+ #: ../admin/class-advanced-ads-admin.php:929
529
  msgid "Ad saved."
530
  msgstr "Anuncio guardado."
531
 
532
+ #: ../admin/class-advanced-ads-admin.php:930
533
  msgid "Ad submitted."
534
  msgstr "Anuncio enviado."
535
 
536
+ #: ../admin/class-advanced-ads-admin.php:932
537
  #, php-format
538
  msgid "Ad scheduled for: <strong>%1$s</strong>."
539
  msgstr "Anuncio programado para: <strong>%1$s</strong>."
540
 
541
  #. translators: Publish box date format, see http://php.net/date
542
+ #: ../admin/class-advanced-ads-admin.php:934
543
  msgid "M j, Y @ G:i"
544
  msgstr "M j, Y @ G:i"
545
 
546
+ #: ../admin/class-advanced-ads-admin.php:936
547
  msgid "Ad draft updated."
548
  msgstr "Borrador del anuncio actualizado."
549
 
550
+ #: ../admin/class-advanced-ads-admin.php:955
551
  #, php-format
552
  msgid "%s ad updated."
553
  msgid_plural "%s ads updated."
554
  msgstr[0] "%s anuncio actualizado."
555
  msgstr[1] "%s anuncios actualizados."
556
 
557
+ #: ../admin/class-advanced-ads-admin.php:956
558
  #, php-format
559
  msgid "%s ad not updated, somebody is editing it."
560
  msgid_plural "%s ads not updated, somebody is editing them."
561
  msgstr[0] "%s anuncio no actualizado, alguien lo esta editando."
562
  msgstr[1] "%s anuncios no actualizados, alguien los esta editando."
563
 
564
+ #: ../admin/class-advanced-ads-admin.php:957
565
  #, php-format
566
  msgid "%s ad permanently deleted."
567
  msgid_plural "%s ads permanently deleted."
568
  msgstr[0] "%s anuncio permanentemente borrado."
569
  msgstr[1] "%s anuncios permanentemente borrados."
570
 
571
+ #: ../admin/class-advanced-ads-admin.php:958
572
  #, php-format
573
  msgid "%s ad moved to the Trash."
574
  msgid_plural "%s ads moved to the Trash."
575
  msgstr[0] "%s anuncio movido a la papelera."
576
  msgstr[1] "%s anuncios movidos a la papelera."
577
 
578
+ #: ../admin/class-advanced-ads-admin.php:959
579
  #, php-format
580
  msgid "%s ad restored from the Trash."
581
  msgid_plural "%s ads restored from the Trash."
582
  msgstr[0] "%s anuncio restaurado de la papelera."
583
  msgstr[1] "%s anuncios restaurados de la papelera."
584
 
585
+ #: ../admin/class-advanced-ads-admin.php:994 ../admin/views/settings.php:12
586
  msgid "General"
587
  msgstr "General"
588
 
589
+ #: ../admin/class-advanced-ads-admin.php:1006 ../admin/class-advanced-ads-admin.
590
+ #: php:1118
591
  msgid "Licenses"
592
  msgstr "Licencias"
593
 
594
+ #: ../admin/class-advanced-ads-admin.php:1017
595
  msgid "Disable ads"
596
  msgstr "Deshabilitar anuncios"
597
 
598
+ #: ../admin/class-advanced-ads-admin.php:1025
599
  msgid "Hide ads for logged in users"
600
  msgstr "Ocultar anuncios para usuarios que inicien sesión"
601
 
602
+ #: ../admin/class-advanced-ads-admin.php:1033
603
  msgid "Use advanced JavaScript"
604
  msgstr "Utilizar JavaScript avanzado"
605
 
606
+ #: ../admin/class-advanced-ads-admin.php:1041
607
  msgid "Unlimited ad injection"
608
  msgstr "Inyección ilimitada de anuncios"
609
 
610
+ #: ../admin/class-advanced-ads-admin.php:1049
611
  msgid "Priority of content injection filter"
612
  msgstr "Prioridad de filtro de inyección de contenido"
613
 
614
+ #: ../admin/class-advanced-ads-admin.php:1057
615
  msgid "Hide ads from bots"
616
  msgstr "Ocultar anuncios de bots"
617
 
618
+ #: ../admin/class-advanced-ads-admin.php:1065
619
  msgid "Disable notices"
620
  msgstr "Deshabilitar notificaciones"
621
 
622
+ #: ../admin/class-advanced-ads-admin.php:1073
623
  msgid "ID prefix"
624
  msgstr "Prefijo ID"
625
 
626
+ #: ../admin/class-advanced-ads-admin.php:1081
627
  msgid "Remove Widget ID"
628
  msgstr "Remover Widget ID"
629
 
630
+ #: ../admin/class-advanced-ads-admin.php:1089
631
  msgid "Allow editors to manage ads"
632
  msgstr "Permitir a editores gestionar anuncios"
633
 
634
+ #: ../admin/class-advanced-ads-admin.php:1174
635
  msgid "(display to all)"
636
  msgstr "(mostrar a todos)"
637
 
638
+ #: ../admin/class-advanced-ads-admin.php:1175
639
  msgid "Subscriber"
640
  msgstr "Suscriptor"
641
 
642
+ #: ../admin/class-advanced-ads-admin.php:1176
643
  msgid "Contributor"
644
  msgstr "Contribuyente"
645
 
646
+ #: ../admin/class-advanced-ads-admin.php:1177
647
  msgid "Author"
648
  msgstr "Autor"
649
 
650
+ #: ../admin/class-advanced-ads-admin.php:1178
651
  msgid "Editor"
652
  msgstr "Editor"
653
 
654
+ #: ../admin/class-advanced-ads-admin.php:1179
655
  msgid "Admin"
656
  msgstr "Administrador"
657
 
658
+ #: ../admin/class-advanced-ads-admin.php:1187
659
  msgid "Choose the lowest role a user must have in order to not see any ads."
660
  msgstr "Elige el rol mínimo que un usuario debe tener para no ver ningún anuncio."
661
 
662
+ #: ../admin/class-advanced-ads-admin.php:1201
663
  msgid ""
664
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
665
  "needs it."
667
  "<strong>Notificación: </strong>el archivo se encuentra activado por un add-"
668
  "on que lo necesita."
669
 
670
+ #: ../admin/class-advanced-ads-admin.php:1204
671
  #, php-format
672
  msgid ""
673
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
678
  "target=\"_blank\">aquí</a>). Algunas características y add-ons pueden anular "
679
  "esta configuración si necesitan funciones de este archivo."
680
 
681
+ #: ../admin/class-advanced-ads-admin.php:1217
682
  msgid ""
683
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
684
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
693
  "habilitar esta opción si no ves anuncios o quieres habilitar las inyecciones "
694
  "de anuncios en páginas de archivos BAJO TU PROPIO RIESGO."
695
 
696
+ #: ../admin/class-advanced-ads-admin.php:1233
697
  msgid ""
698
  "Please check your post content. A priority of 10 and below might cause "
699
  "issues (wpautop function might run twice)."
701
  "Por favor, revisa el contenido de tu entrada. Una prioridad de 10 o menos "
702
  "puede causar problemas (la función wpautop puede ejecutarse dos veces)."
703
 
704
+ #: ../admin/class-advanced-ads-admin.php:1235
705
  msgid ""
706
  "Play with this value in order to change the priority of the injected ads "
707
  "compared to other auto injected elements in the post content."
710
  "comparación con otros elementos auto inyectados en el contenido de la "
711
  "entrada."
712
 
713
+ #: ../admin/class-advanced-ads-admin.php:1249
714
  #, php-format
715
  msgid ""
716
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
721
  "vacíos. También previene contar impresiones de bots cuando se usa <a "
722
  "href=\"%s\" target=\"_blank\">El Add-On de Rastreo</a>."
723
 
724
+ #: ../admin/class-advanced-ads-admin.php:1250
725
  msgid ""
726
  "Disabling this option only makes sense if your ads contain content you want "
727
  "to display to bots (like search engines) or your site is cached and bots "
732
  "sitio esta cacheado y los bots pueden crear una versión cacheada sin los "
733
  "anuncios."
734
 
735
+ #: ../admin/class-advanced-ads-admin.php:1263
736
  msgid ""
737
  "Disable internal notices like tips, tutorials, email newsletters and update "
738
  "notices. Disabling notices is recommended if you run multiple blogs with "
743
  "notificaciones es recomendado si ya administras múltiples sitios con "
744
  "Advanced Ads."
745
 
746
+ #: ../admin/class-advanced-ads-admin.php:1280
747
  msgid ""
748
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
749
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
754
  "bloques como anuncios. <br/>Podrías necesitar <strong>reescribir las reglas "
755
  "css después</strong>."
756
 
757
+ #: ../admin/class-advanced-ads-admin.php:1301
758
  msgid ""
759
  "Remove the ID attribute from widgets in order to not make them an easy "
760
  "target of ad blockers."
762
  "Remover el atributo ID de los widgets para no hacerlos un blanco fácil de "
763
  "los bloqueadores de anuncios."
764
 
765
+ #: ../admin/class-advanced-ads-admin.php:1326
766
  msgid "Allow editors to also manage and publish ads."
767
  msgstr "Permitir también que los editores gestionen y publiquen anuncios."
768
 
769
+ #: ../admin/class-advanced-ads-admin.php:1404
770
  msgid "Ad Details"
771
  msgstr "Detalles del Anuncio"
772
 
773
+ #: ../admin/class-advanced-ads-admin.php:1405
774
  msgid "Ad Planning"
775
  msgstr "Planificación del Anuncio"
776
 
777
+ #: ../admin/class-advanced-ads-admin.php:1540
778
  msgid "Ad Settings"
779
  msgstr "Configuración del Anuncio"
780
 
781
+ #: ../admin/class-advanced-ads-admin.php:1619 ../admin/views/overview.php:23
782
  msgid "Ads Dashboard"
783
  msgstr "Panel de Anuncios"
784
 
785
+ #: ../admin/class-advanced-ads-admin.php:1631
786
  msgid "From the ad optimization universe"
787
  msgstr "Desde el universo de optimización de anuncios"
788
 
789
+ #: ../admin/class-advanced-ads-admin.php:1640
790
  msgid "Advanced Ads Tutorials"
791
  msgstr "Tutoriales de Advanced Ads"
792
 
793
+ #: ../admin/class-advanced-ads-admin.php:1651
794
  #, php-format
795
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
796
  msgstr "%d Anuncios – <a href=\"%s\">Gestionar</a> - <a href=\"%s\">Nuevo</a>"
797
 
798
+ #: ../admin/class-advanced-ads-admin.php:1662
799
  msgid "plugin manual and homepage"
800
  msgstr "Manual del plugin y página de inicio"
801
 
802
+ #: ../admin/class-advanced-ads-admin.php:1669
803
  msgid "Get the tutorial via email"
804
  msgstr "Obtener el tutorial vía correo electrónico"
805
 
806
+ #: ../admin/class-advanced-ads-admin.php:1676
807
  msgid "Get AdSense tips via email"
808
  msgstr "Obtener tips de AdSense vía correo electrónico"
809
 
810
+ #: ../admin/class-advanced-ads-admin.php:1802
811
  msgid "Error while trying to register the license. Please contact support."
812
  msgstr "Error al tratar de registrar la licencia. Por favor, contactar a soporte."
813
 
814
+ #: ../admin/class-advanced-ads-admin.php:1807 ../admin/views/setting-license.php:37
815
  msgid "Please enter a valid license key"
816
  msgstr "Por favor, ingresa una llave de licencia válida"
817
 
818
+ #: ../admin/class-advanced-ads-admin.php:1856
819
  #, php-format
820
  msgid "License is invalid. Reason: %s"
821
  msgstr "Licencia inválida. Razón: %s"
822
 
823
+ #: ../admin/class-advanced-ads-admin.php:1910
824
  msgid "Error while trying to disable the license. Please contact support."
825
  msgstr "Error al tratar de deshabilitar la licencia. Por favor, contacta a soporte."
826
 
827
+ #: ../admin/class-advanced-ads-admin.php:1933 ../admin/class-advanced-ads-admin.
828
+ #: php:1950
829
  msgid "License couldn’t be deactivated. Please try again later."
830
  msgstr "La licencia no pudo ser desactivada.a soporte."
831
 
882
  msgstr "Mostrar de primero anuncios con el peso más alto"
883
 
884
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
885
+ #: php:594
886
  msgid "Edit"
887
  msgstr "Editar"
888
 
1122
  msgid "Get the Responsive add-on"
1123
  msgstr "Obtener el add-on de diseño responsable"
1124
 
1125
+ #: ../admin/includes/class-overview-widgets.php:221
 
1126
  msgid ""
1127
  "Fix ads to the browser while users are scrolling and create best performing "
1128
  "anchor ads."
1138
  msgid "build anchor ads not only on mobile devices"
1139
  msgstr "Construir anuncios de anclaje no solamente en dispositivos móviles"
1140
 
1141
+ #: ../admin/includes/class-overview-widgets.php:225
 
1142
  msgid "Get the Sticky add-on"
1143
  msgstr "Obtener el add-on de Anuncios Pegajosos (sticky)"
1144
 
1145
+ #: ../admin/includes/class-overview-widgets.php:233
 
1146
  msgid "Display content and ads in layers and popups on custom events."
1147
  msgstr ""
1148
  "Mostrar contenido y anuncios en Ventanas Emergentes y PopUps en eventos "
1156
  msgid "allow users to close the popup"
1157
  msgstr "Permitir a los usuarios cerrar un PopUp\n"
1158
 
1159
+ #: ../admin/includes/class-overview-widgets.php:238
 
1160
  msgid "Get the PopUp and Layer add-on"
1161
  msgstr "Obtener el add-on de PopUps y Ventanas Emergentes"
1162
 
1342
  msgstr "Número de anuncios que son visibles al mismo tiempo"
1343
 
1344
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1345
+ #: 591
1346
  msgid "Ad"
1347
  msgstr "Anuncio"
1348
 
1359
  msgstr "Detalles"
1360
 
1361
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1362
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:59
1363
  msgid "shortcode"
1364
  msgstr "Shortcode:"
1365
 
1366
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1367
+ #: admin/views/placements.php:62
1368
  msgid "template"
1369
  msgstr "Plantilla"
1370
 
1433
  msgid "Update Groups"
1434
  msgstr "Actualizar Grupos"
1435
 
1436
+ #: ../admin/views/ad-info-top.php:6 ../classes/ad_placements.php:46
1437
+ msgid "Before Content"
1438
+ msgstr "Antes del Contenido"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1439
 
1440
+ #: ../admin/views/ad-info-top.php:8 ../classes/ad_placements.php:51
1441
+ msgid "After Content"
1442
+ msgstr "Después del Contenido"
 
 
 
 
1443
 
1444
  #: ../admin/views/ad-info-top.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1445
  #, php-format
1446
  msgid ""
1447
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1514
  msgid "Everything connected to the ads layout and output."
1515
  msgstr "Todo lo relacionado con el diseño y la visualización de los anuncios."
1516
 
1517
+ #: ../admin/views/ad-output-metabox.php:4
1518
  msgid "Position"
1519
  msgstr "Posición:"
1520
 
1522
  msgid "- default -"
1523
  msgstr "- Defecto -"
1524
 
1525
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:52
1526
  msgid "default"
1527
  msgstr "Defecto"
1528
 
1538
  msgid "right"
1539
  msgstr "Derecha"
1540
 
1541
+ #: ../admin/views/ad-output-metabox.php:18
1542
  msgid ""
1543
  "Check this if you don't want the following elements to float around the ad. "
1544
  "(adds a clearfix)"
1550
  msgid "Margin"
1551
  msgstr "Margen:"
1552
 
1553
+ #: ../admin/views/ad-output-metabox.php:24
1554
  msgid "top:"
1555
  msgstr "Superior:"
1556
 
1557
+ #: ../admin/views/ad-output-metabox.php:26
1558
  msgid "right:"
1559
  msgstr "Derecho:"
1560
 
1561
+ #: ../admin/views/ad-output-metabox.php:28
1562
  msgid "bottom:"
1563
  msgstr "Inferior:"
1564
 
1565
+ #: ../admin/views/ad-output-metabox.php:30
1566
  msgid "left:"
1567
  msgstr "Izquierdo:"
1568
 
1569
+ #: ../admin/views/ad-output-metabox.php:32
1570
  msgid "tip: use this to add a margin around the ad"
1571
  msgstr "Tip: usa esto para añadir un margen alrededor del anuncio"
1572
 
1573
+ #: ../admin/views/ad-output-metabox.php:35
1574
+ msgid "container ID"
1575
  msgstr "ID del Contenedor"
1576
 
1577
+ #: ../admin/views/ad-output-metabox.php:38
1578
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1579
  msgstr ""
1580
  "Especificar el ID para el contenedor del anuncio. Dejar en blanco para un "
1581
  "valor aleatorio o para no tener un ID"
1582
 
1583
+ #: ../admin/views/ad-output-metabox.php:41
1584
  msgid "container classes"
1585
  msgstr "Clases para el Contenedor"
1586
 
1587
+ #: ../admin/views/ad-output-metabox.php:44
1588
  msgid ""
1589
  "Specify one or more classes for the container. Separate multiple classes "
1590
  "with a space"
1592
  "Especificar múltiples clases para el contenedor. Separar múltiples clases "
1593
  "con un espacio"
1594
 
1595
+ #: ../admin/views/ad-parameters-size.php:1
1596
+ msgid "size"
1597
+ msgstr "Tamaño"
1598
 
1599
  #: ../admin/views/ad-parameters-size.php:3
1600
  msgid "width"
1847
  "defecto\". <br/> Por favor, chequea si el add-on que es responsable de este "
1848
  "funcionamiento está activado."
1849
 
1850
+ #: ../admin/views/placements.php:58
1851
  msgid "show usage"
1852
  msgstr "Mostrar uso"
1853
 
1854
+ #: ../admin/views/placements.php:70
1855
  msgid "Item"
1856
  msgstr "Item"
1857
 
1858
+ #: ../admin/views/placements.php:72 ../admin/views/placements.php:176
1859
  msgid "--not selected--"
1860
  msgstr "--No Seleccionado--"
1861
 
1862
+ #: ../admin/views/placements.php:92
1863
  msgid "Inject"
1864
  msgstr "Inyectados"
1865
 
1866
+ #: ../admin/views/placements.php:93
1867
  msgid "after"
1868
  msgstr "Después"
1869
 
1870
+ #: ../admin/views/placements.php:93
1871
  msgid "before"
1872
  msgstr "Antes"
1873
 
1874
+ #: ../admin/views/placements.php:113
1875
  msgid "start counting from bottom"
1876
  msgstr "Empezar contando desde el final"
1877
 
1878
+ #: ../admin/views/placements.php:116
1879
  msgid "Important Notice"
1880
  msgstr "Notificación Importante"
1881
 
1882
+ #: ../admin/views/placements.php:116
1883
  msgid ""
1884
  "Your server is missing an extension. This might break the content injection."
1885
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
1889
  "contenido.<br/> Ignora esta advertencia si todo está funcionando bien. De lo "
1890
  "contrario, pídele a tu compañía de hospedaje habilitar <em>mbstring</em>."
1891
 
1892
+ #: ../admin/views/placements.php:126
1893
  msgid "advanced options"
1894
  msgstr "Opciones Avanzadas"
1895
 
1896
+ #: ../admin/views/placements.php:134
1897
  msgctxt "checkbox to remove placement"
1898
  msgid "delete"
1899
  msgstr "Eliminar"
1900
 
1901
+ #: ../admin/views/placements.php:140
1902
  msgid "Save Placements"
1903
  msgstr "Guardar Colocaciones"
1904
 
1905
+ #: ../admin/views/placements.php:142
1906
  msgid "Create a new placement"
1907
  msgstr "Crear una Nueva Colocación"
1908
 
1909
+ #: ../admin/views/placements.php:143
1910
  msgid "New Placement"
1911
  msgstr "Nueva Colocación"
1912
 
1913
+ #: ../admin/views/placements.php:149
1914
  msgid "Choose a placement type"
1915
  msgstr "Selecciona un tipo de colocación"
1916
 
1917
+ #: ../admin/views/placements.php:150
1918
  #, php-format
1919
  msgid ""
1920
  "Placement types define where the ad is going to be displayed. Learn more "
1923
  "Los tipos de colocaciones definen en donde se debe mostrar el anuncio. "
1924
  "Aprende más sobre los diferentes tipos en el <a href=\"%s\">manual</a>."
1925
 
1926
+ #: ../admin/views/placements.php:167
1927
  msgid "Please select a placement type."
1928
  msgstr "Por favor, selecciona un tipo de colocación."
1929
 
1930
+ #: ../admin/views/placements.php:169
1931
  msgid "Choose a Name"
1932
  msgstr "Selecciona un Nombre"
1933
 
1934
+ #: ../admin/views/placements.php:170
1935
  msgid ""
1936
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1937
  "one, e.g. <em>Below Post Headline</em>."
1939
  "El nombre de la colocación es solamente visible para ti. Tip: selecciona un "
1940
  "nombre descriptivo, ej: <em>Debajo del Encabezado de la Entrada</em>."
1941
 
1942
+ #: ../admin/views/placements.php:171
1943
  msgid "Placement Name"
1944
  msgstr "Nombre de la Colocación"
1945
 
1946
+ #: ../admin/views/placements.php:172
1947
  msgid "Please enter a name for your placement."
1948
  msgstr "Por favor, ingresa un nombre para tu colocación."
1949
 
1950
+ #: ../admin/views/placements.php:173
1951
  msgid "Choose the Ad or Group"
1952
  msgstr "Selecciona el Anuncio o Grupo"
1953
 
1954
+ #: ../admin/views/placements.php:174
1955
  msgid "The ad or group that should be displayed."
1956
  msgstr "El anuncio o grupo que debe ser mostrado."
1957
 
1958
+ #: ../admin/views/placements.php:193
1959
  msgid "Save New Placement"
1960
  msgstr "Guardar la Nueva Colocación"
1961
 
2231
  "Inyectado en el Pie de Página (antes de la etiqueta de cierre del &lt;"
2232
  "/body&gt;). "
2233
 
 
 
 
 
2234
  #: ../classes/ad_placements.php:47
2235
  msgid "Injected before the post content."
2236
  msgstr "Inyectado antes del contenido de la entrada."
2237
 
 
 
 
 
2238
  #: ../classes/ad_placements.php:52
2239
  msgid "Injected after the post content."
2240
  msgstr "Inyectado después del contenido de la entrada."
2263
  "Crear un widget de barra lateral con un anuncio. Puede ser colocado y "
2264
  "utilizado como cualquier otro widget."
2265
 
2266
+ #: ../classes/ad_placements.php:210
2267
  #, php-format
2268
  msgid "paragraph (%s)"
2269
  msgstr "Párrafo (%s)"
2270
 
2271
+ #: ../classes/ad_placements.php:212
2272
  #, php-format
2273
  msgid "headline 2 (%s)"
2274
  msgstr "Encabezado 2 (%s)"
2275
 
2276
+ #: ../classes/ad_placements.php:213
2277
  #, php-format
2278
  msgid "headline 3 (%s)"
2279
  msgstr "Encabezado 3 (%s)"
2280
 
2281
+ #: ../classes/ad_placements.php:214
2282
  #, php-format
2283
  msgid "headline 4 (%s)"
2284
  msgstr "Encabezado 4 (%s)"
2351
  msgid "Insert plain text or code into this field."
2352
  msgstr "Insertar texto simple o código en este campo."
2353
 
2354
+ #: ../classes/ad_type_plain.php:88
2355
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2356
  msgstr "Ejecutar código PHP (enmarcado en <code>&lt;?php ?&gt;</code>)"
2357
 
2838
  msgid "Auto"
2839
  msgstr "Auto"
2840
 
2841
+ #: ../public/class-advanced-ads.php:309
2842
  msgid "Advanced Ads Error following:"
2843
  msgstr "El siguiente error de Advanced Ads:"
2844
 
2845
+ #: ../public/class-advanced-ads.php:312
2846
  #, php-format
2847
  msgid "Advanced Ads Error: %s"
2848
  msgstr "Error de Advanced Ads: %s"
2849
 
2850
+ #: ../public/class-advanced-ads.php:553
2851
  msgctxt "ad group general name"
2852
  msgid "Ad Groups"
2853
  msgstr "Grupos de Anuncios"
2854
 
2855
+ #: ../public/class-advanced-ads.php:554
2856
  msgctxt "ad group singular name"
2857
  msgid "Ad Group"
2858
  msgstr "Grupo de Anuncios"
2859
 
2860
+ #: ../public/class-advanced-ads.php:555
2861
  msgid "Search Ad Groups"
2862
  msgstr "Buscar Grupos de Anuncios"
2863
 
2864
+ #: ../public/class-advanced-ads.php:556
2865
  msgid "All Ad Groups"
2866
  msgstr "Todos los Grupos de Anuncios"
2867
 
2868
+ #: ../public/class-advanced-ads.php:557
2869
  msgid "Parent Ad Groups"
2870
  msgstr "Grupos Principales de Anuncios"
2871
 
2872
+ #: ../public/class-advanced-ads.php:558
2873
  msgid "Parent Ad Groups:"
2874
  msgstr "Grupos Principales de Anuncios:"
2875
 
2876
+ #: ../public/class-advanced-ads.php:559
2877
  msgid "Edit Ad Group"
2878
  msgstr "Editar Grupo de Anuncios"
2879
 
2880
+ #: ../public/class-advanced-ads.php:560
2881
  msgid "Update Ad Group"
2882
  msgstr "Actualizar Grupo de Anuncios"
2883
 
2884
+ #: ../public/class-advanced-ads.php:561
2885
  msgid "Add New Ad Group"
2886
  msgstr "Añadir Nuevo Grupo de Anuncios"
2887
 
2888
+ #: ../public/class-advanced-ads.php:562
2889
  msgid "New Ad Groups Name"
2890
  msgstr "Nuevo Nombre para Grupos de Anuncios"
2891
 
2892
+ #: ../public/class-advanced-ads.php:564
2893
  msgid "No Ad Group found"
2894
  msgstr "Grupo de Anuncios no encontrado"
2895
 
2896
+ #: ../public/class-advanced-ads.php:595
2897
  msgid "Edit Ad"
2898
  msgstr "Editar Anuncio"
2899
 
2900
+ #: ../public/class-advanced-ads.php:597
2901
  msgid "View"
2902
  msgstr "Ver"
2903
 
2904
+ #: ../public/class-advanced-ads.php:598
2905
  msgid "View the Ad"
2906
  msgstr "Ver el Anuncio"
2907
 
2908
+ #: ../public/class-advanced-ads.php:599
2909
  msgid "Search Ads"
2910
  msgstr "Buscar Anuncios"
2911
 
2912
+ #: ../public/class-advanced-ads.php:600
2913
  msgid "No Ads found"
2914
  msgstr "No se encontraron anuncios"
2915
 
2916
+ #: ../public/class-advanced-ads.php:601
2917
  msgid "No Ads found in Trash"
2918
  msgstr "No se encontraron anuncios en la papelera"
2919
 
2920
+ #: ../public/class-advanced-ads.php:602
2921
  msgid "Parent Ad"
2922
  msgstr "Anuncio Principal"
languages/advanced-ads-fr_FR.mo CHANGED
Binary file
languages/advanced-ads-fr_FR.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 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"
@@ -22,32 +22,129 @@ msgstr ""
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
@@ -63,7 +160,7 @@ msgstr ""
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 ""
@@ -74,10 +171,14 @@ msgid ""
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 ""
@@ -125,92 +226,92 @@ msgstr "Thomas Maier"
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?"
@@ -218,71 +319,77 @@ 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."
@@ -293,107 +400,107 @@ 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."
@@ -401,7 +508,7 @@ 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>)."
@@ -413,7 +520,7 @@ msgstr ""
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 "
@@ -428,7 +535,7 @@ msgstr ""
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)."
@@ -437,7 +544,7 @@ msgstr ""
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."
@@ -446,7 +553,7 @@ msgstr ""
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 "
@@ -458,7 +565,7 @@ msgstr ""
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 "
@@ -469,7 +576,7 @@ msgstr ""
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 "
@@ -480,7 +587,7 @@ msgstr ""
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 "
@@ -491,7 +598,7 @@ msgstr ""
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."
@@ -499,7 +606,7 @@ msgstr ""
499
  "Supprimer l’attribut 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."
@@ -507,11 +614,11 @@ 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\" "
@@ -520,78 +627,78 @@ 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
 
@@ -648,7 +755,7 @@ 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
 
@@ -910,8 +1017,7 @@ msgstr "Cibler les visiteurs par leur géolocalisation."
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."
@@ -927,13 +1033,11 @@ msgstr "positionner des pubs qui ne défilent à l’écran"
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 "
@@ -951,8 +1055,7 @@ msgstr "option de recouvrement d’arrière plan"
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
 
@@ -1100,11 +1203,6 @@ 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
@@ -1195,7 +1293,7 @@ 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
 
@@ -1212,12 +1310,12 @@ 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
 
@@ -1285,83 +1383,15 @@ msgstr "Pour afficher un groupe de pubs avec l’ID 6 dans les fichiers modèles
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\" "
@@ -1434,7 +1464,7 @@ msgstr "Aucun type de pub définies"
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
 
@@ -1442,7 +1472,7 @@ msgstr "Position"
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
 
@@ -1458,7 +1488,7 @@ msgstr "centre"
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)"
@@ -1470,41 +1500,41 @@ msgstr ""
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"
@@ -1512,9 +1542,9 @@ 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"
@@ -1818,39 +1848,39 @@ 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 "
@@ -1861,32 +1891,32 @@ msgstr ""
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 "
@@ -1895,15 +1925,15 @@ 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>."
@@ -1911,23 +1941,23 @@ 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
 
@@ -2200,18 +2230,10 @@ msgstr "Code du pied de page"
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."
@@ -2240,22 +2262,22 @@ 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)"
@@ -2329,7 +2351,7 @@ msgstr ""
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
 
@@ -2862,85 +2884,85 @@ msgstr "Votre identifiant d’éditeur (Publisher ID) AdSense est manquant."
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"
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: Sun May 15 2016 18:04:50 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"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: fr_FR"
24
 
25
+ #: ../admin/class-advanced-ads-admin.php:215 ../classes/display-conditions.php:
26
  #: 171 ../classes/visitor-conditions.php:214
27
  msgid "or"
28
  msgstr ""
29
 
30
+ #: ../admin/class-advanced-ads-admin.php:216 ../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:217
37
+ msgid "After which paragraph?"
38
+ msgstr ""
39
+
40
+ #: ../admin/class-advanced-ads-admin.php:746
41
+ msgid "Video"
42
+ msgstr ""
43
+
44
+ #: ../admin/class-advanced-ads-admin.php:1097
45
+ msgid "Ad label"
46
+ msgstr ""
47
+
48
+ #: ../admin/class-advanced-ads-admin.php:1339 ../public/class-advanced-ads.php:711
49
+ msgctxt "label before ads"
50
+ msgid "Advertisements"
51
+ msgstr ""
52
+
53
+ #: ../admin/class-advanced-ads-admin.php:1346
54
+ msgid "Displayed above ads."
55
+ msgstr ""
56
+
57
+ #: ../admin/class-advanced-ads-admin.php:1833
58
  msgid "License couldn’t be activated. Please try again later."
59
  msgstr ""
60
 
61
+ #: ../admin/class-advanced-ads-admin.php:1847
62
  msgid "There are no activations left."
63
  msgstr ""
64
 
65
+ #: ../admin/class-advanced-ads-admin.php:1933 ../admin/class-advanced-ads-admin.
66
+ #: php:1950
67
  msgid "License couldn’t be deactivated. Please try again later."
68
  msgstr ""
69
 
70
+ #: ../admin/views/ad-info-bottom.php:2
71
+ msgctxt "wizard navigation"
72
+ msgid "previous"
73
+ msgstr ""
74
+
75
+ #: ../admin/views/ad-info-bottom.php:3
76
+ msgctxt "wizard navigation"
77
+ msgid "save"
78
+ msgstr ""
79
+
80
+ #: ../admin/views/ad-info-bottom.php:4
81
+ msgctxt "wizard navigation"
82
+ msgid "next"
83
+ msgstr ""
84
+
85
+ #: ../admin/views/ad-info-top.php:4
86
+ #, php-format
87
+ msgid ""
88
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
89
+ "placement options <a href=\"%s\">here</a>."
90
+ msgstr ""
91
+
92
+ #: ../admin/views/ad-info-top.php:5
93
+ msgid "Where do you want to display the ad?"
94
+ msgstr ""
95
+
96
+ #: ../admin/views/ad-info-top.php:7
97
+ msgid "Content"
98
+ msgstr ""
99
+
100
+ #: ../admin/views/ad-info-top.php:9
101
+ msgid "Manage Sidebar"
102
+ msgstr ""
103
+
104
+ #: ../admin/views/ad-info-top.php:11
105
+ msgid "Show Pro Places"
106
+ msgstr ""
107
+
108
+ #: ../admin/views/ad-info-top.php:14
109
+ msgid "Show Sticky Places"
110
+ msgstr ""
111
+
112
+ #: ../admin/views/ad-info-top.php:17
113
+ msgid "Show PopUp"
114
+ msgstr ""
115
+
116
+ #: ../admin/views/ad-info-top.php:21
117
+ #, php-format
118
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
119
+ msgstr ""
120
+
121
+ #: ../admin/views/ad-info-top.php:31 ../admin/views/ad-info-top.php:43
122
+ msgid "Start Wizard"
123
+ msgstr ""
124
+
125
+ #: ../admin/views/ad-info-top.php:32
126
+ msgid "Stop Wizard"
127
+ msgstr ""
128
+
129
+ #: ../admin/views/ad-info-top.php:41
130
+ msgid "Welcome to the Wizard"
131
+ msgstr ""
132
+
133
+ #: ../admin/views/ad-info-top.php:42
134
+ msgid ""
135
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
136
+ "the most common options are visible.<br/>You can access all options when "
137
+ "<strong>switching off</strong> the Wizard using the <em>Stop Wizard</em> "
138
+ "button.<br/>You can <strong>switch on</strong> the Wizard at any time using "
139
+ "the <em>Start Wizard</em> button."
140
+ msgstr ""
141
+
142
+ #: ../admin/views/ad-info-top.php:44
143
+ msgid "Stop Wizard and show all options"
144
+ msgstr ""
145
+
146
+ #: ../admin/views/ad-output-metabox.php:47
147
+ msgid "Enable debug mode"
148
  msgstr ""
149
 
150
  #: ../admin/views/ad-parameters-size.php:6
160
  msgid "Disable ads in Feed"
161
  msgstr ""
162
 
163
+ #: ../classes/ad_placements.php:211
164
  #, php-format
165
  msgid "paragraph without image (%s)"
166
  msgstr ""
171
  "display and visitor conditions to all ads in that group."
172
  msgstr ""
173
 
174
+ #: ../classes/ad_type_group.php:84
175
  msgid "ad group"
176
  msgstr ""
177
 
178
+ #: ../classes/ad_type_plain.php:86
179
+ msgid "Allow PHP"
180
+ msgstr ""
181
+
182
  #: ../classes/display-conditions.php:400
183
  msgid "title or id"
184
  msgstr ""
226
  msgid "http://webgilde.com"
227
  msgstr "http://webgilde.com"
228
 
229
+ #: ../admin/class-advanced-ads-admin.php:283
230
  msgid "Overview"
231
  msgstr "Aperçu"
232
 
233
+ #: ../admin/class-advanced-ads-admin.php:287 ../admin/class-advanced-ads-admin.
234
+ #: php:287 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
235
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
236
+ #: admin/views/placements.php:81 ../admin/views/placements.php:185 ..
237
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:590
238
  msgid "Ads"
239
  msgstr "Pubs"
240
 
241
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:593
242
  msgid "Add New Ad"
243
  msgstr "Ajouter une nouvelle pub"
244
 
245
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:592
246
+ #: ../public/class-advanced-ads.php:596
247
  msgid "New Ad"
248
  msgstr "Nouvelle pub"
249
 
250
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
251
+ #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
252
+ #: 178 ../classes/widget.php:82
253
  msgid "Ad Groups"
254
  msgstr "Groupes de pubs"
255
 
256
+ #: ../admin/class-advanced-ads-admin.php:298 ../public/class-advanced-ads.php:563
257
  msgid "Groups"
258
  msgstr "Groupes"
259
 
260
+ #: ../admin/class-advanced-ads-admin.php:303
261
  msgid "Ad Placements"
262
  msgstr "Emplacements de la pub"
263
 
264
+ #: ../admin/class-advanced-ads-admin.php:303 ../admin/includes/class-shortcode-
265
  #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
266
  msgid "Placements"
267
  msgstr "Placements"
268
 
269
+ #: ../admin/class-advanced-ads-admin.php:307
270
  msgid "Advanced Ads Settings"
271
  msgstr "Réglages d’Advanced Ads"
272
 
273
+ #: ../admin/class-advanced-ads-admin.php:307 ../admin/class-advanced-ads-admin.
274
+ #: php:555 ../admin/views/debug.php:10
275
  msgid "Settings"
276
  msgstr "Réglages"
277
 
278
+ #: ../admin/class-advanced-ads-admin.php:310
279
  msgid "Advanced Ads Debugging"
280
  msgstr "Débogage Advanced Ads"
281
 
282
+ #: ../admin/class-advanced-ads-admin.php:310
283
  msgid "Debug"
284
  msgstr "Débogage"
285
 
286
+ #: ../admin/class-advanced-ads-admin.php:314 ../admin/class-advanced-ads-admin.
287
+ #: php:314
288
  msgid "Advanced Ads Intro"
289
  msgstr "Introduction à Advanced Ads"
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:318 ../admin/class-advanced-ads-admin.
292
+ #: php:318 ../admin/class-advanced-ads-admin.php:2110
293
  msgid "Support"
294
  msgstr "Support"
295
 
296
+ #: ../admin/class-advanced-ads-admin.php:430
297
  msgid "Please enter a message"
298
  msgstr "Veuillez saisir un message"
299
 
300
+ #: ../admin/class-advanced-ads-admin.php:440
301
  #, php-format
302
  msgid "Email could NOT be sent. Please contact us directly at %s."
303
  msgstr "L’email n’a pas pu être envoyé. Veuillez nous contacter directement à %s."
304
 
305
+ #: ../admin/class-advanced-ads-admin.php:443
306
  msgid "Please enter a valid email address"
307
  msgstr "Veuillez entrer un Email valide"
308
 
309
+ #: ../admin/class-advanced-ads-admin.php:469 ../admin/class-advanced-ads-admin.
310
+ #: php:496
311
  msgid "Sorry, you are not allowed to access this feature."
312
  msgstr "Désolé, vous n’êtes pas autorisé à accéder à cette fonctionnalité."
313
 
314
+ #: ../admin/class-advanced-ads-admin.php:482
315
  msgid ""
316
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
317
  "deleted?"
319
  "Vous avez essayé de modifier un groupe de pubs qui n’existe pas. Peut-être a-"
320
  "t-il été supprimé?"
321
 
322
+ #: ../admin/class-advanced-ads-admin.php:650
323
  msgid "Ad Type"
324
  msgstr "Type de pub"
325
 
326
+ #: ../admin/class-advanced-ads-admin.php:656
327
  msgid "Ad Parameters"
328
  msgstr "Paramètres de pub"
329
 
330
+ #: ../admin/class-advanced-ads-admin.php:659
331
  msgid "Layout / Output"
332
  msgstr "Mise en page / sortie"
333
 
334
+ #: ../admin/class-advanced-ads-admin.php:662
335
  msgid "Display Conditions"
336
  msgstr "Conditions d’affichage"
337
 
338
+ #: ../admin/class-advanced-ads-admin.php:665
339
  msgid "Visitor Conditions"
340
  msgstr "Conditions de visiteur"
341
 
342
+ #: ../admin/class-advanced-ads-admin.php:736 ../admin/class-advanced-ads-admin.
343
+ #: php:747 ../admin/class-advanced-ads-admin.php:752 ../admin/views/ad-output-
344
+ #: metabox.php:50
345
+ msgid "Manual"
346
+ msgstr "Manuel"
347
+
348
+ #: ../admin/class-advanced-ads-admin.php:924 ../admin/class-advanced-ads-admin.
349
+ #: php:925
350
  msgid "Ad updated."
351
  msgstr "Pub mise à jour."
352
 
353
  #. translators: %s: date and time of the revision
354
+ #: ../admin/class-advanced-ads-admin.php:927
355
  #, php-format
356
  msgid "Ad restored to revision from %s"
357
  msgstr "Pub restaurée à partir de la révision du %s"
358
 
359
+ #: ../admin/class-advanced-ads-admin.php:928
360
  msgid "Ad published."
361
  msgstr "Pub publiée."
362
 
363
+ #: ../admin/class-advanced-ads-admin.php:929
364
  msgid "Ad saved."
365
  msgstr "Pub enregistrée."
366
 
367
+ #: ../admin/class-advanced-ads-admin.php:930
368
  msgid "Ad submitted."
369
  msgstr "Pub soumise."
370
 
371
+ #: ../admin/class-advanced-ads-admin.php:932
372
  #, php-format
373
  msgid "Ad scheduled for: <strong>%1$s</strong>."
374
  msgstr "Pub programmée pour: <strong>%1$s.</strong>"
375
 
376
  #. translators: Publish box date format, see http://php.net/date
377
+ #: ../admin/class-advanced-ads-admin.php:934
378
  msgid "M j, Y @ G:i"
379
  msgstr "M j, Y @ G:i"
380
 
381
+ #: ../admin/class-advanced-ads-admin.php:936
382
  msgid "Ad draft updated."
383
  msgstr "Brouillon de la pub mis à jour."
384
 
385
+ #: ../admin/class-advanced-ads-admin.php:955
386
  #, php-format
387
  msgid "%s ad updated."
388
  msgid_plural "%s ads updated."
389
  msgstr[0] "la pub %s à été mise à jour."
390
  msgstr[1] "les pubs %s ont été mises à jour."
391
 
392
+ #: ../admin/class-advanced-ads-admin.php:956
393
  #, php-format
394
  msgid "%s ad not updated, somebody is editing it."
395
  msgid_plural "%s ads not updated, somebody is editing them."
400
  "Les pubs %s n’ont pas été mises à jour, quelqu’un d’autre est en train de "
401
  "les modifier."
402
 
403
+ #: ../admin/class-advanced-ads-admin.php:957
404
  #, php-format
405
  msgid "%s ad permanently deleted."
406
  msgid_plural "%s ads permanently deleted."
407
  msgstr[0] "La pub %s a été supprimée définitivement."
408
  msgstr[1] "Les pubs %s ont été supprimées définitivement."
409
 
410
+ #: ../admin/class-advanced-ads-admin.php:958
411
  #, php-format
412
  msgid "%s ad moved to the Trash."
413
  msgid_plural "%s ads moved to the Trash."
414
  msgstr[0] "La pub %s a été déplacée dans la corbeille."
415
  msgstr[1] "Les pubs %s ont été déplacées dans la corbeille."
416
 
417
+ #: ../admin/class-advanced-ads-admin.php:959
418
  #, php-format
419
  msgid "%s ad restored from the Trash."
420
  msgid_plural "%s ads restored from the Trash."
421
  msgstr[0] "La pub %s a été récupérée de la corbeille."
422
  msgstr[1] "Les pubs %s ont été récupérées de la corbeille."
423
 
424
+ #: ../admin/class-advanced-ads-admin.php:994 ../admin/views/settings.php:12
425
  msgid "General"
426
  msgstr "Général"
427
 
428
+ #: ../admin/class-advanced-ads-admin.php:1006 ../admin/class-advanced-ads-admin.
429
+ #: php:1118
430
  msgid "Licenses"
431
  msgstr "Licences"
432
 
433
+ #: ../admin/class-advanced-ads-admin.php:1017
434
  msgid "Disable ads"
435
  msgstr "Désactiver les pubs"
436
 
437
+ #: ../admin/class-advanced-ads-admin.php:1025
438
  msgid "Hide ads for logged in users"
439
  msgstr "Cacher les pubs pour les utilisateurs connectés"
440
 
441
+ #: ../admin/class-advanced-ads-admin.php:1033
442
  msgid "Use advanced JavaScript"
443
  msgstr "Utiliser du JavaScript avancé"
444
 
445
+ #: ../admin/class-advanced-ads-admin.php:1041
446
  msgid "Unlimited ad injection"
447
  msgstr "Injection de pub illimitée"
448
 
449
+ #: ../admin/class-advanced-ads-admin.php:1049
450
  msgid "Priority of content injection filter"
451
  msgstr "Filtre de priorité d’injection de contenu"
452
 
453
+ #: ../admin/class-advanced-ads-admin.php:1057
454
  msgid "Hide ads from bots"
455
  msgstr "Cacher les publicités aux robots"
456
 
457
+ #: ../admin/class-advanced-ads-admin.php:1065
458
  msgid "Disable notices"
459
  msgstr "Désactiver les avis"
460
 
461
+ #: ../admin/class-advanced-ads-admin.php:1073
462
  msgid "ID prefix"
463
  msgstr "Préfixe ID"
464
 
465
+ #: ../admin/class-advanced-ads-admin.php:1081
466
  msgid "Remove Widget ID"
467
  msgstr "Supprimer le Widget ID"
468
 
469
+ #: ../admin/class-advanced-ads-admin.php:1089
470
  msgid "Allow editors to manage ads"
471
  msgstr "Permettre aux éditeurs de gérer des pubs"
472
 
473
+ #: ../admin/class-advanced-ads-admin.php:1174
474
  msgid "(display to all)"
475
  msgstr "(afficher à tous)"
476
 
477
+ #: ../admin/class-advanced-ads-admin.php:1175
478
  msgid "Subscriber"
479
  msgstr "Abonné"
480
 
481
+ #: ../admin/class-advanced-ads-admin.php:1176
482
  msgid "Contributor"
483
  msgstr "Contributeur"
484
 
485
+ #: ../admin/class-advanced-ads-admin.php:1177
486
  msgid "Author"
487
  msgstr "Auteur"
488
 
489
+ #: ../admin/class-advanced-ads-admin.php:1178
490
  msgid "Editor"
491
  msgstr "Éditeur"
492
 
493
+ #: ../admin/class-advanced-ads-admin.php:1179
494
  msgid "Admin"
495
  msgstr "Administrateur"
496
 
497
+ #: ../admin/class-advanced-ads-admin.php:1187
498
  msgid "Choose the lowest role a user must have in order to not see any ads."
499
  msgstr ""
500
  "Choisissez le rôle le plus faible dont un utilisateur doit disposer afin de "
501
  "ne pas voir de pubs."
502
 
503
+ #: ../admin/class-advanced-ads-admin.php:1201
504
  msgid ""
505
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
506
  "needs it."
508
  "<strong>avis: </strong>le fichier est actuellement activé par un module "
509
  "complémentaire dont il a besoin."
510
 
511
+ #: ../admin/class-advanced-ads-admin.php:1204
512
  #, php-format
513
  msgid ""
514
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
520
  "complémentaires peuvent remplacer ce paramètre si elles ont besoin des "
521
  "fonctionnalités de ce fichier."
522
 
523
+ #: ../admin/class-advanced-ads-admin.php:1217
524
  msgid ""
525
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
526
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
535
  "voyez pas de pubs ou si vous désirez activer les injections de pub sur les "
536
  "pages d’archives ceci À VOS PROPRE RISQUES."
537
 
538
+ #: ../admin/class-advanced-ads-admin.php:1233
539
  msgid ""
540
  "Please check your post content. A priority of 10 and below might cause "
541
  "issues (wpautop function might run twice)."
544
  "pourrait causer des problèmes (la fonction « wpautop » pourrait s’exécuter "
545
  "deux fois)."
546
 
547
+ #: ../admin/class-advanced-ads-admin.php:1235
548
  msgid ""
549
  "Play with this value in order to change the priority of the injected ads "
550
  "compared to other auto injected elements in the post content."
553
  "par rapport aux autres éléments automatiquement injecté dans le contenu de "
554
  "l’article."
555
 
556
+ #: ../admin/class-advanced-ads-admin.php:1249
557
  #, php-format
558
  msgid ""
559
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
565
  "robots lorsque vous utilisez l’ <a href=\"%s\" target=\"_blank\">Tracking Add-"
566
  "On</a>."
567
 
568
+ #: ../admin/class-advanced-ads-admin.php:1250
569
  msgid ""
570
  "Disabling this option only makes sense if your ads contain content you want "
571
  "to display to bots (like search engines) or your site is cached and bots "
576
  "est mis en cache et les robots pourraient créer une version mise en cache "
577
  "sans les publicités."
578
 
579
+ #: ../admin/class-advanced-ads-admin.php:1263
580
  msgid ""
581
  "Disable internal notices like tips, tutorials, email newsletters and update "
582
  "notices. Disabling notices is recommended if you run multiple blogs with "
587
  "recommandé si vous exécutez déjà plusieurs blogs (multi-sites) avec Advanced "
588
  "Ads."
589
 
590
+ #: ../admin/class-advanced-ads-admin.php:1280
591
  msgid ""
592
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
593
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
598
  "publicité</strong> marque ces blocs comme pubs.<br>Vous devrez peut-être "
599
  "<strong>réécrire les règles css par la suite</strong>."
600
 
601
+ #: ../admin/class-advanced-ads-admin.php:1301
602
  msgid ""
603
  "Remove the ID attribute from widgets in order to not make them an easy "
604
  "target of ad blockers."
606
  "Supprimer l’attribut ID des widgets pour ne pas qu’ils soient une cible "
607
  "facile des bloqueurs de publicité."
608
 
609
+ #: ../admin/class-advanced-ads-admin.php:1304
610
  msgid ""
611
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
612
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
614
  "Si cochée, l’Avanced Ads Widget ne fonctionnera pas avec l’option fixe du "
615
  "plugin <strong>Q2W3 Fixed Widget</strong> ."
616
 
617
+ #: ../admin/class-advanced-ads-admin.php:1326
618
  msgid "Allow editors to also manage and publish ads."
619
  msgstr "Permettre aussi aux éditeurs de gérer et publier des pubs."
620
 
621
+ #: ../admin/class-advanced-ads-admin.php:1327
622
  #, php-format
623
  msgid ""
624
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
627
  "Vous pouvez assigner différents rôles liés à la pub sur une base "
628
  "d’utilisateur avec <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a>."
629
 
630
+ #: ../admin/class-advanced-ads-admin.php:1404
631
  msgid "Ad Details"
632
  msgstr "Détails de la pub"
633
 
634
+ #: ../admin/class-advanced-ads-admin.php:1405
635
  msgid "Ad Planning"
636
  msgstr "Planification de la pub"
637
 
638
+ #: ../admin/class-advanced-ads-admin.php:1540
639
  msgid "Ad Settings"
640
  msgstr "Paramètres de la pub"
641
 
642
+ #: ../admin/class-advanced-ads-admin.php:1619 ../admin/views/overview.php:23
643
  msgid "Ads Dashboard"
644
  msgstr "Tableau de bord des pubs"
645
 
646
+ #: ../admin/class-advanced-ads-admin.php:1631
647
  msgid "From the ad optimization universe"
648
  msgstr "De l’univers d’optimisation de pub"
649
 
650
+ #: ../admin/class-advanced-ads-admin.php:1640
651
  msgid "Advanced Ads Tutorials"
652
  msgstr "Tutoriels Advanced Ads"
653
 
654
+ #: ../admin/class-advanced-ads-admin.php:1651
655
  #, php-format
656
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
657
  msgstr "%d pubs – <a href=\"%s\">gérer</a> – <a href=\"%s\">nouveau</a>"
658
 
659
+ #: ../admin/class-advanced-ads-admin.php:1662
660
  msgid "plugin manual and homepage"
661
  msgstr "Page d’accueil et manuel du plugin"
662
 
663
+ #: ../admin/class-advanced-ads-admin.php:1669
664
  msgid "Get the tutorial via email"
665
  msgstr "Téléchargez le tutoriel par e-mail"
666
 
667
+ #: ../admin/class-advanced-ads-admin.php:1676
668
  msgid "Get AdSense tips via email"
669
  msgstr "Recevez des conseils de Adsense par e-mail"
670
 
671
+ #: ../admin/class-advanced-ads-admin.php:1766
672
  #, php-format
673
  msgid "time of %s"
674
  msgstr "temps de %s"
675
 
676
+ #: ../admin/class-advanced-ads-admin.php:1802
677
  msgid "Error while trying to register the license. Please contact support."
678
  msgstr "Erreur en essayant d’enregistrer la licence. Veuillez contacter le support."
679
 
680
+ #: ../admin/class-advanced-ads-admin.php:1807 ../admin/views/setting-license.php:37
681
  msgid "Please enter a valid license key"
682
  msgstr "Veuillez entrer une clé de licence valide"
683
 
684
+ #: ../admin/class-advanced-ads-admin.php:1845
685
  msgid "This is the bundle license key."
686
  msgstr "Il s’agit de la clé de licence du package (bundle)."
687
 
688
+ #: ../admin/class-advanced-ads-admin.php:1846
689
  msgid "This is not the correct key for this add-on."
690
  msgstr "Ce n’est pas la clé correcte pour ce module."
691
 
692
+ #: ../admin/class-advanced-ads-admin.php:1856
693
  #, php-format
694
  msgid "License is invalid. Reason: %s"
695
  msgstr "Licence n’est pas valide. Raison: %s"
696
 
697
+ #: ../admin/class-advanced-ads-admin.php:1910
698
  msgid "Error while trying to disable the license. Please contact support."
699
  msgstr "Erreur en essayant de désactiver la licence. Veuillez contacter le support."
700
 
701
+ #: ../admin/class-advanced-ads-admin.php:2114
702
  msgid "Add-Ons"
703
  msgstr "Extensions (Add-Ons)"
704
 
755
  msgstr "Afficher les pubs avec le poids le plus élevé tout d’abord"
756
 
757
  #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
758
+ #: php:594
759
  msgid "Edit"
760
  msgstr "Éditer"
761
 
1017
  msgid "Get the Geo Targeting add-on"
1018
  msgstr "Obtenir le module de ciblage géolocalisé « Geo Targeting add-on »"
1019
 
1020
+ #: ../admin/includes/class-overview-widgets.php:221
 
1021
  msgid ""
1022
  "Fix ads to the browser while users are scrolling and create best performing "
1023
  "anchor ads."
1033
  msgid "build anchor ads not only on mobile devices"
1034
  msgstr "construire des pubs à ancrage pas seulement sur les appareils mobiles"
1035
 
1036
+ #: ../admin/includes/class-overview-widgets.php:225
 
1037
  msgid "Get the Sticky add-on"
1038
  msgstr "Obtenir le module « Sticky add-on »"
1039
 
1040
+ #: ../admin/includes/class-overview-widgets.php:233
 
1041
  msgid "Display content and ads in layers and popups on custom events."
1042
  msgstr ""
1043
  "Afficher le contenu et les pubs dans des couches et des fenêtres pop-up lors "
1055
  msgid "allow users to close the popup"
1056
  msgstr "permettre aux utilisateurs de fermer les popup"
1057
 
1058
+ #: ../admin/includes/class-overview-widgets.php:238
 
1059
  msgid "Get the PopUp and Layer add-on"
1060
  msgstr "Obtenir le module « PopUp and Layer add-on »"
1061
 
1203
  "Fixer les Conditions d’affichage afin d’autoriser ou de cacher la publicité "
1204
  "sur des pages spécifiques."
1205
 
 
 
 
 
 
1206
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
1207
  #: php:2
1208
  #, php-format
1293
  msgstr "Nombre de pubs qui sont visibles en même temps"
1294
 
1295
  #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1296
+ #: 591
1297
  msgid "Ad"
1298
  msgstr "Pub"
1299
 
1310
  msgstr " Détails"
1311
 
1312
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1313
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:59
1314
  msgid "shortcode"
1315
  msgstr "shortcode"
1316
 
1317
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1318
+ #: admin/views/placements.php:62
1319
  msgid "template"
1320
  msgstr "modèle"
1321
 
1383
  msgid "Update Groups"
1384
  msgstr "Mettre à jour les Groupes"
1385
 
1386
+ #: ../admin/views/ad-info-top.php:6 ../classes/ad_placements.php:46
1387
+ msgid "Before Content"
1388
+ msgstr "Avant le contenu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1389
 
1390
+ #: ../admin/views/ad-info-top.php:8 ../classes/ad_placements.php:51
1391
+ msgid "After Content"
1392
+ msgstr "Après le contenu"
 
 
 
 
1393
 
1394
  #: ../admin/views/ad-info-top.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1395
  #, php-format
1396
  msgid ""
1397
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1464
  msgid "Everything connected to the ads layout and output."
1465
  msgstr "Tout ce qui est lié à la l’agencement et à la sortie des pubs."
1466
 
1467
+ #: ../admin/views/ad-output-metabox.php:4
1468
  msgid "Position"
1469
  msgstr "Position"
1470
 
1472
  msgid "- default -"
1473
  msgstr "- par défaut -"
1474
 
1475
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:52
1476
  msgid "default"
1477
  msgstr "défaut"
1478
 
1488
  msgid "right"
1489
  msgstr "droite"
1490
 
1491
+ #: ../admin/views/ad-output-metabox.php:18
1492
  msgid ""
1493
  "Check this if you don't want the following elements to float around the ad. "
1494
  "(adds a clearfix)"
1500
  msgid "Margin"
1501
  msgstr "Marge"
1502
 
1503
+ #: ../admin/views/ad-output-metabox.php:24
1504
  msgid "top:"
1505
  msgstr "haut:"
1506
 
1507
+ #: ../admin/views/ad-output-metabox.php:26
1508
  msgid "right:"
1509
  msgstr "droite:"
1510
 
1511
+ #: ../admin/views/ad-output-metabox.php:28
1512
  msgid "bottom:"
1513
  msgstr "bas:"
1514
 
1515
+ #: ../admin/views/ad-output-metabox.php:30
1516
  msgid "left:"
1517
  msgstr "gauche:"
1518
 
1519
+ #: ../admin/views/ad-output-metabox.php:32
1520
  msgid "tip: use this to add a margin around the ad"
1521
  msgstr "Astuce : utilisez cela pour ajouter une marge autour de la pub"
1522
 
1523
+ #: ../admin/views/ad-output-metabox.php:35
1524
+ msgid "container ID"
1525
  msgstr "ID de conteneur"
1526
 
1527
+ #: ../admin/views/ad-output-metabox.php:38
1528
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1529
  msgstr ""
1530
  "Spécifiez l’ID du conteneur de pub. Laissez vide pour aléatoire ou sans "
1531
  "identité."
1532
 
1533
+ #: ../admin/views/ad-output-metabox.php:41
1534
  msgid "container classes"
1535
  msgstr "classes de conteneur"
1536
 
1537
+ #: ../admin/views/ad-output-metabox.php:44
1538
  msgid ""
1539
  "Specify one or more classes for the container. Separate multiple classes "
1540
  "with a space"
1542
  "Spécifier une ou plusieurs classe pour le conteneur. Séparez les classes "
1543
  "multiples par un espace"
1544
 
1545
+ #: ../admin/views/ad-parameters-size.php:1
1546
+ msgid "size"
1547
+ msgstr "Taille"
1548
 
1549
  #: ../admin/views/ad-parameters-size.php:3
1550
  msgid "width"
1848
  "Type de placement \"%s\" est absent et a été remis à zéro « par défaut »."
1849
  "<br>S’il vous plaît, vérifiez si l’Add-on responsable de cela est activé."
1850
 
1851
+ #: ../admin/views/placements.php:58
1852
  msgid "show usage"
1853
  msgstr "montrer son utilisation"
1854
 
1855
+ #: ../admin/views/placements.php:70
1856
  msgid "Item"
1857
  msgstr "élément"
1858
 
1859
+ #: ../admin/views/placements.php:72 ../admin/views/placements.php:176
1860
  msgid "--not selected--"
1861
  msgstr "--non sélectionné--"
1862
 
1863
+ #: ../admin/views/placements.php:92
1864
  msgid "Inject"
1865
  msgstr "Injecter"
1866
 
1867
+ #: ../admin/views/placements.php:93
1868
  msgid "after"
1869
  msgstr "après"
1870
 
1871
+ #: ../admin/views/placements.php:93
1872
  msgid "before"
1873
  msgstr "avant"
1874
 
1875
+ #: ../admin/views/placements.php:113
1876
  msgid "start counting from bottom"
1877
  msgstr "commencer à compter à partir du bas"
1878
 
1879
+ #: ../admin/views/placements.php:116
1880
  msgid "Important Notice"
1881
  msgstr "Remarque importante"
1882
 
1883
+ #: ../admin/views/placements.php:116
1884
  msgid ""
1885
  "Your server is missing an extension. This might break the content injection."
1886
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
1891
  "bien, ou bien demander à votre d’hébergeur d’activer <em>l’extension "
1892
  "mbstring</em>."
1893
 
1894
+ #: ../admin/views/placements.php:126
1895
  msgid "advanced options"
1896
  msgstr "options avancées"
1897
 
1898
+ #: ../admin/views/placements.php:134
1899
  msgctxt "checkbox to remove placement"
1900
  msgid "delete"
1901
  msgstr "supprimer"
1902
 
1903
+ #: ../admin/views/placements.php:140
1904
  msgid "Save Placements"
1905
  msgstr "Enregistrer les placements"
1906
 
1907
+ #: ../admin/views/placements.php:142
1908
  msgid "Create a new placement"
1909
  msgstr "Créer un nouveau placement"
1910
 
1911
+ #: ../admin/views/placements.php:143
1912
  msgid "New Placement"
1913
  msgstr "Nouveau Placement"
1914
 
1915
+ #: ../admin/views/placements.php:149
1916
  msgid "Choose a placement type"
1917
  msgstr "Choisissez un type de placement"
1918
 
1919
+ #: ../admin/views/placements.php:150
1920
  #, php-format
1921
  msgid ""
1922
  "Placement types define where the ad is going to be displayed. Learn more "
1925
  "Les types de placement défini la où publicité va s’afficher. En savoir plus "
1926
  "sur les différents types de placement dans <a href=\"%s\">manuelle</a>"
1927
 
1928
+ #: ../admin/views/placements.php:167
1929
  msgid "Please select a placement type."
1930
  msgstr "Veuillez sélectionner un type de placement."
1931
 
1932
+ #: ../admin/views/placements.php:169
1933
  msgid "Choose a Name"
1934
  msgstr "Choisissez un nom"
1935
 
1936
+ #: ../admin/views/placements.php:170
1937
  msgid ""
1938
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1939
  "one, e.g. <em>Below Post Headline</em>."
1941
  "Le nom du placement est uniquement visible par vous. Conseil: choisir un "
1942
  "descriptif, par exemple <em>Sous le titre des articles</em>."
1943
 
1944
+ #: ../admin/views/placements.php:171
1945
  msgid "Placement Name"
1946
  msgstr "Nom de placement"
1947
 
1948
+ #: ../admin/views/placements.php:172
1949
  msgid "Please enter a name for your placement."
1950
  msgstr "Entrez un nom pour votre placement."
1951
 
1952
+ #: ../admin/views/placements.php:173
1953
  msgid "Choose the Ad or Group"
1954
  msgstr "Choisissez la pub ou le groupe"
1955
 
1956
+ #: ../admin/views/placements.php:174
1957
  msgid "The ad or group that should be displayed."
1958
  msgstr "Pub ou groupe qui doit être affichée."
1959
 
1960
+ #: ../admin/views/placements.php:193
1961
  msgid "Save New Placement"
1962
  msgstr "Enregistrez le nouveau placement"
1963
 
2230
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
2231
  msgstr "Injecté en pied de page (avant la fermeture de la balise &lt;/body&gt;)."
2232
 
 
 
 
 
2233
  #: ../classes/ad_placements.php:47
2234
  msgid "Injected before the post content."
2235
  msgstr "Injecté avant le contenu de l’article."
2236
 
 
 
 
 
2237
  #: ../classes/ad_placements.php:52
2238
  msgid "Injected after the post content."
2239
  msgstr "Injecté après le contenu de l’article."
2262
  "Créer un widget de barre latérale avec une pub. Peuvent être placé et "
2263
  "utilisé comme n’importe quel autre widget."
2264
 
2265
+ #: ../classes/ad_placements.php:210
2266
  #, php-format
2267
  msgid "paragraph (%s)"
2268
  msgstr "paragraphe (%s)"
2269
 
2270
+ #: ../classes/ad_placements.php:212
2271
  #, php-format
2272
  msgid "headline 2 (%s)"
2273
  msgstr "titre 2 (%s)"
2274
 
2275
+ #: ../classes/ad_placements.php:213
2276
  #, php-format
2277
  msgid "headline 3 (%s)"
2278
  msgstr "titre 3 (%s)"
2279
 
2280
+ #: ../classes/ad_placements.php:214
2281
  #, php-format
2282
  msgid "headline 4 (%s)"
2283
  msgstr "titre 4 (%s)"
2351
  msgid "Insert plain text or code into this field."
2352
  msgstr "Insérez le code ou texte brut dans ce champ."
2353
 
2354
+ #: ../classes/ad_type_plain.php:88
2355
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2356
  msgstr "Exécuter du code PHP (inséré dans <code>&lt;?php ?&gt;</code>)"
2357
 
2884
  msgid "Auto"
2885
  msgstr "Auto"
2886
 
2887
+ #: ../public/class-advanced-ads.php:309
2888
  msgid "Advanced Ads Error following:"
2889
  msgstr "Erreur d’Advanced Ads suivante :"
2890
 
2891
+ #: ../public/class-advanced-ads.php:312
2892
  #, php-format
2893
  msgid "Advanced Ads Error: %s"
2894
  msgstr "Erreur Advanced Ads: %s"
2895
 
2896
+ #: ../public/class-advanced-ads.php:553
2897
  msgctxt "ad group general name"
2898
  msgid "Ad Groups"
2899
  msgstr "Groupes de pubs"
2900
 
2901
+ #: ../public/class-advanced-ads.php:554
2902
  msgctxt "ad group singular name"
2903
  msgid "Ad Group"
2904
  msgstr "Groupe de pubs"
2905
 
2906
+ #: ../public/class-advanced-ads.php:555
2907
  msgid "Search Ad Groups"
2908
  msgstr "Rechercher des groupes de pubs"
2909
 
2910
+ #: ../public/class-advanced-ads.php:556
2911
  msgid "All Ad Groups"
2912
  msgstr "Tous les groupes de pubs"
2913
 
2914
+ #: ../public/class-advanced-ads.php:557
2915
  msgid "Parent Ad Groups"
2916
  msgstr "Groupes de pubs parents"
2917
 
2918
+ #: ../public/class-advanced-ads.php:558
2919
  msgid "Parent Ad Groups:"
2920
  msgstr "Groupes de pubs parents :"
2921
 
2922
+ #: ../public/class-advanced-ads.php:559
2923
  msgid "Edit Ad Group"
2924
  msgstr "Modifier le groupe de pubs"
2925
 
2926
+ #: ../public/class-advanced-ads.php:560
2927
  msgid "Update Ad Group"
2928
  msgstr "Mettre à jour le groupe de pubs"
2929
 
2930
+ #: ../public/class-advanced-ads.php:561
2931
  msgid "Add New Ad Group"
2932
  msgstr "Ajouter un nouveau groupe de pubs"
2933
 
2934
+ #: ../public/class-advanced-ads.php:562
2935
  msgid "New Ad Groups Name"
2936
  msgstr "Nouveau nom de groupes de pubs"
2937
 
2938
+ #: ../public/class-advanced-ads.php:564
2939
  msgid "No Ad Group found"
2940
  msgstr "Aucun groupe de pubs trouvé"
2941
 
2942
+ #: ../public/class-advanced-ads.php:595
2943
  msgid "Edit Ad"
2944
  msgstr "Modifier la pub"
2945
 
2946
+ #: ../public/class-advanced-ads.php:597
2947
  msgid "View"
2948
  msgstr "Voir"
2949
 
2950
+ #: ../public/class-advanced-ads.php:598
2951
  msgid "View the Ad"
2952
  msgstr "Voir la pub"
2953
 
2954
+ #: ../public/class-advanced-ads.php:599
2955
  msgid "Search Ads"
2956
  msgstr "Rechercher des pubs"
2957
 
2958
+ #: ../public/class-advanced-ads.php:600
2959
  msgid "No Ads found"
2960
  msgstr "Aucune pub n’a été trouvée"
2961
 
2962
+ #: ../public/class-advanced-ads.php:601
2963
  msgid "No Ads found in Trash"
2964
  msgstr "Aucune pub n’a été trouvée dans la corbeille"
2965
 
2966
+ #: ../public/class-advanced-ads.php:602
2967
  msgid "Parent Ad"
2968
  msgstr "Pub parente"
languages/advanced-ads-it_IT.po CHANGED
@@ -1009,7 +1009,7 @@ msgid "tip: use this to add a margin around the ad"
1009
  msgstr ""
1010
 
1011
  #: ../admin/views/ad-output-metabox.php:33
1012
- msgid "container id"
1013
  msgstr ""
1014
 
1015
  #: ../admin/views/ad-output-metabox.php:36
@@ -1027,7 +1027,7 @@ msgid ""
1027
  msgstr ""
1028
 
1029
  #: ../admin/views/ad-output-metabox.php:44
1030
- msgid "Enable debug mode."
1031
  msgstr ""
1032
 
1033
  #: ../admin/views/ad-parameters-size.php:6
@@ -2399,8 +2399,8 @@ msgid "default"
2399
  msgstr "default"
2400
 
2401
  #: ../admin/views/ad-parameters-size.php:2
2402
- msgid "size:"
2403
- msgstr "dimensione:"
2404
 
2405
  #: ../admin/views/ad-parameters-size.php:3
2406
  msgid "width"
1009
  msgstr ""
1010
 
1011
  #: ../admin/views/ad-output-metabox.php:33
1012
+ msgid "container ID"
1013
  msgstr ""
1014
 
1015
  #: ../admin/views/ad-output-metabox.php:36
1027
  msgstr ""
1028
 
1029
  #: ../admin/views/ad-output-metabox.php:44
1030
+ msgid "Enable debug mode"
1031
  msgstr ""
1032
 
1033
  #: ../admin/views/ad-parameters-size.php:6
2399
  msgstr "default"
2400
 
2401
  #: ../admin/views/ad-parameters-size.php:2
2402
+ msgid "size"
2403
+ msgstr "dimensione"
2404
 
2405
  #: ../admin/views/ad-parameters-size.php:3
2406
  msgid "width"
languages/advanced-ads-nl_NL.po CHANGED
@@ -280,7 +280,7 @@ msgid ""
280
  msgstr ""
281
 
282
  #: ../admin/views/ad-output-metabox.php:44
283
- msgid "Enable debug mode."
284
  msgstr ""
285
 
286
  #: ../admin/views/ad-parameters-size.php:6
@@ -1858,8 +1858,8 @@ msgid "tip: use this to add a margin around the ad"
1858
  msgstr "tip: gebruik dit om een margin toe te voegen rondom de advertentie"
1859
 
1860
  #: ../admin/views/ad-parameters-size.php:2
1861
- msgid "size:"
1862
- msgstr "formaat:"
1863
 
1864
  #: ../admin/views/ad-parameters-size.php:3
1865
  msgid "width"
280
  msgstr ""
281
 
282
  #: ../admin/views/ad-output-metabox.php:44
283
+ msgid "Enable debug mode"
284
  msgstr ""
285
 
286
  #: ../admin/views/ad-parameters-size.php:6
1858
  msgstr "tip: gebruik dit om een margin toe te voegen rondom de advertentie"
1859
 
1860
  #: ../admin/views/ad-parameters-size.php:2
1861
+ msgid "size"
1862
+ msgstr "formaat"
1863
 
1864
  #: ../admin/views/ad-parameters-size.php:3
1865
  msgid "width"
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 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"
@@ -22,183 +22,379 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: pt_BR"
24
 
25
- msgid "Advanced Ads"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  msgstr ""
27
 
 
 
 
28
  #. URI of the plugin
29
  msgid "https://wpadvancedads.com"
30
- msgstr ""
31
 
32
  #. Description of the plugin
33
  msgid "Manage and optimize your ads in WordPress"
34
- msgstr ""
35
 
36
  #. Author of the plugin
37
  msgid "Thomas Maier"
38
- msgstr ""
39
 
40
  #. Author URI of the plugin
41
  msgid "http://webgilde.com"
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>)."
197
  " Some features and add-ons might override this setting if they need features "
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 "
@@ -206,198 +402,270 @@ msgid ""
206
  "can enable this option if you don’t see ads or want to enable ad injections "
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 "
226
  "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
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
 
342
  #: ../admin/includes/class-ad-groups-list.php:164 ../admin/views/ad-list-timing-
343
  #: column.php:4
344
  #, php-format
345
  msgid "starts %s"
346
- msgstr ""
347
 
348
  #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
349
  #: column.php:21
350
  #, php-format
351
  msgid "expires %s"
352
- msgstr ""
353
 
354
  #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
355
  #: column.php:23
356
  #, php-format
357
  msgid "<strong>expired</strong> %s"
358
- msgstr ""
359
 
360
  #: ../admin/includes/class-ad-groups-list.php:198
361
  msgid "all published ads are displayed"
362
- msgstr ""
363
 
364
  #: ../admin/includes/class-ad-groups-list.php:200
365
  #, php-format
366
  msgid "up to %d ads displayed"
367
- msgstr ""
368
 
369
  #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
370
  #: form-row.php:37
371
  msgid "No ads assigned"
372
- msgstr ""
373
 
374
  #: ../admin/includes/class-ad-groups-list.php:251
375
  msgid "Random ads"
376
- msgstr ""
377
 
378
  #: ../admin/includes/class-ad-groups-list.php:252
379
  msgid "Display random ads based on ad weight"
380
- msgstr ""
381
 
382
  #: ../admin/includes/class-ad-groups-list.php:255
383
  msgid "Ordered ads"
384
- msgstr ""
385
 
386
  #: ../admin/includes/class-ad-groups-list.php:256
387
  msgid "Display ads with the highest ad weight first"
388
- msgstr ""
 
 
 
 
 
389
 
390
  #: ../admin/includes/class-ad-groups-list.php:276
391
  msgid "Usage"
392
- msgstr ""
 
 
 
 
393
 
394
  #: ../admin/includes/class-ad-groups-list.php:306
395
  msgid "Invalid Ad Group"
396
- msgstr ""
397
 
398
  #: ../admin/includes/class-ad-groups-list.php:311
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
@@ -405,10 +673,14 @@ 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
@@ -417,89 +689,125 @@ msgid ""
417
  "receive one or want to use another email address then please use <a "
418
  "href=\"%s\" target=\"_blank\">this form</a> to sign up."
419
  msgstr ""
 
 
 
420
 
421
  #: ../admin/includes/class-overview-widgets.php:45
422
  msgid "Tips and Tutorials"
423
- msgstr ""
424
 
425
  #: ../admin/includes/class-overview-widgets.php:47
426
  msgid "Setup and Optimization Help"
427
- msgstr ""
 
 
 
 
428
 
429
  #: ../admin/includes/class-overview-widgets.php:53
430
  msgid "Advanced Ads Pro"
431
- msgstr ""
432
 
433
  #: ../admin/includes/class-overview-widgets.php:55
434
  msgid "Tracking and Stats"
435
- msgstr ""
436
 
437
  #: ../admin/includes/class-overview-widgets.php:57
438
  msgid "Responsive and Mobile ads"
439
- msgstr ""
440
 
441
  #: ../admin/includes/class-overview-widgets.php:59
442
  msgid "Geo Targeting"
443
- msgstr ""
444
 
445
  #: ../admin/includes/class-overview-widgets.php:61
446
  msgid "Sticky ads"
447
- msgstr ""
448
 
449
  #: ../admin/includes/class-overview-widgets.php:63
450
  msgid "PopUps and Layers"
451
- msgstr ""
452
 
453
  #: ../admin/includes/class-overview-widgets.php:65
454
  msgid "Ad Slider"
455
- msgstr ""
456
 
457
  #: ../admin/includes/class-overview-widgets.php:83
458
  msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
459
- msgstr ""
460
 
461
  #: ../admin/includes/class-overview-widgets.php:84
462
  msgid "Join now"
463
- msgstr ""
464
 
465
  #: ../admin/includes/class-overview-widgets.php:91
466
  msgid ""
467
  "Learn more about how and <strong>how much you can earn with AdSense</strong> "
468
  "and Advanced Ads from the dedicated newsletter group."
469
  msgstr ""
 
 
 
470
 
471
  #: ../admin/includes/class-overview-widgets.php:92 ../admin/includes/notices.php:
472
  #: 35 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
473
  #: admin/views/notices/subscribe.php:3
474
  msgid "Subscribe me now"
475
- msgstr ""
476
 
477
  #: ../admin/includes/class-overview-widgets.php:99
478
  msgid "Get the first steps and more tutorials to your inbox."
479
- msgstr ""
480
 
481
  #: ../admin/includes/class-overview-widgets.php:100
482
  msgid "Send it now"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  msgstr ""
 
 
 
 
 
 
484
 
485
  #: ../admin/includes/class-overview-widgets.php:138
486
  msgid "Next steps"
487
- msgstr ""
488
 
489
  #: ../admin/includes/class-overview-widgets.php:150
490
  #, php-format
491
  msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
492
- msgstr ""
493
 
494
  #: ../admin/includes/class-overview-widgets.php:151
495
  #, php-format
496
  msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
497
- msgstr ""
498
 
499
  #: ../admin/includes/class-overview-widgets.php:152
500
  #, php-format
501
  msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
502
- msgstr ""
503
 
504
  #: ../admin/includes/class-overview-widgets.php:153
505
  #, php-format
@@ -507,139 +815,147 @@ msgid ""
507
  "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
508
  "href=\"%s\" target=\"_blank\">wordpress.org</a>"
509
  msgstr ""
 
 
510
 
511
  #: ../admin/includes/class-overview-widgets.php:162
512
  msgid ""
513
  "Need help to set up and optimize your ads? Need custom coding on your site? "
514
  "Ask me for a quote."
515
  msgstr ""
 
 
516
 
517
  #: ../admin/includes/class-overview-widgets.php:163
518
  #, php-format
519
  msgid "Help with ads on %s"
520
- msgstr ""
521
 
522
  #: ../admin/includes/class-overview-widgets.php:164
523
  msgid "Get an offer"
524
- msgstr ""
525
 
526
  #: ../admin/includes/class-overview-widgets.php:172
527
  msgid "Ad management for advanced websites."
528
- msgstr ""
529
 
530
  #: ../admin/includes/class-overview-widgets.php:173
531
  msgid "Cache-busting"
532
- msgstr ""
533
 
534
  #: ../admin/includes/class-overview-widgets.php:174
535
  msgid "Advanced visitor conditions"
536
- msgstr ""
537
 
538
  #: ../admin/includes/class-overview-widgets.php:175
539
  msgid "Flash ads with fallback"
540
- msgstr ""
541
 
542
  #: ../admin/includes/class-overview-widgets.php:177
543
  msgid "Get Pro"
544
- msgstr ""
545
 
546
  #: ../admin/includes/class-overview-widgets.php:185
547
  msgid "Track the impressions of and clicks on your ads."
548
- msgstr ""
549
 
550
  #: ../admin/includes/class-overview-widgets.php:186
551
  msgid "2 methods to count impressions"
552
- msgstr ""
553
 
554
  #: ../admin/includes/class-overview-widgets.php:187
555
  msgid "beautiful stats for all or single ads"
556
- msgstr ""
557
 
558
  #: ../admin/includes/class-overview-widgets.php:188
559
  msgid "group stats by day, week or month"
560
- msgstr ""
561
 
562
  #: ../admin/includes/class-overview-widgets.php:190
563
  msgid "Get the Tracking add-on"
564
- msgstr ""
565
 
566
  #: ../admin/includes/class-overview-widgets.php:198
567
  msgid "Display ads based on the size of your visitor’s browser or device."
568
  msgstr ""
 
 
569
 
570
  #: ../admin/includes/class-overview-widgets.php:199
571
  msgid "set a range (from … to …) pixels for the browser size"
572
- msgstr ""
573
 
574
  #: ../admin/includes/class-overview-widgets.php:200
575
  msgid "set custom sizes for AdSense responsive ads"
576
- msgstr ""
577
 
578
  #: ../admin/includes/class-overview-widgets.php:201
579
  msgid "list all ads by their responsive settings"
580
- msgstr ""
581
 
582
  #: ../admin/includes/class-overview-widgets.php:203
583
  msgid "Get the Responsive add-on"
584
- msgstr ""
585
 
586
  #: ../admin/includes/class-overview-widgets.php:211
587
  msgid "Target visitors by their geo location."
588
- msgstr ""
589
 
590
  #: ../admin/includes/class-overview-widgets.php:213
591
  msgid "Get the Geo Targeting add-on"
592
- msgstr ""
593
 
594
- #: ../admin/includes/class-overview-widgets.php:221 ../admin/views/ad-info-top.
595
- #: php:30
596
  msgid ""
597
  "Fix ads to the browser while users are scrolling and create best performing "
598
  "anchor ads."
599
  msgstr ""
 
 
600
 
601
  #: ../admin/includes/class-overview-widgets.php:222
602
  msgid "position ads that don’t scroll with the screen"
603
- msgstr ""
604
 
605
  #: ../admin/includes/class-overview-widgets.php:223
606
  msgid "build anchor ads not only on mobile devices"
607
- msgstr ""
608
 
609
- #: ../admin/includes/class-overview-widgets.php:225 ../admin/views/ad-info-top.
610
- #: php:32
611
  msgid "Get the Sticky add-on"
612
- msgstr ""
613
 
614
- #: ../admin/includes/class-overview-widgets.php:233 ../admin/views/ad-info-top.
615
- #: php:37
616
  msgid "Display content and ads in layers and popups on custom events."
617
- msgstr ""
618
 
619
  #: ../admin/includes/class-overview-widgets.php:234
620
  msgid "display a popup after a user interaction like scrolling"
621
- msgstr ""
622
 
623
  #: ../admin/includes/class-overview-widgets.php:235
624
  msgid "optional background overlay"
625
- msgstr ""
626
 
627
  #: ../admin/includes/class-overview-widgets.php:236
628
  msgid "allow users to close the popup"
629
- msgstr ""
630
 
631
- #: ../admin/includes/class-overview-widgets.php:238 ../admin/views/ad-info-top.
632
- #: php:39
633
  msgid "Get the PopUp and Layer add-on"
634
- msgstr ""
635
 
636
  #: ../admin/includes/class-overview-widgets.php:246
637
  msgid "Create a beautiful and simple slider from your ads."
638
- msgstr ""
639
 
640
  #: ../admin/includes/class-overview-widgets.php:248
641
  msgid "Get the Slider add-on"
642
- msgstr ""
 
 
 
 
643
 
644
  #: ../admin/includes/notices.php:14
645
  #, php-format
@@ -647,43 +963,55 @@ msgid ""
647
  "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
648
  "Steps</a>."
649
  msgstr ""
 
 
650
 
651
  #: ../admin/includes/notices.php:20
652
  msgid ""
653
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
654
  "receive the first steps via email?"
655
  msgstr ""
 
 
656
 
657
  #: ../admin/includes/notices.php:21
658
  msgid "Yes, send it"
659
- msgstr ""
660
 
661
  #: ../admin/includes/notices.php:27
662
  msgid ""
663
  "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
664
  "<strong>2 free add-ons</strong> for joining the newsletter."
665
  msgstr ""
 
 
 
666
 
667
  #: ../admin/includes/notices.php:28
668
  msgid "Add me now"
669
- msgstr ""
670
 
671
  #: ../admin/includes/notices.php:34
672
  msgid ""
673
  "Learn more about how and <strong>how much you can earn with AdSense</strong> "
674
  "and Advanced Ads from my dedicated newsletter."
675
  msgstr ""
 
 
 
676
 
677
  #: ../admin/includes/notices.php:61
678
  msgid ""
679
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
680
  "missing</strong>."
681
  msgstr ""
 
 
682
 
683
  #: ../admin/includes/notices.php:61
684
  #, php-format
685
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
686
- msgstr ""
687
 
688
  #: ../admin/includes/notices.php:67
689
  #, php-format
@@ -693,6 +1021,10 @@ msgid ""
693
  "before it expires with a significant discount on <a href=\"%s\" "
694
  "target=\"_blank\">the add-on page</a>."
695
  msgstr ""
 
 
 
 
696
 
697
  #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
698
  #, php-format
@@ -701,6 +1033,9 @@ msgid ""
701
  "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
702
  "information."
703
  msgstr ""
 
 
 
704
 
705
  #: ../admin/includes/notices.php:79
706
  #, php-format
@@ -713,6 +1048,14 @@ msgid ""
713
  "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
714
  "org</a>.</p><p><em>Thomas</em>"
715
  msgstr ""
 
 
 
 
 
 
 
 
716
 
717
  #: ../admin/includes/notices.php:85
718
  #, php-format
@@ -721,30 +1064,30 @@ msgid ""
721
  "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
722
  "disguise."
723
  msgstr ""
 
 
 
724
 
725
  #: ../admin/includes/shortcode-creator-l10n.php:10
726
  msgctxt "shortcode creator"
727
  msgid "Add an ad"
728
- msgstr ""
729
 
730
  #: ../admin/includes/shortcode-creator-l10n.php:11
731
  msgctxt "shortcode creator"
732
  msgid "Add shortcode"
733
- msgstr ""
734
 
735
  #: ../admin/includes/shortcode-creator-l10n.php:12
736
  msgctxt "shortcode creator"
737
  msgid "Cancel"
738
- msgstr ""
739
 
740
  #: ../admin/views/ad-display-metabox.php:6
741
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
742
  msgstr ""
743
-
744
- #: ../admin/views/ad-display-metabox.php:6 ../admin/views/ad-output-metabox.php:
745
- #: 46 ../admin/views/ad-visitor-metabox.php:4
746
- msgid "Manual"
747
- msgstr ""
748
 
749
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
750
  #: php:2
@@ -753,263 +1096,438 @@ msgid ""
753
  "There might be a problem with layouts and scripts in your dashboard. Please "
754
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
755
  msgstr ""
 
 
 
 
 
 
756
 
757
  #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
758
  #: 34
759
  msgid "New condition"
760
- msgstr ""
761
 
762
  #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
763
  #: 37
764
  msgid "-- choose a condition --"
765
- msgstr ""
766
 
767
  #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
768
  #: 42
769
  msgid "add"
770
- msgstr ""
 
 
 
 
 
 
 
 
 
771
 
772
  #: ../admin/views/ad-group-edit.php:38
773
  msgctxt "Taxonomy Slug"
774
  msgid "Slug"
775
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
776
 
777
  #: ../admin/views/ad-group-list-form-row.php:5
778
  msgid "Description"
779
- msgstr ""
 
 
 
 
 
780
 
781
  #: ../admin/views/ad-group-list-form-row.php:16
782
  msgid "Number of visible ads"
783
- msgstr ""
784
 
785
  #: ../admin/views/ad-group-list-form-row.php:22
786
  msgctxt "option to display all ads in an ad groups"
787
  msgid "all"
788
- msgstr ""
789
 
790
  #: ../admin/views/ad-group-list-form-row.php:25
791
  msgid "Number of ads that are visible at the same time"
792
- msgstr ""
 
 
 
 
 
793
 
794
  #: ../admin/views/ad-group-list-form-row.php:32
795
  msgid "weight"
796
- msgstr ""
 
 
 
 
797
 
798
  #: ../admin/views/ad-group-list-header.php:4
799
  msgid "Details"
800
- msgstr ""
801
 
802
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
803
- #: admin/views/ad-info.php:3 ../admin/views/placements.php:58
804
  msgid "shortcode"
805
- msgstr ""
806
 
807
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
808
- #: admin/views/placements.php:61
809
  msgid "template"
810
- msgstr ""
811
 
812
  #: ../admin/views/ad-group-list-row.php:14
813
  #, php-format
814
  msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
815
- msgstr ""
816
 
817
  #: ../admin/views/ad-group-list-row.php:19
818
  #, php-format
819
  msgid "Type: %s"
820
- msgstr ""
821
 
822
  #: ../admin/views/ad-group-list-row.php:20
823
  #, php-format
824
  msgid "ID: %s"
825
- msgstr ""
826
 
827
  #: ../admin/views/ad-group.php:18
828
  msgid "Ad Groups successfully updated"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  msgstr ""
 
 
 
 
 
 
 
 
 
 
830
 
831
  #: ../admin/views/ad-group.php:87
832
  msgid "Update Groups"
833
- msgstr ""
834
 
835
  #: ../admin/views/ad-info-top.php:4
836
- msgid "Cool, you just published an ad. What now?"
 
 
 
837
  msgstr ""
 
 
838
 
839
  #: ../admin/views/ad-info-top.php:5
840
- msgid "Display the ad in …"
841
- msgstr ""
 
 
 
 
842
 
843
  #: ../admin/views/ad-info-top.php:7
844
- msgid "… every post or page"
845
- msgstr ""
846
 
847
- #: ../admin/views/ad-info-top.php:9
848
- msgid "Use placements to inject the ad automatically into posts and pages."
849
- msgstr ""
850
 
851
- #: ../admin/views/ad-info-top.php:10
852
- msgid "Configure Placements"
853
- msgstr ""
854
 
855
- #: ../admin/views/ad-info-top.php:12
856
- msgid " Sidebar or Widget Area"
857
- msgstr ""
858
 
859
  #: ../admin/views/ad-info-top.php:14
860
- msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
861
- msgstr ""
862
-
863
- #: ../admin/views/ad-info-top.php:15
864
- msgid "Configure a Widget"
865
- msgstr ""
866
 
867
  #: ../admin/views/ad-info-top.php:17
868
- msgid " a few hand selected posts or pages"
869
- msgstr ""
870
 
871
- #: ../admin/views/ad-info-top.php:19
872
- msgid ""
873
- "Use the shortcode below to manually place the ad in the content editor of "
874
- "posts and pages."
875
- msgstr ""
876
 
877
  #: ../admin/views/ad-info-top.php:22
878
- msgid "… in a custom position in your theme"
879
- msgstr ""
880
-
881
- #: ../admin/views/ad-info-top.php:24
882
- msgid ""
883
- "Use the function below to manually place the ad into your template files. "
884
- "This method is needed for more advanced placements like in the header of "
885
- "your theme."
886
- msgstr ""
887
-
888
- #: ../admin/views/ad-info-top.php:27
889
- msgid "… in an anchor ad or pop-up"
890
- msgstr ""
891
-
892
- #: ../admin/views/ad-info-top.php:34
893
- msgid "You find the settings for the Sticky Ads below."
894
- msgstr ""
895
-
896
- #: ../admin/views/ad-info-top.php:41
897
- msgid "You find the settings for the Layer and PopUp effects below."
898
- msgstr ""
899
-
900
- #: ../admin/views/ad-info-top.php:46
901
  #, php-format
902
  msgid ""
903
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
904
  "target=\"_blank\">manual</a>."
905
  msgstr ""
 
 
 
 
 
 
 
906
 
907
  #: ../admin/views/ad-info.php:5
908
  msgid "theme function"
909
- msgstr ""
910
 
911
  #: ../admin/views/ad-info.php:7
912
  #, php-format
913
  msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
914
- msgstr ""
915
 
916
  #: ../admin/views/ad-info.php:12
917
  msgid "click to change"
918
- msgstr ""
919
 
920
  #: ../admin/views/ad-info.php:16
921
  msgid "Add a description"
922
- msgstr ""
923
 
924
  #: ../admin/views/ad-info.php:19
925
  msgid "Internal description or your own notes about this ad."
926
- msgstr ""
927
 
928
  #: ../admin/views/ad-list-filters.php:2
929
  msgid "all ad types"
930
- msgstr ""
931
 
932
  #: ../admin/views/ad-list-filters.php:5
933
  msgid "all ad sizes"
934
- msgstr ""
935
 
936
  #: ../admin/views/ad-list-filters.php:8
937
  msgid "all ad dates"
938
- msgstr ""
939
 
940
  #: ../admin/views/ad-list-filters.php:9
941
  msgid "expired"
942
- msgstr ""
943
 
944
  #: ../admin/views/ad-list-filters.php:10
945
  msgid "any expiry date"
946
- msgstr ""
947
 
948
  #: ../admin/views/ad-list-filters.php:11
949
  msgid "planned"
950
  msgstr ""
 
 
951
 
952
  #: ../admin/views/ad-list-filters.php:14
953
  msgid "all ad groups"
954
- msgstr ""
955
 
956
- #: ../admin/views/ad-output-metabox.php:33
957
- msgid "container id"
958
- msgstr ""
959
 
960
- #: ../admin/views/ad-output-metabox.php:36
961
- msgid "Specify the id of the ad container. Leave blank for random or no id."
962
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
963
 
964
  #: ../admin/views/ad-output-metabox.php:38
965
- msgid "container classes"
966
  msgstr ""
 
 
967
 
968
  #: ../admin/views/ad-output-metabox.php:41
 
 
 
 
969
  msgid ""
970
  "Specify one or more classes for the container. Separate multiple classes "
971
  "with a space"
972
  msgstr ""
 
 
973
 
974
- #: ../admin/views/ad-output-metabox.php:44
975
- msgid "Enable debug mode."
976
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
977
 
978
  #: ../admin/views/ad-parameters-size.php:6
979
  msgid "reserve this space"
980
- msgstr ""
 
 
 
 
981
 
982
  #: ../admin/views/ad-submitbox-meta.php:12
983
  msgid "Month"
984
- msgstr ""
 
 
 
 
 
 
985
 
986
  #: ../admin/views/ad-submitbox-meta.php:21
987
  msgid "Day"
988
- msgstr ""
989
 
990
  #: ../admin/views/ad-submitbox-meta.php:22
991
  msgid "Year"
992
- msgstr ""
993
 
994
  #: ../admin/views/ad-submitbox-meta.php:23
995
  msgid "Hour"
996
- msgstr ""
997
 
998
  #: ../admin/views/ad-submitbox-meta.php:24
999
  msgid "Minute"
1000
- msgstr ""
1001
 
1002
  #: ../admin/views/ad-submitbox-meta.php:29
1003
  #, php-format
1004
  msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1005
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1006
- msgstr ""
 
 
 
 
 
 
1007
 
1008
  #: ../admin/views/ad-visitor-metabox.php:28
1009
  msgid ""
1010
  "Visitor conditions limit the number of users who can see your ad. There is "
1011
  "no need to set visitor conditions if you want all users to see the ad."
1012
  msgstr ""
 
 
 
1013
 
1014
  #: ../admin/views/ad-visitor-metabox.php:30
1015
  #, php-format
@@ -1017,6 +1535,8 @@ msgid ""
1017
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
1018
  "if dynamic features get cached."
1019
  msgstr ""
 
 
1020
 
1021
  #: ../admin/views/ad-visitor-metabox.php:47
1022
  #, php-format
@@ -1024,59 +1544,81 @@ msgid ""
1024
  "Define the exact browser width for which an ad should be visible using the "
1025
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1026
  msgstr ""
 
 
1027
 
1028
  #: ../admin/views/ad-visitor-metabox.php:92
1029
  msgid ""
1030
  "The visitor conditions below are deprecated. Please use the new version of "
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
 
1038
- #: ../admin/views/feedback_disable.php:3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1039
  msgid "Thank you for helping to improve Advanced Ads."
1040
- msgstr ""
1041
 
1042
  #: ../admin/views/feedback_disable.php:4
1043
  msgid ""
1044
  "Your feedback will motivates me to work harder towards a professional ad "
1045
  "management solution."
1046
  msgstr ""
 
 
1047
 
1048
  #: ../admin/views/feedback_disable.php:5
1049
  msgid "Why did you decide to disable Advanced Ads?"
1050
- msgstr ""
1051
 
1052
  #: ../admin/views/feedback_disable.php:7
1053
  msgid "I stopped showing ads on my site"
1054
- msgstr ""
1055
 
1056
  #: ../admin/views/feedback_disable.php:8
1057
  #, php-format
1058
  msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1059
- msgstr ""
1060
 
1061
  #: ../admin/views/feedback_disable.php:9
1062
  msgid "I have a technical problem"
1063
- msgstr ""
1064
 
1065
  #: ../admin/views/feedback_disable.php:10
1066
  msgid "other reason"
1067
- msgstr ""
1068
 
1069
  #: ../admin/views/feedback_disable.php:12
1070
  msgid "Please specify, if possible"
1071
- msgstr ""
1072
 
1073
  #: ../admin/views/feedback_disable.php:13
1074
  msgid "What would be a reason to return to Advanced Ads?"
1075
- msgstr ""
1076
 
1077
  #: ../admin/views/intro.php:18
1078
  msgid "5-Star Usability"
1079
- msgstr ""
1080
 
1081
  #: ../admin/views/intro.php:19
1082
  msgid ""
@@ -1084,10 +1626,13 @@ msgid ""
1084
  "standards. If you know how to publish a post then you know how to create an "
1085
  "ad."
1086
  msgstr ""
 
 
 
1087
 
1088
  #: ../admin/views/intro.php:23
1089
  msgid "5-Star Support"
1090
- msgstr ""
1091
 
1092
  #: ../admin/views/intro.php:24
1093
  msgid ""
@@ -1095,10 +1640,14 @@ msgid ""
1095
  "a pro user or not, you can reach me easily through the support page, in the "
1096
  "chat on the homepage or replying to a newsletter."
1097
  msgstr ""
 
 
 
 
1098
 
1099
  #: ../admin/views/intro.php:28
1100
  msgid "5-Star Experience"
1101
- msgstr ""
1102
 
1103
  #: ../admin/views/intro.php:29
1104
  msgid ""
@@ -1106,38 +1655,44 @@ msgid ""
1106
  "serve millions of ad impressions per month and constantly test new ways to "
1107
  "optimize ad settings."
1108
  msgstr ""
 
 
 
 
1109
 
1110
  #: ../admin/views/intro.php:34
1111
  msgid "Welcome to <strong>Advanced Ads</strong>"
1112
- msgstr ""
1113
 
1114
  #: ../admin/views/intro.php:36
1115
  msgid "Let me give you an introduction into your future ad management solution."
1116
  msgstr ""
 
 
1117
 
1118
  #: ../admin/views/intro.php:61
1119
  msgid "Next Steps"
1120
- msgstr ""
1121
 
1122
  #: ../admin/views/intro.php:64
1123
  msgid "Subscribe to the Mailing List"
1124
- msgstr ""
1125
 
1126
  #: ../admin/views/intro.php:65
1127
  msgid "Subscribe to the newsletter and instantly"
1128
- msgstr ""
1129
 
1130
  #: ../admin/views/intro.php:67
1131
  msgid "get 2 free add-ons."
1132
- msgstr ""
1133
 
1134
  #: ../admin/views/intro.php:68
1135
  msgid "reply to the welcome message with a question."
1136
- msgstr ""
1137
 
1138
  #: ../admin/views/intro.php:69
1139
  msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1140
- msgstr ""
1141
 
1142
  #: ../admin/views/intro.php:79
1143
  #, php-format
@@ -1145,10 +1700,13 @@ msgid ""
1145
  "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
1146
  "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
1147
  msgstr ""
 
 
 
1148
 
1149
  #: ../admin/views/intro.php:82
1150
  msgid "Display your ad"
1151
- msgstr ""
1152
 
1153
  #: ../admin/views/intro.php:83
1154
  msgid ""
@@ -1156,20 +1714,29 @@ msgid ""
1156
  "placements. Placements help you to inject ads into the content or place them "
1157
  "on your site without coding."
1158
  msgstr ""
 
 
 
1159
 
1160
  #: ../admin/views/intro.php:85
1161
  msgid "List of all available placements"
1162
- msgstr ""
1163
 
1164
  #: ../admin/views/intro.php:86
1165
  msgid "Create a placement"
1166
- msgstr ""
1167
 
1168
  #: ../admin/views/placements.php:8
1169
  msgid ""
1170
  "Couldn’t create the new placement. Please check your form field and whether "
1171
  "the name is already in use."
1172
  msgstr ""
 
 
 
 
 
 
1173
 
1174
  #: ../admin/views/placements.php:15
1175
  msgid ""
@@ -1177,11 +1744,20 @@ msgid ""
1177
  "if you plan to change ads and ad groups on the same place without the need "
1178
  "to change your templates."
1179
  msgstr ""
 
 
 
1180
 
1181
  #: ../admin/views/placements.php:16
1182
  #, php-format
1183
  msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1184
  msgstr ""
 
 
 
 
 
 
1185
 
1186
  #: ../admin/views/placements.php:42
1187
  #, php-format
@@ -1189,125 +1765,188 @@ msgid ""
1189
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
1190
  "if the responsible add-on is activated."
1191
  msgstr ""
 
 
1192
 
1193
- #: ../admin/views/placements.php:57
1194
  msgid "show usage"
1195
- msgstr ""
1196
 
1197
- #: ../admin/views/placements.php:69
1198
  msgid "Item"
1199
- msgstr ""
1200
 
1201
- #: ../admin/views/placements.php:71 ../admin/views/placements.php:175
1202
  msgid "--not selected--"
1203
- msgstr ""
1204
 
1205
- #: ../admin/views/placements.php:112
 
 
 
 
 
 
 
 
 
 
 
 
1206
  msgid "start counting from bottom"
1207
- msgstr ""
1208
 
1209
- #: ../admin/views/placements.php:115
1210
  msgid "Important Notice"
1211
- msgstr ""
1212
 
1213
- #: ../admin/views/placements.php:115
1214
  msgid ""
1215
  "Your server is missing an extension. This might break the content injection."
1216
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
1217
  "provider to enable <em>mbstring</em>."
1218
  msgstr ""
 
 
 
1219
 
1220
- #: ../admin/views/placements.php:125
1221
  msgid "advanced options"
1222
- msgstr ""
1223
 
1224
- #: ../admin/views/placements.php:133
1225
  msgctxt "checkbox to remove placement"
1226
  msgid "delete"
1227
- msgstr ""
 
 
 
 
1228
 
1229
  #: ../admin/views/placements.php:142
 
 
 
 
1230
  msgid "New Placement"
1231
- msgstr ""
1232
 
1233
- #: ../admin/views/placements.php:148
1234
  msgid "Choose a placement type"
1235
- msgstr ""
1236
 
1237
- #: ../admin/views/placements.php:149
1238
  #, php-format
1239
  msgid ""
1240
  "Placement types define where the ad is going to be displayed. Learn more "
1241
  "about the different types from the <a href=\"%s\">manual</a>"
1242
  msgstr ""
 
 
1243
 
1244
- #: ../admin/views/placements.php:166
1245
  msgid "Please select a placement type."
1246
- msgstr ""
1247
 
1248
- #: ../admin/views/placements.php:168
1249
  msgid "Choose a Name"
1250
- msgstr ""
1251
 
1252
- #: ../admin/views/placements.php:169
1253
  msgid ""
1254
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1255
  "one, e.g. <em>Below Post Headline</em>."
1256
  msgstr ""
 
 
1257
 
1258
- #: ../admin/views/placements.php:170
1259
  msgid "Placement Name"
1260
- msgstr ""
1261
 
1262
- #: ../admin/views/placements.php:171
1263
  msgid "Please enter a name for your placement."
1264
- msgstr ""
1265
 
1266
- #: ../admin/views/placements.php:172
1267
  msgid "Choose the Ad or Group"
1268
- msgstr ""
1269
 
1270
- #: ../admin/views/placements.php:173
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
1309
  msgid "Disable ads on secondary queries"
1310
- msgstr ""
1311
 
1312
  #: ../admin/views/settings-disable-ads.php:17
1313
  msgid ""
@@ -1315,36 +1954,45 @@ msgid ""
1315
  "page. Try this option if you see ads injected on places where they shouldn’t "
1316
  "appear."
1317
  msgstr ""
 
 
 
1318
 
1319
  #: ../admin/views/settings-disable-ads.php:21
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
 
1339
  #: ../admin/views/support.php:8
1340
  msgid "Possible Issues"
1341
- msgstr ""
1342
 
1343
  #: ../admin/views/support.php:9
1344
  msgid ""
1345
  "Please fix the red highlighted issues on this page or try to understand "
1346
  "their consequences before contacting support."
1347
  msgstr ""
 
 
1348
 
1349
  #: ../admin/views/support.php:13
1350
  #, php-format
@@ -1353,6 +2001,10 @@ msgid ""
1353
  "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1354
  "Please ask your hosting provider for more information."
1355
  msgstr ""
 
 
 
 
1356
 
1357
  #: ../admin/views/support.php:16
1358
  #, php-format
@@ -1362,14 +2014,23 @@ msgid ""
1362
  "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
1363
  "ads dynamically."
1364
  msgstr ""
 
 
 
 
 
1365
 
1366
  #: ../admin/views/support.php:19
1367
  msgid "There is a <strong>new WordPress version available</strong>. Please update."
1368
  msgstr ""
 
 
1369
 
1370
  #: ../admin/views/support.php:22
1371
  msgid "There are <strong>plugin updates available</strong>. Please update."
1372
  msgstr ""
 
 
1373
 
1374
  #: ../admin/views/support.php:25
1375
  #, php-format
@@ -1377,6 +2038,9 @@ msgid ""
1377
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1378
  "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
1379
  msgstr ""
 
 
 
1380
 
1381
  #: ../admin/views/support.php:31
1382
  #, php-format
@@ -1386,6 +2050,10 @@ msgid ""
1386
  "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-in "
1387
  "support for Autoptimize."
1388
  msgstr ""
 
 
 
 
1389
 
1390
  #: ../admin/views/support.php:34
1391
  #, php-format
@@ -1393,6 +2061,8 @@ msgid ""
1393
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
1394
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
1395
  msgstr ""
 
 
1396
 
1397
  #: ../admin/views/support.php:38
1398
  #, php-format
@@ -1400,24 +2070,28 @@ msgid ""
1400
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
1401
  "href=\"%s\">settings</a>."
1402
  msgstr ""
 
 
1403
 
1404
  #: ../admin/views/support.php:49
1405
  msgid "Search"
1406
- msgstr ""
1407
 
1408
  #: ../admin/views/support.php:50
1409
  msgid ""
1410
  "Use the following form to search for solutions in the manual on "
1411
  "wpadvancedads.com"
1412
  msgstr ""
 
 
1413
 
1414
  #: ../admin/views/support.php:53
1415
  msgid "search"
1416
- msgstr ""
1417
 
1418
  #: ../admin/views/support.php:55
1419
  msgid "Contact"
1420
- msgstr ""
1421
 
1422
  #: ../admin/views/support.php:56
1423
  #, php-format
@@ -1425,121 +2099,173 @@ msgid ""
1425
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
1426
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1427
  msgstr ""
 
 
 
1428
 
1429
  #: ../admin/views/support.php:58
1430
  msgid "Email was successfully sent."
1431
- msgstr ""
1432
 
1433
  #: ../admin/views/support.php:67
1434
  msgid "your email"
1435
- msgstr ""
1436
 
1437
  #: ../admin/views/support.php:71
1438
  msgid "your name"
1439
- msgstr ""
1440
 
1441
  #: ../admin/views/support.php:75
1442
  msgid "your message"
1443
- msgstr ""
1444
 
1445
  #: ../admin/views/support.php:80
1446
  msgid "send"
1447
- msgstr ""
1448
 
1449
  #: ../admin/views/notices/adblock.php:3
1450
  msgid ""
1451
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1452
  "ad setup."
1453
  msgstr ""
 
 
1454
 
1455
  #: ../classes/ad_placements.php:31
1456
  msgid "Manual Placement"
1457
- msgstr ""
1458
 
1459
  #: ../classes/ad_placements.php:32
1460
  msgid "Manual placement to use as function or shortcode."
1461
- msgstr ""
1462
 
1463
  #: ../classes/ad_placements.php:36
1464
  msgid "Header Code"
1465
- msgstr ""
1466
 
1467
  #: ../classes/ad_placements.php:37
1468
  msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1469
  msgstr ""
 
 
1470
 
1471
  #: ../classes/ad_placements.php:41
1472
  msgid "Footer Code"
1473
- msgstr ""
1474
 
1475
  #: ../classes/ad_placements.php:42
1476
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1477
- msgstr ""
1478
 
1479
- #: ../classes/ad_placements.php:46
1480
- msgid "Before Content"
1481
- msgstr ""
1482
 
1483
- #: ../classes/ad_placements.php:51
1484
- msgid "After Content"
1485
- msgstr ""
1486
 
1487
  #: ../classes/ad_placements.php:56
1488
  msgid "Post Content"
 
 
 
 
 
 
1489
  msgstr ""
 
 
1490
 
1491
  #: ../classes/ad_placements.php:61
1492
  msgid "Sidebar Widget"
1493
- msgstr ""
1494
 
1495
  #: ../classes/ad_placements.php:62
1496
  msgid ""
1497
  "Create a sidebar widget with an ad. Can be placed and used like any other "
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 ""
1519
 
1520
  #: ../classes/ad_type_image.php:35
1521
  msgid "Ads in various image formats."
1522
- msgstr ""
1523
 
1524
  #: ../classes/ad_type_image.php:55
1525
  msgid "Insert File"
1526
- msgstr ""
1527
 
1528
  #: ../classes/ad_type_image.php:55
1529
  msgid "Insert"
1530
- msgstr ""
1531
 
1532
  #: ../classes/ad_type_image.php:55
1533
  msgid "select image"
1534
- msgstr ""
1535
 
1536
  #: ../classes/ad_type_image.php:56
1537
  msgid "edit"
1538
- msgstr ""
1539
 
1540
  #: ../classes/ad_type_image.php:65
1541
  msgid "url"
1542
- msgstr ""
1543
 
1544
  #: ../classes/ad_type_image.php:67
1545
  #, php-format
@@ -1547,10 +2273,30 @@ msgid ""
1547
  "Pro: Open this url in a new window and track impressions and clicks with the "
1548
  "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
1549
  msgstr ""
 
 
1550
 
1551
- #: ../classes/ad_type_plain.php:86
1552
- msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
 
 
 
 
 
 
 
1553
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1554
 
1555
  #: ../classes/checks.php:223
1556
  #, php-format
@@ -1559,96 +2305,139 @@ msgid ""
1559
  "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead to "
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
 
1653
  #: ../classes/EDD_SL_Plugin_Updater.php:177
1654
  #, php-format
@@ -1656,6 +2445,8 @@ msgid ""
1656
  "There is a new version of %1$s available. <a target=\"_blank\" "
1657
  "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1658
  msgstr ""
 
 
1659
 
1660
  #: ../classes/EDD_SL_Plugin_Updater.php:184
1661
  #, php-format
@@ -1664,30 +2455,33 @@ msgid ""
1664
  "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
1665
  "href=\"%4$s\">update now</a>."
1666
  msgstr ""
 
 
 
1667
 
1668
  #: ../classes/EDD_SL_Plugin_Updater.php:324
1669
  msgid "You do not have permission to install plugin updates"
1670
- msgstr ""
1671
 
1672
  #: ../classes/EDD_SL_Plugin_Updater.php:324
1673
  msgid "Error"
1674
- msgstr ""
1675
 
1676
  #: ../classes/visitor-conditions.php:32
1677
  msgid "mobile device"
1678
- msgstr ""
1679
 
1680
  #: ../classes/visitor-conditions.php:33
1681
  msgid "Display ads only on mobile devices or hide them."
1682
- msgstr ""
1683
 
1684
  #: ../classes/visitor-conditions.php:39
1685
  msgid "logged in visitor"
1686
- msgstr ""
1687
 
1688
  #: ../classes/visitor-conditions.php:40
1689
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
1690
- msgstr ""
1691
 
1692
  #: ../classes/visitor-conditions.php:73
1693
  #, php-format
@@ -1695,99 +2489,137 @@ msgid ""
1695
  "Pro: Display ads by the available space on the device using the <a href=\"%s\" "
1696
  "target=\"_blank\">Responsive add-on</a>"
1697
  msgstr ""
 
 
1698
 
1699
  #: ../classes/visitor-conditions.php:101
1700
  msgid "is"
1701
- msgstr ""
1702
 
1703
  #: ../classes/visitor-conditions.php:102
1704
  msgid "is not"
1705
- msgstr ""
1706
 
1707
  #: ../classes/visitor-conditions.php:107
1708
  msgid "Manual and Troubleshooting"
1709
- msgstr ""
1710
 
1711
  #: ../classes/visitor-conditions.php:136
1712
  msgid "equal"
1713
- msgstr ""
1714
 
1715
  #: ../classes/visitor-conditions.php:137
1716
  msgid "equal or higher"
1717
- msgstr ""
1718
 
1719
  #: ../classes/visitor-conditions.php:138
1720
  msgid "equal or lower"
1721
- msgstr ""
1722
 
1723
  #: ../classes/visitor-conditions.php:168
1724
  msgid "contains"
1725
- msgstr ""
1726
 
1727
  #: ../classes/visitor-conditions.php:169
1728
  msgid "starts with"
1729
- msgstr ""
1730
 
1731
  #: ../classes/visitor-conditions.php:170
1732
  msgid "ends with"
1733
- msgstr ""
1734
 
1735
  #: ../classes/visitor-conditions.php:171
1736
  msgid "matches"
1737
- msgstr ""
1738
 
1739
  #: ../classes/visitor-conditions.php:172
1740
  msgid "matches regex"
1741
- msgstr ""
1742
 
1743
  #: ../classes/visitor-conditions.php:173
1744
  msgid "does not contain"
1745
- msgstr ""
1746
 
1747
  #: ../classes/visitor-conditions.php:174
1748
  msgid "does not start with"
1749
- msgstr ""
1750
 
1751
  #: ../classes/visitor-conditions.php:175
1752
  msgid "does not end with"
1753
- msgstr ""
1754
 
1755
  #: ../classes/visitor-conditions.php:176
1756
  msgid "does not match"
1757
- msgstr ""
1758
 
1759
  #: ../classes/visitor-conditions.php:177
1760
  msgid "does not match regex"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1761
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1762
 
1763
  #: ../modules/ad-blocker/admin/admin.php:133
1764
  msgid "The asset folder was rebuilt successfully"
1765
- msgstr ""
1766
 
1767
  #: ../modules/ad-blocker/admin/admin.php:218
1768
  msgid "Ad blocker fix"
1769
- msgstr ""
1770
 
1771
  #: ../modules/ad-blocker/admin/admin.php:257
1772
  msgid "There is no writable upload folder"
1773
- msgstr ""
1774
 
1775
  #: ../modules/ad-blocker/admin/admin.php:278
1776
  #, php-format
1777
  msgid "Unable to rename \"%s\" directory"
1778
- msgstr ""
1779
 
1780
  #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
1781
  #: php:307 ../modules/ad-blocker/admin/admin.php:324
1782
  #, php-format
1783
  msgid "Unable to copy assets to the \"%s\" directory"
1784
- msgstr ""
1785
 
1786
  #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
1787
  #: php:378
1788
  #, php-format
1789
  msgid "We do not have direct write access to the \"%s\" directory"
1790
- msgstr ""
1791
 
1792
  #: ../modules/ad-blocker/admin/admin.php:445
1793
  #, php-format
@@ -1795,41 +2627,45 @@ msgid ""
1795
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
1796
  "server?"
1797
  msgstr ""
 
 
1798
 
1799
  #: ../modules/ad-blocker/admin/admin.php:456
1800
  #, php-format
1801
  msgid "Unable to copy files to %s"
1802
- msgstr ""
1803
 
1804
  #: ../modules/ad-blocker/admin/admin.php:592
1805
  msgid ""
1806
  "Prevents ad block software from breaking your website when blocking asset "
1807
  "files (.js, .css)."
1808
  msgstr ""
 
 
1809
 
1810
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
1811
  msgid "Ad blocker file folder"
1812
- msgstr ""
1813
 
1814
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
1815
  msgid "Upload folder is not writable"
1816
- msgstr ""
1817
 
1818
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
1819
  msgid "Asset path"
1820
- msgstr ""
1821
 
1822
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
1823
  msgid "Asset URL"
1824
- msgstr ""
1825
 
1826
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
1827
  msgid "Rename assets"
1828
- msgstr ""
1829
 
1830
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
1831
  msgid "Check if you want to change the names of the assets"
1832
- msgstr ""
1833
 
1834
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
1835
  #, php-format
@@ -1837,23 +2673,25 @@ msgid ""
1837
  "Please, rebuild the asset folder. All assets will be located in "
1838
  "<strong>%s</strong>"
1839
  msgstr ""
 
 
1840
 
1841
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
1842
  msgid "Rebuild asset folder"
1843
- msgstr ""
1844
 
1845
  #: ../modules/gadsense/main.php:19
1846
  msgid " at "
1847
- msgstr ""
1848
 
1849
  #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
1850
  #: ad-parameters.php:51
1851
  msgid "Responsive"
1852
- msgstr ""
1853
 
1854
  #: ../modules/gadsense/admin/admin.php:44
1855
  msgid "The ad details couldn't be retrieved from the ad code"
1856
- msgstr ""
1857
 
1858
  #: ../modules/gadsense/admin/admin.php:45
1859
  msgid ""
@@ -1861,22 +2699,25 @@ msgid ""
1861
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
1862
  "end."
1863
  msgstr ""
 
 
 
1864
 
1865
  #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:262
1866
  msgid "AdSense"
1867
- msgstr ""
1868
 
1869
  #: ../modules/gadsense/admin/admin.php:131
1870
  msgid "AdSense ID"
1871
- msgstr ""
1872
 
1873
  #: ../modules/gadsense/admin/admin.php:140
1874
  msgid "Limit to 3 ads"
1875
- msgstr ""
1876
 
1877
  #: ../modules/gadsense/admin/admin.php:149
1878
  msgid "Activate Page-Level ads"
1879
- msgstr ""
1880
 
1881
  #: ../modules/gadsense/admin/admin.php:169
1882
  #, php-format
@@ -1884,15 +2725,17 @@ msgid ""
1884
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
1885
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
1886
  msgstr ""
 
 
1887
 
1888
  #: ../modules/gadsense/admin/admin.php:183
1889
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
1890
- msgstr ""
1891
 
1892
  #: ../modules/gadsense/admin/admin.php:195
1893
  #, php-format
1894
  msgid "Limit to %d AdSense ads"
1895
- msgstr ""
1896
 
1897
  #: ../modules/gadsense/admin/admin.php:199
1898
  #, php-format
@@ -1901,20 +2744,27 @@ msgid ""
1901
  "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
1902
  "this limitation at your own risks."
1903
  msgstr ""
 
 
 
1904
 
1905
  #: ../modules/gadsense/admin/admin.php:202
1906
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
1907
  msgstr ""
 
 
1908
 
1909
  #: ../modules/gadsense/admin/admin.php:205
1910
  msgid ""
1911
  "Due to technical restrictions, the limit does not work on placements with "
1912
  "cache-busting enabled."
1913
  msgstr ""
 
 
1914
 
1915
  #: ../modules/gadsense/admin/admin.php:219
1916
  msgid "Insert Page-Level ads code on all pages."
1917
- msgstr ""
1918
 
1919
  #: ../modules/gadsense/admin/admin.php:221
1920
  msgid ""
@@ -1923,33 +2773,37 @@ msgid ""
1923
  "target=\"_blank\">AdSense Help</a> (requires AdSense-login) for more "
1924
  "information"
1925
  msgstr ""
 
 
 
 
1926
 
1927
  #: ../modules/gadsense/admin/admin.php:240 ../modules/gadsense/includes/class-ad-
1928
  #: type-adsense.php:73
1929
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
1930
- msgstr ""
1931
 
1932
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
1933
  msgid "Copy&Paste existing ad code"
1934
- msgstr ""
1935
 
1936
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
1937
  msgid "Ad Slot ID"
1938
- msgstr ""
1939
 
1940
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
1941
  #, php-format
1942
  msgid "Publisher ID: %s"
1943
- msgstr ""
1944
 
1945
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
1946
  #, php-format
1947
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
1948
- msgstr ""
1949
 
1950
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
1951
  msgid "Normal"
1952
- msgstr ""
1953
 
1954
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
1955
  #, php-format
@@ -1957,744 +2811,120 @@ msgid ""
1957
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
1958
  "define the exact creative for each browser width."
1959
  msgstr ""
 
 
1960
 
1961
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
1962
  msgid "Resizing"
1963
- msgstr ""
1964
 
1965
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
1966
  msgid "Copy the ad code from your AdSense account and paste it in the area below"
1967
- msgstr ""
1968
 
1969
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
1970
  msgid "Get details"
1971
- msgstr ""
1972
 
1973
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
1974
  msgid "Close"
1975
- msgstr ""
1976
 
1977
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
1978
  msgid "AdSense ad"
1979
- msgstr ""
1980
 
1981
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
1982
  msgid "Use ads from your Google AdSense account"
1983
- msgstr ""
1984
 
1985
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
1986
  msgid "Your AdSense Publisher ID is missing."
1987
- msgstr ""
1988
 
1989
  #: ../modules/gadsense/includes/class-gadsense-data.php:46
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"
2018
-
2019
- #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
2020
- #, fuzzy
2021
- msgid "--empty--"
2022
- msgstr "--vazio--"
2023
-
2024
- #: ../admin/views/ad-group-edit.php:33
2025
- #, fuzzy
2026
- msgctxt "Taxonomy Name"
2027
- msgid "Name"
2028
- msgstr "Nome"
2029
-
2030
- #: ../admin/views/ad-group-edit.php:59
2031
- #, fuzzy
2032
- msgid "Update"
2033
- msgstr "Atualizar"
2034
-
2035
- #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
2036
- #, fuzzy
2037
- msgid "Name"
2038
- msgstr "Nome"
2039
-
2040
- #: ../admin/views/ad-visitor-metabox.php:98
2041
- #, fuzzy
2042
- msgid "Display on all devices"
2043
- msgstr "Exibir em todos os dispositivos"
2044
-
2045
- #: ../admin/views/placements.php:25
2046
- #, fuzzy
2047
- msgid "Options"
2048
- msgstr "Opções"
2049
-
2050
- #: ../admin/views/placements.php:141
2051
- #, fuzzy
2052
- msgid "Create a new placement"
2053
- msgstr "Crie um novo Local"
2054
-
2055
- #: ../admin/views/placements.php:192
2056
- #, fuzzy
2057
- msgid "Save New Placement"
2058
- msgstr "Salve o novo Local"
2059
-
2060
- #: ../classes/ad_type_plain.php:31
2061
- #, fuzzy
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"
2074
 
2075
- #: ../includes/array_ad_conditions.php:45
2076
- #, fuzzy
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"
2159
-
2160
- #: ../admin/class-advanced-ads-admin.php:278
2161
- msgid "Overview"
2162
- msgstr "Visão geral"
2163
-
2164
- #: ../admin/class-advanced-ads-admin.php:282 ../admin/class-advanced-ads-admin.
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
-
2295
- #: ../admin/includes/class-ad-groups-list.php:156
2296
- msgid "Ad weight"
2297
- msgstr "Peso do banner"
2298
-
2299
- #: ../admin/includes/class-ad-groups-list.php:285
2300
- msgid "Delete"
2301
- msgstr "Apagar"
2302
-
2303
- #: ../admin/includes/class-overview-widgets.php:49
2304
- msgid "Manual and Support"
2305
- msgstr "Manual e Suporte"
2306
-
2307
- #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
2308
- msgid "Create your first ad"
2309
- msgstr "Crie seu primeiro banner"
2310
-
2311
- #: ../admin/includes/class-overview-widgets.php:126
2312
- msgid ""
2313
- "Ad Groups contain ads and are currently used to rotate multiple ads on a "
2314
- "single spot."
2315
- msgstr "Grupo são containers usados para alternar entre banners."
2316
-
2317
- #: ../admin/includes/class-overview-widgets.php:128
2318
- msgid "Create your first group"
2319
- msgstr "Crie seu primeiro Grupo"
2320
-
2321
- #: ../admin/includes/class-overview-widgets.php:131
2322
- msgid "Ad Placements are the best way to manage where to display ads and groups."
2323
- msgstr "Locais de Banner são a melhor forma de exibí-los."
2324
-
2325
- #: ../admin/includes/class-overview-widgets.php:133
2326
- msgid "Create your first placement"
2327
- msgstr "Crie seu primeiro Local"
2328
-
2329
- #: ../admin/views/ad-display-metabox.php:39
2330
- msgid "If you want to display the ad everywhere, don't do anything here. "
2331
- msgstr "Se você quer exibir o banner em todo lugar, não faça nada aqui."
2332
-
2333
- #: ../admin/views/ad-group-edit.php:14
2334
- msgid "You did not select an item for editing."
2335
- msgstr "Você não selecionou um item para editar"
2336
-
2337
- #: ../admin/views/ad-group-edit.php:40
2338
- msgid "An id-like string with only letters in lower case, numbers, and hyphens."
2339
- msgstr "Um estilo de Slug, apenas letras, números e hífen."
2340
-
2341
- #: ../admin/views/ad-group-edit.php:45
2342
- msgctxt "Taxonomy Description"
2343
- msgid "Description"
2344
- msgstr "Descrição"
2345
-
2346
- #: ../admin/views/ad-group-edit.php:57
2347
- msgid "Create new Ad Group"
2348
- msgstr "Criar um novo grupo"
2349
-
2350
- #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
2351
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
2352
- msgid "Type"
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
-
2364
- #: ../admin/views/ad-group.php:46
2365
- #, php-format
2366
- msgid "Search results for &#8220;%s&#8221;"
2367
- msgstr "Resultado da pesquisa para &#8220;%s&#8221;"
2368
-
2369
- #: ../admin/views/ad-group.php:52
2370
- msgid ""
2371
- "Ad Groups are a very flexible method to bundle ads. You can use them to "
2372
- "display random ads in the frontend or run split tests, but also just for "
2373
- "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2374
- "ad can belong to multiple ad groups."
2375
- msgstr ""
2376
- "Grupo são uma forma flexível de agrupar banners. Você pode usá-lo para "
2377
- "exibir randomicamente ou em partes, mas também apenas com objetivos "
2378
- "informativos. Um grupo pode ter vários banners, mas banners pode pertencer a "
2379
- "vários grupos."
2380
-
2381
- #: ../admin/views/ad-group.php:60
2382
- msgid "How to display an Ad Group?"
2383
- msgstr "Como exibir um Grupo?"
2384
-
2385
- #: ../admin/views/ad-group.php:62
2386
- #, php-format
2387
- msgid ""
2388
- "Examples on how to display an ad group? Find more help and examples in the "
2389
- "<a href=\"%s\" target=\"_blank\">manual</a>"
2390
- msgstr ""
2391
- "Exemplos de como exibir um banner? Encontre ajuda no<a href=\"%s\" "
2392
- "target=\"_blank\">manual</a>"
2393
-
2394
- #: ../admin/views/ad-group.php:64
2395
- msgid "To display an ad group with the ID 6 in content fields"
2396
- msgstr "Para exibir um Grupo com ID 6 num campo de conteúdo"
2397
-
2398
- #: ../admin/views/ad-group.php:67
2399
- msgid "To display an ad group with the ID 6 in template files"
2400
- msgstr "Para exibir um Grupo com ID 6 num arquivo de template"
2401
-
2402
- #: ../admin/views/ad-info.php:2
2403
- #, php-format
2404
- msgid "Ad Id: %s"
2405
- msgstr "Banner ID: %s"
2406
-
2407
- #: ../admin/views/ad-main-metabox.php:3
2408
- msgid "No ad types defined"
2409
- msgstr "Nenhum tipo de banner definido"
2410
-
2411
- #: ../admin/views/ad-output-metabox.php:1
2412
- msgid "Everything connected to the ads layout and output."
2413
- msgstr "Tudo conectado ao layout dos banners e saída para exibição."
2414
-
2415
- #: ../admin/views/ad-output-metabox.php:5
2416
- msgid "Position"
2417
- msgstr "Posição"
2418
-
2419
- #: ../admin/views/ad-output-metabox.php:6
2420
- msgid "- default -"
2421
- msgstr "- padrão -"
2422
-
2423
- #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:51
2424
- msgid "default"
2425
- msgstr "padrão"
2426
-
2427
- #: ../admin/views/ad-output-metabox.php:8
2428
- msgid "left"
2429
- msgstr "esquerda"
2430
-
2431
- #: ../admin/views/ad-output-metabox.php:11
2432
- msgid "center"
2433
- msgstr "centro"
2434
-
2435
- #: ../admin/views/ad-output-metabox.php:14
2436
- msgid "right"
2437
- msgstr "direita"
2438
-
2439
- #: ../admin/views/ad-output-metabox.php:19
2440
- msgid ""
2441
- "Check this if you don't want the following elements to float around the ad. "
2442
- "(adds a clearfix)"
2443
- msgstr "Marque isso se você não quer elementos flutuando no entorno do banner."
2444
-
2445
- #: ../admin/views/ad-output-metabox.php:22
2446
- msgid "Margin"
2447
- msgstr "Margem"
2448
-
2449
- #: ../admin/views/ad-output-metabox.php:23
2450
- msgid "top:"
2451
- msgstr "topo:"
2452
-
2453
- #: ../admin/views/ad-output-metabox.php:25
2454
- msgid "right:"
2455
- msgstr "direita:"
2456
-
2457
- #: ../admin/views/ad-output-metabox.php:27
2458
- msgid "bottom:"
2459
- msgstr "abaixo:"
2460
-
2461
- #: ../admin/views/ad-output-metabox.php:29
2462
- msgid "left:"
2463
- msgstr "esquerda:"
2464
-
2465
- #: ../admin/views/ad-output-metabox.php:31
2466
- msgid "tip: use this to add a margin around the ad"
2467
- msgstr "dica: use isso para criar margem em torno do banner"
2468
-
2469
- #: ../admin/views/ad-parameters-size.php:2
2470
- msgid "size:"
2471
- msgstr "tamanho:"
2472
-
2473
- #: ../admin/views/ad-parameters-size.php:3
2474
- msgid "width"
2475
- msgstr "largura"
2476
-
2477
- #: ../admin/views/ad-parameters-size.php:4
2478
- msgid "height"
2479
- msgstr "altura"
2480
-
2481
- #: ../admin/views/ad-submitbox-meta.php:6
2482
- msgid "Set expiry date"
2483
- msgstr "Defina a data de expiração"
2484
-
2485
- #: ../admin/views/ad-submitbox-meta.php:16
2486
- #, php-format
2487
- msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
2488
- msgid "%1$s-%2$s"
2489
- msgstr "%1$s-%2$s"
2490
-
2491
- #: ../admin/views/ad-visitor-metabox.php:4
2492
- msgid ""
2493
- "Display conditions that are based on the user. Use with caution on cached "
2494
- "websites."
2495
- msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
2496
-
2497
- #: ../admin/views/ad-visitor-metabox.php:102
2498
- msgid "only on mobile devices"
2499
- msgstr "somente em smartphones"
2500
-
2501
- #: ../admin/views/ad-visitor-metabox.php:106
2502
- msgid "not on mobile devices"
2503
- msgstr "menos em smartphones"
2504
-
2505
- #: ../admin/views/debug.php:7
2506
- msgid "Work in progress"
2507
- msgstr "Trabalho em andamento"
2508
-
2509
- #: ../admin/views/placements.php:10
2510
- msgid "Placements updated"
2511
- msgstr "Locais atualizados"
2512
-
2513
- #: ../admin/views/placements.php:91
2514
- msgid "Inject"
2515
- msgstr "Injetar"
2516
-
2517
- #: ../admin/views/placements.php:92
2518
- msgid "after"
2519
- msgstr "depois"
2520
-
2521
- #: ../admin/views/placements.php:92
2522
- msgid "before"
2523
- msgstr "antes"
2524
-
2525
- #: ../admin/views/placements.php:139
2526
- msgid "Save Placements"
2527
- msgstr "Salvar Local"
2528
-
2529
- #: ../admin/views/post-ad-settings-metabox.php:3
2530
- msgid "Disable ads on this page"
2531
- msgstr "Desabilitar Banners nesta página"
2532
-
2533
- #: ../admin/views/settings-disable-ads.php:3
2534
- msgid "Disable all ads in frontend"
2535
- msgstr "Desabilitar todos os banners no site"
2536
-
2537
- #: ../admin/views/settings-disable-ads.php:4
2538
- msgid ""
2539
- "Use this option to disable all ads in the frontend, but still be able to use "
2540
- "the plugin."
2541
- msgstr ""
2542
- "Esta opção irá desativar todos os Banners no site, mas ainda mantém o "
2543
- "funcionamento do plugin."
2544
-
2545
- #: ../admin/views/settings-disable-ads.php:8
2546
- msgid "Disable ads on 404 error pages"
2547
- msgstr "Desabilitar Banners na página 404"
2548
-
2549
- #: ../admin/views/settings-disable-ads.php:12
2550
- msgid "Disable ads on non-singular pages"
2551
- msgstr "Desabilitar Banners na página de listagem de conteúdo"
2552
-
2553
- #: ../admin/views/settings-disable-ads.php:13
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
-
2561
- #: ../classes/ad_placements.php:47
2562
- msgid "Injected before the post content."
2563
- msgstr "Inserido antes do post"
2564
-
2565
- #: ../classes/ad_placements.php:52
2566
- msgid "Injected after the post content."
2567
- msgstr "Inserido depois do post"
2568
-
2569
- #: ../classes/ad_placements.php:57
2570
- msgid ""
2571
- "Injected into the post content. You can choose the paragraph after which the "
2572
- "ad content is displayed."
2573
- msgstr ""
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)"
2581
-
2582
- #: ../classes/ad_placements.php:205
2583
- #, php-format
2584
- msgid "headline 2 (%s)"
2585
- msgstr "Título 2 (%s)"
2586
-
2587
- #: ../classes/ad_placements.php:206
2588
- #, php-format
2589
- msgid "headline 3 (%s)"
2590
- msgstr "Título 3 (%s)"
2591
-
2592
- #: ../classes/ad_placements.php:207
2593
- #, php-format
2594
- msgid "headline 4 (%s)"
2595
- msgstr "Título 4 (%s)"
2596
-
2597
- #: ../classes/ad_type_content.php:35
2598
- msgid "Rich Content"
2599
- msgstr "Conteúdo rico"
2600
-
2601
- #: ../classes/ad_type_content.php:36
2602
- msgid ""
2603
- "The full content editor from WordPress with all features like shortcodes, "
2604
- "image upload or styling, but also simple text/html mode for scripts and code."
2605
- msgstr ""
2606
- "O editor de conteúdo do WordPress com todas as suas funcções, como "
2607
- "shortcodes, mas também simples editores de HTML."
2608
-
2609
- #: ../classes/ad_type_plain.php:32
2610
- msgid ""
2611
- "Simple text editor without any filters. You might use it to display "
2612
- "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2613
- "content field magic does not work here."
2614
- msgstr ""
2615
- "Texto simples sem nenhum filtro. Você pode querer isso para exibir conteúdo "
2616
- "sem restrições, código PHP ou JavaScript. Shortcodes a outras funções do WP "
2617
- "não têm efeito aqui."
2618
-
2619
- #: ../classes/ad_type_plain.php:52
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."
2631
- msgstr ""
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
-
2655
- #: ../classes/widget.php:25
2656
- msgid "Display Ads and Ad Groups."
2657
- msgstr "Exibir Banners e Grupos."
2658
-
2659
- #: ../classes/widget.php:67
2660
- msgid "Title:"
2661
- msgstr "Título:"
2662
-
2663
- #: ../includes/array_ad_conditions.php:39
2664
- msgid "Post Types"
2665
- msgstr "Tipo de conteúdo"
2666
-
2667
- #: ../includes/array_ad_conditions.php:46
2668
- msgid ""
2669
- "Choose terms from public category, tag and other taxonomies a post must "
2670
- "belong to in order to have ads."
2671
- msgstr ""
2672
- "Escolha os termos de categorias, tag e outra taxonomia que um post deve ter "
2673
- "para exibir Banners."
2674
-
2675
- #: ../includes/array_ad_conditions.php:51
2676
- msgid "Category Archives"
2677
- msgstr "Arquivo de categorias"
2678
-
2679
- #: ../includes/array_ad_conditions.php:52
2680
- msgid "comma seperated IDs of category archives"
2681
- msgstr "IDs dos arquivos de categorias separados por vírgula"
2682
-
2683
- #: ../includes/array_ad_conditions.php:57
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"
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: Sun May 15 2016 18:10: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"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: pt_BR"
24
 
25
+ #: ../admin/views/ad-info-bottom.php:2
26
+ msgctxt "wizard navigation"
27
+ msgid "previous"
28
+ msgstr ""
29
+
30
+ #: ../admin/views/ad-info-bottom.php:3
31
+ msgctxt "wizard navigation"
32
+ msgid "save"
33
+ msgstr ""
34
+
35
+ #: ../admin/views/ad-info-bottom.php:4
36
+ msgctxt "wizard navigation"
37
+ msgid "next"
38
+ msgstr ""
39
+
40
+ #: ../admin/views/ad-info-top.php:31 ../admin/views/ad-info-top.php:43
41
+ msgid "Start Wizard"
42
+ msgstr ""
43
+
44
+ #: ../admin/views/ad-info-top.php:32
45
+ msgid "Stop Wizard"
46
+ msgstr ""
47
+
48
+ #: ../admin/views/ad-info-top.php:41
49
+ msgid "Welcome to the Wizard"
50
+ msgstr ""
51
+
52
+ #: ../admin/views/ad-info-top.php:42
53
+ msgid ""
54
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
55
+ "the most common options are visible.<br/>You can access all options when "
56
+ "<strong>switching off</strong> the Wizard using the <em>Stop Wizard</em> "
57
+ "button.<br/>You can <strong>switch on</strong> the Wizard at any time using "
58
+ "the <em>Start Wizard</em> button."
59
+ msgstr ""
60
+
61
+ #: ../admin/views/ad-info-top.php:44
62
+ msgid "Stop Wizard and show all options"
63
+ msgstr ""
64
+
65
+ #: ../classes/ad_type_plain.php:86
66
+ msgid "Allow PHP"
67
  msgstr ""
68
 
69
+ msgid "Advanced Ads"
70
+ msgstr "Anúncios Avançados"
71
+
72
  #. URI of the plugin
73
  msgid "https://wpadvancedads.com"
74
+ msgstr "https://wpadvancedads.com"
75
 
76
  #. Description of the plugin
77
  msgid "Manage and optimize your ads in WordPress"
78
+ msgstr "Gerenciar e otimizar seus anúncios em WordPress"
79
 
80
  #. Author of the plugin
81
  msgid "Thomas Maier"
82
+ msgstr "Thomas Maier"
83
 
84
  #. Author URI of the plugin
85
  msgid "http://webgilde.com"
86
+ msgstr "http://webgilde.com"
87
 
88
+ #: ../admin/class-advanced-ads-admin.php:215 ../classes/display-conditions.php:
89
  #: 171 ../classes/visitor-conditions.php:214
90
  msgid "or"
91
+ msgstr "ou"
92
 
93
+ #: ../admin/class-advanced-ads-admin.php:216 ../admin/views/ad-display-metabox.
94
  #: php:76 ../admin/views/ad-visitor-metabox.php:68 ../classes/display-conditions.
95
  #: php:171 ../classes/visitor-conditions.php:214
96
  msgid "and"
97
+ msgstr "e"
98
+
99
+ #: ../admin/class-advanced-ads-admin.php:217
100
+ msgid "After which paragraph?"
101
+ msgstr "Após o qual parágrafo?"
102
+
103
+ #: ../admin/class-advanced-ads-admin.php:283
104
+ msgid "Overview"
105
+ msgstr "Visão geral"
106
 
107
+ #: ../admin/class-advanced-ads-admin.php:287 ../admin/class-advanced-ads-admin.
108
+ #: php:287 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
109
+ #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
110
+ #: admin/views/placements.php:81 ../admin/views/placements.php:185 ..
111
+ #: classes/widget.php:89 ../public/class-advanced-ads.php:590
112
+ msgid "Ads"
113
+ msgstr "Anúncios"
114
+
115
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:593
116
+ msgid "Add New Ad"
117
+ msgstr "Adicionar Novo Anúncio"
118
+
119
+ #: ../admin/class-advanced-ads-admin.php:293 ../public/class-advanced-ads.php:592
120
+ #: ../public/class-advanced-ads.php:596
121
+ msgid "New Ad"
122
+ msgstr "Novo Anúncio"
123
+
124
+ #: ../admin/class-advanced-ads-admin.php:298 ../admin/includes/class-shortcode-
125
+ #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
126
+ #: 178 ../classes/widget.php:82
127
+ msgid "Ad Groups"
128
+ msgstr "Grupos de Anúncios"
129
+
130
+ #: ../admin/class-advanced-ads-admin.php:298 ../public/class-advanced-ads.php:563
131
+ msgid "Groups"
132
+ msgstr "Grupos"
133
+
134
+ #: ../admin/class-advanced-ads-admin.php:303
135
+ msgid "Ad Placements"
136
+ msgstr "Locais de Anúncio"
137
+
138
+ #: ../admin/class-advanced-ads-admin.php:303 ../admin/includes/class-shortcode-
139
+ #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
140
+ msgid "Placements"
141
+ msgstr "Locais"
142
+
143
+ #: ../admin/class-advanced-ads-admin.php:307
144
+ msgid "Advanced Ads Settings"
145
+ msgstr "Configurações de Anúncios Avançados"
146
+
147
+ #: ../admin/class-advanced-ads-admin.php:307 ../admin/class-advanced-ads-admin.
148
+ #: php:555 ../admin/views/debug.php:10
149
+ msgid "Settings"
150
+ msgstr "Configurações"
151
+
152
+ #: ../admin/class-advanced-ads-admin.php:310
153
+ msgid "Advanced Ads Debugging"
154
+ msgstr "Debug de Anúncios Avançados"
155
+
156
+ #: ../admin/class-advanced-ads-admin.php:310
157
  msgid "Debug"
158
+ msgstr "Debug"
159
 
160
+ #: ../admin/class-advanced-ads-admin.php:314 ../admin/class-advanced-ads-admin.
161
+ #: php:314
162
  msgid "Advanced Ads Intro"
163
+ msgstr "Introdução ao Anúncios Avançados"
164
 
165
+ #: ../admin/class-advanced-ads-admin.php:318 ../admin/class-advanced-ads-admin.
166
+ #: php:318 ../admin/class-advanced-ads-admin.php:2110
167
  msgid "Support"
168
+ msgstr "Suporte"
169
 
170
+ #: ../admin/class-advanced-ads-admin.php:430
171
  msgid "Please enter a message"
172
+ msgstr "Por favor digite uma mensagem"
173
 
174
+ #: ../admin/class-advanced-ads-admin.php:440
175
  #, php-format
176
  msgid "Email could NOT be sent. Please contact us directly at %s."
177
+ msgstr "E-mail não pôde ser enviado. Por favor contate-nos diretamente por %s."
178
 
179
+ #: ../admin/class-advanced-ads-admin.php:443
180
  msgid "Please enter a valid email address"
181
+ msgstr "Por favor digite um endereço de e-mail válido"
182
+
183
+ #: ../admin/class-advanced-ads-admin.php:469 ../admin/class-advanced-ads-admin.
184
+ #: php:496
185
+ msgid "Sorry, you are not allowed to access this feature."
186
+ msgstr "Desculpe, você não tem permissão para acessar esta função."
187
+
188
+ #: ../admin/class-advanced-ads-admin.php:482
189
+ msgid ""
190
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
191
+ "deleted?"
192
+ msgstr "Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
193
+
194
+ #: ../admin/class-advanced-ads-admin.php:650
195
+ msgid "Ad Type"
196
+ msgstr "Tipo de Anúncio"
197
+
198
+ #: ../admin/class-advanced-ads-admin.php:656
199
+ msgid "Ad Parameters"
200
+ msgstr "Parâmetros do Anúncio"
201
+
202
+ #: ../admin/class-advanced-ads-admin.php:659
203
+ msgid "Layout / Output"
204
+ msgstr "Layout / Exibição"
205
 
206
+ #: ../admin/class-advanced-ads-admin.php:662
207
+ msgid "Display Conditions"
208
+ msgstr "Condições de exibição"
209
+
210
+ #: ../admin/class-advanced-ads-admin.php:665
211
+ msgid "Visitor Conditions"
212
+ msgstr "Condições para Visitantes"
213
+
214
+ #: ../admin/class-advanced-ads-admin.php:736 ../admin/class-advanced-ads-admin.
215
+ #: php:747 ../admin/class-advanced-ads-admin.php:752 ../admin/views/ad-output-
216
+ #: metabox.php:50
217
+ msgid "Manual"
218
+ msgstr "Manual"
219
+
220
+ #: ../admin/class-advanced-ads-admin.php:746
221
+ msgid "Video"
222
+ msgstr "Vídeo"
223
+
224
+ #: ../admin/class-advanced-ads-admin.php:924 ../admin/class-advanced-ads-admin.
225
+ #: php:925
226
  msgid "Ad updated."
227
+ msgstr "Anúncio atualizado."
228
 
229
  #. translators: %s: date and time of the revision
230
+ #: ../admin/class-advanced-ads-admin.php:927
231
  #, php-format
232
  msgid "Ad restored to revision from %s"
233
+ msgstr "Anúncio restaurado para revisão de %s"
234
 
235
+ #: ../admin/class-advanced-ads-admin.php:928
236
  msgid "Ad published."
237
+ msgstr "Anúncio publicado."
238
 
239
+ #: ../admin/class-advanced-ads-admin.php:929
240
  msgid "Ad saved."
241
+ msgstr "Anúncio salvo."
242
 
243
+ #: ../admin/class-advanced-ads-admin.php:930
244
  msgid "Ad submitted."
245
+ msgstr "Anúncio enviado."
246
 
247
+ #: ../admin/class-advanced-ads-admin.php:932
248
  #, php-format
249
  msgid "Ad scheduled for: <strong>%1$s</strong>."
250
+ msgstr "Anúncio previsto para: <strong>%1$s</strong>."
251
 
252
  #. translators: Publish box date format, see http://php.net/date
253
+ #: ../admin/class-advanced-ads-admin.php:934
254
  msgid "M j, Y @ G:i"
255
+ msgstr "M j, Y @ G:i"
256
 
257
+ #: ../admin/class-advanced-ads-admin.php:936
258
  msgid "Ad draft updated."
259
+ msgstr "Rascunho do Anúncio atualizado."
260
 
261
+ #: ../admin/class-advanced-ads-admin.php:955
262
  #, php-format
263
  msgid "%s ad updated."
264
  msgid_plural "%s ads updated."
265
+ msgstr[0] "%s anúncio atualizado."
266
+ msgstr[1] "%s anúncios atualizados."
267
 
268
+ #: ../admin/class-advanced-ads-admin.php:956
269
  #, php-format
270
  msgid "%s ad not updated, somebody is editing it."
271
  msgid_plural "%s ads not updated, somebody is editing them."
272
+ msgstr[0] "%s anúncio não atualizado, alguém está editando."
273
+ msgstr[1] "%s anúncios não atualizados, alguém está editando-os."
274
 
275
+ #: ../admin/class-advanced-ads-admin.php:957
276
  #, php-format
277
  msgid "%s ad permanently deleted."
278
  msgid_plural "%s ads permanently deleted."
279
+ msgstr[0] "%s anúncio excluído permanentemente."
280
+ msgstr[1] "%s anúncios excluídos permanentemente."
281
 
282
+ #: ../admin/class-advanced-ads-admin.php:958
283
  #, php-format
284
  msgid "%s ad moved to the Trash."
285
  msgid_plural "%s ads moved to the Trash."
286
+ msgstr[0] "%s anúncio movido para a Lixeira."
287
+ msgstr[1] "%s anúncios movidos para a Lixeira."
288
 
289
+ #: ../admin/class-advanced-ads-admin.php:959
290
  #, php-format
291
  msgid "%s ad restored from the Trash."
292
  msgid_plural "%s ads restored from the Trash."
293
+ msgstr[0] "%s anúncio restaurado a partir da Lixeira."
294
+ msgstr[1] "%s anúncios restaurados a partir da Lixeira."
295
+
296
+ #: ../admin/class-advanced-ads-admin.php:994 ../admin/views/settings.php:12
297
+ msgid "General"
298
+ msgstr "Geral"
299
 
300
+ #: ../admin/class-advanced-ads-admin.php:1006 ../admin/class-advanced-ads-admin.
301
+ #: php:1118
302
  msgid "Licenses"
303
+ msgstr "Licenças"
304
+
305
+ #: ../admin/class-advanced-ads-admin.php:1017
306
+ msgid "Disable ads"
307
+ msgstr "Desativar anúncios"
308
+
309
+ #: ../admin/class-advanced-ads-admin.php:1025
310
+ msgid "Hide ads for logged in users"
311
+ msgstr "Não exibir anúncios para usuários logados"
312
+
313
+ #: ../admin/class-advanced-ads-admin.php:1033
314
+ msgid "Use advanced JavaScript"
315
+ msgstr "Usar JavaScript avançado"
316
 
317
+ #: ../admin/class-advanced-ads-admin.php:1041
318
  msgid "Unlimited ad injection"
319
+ msgstr "Injeção de anúncios ilimitados"
320
 
321
+ #: ../admin/class-advanced-ads-admin.php:1049
322
  msgid "Priority of content injection filter"
323
+ msgstr "Prioridade de filtro de injeção de conteúdo"
324
 
325
+ #: ../admin/class-advanced-ads-admin.php:1057
326
  msgid "Hide ads from bots"
327
+ msgstr "Esconder anúncios de robôs (google, yahoo, bing, etc...)"
328
 
329
+ #: ../admin/class-advanced-ads-admin.php:1065
330
  msgid "Disable notices"
331
+ msgstr "desabilitar notificações"
332
 
333
+ #: ../admin/class-advanced-ads-admin.php:1073
334
  msgid "ID prefix"
335
+ msgstr "Prefixo ID"
336
 
337
+ #: ../admin/class-advanced-ads-admin.php:1081
338
  msgid "Remove Widget ID"
339
+ msgstr "Remover ID do Widget"
340
 
341
+ #: ../admin/class-advanced-ads-admin.php:1089
342
  msgid "Allow editors to manage ads"
343
+ msgstr "Permitir que editores gerenciem anúncios"
344
+
345
+ #: ../admin/class-advanced-ads-admin.php:1097
346
+ msgid "Ad label"
347
+ msgstr "Rótulo do Anúncio"
348
+
349
+ #: ../admin/class-advanced-ads-admin.php:1174
350
+ msgid "(display to all)"
351
+ msgstr "(exibir para todos)"
352
+
353
+ #: ../admin/class-advanced-ads-admin.php:1175
354
+ msgid "Subscriber"
355
+ msgstr "Assinante"
356
+
357
+ #: ../admin/class-advanced-ads-admin.php:1176
358
+ msgid "Contributor"
359
+ msgstr "Contribuidor"
360
+
361
+ #: ../admin/class-advanced-ads-admin.php:1177
362
+ msgid "Author"
363
+ msgstr "Autor"
364
+
365
+ #: ../admin/class-advanced-ads-admin.php:1178
366
+ msgid "Editor"
367
+ msgstr "Editor"
368
+
369
+ #: ../admin/class-advanced-ads-admin.php:1179
370
+ msgid "Admin"
371
+ msgstr "Administrador"
372
 
373
+ #: ../admin/class-advanced-ads-admin.php:1187
374
+ msgid "Choose the lowest role a user must have in order to not see any ads."
375
+ msgstr "Escolha o nível de usuário mais baixo para não ver os anúncios."
376
+
377
+ #: ../admin/class-advanced-ads-admin.php:1201
378
  msgid ""
379
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
380
  "needs it."
381
  msgstr ""
382
+ "<strong>Aviso:</strong> o arquivo está atualmente habilitado por um add-on "
383
+ "que precisa dele."
384
 
385
+ #: ../admin/class-advanced-ads-admin.php:1204
386
  #, php-format
387
  msgid ""
388
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
389
  " Some features and add-ons might override this setting if they need features "
390
  "from this file."
391
  msgstr ""
392
+ "Habilitar funções JavaScript avançadas (<a href=\"%s\" "
393
+ "target=\"_blank\">aqui</a>). Algumas funcionalidades e complementos podem "
394
+ "substituir essa configuração se eles precisarem de recursos a partir deste "
395
+ "arquivo."
396
 
397
+ #: ../admin/class-advanced-ads-admin.php:1217
398
  msgid ""
399
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
400
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
402
  "can enable this option if you don’t see ads or want to enable ad injections "
403
  "on archive pages AT YOUR OWN RISK."
404
  msgstr ""
405
+ "Alguns plugins e temas desencadear injeção de anúncio onde ele não deveria "
406
+ "acontecer. Portanto, Anúncios Avançados ignora posicionamentos injetados em "
407
+ "páginas não singulares e fora do loop. No entanto, isso pode causar "
408
+ "problemas com alguns temas. Você pode ativar essa opção se você não vê "
409
+ "anúncios ou deseja ativar injeções de anúncios em páginas de arquivos POR "
410
+ "SUA CONTA E RISCO."
411
 
412
+ #: ../admin/class-advanced-ads-admin.php:1233
413
  msgid ""
414
  "Please check your post content. A priority of 10 and below might cause "
415
  "issues (wpautop function might run twice)."
416
  msgstr ""
417
+ "Por favor, verifique o conteúdo do post. A prioridade de 10 e abaixo pode "
418
+ "causar problemas (função wpautop pode ser executado duas vezes)."
419
 
420
+ #: ../admin/class-advanced-ads-admin.php:1235
421
  msgid ""
422
  "Play with this value in order to change the priority of the injected ads "
423
  "compared to other auto injected elements in the post content."
424
  msgstr ""
425
+ "Jogar com este valor, a fim de alterar a prioridade dos anúncios injetados "
426
+ "em comparação com outros elementos injetados automaticamente no conteúdo do "
427
+ "post."
428
 
429
+ #: ../admin/class-advanced-ads-admin.php:1249
430
  #, php-format
431
  msgid ""
432
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
433
  "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
434
  "Add-On</a>."
435
  msgstr ""
436
+ "Ocultar anúncios de rastreadores, robô e agentes de usuário vazio. Também "
437
+ "impede contagem de impressões para robôs ao usar o <a href=\"%s\" "
438
+ "target=\"_blank\">Add-On Rastreamento</a>."
439
 
440
+ #: ../admin/class-advanced-ads-admin.php:1250
441
  msgid ""
442
  "Disabling this option only makes sense if your ads contain content you want "
443
  "to display to bots (like search engines) or your site is cached and bots "
444
  "could create a cached version without the ads."
445
  msgstr ""
446
+ "A desativação dessa opção só faz sentido se os seus anúncios contêm conteúdo "
447
+ "que você deseja exibir para robôs (como motores de busca) ou o seu site é "
448
+ "armazenado em cache e robôs podem criar uma versão em cache sem os anúncios."
449
 
450
+ #: ../admin/class-advanced-ads-admin.php:1263
451
  msgid ""
452
  "Disable internal notices like tips, tutorials, email newsletters and update "
453
  "notices. Disabling notices is recommended if you run multiple blogs with "
454
  "Advanced Ads already."
455
  msgstr ""
456
+ "Desativar avisos internos, como dicas, tutoriais, boletins de e-mail e "
457
+ "avisos de atualização. Desabilitar notificações é recomendado se você já "
458
+ "executar vários blogs com Anúncios Avançados."
459
 
460
+ #: ../admin/class-advanced-ads-admin.php:1280
461
  msgid ""
462
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
463
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
464
  "need to <strong>rewrite css rules afterwards</strong>."
465
  msgstr ""
466
+ "Prefixo de classe ou atributos id no editor frontal. Mudá-lo se você não "
467
+ "quer <strong>bloqueadores de anúncios</strong> para marcar estes blocos como "
468
+ "anúncios. <br/>Talvez seja necessário <strong>reescrever as regras css "
469
+ "depois</strong>."
470
 
471
+ #: ../admin/class-advanced-ads-admin.php:1301
472
  msgid ""
473
  "Remove the ID attribute from widgets in order to not make them an easy "
474
  "target of ad blockers."
475
  msgstr ""
476
+ "Remova o atributo ID de Widgets para não torná-los um alvo fácil de "
477
+ "bloqueadores de anúncios."
478
 
479
+ #: ../admin/class-advanced-ads-admin.php:1304
480
  msgid ""
481
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
482
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
483
  msgstr ""
484
+ "Se marcada, o Widget Anúncios Avançados não funcionará com a opção fixa do "
485
+ "plugin <strong>Widget Q2W3 Fixo</strong>."
486
 
487
+ #: ../admin/class-advanced-ads-admin.php:1326
488
  msgid "Allow editors to also manage and publish ads."
489
+ msgstr "Permite aos editores gerenciar e publicar anúncios também."
490
 
491
+ #: ../admin/class-advanced-ads-admin.php:1327
492
  #, php-format
493
  msgid ""
494
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
495
  "target=\"_blank\">Advanced Ads Pro</a>."
496
  msgstr ""
497
+ "Você pode atribuir diferentes funções de anúncios relacionados em uma base "
498
+ "de usuário com <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pro</a>."
499
+
500
+ #: ../admin/class-advanced-ads-admin.php:1339 ../public/class-advanced-ads.php:711
501
+ msgctxt "label before ads"
502
+ msgid "Advertisements"
503
+ msgstr "Propagandas"
504
+
505
+ #: ../admin/class-advanced-ads-admin.php:1346
506
+ msgid "Displayed above ads."
507
+ msgstr "Exibido anúncios acima."
508
 
509
+ #: ../admin/class-advanced-ads-admin.php:1404
510
+ msgid "Ad Details"
511
+ msgstr "Detalhes do Anúncio"
512
+
513
+ #: ../admin/class-advanced-ads-admin.php:1405
514
  msgid "Ad Planning"
515
+ msgstr "Planejamento de Anúncio"
516
+
517
+ #: ../admin/class-advanced-ads-admin.php:1540
518
+ msgid "Ad Settings"
519
+ msgstr "Configurações do Anúncio"
520
+
521
+ #: ../admin/class-advanced-ads-admin.php:1619 ../admin/views/overview.php:23
522
+ msgid "Ads Dashboard"
523
+ msgstr "Painel de Anúncios"
524
+
525
+ #: ../admin/class-advanced-ads-admin.php:1631
526
+ msgid "From the ad optimization universe"
527
+ msgstr "Universo de otimizações de anúncios"
528
 
529
+ #: ../admin/class-advanced-ads-admin.php:1640
530
  msgid "Advanced Ads Tutorials"
531
+ msgstr "Tutoriais do Anúncios Avançados"
532
 
533
+ #: ../admin/class-advanced-ads-admin.php:1651
534
  #, php-format
535
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
536
+ msgstr "%d anúncios – <a href=\"%s\">gerir</a> - <a href=\"%s\">novos</a>"
537
+
538
+ #: ../admin/class-advanced-ads-admin.php:1662
539
+ msgid "plugin manual and homepage"
540
+ msgstr "manual e página do plugin"
541
 
542
+ #: ../admin/class-advanced-ads-admin.php:1669
543
  msgid "Get the tutorial via email"
544
+ msgstr "Receba o tutorial por e-mail"
545
 
546
+ #: ../admin/class-advanced-ads-admin.php:1676
547
  msgid "Get AdSense tips via email"
548
+ msgstr "Receba dicas do AdSense via e-mail"
549
 
550
+ #: ../admin/class-advanced-ads-admin.php:1766
551
  #, php-format
552
  msgid "time of %s"
553
+ msgstr "tempo de %s"
554
 
555
+ #: ../admin/class-advanced-ads-admin.php:1802
556
  msgid "Error while trying to register the license. Please contact support."
557
+ msgstr "Erro ao tentar registrar a licença. Entre em contato com o suporte."
558
 
559
+ #: ../admin/class-advanced-ads-admin.php:1807 ../admin/views/setting-license.php:37
560
  msgid "Please enter a valid license key"
561
+ msgstr "Por favor digite uma chave de licença válida"
562
 
563
+ #: ../admin/class-advanced-ads-admin.php:1833
564
  msgid "License couldn’t be activated. Please try again later."
565
+ msgstr "Licença não pôde ser ativada. Por favor, tente novamente mais tarde."
566
 
567
+ #: ../admin/class-advanced-ads-admin.php:1845
568
  msgid "This is the bundle license key."
569
+ msgstr "Esta é a chave de licença do pacote."
570
 
571
+ #: ../admin/class-advanced-ads-admin.php:1846
572
  msgid "This is not the correct key for this add-on."
573
+ msgstr "Esta não é a chave correta para este add-on."
574
 
575
+ #: ../admin/class-advanced-ads-admin.php:1847
576
  msgid "There are no activations left."
577
+ msgstr "Não há ativações deixadas."
578
 
579
+ #: ../admin/class-advanced-ads-admin.php:1856
580
  #, php-format
581
  msgid "License is invalid. Reason: %s"
582
+ msgstr "A Licença é inválida. Motivo: %s"
583
 
584
+ #: ../admin/class-advanced-ads-admin.php:1910
585
  msgid "Error while trying to disable the license. Please contact support."
586
+ msgstr "Erro ao tentar desativar a licença. Entre em contato com o suporte."
587
 
588
+ #: ../admin/class-advanced-ads-admin.php:1933 ../admin/class-advanced-ads-admin.
589
+ #: php:1950
590
  msgid "License couldn’t be deactivated. Please try again later."
591
+ msgstr "Licença não pôde ser desativada. Por favor, tente novamente mais tarde."
592
 
593
+ #: ../admin/class-advanced-ads-admin.php:2114
594
  msgid "Add-Ons"
595
+ msgstr "Add-Ons"
596
+
597
+ #: ../admin/includes/class-ad-groups-list.php:156
598
+ msgid "Ad weight"
599
+ msgstr "Peso do Anúncio"
600
 
601
  #: ../admin/includes/class-ad-groups-list.php:164 ../admin/views/ad-list-timing-
602
  #: column.php:4
603
  #, php-format
604
  msgid "starts %s"
605
+ msgstr "inicia %s"
606
 
607
  #: ../admin/includes/class-ad-groups-list.php:183 ../admin/views/ad-list-timing-
608
  #: column.php:21
609
  #, php-format
610
  msgid "expires %s"
611
+ msgstr "expira %s"
612
 
613
  #: ../admin/includes/class-ad-groups-list.php:185 ../admin/views/ad-list-timing-
614
  #: column.php:23
615
  #, php-format
616
  msgid "<strong>expired</strong> %s"
617
+ msgstr "<strong>expirado</strong> %s"
618
 
619
  #: ../admin/includes/class-ad-groups-list.php:198
620
  msgid "all published ads are displayed"
621
+ msgstr "todos os anúncios publicados estão sendo exibidos"
622
 
623
  #: ../admin/includes/class-ad-groups-list.php:200
624
  #, php-format
625
  msgid "up to %d ads displayed"
626
+ msgstr "vá para %d anúncios exibidos"
627
 
628
  #: ../admin/includes/class-ad-groups-list.php:203 ../admin/views/ad-group-list-
629
  #: form-row.php:37
630
  msgid "No ads assigned"
631
+ msgstr "Não há anúncios atribuídos"
632
 
633
  #: ../admin/includes/class-ad-groups-list.php:251
634
  msgid "Random ads"
635
+ msgstr "Anúncios aleatórios"
636
 
637
  #: ../admin/includes/class-ad-groups-list.php:252
638
  msgid "Display random ads based on ad weight"
639
+ msgstr "Exibir anúncios aleatórios com base no peso anúncio"
640
 
641
  #: ../admin/includes/class-ad-groups-list.php:255
642
  msgid "Ordered ads"
643
+ msgstr "Anúncios ordenados"
644
 
645
  #: ../admin/includes/class-ad-groups-list.php:256
646
  msgid "Display ads with the highest ad weight first"
647
+ msgstr "Os anúncios gráficos com maior peso em primeiro lugar"
648
+
649
+ #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
650
+ #: php:594
651
+ msgid "Edit"
652
+ msgstr "Editar"
653
 
654
  #: ../admin/includes/class-ad-groups-list.php:276
655
  msgid "Usage"
656
+ msgstr "Usar"
657
+
658
+ #: ../admin/includes/class-ad-groups-list.php:285
659
+ msgid "Delete"
660
+ msgstr "Excluir"
661
 
662
  #: ../admin/includes/class-ad-groups-list.php:306
663
  msgid "Invalid Ad Group"
664
+ msgstr "Grupo de Anúncios Inválido"
665
 
666
  #: ../admin/includes/class-ad-groups-list.php:311
667
  msgid "You don’t have permission to change the ad groups"
668
+ msgstr "Você não tem permissão para alterar os grupos de anúncios"
669
 
670
  #: ../admin/includes/class-notices.php:406
671
  #, php-format
673
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
674
  "target=\"_blank\">this form</a> to sign up."
675
  msgstr ""
676
+ "Você não parece ter um endereço de e-mail. Utilize <a href=\"%s\" "
677
+ "target=\"_blank\">este formulário</a> para se inscrever."
678
 
679
  #: ../admin/includes/class-notices.php:424
680
  msgid "How embarrassing. The email server seems to be down. Please try again later."
681
  msgstr ""
682
+ "Como é embaraçoso. O servidor de e-mail parece ser ruim. Por favor tente de "
683
+ "novo mais tarde."
684
 
685
  #: ../admin/includes/class-notices.php:429
686
  #, php-format
689
  "receive one or want to use another email address then please use <a "
690
  "href=\"%s\" target=\"_blank\">this form</a> to sign up."
691
  msgstr ""
692
+ "Por favor, verifique seu e-mail (%s) para a mensagem de confirmação. Se você "
693
+ "não receber uma ou quiser usar outro endereço de e-mail, em seguida, utilize "
694
+ "<a href=\"%s\" target=\"_blank\">este formulário</a> para se inscrever."
695
 
696
  #: ../admin/includes/class-overview-widgets.php:45
697
  msgid "Tips and Tutorials"
698
+ msgstr "Dicas e Tutoriais"
699
 
700
  #: ../admin/includes/class-overview-widgets.php:47
701
  msgid "Setup and Optimization Help"
702
+ msgstr "Ajuda de Configuração e Otimização"
703
+
704
+ #: ../admin/includes/class-overview-widgets.php:49
705
+ msgid "Manual and Support"
706
+ msgstr "Manual e Suporte"
707
 
708
  #: ../admin/includes/class-overview-widgets.php:53
709
  msgid "Advanced Ads Pro"
710
+ msgstr "Anúncios Avançados Pro"
711
 
712
  #: ../admin/includes/class-overview-widgets.php:55
713
  msgid "Tracking and Stats"
714
+ msgstr "Rastreamento e Estatísticas"
715
 
716
  #: ../admin/includes/class-overview-widgets.php:57
717
  msgid "Responsive and Mobile ads"
718
+ msgstr "Anúncios Responsivos e Móveis"
719
 
720
  #: ../admin/includes/class-overview-widgets.php:59
721
  msgid "Geo Targeting"
722
+ msgstr "Direcionamento Geográfico"
723
 
724
  #: ../admin/includes/class-overview-widgets.php:61
725
  msgid "Sticky ads"
726
+ msgstr "Anúncios destacados"
727
 
728
  #: ../admin/includes/class-overview-widgets.php:63
729
  msgid "PopUps and Layers"
730
+ msgstr "PopUps e Camadas"
731
 
732
  #: ../admin/includes/class-overview-widgets.php:65
733
  msgid "Ad Slider"
734
+ msgstr "Adicionar Slider"
735
 
736
  #: ../admin/includes/class-overview-widgets.php:83
737
  msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
738
+ msgstr "Ganhe 2 <strong>add-ons gratuitos</ strong> para juntar-se à newsletter."
739
 
740
  #: ../admin/includes/class-overview-widgets.php:84
741
  msgid "Join now"
742
+ msgstr "Junte-se agora"
743
 
744
  #: ../admin/includes/class-overview-widgets.php:91
745
  msgid ""
746
  "Learn more about how and <strong>how much you can earn with AdSense</strong> "
747
  "and Advanced Ads from the dedicated newsletter group."
748
  msgstr ""
749
+ "Saiba mais sobre como e <strong>o quanto você pode ganhar com o "
750
+ "AdSense</strong> e Anúncios Avançados no grupo de boletim informativo "
751
+ "dedicado."
752
 
753
  #: ../admin/includes/class-overview-widgets.php:92 ../admin/includes/notices.php:
754
  #: 35 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
755
  #: admin/views/notices/subscribe.php:3
756
  msgid "Subscribe me now"
757
+ msgstr "Inscreva-me agora"
758
 
759
  #: ../admin/includes/class-overview-widgets.php:99
760
  msgid "Get the first steps and more tutorials to your inbox."
761
+ msgstr "Obter os primeiros passos e mais tutoriais em sua caixa de entrada."
762
 
763
  #: ../admin/includes/class-overview-widgets.php:100
764
  msgid "Send it now"
765
+ msgstr "Enviar agora"
766
+
767
+ #: ../admin/includes/class-overview-widgets.php:123 ../admin/views/intro.php:78
768
+ msgid "Create your first ad"
769
+ msgstr "Crie seu primeiro anúncio"
770
+
771
+ #: ../admin/includes/class-overview-widgets.php:126
772
+ msgid ""
773
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
774
+ "single spot."
775
+ msgstr ""
776
+ "Grupos de Anúncios contêm anúncios e são usados atualmente para rodar vários "
777
+ "anúncios em um único local."
778
+
779
+ #: ../admin/includes/class-overview-widgets.php:128
780
+ msgid "Create your first group"
781
+ msgstr "Crie seu primeiro Grupo"
782
+
783
+ #: ../admin/includes/class-overview-widgets.php:131
784
+ msgid "Ad Placements are the best way to manage where to display ads and groups."
785
  msgstr ""
786
+ "Locais de anúncios são a melhor maneira de gerenciar onde exibir anúncios e "
787
+ "grupos."
788
+
789
+ #: ../admin/includes/class-overview-widgets.php:133
790
+ msgid "Create your first placement"
791
+ msgstr "Crie seu primeiro Local"
792
 
793
  #: ../admin/includes/class-overview-widgets.php:138
794
  msgid "Next steps"
795
+ msgstr "Próximos passos"
796
 
797
  #: ../admin/includes/class-overview-widgets.php:150
798
  #, php-format
799
  msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
800
+ msgstr "<a href=\"%s\" target=\"_blank\">Manual</a>"
801
 
802
  #: ../admin/includes/class-overview-widgets.php:151
803
  #, php-format
804
  msgid "<a href=\"%s\" target=\"_blank\">FAQ and Support</a>"
805
+ msgstr "<a href=\"%s\" target=\"_blank\">FAQ e Suporte</a>\n"
806
 
807
  #: ../admin/includes/class-overview-widgets.php:152
808
  #, php-format
809
  msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
810
+ msgstr "Votar para um <a href=\"%s\" target=\"_blank\">recurso</a>"
811
 
812
  #: ../admin/includes/class-overview-widgets.php:153
813
  #, php-format
815
  "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
816
  "href=\"%s\" target=\"_blank\">wordpress.org</a>"
817
  msgstr ""
818
+ "Obrigado ao desenvolvedor com uma &#9733;&#9733;&#9733;&#9733;&#9733; "
819
+ "avaliação em <a href=\"%s\" target=\"_blank\">wordpress.org</a>"
820
 
821
  #: ../admin/includes/class-overview-widgets.php:162
822
  msgid ""
823
  "Need help to set up and optimize your ads? Need custom coding on your site? "
824
  "Ask me for a quote."
825
  msgstr ""
826
+ "Necessita de ajuda para configurar e otimizar seus anúncios? Precisa de "
827
+ "personalizar codificação em seu site? Peça um orçamento."
828
 
829
  #: ../admin/includes/class-overview-widgets.php:163
830
  #, php-format
831
  msgid "Help with ads on %s"
832
+ msgstr "Ajuda com anúncios em %s"
833
 
834
  #: ../admin/includes/class-overview-widgets.php:164
835
  msgid "Get an offer"
836
+ msgstr "Obter uma oferta"
837
 
838
  #: ../admin/includes/class-overview-widgets.php:172
839
  msgid "Ad management for advanced websites."
840
+ msgstr "Gerenciamento de anúncios para sites avançados."
841
 
842
  #: ../admin/includes/class-overview-widgets.php:173
843
  msgid "Cache-busting"
844
+ msgstr "Cache arrebentando"
845
 
846
  #: ../admin/includes/class-overview-widgets.php:174
847
  msgid "Advanced visitor conditions"
848
+ msgstr "Condições avançadas para visitantes"
849
 
850
  #: ../admin/includes/class-overview-widgets.php:175
851
  msgid "Flash ads with fallback"
852
+ msgstr "Anúncios em Flash com fallback"
853
 
854
  #: ../admin/includes/class-overview-widgets.php:177
855
  msgid "Get Pro"
856
+ msgstr "Obter Pro"
857
 
858
  #: ../admin/includes/class-overview-widgets.php:185
859
  msgid "Track the impressions of and clicks on your ads."
860
+ msgstr "Acompanhe as impressões e cliques em seus anúncios."
861
 
862
  #: ../admin/includes/class-overview-widgets.php:186
863
  msgid "2 methods to count impressions"
864
+ msgstr "2 métodos para contar impressões"
865
 
866
  #: ../admin/includes/class-overview-widgets.php:187
867
  msgid "beautiful stats for all or single ads"
868
+ msgstr "Status bonito para todos ou anúncios individuais"
869
 
870
  #: ../admin/includes/class-overview-widgets.php:188
871
  msgid "group stats by day, week or month"
872
+ msgstr "Estatísticas do grupo por dia, semana ou mês"
873
 
874
  #: ../admin/includes/class-overview-widgets.php:190
875
  msgid "Get the Tracking add-on"
876
+ msgstr "Obter o Rastreamento add-on"
877
 
878
  #: ../admin/includes/class-overview-widgets.php:198
879
  msgid "Display ads based on the size of your visitor’s browser or device."
880
  msgstr ""
881
+ "Os anúncios gráficos com base no tamanho do navegador ou dispositivo do seu "
882
+ "visitante."
883
 
884
  #: ../admin/includes/class-overview-widgets.php:199
885
  msgid "set a range (from … to …) pixels for the browser size"
886
+ msgstr "definir um intervalo (de ... para ...) pixels para o tamanho do navegador"
887
 
888
  #: ../admin/includes/class-overview-widgets.php:200
889
  msgid "set custom sizes for AdSense responsive ads"
890
+ msgstr "definir tamanhos personalizados para anúncios responsivos do AdSense"
891
 
892
  #: ../admin/includes/class-overview-widgets.php:201
893
  msgid "list all ads by their responsive settings"
894
+ msgstr "listar todos os anúncios por suas configurações responsivas"
895
 
896
  #: ../admin/includes/class-overview-widgets.php:203
897
  msgid "Get the Responsive add-on"
898
+ msgstr "Obter o Responsive add-on"
899
 
900
  #: ../admin/includes/class-overview-widgets.php:211
901
  msgid "Target visitors by their geo location."
902
+ msgstr "Segmentar os visitantes por sua localização geográfica."
903
 
904
  #: ../admin/includes/class-overview-widgets.php:213
905
  msgid "Get the Geo Targeting add-on"
906
+ msgstr "Obter o addon de Direcionamento Geográfico"
907
 
908
+ #: ../admin/includes/class-overview-widgets.php:221
 
909
  msgid ""
910
  "Fix ads to the browser while users are scrolling and create best performing "
911
  "anchor ads."
912
  msgstr ""
913
+ "Corrigir anúncios para o navegador enquanto os usuários estiverem rolando e "
914
+ "criar melhor performance de ancoragem para anúncios."
915
 
916
  #: ../admin/includes/class-overview-widgets.php:222
917
  msgid "position ads that don’t scroll with the screen"
918
+ msgstr "Posição de anúncios que não rolam com a tela"
919
 
920
  #: ../admin/includes/class-overview-widgets.php:223
921
  msgid "build anchor ads not only on mobile devices"
922
+ msgstr "construir âncora de anúncios só em dispositivos móveis"
923
 
924
+ #: ../admin/includes/class-overview-widgets.php:225
 
925
  msgid "Get the Sticky add-on"
926
+ msgstr "Obter Destaque add-on"
927
 
928
+ #: ../admin/includes/class-overview-widgets.php:233
 
929
  msgid "Display content and ads in layers and popups on custom events."
930
+ msgstr "Exibir conteúdo e anúncios em camadas e popups sobre eventos personalizados."
931
 
932
  #: ../admin/includes/class-overview-widgets.php:234
933
  msgid "display a popup after a user interaction like scrolling"
934
+ msgstr "exibir um pop-up depois de uma interação do usuário como a rolagem"
935
 
936
  #: ../admin/includes/class-overview-widgets.php:235
937
  msgid "optional background overlay"
938
+ msgstr "sobreposição de fundo opcional"
939
 
940
  #: ../admin/includes/class-overview-widgets.php:236
941
  msgid "allow users to close the popup"
942
+ msgstr "permitir que os usuários fechem o pop-up"
943
 
944
+ #: ../admin/includes/class-overview-widgets.php:238
 
945
  msgid "Get the PopUp and Layer add-on"
946
+ msgstr "Obter PopUp e Camada add-on"
947
 
948
  #: ../admin/includes/class-overview-widgets.php:246
949
  msgid "Create a beautiful and simple slider from your ads."
950
+ msgstr "Criar um bonito e simples slider para seus anúncios."
951
 
952
  #: ../admin/includes/class-overview-widgets.php:248
953
  msgid "Get the Slider add-on"
954
+ msgstr "Obter Slider add-on"
955
+
956
+ #: ../admin/includes/class-shortcode-creator.php:75 ../classes/widget.php:73
957
+ msgid "--empty--"
958
+ msgstr "--vazio--"
959
 
960
  #: ../admin/includes/notices.php:14
961
  #, php-format
963
  "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
964
  "Steps</a>."
965
  msgstr ""
966
+ "Anúncios Avançados instalado com sucesso. Dê uma olhada nos <a "
967
+ "href=\"%s\">Primeiros Passos</a>."
968
 
969
  #: ../admin/includes/notices.php:20
970
  msgid ""
971
  "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
972
  "receive the first steps via email?"
973
  msgstr ""
974
+ "Obrigado pela ativação de <strong>Anúncios Avançados </strong>. Gostaria de "
975
+ "receber os primeiros passos via e-mail?"
976
 
977
  #: ../admin/includes/notices.php:21
978
  msgid "Yes, send it"
979
+ msgstr "Sim, envie-me"
980
 
981
  #: ../admin/includes/notices.php:27
982
  msgid ""
983
  "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
984
  "<strong>2 free add-ons</strong> for joining the newsletter."
985
  msgstr ""
986
+ "Obrigado por usar o <strong>Anúncios Avançados</strong>. Mantenha-se "
987
+ "informado e receba <strong>2 add-ons gratuitos</strong> para juntar-se à "
988
+ "newsletter."
989
 
990
  #: ../admin/includes/notices.php:28
991
  msgid "Add me now"
992
+ msgstr "Adicione-me agora"
993
 
994
  #: ../admin/includes/notices.php:34
995
  msgid ""
996
  "Learn more about how and <strong>how much you can earn with AdSense</strong> "
997
  "and Advanced Ads from my dedicated newsletter."
998
  msgstr ""
999
+ "Saiba mais sobre como e <strong>o quanto você pode ganhar com o "
1000
+ "AdSense</strong> e Anúncios Avançados através de meu boletim de notícias "
1001
+ "dedicado."
1002
 
1003
  #: ../admin/includes/notices.php:61
1004
  msgid ""
1005
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1006
  "missing</strong>."
1007
  msgstr ""
1008
+ "Uma ou mais chaves de licença para <strong>Add-ons de Anúncios Avançados são "
1009
+ "inválidas ou estão em falta</strong>."
1010
 
1011
  #: ../admin/includes/notices.php:61
1012
  #, php-format
1013
  msgid "Please add valid license keys <a href=\"%s\">here</a>."
1014
+ msgstr "Por favor, adicione as chaves de licença válidas <a href=\"%s\">Aqui</a>."
1015
 
1016
  #: ../admin/includes/notices.php:67
1017
  #, php-format
1021
  "before it expires with a significant discount on <a href=\"%s\" "
1022
  "target=\"_blank\">the add-on page</a>."
1023
  msgstr ""
1024
+ "Uma ou mais licenças para o seu <strong>Anúncios Avançados add-ons estarão "
1025
+ "expirando em breve</strong>. Não arrisque a perder o apoio e atualizações e "
1026
+ "renovar sua licença antes que ela expire com um desconto significativo sobre "
1027
+ "<a href=\"%s\" target=\"_blank\">a página add-on</a>."
1028
 
1029
  #: ../admin/includes/notices.php:73 ../admin/views/support.php:28
1030
  #, php-format
1033
  "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
1034
  "information."
1035
  msgstr ""
1036
+ "<strong>Anúncios Avançados</strong> licença(s) expirada(s). Suporte e "
1037
+ "atualizações estão desativados. Por favor, visite <a href=\"%s\">a página de "
1038
+ "licença</a> para obter mais informações."
1039
 
1040
  #: ../admin/includes/notices.php:79
1041
  #, php-format
1048
  "please <a href=\"%2$s\" target=\"_blank\">leave a 5-star review on wordpress."
1049
  "org</a>.</p><p><em>Thomas</em>"
1050
  msgstr ""
1051
+ "<img src=\"%3$s\" alt=\"Thomas\" width=\"80\" height=\"115\" class=\"advads-review-"
1052
+ "image\"/> Você está usando <strong>Anúncios Avançados</strong> já há algum "
1053
+ "tempo. Obrigado! Se você precisar da minha ajuda, por favor visite a <a "
1054
+ "href=\"%1$s\" target=\"_blank\">página de suporte</a> para obter ajuda gratuita. "
1055
+ "</p><h3>Agradecemos a sua avaliação</h3> <p>Se você compartilha da minha "
1056
+ "paixão e achar Anúncios Avançados útil, por favor, <a href=\"%2$s\" "
1057
+ "target=\"_blank\">deixe um comentário e 5 estrelas no wordpress.org</a>.</p> "
1058
+ "<p><em>Thomas</em>"
1059
 
1060
  #: ../admin/includes/notices.php:85
1061
  #, php-format
1064
  "in the <a href=\"%s\">Advanced Ads settings</a> to update the ad blocker "
1065
  "disguise."
1066
  msgstr ""
1067
+ "Alguns recursos foram alterados. Por favor <strong>reconstruir a pasta de "
1068
+ "recursos</strong> nas <a href=\"%s\">configurações de Anúncios Avançados</a> "
1069
+ "para atualizar o disfarce Ad Blocker."
1070
 
1071
  #: ../admin/includes/shortcode-creator-l10n.php:10
1072
  msgctxt "shortcode creator"
1073
  msgid "Add an ad"
1074
+ msgstr "Adicionar um anúncio"
1075
 
1076
  #: ../admin/includes/shortcode-creator-l10n.php:11
1077
  msgctxt "shortcode creator"
1078
  msgid "Add shortcode"
1079
+ msgstr "Adicionar shortcode"
1080
 
1081
  #: ../admin/includes/shortcode-creator-l10n.php:12
1082
  msgctxt "shortcode creator"
1083
  msgid "Cancel"
1084
+ msgstr "Cancelar"
1085
 
1086
  #: ../admin/views/ad-display-metabox.php:6
1087
  msgid "Set Display Conditions to allow or hide the ad on specific pages."
1088
  msgstr ""
1089
+ "Definir condições de exibição para permitir ou ocultar o anúncio em páginas "
1090
+ "específicas."
 
 
 
1091
 
1092
  #: ../admin/views/ad-display-metabox.php:8 ../admin/views/notices/jqueryui_error.
1093
  #: php:2
1096
  "There might be a problem with layouts and scripts in your dashboard. Please "
1097
  "check <a href=\"%s\" target=\"_blank\">this article to learn more</a>."
1098
  msgstr ""
1099
+ "Pode haver um problema com layouts e scripts em seu painel. Por favor, "
1100
+ "verifique <a href=\"%s\" target=\"_blank\">este artigo para saber mais</a>."
1101
+
1102
+ #: ../admin/views/ad-display-metabox.php:39
1103
+ msgid "If you want to display the ad everywhere, don't do anything here. "
1104
+ msgstr "Se você quer exibir o anúncio em todo lugar, não faça nada aqui."
1105
 
1106
  #: ../admin/views/ad-display-metabox.php:42 ../admin/views/ad-visitor-metabox.php:
1107
  #: 34
1108
  msgid "New condition"
1109
+ msgstr "Nova condição"
1110
 
1111
  #: ../admin/views/ad-display-metabox.php:45 ../admin/views/ad-visitor-metabox.php:
1112
  #: 37
1113
  msgid "-- choose a condition --"
1114
+ msgstr "-- escolha uma condição --"
1115
 
1116
  #: ../admin/views/ad-display-metabox.php:50 ../admin/views/ad-visitor-metabox.php:
1117
  #: 42
1118
  msgid "add"
1119
+ msgstr "adicionar"
1120
+
1121
+ #: ../admin/views/ad-group-edit.php:14
1122
+ msgid "You did not select an item for editing."
1123
+ msgstr "Você não selecionou um item para editar"
1124
+
1125
+ #: ../admin/views/ad-group-edit.php:33
1126
+ msgctxt "Taxonomy Name"
1127
+ msgid "Name"
1128
+ msgstr "Nome"
1129
 
1130
  #: ../admin/views/ad-group-edit.php:38
1131
  msgctxt "Taxonomy Slug"
1132
  msgid "Slug"
1133
+ msgstr "Slug"
1134
+
1135
+ #: ../admin/views/ad-group-edit.php:40
1136
+ msgid "An id-like string with only letters in lower case, numbers, and hyphens."
1137
+ msgstr "Um estilo de Slug, apenas letras, números e hífen."
1138
+
1139
+ #: ../admin/views/ad-group-edit.php:45
1140
+ msgctxt "Taxonomy Description"
1141
+ msgid "Description"
1142
+ msgstr "Descrição"
1143
+
1144
+ #: ../admin/views/ad-group-edit.php:57
1145
+ msgid "Create new Ad Group"
1146
+ msgstr "Criar um novo Grupo de Anúncios"
1147
+
1148
+ #: ../admin/views/ad-group-edit.php:59
1149
+ msgid "Update"
1150
+ msgstr "Atualizar"
1151
+
1152
+ #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
1153
+ msgid "Name"
1154
+ msgstr "Nome"
1155
 
1156
  #: ../admin/views/ad-group-list-form-row.php:5
1157
  msgid "Description"
1158
+ msgstr "Descrição"
1159
+
1160
+ #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1161
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
1162
+ msgid "Type"
1163
+ msgstr "Tipo"
1164
 
1165
  #: ../admin/views/ad-group-list-form-row.php:16
1166
  msgid "Number of visible ads"
1167
+ msgstr "Número de anúncios visíveis"
1168
 
1169
  #: ../admin/views/ad-group-list-form-row.php:22
1170
  msgctxt "option to display all ads in an ad groups"
1171
  msgid "all"
1172
+ msgstr "todos"
1173
 
1174
  #: ../admin/views/ad-group-list-form-row.php:25
1175
  msgid "Number of ads that are visible at the same time"
1176
+ msgstr "Número de anúncios que são visíveis ao mesmo tempo"
1177
+
1178
+ #: ../admin/views/ad-group-list-form-row.php:31 ../public/class-advanced-ads.php:
1179
+ #: 591
1180
+ msgid "Ad"
1181
+ msgstr "Anúncios"
1182
 
1183
  #: ../admin/views/ad-group-list-form-row.php:32
1184
  msgid "weight"
1185
+ msgstr "Peso"
1186
+
1187
+ #: ../admin/views/ad-group-list-header.php:3 ../classes/ad_type_group.php:30
1188
+ msgid "Ad Group"
1189
+ msgstr "Grupo de Anúncios"
1190
 
1191
  #: ../admin/views/ad-group-list-header.php:4
1192
  msgid "Details"
1193
+ msgstr "Detalhes"
1194
 
1195
  #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
1196
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:59
1197
  msgid "shortcode"
1198
+ msgstr "shortcode"
1199
 
1200
  #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
1201
+ #: admin/views/placements.php:62
1202
  msgid "template"
1203
+ msgstr "template"
1204
 
1205
  #: ../admin/views/ad-group-list-row.php:14
1206
  #, php-format
1207
  msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
1208
+ msgstr "Saiba mais sobre como usar grupos no <a href=\"%s\" target=\"_blank\">manual</a>."
1209
 
1210
  #: ../admin/views/ad-group-list-row.php:19
1211
  #, php-format
1212
  msgid "Type: %s"
1213
+ msgstr "Tipo: %s"
1214
 
1215
  #: ../admin/views/ad-group-list-row.php:20
1216
  #, php-format
1217
  msgid "ID: %s"
1218
+ msgstr "ID: %s"
1219
 
1220
  #: ../admin/views/ad-group.php:18
1221
  msgid "Ad Groups successfully updated"
1222
+ msgstr "Grupos de Anúncios atualizados com sucesso"
1223
+
1224
+ #: ../admin/views/ad-group.php:46
1225
+ #, php-format
1226
+ msgid "Search results for &#8220;%s&#8221;"
1227
+ msgstr "Resultados da pesquisa para &#8220;%s&#8221;"
1228
+
1229
+ #: ../admin/views/ad-group.php:52
1230
+ msgid ""
1231
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
1232
+ "display random ads in the frontend or run split tests, but also just for "
1233
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
1234
+ "ad can belong to multiple ad groups."
1235
+ msgstr ""
1236
+ "Grupo de Anúncios são uma forma flexível de agrupar anúncios. Você pode usá-"
1237
+ "lo para exibir randomicamente ou em partes, mas também apenas com objetivos "
1238
+ "informativos. Um Grupo de Anúncios pode ter vários anúncios, mas anúncios "
1239
+ "podem pertencer a vários grupos."
1240
+
1241
+ #: ../admin/views/ad-group.php:60
1242
+ msgid "How to display an Ad Group?"
1243
+ msgstr "Como exibir um Grupo de Anúncios?"
1244
+
1245
+ #: ../admin/views/ad-group.php:62
1246
+ #, php-format
1247
+ msgid ""
1248
+ "Examples on how to display an ad group? Find more help and examples in the "
1249
+ "<a href=\"%s\" target=\"_blank\">manual</a>"
1250
  msgstr ""
1251
+ "Exemplos de como exibir um anúncio? Encontre ajuda no<a href=\"%s\" "
1252
+ "target=\"_blank\">manual</a>"
1253
+
1254
+ #: ../admin/views/ad-group.php:64
1255
+ msgid "To display an ad group with the ID 6 in content fields"
1256
+ msgstr "Para exibir um Grupo com ID 6 num campo de conteúdo"
1257
+
1258
+ #: ../admin/views/ad-group.php:67
1259
+ msgid "To display an ad group with the ID 6 in template files"
1260
+ msgstr "Para exibir um Grupo com ID 6 num arquivo de template"
1261
 
1262
  #: ../admin/views/ad-group.php:87
1263
  msgid "Update Groups"
1264
+ msgstr "Atualizar Grupos"
1265
 
1266
  #: ../admin/views/ad-info-top.php:4
1267
+ #, php-format
1268
+ msgid ""
1269
+ "Congratulations! Your ad is now visible in the frontend. You can adjust the "
1270
+ "placement options <a href=\"%s\">here</a>."
1271
  msgstr ""
1272
+ "Parabéns! Seu anúncio agora está visível na parte da frente. Você pode "
1273
+ "ajustar as opções de posicionamento <a href=\"%s\">Aqui</a>."
1274
 
1275
  #: ../admin/views/ad-info-top.php:5
1276
+ msgid "Where do you want to display the ad?"
1277
+ msgstr "Onde você deseja exibir o anúncio?"
1278
+
1279
+ #: ../admin/views/ad-info-top.php:6 ../classes/ad_placements.php:46
1280
+ msgid "Before Content"
1281
+ msgstr "Antes do Conteúdo"
1282
 
1283
  #: ../admin/views/ad-info-top.php:7
1284
+ msgid "Content"
1285
+ msgstr "Conteúdo"
1286
 
1287
+ #: ../admin/views/ad-info-top.php:8 ../classes/ad_placements.php:51
1288
+ msgid "After Content"
1289
+ msgstr "Depois do Conteúdo"
1290
 
1291
+ #: ../admin/views/ad-info-top.php:9
1292
+ msgid "Manage Sidebar"
1293
+ msgstr "Gerenciar Barra Lateral"
1294
 
1295
+ #: ../admin/views/ad-info-top.php:11
1296
+ msgid "Show Pro Places"
1297
+ msgstr "Mostrar Lugares Pro"
1298
 
1299
  #: ../admin/views/ad-info-top.php:14
1300
+ msgid "Show Sticky Places"
1301
+ msgstr "Mostrar Lugares Fixos"
 
 
 
 
1302
 
1303
  #: ../admin/views/ad-info-top.php:17
1304
+ msgid "Show PopUp"
1305
+ msgstr "Mostrar PopUp"
1306
 
1307
+ #: ../admin/views/ad-info-top.php:21
1308
+ #, php-format
1309
+ msgid "Or use the shortcode %s to insert the ad into the content manually."
1310
+ msgstr "Ou usar o shortcode %s para inserir o anúncio no conteúdo manualmente."
 
1311
 
1312
  #: ../admin/views/ad-info-top.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1313
  #, php-format
1314
  msgid ""
1315
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1316
  "target=\"_blank\">manual</a>."
1317
  msgstr ""
1318
+ "Saiba mais sobre suas escolhas de exibição de um anúncio no <a href=\"%s\" "
1319
+ "target=\"_blank\">manual</a>."
1320
+
1321
+ #: ../admin/views/ad-info.php:2
1322
+ #, php-format
1323
+ msgid "Ad Id: %s"
1324
+ msgstr "ID do Anúncio: %s"
1325
 
1326
  #: ../admin/views/ad-info.php:5
1327
  msgid "theme function"
1328
+ msgstr "função do tema"
1329
 
1330
  #: ../admin/views/ad-info.php:7
1331
  #, php-format
1332
  msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1333
+ msgstr "Encontre mais opções de exibição no <a href=\"%s\" target=\"_blank\">manual</a>."
1334
 
1335
  #: ../admin/views/ad-info.php:12
1336
  msgid "click to change"
1337
+ msgstr "clique para alterar"
1338
 
1339
  #: ../admin/views/ad-info.php:16
1340
  msgid "Add a description"
1341
+ msgstr "Adicionar uma descrição"
1342
 
1343
  #: ../admin/views/ad-info.php:19
1344
  msgid "Internal description or your own notes about this ad."
1345
+ msgstr "Descrição interna ou suas próprias notas sobre este anúncio."
1346
 
1347
  #: ../admin/views/ad-list-filters.php:2
1348
  msgid "all ad types"
1349
+ msgstr "todos os tipos de anúncios"
1350
 
1351
  #: ../admin/views/ad-list-filters.php:5
1352
  msgid "all ad sizes"
1353
+ msgstr "todos os tamanhos de anúncios"
1354
 
1355
  #: ../admin/views/ad-list-filters.php:8
1356
  msgid "all ad dates"
1357
+ msgstr "todas as datas de anúncios"
1358
 
1359
  #: ../admin/views/ad-list-filters.php:9
1360
  msgid "expired"
1361
+ msgstr "expirado"
1362
 
1363
  #: ../admin/views/ad-list-filters.php:10
1364
  msgid "any expiry date"
1365
+ msgstr "qualquer data de expiração"
1366
 
1367
  #: ../admin/views/ad-list-filters.php:11
1368
  msgid "planned"
1369
  msgstr ""
1370
+ "\n"
1371
+ "planejado"
1372
 
1373
  #: ../admin/views/ad-list-filters.php:14
1374
  msgid "all ad groups"
1375
+ msgstr "todos os grupos de anúncios"
1376
 
1377
+ #: ../admin/views/ad-main-metabox.php:3
1378
+ msgid "No ad types defined"
1379
+ msgstr "Nenhum tipo de anúncio definido"
1380
 
1381
+ #: ../admin/views/ad-output-metabox.php:1
1382
+ msgid "Everything connected to the ads layout and output."
1383
+ msgstr "Tudo conectado ao layout dos anúncios e saída para exibição."
1384
+
1385
+ #: ../admin/views/ad-output-metabox.php:4
1386
+ msgid "Position"
1387
+ msgstr "Posição"
1388
+
1389
+ #: ../admin/views/ad-output-metabox.php:6
1390
+ msgid "- default -"
1391
+ msgstr "- padrão -"
1392
+
1393
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:52
1394
+ msgid "default"
1395
+ msgstr "padrão"
1396
+
1397
+ #: ../admin/views/ad-output-metabox.php:8
1398
+ msgid "left"
1399
+ msgstr "esquerda"
1400
+
1401
+ #: ../admin/views/ad-output-metabox.php:11
1402
+ msgid "center"
1403
+ msgstr "centro"
1404
+
1405
+ #: ../admin/views/ad-output-metabox.php:14
1406
+ msgid "right"
1407
+ msgstr "direita"
1408
+
1409
+ #: ../admin/views/ad-output-metabox.php:18
1410
+ msgid ""
1411
+ "Check this if you don't want the following elements to float around the ad. "
1412
+ "(adds a clearfix)"
1413
+ msgstr "Marque isso se você não quer elementos flutuando no entorno do anúncio."
1414
+
1415
+ #: ../admin/views/ad-output-metabox.php:22
1416
+ msgid "Margin"
1417
+ msgstr "Margem"
1418
+
1419
+ #: ../admin/views/ad-output-metabox.php:24
1420
+ msgid "top:"
1421
+ msgstr "topo:"
1422
+
1423
+ #: ../admin/views/ad-output-metabox.php:26
1424
+ msgid "right:"
1425
+ msgstr "direita:"
1426
+
1427
+ #: ../admin/views/ad-output-metabox.php:28
1428
+ msgid "bottom:"
1429
+ msgstr "abaixo:"
1430
+
1431
+ #: ../admin/views/ad-output-metabox.php:30
1432
+ msgid "left:"
1433
+ msgstr "esquerda:"
1434
+
1435
+ #: ../admin/views/ad-output-metabox.php:32
1436
+ msgid "tip: use this to add a margin around the ad"
1437
+ msgstr "dica: use isso para criar margem em torno do anúncio"
1438
+
1439
+ #: ../admin/views/ad-output-metabox.php:35
1440
+ msgid "container ID"
1441
+ msgstr "ID do recipiente"
1442
 
1443
  #: ../admin/views/ad-output-metabox.php:38
1444
+ msgid "Specify the id of the ad container. Leave blank for random or no id."
1445
  msgstr ""
1446
+ "Especificar o id do recipiente do anúncio. Deixe em branco para aleatório ou "
1447
+ "nenhum id."
1448
 
1449
  #: ../admin/views/ad-output-metabox.php:41
1450
+ msgid "container classes"
1451
+ msgstr "classes de recipiente"
1452
+
1453
+ #: ../admin/views/ad-output-metabox.php:44
1454
  msgid ""
1455
  "Specify one or more classes for the container. Separate multiple classes "
1456
  "with a space"
1457
  msgstr ""
1458
+ "Especifique uma ou mais classes para o recipiente. Várias classes separadas "
1459
+ "com um espaço"
1460
 
1461
+ #: ../admin/views/ad-output-metabox.php:47
1462
+ msgid "Enable debug mode"
1463
+ msgstr "Habilitar modo de depuração"
1464
+
1465
+ #: ../admin/views/ad-parameters-size.php:1
1466
+ msgid "size"
1467
+ msgstr "tamanho"
1468
+
1469
+ #: ../admin/views/ad-parameters-size.php:3
1470
+ msgid "width"
1471
+ msgstr "largura"
1472
+
1473
+ #: ../admin/views/ad-parameters-size.php:4
1474
+ msgid "height"
1475
+ msgstr "altura"
1476
 
1477
  #: ../admin/views/ad-parameters-size.php:6
1478
  msgid "reserve this space"
1479
+ msgstr "reservar este espaço"
1480
+
1481
+ #: ../admin/views/ad-submitbox-meta.php:6
1482
+ msgid "Set expiry date"
1483
+ msgstr "Defina a data de expiração"
1484
 
1485
  #: ../admin/views/ad-submitbox-meta.php:12
1486
  msgid "Month"
1487
+ msgstr "Mês"
1488
+
1489
+ #: ../admin/views/ad-submitbox-meta.php:16
1490
+ #, php-format
1491
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1492
+ msgid "%1$s-%2$s"
1493
+ msgstr "%1$s-%2$s"
1494
 
1495
  #: ../admin/views/ad-submitbox-meta.php:21
1496
  msgid "Day"
1497
+ msgstr "Dia"
1498
 
1499
  #: ../admin/views/ad-submitbox-meta.php:22
1500
  msgid "Year"
1501
+ msgstr "Ano"
1502
 
1503
  #: ../admin/views/ad-submitbox-meta.php:23
1504
  msgid "Hour"
1505
+ msgstr "Hora"
1506
 
1507
  #: ../admin/views/ad-submitbox-meta.php:24
1508
  msgid "Minute"
1509
+ msgstr "Minuto"
1510
 
1511
  #: ../admin/views/ad-submitbox-meta.php:29
1512
  #, php-format
1513
  msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1514
  msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1515
+ msgstr "%1$s %2$s, %3$s @ %4$s %5$s"
1516
+
1517
+ #: ../admin/views/ad-visitor-metabox.php:4
1518
+ msgid ""
1519
+ "Display conditions that are based on the user. Use with caution on cached "
1520
+ "websites."
1521
+ msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
1522
 
1523
  #: ../admin/views/ad-visitor-metabox.php:28
1524
  msgid ""
1525
  "Visitor conditions limit the number of users who can see your ad. There is "
1526
  "no need to set visitor conditions if you want all users to see the ad."
1527
  msgstr ""
1528
+ "Condições para visitante, limitar o número de usuários que podem ver seu "
1529
+ "anúncio. Não há necessidade de estabelecer condições para visitante se você "
1530
+ "quiser que todos os usuários vejam o anúncio."
1531
 
1532
  #: ../admin/views/ad-visitor-metabox.php:30
1533
  #, php-format
1535
  "Check out cache-busting in <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> "
1536
  "if dynamic features get cached."
1537
  msgstr ""
1538
+ "Confira em <a href=\"%s\" target=\"_blank\">Anúncios Avançados Pró</a> se "
1539
+ "características dinâmicas chegar em cache cache-busting."
1540
 
1541
  #: ../admin/views/ad-visitor-metabox.php:47
1542
  #, php-format
1544
  "Define the exact browser width for which an ad should be visible using the "
1545
  "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1546
  msgstr ""
1547
+ "Definir a largura exata do navegador para que um anúncio seja visível usando "
1548
+ "o <a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
1549
 
1550
  #: ../admin/views/ad-visitor-metabox.php:92
1551
  msgid ""
1552
  "The visitor conditions below are deprecated. Please use the new version of "
1553
  "visitor conditions to replace it."
1554
  msgstr ""
1555
+ "As condições para visitante abaixo estão obsoletas. Utilize a nova versão do "
1556
+ "condições para visitante a fim de substituí-lo."
1557
 
1558
+ #: ../admin/views/ad-visitor-metabox.php:98
1559
+ msgid "Display on all devices"
1560
+ msgstr "Exibir em todos os dispositivos"
1561
 
1562
+ #: ../admin/views/ad-visitor-metabox.php:102
1563
+ msgid "only on mobile devices"
1564
+ msgstr "somente em smartphones"
1565
+
1566
+ #: ../admin/views/ad-visitor-metabox.php:106
1567
+ msgid "not on mobile devices"
1568
+ msgstr "menos em smartphones"
1569
+
1570
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1571
+ msgid "Debug Page"
1572
+ msgstr "Página Debug"
1573
+
1574
+ #: ../admin/views/debug.php:7
1575
+ msgid "Work in progress"
1576
+ msgstr "Trabalho em andamento"
1577
+
1578
+ #: ../admin/views/feedback_disable.php:3
1579
  msgid "Thank you for helping to improve Advanced Ads."
1580
+ msgstr "Obrigado por ajudar a melhorar Anúncios Avançados."
1581
 
1582
  #: ../admin/views/feedback_disable.php:4
1583
  msgid ""
1584
  "Your feedback will motivates me to work harder towards a professional ad "
1585
  "management solution."
1586
  msgstr ""
1587
+ "Os seus comentários vão me motivar a trabalhar mais no sentido de uma "
1588
+ "solução de gerenciamento de anúncios profissional."
1589
 
1590
  #: ../admin/views/feedback_disable.php:5
1591
  msgid "Why did you decide to disable Advanced Ads?"
1592
+ msgstr "Por que você decidiu desativar Anúncios Avançados?"
1593
 
1594
  #: ../admin/views/feedback_disable.php:7
1595
  msgid "I stopped showing ads on my site"
1596
+ msgstr "Eu parei de mostrar anúncios no meu site"
1597
 
1598
  #: ../admin/views/feedback_disable.php:8
1599
  #, php-format
1600
  msgid "I miss a feature or <a href=\"%s\">add-on</a>"
1601
+ msgstr "Eu sinto falta de um recurso ou <a href=\"%s\">add-on</a>"
1602
 
1603
  #: ../admin/views/feedback_disable.php:9
1604
  msgid "I have a technical problem"
1605
+ msgstr "Eu tenho um problema técnico"
1606
 
1607
  #: ../admin/views/feedback_disable.php:10
1608
  msgid "other reason"
1609
+ msgstr "Outra razão"
1610
 
1611
  #: ../admin/views/feedback_disable.php:12
1612
  msgid "Please specify, if possible"
1613
+ msgstr "Por favor especifique, se possível"
1614
 
1615
  #: ../admin/views/feedback_disable.php:13
1616
  msgid "What would be a reason to return to Advanced Ads?"
1617
+ msgstr "Qual seria uma razão para voltar para Anúncios Avançados?"
1618
 
1619
  #: ../admin/views/intro.php:18
1620
  msgid "5-Star Usability"
1621
+ msgstr "Usabilidade 5 Estrelas"
1622
 
1623
  #: ../admin/views/intro.php:19
1624
  msgid ""
1626
  "standards. If you know how to publish a post then you know how to create an "
1627
  "ad."
1628
  msgstr ""
1629
+ "Anúncios Avançados é poderoso e fácil de usar, porque está à construir nos "
1630
+ "padrões WordPress. Se você sabe como publicar um post, então você sabe como "
1631
+ "criar um anúncio."
1632
 
1633
  #: ../admin/views/intro.php:23
1634
  msgid "5-Star Support"
1635
+ msgstr "Suporte 5 Estrelas"
1636
 
1637
  #: ../admin/views/intro.php:24
1638
  msgid ""
1640
  "a pro user or not, you can reach me easily through the support page, in the "
1641
  "chat on the homepage or replying to a newsletter."
1642
  msgstr ""
1643
+ "Eu prometo a você o plugin de gerenciamento de anúncios e melhor suporte "
1644
+ "para WordPress. Seja um usuário profissional ou não, você pode me alcançar "
1645
+ "facilmente através da página de suporte, no chat na página inicial ou a "
1646
+ "responder a um boletim de notícias."
1647
 
1648
  #: ../admin/views/intro.php:28
1649
  msgid "5-Star Experience"
1650
+ msgstr "Experiência 5 Estrelas"
1651
 
1652
  #: ../admin/views/intro.php:29
1653
  msgid ""
1655
  "serve millions of ad impressions per month and constantly test new ways to "
1656
  "optimize ad settings."
1657
  msgstr ""
1658
+ "Anúncios Avançados foi construído a partir de minha própria experiência. "
1659
+ "Pessoalmente, estou usando-o para servir milhões de impressões de anúncios "
1660
+ "por mês e constantemente testar novas maneiras de otimizar as configurações "
1661
+ "anúncio."
1662
 
1663
  #: ../admin/views/intro.php:34
1664
  msgid "Welcome to <strong>Advanced Ads</strong>"
1665
+ msgstr "Bem Vindo ao <strong>Anúncios Avançados</strong>"
1666
 
1667
  #: ../admin/views/intro.php:36
1668
  msgid "Let me give you an introduction into your future ad management solution."
1669
  msgstr ""
1670
+ "Deixe-me dar-lhe uma introdução à sua solução de gerenciamento de anúncios "
1671
+ "futuro."
1672
 
1673
  #: ../admin/views/intro.php:61
1674
  msgid "Next Steps"
1675
+ msgstr "Próximos Passos"
1676
 
1677
  #: ../admin/views/intro.php:64
1678
  msgid "Subscribe to the Mailing List"
1679
+ msgstr "Inscrever-se na Lista de Discussão"
1680
 
1681
  #: ../admin/views/intro.php:65
1682
  msgid "Subscribe to the newsletter and instantly"
1683
+ msgstr "Assine a newsletter e instantaneamente"
1684
 
1685
  #: ../admin/views/intro.php:67
1686
  msgid "get 2 free add-ons."
1687
+ msgstr "receba 2 add-ons gratuitos."
1688
 
1689
  #: ../admin/views/intro.php:68
1690
  msgid "reply to the welcome message with a question."
1691
+ msgstr "responder à mensagem de boas-vindas com uma pergunta."
1692
 
1693
  #: ../admin/views/intro.php:69
1694
  msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
1695
+ msgstr "inscrever-se a um grupo dedicado para os tutoriais ou dicas do AdSense."
1696
 
1697
  #: ../admin/views/intro.php:79
1698
  #, php-format
1700
  "Get started by creating an ad <a href=\"%1$s\" target=\"blank\">right now</a> or "
1701
  "watch the <a href=\"%2$s\" target=\"blank\">tutorial video (3:29min)</a> first."
1702
  msgstr ""
1703
+ "Comece por criar um anúncio <a href=\"%1$s\" target=\"blank\">agora mesmo</a> ou "
1704
+ "assistir ao <a href=\"%2$s\" target=\"blank\">vídeo tutorial (3:29min)</a> "
1705
+ "primeiro."
1706
 
1707
  #: ../admin/views/intro.php:82
1708
  msgid "Display your ad"
1709
+ msgstr "Exibir seu anúncio"
1710
 
1711
  #: ../admin/views/intro.php:83
1712
  msgid ""
1714
  "placements. Placements help you to inject ads into the content or place them "
1715
  "on your site without coding."
1716
  msgstr ""
1717
+ "Você pode exibir seu anúncio usando um shortcode, widget ou um dos canais "
1718
+ "poderosos. Locais ajuda-o a injetar anúncios no conteúdo ou coloca-os em seu "
1719
+ "site sem codificação."
1720
 
1721
  #: ../admin/views/intro.php:85
1722
  msgid "List of all available placements"
1723
+ msgstr "Lista de todos os locais disponíveis"
1724
 
1725
  #: ../admin/views/intro.php:86
1726
  msgid "Create a placement"
1727
+ msgstr "Criar um novo local"
1728
 
1729
  #: ../admin/views/placements.php:8
1730
  msgid ""
1731
  "Couldn’t create the new placement. Please check your form field and whether "
1732
  "the name is already in use."
1733
  msgstr ""
1734
+ "Não foi possível criar um novo local. Por favor, verifique o campo de "
1735
+ "formulário e se o nome já está em uso."
1736
+
1737
+ #: ../admin/views/placements.php:10
1738
+ msgid "Placements updated"
1739
+ msgstr "Locais atualizados"
1740
 
1741
  #: ../admin/views/placements.php:15
1742
  msgid ""
1744
  "if you plan to change ads and ad groups on the same place without the need "
1745
  "to change your templates."
1746
  msgstr ""
1747
+ "Locais são lugares físicos em seu tema e posts. Você pode usá-los se você "
1748
+ "pretende mudar anúncios e grupos de anúncios no mesmo lugar, sem a "
1749
+ "necessidade de mudar seus templates."
1750
 
1751
  #: ../admin/views/placements.php:16
1752
  #, php-format
1753
  msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1754
  msgstr ""
1755
+ "Veja também o manual para obter mais informações sobre <a "
1756
+ "href=\"%s\">locais</a>."
1757
+
1758
+ #: ../admin/views/placements.php:25
1759
+ msgid "Options"
1760
+ msgstr "Opções"
1761
 
1762
  #: ../admin/views/placements.php:42
1763
  #, php-format
1765
  "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
1766
  "if the responsible add-on is activated."
1767
  msgstr ""
1768
+ "Tipo de local \"%s\" está faltando e foi redefinido para \"padrão\". <br/>Por "
1769
+ "favor, verifique se o add-on responsável está ativado."
1770
 
1771
+ #: ../admin/views/placements.php:58
1772
  msgid "show usage"
1773
+ msgstr "mostrar uso"
1774
 
1775
+ #: ../admin/views/placements.php:70
1776
  msgid "Item"
1777
+ msgstr "Ítem"
1778
 
1779
+ #: ../admin/views/placements.php:72 ../admin/views/placements.php:176
1780
  msgid "--not selected--"
1781
+ msgstr "--não selecionado--"
1782
 
1783
+ #: ../admin/views/placements.php:92
1784
+ msgid "Inject"
1785
+ msgstr "Injetar"
1786
+
1787
+ #: ../admin/views/placements.php:93
1788
+ msgid "after"
1789
+ msgstr "depois"
1790
+
1791
+ #: ../admin/views/placements.php:93
1792
+ msgid "before"
1793
+ msgstr "antes"
1794
+
1795
+ #: ../admin/views/placements.php:113
1796
  msgid "start counting from bottom"
1797
+ msgstr "começar a contar de baixo"
1798
 
1799
+ #: ../admin/views/placements.php:116
1800
  msgid "Important Notice"
1801
+ msgstr "Notificação Importante"
1802
 
1803
+ #: ../admin/views/placements.php:116
1804
  msgid ""
1805
  "Your server is missing an extension. This might break the content injection."
1806
  "<br/>Ignore this warning if everything works fine or else ask your hosting "
1807
  "provider to enable <em>mbstring</em>."
1808
  msgstr ""
1809
+ "O servidor está faltando uma extensão. Isso pode quebrar a injeção de "
1810
+ "conteúdo. <br/>Ignorar esse aviso se tudo funcionar bem ou então pergunte ao "
1811
+ "seu provedor de hospedagem para permitir <em>mbstring</em>."
1812
 
1813
+ #: ../admin/views/placements.php:126
1814
  msgid "advanced options"
1815
+ msgstr "opções avançadas"
1816
 
1817
+ #: ../admin/views/placements.php:134
1818
  msgctxt "checkbox to remove placement"
1819
  msgid "delete"
1820
+ msgstr "excluir"
1821
+
1822
+ #: ../admin/views/placements.php:140
1823
+ msgid "Save Placements"
1824
+ msgstr "Salvar Local"
1825
 
1826
  #: ../admin/views/placements.php:142
1827
+ msgid "Create a new placement"
1828
+ msgstr "Criar um novo Local"
1829
+
1830
+ #: ../admin/views/placements.php:143
1831
  msgid "New Placement"
1832
+ msgstr "Novo Local"
1833
 
1834
+ #: ../admin/views/placements.php:149
1835
  msgid "Choose a placement type"
1836
+ msgstr "Escolha um tipo de local"
1837
 
1838
+ #: ../admin/views/placements.php:150
1839
  #, php-format
1840
  msgid ""
1841
  "Placement types define where the ad is going to be displayed. Learn more "
1842
  "about the different types from the <a href=\"%s\">manual</a>"
1843
  msgstr ""
1844
+ "Defina os tipos de local em que o anúncio será exibido. Saiba mais sobre os "
1845
+ "diferentes tipos no <a href=\"%s\">Manual</a>."
1846
 
1847
+ #: ../admin/views/placements.php:167
1848
  msgid "Please select a placement type."
1849
+ msgstr "Por favor selecione um tipo de local."
1850
 
1851
+ #: ../admin/views/placements.php:169
1852
  msgid "Choose a Name"
1853
+ msgstr "Escolha um Nome"
1854
 
1855
+ #: ../admin/views/placements.php:170
1856
  msgid ""
1857
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1858
  "one, e.g. <em>Below Post Headline</em>."
1859
  msgstr ""
1860
+ "O nome do local é visível apenas para você. Dica: escolha um descritivo, por "
1861
+ "exemplo; <em>Abaixo da Headline do Post</em>."
1862
 
1863
+ #: ../admin/views/placements.php:171
1864
  msgid "Placement Name"
1865
+ msgstr "Nome do Local"
1866
 
1867
+ #: ../admin/views/placements.php:172
1868
  msgid "Please enter a name for your placement."
1869
+ msgstr "Por favor digite um nome para seu local."
1870
 
1871
+ #: ../admin/views/placements.php:173
1872
  msgid "Choose the Ad or Group"
1873
+ msgstr "Escolha o Anúncio ou Grupo"
1874
 
1875
+ #: ../admin/views/placements.php:174
1876
  msgid "The ad or group that should be displayed."
1877
+ msgstr "O anúncio ou grupo que deve ser exibido."
1878
+
1879
+ #: ../admin/views/placements.php:193
1880
+ msgid "Save New Placement"
1881
+ msgstr "Salvar Novo Local"
1882
+
1883
+ #: ../admin/views/post-ad-settings-metabox.php:3
1884
+ msgid "Disable ads on this page"
1885
+ msgstr "Desabilitar Anúncios nesta página"
1886
 
1887
  #: ../admin/views/setting-license.php:5
1888
  msgid "Your license expired."
1889
+ msgstr "Sua licença expirou."
1890
 
1891
  #: ../admin/views/setting-license.php:6
1892
  #, php-format
1893
  msgid "<a href=\"%s\" target=\"_blank\">Renew it with a discount</a>."
1894
+ msgstr "<a href=\"%s\" target=\"_blank\">Renová-la com um desconto</a>.\n"
1895
 
1896
  #: ../admin/views/setting-license.php:14
1897
  #, php-format
1898
  msgid "(%d days left)"
1899
+ msgstr "(%d dias restantes)"
1900
 
1901
  #: ../admin/views/setting-license.php:18
1902
  msgid "License key"
1903
+ msgstr "Chave de licença"
1904
 
1905
  #: ../admin/views/setting-license.php:28
1906
  msgid "Deactivate License"
1907
+ msgstr "Licença Desativada"
1908
 
1909
  #: ../admin/views/setting-license.php:35
1910
  msgid "Activate License"
1911
+ msgstr "Ativar Licença"
1912
 
1913
  #: ../admin/views/setting-license.php:39
1914
  msgid "License key invalid"
1915
+ msgstr "Chave de licença inválida"
1916
 
1917
  #: ../admin/views/setting-license.php:42
1918
  msgid "active"
1919
+ msgstr "ativa"
1920
+
1921
+ #: ../admin/views/settings-disable-ads.php:3
1922
+ msgid "Disable all ads in frontend"
1923
+ msgstr "Desabilitar todos os anúncios no site"
1924
+
1925
+ #: ../admin/views/settings-disable-ads.php:4
1926
+ msgid ""
1927
+ "Use this option to disable all ads in the frontend, but still be able to use "
1928
+ "the plugin."
1929
+ msgstr ""
1930
+ "Esta opção irá desativar todos os anúncios no site, mas ainda mantém o "
1931
+ "funcionamento do plugin."
1932
+
1933
+ #: ../admin/views/settings-disable-ads.php:8
1934
+ msgid "Disable ads on 404 error pages"
1935
+ msgstr "Desabilitar Anúncios na página 404"
1936
+
1937
+ #: ../admin/views/settings-disable-ads.php:12
1938
+ msgid "Disable ads on non-singular pages"
1939
+ msgstr "Desabilitar Anúncios na página de listagem de conteúdo"
1940
+
1941
+ #: ../admin/views/settings-disable-ads.php:13
1942
+ msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
1943
  msgstr ""
1944
+ "Ex: páginas de arquivos, como categorias, tags, autores, primeira página (se "
1945
+ "uma lista)"
1946
 
1947
  #: ../admin/views/settings-disable-ads.php:16
1948
  msgid "Disable ads on secondary queries"
1949
+ msgstr "Desativar anúncios em consultas secundárias"
1950
 
1951
  #: ../admin/views/settings-disable-ads.php:17
1952
  msgid ""
1954
  "page. Try this option if you see ads injected on places where they shouldn’t "
1955
  "appear."
1956
  msgstr ""
1957
+ "Consultas secundárias são consultas personalizadas de posts fora da consulta "
1958
+ "principal de uma página. Experimente esta opção se você ver anúncios "
1959
+ "injetados em lugares onde eles não devem aparecer."
1960
 
1961
  #: ../admin/views/settings-disable-ads.php:21
1962
  msgid "Disable ads in Feed"
1963
+ msgstr "Desativar anúncios no Feed"
1964
 
1965
  #: ../admin/views/settings.php:36
1966
  msgid "Save settings on this page"
1967
+ msgstr "Salve as configurações nesta página"
1968
 
1969
  #: ../admin/views/settings.php:48
1970
  msgid "Welcome Page"
1971
+ msgstr "Bem Vindo à Página"
1972
 
1973
  #: ../admin/views/settings.php:49
1974
  msgid "Advanced Ads on WordPress.org"
1975
+ msgstr "Anúncios Avançados em WordPress.org"
1976
 
1977
  #: ../admin/views/settings.php:49
1978
  msgid "Advanced Ads on wp.org"
1979
+ msgstr "Anúncios Avançados em wp.org"
1980
+
1981
+ #: ../admin/views/settings.php:50
1982
+ msgid "the company behind Advanced Ads"
1983
+ msgstr "a companhia por trás do Anúncios Avançados"
1984
 
1985
  #: ../admin/views/support.php:8
1986
  msgid "Possible Issues"
1987
+ msgstr "Possíveis Questões"
1988
 
1989
  #: ../admin/views/support.php:9
1990
  msgid ""
1991
  "Please fix the red highlighted issues on this page or try to understand "
1992
  "their consequences before contacting support."
1993
  msgstr ""
1994
+ "Por favor corrija as questões destacadas em vermelho sobre esta página ou "
1995
+ "tentar compreender as suas consequências antes de contatar o suporte."
1996
 
1997
  #: ../admin/views/support.php:13
1998
  #, php-format
2001
  "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
2002
  "Please ask your hosting provider for more information."
2003
  msgstr ""
2004
+ "Sua <strong>versão do PHP (%s) é muito baixa</strong>. Anúncios Avançados é "
2005
+ "construído para PHP 5.3 e superior. Pode funcionar, mas a atualização do PHP "
2006
+ "é altamente recomendada. Por favor, pergunte ao seu provedor de hospedagem "
2007
+ "para obter mais informações."
2008
 
2009
  #: ../admin/views/support.php:16
2010
  #, php-format
2014
  "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
2015
  "ads dynamically."
2016
  msgstr ""
2017
+ "Seu <strong>site usa o cache</strong>. Algumas características dinâmicas, "
2018
+ "como a rotação de anúncios ou condições visitante pode não funcionar "
2019
+ "corretamente. Use o recurso de cache-rebentando de <a href=\"%s\" "
2020
+ "target=\"_blank\">Anúncios Avançados Pro</a> para carregar anúncios "
2021
+ "dinamicamente."
2022
 
2023
  #: ../admin/views/support.php:19
2024
  msgid "There is a <strong>new WordPress version available</strong>. Please update."
2025
  msgstr ""
2026
+ "Há uma <strong>nova versão do WordPress disponível</ strong>. Por favor "
2027
+ "atualize."
2028
 
2029
  #: ../admin/views/support.php:22
2030
  msgid "There are <strong>plugin updates available</strong>. Please update."
2031
  msgstr ""
2032
+ "Há atualizações de <strong>plugins disponíveis</strong>. Por favor atualize-"
2033
+ "os."
2034
 
2035
  #: ../admin/views/support.php:25
2036
  #, php-format
2038
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
2039
  "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
2040
  msgstr ""
2041
+ "Uma ou mais chaves de licença para <strong>Anúncios Avançados add-ons são "
2042
+ "inválidas ou em falta</strong>. Por favor, adicione as chaves de licença "
2043
+ "válidas <a href=\"%s\">aqui</a>."
2044
 
2045
  #: ../admin/views/support.php:31
2046
  #, php-format
2050
  "networks. <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> has a build-in "
2051
  "support for Autoptimize."
2052
  msgstr ""
2053
+ "<strong>Autoptimize plug-in detectado</strong>. Enquanto este plugin é ótimo "
2054
+ "para o desempenho do site, ele é conhecido por alterar o código, incluindo "
2055
+ "os scripts de redes de anúncios. <a href=\"%s\" target=\"_blank\">Anúncios "
2056
+ "Avançados Pro</a> tem uma build-in suporte para Autoptimize."
2057
 
2058
  #: ../admin/views/support.php:34
2059
  #, php-format
2061
  "Plugins that are known to cause (partial) problems: <strong>%1$s</strong>. "
2062
  "<a href=\"%2$s\" target=\"_blank\">Learn more</a>."
2063
  msgstr ""
2064
+ "Plugins que são conhecidos por causar problemas (parciais): "
2065
+ "<strong>%1$s</strong>. <a href=\"%2$s\" target=\"_blank\">Saiba mais</a>."
2066
 
2067
  #: ../admin/views/support.php:38
2068
  #, php-format
2070
  "Ads are disabled for all or some pages. See \"disabled ads\" in <a "
2071
  "href=\"%s\">settings</a>."
2072
  msgstr ""
2073
+ "Os anúncios estão desativados para todas ou algumas páginas. Consulte "
2074
+ "\"anúncios desabilitados\" em <a href=\"%s\">configurações</a>."
2075
 
2076
  #: ../admin/views/support.php:49
2077
  msgid "Search"
2078
+ msgstr "Pesquisar"
2079
 
2080
  #: ../admin/views/support.php:50
2081
  msgid ""
2082
  "Use the following form to search for solutions in the manual on "
2083
  "wpadvancedads.com"
2084
  msgstr ""
2085
+ "Utilize o formulário abaixo para procurar soluções no manual sobre "
2086
+ "wpadvancedads.com"
2087
 
2088
  #: ../admin/views/support.php:53
2089
  msgid "search"
2090
+ msgstr "pesquisar"
2091
 
2092
  #: ../admin/views/support.php:55
2093
  msgid "Contact"
2094
+ msgstr "Contato"
2095
 
2096
  #: ../admin/views/support.php:56
2097
  #, php-format
2099
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
2100
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
2101
  msgstr ""
2102
+ "Por favor, procure o manual para uma solução e de uma olhada em <a href=\"%s\" "
2103
+ "Anúncios target=\"_blank\">Anúncios não aparecendo?</a> antes de entrar em "
2104
+ "contato comigo para obter ajuda."
2105
 
2106
  #: ../admin/views/support.php:58
2107
  msgid "Email was successfully sent."
2108
+ msgstr "E-mail foi enviado com sucesso."
2109
 
2110
  #: ../admin/views/support.php:67
2111
  msgid "your email"
2112
+ msgstr "seu e-mail"
2113
 
2114
  #: ../admin/views/support.php:71
2115
  msgid "your name"
2116
+ msgstr "seu nome"
2117
 
2118
  #: ../admin/views/support.php:75
2119
  msgid "your message"
2120
+ msgstr "sua mensagem"
2121
 
2122
  #: ../admin/views/support.php:80
2123
  msgid "send"
2124
+ msgstr "enviar"
2125
 
2126
  #: ../admin/views/notices/adblock.php:3
2127
  msgid ""
2128
  "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
2129
  "ad setup."
2130
  msgstr ""
2131
+ "Por favor, desative seu <strong>AdBlocker</strong> para evitar problemas com "
2132
+ "a sua configuração de anúncios."
2133
 
2134
  #: ../classes/ad_placements.php:31
2135
  msgid "Manual Placement"
2136
+ msgstr "Manual de Locais"
2137
 
2138
  #: ../classes/ad_placements.php:32
2139
  msgid "Manual placement to use as function or shortcode."
2140
+ msgstr "Manual de locais para usar como função ou shortcode."
2141
 
2142
  #: ../classes/ad_placements.php:36
2143
  msgid "Header Code"
2144
+ msgstr "Código no Cabeçalho"
2145
 
2146
  #: ../classes/ad_placements.php:37
2147
  msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
2148
  msgstr ""
2149
+ "Injetado no Cabeçalho (antes de fechar a Tag &lt;/head&gt; muitas vezes não "
2150
+ "visível)."
2151
 
2152
  #: ../classes/ad_placements.php:41
2153
  msgid "Footer Code"
2154
+ msgstr "Código no Rodapé"
2155
 
2156
  #: ../classes/ad_placements.php:42
2157
  msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
2158
+ msgstr "Injetado no Rodapé (antes de fechar a Tag &lt;/body&gt;)."
2159
 
2160
+ #: ../classes/ad_placements.php:47
2161
+ msgid "Injected before the post content."
2162
+ msgstr "Inserido antes do post"
2163
 
2164
+ #: ../classes/ad_placements.php:52
2165
+ msgid "Injected after the post content."
2166
+ msgstr "Inserido depois do post"
2167
 
2168
  #: ../classes/ad_placements.php:56
2169
  msgid "Post Content"
2170
+ msgstr "Conteúdo do Post"
2171
+
2172
+ #: ../classes/ad_placements.php:57
2173
+ msgid ""
2174
+ "Injected into the post content. You can choose the paragraph after which the "
2175
+ "ad content is displayed."
2176
  msgstr ""
2177
+ "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o "
2178
+ "anúncio será exibido."
2179
 
2180
  #: ../classes/ad_placements.php:61
2181
  msgid "Sidebar Widget"
2182
+ msgstr "Widget da Barra Lateral"
2183
 
2184
  #: ../classes/ad_placements.php:62
2185
  msgid ""
2186
  "Create a sidebar widget with an ad. Can be placed and used like any other "
2187
  "widget."
2188
  msgstr ""
2189
+ "Criar um widget na barra lateral com um anúncio. Pode ser colocado e "
2190
+ "utilizado como qualquer outro widget."
2191
+
2192
+ #: ../classes/ad_placements.php:210
2193
+ #, php-format
2194
+ msgid "paragraph (%s)"
2195
+ msgstr "parágrafo (%s)"
2196
 
2197
+ #: ../classes/ad_placements.php:211
2198
  #, php-format
2199
  msgid "paragraph without image (%s)"
2200
+ msgstr "parágrafo sem imagem (%s)"
2201
+
2202
+ #: ../classes/ad_placements.php:212
2203
+ #, php-format
2204
+ msgid "headline 2 (%s)"
2205
+ msgstr "Título 2 (%s)"
2206
+
2207
+ #: ../classes/ad_placements.php:213
2208
+ #, php-format
2209
+ msgid "headline 3 (%s)"
2210
+ msgstr "Título 3 (%s)"
2211
+
2212
+ #: ../classes/ad_placements.php:214
2213
+ #, php-format
2214
+ msgid "headline 4 (%s)"
2215
+ msgstr "Título 4 (%s)"
2216
+
2217
+ #: ../classes/ad_type_content.php:35
2218
+ msgid "Rich Content"
2219
+ msgstr "Conteúdo rico"
2220
+
2221
+ #: ../classes/ad_type_content.php:36
2222
+ msgid ""
2223
+ "The full content editor from WordPress with all features like shortcodes, "
2224
+ "image upload or styling, but also simple text/html mode for scripts and code."
2225
  msgstr ""
2226
+ "O editor de conteúdo do WordPress com todas as suas funcções, como "
2227
+ "shortcodes, mas também simples editores de HTML."
2228
 
2229
  #: ../classes/ad_type_group.php:31
2230
  msgid ""
2231
  "Choose an existing ad group. Use this type when you want to assign the same "
2232
  "display and visitor conditions to all ads in that group."
2233
  msgstr ""
2234
+ "Escolha um grupo de anúncios existente. Use este tipo quando você deseja "
2235
+ "atribuir as mesmas condições de exibição e visitante para todos os anúncios "
2236
+ "nesse grupo."
2237
 
2238
+ #: ../classes/ad_type_group.php:84
2239
  msgid "ad group"
2240
+ msgstr "grupo de anúncios"
2241
 
2242
  #: ../classes/ad_type_image.php:34
2243
  msgid "Image Ad"
2244
+ msgstr "Imagem do Anúncio"
2245
 
2246
  #: ../classes/ad_type_image.php:35
2247
  msgid "Ads in various image formats."
2248
+ msgstr "Imagem de anúncios em vários formatos."
2249
 
2250
  #: ../classes/ad_type_image.php:55
2251
  msgid "Insert File"
2252
+ msgstr "Inserir Arquivo"
2253
 
2254
  #: ../classes/ad_type_image.php:55
2255
  msgid "Insert"
2256
+ msgstr "Inserir"
2257
 
2258
  #: ../classes/ad_type_image.php:55
2259
  msgid "select image"
2260
+ msgstr "selecionar imagem"
2261
 
2262
  #: ../classes/ad_type_image.php:56
2263
  msgid "edit"
2264
+ msgstr "editar"
2265
 
2266
  #: ../classes/ad_type_image.php:65
2267
  msgid "url"
2268
+ msgstr "url"
2269
 
2270
  #: ../classes/ad_type_image.php:67
2271
  #, php-format
2273
  "Pro: Open this url in a new window and track impressions and clicks with the "
2274
  "<a href=\"%s\" target=\"_blank\">Tracking add-on</a>"
2275
  msgstr ""
2276
+ "Pro: Abra essa url em uma nova janela e rastrear impressões e cliques com o "
2277
+ "<a href=\"%s\" target=\"_blank\">Add-on de Rastreamento</a>."
2278
 
2279
+ #: ../classes/ad_type_plain.php:31
2280
+ msgid "Plain Text and Code"
2281
+ msgstr "Texto simples e Código"
2282
+
2283
+ #: ../classes/ad_type_plain.php:32
2284
+ msgid ""
2285
+ "Simple text editor without any filters. You might use it to display "
2286
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2287
+ "content field magic does not work here."
2288
  msgstr ""
2289
+ "Texto simples sem nenhum filtro. Você pode querer isso para exibir conteúdo "
2290
+ "sem restrições, código PHP ou JavaScript. Shortcodes a outras funções do WP "
2291
+ "não têm efeito aqui."
2292
+
2293
+ #: ../classes/ad_type_plain.php:52
2294
+ msgid "Insert plain text or code into this field."
2295
+ msgstr "Insira o texo ou código no campo."
2296
+
2297
+ #: ../classes/ad_type_plain.php:88
2298
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2299
+ msgstr "Executar código PHP (envolto em <code>&lt;?php ?&gt;</code>)"
2300
 
2301
  #: ../classes/checks.php:223
2302
  #, php-format
2305
  "libraries (probably <a href=\"%s\">Twitter Bootstrap</a>). This might lead to "
2306
  "misfortunate formats in forms, but should not damage features."
2307
  msgstr ""
2308
+ "Possível conflito entre biblioteca jQueryUI, usado por anúncios avançados e "
2309
+ "outras bibliotecas (provavelmente <a href=\"%s\">Twitter Bootstrap</a>). Isso "
2310
+ "pode levar a formatos em formas infelizes , mas não deve danificar recursos."
2311
 
2312
  #: ../classes/display-conditions.php:69
2313
  msgid "post type"
2314
+ msgstr "tipo de postagem"
2315
+
2316
+ #: ../classes/display-conditions.php:70 ../includes/array_ad_conditions.php:40
2317
+ msgid "Choose the public post types on which to display the ad."
2318
+ msgstr "Escolha o tipo de conteúdo para exibir o anúncio"
2319
 
2320
  #: ../classes/display-conditions.php:76
2321
  msgid "specific pages"
2322
+ msgstr "páginas específicas"
2323
+
2324
+ #: ../classes/display-conditions.php:77 ../includes/array_ad_conditions.php:58
2325
+ msgid ""
2326
+ "Choose on which individual posts, pages and public post type pages you want "
2327
+ "to display or hide ads."
2328
  msgstr ""
2329
+ "Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder "
2330
+ "anúncios."
2331
+
2332
+ #: ../classes/display-conditions.php:82
2333
+ msgid "general conditions"
2334
+ msgstr "condições gerais"
2335
 
2336
  #: ../classes/display-conditions.php:88
2337
  msgid "author"
2338
+ msgstr "autor"
2339
 
2340
  #: ../classes/display-conditions.php:113
2341
  #, php-format
2342
  msgid "archive: %s"
2343
+ msgstr "arquivo: %s"
2344
 
2345
  #: ../classes/display-conditions.php:214 ../classes/display-conditions.php:258 ..
2346
  #: classes/display-conditions.php:346
2347
  msgctxt "Error message shown when no display condition term is selected"
2348
  msgid "Please select some items."
2349
+ msgstr "Por favor, selecione alguns itens."
2350
 
2351
  #: ../classes/display-conditions.php:243 ../classes/display-conditions.php:296 ..
2352
  #: classes/display-conditions.php:371
2353
  msgid "show"
2354
+ msgstr "mostrar"
2355
 
2356
  #: ../classes/display-conditions.php:244 ../classes/display-conditions.php:297 ..
2357
  #: classes/display-conditions.php:372
2358
  msgid "hide"
2359
+ msgstr "esconder"
2360
 
2361
  #: ../classes/display-conditions.php:336
2362
  msgctxt "display the terms search field on ad edit page"
2363
  msgid "add more terms"
2364
+ msgstr "adicionar mais termos"
2365
 
2366
  #: ../classes/display-conditions.php:337
2367
  msgid "add more terms"
2368
+ msgstr "adicionar mais termos"
2369
 
2370
  #: ../classes/display-conditions.php:339
2371
  msgid "term name or id"
2372
+ msgstr "nome ou id do termo"
2373
 
2374
  #: ../classes/display-conditions.php:400
2375
  msgid "title or id"
2376
+ msgstr "título ou id"
2377
+
2378
+ #: ../classes/display-conditions.php:445 ../includes/array_ad_conditions.php:63
2379
+ msgid "Home Page"
2380
+ msgstr "Página Inicial"
2381
 
2382
  #: ../classes/display-conditions.php:446 ../includes/array_ad_conditions.php:64
2383
  msgid "show on Home page"
2384
+ msgstr "mostrar na página inicial"
2385
+
2386
+ #: ../classes/display-conditions.php:450 ../includes/array_ad_conditions.php:68
2387
+ msgid "Singular Pages"
2388
+ msgstr "Páginas Simples"
2389
 
2390
  #: ../classes/display-conditions.php:451 ../includes/array_ad_conditions.php:69
2391
  msgid "show on singular pages/posts"
2392
+ msgstr "mostrar no singular páginas/posts"
2393
+
2394
+ #: ../classes/display-conditions.php:455 ../includes/array_ad_conditions.php:73
2395
+ msgid "Archive Pages"
2396
+ msgstr "Páginas de Arquivos"
2397
 
2398
  #: ../classes/display-conditions.php:456 ../includes/array_ad_conditions.php:74
2399
  msgid "show on any type of archive page (category, tag, author and date)"
2400
+ msgstr "mostrar em qualquer tipo de página (categoria, tag, autor e data)"
2401
+
2402
+ #: ../classes/display-conditions.php:460 ../includes/array_ad_conditions.php:78
2403
+ msgid "Search Results"
2404
+ msgstr "Resultados da Pesquisa"
2405
 
2406
  #: ../classes/display-conditions.php:461 ../includes/array_ad_conditions.php:79
2407
  msgid "show on search result pages"
2408
+ msgstr "mostrar nas páginas de resultados de busca"
2409
+
2410
+ #: ../classes/display-conditions.php:465 ../includes/array_ad_conditions.php:83
2411
+ msgid "404 Page"
2412
+ msgstr "Página 404"
2413
 
2414
  #: ../classes/display-conditions.php:466 ../includes/array_ad_conditions.php:84
2415
  msgid "show on 404 error page"
2416
+ msgstr "mostrar na página de erro 404"
2417
 
2418
+ #: ../classes/display-conditions.php:470 ../includes/array_ad_conditions.php:88
2419
+ msgid "Attachment Pages"
2420
+ msgstr "Páginas de Anexos"
2421
+
2422
+ #: ../classes/display-conditions.php:471 ../includes/array_ad_conditions.php:89
2423
+ msgid "show on attachment pages"
2424
+ msgstr "mostrar nas páginas de anexos"
2425
 
2426
  #: ../classes/display-conditions.php:475 ../includes/array_ad_conditions.php:93
2427
  msgid "Secondary Queries"
2428
+ msgstr "Consultas Secundárias"
2429
 
2430
  #: ../classes/display-conditions.php:476 ../includes/array_ad_conditions.php:94
2431
  msgid "allow ads in secondary queries"
2432
+ msgstr "permitir anúncios em consultas secundárias"
2433
 
2434
  #: ../classes/display-conditions.php:480
2435
  msgid "Feed"
2436
+ msgstr "Feed"
2437
 
2438
  #: ../classes/display-conditions.php:481
2439
  msgid "allow ads in Feed"
2440
+ msgstr "permitir anúncios no Feed"
2441
 
2442
  #: ../classes/EDD_SL_Plugin_Updater.php:177
2443
  #, php-format
2445
  "There is a new version of %1$s available. <a target=\"_blank\" "
2446
  "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
2447
  msgstr ""
2448
+ "Há uma nova versão do %1$s disponível. <a target=\"_blank\" class=\"thickbox\" "
2449
+ "href=\"%2$s\">Ver detalhes da versão %3$s</a>."
2450
 
2451
  #: ../classes/EDD_SL_Plugin_Updater.php:184
2452
  #, php-format
2455
  "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
2456
  "href=\"%4$s\">update now</a>."
2457
  msgstr ""
2458
+ "Há uma nova versão do %1$s disponível. <a target=\"_blank\" class=\"thickbox\" "
2459
+ "href=\"%2$s\">Ver detalhes da versão %3$s</a> ou <a href=\"%4$s\">atualizar "
2460
+ "agora</a>."
2461
 
2462
  #: ../classes/EDD_SL_Plugin_Updater.php:324
2463
  msgid "You do not have permission to install plugin updates"
2464
+ msgstr "Você não tem permissão para instalar atualizações do plugin"
2465
 
2466
  #: ../classes/EDD_SL_Plugin_Updater.php:324
2467
  msgid "Error"
2468
+ msgstr "Erro"
2469
 
2470
  #: ../classes/visitor-conditions.php:32
2471
  msgid "mobile device"
2472
+ msgstr "dispositivo móvel"
2473
 
2474
  #: ../classes/visitor-conditions.php:33
2475
  msgid "Display ads only on mobile devices or hide them."
2476
+ msgstr "Exibir anúncios somente em dispositivos móveis ou ocultá-los."
2477
 
2478
  #: ../classes/visitor-conditions.php:39
2479
  msgid "logged in visitor"
2480
+ msgstr "visitante logado"
2481
 
2482
  #: ../classes/visitor-conditions.php:40
2483
  msgid "Whether the visitor has to be logged in or not in order to see the ads."
2484
+ msgstr "Se o visitante deve estar logado ou não, para visualizar os anúncios."
2485
 
2486
  #: ../classes/visitor-conditions.php:73
2487
  #, php-format
2489
  "Pro: Display ads by the available space on the device using the <a href=\"%s\" "
2490
  "target=\"_blank\">Responsive add-on</a>"
2491
  msgstr ""
2492
+ "Pro: Exibir anúncios por o espaço disponível no dispositivo usando o <a "
2493
+ "href=\"%s\" target=\"_blank\">Add-on Responsivo</a>."
2494
 
2495
  #: ../classes/visitor-conditions.php:101
2496
  msgid "is"
2497
+ msgstr "está"
2498
 
2499
  #: ../classes/visitor-conditions.php:102
2500
  msgid "is not"
2501
+ msgstr "não está"
2502
 
2503
  #: ../classes/visitor-conditions.php:107
2504
  msgid "Manual and Troubleshooting"
2505
+ msgstr "Manual e Resolução de Problemas"
2506
 
2507
  #: ../classes/visitor-conditions.php:136
2508
  msgid "equal"
2509
+ msgstr "igual"
2510
 
2511
  #: ../classes/visitor-conditions.php:137
2512
  msgid "equal or higher"
2513
+ msgstr "igual ou superior"
2514
 
2515
  #: ../classes/visitor-conditions.php:138
2516
  msgid "equal or lower"
2517
+ msgstr "igual ou inferior"
2518
 
2519
  #: ../classes/visitor-conditions.php:168
2520
  msgid "contains"
2521
+ msgstr "contenha"
2522
 
2523
  #: ../classes/visitor-conditions.php:169
2524
  msgid "starts with"
2525
+ msgstr "começa com"
2526
 
2527
  #: ../classes/visitor-conditions.php:170
2528
  msgid "ends with"
2529
+ msgstr "termina com"
2530
 
2531
  #: ../classes/visitor-conditions.php:171
2532
  msgid "matches"
2533
+ msgstr "corresponde"
2534
 
2535
  #: ../classes/visitor-conditions.php:172
2536
  msgid "matches regex"
2537
+ msgstr "corresponda regex"
2538
 
2539
  #: ../classes/visitor-conditions.php:173
2540
  msgid "does not contain"
2541
+ msgstr "não contém"
2542
 
2543
  #: ../classes/visitor-conditions.php:174
2544
  msgid "does not start with"
2545
+ msgstr "não começa com"
2546
 
2547
  #: ../classes/visitor-conditions.php:175
2548
  msgid "does not end with"
2549
+ msgstr "não termina com"
2550
 
2551
  #: ../classes/visitor-conditions.php:176
2552
  msgid "does not match"
2553
+ msgstr "não corresponde"
2554
 
2555
  #: ../classes/visitor-conditions.php:177
2556
  msgid "does not match regex"
2557
+ msgstr "não corresponde regex"
2558
+
2559
+ #: ../classes/widget.php:25
2560
+ msgid "Display Ads and Ad Groups."
2561
+ msgstr "Exibir Anúncios e Grupos de Anúncios."
2562
+
2563
+ #: ../classes/widget.php:67
2564
+ msgid "Title:"
2565
+ msgstr "Título:"
2566
+
2567
+ #: ../includes/array_ad_conditions.php:39
2568
+ msgid "Post Types"
2569
+ msgstr "Tipo de Post"
2570
+
2571
+ #: ../includes/array_ad_conditions.php:45
2572
+ msgid "Categories, Tags and Taxonomies"
2573
+ msgstr "Categorias, Tags e Taxonomias"
2574
+
2575
+ #: ../includes/array_ad_conditions.php:46
2576
+ msgid ""
2577
+ "Choose terms from public category, tag and other taxonomies a post must "
2578
+ "belong to in order to have ads."
2579
  msgstr ""
2580
+ "Escolha os termos de categorias, tag e outra taxonomia que um post deve ter "
2581
+ "para exibir anúncios."
2582
+
2583
+ #: ../includes/array_ad_conditions.php:51
2584
+ msgid "Category Archives"
2585
+ msgstr "Categorias de Arquivo"
2586
+
2587
+ #: ../includes/array_ad_conditions.php:52
2588
+ msgid "comma seperated IDs of category archives"
2589
+ msgstr "IDs dos arquivos de categorias separados por vírgula"
2590
+
2591
+ #: ../includes/array_ad_conditions.php:57
2592
+ msgid "Individual Posts, Pages and Public Post Types"
2593
+ msgstr "Posts individuais, Páginas e Tipos de Posts Públicos"
2594
 
2595
  #: ../modules/ad-blocker/admin/admin.php:133
2596
  msgid "The asset folder was rebuilt successfully"
2597
+ msgstr "A pasta de ativos foi reconstruída com sucesso"
2598
 
2599
  #: ../modules/ad-blocker/admin/admin.php:218
2600
  msgid "Ad blocker fix"
2601
+ msgstr "Corrigir bloqueador de anúncio"
2602
 
2603
  #: ../modules/ad-blocker/admin/admin.php:257
2604
  msgid "There is no writable upload folder"
2605
+ msgstr "Não existe nenhuma pasta de upload gravável"
2606
 
2607
  #: ../modules/ad-blocker/admin/admin.php:278
2608
  #, php-format
2609
  msgid "Unable to rename \"%s\" directory"
2610
+ msgstr "Não foi possível renomear o diretório \"%s\""
2611
 
2612
  #: ../modules/ad-blocker/admin/admin.php:294 ../modules/ad-blocker/admin/admin.
2613
  #: php:307 ../modules/ad-blocker/admin/admin.php:324
2614
  #, php-format
2615
  msgid "Unable to copy assets to the \"%s\" directory"
2616
+ msgstr "Não é possível copiar ativos para o diretório \"%s\""
2617
 
2618
  #: ../modules/ad-blocker/admin/admin.php:358 ../modules/ad-blocker/admin/admin.
2619
  #: php:378
2620
  #, php-format
2621
  msgid "We do not have direct write access to the \"%s\" directory"
2622
+ msgstr "Nós não temos acesso de gravação direta para o diretório \"%s\""
2623
 
2624
  #: ../modules/ad-blocker/admin/admin.php:445
2625
  #, php-format
2627
  "Unable to create \"%s\" directory. Is its parent directory writable by the "
2628
  "server?"
2629
  msgstr ""
2630
+ "Não é possível criar diretório \"%s\". É seu diretório pai escrito pelo "
2631
+ "servidor?"
2632
 
2633
  #: ../modules/ad-blocker/admin/admin.php:456
2634
  #, php-format
2635
  msgid "Unable to copy files to %s"
2636
+ msgstr "Não é possível copiar arquivos para %s"
2637
 
2638
  #: ../modules/ad-blocker/admin/admin.php:592
2639
  msgid ""
2640
  "Prevents ad block software from breaking your website when blocking asset "
2641
  "files (.js, .css)."
2642
  msgstr ""
2643
+ "Previne software bloqueador de anúncio de quebrar o seu site ao bloquear "
2644
+ "arquivos ativos (.js, .css)."
2645
 
2646
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:1
2647
  msgid "Ad blocker file folder"
2648
+ msgstr "Pasta de arquivo bloqueador de anúncio"
2649
 
2650
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:10
2651
  msgid "Upload folder is not writable"
2652
+ msgstr "Pasta de Upload não é gravável"
2653
 
2654
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:23
2655
  msgid "Asset path"
2656
+ msgstr "Caminho de ativos"
2657
 
2658
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:27
2659
  msgid "Asset URL"
2660
+ msgstr "URL de Ativos"
2661
 
2662
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:31
2663
  msgid "Rename assets"
2664
+ msgstr "Renomear recursos"
2665
 
2666
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:34
2667
  msgid "Check if you want to change the names of the assets"
2668
+ msgstr "Verifique se você deseja alterar os nomes dos recursos"
2669
 
2670
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:43
2671
  #, php-format
2673
  "Please, rebuild the asset folder. All assets will be located in "
2674
  "<strong>%s</strong>"
2675
  msgstr ""
2676
+ "Por favor, reconstruir a pasta de recursos. Todos os recursos estão "
2677
+ "localizados em <strong>%s</strong>"
2678
 
2679
  #: ../modules/ad-blocker/admin/views/rebuild_form.php:46
2680
  msgid "Rebuild asset folder"
2681
+ msgstr "Reconstruir pasta de ativos"
2682
 
2683
  #: ../modules/gadsense/main.php:19
2684
  msgid " at "
2685
+ msgstr "às"
2686
 
2687
  #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2688
  #: ad-parameters.php:51
2689
  msgid "Responsive"
2690
+ msgstr "Responsivo"
2691
 
2692
  #: ../modules/gadsense/admin/admin.php:44
2693
  msgid "The ad details couldn't be retrieved from the ad code"
2694
+ msgstr "Os detalhes do anúncio não pôde ser recuperado a partir do código do anúncio"
2695
 
2696
  #: ../modules/gadsense/admin/admin.php:45
2697
  msgid ""
2699
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2700
  "end."
2701
  msgstr ""
2702
+ "Aviso: A conta do AdSense a partir deste código não corresponde a um "
2703
+ "conjunto com o Plugin Anúncios Avançados. Isto pode causar problemas no "
2704
+ "anúncio quando usado na extremidade dianteira."
2705
 
2706
  #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:262
2707
  msgid "AdSense"
2708
+ msgstr "AdSense"
2709
 
2710
  #: ../modules/gadsense/admin/admin.php:131
2711
  msgid "AdSense ID"
2712
+ msgstr "ID do AdSense"
2713
 
2714
  #: ../modules/gadsense/admin/admin.php:140
2715
  msgid "Limit to 3 ads"
2716
+ msgstr "Limite de 3 anúncios"
2717
 
2718
  #: ../modules/gadsense/admin/admin.php:149
2719
  msgid "Activate Page-Level ads"
2720
+ msgstr "Ative Página de Nível de anúncios"
2721
 
2722
  #: ../modules/gadsense/admin/admin.php:169
2723
  #, php-format
2725
  "Please enter your Publisher ID in order to use AdSense on your page. See the "
2726
  "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2727
  msgstr ""
2728
+ "Digite seu ID Publisher, a fim de usar o AdSense em sua página. Veja o <a "
2729
+ "href=\"%s\" target=\"_blank\">manual</a> para obter mais informações."
2730
 
2731
  #: ../modules/gadsense/admin/admin.php:183
2732
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2733
+ msgstr "Seu ID AdSense Publisher <em>(pub-xxxxxxxxxxxxxx)</em>"
2734
 
2735
  #: ../modules/gadsense/admin/admin.php:195
2736
  #, php-format
2737
  msgid "Limit to %d AdSense ads"
2738
+ msgstr "Limite de %d anúncios do AdSense"
2739
 
2740
  #: ../modules/gadsense/admin/admin.php:199
2741
  #, php-format
2744
  "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
2745
  "this limitation at your own risks."
2746
  msgstr ""
2747
+ "Atualmente, o Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms De "
2748
+ "Service\">TOS</a> impõe um limite de exibição de %d anúncios por página. Você "
2749
+ "pode desativar essa limitação em seus próprios riscos."
2750
 
2751
  #: ../modules/gadsense/admin/admin.php:202
2752
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2753
  msgstr ""
2754
+ "Aviso: Anúncios Avançados considera apenas o tipo de anúncio do AdSense para "
2755
+ "esse limite."
2756
 
2757
  #: ../modules/gadsense/admin/admin.php:205
2758
  msgid ""
2759
  "Due to technical restrictions, the limit does not work on placements with "
2760
  "cache-busting enabled."
2761
  msgstr ""
2762
+ "Devido a restrições técnicas, o limite não funciona em canais com bloqueio "
2763
+ "de cache habilitado."
2764
 
2765
  #: ../modules/gadsense/admin/admin.php:219
2766
  msgid "Insert Page-Level ads code on all pages."
2767
+ msgstr "Inserir código de Página de Nível de anúncios em todas as páginas."
2768
 
2769
  #: ../modules/gadsense/admin/admin.php:221
2770
  msgid ""
2773
  "target=\"_blank\">AdSense Help</a> (requires AdSense-login) for more "
2774
  "information"
2775
  msgstr ""
2776
+ "Você ainda precisa ativar anúncios na Página de Nível em sua conta do "
2777
+ "AdSense. Consulte <a href=\"https://support.google."
2778
+ "com/adsense/answer/6245304\" target=\"_blank\">Ajuda AdSense</a> (requer "
2779
+ "AdSense-login) para mais informações."
2780
 
2781
  #: ../modules/gadsense/admin/admin.php:240 ../modules/gadsense/includes/class-ad-
2782
  #: type-adsense.php:73
2783
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2784
+ msgstr "O ID Publisher tem um formato incorreto. (deve começar com \"pub-\")"
2785
 
2786
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2787
  msgid "Copy&Paste existing ad code"
2788
+ msgstr "Copiar e colar código de anúncio existente"
2789
 
2790
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2791
  msgid "Ad Slot ID"
2792
+ msgstr "ID do Slot de Anúncios"
2793
 
2794
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2795
  #, php-format
2796
  msgid "Publisher ID: %s"
2797
+ msgstr "ID do Publisher: %s"
2798
 
2799
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
2800
  #, php-format
2801
  msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
2802
+ msgstr "Por favor <a href=\"%s\" target=\"_blank\">mudá-lo aqui</a>."
2803
 
2804
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
2805
  msgid "Normal"
2806
+ msgstr "Normal"
2807
 
2808
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2809
  #, php-format
2811
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2812
  "define the exact creative for each browser width."
2813
  msgstr ""
2814
+ "Use o <a href=\"%s\" target=\"_blank\">Responsive add-on </a> a fim de definir a "
2815
+ "largura criativa exata para cada navegador."
2816
 
2817
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2818
  msgid "Resizing"
2819
+ msgstr "Redimensionar"
2820
 
2821
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
2822
  msgid "Copy the ad code from your AdSense account and paste it in the area below"
2823
+ msgstr "Copie o código de anúncio da sua conta do AdSense e cole-o na área abaixo"
2824
 
2825
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
2826
  msgid "Get details"
2827
+ msgstr "Obter detalhes"
2828
 
2829
  #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
2830
  msgid "Close"
2831
+ msgstr "Fechar"
2832
 
2833
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
2834
  msgid "AdSense ad"
2835
+ msgstr "Anúncio AdSense"
2836
 
2837
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
2838
  msgid "Use ads from your Google AdSense account"
2839
+ msgstr "Use anúncios de sua conta do Google AdSense"
2840
 
2841
  #: ../modules/gadsense/includes/class-ad-type-adsense.php:105
2842
  msgid "Your AdSense Publisher ID is missing."
2843
+ msgstr "O seu ID do AdSense Publisher está faltando."
2844
 
2845
  #: ../modules/gadsense/includes/class-gadsense-data.php:46
2846
  msgid "Auto"
2847
+ msgstr "Automático"
2848
 
2849
+ #: ../public/class-advanced-ads.php:309
2850
  msgid "Advanced Ads Error following:"
2851
+ msgstr "Anúncios Avançados possui os seguintes Erros:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2852
 
2853
+ #: ../public/class-advanced-ads.php:312
2854
+ #, php-format
2855
+ msgid "Advanced Ads Error: %s"
2856
+ msgstr "Aúncios Avançados Erro: %s"
2857
 
2858
+ #: ../public/class-advanced-ads.php:553
2859
+ msgctxt "ad group general name"
2860
+ msgid "Ad Groups"
2861
+ msgstr "Grupos de Anúncios"
2862
 
2863
+ #: ../public/class-advanced-ads.php:554
2864
+ msgctxt "ad group singular name"
2865
+ msgid "Ad Group"
2866
+ msgstr "Grupo de Anúncios"
2867
 
2868
+ #: ../public/class-advanced-ads.php:555
 
2869
  msgid "Search Ad Groups"
2870
+ msgstr "Pesquisar Grupos de Anúncios"
2871
 
2872
+ #: ../public/class-advanced-ads.php:556
 
2873
  msgid "All Ad Groups"
2874
+ msgstr "Todos os Grupos de Anúncios"
2875
 
2876
+ #: ../public/class-advanced-ads.php:557
 
2877
  msgid "Parent Ad Groups"
2878
+ msgstr "Grupos de Anúncios Pai"
2879
 
2880
+ #: ../public/class-advanced-ads.php:558
 
2881
  msgid "Parent Ad Groups:"
2882
+ msgstr "Grupos de Anúncios Pai:"
2883
 
2884
+ #: ../public/class-advanced-ads.php:559
 
2885
  msgid "Edit Ad Group"
2886
+ msgstr "Editar Grupo de Anúncios"
2887
 
2888
+ #: ../public/class-advanced-ads.php:560
 
2889
  msgid "Update Ad Group"
2890
+ msgstr "Atualizar Grupo de Anúncios"
2891
 
2892
+ #: ../public/class-advanced-ads.php:561
 
2893
  msgid "Add New Ad Group"
2894
+ msgstr "Adicionar Novo Grupo de Anúncios"
2895
 
2896
+ #: ../public/class-advanced-ads.php:562
 
2897
  msgid "New Ad Groups Name"
2898
+ msgstr "Nome do Novo Grupo de Anúncios"
2899
 
2900
+ #: ../public/class-advanced-ads.php:564
 
2901
  msgid "No Ad Group found"
2902
+ msgstr "Nenhum Grupo de Anúncios encontrado"
2903
 
2904
+ #: ../public/class-advanced-ads.php:595
 
2905
  msgid "Edit Ad"
2906
+ msgstr "Editar Anúncio"
2907
 
2908
+ #: ../public/class-advanced-ads.php:597
 
2909
  msgid "View"
2910
+ msgstr "Visualizar"
2911
 
2912
+ #: ../public/class-advanced-ads.php:598
 
2913
  msgid "View the Ad"
2914
+ msgstr "Visualizar o Anúncio"
2915
 
2916
+ #: ../public/class-advanced-ads.php:599
 
2917
  msgid "Search Ads"
2918
+ msgstr "Pesquisar Anúncios"
2919
 
2920
+ #: ../public/class-advanced-ads.php:600
 
2921
  msgid "No Ads found"
2922
+ msgstr "Nenhum Anúncio encontrado"
2923
 
2924
+ #: ../public/class-advanced-ads.php:601
 
2925
  msgid "No Ads found in Trash"
2926
+ msgstr "Nenhum Anúncio encontrado na Lixeira"
2927
 
2928
+ #: ../public/class-advanced-ads.php:602
 
2929
  msgid "Parent Ad"
2930
+ msgstr "Anúncio Pai"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/advanced-ads.po CHANGED
@@ -1285,7 +1285,7 @@ msgid ""
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
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
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 May 10 2016 21:23:25 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"
@@ -44,302 +44,305 @@ msgstr ""
44
  msgid "http://webgilde.com"
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
 
58
- #: ../admin/class-advanced-ads-admin.php:214
59
  msgid "After which paragraph?"
60
  msgstr ""
61
 
62
- #: ../admin/class-advanced-ads-admin.php:279
63
  msgid "Overview"
64
  msgstr ""
65
 
66
- #: ../admin/class-advanced-ads-admin.php:283 ../admin/class-advanced-ads-admin.
67
- #: php:283 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
68
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
69
  #: /admin/views/placements.php:81 ../admin/views/placements.php:185 ..
70
- #: /classes/widget.php:89 ../public/class-advanced-ads.php:590
 
71
  msgid "Ads"
72
  msgstr ""
73
 
74
- #: ../admin/class-advanced-ads-admin.php:289 ../public/class-advanced-ads.php:593
75
  msgid "Add New Ad"
76
  msgstr ""
77
 
78
- #: ../admin/class-advanced-ads-admin.php:289 ../public/class-advanced-ads.php:592
79
  #: ../public/class-advanced-ads.php:596
80
  msgid "New Ad"
81
  msgstr ""
82
 
83
- #: ../admin/class-advanced-ads-admin.php:294 ../admin/includes/class-shortcode-
84
  #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
85
  #: 178 ../classes/widget.php:82
86
  msgid "Ad Groups"
87
  msgstr ""
88
 
89
- #: ../admin/class-advanced-ads-admin.php:294 ../public/class-advanced-ads.php:563
 
90
  msgid "Groups"
91
  msgstr ""
92
 
93
- #: ../admin/class-advanced-ads-admin.php:299
94
  msgid "Ad Placements"
95
  msgstr ""
96
 
97
- #: ../admin/class-advanced-ads-admin.php:299 ../admin/includes/class-shortcode-
98
- #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75
 
99
  msgid "Placements"
100
  msgstr ""
101
 
102
- #: ../admin/class-advanced-ads-admin.php:303
103
  msgid "Advanced Ads Settings"
104
  msgstr ""
105
 
106
- #: ../admin/class-advanced-ads-admin.php:303 ../admin/class-advanced-ads-admin.
107
- #: php:551 ../admin/views/debug.php:10
108
  msgid "Settings"
109
  msgstr ""
110
 
111
- #: ../admin/class-advanced-ads-admin.php:306
112
  msgid "Advanced Ads Debugging"
113
  msgstr ""
114
 
115
- #: ../admin/class-advanced-ads-admin.php:306
116
  msgid "Debug"
117
  msgstr ""
118
 
119
- #: ../admin/class-advanced-ads-admin.php:310 ../admin/class-advanced-ads-admin.
120
- #: php:310
121
  msgid "Advanced Ads Intro"
122
  msgstr ""
123
 
124
- #: ../admin/class-advanced-ads-admin.php:314 ../admin/class-advanced-ads-admin.
125
- #: php:314 ../admin/class-advanced-ads-admin.php:2051
126
  msgid "Support"
127
  msgstr ""
128
 
129
- #: ../admin/class-advanced-ads-admin.php:426
130
  msgid "Please enter a message"
131
  msgstr ""
132
 
133
- #: ../admin/class-advanced-ads-admin.php:436
134
  #, php-format
135
  msgid "Email could NOT be sent. Please contact us directly at %s."
136
  msgstr ""
137
 
138
- #: ../admin/class-advanced-ads-admin.php:439
139
  msgid "Please enter a valid email address"
140
  msgstr ""
141
 
142
- #: ../admin/class-advanced-ads-admin.php:465 ../admin/class-advanced-ads-admin.
143
- #: php:492
144
  msgid "Sorry, you are not allowed to access this feature."
145
  msgstr ""
146
 
147
- #: ../admin/class-advanced-ads-admin.php:478
148
  msgid ""
149
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
150
  "deleted?"
151
  msgstr ""
152
 
153
- #: ../admin/class-advanced-ads-admin.php:593
154
  msgid "Ad Type"
155
  msgstr ""
156
 
157
- #: ../admin/class-advanced-ads-admin.php:599
158
  msgid "Ad Parameters"
159
  msgstr ""
160
 
161
- #: ../admin/class-advanced-ads-admin.php:602
162
  msgid "Layout / Output"
163
  msgstr ""
164
 
165
- #: ../admin/class-advanced-ads-admin.php:605
166
  msgid "Display Conditions"
167
  msgstr ""
168
 
169
- #: ../admin/class-advanced-ads-admin.php:608
170
  msgid "Visitor Conditions"
171
  msgstr ""
172
 
173
- #: ../admin/class-advanced-ads-admin.php:677 ../admin/class-advanced-ads-admin.
174
- #: php:688 ../admin/class-advanced-ads-admin.php:693 ../admin/views/ad-output-
175
- #: metabox.php:46
176
  msgid "Manual"
177
  msgstr ""
178
 
179
- #: ../admin/class-advanced-ads-admin.php:687
180
  msgid "Video"
181
  msgstr ""
182
 
183
- #: ../admin/class-advanced-ads-admin.php:865 ../admin/class-advanced-ads-admin.
184
- #: php:866
185
  msgid "Ad updated."
186
  msgstr ""
187
 
188
  #. translators: %s: date and time of the revision
189
- #: ../admin/class-advanced-ads-admin.php:868
190
  #, php-format
191
  msgid "Ad restored to revision from %s"
192
  msgstr ""
193
 
194
- #: ../admin/class-advanced-ads-admin.php:869
195
  msgid "Ad published."
196
  msgstr ""
197
 
198
- #: ../admin/class-advanced-ads-admin.php:870
199
  msgid "Ad saved."
200
  msgstr ""
201
 
202
- #: ../admin/class-advanced-ads-admin.php:871
203
  msgid "Ad submitted."
204
  msgstr ""
205
 
206
- #: ../admin/class-advanced-ads-admin.php:873
207
  #, php-format
208
  msgid "Ad scheduled for: <strong>%1$s</strong>."
209
  msgstr ""
210
 
211
  #. translators: Publish box date format, see http://php.net/date
212
- #: ../admin/class-advanced-ads-admin.php:875
213
  msgid "M j, Y @ G:i"
214
  msgstr ""
215
 
216
- #: ../admin/class-advanced-ads-admin.php:877
217
  msgid "Ad draft updated."
218
  msgstr ""
219
 
220
- #: ../admin/class-advanced-ads-admin.php:896
221
  #, php-format
222
  msgid "%s ad updated."
223
  msgid_plural "%s ads updated."
224
  msgstr[0] ""
225
  msgstr[1] ""
226
 
227
- #: ../admin/class-advanced-ads-admin.php:897
228
  #, php-format
229
  msgid "%s ad not updated, somebody is editing it."
230
  msgid_plural "%s ads not updated, somebody is editing them."
231
  msgstr[0] ""
232
  msgstr[1] ""
233
 
234
- #: ../admin/class-advanced-ads-admin.php:898
235
  #, php-format
236
  msgid "%s ad permanently deleted."
237
  msgid_plural "%s ads permanently deleted."
238
  msgstr[0] ""
239
  msgstr[1] ""
240
 
241
- #: ../admin/class-advanced-ads-admin.php:899
242
  #, php-format
243
  msgid "%s ad moved to the Trash."
244
  msgid_plural "%s ads moved to the Trash."
245
  msgstr[0] ""
246
  msgstr[1] ""
247
 
248
- #: ../admin/class-advanced-ads-admin.php:900
249
  #, php-format
250
  msgid "%s ad restored from the Trash."
251
  msgid_plural "%s ads restored from the Trash."
252
  msgstr[0] ""
253
  msgstr[1] ""
254
 
255
- #: ../admin/class-advanced-ads-admin.php:935 ../admin/views/settings.php:12
256
  msgid "General"
257
  msgstr ""
258
 
259
- #: ../admin/class-advanced-ads-admin.php:947 ../admin/class-advanced-ads-admin.
260
- #: php:1059
261
  msgid "Licenses"
262
  msgstr ""
263
 
264
- #: ../admin/class-advanced-ads-admin.php:958
265
  msgid "Disable ads"
266
  msgstr ""
267
 
268
- #: ../admin/class-advanced-ads-admin.php:966
269
  msgid "Hide ads for logged in users"
270
  msgstr ""
271
 
272
- #: ../admin/class-advanced-ads-admin.php:974
273
  msgid "Use advanced JavaScript"
274
  msgstr ""
275
 
276
- #: ../admin/class-advanced-ads-admin.php:982
277
  msgid "Unlimited ad injection"
278
  msgstr ""
279
 
280
- #: ../admin/class-advanced-ads-admin.php:990
281
  msgid "Priority of content injection filter"
282
  msgstr ""
283
 
284
- #: ../admin/class-advanced-ads-admin.php:998
285
  msgid "Hide ads from bots"
286
  msgstr ""
287
 
288
- #: ../admin/class-advanced-ads-admin.php:1006
289
  msgid "Disable notices"
290
  msgstr ""
291
 
292
- #: ../admin/class-advanced-ads-admin.php:1014
293
  msgid "ID prefix"
294
  msgstr ""
295
 
296
- #: ../admin/class-advanced-ads-admin.php:1022
297
  msgid "Remove Widget ID"
298
  msgstr ""
299
 
300
- #: ../admin/class-advanced-ads-admin.php:1030
301
  msgid "Allow editors to manage ads"
302
  msgstr ""
303
 
304
- #: ../admin/class-advanced-ads-admin.php:1038
305
  msgid "Ad label"
306
  msgstr ""
307
 
308
- #: ../admin/class-advanced-ads-admin.php:1115
309
  msgid "(display to all)"
310
  msgstr ""
311
 
312
- #: ../admin/class-advanced-ads-admin.php:1116
313
  msgid "Subscriber"
314
  msgstr ""
315
 
316
- #: ../admin/class-advanced-ads-admin.php:1117
317
  msgid "Contributor"
318
  msgstr ""
319
 
320
- #: ../admin/class-advanced-ads-admin.php:1118
321
  msgid "Author"
322
  msgstr ""
323
 
324
- #: ../admin/class-advanced-ads-admin.php:1119
325
  msgid "Editor"
326
  msgstr ""
327
 
328
- #: ../admin/class-advanced-ads-admin.php:1120
329
  msgid "Admin"
330
  msgstr ""
331
 
332
- #: ../admin/class-advanced-ads-admin.php:1128
333
  msgid "Choose the lowest role a user must have in order to not see any ads."
334
  msgstr ""
335
 
336
- #: ../admin/class-advanced-ads-admin.php:1142
337
  msgid ""
338
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
339
  "needs it."
340
  msgstr ""
341
 
342
- #: ../admin/class-advanced-ads-admin.php:1145
343
  #, php-format
344
  msgid ""
345
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -347,7 +350,7 @@ msgid ""
347
  "from this file."
348
  msgstr ""
349
 
350
- #: ../admin/class-advanced-ads-admin.php:1158
351
  msgid ""
352
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
353
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -356,19 +359,19 @@ msgid ""
356
  "on archive pages AT YOUR OWN RISK."
357
  msgstr ""
358
 
359
- #: ../admin/class-advanced-ads-admin.php:1174
360
  msgid ""
361
  "Please check your post content. A priority of 10 and below might cause "
362
  "issues (wpautop function might run twice)."
363
  msgstr ""
364
 
365
- #: ../admin/class-advanced-ads-admin.php:1176
366
  msgid ""
367
  "Play with this value in order to change the priority of the injected ads "
368
  "compared to other auto injected elements in the post content."
369
  msgstr ""
370
 
371
- #: ../admin/class-advanced-ads-admin.php:1190
372
  #, php-format
373
  msgid ""
374
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -376,144 +379,144 @@ msgid ""
376
  "Add-On</a>."
377
  msgstr ""
378
 
379
- #: ../admin/class-advanced-ads-admin.php:1191
380
  msgid ""
381
  "Disabling this option only makes sense if your ads contain content you want "
382
  "to display to bots (like search engines) or your site is cached and bots "
383
  "could create a cached version without the ads."
384
  msgstr ""
385
 
386
- #: ../admin/class-advanced-ads-admin.php:1204
387
  msgid ""
388
  "Disable internal notices like tips, tutorials, email newsletters and update "
389
  "notices. Disabling notices is recommended if you run multiple blogs with "
390
  "Advanced Ads already."
391
  msgstr ""
392
 
393
- #: ../admin/class-advanced-ads-admin.php:1221
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
 
400
- #: ../admin/class-advanced-ads-admin.php:1242
401
  msgid ""
402
  "Remove the ID attribute from widgets in order to not make them an easy "
403
  "target of ad blockers."
404
  msgstr ""
405
 
406
- #: ../admin/class-advanced-ads-admin.php:1245
407
  msgid ""
408
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
409
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
410
  msgstr ""
411
 
412
- #: ../admin/class-advanced-ads-admin.php:1267
413
  msgid "Allow editors to also manage and publish ads."
414
  msgstr ""
415
 
416
- #: ../admin/class-advanced-ads-admin.php:1268
417
  #, php-format
418
  msgid ""
419
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
420
  "target=\"_blank\">Advanced Ads Pro</a>."
421
  msgstr ""
422
 
423
- #: ../admin/class-advanced-ads-admin.php:1280 ../public/class-advanced-ads.php:711
424
  msgctxt "label before ads"
425
  msgid "Advertisements"
426
  msgstr ""
427
 
428
- #: ../admin/class-advanced-ads-admin.php:1287
429
  msgid "Displayed above ads."
430
  msgstr ""
431
 
432
- #: ../admin/class-advanced-ads-admin.php:1345
433
  msgid "Ad Details"
434
  msgstr ""
435
 
436
- #: ../admin/class-advanced-ads-admin.php:1346
437
  msgid "Ad Planning"
438
  msgstr ""
439
 
440
- #: ../admin/class-advanced-ads-admin.php:1481
441
  msgid "Ad Settings"
442
  msgstr ""
443
 
444
- #: ../admin/class-advanced-ads-admin.php:1560 ../admin/views/overview.php:23
445
  msgid "Ads Dashboard"
446
  msgstr ""
447
 
448
- #: ../admin/class-advanced-ads-admin.php:1572
449
  msgid "From the ad optimization universe"
450
  msgstr ""
451
 
452
- #: ../admin/class-advanced-ads-admin.php:1581
453
  msgid "Advanced Ads Tutorials"
454
  msgstr ""
455
 
456
- #: ../admin/class-advanced-ads-admin.php:1592
457
  #, php-format
458
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
459
  msgstr ""
460
 
461
- #: ../admin/class-advanced-ads-admin.php:1603
462
  msgid "plugin manual and homepage"
463
  msgstr ""
464
 
465
- #: ../admin/class-advanced-ads-admin.php:1610
466
  msgid "Get the tutorial via email"
467
  msgstr ""
468
 
469
- #: ../admin/class-advanced-ads-admin.php:1617
470
  msgid "Get AdSense tips via email"
471
  msgstr ""
472
 
473
- #: ../admin/class-advanced-ads-admin.php:1707
474
  #, php-format
475
  msgid "time of %s"
476
  msgstr ""
477
 
478
- #: ../admin/class-advanced-ads-admin.php:1743
479
  msgid "Error while trying to register the license. Please contact support."
480
  msgstr ""
481
 
482
- #: ../admin/class-advanced-ads-admin.php:1748 ../admin/views/setting-license.php:37
483
  msgid "Please enter a valid license key"
484
  msgstr ""
485
 
486
- #: ../admin/class-advanced-ads-admin.php:1774
487
  msgid "License couldn’t be activated. Please try again later."
488
  msgstr ""
489
 
490
- #: ../admin/class-advanced-ads-admin.php:1786
491
  msgid "This is the bundle license key."
492
  msgstr ""
493
 
494
- #: ../admin/class-advanced-ads-admin.php:1787
495
  msgid "This is not the correct key for this add-on."
496
  msgstr ""
497
 
498
- #: ../admin/class-advanced-ads-admin.php:1788
499
  msgid "There are no activations left."
500
  msgstr ""
501
 
502
- #: ../admin/class-advanced-ads-admin.php:1797
503
  #, php-format
504
  msgid "License is invalid. Reason: %s"
505
  msgstr ""
506
 
507
- #: ../admin/class-advanced-ads-admin.php:1851
508
  msgid "Error while trying to disable the license. Please contact support."
509
  msgstr ""
510
 
511
- #: ../admin/class-advanced-ads-admin.php:1874 ../admin/class-advanced-ads-admin.
512
- #: php:1891
513
  msgid "License couldn’t be deactivated. Please try again later."
514
  msgstr ""
515
 
516
- #: ../admin/class-advanced-ads-admin.php:2055
517
  msgid "Add-Ons"
518
  msgstr ""
519
 
@@ -569,7 +572,9 @@ msgstr ""
569
  msgid "Display ads with the highest ad weight first"
570
  msgstr ""
571
 
572
- #: ../admin/includes/class-ad-groups-list.php:275 ../public/class-advanced-ads.
 
 
573
  #: php:594
574
  msgid "Edit"
575
  msgstr ""
@@ -590,18 +595,18 @@ msgstr ""
590
  msgid "You don’t have permission to change the ad groups"
591
  msgstr ""
592
 
593
- #: ../admin/includes/class-notices.php:406
594
  #, php-format
595
  msgid ""
596
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
597
  "target=\"_blank\">this form</a> to sign up."
598
  msgstr ""
599
 
600
- #: ../admin/includes/class-notices.php:424
601
  msgid "How embarrassing. The email server seems to be down. Please try again later."
602
  msgstr ""
603
 
604
- #: ../admin/includes/class-notices.php:429
605
  #, php-format
606
  msgid ""
607
  "Please check your email (%s) for the confirmation message. If you didn’t "
@@ -1025,7 +1030,7 @@ msgid "Description"
1025
  msgstr ""
1026
 
1027
  #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1028
- #: /modules/gadsense/admin/views/adsense-ad-parameters.php:48
1029
  msgid "Type"
1030
  msgstr ""
1031
 
@@ -1124,57 +1129,102 @@ msgstr ""
1124
  msgid "Update Groups"
1125
  msgstr ""
1126
 
1127
- #: ../admin/views/ad-info-top.php:3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1128
  #, php-format
1129
  msgid ""
1130
  "Congratulations! Your ad is now visible in the frontend. You can adjust the "
1131
  "placement options <a href=\"%s\">here</a>."
1132
  msgstr ""
1133
 
1134
- #: ../admin/views/ad-info-top.php:4
1135
  msgid "Where do you want to display the ad?"
1136
  msgstr ""
1137
 
1138
- #: ../admin/views/ad-info-top.php:5 ../classes/ad_placements.php:46
1139
  msgid "Before Content"
1140
  msgstr ""
1141
 
1142
- #: ../admin/views/ad-info-top.php:6
1143
  msgid "Content"
1144
  msgstr ""
1145
 
1146
- #: ../admin/views/ad-info-top.php:7 ../classes/ad_placements.php:51
1147
  msgid "After Content"
1148
  msgstr ""
1149
 
1150
- #: ../admin/views/ad-info-top.php:8
1151
  msgid "Manage Sidebar"
1152
  msgstr ""
1153
 
1154
- #: ../admin/views/ad-info-top.php:10
1155
  msgid "Show Pro Places"
1156
  msgstr ""
1157
 
1158
- #: ../admin/views/ad-info-top.php:13
1159
  msgid "Show Sticky Places"
1160
  msgstr ""
1161
 
1162
- #: ../admin/views/ad-info-top.php:16
1163
  msgid "Show PopUp"
1164
  msgstr ""
1165
 
1166
- #: ../admin/views/ad-info-top.php:20
1167
  #, php-format
1168
  msgid "Or use the shortcode %s to insert the ad into the content manually."
1169
  msgstr ""
1170
 
1171
- #: ../admin/views/ad-info-top.php:21
1172
  #, php-format
1173
  msgid ""
1174
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1175
  "target=\"_blank\">manual</a>."
1176
  msgstr ""
1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1178
  #: ../admin/views/ad-info.php:2
1179
  #, php-format
1180
  msgid "Ad Id: %s"
@@ -1189,15 +1239,15 @@ msgstr ""
1189
  msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1190
  msgstr ""
1191
 
1192
- #: ../admin/views/ad-info.php:12
1193
  msgid "click to change"
1194
  msgstr ""
1195
 
1196
- #: ../admin/views/ad-info.php:16
1197
  msgid "Add a description"
1198
  msgstr ""
1199
 
1200
- #: ../admin/views/ad-info.php:19
1201
  msgid "Internal description or your own notes about this ad."
1202
  msgstr ""
1203
 
@@ -1237,7 +1287,7 @@ msgstr ""
1237
  msgid "Everything connected to the ads layout and output."
1238
  msgstr ""
1239
 
1240
- #: ../admin/views/ad-output-metabox.php:5
1241
  msgid "Position"
1242
  msgstr ""
1243
 
@@ -1261,7 +1311,7 @@ msgstr ""
1261
  msgid "right"
1262
  msgstr ""
1263
 
1264
- #: ../admin/views/ad-output-metabox.php:19
1265
  msgid ""
1266
  "Check this if you don't want the following elements to float around the ad. "
1267
  "(adds a clearfix)"
@@ -1271,50 +1321,50 @@ msgstr ""
1271
  msgid "Margin"
1272
  msgstr ""
1273
 
1274
- #: ../admin/views/ad-output-metabox.php:23
1275
  msgid "top:"
1276
  msgstr ""
1277
 
1278
- #: ../admin/views/ad-output-metabox.php:25
1279
  msgid "right:"
1280
  msgstr ""
1281
 
1282
- #: ../admin/views/ad-output-metabox.php:27
1283
  msgid "bottom:"
1284
  msgstr ""
1285
 
1286
- #: ../admin/views/ad-output-metabox.php:29
1287
  msgid "left:"
1288
  msgstr ""
1289
 
1290
- #: ../admin/views/ad-output-metabox.php:31
1291
  msgid "tip: use this to add a margin around the ad"
1292
  msgstr ""
1293
 
1294
- #: ../admin/views/ad-output-metabox.php:33
1295
- msgid "container id"
1296
  msgstr ""
1297
 
1298
- #: ../admin/views/ad-output-metabox.php:36
1299
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1300
  msgstr ""
1301
 
1302
- #: ../admin/views/ad-output-metabox.php:38
1303
  msgid "container classes"
1304
  msgstr ""
1305
 
1306
- #: ../admin/views/ad-output-metabox.php:41
1307
  msgid ""
1308
  "Specify one or more classes for the container. Separate multiple classes "
1309
  "with a space"
1310
  msgstr ""
1311
 
1312
- #: ../admin/views/ad-output-metabox.php:44
1313
- msgid "Enable debug mode."
1314
  msgstr ""
1315
 
1316
- #: ../admin/views/ad-parameters-size.php:2
1317
- msgid "size:"
1318
  msgstr ""
1319
 
1320
  #: ../admin/views/ad-parameters-size.php:3
@@ -1409,7 +1459,7 @@ msgstr ""
1409
  msgid "not on mobile devices"
1410
  msgstr ""
1411
 
1412
- #: ../admin/views/debug.php:6 ../admin/views/settings.php:47
1413
  msgid "Debug Page"
1414
  msgstr ""
1415
 
@@ -1569,7 +1619,7 @@ msgstr ""
1569
  msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1570
  msgstr ""
1571
 
1572
- #: ../admin/views/placements.php:25
1573
  msgid "Options"
1574
  msgstr ""
1575
 
@@ -1764,19 +1814,24 @@ msgstr ""
1764
  msgid "Save settings on this page"
1765
  msgstr ""
1766
 
1767
- #: ../admin/views/settings.php:48
 
 
 
 
 
1768
  msgid "Welcome Page"
1769
  msgstr ""
1770
 
1771
- #: ../admin/views/settings.php:49
1772
  msgid "Advanced Ads on WordPress.org"
1773
  msgstr ""
1774
 
1775
- #: ../admin/views/settings.php:49
1776
  msgid "Advanced Ads on wp.org"
1777
  msgstr ""
1778
 
1779
- #: ../admin/views/settings.php:50
1780
  msgid "the company behind Advanced Ads"
1781
  msgstr ""
1782
 
@@ -2044,6 +2099,10 @@ msgid "Insert plain text or code into this field."
2044
  msgstr ""
2045
 
2046
  #: ../classes/ad_type_plain.php:86
 
 
 
 
2047
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2048
  msgstr ""
2049
 
@@ -2496,15 +2555,15 @@ msgstr ""
2496
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2497
  msgstr ""
2498
 
2499
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
2500
  msgid "Copy&Paste existing ad code"
2501
  msgstr ""
2502
 
2503
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
2504
  msgid "Ad Slot ID"
2505
  msgstr ""
2506
 
2507
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
2508
  #, php-format
2509
  msgid "Publisher ID: %s"
2510
  msgstr ""
@@ -2518,14 +2577,15 @@ msgstr ""
2518
  msgid "Normal"
2519
  msgstr ""
2520
 
2521
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
2522
  #, php-format
2523
  msgid ""
2524
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2525
- "define the exact creative for each browser width."
 
2526
  msgstr ""
2527
 
2528
- #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
2529
  msgid "Resizing"
2530
  msgstr ""
2531
 
@@ -2557,6 +2617,180 @@ msgstr ""
2557
  msgid "Auto"
2558
  msgstr ""
2559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2560
  #: ../public/class-advanced-ads.php:309
2561
  msgid "Advanced Ads Error following:"
2562
  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: Wed May 25 2016 11:54:34 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"
44
  msgid "http://webgilde.com"
45
  msgstr ""
46
 
47
+ #: ../admin/class-advanced-ads-admin.php:215 ../classes/display-conditions.php:
48
  #: 171 ../classes/visitor-conditions.php:214
49
  msgid "or"
50
  msgstr ""
51
 
52
+ #: ../admin/class-advanced-ads-admin.php:216 ../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
 
58
+ #: ../admin/class-advanced-ads-admin.php:217
59
  msgid "After which paragraph?"
60
  msgstr ""
61
 
62
+ #: ../admin/class-advanced-ads-admin.php:284
63
  msgid "Overview"
64
  msgstr ""
65
 
66
+ #: ../admin/class-advanced-ads-admin.php:288 ../admin/class-advanced-ads-admin.
67
+ #: php:288 ../admin/includes/class-shortcode-creator.php:77 ../admin/views/ad-
68
  #: group-list-form-row.php:28 ../admin/views/ad-group-list-header.php:5 ..
69
  #: /admin/views/placements.php:81 ../admin/views/placements.php:185 ..
70
+ #: /classes/widget.php:89 ../modules/import-export/views/page.php:23 ..
71
+ #: /public/class-advanced-ads.php:590
72
  msgid "Ads"
73
  msgstr ""
74
 
75
+ #: ../admin/class-advanced-ads-admin.php:294 ../public/class-advanced-ads.php:593
76
  msgid "Add New Ad"
77
  msgstr ""
78
 
79
+ #: ../admin/class-advanced-ads-admin.php:294 ../public/class-advanced-ads.php:592
80
  #: ../public/class-advanced-ads.php:596
81
  msgid "New Ad"
82
  msgstr ""
83
 
84
+ #: ../admin/class-advanced-ads-admin.php:299 ../admin/includes/class-shortcode-
85
  #: creator.php:84 ../admin/views/placements.php:74 ../admin/views/placements.php:
86
  #: 178 ../classes/widget.php:82
87
  msgid "Ad Groups"
88
  msgstr ""
89
 
90
+ #: ../admin/class-advanced-ads-admin.php:299 ../modules/import-export/views/page.
91
+ #: php:24 ../public/class-advanced-ads.php:563
92
  msgid "Groups"
93
  msgstr ""
94
 
95
+ #: ../admin/class-advanced-ads-admin.php:304
96
  msgid "Ad Placements"
97
  msgstr ""
98
 
99
+ #: ../admin/class-advanced-ads-admin.php:304 ../admin/includes/class-shortcode-
100
+ #: creator.php:91 ../admin/views/placements.php:18 ../classes/widget.php:75 ..
101
+ #: /modules/import-export/views/page.php:25
102
  msgid "Placements"
103
  msgstr ""
104
 
105
+ #: ../admin/class-advanced-ads-admin.php:308
106
  msgid "Advanced Ads Settings"
107
  msgstr ""
108
 
109
+ #: ../admin/class-advanced-ads-admin.php:308 ../admin/class-advanced-ads-admin.
110
+ #: php:556 ../admin/views/debug.php:10
111
  msgid "Settings"
112
  msgstr ""
113
 
114
+ #: ../admin/class-advanced-ads-admin.php:311
115
  msgid "Advanced Ads Debugging"
116
  msgstr ""
117
 
118
+ #: ../admin/class-advanced-ads-admin.php:311
119
  msgid "Debug"
120
  msgstr ""
121
 
122
+ #: ../admin/class-advanced-ads-admin.php:315 ../admin/class-advanced-ads-admin.
123
+ #: php:315
124
  msgid "Advanced Ads Intro"
125
  msgstr ""
126
 
127
+ #: ../admin/class-advanced-ads-admin.php:319 ../admin/class-advanced-ads-admin.
128
+ #: php:319 ../admin/class-advanced-ads-admin.php:2110
129
  msgid "Support"
130
  msgstr ""
131
 
132
+ #: ../admin/class-advanced-ads-admin.php:431
133
  msgid "Please enter a message"
134
  msgstr ""
135
 
136
+ #: ../admin/class-advanced-ads-admin.php:441
137
  #, php-format
138
  msgid "Email could NOT be sent. Please contact us directly at %s."
139
  msgstr ""
140
 
141
+ #: ../admin/class-advanced-ads-admin.php:444
142
  msgid "Please enter a valid email address"
143
  msgstr ""
144
 
145
+ #: ../admin/class-advanced-ads-admin.php:470 ../admin/class-advanced-ads-admin.
146
+ #: php:497
147
  msgid "Sorry, you are not allowed to access this feature."
148
  msgstr ""
149
 
150
+ #: ../admin/class-advanced-ads-admin.php:483
151
  msgid ""
152
  "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
153
  "deleted?"
154
  msgstr ""
155
 
156
+ #: ../admin/class-advanced-ads-admin.php:651
157
  msgid "Ad Type"
158
  msgstr ""
159
 
160
+ #: ../admin/class-advanced-ads-admin.php:657
161
  msgid "Ad Parameters"
162
  msgstr ""
163
 
164
+ #: ../admin/class-advanced-ads-admin.php:660
165
  msgid "Layout / Output"
166
  msgstr ""
167
 
168
+ #: ../admin/class-advanced-ads-admin.php:663
169
  msgid "Display Conditions"
170
  msgstr ""
171
 
172
+ #: ../admin/class-advanced-ads-admin.php:666
173
  msgid "Visitor Conditions"
174
  msgstr ""
175
 
176
+ #: ../admin/class-advanced-ads-admin.php:737 ../admin/class-advanced-ads-admin.
177
+ #: php:748 ../admin/class-advanced-ads-admin.php:753 ../admin/views/ad-output-
178
+ #: metabox.php:50
179
  msgid "Manual"
180
  msgstr ""
181
 
182
+ #: ../admin/class-advanced-ads-admin.php:747
183
  msgid "Video"
184
  msgstr ""
185
 
186
+ #: ../admin/class-advanced-ads-admin.php:925 ../admin/class-advanced-ads-admin.
187
+ #: php:926
188
  msgid "Ad updated."
189
  msgstr ""
190
 
191
  #. translators: %s: date and time of the revision
192
+ #: ../admin/class-advanced-ads-admin.php:928
193
  #, php-format
194
  msgid "Ad restored to revision from %s"
195
  msgstr ""
196
 
197
+ #: ../admin/class-advanced-ads-admin.php:929
198
  msgid "Ad published."
199
  msgstr ""
200
 
201
+ #: ../admin/class-advanced-ads-admin.php:930
202
  msgid "Ad saved."
203
  msgstr ""
204
 
205
+ #: ../admin/class-advanced-ads-admin.php:931
206
  msgid "Ad submitted."
207
  msgstr ""
208
 
209
+ #: ../admin/class-advanced-ads-admin.php:933
210
  #, php-format
211
  msgid "Ad scheduled for: <strong>%1$s</strong>."
212
  msgstr ""
213
 
214
  #. translators: Publish box date format, see http://php.net/date
215
+ #: ../admin/class-advanced-ads-admin.php:935
216
  msgid "M j, Y @ G:i"
217
  msgstr ""
218
 
219
+ #: ../admin/class-advanced-ads-admin.php:937
220
  msgid "Ad draft updated."
221
  msgstr ""
222
 
223
+ #: ../admin/class-advanced-ads-admin.php:956
224
  #, php-format
225
  msgid "%s ad updated."
226
  msgid_plural "%s ads updated."
227
  msgstr[0] ""
228
  msgstr[1] ""
229
 
230
+ #: ../admin/class-advanced-ads-admin.php:957
231
  #, php-format
232
  msgid "%s ad not updated, somebody is editing it."
233
  msgid_plural "%s ads not updated, somebody is editing them."
234
  msgstr[0] ""
235
  msgstr[1] ""
236
 
237
+ #: ../admin/class-advanced-ads-admin.php:958
238
  #, php-format
239
  msgid "%s ad permanently deleted."
240
  msgid_plural "%s ads permanently deleted."
241
  msgstr[0] ""
242
  msgstr[1] ""
243
 
244
+ #: ../admin/class-advanced-ads-admin.php:959
245
  #, php-format
246
  msgid "%s ad moved to the Trash."
247
  msgid_plural "%s ads moved to the Trash."
248
  msgstr[0] ""
249
  msgstr[1] ""
250
 
251
+ #: ../admin/class-advanced-ads-admin.php:960
252
  #, php-format
253
  msgid "%s ad restored from the Trash."
254
  msgid_plural "%s ads restored from the Trash."
255
  msgstr[0] ""
256
  msgstr[1] ""
257
 
258
+ #: ../admin/class-advanced-ads-admin.php:995 ../admin/views/settings.php:12
259
  msgid "General"
260
  msgstr ""
261
 
262
+ #: ../admin/class-advanced-ads-admin.php:1007 ../admin/class-advanced-ads-admin.
263
+ #: php:1119
264
  msgid "Licenses"
265
  msgstr ""
266
 
267
+ #: ../admin/class-advanced-ads-admin.php:1018
268
  msgid "Disable ads"
269
  msgstr ""
270
 
271
+ #: ../admin/class-advanced-ads-admin.php:1026
272
  msgid "Hide ads for logged in users"
273
  msgstr ""
274
 
275
+ #: ../admin/class-advanced-ads-admin.php:1034
276
  msgid "Use advanced JavaScript"
277
  msgstr ""
278
 
279
+ #: ../admin/class-advanced-ads-admin.php:1042
280
  msgid "Unlimited ad injection"
281
  msgstr ""
282
 
283
+ #: ../admin/class-advanced-ads-admin.php:1050
284
  msgid "Priority of content injection filter"
285
  msgstr ""
286
 
287
+ #: ../admin/class-advanced-ads-admin.php:1058
288
  msgid "Hide ads from bots"
289
  msgstr ""
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:1066
292
  msgid "Disable notices"
293
  msgstr ""
294
 
295
+ #: ../admin/class-advanced-ads-admin.php:1074
296
  msgid "ID prefix"
297
  msgstr ""
298
 
299
+ #: ../admin/class-advanced-ads-admin.php:1082
300
  msgid "Remove Widget ID"
301
  msgstr ""
302
 
303
+ #: ../admin/class-advanced-ads-admin.php:1090
304
  msgid "Allow editors to manage ads"
305
  msgstr ""
306
 
307
+ #: ../admin/class-advanced-ads-admin.php:1098
308
  msgid "Ad label"
309
  msgstr ""
310
 
311
+ #: ../admin/class-advanced-ads-admin.php:1175
312
  msgid "(display to all)"
313
  msgstr ""
314
 
315
+ #: ../admin/class-advanced-ads-admin.php:1176
316
  msgid "Subscriber"
317
  msgstr ""
318
 
319
+ #: ../admin/class-advanced-ads-admin.php:1177
320
  msgid "Contributor"
321
  msgstr ""
322
 
323
+ #: ../admin/class-advanced-ads-admin.php:1178
324
  msgid "Author"
325
  msgstr ""
326
 
327
+ #: ../admin/class-advanced-ads-admin.php:1179
328
  msgid "Editor"
329
  msgstr ""
330
 
331
+ #: ../admin/class-advanced-ads-admin.php:1180
332
  msgid "Admin"
333
  msgstr ""
334
 
335
+ #: ../admin/class-advanced-ads-admin.php:1188
336
  msgid "Choose the lowest role a user must have in order to not see any ads."
337
  msgstr ""
338
 
339
+ #: ../admin/class-advanced-ads-admin.php:1202
340
  msgid ""
341
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
342
  "needs it."
343
  msgstr ""
344
 
345
+ #: ../admin/class-advanced-ads-admin.php:1205
346
  #, php-format
347
  msgid ""
348
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
350
  "from this file."
351
  msgstr ""
352
 
353
+ #: ../admin/class-advanced-ads-admin.php:1218
354
  msgid ""
355
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
356
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
359
  "on archive pages AT YOUR OWN RISK."
360
  msgstr ""
361
 
362
+ #: ../admin/class-advanced-ads-admin.php:1234
363
  msgid ""
364
  "Please check your post content. A priority of 10 and below might cause "
365
  "issues (wpautop function might run twice)."
366
  msgstr ""
367
 
368
+ #: ../admin/class-advanced-ads-admin.php:1236
369
  msgid ""
370
  "Play with this value in order to change the priority of the injected ads "
371
  "compared to other auto injected elements in the post content."
372
  msgstr ""
373
 
374
+ #: ../admin/class-advanced-ads-admin.php:1250
375
  #, php-format
376
  msgid ""
377
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
379
  "Add-On</a>."
380
  msgstr ""
381
 
382
+ #: ../admin/class-advanced-ads-admin.php:1251
383
  msgid ""
384
  "Disabling this option only makes sense if your ads contain content you want "
385
  "to display to bots (like search engines) or your site is cached and bots "
386
  "could create a cached version without the ads."
387
  msgstr ""
388
 
389
+ #: ../admin/class-advanced-ads-admin.php:1264
390
  msgid ""
391
  "Disable internal notices like tips, tutorials, email newsletters and update "
392
  "notices. Disabling notices is recommended if you run multiple blogs with "
393
  "Advanced Ads already."
394
  msgstr ""
395
 
396
+ #: ../admin/class-advanced-ads-admin.php:1281
397
  msgid ""
398
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
399
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
400
  "need to <strong>rewrite css rules afterwards</strong>."
401
  msgstr ""
402
 
403
+ #: ../admin/class-advanced-ads-admin.php:1302
404
  msgid ""
405
  "Remove the ID attribute from widgets in order to not make them an easy "
406
  "target of ad blockers."
407
  msgstr ""
408
 
409
+ #: ../admin/class-advanced-ads-admin.php:1305
410
  msgid ""
411
  "If checked, the Advanced Ads Widget will not work with the fixed option of "
412
  "the <strong>Q2W3 Fixed Widget</strong> plugin."
413
  msgstr ""
414
 
415
+ #: ../admin/class-advanced-ads-admin.php:1327
416
  msgid "Allow editors to also manage and publish ads."
417
  msgstr ""
418
 
419
+ #: ../admin/class-advanced-ads-admin.php:1328
420
  #, php-format
421
  msgid ""
422
  "You can assign different ad-related roles on a user basis with <a href=\"%s\" "
423
  "target=\"_blank\">Advanced Ads Pro</a>."
424
  msgstr ""
425
 
426
+ #: ../admin/class-advanced-ads-admin.php:1340 ../public/class-advanced-ads.php:711
427
  msgctxt "label before ads"
428
  msgid "Advertisements"
429
  msgstr ""
430
 
431
+ #: ../admin/class-advanced-ads-admin.php:1347
432
  msgid "Displayed above ads."
433
  msgstr ""
434
 
435
+ #: ../admin/class-advanced-ads-admin.php:1405
436
  msgid "Ad Details"
437
  msgstr ""
438
 
439
+ #: ../admin/class-advanced-ads-admin.php:1406
440
  msgid "Ad Planning"
441
  msgstr ""
442
 
443
+ #: ../admin/class-advanced-ads-admin.php:1541
444
  msgid "Ad Settings"
445
  msgstr ""
446
 
447
+ #: ../admin/class-advanced-ads-admin.php:1620 ../admin/views/overview.php:23
448
  msgid "Ads Dashboard"
449
  msgstr ""
450
 
451
+ #: ../admin/class-advanced-ads-admin.php:1632
452
  msgid "From the ad optimization universe"
453
  msgstr ""
454
 
455
+ #: ../admin/class-advanced-ads-admin.php:1641
456
  msgid "Advanced Ads Tutorials"
457
  msgstr ""
458
 
459
+ #: ../admin/class-advanced-ads-admin.php:1652
460
  #, php-format
461
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
462
  msgstr ""
463
 
464
+ #: ../admin/class-advanced-ads-admin.php:1663
465
  msgid "plugin manual and homepage"
466
  msgstr ""
467
 
468
+ #: ../admin/class-advanced-ads-admin.php:1670
469
  msgid "Get the tutorial via email"
470
  msgstr ""
471
 
472
+ #: ../admin/class-advanced-ads-admin.php:1677
473
  msgid "Get AdSense tips via email"
474
  msgstr ""
475
 
476
+ #: ../admin/class-advanced-ads-admin.php:1766
477
  #, php-format
478
  msgid "time of %s"
479
  msgstr ""
480
 
481
+ #: ../admin/class-advanced-ads-admin.php:1802
482
  msgid "Error while trying to register the license. Please contact support."
483
  msgstr ""
484
 
485
+ #: ../admin/class-advanced-ads-admin.php:1807 ../admin/views/setting-license.php:37
486
  msgid "Please enter a valid license key"
487
  msgstr ""
488
 
489
+ #: ../admin/class-advanced-ads-admin.php:1833
490
  msgid "License couldn’t be activated. Please try again later."
491
  msgstr ""
492
 
493
+ #: ../admin/class-advanced-ads-admin.php:1845
494
  msgid "This is the bundle license key."
495
  msgstr ""
496
 
497
+ #: ../admin/class-advanced-ads-admin.php:1846
498
  msgid "This is not the correct key for this add-on."
499
  msgstr ""
500
 
501
+ #: ../admin/class-advanced-ads-admin.php:1847
502
  msgid "There are no activations left."
503
  msgstr ""
504
 
505
+ #: ../admin/class-advanced-ads-admin.php:1856
506
  #, php-format
507
  msgid "License is invalid. Reason: %s"
508
  msgstr ""
509
 
510
+ #: ../admin/class-advanced-ads-admin.php:1910
511
  msgid "Error while trying to disable the license. Please contact support."
512
  msgstr ""
513
 
514
+ #: ../admin/class-advanced-ads-admin.php:1933 ../admin/class-advanced-ads-admin.
515
+ #: php:1950
516
  msgid "License couldn’t be deactivated. Please try again later."
517
  msgstr ""
518
 
519
+ #: ../admin/class-advanced-ads-admin.php:2114
520
  msgid "Add-Ons"
521
  msgstr ""
522
 
572
  msgid "Display ads with the highest ad weight first"
573
  msgstr ""
574
 
575
+ #: ../admin/includes/class-ad-groups-list.php:275 ../modules/import-
576
+ #: export/classes/import.php:137 ../modules/import-export/classes/import.php:177 .
577
+ #: ./modules/import-export/classes/import.php:467 ../public/class-advanced-ads.
578
  #: php:594
579
  msgid "Edit"
580
  msgstr ""
595
  msgid "You don’t have permission to change the ad groups"
596
  msgstr ""
597
 
598
+ #: ../admin/includes/class-notices.php:408
599
  #, php-format
600
  msgid ""
601
  "You don’t seem to have an email address. Please use <a href=\"%s\" "
602
  "target=\"_blank\">this form</a> to sign up."
603
  msgstr ""
604
 
605
+ #: ../admin/includes/class-notices.php:426
606
  msgid "How embarrassing. The email server seems to be down. Please try again later."
607
  msgstr ""
608
 
609
+ #: ../admin/includes/class-notices.php:431
610
  #, php-format
611
  msgid ""
612
  "Please check your email (%s) for the confirmation message. If you didn’t "
1030
  msgstr ""
1031
 
1032
  #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
1033
+ #: /modules/gadsense/admin/views/adsense-ad-parameters.php:47
1034
  msgid "Type"
1035
  msgstr ""
1036
 
1129
  msgid "Update Groups"
1130
  msgstr ""
1131
 
1132
+ #: ../admin/views/ad-info-bottom.php:2
1133
+ msgctxt "wizard navigation"
1134
+ msgid "previous"
1135
+ msgstr ""
1136
+
1137
+ #: ../admin/views/ad-info-bottom.php:3
1138
+ msgctxt "advanced-ads"
1139
+ msgid "Stop Wizard"
1140
+ msgstr ""
1141
+
1142
+ #: ../admin/views/ad-info-bottom.php:4
1143
+ msgctxt "wizard navigation"
1144
+ msgid "save"
1145
+ msgstr ""
1146
+
1147
+ #: ../admin/views/ad-info-bottom.php:5
1148
+ msgctxt "wizard navigation"
1149
+ msgid "next"
1150
+ msgstr ""
1151
+
1152
+ #: ../admin/views/ad-info-top.php:4
1153
  #, php-format
1154
  msgid ""
1155
  "Congratulations! Your ad is now visible in the frontend. You can adjust the "
1156
  "placement options <a href=\"%s\">here</a>."
1157
  msgstr ""
1158
 
1159
+ #: ../admin/views/ad-info-top.php:5
1160
  msgid "Where do you want to display the ad?"
1161
  msgstr ""
1162
 
1163
+ #: ../admin/views/ad-info-top.php:6 ../classes/ad_placements.php:46
1164
  msgid "Before Content"
1165
  msgstr ""
1166
 
1167
+ #: ../admin/views/ad-info-top.php:7
1168
  msgid "Content"
1169
  msgstr ""
1170
 
1171
+ #: ../admin/views/ad-info-top.php:8 ../classes/ad_placements.php:51
1172
  msgid "After Content"
1173
  msgstr ""
1174
 
1175
+ #: ../admin/views/ad-info-top.php:9
1176
  msgid "Manage Sidebar"
1177
  msgstr ""
1178
 
1179
+ #: ../admin/views/ad-info-top.php:11
1180
  msgid "Show Pro Places"
1181
  msgstr ""
1182
 
1183
+ #: ../admin/views/ad-info-top.php:14
1184
  msgid "Show Sticky Places"
1185
  msgstr ""
1186
 
1187
+ #: ../admin/views/ad-info-top.php:17
1188
  msgid "Show PopUp"
1189
  msgstr ""
1190
 
1191
+ #: ../admin/views/ad-info-top.php:21
1192
  #, php-format
1193
  msgid "Or use the shortcode %s to insert the ad into the content manually."
1194
  msgstr ""
1195
 
1196
+ #: ../admin/views/ad-info-top.php:22
1197
  #, php-format
1198
  msgid ""
1199
  "Learn more about your choices to display an ad in the <a href=\"%s\" "
1200
  "target=\"_blank\">manual</a>."
1201
  msgstr ""
1202
 
1203
+ #: ../admin/views/ad-info-top.php:31 ../admin/views/ad-info-top.php:43
1204
+ msgid "Start Wizard"
1205
+ msgstr ""
1206
+
1207
+ #: ../admin/views/ad-info-top.php:32
1208
+ msgid "Stop Wizard"
1209
+ msgstr ""
1210
+
1211
+ #: ../admin/views/ad-info-top.php:41
1212
+ msgid "Welcome to the Wizard"
1213
+ msgstr ""
1214
+
1215
+ #: ../admin/views/ad-info-top.php:42
1216
+ msgid ""
1217
+ "The Wizard helps you to quickly create and publish an ad. Therefore, only "
1218
+ "the most common options are visible.<br/>You can access all options when "
1219
+ "<strong>switching off</strong> the Wizard using the <em>Stop Wizard</em> "
1220
+ "button.<br/>You can <strong>switch on</strong> the Wizard at any time using "
1221
+ "the <em>Start Wizard</em> button."
1222
+ msgstr ""
1223
+
1224
+ #: ../admin/views/ad-info-top.php:44
1225
+ msgid "Stop Wizard and show all options"
1226
+ msgstr ""
1227
+
1228
  #: ../admin/views/ad-info.php:2
1229
  #, php-format
1230
  msgid "Ad Id: %s"
1239
  msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
1240
  msgstr ""
1241
 
1242
+ #: ../admin/views/ad-info.php:11
1243
  msgid "click to change"
1244
  msgstr ""
1245
 
1246
+ #: ../admin/views/ad-info.php:15
1247
  msgid "Add a description"
1248
  msgstr ""
1249
 
1250
+ #: ../admin/views/ad-info.php:18
1251
  msgid "Internal description or your own notes about this ad."
1252
  msgstr ""
1253
 
1287
  msgid "Everything connected to the ads layout and output."
1288
  msgstr ""
1289
 
1290
+ #: ../admin/views/ad-output-metabox.php:4
1291
  msgid "Position"
1292
  msgstr ""
1293
 
1311
  msgid "right"
1312
  msgstr ""
1313
 
1314
+ #: ../admin/views/ad-output-metabox.php:18
1315
  msgid ""
1316
  "Check this if you don't want the following elements to float around the ad. "
1317
  "(adds a clearfix)"
1321
  msgid "Margin"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/views/ad-output-metabox.php:24
1325
  msgid "top:"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/views/ad-output-metabox.php:26
1329
  msgid "right:"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/views/ad-output-metabox.php:28
1333
  msgid "bottom:"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/views/ad-output-metabox.php:30
1337
  msgid "left:"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/views/ad-output-metabox.php:32
1341
  msgid "tip: use this to add a margin around the ad"
1342
  msgstr ""
1343
 
1344
+ #: ../admin/views/ad-output-metabox.php:35
1345
+ msgid "container ID"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/views/ad-output-metabox.php:38
1349
  msgid "Specify the id of the ad container. Leave blank for random or no id."
1350
  msgstr ""
1351
 
1352
+ #: ../admin/views/ad-output-metabox.php:41
1353
  msgid "container classes"
1354
  msgstr ""
1355
 
1356
+ #: ../admin/views/ad-output-metabox.php:44
1357
  msgid ""
1358
  "Specify one or more classes for the container. Separate multiple classes "
1359
  "with a space"
1360
  msgstr ""
1361
 
1362
+ #: ../admin/views/ad-output-metabox.php:47
1363
+ msgid "Enable debug mode"
1364
  msgstr ""
1365
 
1366
+ #: ../admin/views/ad-parameters-size.php:1
1367
+ msgid "size"
1368
  msgstr ""
1369
 
1370
  #: ../admin/views/ad-parameters-size.php:3
1459
  msgid "not on mobile devices"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:49
1463
  msgid "Debug Page"
1464
  msgstr ""
1465
 
1619
  msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1620
  msgstr ""
1621
 
1622
+ #: ../admin/views/placements.php:25 ../modules/import-export/views/page.php:26
1623
  msgid "Options"
1624
  msgstr ""
1625
 
1814
  msgid "Save settings on this page"
1815
  msgstr ""
1816
 
1817
+ #: ../admin/views/settings.php:48 ../modules/import-export/main.php:15 ..
1818
+ #: /modules/import-export/main.php:15
1819
+ msgid "Import &amp; Export"
1820
+ msgstr ""
1821
+
1822
+ #: ../admin/views/settings.php:50
1823
  msgid "Welcome Page"
1824
  msgstr ""
1825
 
1826
+ #: ../admin/views/settings.php:51
1827
  msgid "Advanced Ads on WordPress.org"
1828
  msgstr ""
1829
 
1830
+ #: ../admin/views/settings.php:51
1831
  msgid "Advanced Ads on wp.org"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/views/settings.php:52
1835
  msgid "the company behind Advanced Ads"
1836
  msgstr ""
1837
 
2099
  msgstr ""
2100
 
2101
  #: ../classes/ad_type_plain.php:86
2102
+ msgid "Allow PHP"
2103
+ msgstr ""
2104
+
2105
+ #: ../classes/ad_type_plain.php:88
2106
  msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
2107
  msgstr ""
2108
 
2555
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2556
  msgstr ""
2557
 
2558
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:22
2559
  msgid "Copy&Paste existing ad code"
2560
  msgstr ""
2561
 
2562
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:27
2563
  msgid "Ad Slot ID"
2564
  msgstr ""
2565
 
2566
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:32
2567
  #, php-format
2568
  msgid "Publisher ID: %s"
2569
  msgstr ""
2577
  msgid "Normal"
2578
  msgstr ""
2579
 
2580
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:56
2581
  #, php-format
2582
  msgid ""
2583
  "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
2584
+ "define the exact size for each browser width or choose between horizontal, "
2585
+ "vertical, or rectangle formats."
2586
  msgstr ""
2587
 
2588
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:59
2589
  msgid "Resizing"
2590
  msgstr ""
2591
 
2617
  msgid "Auto"
2618
  msgstr ""
2619
 
2620
+ #: ../modules/import-export/classes/import.php:60
2621
+ msgid "Please enter XML content"
2622
+ msgstr ""
2623
+
2624
+ #: ../modules/import-export/classes/import.php:138 ../modules/import-
2625
+ #: export/classes/import.php:468
2626
+ #, php-format
2627
+ msgid "New attachment created <em>%s</em> %s"
2628
+ msgstr ""
2629
+
2630
+ #: ../modules/import-export/classes/import.php:170
2631
+ #, php-format
2632
+ msgid "Failed to import <em>%s</em>"
2633
+ msgstr ""
2634
+
2635
+ #: ../modules/import-export/classes/import.php:178
2636
+ #, php-format
2637
+ msgid "New ad created: <em>%s</em> %s"
2638
+ msgstr ""
2639
+
2640
+ #: ../modules/import-export/classes/import.php:224
2641
+ #, php-format
2642
+ msgid "Assigned terms: <em>%s</em>, to post: <em>%s</em>"
2643
+ msgstr ""
2644
+
2645
+ #: ../modules/import-export/classes/import.php:287
2646
+ #, php-format
2647
+ msgid "New group created, id: <em>%s</em>, name: <em>%s</em>"
2648
+ msgstr ""
2649
+
2650
+ #: ../modules/import-export/classes/import.php:289
2651
+ #, php-format
2652
+ msgid "Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>"
2653
+ msgstr ""
2654
+
2655
+ #: ../modules/import-export/classes/import.php:353
2656
+ #, php-format
2657
+ msgid "Placement <em>%s</em> created"
2658
+ msgstr ""
2659
+
2660
+ #: ../modules/import-export/classes/import.php:379
2661
+ #, php-format
2662
+ msgid "Option was updated: <em>%s</em>"
2663
+ msgstr ""
2664
+
2665
+ #: ../modules/import-export/classes/import.php:382
2666
+ #, php-format
2667
+ msgid "Option already exists: <em>%s</em>"
2668
+ msgstr ""
2669
+
2670
+ #: ../modules/import-export/classes/import.php:404
2671
+ #, php-format
2672
+ msgid "Failed to create import directory <em>%s</em>"
2673
+ msgstr ""
2674
+
2675
+ #: ../modules/import-export/classes/import.php:409
2676
+ #, php-format
2677
+ msgid "Import directory is not writable: <em>%s</em>"
2678
+ msgstr ""
2679
+
2680
+ #: ../modules/import-export/classes/import.php:417
2681
+ msgid ""
2682
+ "File is empty, uploads are disabled or post_max_size is smaller than "
2683
+ "upload_max_filesize in php.ini"
2684
+ msgstr ""
2685
+
2686
+ #: ../modules/import-export/classes/import.php:427
2687
+ #, php-format
2688
+ msgid "Failed to upload file, error: <em>%s</em>"
2689
+ msgstr ""
2690
+
2691
+ #: ../modules/import-export/classes/import.php:432
2692
+ msgid "File is empty."
2693
+ msgstr ""
2694
+
2695
+ #: ../modules/import-export/classes/import.php:437
2696
+ #, php-format
2697
+ msgid ""
2698
+ "The file could not be created: <em>%s</em>. This is probably a permissions "
2699
+ "problem"
2700
+ msgstr ""
2701
+
2702
+ #: ../modules/import-export/classes/import.php:510
2703
+ #, php-format
2704
+ msgid "Invalid filetype <em>%s</em>"
2705
+ msgstr ""
2706
+
2707
+ #: ../modules/import-export/classes/import.php:515 ../modules/import-
2708
+ #: export/classes/import.php:522 ../modules/import-export/classes/import.php:530 .
2709
+ #: ./modules/import-export/classes/import.php:545
2710
+ #, php-format
2711
+ msgid "Error getting remote image <em>%s</em>"
2712
+ msgstr ""
2713
+
2714
+ #: ../modules/import-export/classes/import.php:539
2715
+ #, php-format
2716
+ msgid "Zero size file downloaded <em>%s</em>"
2717
+ msgstr ""
2718
+
2719
+ #: ../modules/import-export/classes/XmlEncoder.php:61 ../modules/import-
2720
+ #: export/classes/XmlEncoder.php:190
2721
+ #, php-format
2722
+ msgid "The % extension(s) is not loaded"
2723
+ msgstr ""
2724
+
2725
+ #: ../modules/import-export/classes/XmlEncoder.php:72
2726
+ msgctxt "import_export"
2727
+ msgid "The data must be an array"
2728
+ msgstr ""
2729
+
2730
+ #: ../modules/import-export/classes/XmlEncoder.php:100
2731
+ #, php-format
2732
+ msgctxt "import_export"
2733
+ msgid "The key %s is not valid"
2734
+ msgstr ""
2735
+
2736
+ #: ../modules/import-export/classes/XmlEncoder.php:146
2737
+ #, php-format
2738
+ msgctxt "import_export"
2739
+ msgid "An unexpected value could not be serialized: %s"
2740
+ msgstr ""
2741
+
2742
+ #: ../modules/import-export/classes/XmlEncoder.php:194
2743
+ msgctxt "import_export"
2744
+ msgid "Invalid XML data, it can not be empty"
2745
+ msgstr ""
2746
+
2747
+ #: ../modules/import-export/classes/XmlEncoder.php:216
2748
+ #, php-format
2749
+ msgctxt "import_export"
2750
+ msgid "XML error: %s"
2751
+ msgstr ""
2752
+
2753
+ #: ../modules/import-export/views/page.php:16
2754
+ msgid "Export"
2755
+ msgstr ""
2756
+
2757
+ #: ../modules/import-export/views/page.php:17
2758
+ msgid ""
2759
+ "When you click the button below Advanced Ads will create an XML file for you "
2760
+ "to save to your computer."
2761
+ msgstr ""
2762
+
2763
+ #: ../modules/import-export/views/page.php:28
2764
+ msgid "Download Export File"
2765
+ msgstr ""
2766
+
2767
+ #: ../modules/import-export/views/page.php:33
2768
+ msgid "Import"
2769
+ msgstr ""
2770
+
2771
+ #: ../modules/import-export/views/page.php:44
2772
+ msgid "Choose an XML file"
2773
+ msgstr ""
2774
+
2775
+ #: ../modules/import-export/views/page.php:45
2776
+ msgid "Copy an XML content"
2777
+ msgstr ""
2778
+
2779
+ #: ../modules/import-export/views/page.php:52
2780
+ msgid ""
2781
+ "Before you can upload your import file, you will need to fix the following "
2782
+ "error:"
2783
+ msgstr ""
2784
+
2785
+ #: ../modules/import-export/views/page.php:57
2786
+ #, php-format
2787
+ msgid "Maximum size: %s"
2788
+ msgstr ""
2789
+
2790
+ #: ../modules/import-export/views/page.php:66
2791
+ msgid "Start import"
2792
+ msgstr ""
2793
+
2794
  #: ../public/class-advanced-ads.php:309
2795
  msgid "Advanced Ads Error following:"
2796
  msgstr ""
modules/gadsense/admin/assets/js/new-ad.js CHANGED
@@ -37,14 +37,7 @@
37
  });
38
 
39
  $( document ).on('change', '#unit-type, #unit-code', function (ev) {
40
- var type = $( '#unit-type' ).val();
41
- if ('responsive' == type) {
42
- $( '#advanced-ads-ad-parameters-size' ).css( 'display', 'none' );
43
- } else if ('normal' == type) {
44
- $( '#advanced-ads-ad-parameters-size' ).css( 'display', 'block' );
45
- }
46
- $( document ).trigger( 'gadsenseUnitChanged' );
47
- window.gadsenseFormatAdContent();
48
  });
49
 
50
  $( document ).on('click', '#show-pastecode-div', function(ev){
@@ -122,15 +115,15 @@
122
  *
123
  */
124
  window.gadsenseFormatAdContent = function () {
125
- var slotId = $( '#adsense-new-add-div-default #unit-code' ).val();
126
  if ('' == slotId) { return false; }
127
- var unitType = $( '#adsense-new-add-div-default #unit-type' ).val();
128
  var adContent = {
129
  slotId: slotId,
130
  unitType: unitType,
131
  };
132
  if ('responsive' == unitType) {
133
- var resize = $( '#adsense-new-add-div-default #ad-resize-type' ).val();
134
  if (0 == resize) { resize = 'auto'; }
135
  adContent.resize = resize;
136
  }
@@ -143,6 +136,22 @@
143
  }
144
  $( '#advads-ad-content-adsense' ).val( JSON.stringify( adContent, false, 2 ) );
145
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
 
147
  });
148
 
37
  });
38
 
39
  $( document ).on('change', '#unit-type, #unit-code', function (ev) {
40
+ advads_update_adsense_type();
 
 
 
 
 
 
 
41
  });
42
 
43
  $( document ).on('click', '#show-pastecode-div', function(ev){
115
  *
116
  */
117
  window.gadsenseFormatAdContent = function () {
118
+ var slotId = $( '#ad-parameters-box #unit-code' ).val();
119
  if ('' == slotId) { return false; }
120
+ var unitType = $( '#ad-parameters-box #unit-type' ).val();
121
  var adContent = {
122
  slotId: slotId,
123
  unitType: unitType,
124
  };
125
  if ('responsive' == unitType) {
126
+ var resize = $( '#ad-parameters-box #ad-resize-type' ).val();
127
  if (0 == resize) { resize = 'auto'; }
128
  adContent.resize = resize;
129
  }
136
  }
137
  $( '#advads-ad-content-adsense' ).val( JSON.stringify( adContent, false, 2 ) );
138
  }
139
+
140
+ function advads_update_adsense_type(){
141
+ var type = $( '#unit-type' ).val();
142
+ if ('responsive' == type) {
143
+ $( '#advanced-ads-ad-parameters-size' ).css( 'display', 'none' );
144
+ $( '#advanced-ads-ad-parameters-size' ).prev('.label').css( 'display', 'none' );
145
+ $( '#advanced-ads-ad-parameters-size' ).next('.hr').css( 'display', 'none' );
146
+ } else if ('normal' == type) {
147
+ $( '#advanced-ads-ad-parameters-size' ).css( 'display', 'block' );
148
+ $( '#advanced-ads-ad-parameters-size' ).prev('.label').css( 'display', 'block' );
149
+ $( '#advanced-ads-ad-parameters-size' ).next('.hr').css( 'display', 'block' );
150
+ }
151
+ $( document ).trigger( 'gadsenseUnitChanged' );
152
+ window.gadsenseFormatAdContent();
153
+ }
154
+ advads_update_adsense_type();
155
 
156
  });
157
 
modules/gadsense/admin/views/adsense-ad-parameters.php CHANGED
@@ -15,57 +15,57 @@ $db = Advanced_Ads_AdSense_Data::get_instance();
15
  $sizing_array = $db->get_responsive_sizing();
16
 
17
  ?>
18
- <div id="adsense-new-add-div-default">
19
- <input type="hidden" id="advads-ad-content-adsense" name="advanced_ad[content]" value="<?php echo esc_attr( $json_content ); ?>" />
20
- <input type="hidden" name="unit_id" id="unit_id" value="<?php echo esc_attr( $unit_id ); ?>" />
21
- <?php
22
- if ( $use_paste_code ) {
23
- echo '<a class="button" href="#" id="show-pastecode-div">' . __( 'Copy&Paste existing ad code', 'advanced-ads' ) . '</a>';
24
- }
25
- ?>
26
- <p id="adsense-ad-param-error"></p>
27
- <?php ob_start(); ?>
28
- <label>
29
- <?php _e( 'Ad Slot ID', 'advanced-ads' ); ?>&nbsp;:&nbsp;<input type="text" name="unit-code" id="unit-code" value="<?php echo $unit_code; ?>" />
30
- </label>
31
- <?php
32
- $unit_code_markup = ob_get_clean();
33
- echo apply_filters( 'advanced-ads-gadsense-unit-code-markup', $unit_code_markup, $unit_code );
34
- ?>
35
- <input type="hidden" name="advanced_ad[output][adsense-pub-id]" id="advads-adsense-pub-id" value="" />
36
- <?php if( $pub_id ) : ?>
37
- <p><?php printf(__( 'Publisher ID: %s', 'advanced-ads' ), $pub_id ); ?></p>
38
- <?php endif; ?>
39
- <?php if( $pub_id_errors ) : ?>
40
- <p>
41
- <span class="advads-error-message">
42
- <?php echo $pub_id_errors; ?>
43
- </span>
44
- <?php printf(__( 'Please <a href="%s" target="_blank">change it here</a>.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings#top#adsense' )); ?>
45
- </p>
46
- <?php endif; ?>
47
- <label id="unit-type-block">
48
- <?php _e( 'Type', 'advanced-ads' ); ?>&nbsp;:&nbsp;
49
- <select name="unit-type" id="unit-type">
50
- <option value="normal" <?php selected( $unit_type, 'normal' ); ?>><?php _e( 'Normal', 'advanced-ads' ); ?></option>
51
- <option value="responsive" <?php selected( $unit_type, 'responsive' ); ?>><?php _e( 'Responsive', 'advanced-ads' ); ?></option>
52
- </select>
53
- </label>
54
- <?php if ( ! defined( 'AAR_SLUG' ) ) : ?>
55
- <p><?php printf( __( 'Use the <a href="%s" target="_blank">Responsive add-on</a> in order to define the exact creative for each browser width.', 'advanced-ads' ), ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-adsense' ); ?></p>
56
- <?php else : ?>
57
- <br />
58
  <?php endif; ?>
59
- <label <?php if ( ! $is_responsive || 2 > count( $sizing_array ) ) { echo 'style="display: none;"'; } ?> id="resize-block"><br />
60
- <?php _e( 'Resizing', 'advanced-ads' ); ?>&nbsp;:&nbsp;
61
- <select name="ad-resize-type" id="ad-resize-type">
62
- <?php foreach ( $sizing_array as $key => $desc ) : ?>
63
- <option value="<?php echo $key; ?>" <?php selected( $key, $unit_resize ); ?>><?php echo $desc; ?></option>
64
- <?php endforeach; ?>
65
- </select>
66
- </label>
67
- <?php do_action( 'advanced-ads-gadsense-extra-ad-param', $extra_params, $content ); ?>
68
- </div><!-- #adsense-new-add-div-default -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  <?php if ( $use_paste_code ) : ?>
70
  <div id="pastecode-div" style="display: none;">
71
  <div id="pastecode-container">
15
  $sizing_array = $db->get_responsive_sizing();
16
 
17
  ?>
18
+ <input type="hidden" id="advads-ad-content-adsense" name="advanced_ad[content]" value="<?php echo esc_attr( $json_content ); ?>" />
19
+ <input type="hidden" name="unit_id" id="unit_id" value="<?php echo esc_attr( $unit_id ); ?>" />
20
+ <?php
21
+ if ( $use_paste_code ) {
22
+ echo '<a class="button" href="#" id="show-pastecode-div">' . __( 'Copy&Paste existing ad code', 'advanced-ads' ) . '</a>';
23
+ }
24
+ ?>
25
+ <p id="adsense-ad-param-error"></p>
26
+ <?php ob_start(); ?>
27
+ <label class="label"><?php _e( 'Ad Slot ID', 'advanced-ads' ); ?></label>
28
+ <div>
29
+ <input type="text" name="unit-code" id="unit-code" value="<?php echo $unit_code; ?>" />
30
+ <input type="hidden" name="advanced_ad[output][adsense-pub-id]" id="advads-adsense-pub-id" value="" />
31
+ <?php if( $pub_id ) : ?>
32
+ <?php echo printf(__( 'Publisher ID: %s', 'advanced-ads' ), $pub_id ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  <?php endif; ?>
34
+ </div>
35
+ <hr/>
36
+ <?php
37
+ $unit_code_markup = ob_get_clean();
38
+ echo apply_filters( 'advanced-ads-gadsense-unit-code-markup', $unit_code_markup, $unit_code );
39
+ if( $pub_id_errors ) : ?>
40
+ <p>
41
+ <span class="advads-error-message">
42
+ <?php echo $pub_id_errors; ?>
43
+ </span>
44
+ <?php printf(__( 'Please <a href="%s" target="_blank">change it here</a>.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings#top#adsense' )); ?>
45
+ </p>
46
+ <?php endif; ?>
47
+ <label class="label" id="unit-type-block"><?php _e( 'Type', 'advanced-ads' ); ?></label>
48
+ <div>
49
+ <select name="unit-type" id="unit-type">
50
+ <option value="normal" <?php selected( $unit_type, 'normal' ); ?>><?php _e( 'Normal', 'advanced-ads' ); ?></option>
51
+ <option value="responsive" <?php selected( $unit_type, 'responsive' ); ?>><?php _e( 'Responsive', 'advanced-ads' ); ?></option>
52
+ </select>
53
+ </div>
54
+ <hr/>
55
+ <?php if ( ! defined( 'AAR_SLUG' ) ) : ?>
56
+ <p><?php printf( __( 'Use the <a href="%s" target="_blank">Responsive add-on</a> in order to define the exact size for each browser width or choose between horizontal, vertical, or rectangle formats.', 'advanced-ads' ), ADVADS_URL . 'add-ons/responsive-ads/#utm_source=advanced-ads&utm_medium=link&utm_campaign=edit-adsense' ); ?></p>
57
+ <?php else : ?>
58
+ <?php endif; ?>
59
+ <label class="label" <?php if ( ! $is_responsive || 2 > count( $sizing_array ) ) { echo 'style="display: none;"'; } ?> id="resize-label"><?php _e( 'Resizing', 'advanced-ads' ); ?></label>
60
+ <div <?php if ( ! $is_responsive || 2 > count( $sizing_array ) ) { echo 'style="display: none;"'; } ?>>
61
+ <select name="ad-resize-type" id="ad-resize-type">
62
+ <?php foreach ( $sizing_array as $key => $desc ) : ?>
63
+ <option value="<?php echo $key; ?>" <?php selected( $key, $unit_resize ); ?>><?php echo $desc; ?></option>
64
+ <?php endforeach; ?>
65
+ </select>
66
+ </div>
67
+ <hr/>
68
+ <?php do_action( 'advanced-ads-gadsense-extra-ad-param', $extra_params, $content ); ?>
69
  <?php if ( $use_paste_code ) : ?>
70
  <div id="pastecode-div" style="display: none;">
71
  <div id="pastecode-container">
modules/import-export/classes/XmlEncoder.php ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Encodes XML data.
4
+ *
5
+ * Based on code from the Symfony package
6
+ *
7
+ * Copyright (c) 2004-2016 Fabien Potencier <fabien@symfony.com>
8
+ *
9
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ * of this software and associated documentation files (the "Software"), to deal
11
+ * in the Software without restriction, including without limitation the rights
12
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ * copies of the Software, and to permit persons to whom the Software is furnished
14
+ * to do so, subject to the following conditions:
15
+
16
+ * The above copyright notice and this permission notice shall be included in all
17
+ * copies or substantial portions of the Software.
18
+
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
+ * THE SOFTWARE.
26
+ *
27
+ * @author Jordi Boggiano <j.boggiano@seld.be>
28
+ * @author John Wards <jwards@whiteoctober.co.uk>
29
+ * @author Fabian Vogler <fabian@equivalence.ch>
30
+ * @author Kévin Dunglas <dunglas@gmail.com>
31
+ */
32
+ class Advanced_Ads_XmlEncoder
33
+ {
34
+ /**
35
+ * @var DOMDocument
36
+ */
37
+ private $dom;
38
+
39
+ /**
40
+ * @var Advanced_Ads_XmlEncoder
41
+ */
42
+ private static $instance;
43
+
44
+ private function __construct() {}
45
+
46
+ /**
47
+ * @return Advanced_Ads_XmlEncoder
48
+ */
49
+ public static function get_instance()
50
+ {
51
+ if ( ! isset(self::$instance) ) {
52
+ self::$instance = new self;
53
+ }
54
+
55
+ return self::$instance;
56
+ }
57
+
58
+
59
+ public function encode( $data, $options = array()) {
60
+ if ( ! extension_loaded( 'simplexml' ) ) {
61
+ throw new Exception( sprintf( __( 'The % extension(s) is not loaded', 'advanced-ads' ), 'simplexml' ) );
62
+ }
63
+
64
+ $this->dom = new DOMDocument();
65
+ $this->dom->preserveWhiteSpace = false;
66
+ $this->dom->formatOutput = true;
67
+ if (isset($options['encoding'])) {
68
+ $this->dom->encoding = $options['encoding'];
69
+ }
70
+
71
+ if ( ! is_array($data) ) {
72
+ throw new UnexpectedValueException( _x( 'The data must be an array', 'import_export', 'advanced-ads' ) );
73
+ }
74
+
75
+ if (isset($options['skip_root'])) {
76
+ $this->buildXml($this->dom, $data );
77
+ } else {
78
+ // create root <advads-export> tag
79
+ $root = $this->dom->createElement('advads-export');
80
+ $this->dom->appendChild($root);
81
+ $this->buildXml($root, $data );
82
+ }
83
+
84
+
85
+ return $this->dom->saveXML();
86
+ }
87
+
88
+ /**
89
+ * Parse the data and convert it to DOMElements.
90
+ */
91
+ private function buildXml(DOMNode $parentNode, $data ) {
92
+ $append = true;
93
+
94
+ foreach ($data as $key => $data) {
95
+ if (is_numeric($key) ) {
96
+ $append = $this->appendNode($parentNode, $data, 'item', $key);
97
+ } elseif ( $this->isElementNameValid($key) ) {
98
+ $append = $this->appendNode($parentNode, $data, $key);
99
+ } else {
100
+ throw new UnexpectedValueException( sprintf( _x( 'The key %s is not valid', 'import_export', 'advanced-ads' ), $key ) );
101
+ }
102
+ }
103
+
104
+ return $append;
105
+ }
106
+
107
+
108
+ /**
109
+ * Selects the type of node to create and appends it to the parent.
110
+ *
111
+ * @param DOMNode $parentNode
112
+ * @param array|object $data
113
+ * @param string $nodeName
114
+ * @param string $key
115
+ *
116
+ * @return bool
117
+ */
118
+ private function appendNode(DOMNode $parentNode, $data, $nodeName, $key = null) {
119
+ $node = $this->dom->createElement($nodeName);
120
+
121
+ if (null !== $key) {
122
+ $node->setAttribute('key', $key);
123
+ }
124
+
125
+ $appendNode = false;
126
+ if (is_array($data)) {
127
+ $node->setAttribute('type', 'array' );
128
+ $appendNode = $this->buildXml($node, $data);
129
+ } elseif (is_numeric($data)) {
130
+ $node->setAttribute('type', is_string( $data) ? 'string' : 'numeric' );
131
+ $appendNode = $this->appendText($node, (string) $data);
132
+ } elseif (is_string($data)) {
133
+ $node->setAttribute('type', 'string');
134
+ $appendNode = $this->needsCdataWrapping($data) ? $this->appendCData($node, $data) : $this->appendText($node, $data);
135
+ } elseif (is_bool($data)) {
136
+ $node->setAttribute('type', 'boolean');
137
+ $appendNode = $this->appendText($node, (int) $data);
138
+ } elseif (is_null($data)) {
139
+ $node->setAttribute('type', 'null');
140
+ $appendNode = $this->appendText($node, '');
141
+ }
142
+
143
+ if ($appendNode) {
144
+ $parentNode->appendChild($node);
145
+ } else {
146
+ throw new UnexpectedValueException( sprintf( _x( 'An unexpected value could not be serialized: %s', 'import_export', 'advanced-ads' ), var_export($data, true) ) );
147
+ }
148
+
149
+ return $appendNode;
150
+ }
151
+
152
+ final protected function appendText(DOMNode $node, $val) {
153
+ $nodeText = $this->dom->createTextNode($val);
154
+ $node->appendChild($nodeText);
155
+
156
+ return true;
157
+ }
158
+
159
+ final protected function appendCData(DOMNode $node, $val) {
160
+ $nodeText = $this->dom->createCDATASection($val);
161
+ $node->appendChild($nodeText);
162
+
163
+ return true;
164
+ }
165
+
166
+ /**
167
+ * Checks if a value contains any characters which would require CDATA wrapping.
168
+ *
169
+ * @param string $val
170
+ *
171
+ * @return bool
172
+ */
173
+ private function needsCdataWrapping($val) {
174
+ return preg_match('/[<>&]/', $val);
175
+ }
176
+
177
+ /**
178
+ * Checks the name is a valid xml element name.
179
+ *
180
+ * @param string $name
181
+ *
182
+ * @return bool
183
+ */
184
+ final protected function isElementNameValid($name) {
185
+ return $name && false === strpos($name, ' ') && preg_match('#^[\pL_][\pL0-9._:-]*$#ui', $name);
186
+ }
187
+
188
+ public function decode($data) {
189
+ if ( ! extension_loaded( 'simplexml' ) ) {
190
+ throw new Exception( sprintf( __( 'The % extension(s) is not loaded', 'advanced-ads' ), 'simplexml' ) );
191
+ }
192
+
193
+ if ('' === trim($data)) {
194
+ throw new UnexpectedValueException( _x( 'Invalid XML data, it can not be empty', 'import_export', 'advanced-ads' ) );
195
+ }
196
+
197
+ $internalErrors = libxml_use_internal_errors(true);
198
+ $disableEntities = libxml_disable_entity_loader(true);
199
+ libxml_clear_errors();
200
+
201
+ $dom = new DOMDocument();
202
+
203
+ if ( strpos( $data, '<advads-export>' ) === false ) {
204
+ $data = preg_replace('/^<\?xml.*?\?>/', '', $data );
205
+ $data = '<advads-export>' . $data . '</advads-export>';
206
+ }
207
+
208
+ $dom->loadXML($data, LIBXML_NONET | LIBXML_NOBLANKS);
209
+
210
+ libxml_use_internal_errors($internalErrors);
211
+ libxml_disable_entity_loader($disableEntities);
212
+
213
+ if ($error = libxml_get_last_error()) {
214
+ libxml_clear_errors();
215
+
216
+ throw new UnexpectedValueException( sprintf( _x( 'XML error: %s', 'import_export', 'advanced-ads' ), $error->message ) );
217
+
218
+ }
219
+
220
+ // <advads-export>
221
+ $rootNode = $dom->firstChild;
222
+
223
+ if ($rootNode->hasChildNodes()) {
224
+ return $this->parseXml($rootNode);
225
+ }
226
+ }
227
+
228
+ /**
229
+ * Parse the input DOMNode into an array or a string.
230
+ *
231
+ * @param DOMNode $node xml to parse
232
+ *
233
+ * @return array|string
234
+ */
235
+ private function parseXml(DOMNode $node) {
236
+ // Parse the input DOMNode value (content and children) into an array or a string
237
+ $data = array();
238
+ if ( $node->hasAttributes() ) {
239
+ foreach ($node->attributes as $attr) {
240
+ if (ctype_digit($attr->nodeValue)) {
241
+ $data['@'.$attr->nodeName] = (int) $attr->nodeValue;
242
+ } else {
243
+ $data['@'.$attr->nodeName] = $attr->nodeValue;
244
+ }
245
+ }
246
+ }
247
+
248
+ $text_type = isset($data['@type']) ? $data['@type'] : null;
249
+ unset( $data['@type'] );
250
+
251
+ // Parse the input DOMNode value (content and children) into an array or a string.
252
+ if (!$node->hasChildNodes()) {
253
+ $value = $node->nodeValue;
254
+ } elseif (1 === $node->childNodes->length && in_array($node->firstChild->nodeType, array(XML_TEXT_NODE, XML_CDATA_SECTION_NODE))) {
255
+ $value = $node->firstChild->nodeValue;
256
+ } else {
257
+
258
+
259
+ $value = array();
260
+
261
+ foreach ($node->childNodes as $subnode) {
262
+ $val = $this->parseXml($subnode);
263
+
264
+ if ('item' === $subnode->nodeName && is_array($val) && isset($val['@key'])) {
265
+ $a = $val['@key'];
266
+ if (isset($val['#'])) {
267
+ $value[$a] = $val['#'] !== 'null' ? $val['#'] : null;
268
+ } else {
269
+ $value[$a] = $val !== 'null' ? $val : null;
270
+ }
271
+
272
+ } else {
273
+ $value[$subnode->nodeName][] = $val === 'null' ? null : $val;
274
+ }
275
+ }
276
+ foreach ($value as $key => $val) {
277
+ if (is_array($val) && 1 === count($val)) {
278
+ $value[$key] = current($val);
279
+ } else if ( is_array( $value[$key] ) && isset( $value[$key]['@key'] ) ) {
280
+ unset( $value[$key]['@key'] );
281
+ }
282
+ }
283
+ }
284
+
285
+ if (!count($data)) {
286
+ $value = $this->changeType( $value, $text_type );
287
+ return $value;
288
+ }
289
+
290
+ if (!is_array($value)) {
291
+ $value = $this->changeType( $value, $text_type );
292
+ $data['#'] = $value;
293
+ return $data;
294
+ }
295
+
296
+ if (1 === count($value) && key($value)) {
297
+ $data[key($value)] = current($value);
298
+
299
+ return $data;
300
+ }
301
+
302
+ foreach ($value as $key => $val) {
303
+ $data[$key] = $val;
304
+ }
305
+
306
+ return $data;
307
+ }
308
+
309
+ private function changeType( $text, $type ) {
310
+ if ( $type === 'string' ) return (string) $text;
311
+ if ( $type === 'numeric' ) return 0 + $text;
312
+ if ( $type === 'boolean' ) return (boolean) $text;
313
+ if ( $type === 'array' && $text=== '' ) return array();
314
+ if ( $type === 'null' ) return 'null';
315
+ return $text;
316
+ }
317
+
318
+ /**
319
+ * check if simplexml is loaded
320
+ *
321
+ * @return bool true if simplexml can be used
322
+ */
323
+ private function check_simplexml_exists(){
324
+ if ( extension_loaded( 'simplexml' ) ) {
325
+ return true;
326
+ }
327
+ return false;
328
+ }
329
+
330
+
331
+
332
+ }
modules/import-export/classes/export.php ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class Advanced_Ads_Export {
3
+ /**
4
+ * @var Advanced_Ads_Export
5
+ */
6
+ private static $instance;
7
+
8
+ /**
9
+ * status messages
10
+ */
11
+ private $messages = array();
12
+
13
+ private function __construct() {
14
+
15
+ $page_hook = 'admin_page_advanced-ads-import-export';
16
+ // execute before headers are sent
17
+ add_action( 'load-' . $page_hook, array( $this, 'download_export_file' ) );
18
+ }
19
+
20
+ /**
21
+ * Return an instance of this class.
22
+ */
23
+ public static function get_instance() {
24
+ if ( null == self::$instance ) {
25
+ self::$instance = new self;
26
+ }
27
+ return self::$instance;
28
+ }
29
+
30
+ /**
31
+ * Handle form submissions
32
+ */
33
+ public function download_export_file() {
34
+ $action = Advanced_Ads_Admin::get_instance()->current_action();
35
+
36
+ if ( $action === 'export' ) {
37
+ if ( ! current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options') ) ) {
38
+ return;
39
+ }
40
+
41
+ check_admin_referer( 'advads-export' );
42
+
43
+ if ( isset( $_POST['content'] ) ) {
44
+ $this->process( $_POST['content'] );
45
+ }
46
+ }
47
+ }
48
+
49
+ /**
50
+ * Generate XML file
51
+ */
52
+ private function process( array $content ) {
53
+ global $wpdb;
54
+
55
+ @set_time_limit( 0 );
56
+ @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
57
+
58
+ $export = array();
59
+ $advads_ad_groups = get_option( 'advads-ad-groups', array() );
60
+
61
+ if ( in_array( 'ads', $content ) ) {
62
+ $advads_ad_weights = get_option( 'advads-ad-weights', array() );
63
+
64
+ $ads = array();
65
+ $export_fields = implode( ', ', array(
66
+ 'ID',
67
+ 'post_date',
68
+ 'post_date_gmt',
69
+ 'post_content',
70
+ 'post_title',
71
+ 'post_password',
72
+ 'post_name',
73
+ 'post_status',
74
+ 'post_modified',
75
+ 'post_modified_gmt',
76
+ 'guid'
77
+ ) );
78
+
79
+ $posts = $wpdb->get_results( $wpdb->prepare( "SELECT $export_fields FROM {$wpdb->posts} where post_type = '%s' and post_status not in ('trash', 'auto-draft')", Advanced_Ads::POST_TYPE_SLUG ), ARRAY_A );
80
+
81
+ foreach ( $posts as $k => $post ) {
82
+ if ( ! empty( $post['post_content'] ) ) {
83
+ // wrap images in <advads_import_img></advads_import_img> tags
84
+ $search = '/' . preg_quote( home_url(), '/' ) . '(\S+?)\.(jpg|jpeg|gif|png)/i';
85
+ $post['post_content'] = preg_replace( $search, '<advads_import_img>\\0</advads_import_img>', $post['post_content'] );
86
+ }
87
+
88
+ $ads[$k] = $post;
89
+
90
+ if ( in_array( 'groups', $content ) ) {
91
+ $terms = wp_get_object_terms( $post['ID'], 'advanced_ads_groups' );
92
+
93
+ foreach ( (array) $terms as $term ) {
94
+ $group_info = array(
95
+ 'term_id' => $term->term_id,
96
+ 'slug' => $term->slug,
97
+ 'name' => $term->name,
98
+ );
99
+
100
+ if ( isset( $advads_ad_groups[ $term->term_id ] ) ) {
101
+ $group_info += $advads_ad_groups[ $term->term_id ];
102
+ }
103
+
104
+ if ( isset( $advads_ad_weights[ $term->term_id ][ $post['ID'] ] ) ) {
105
+ $group_info['weight'] = $advads_ad_weights[ $term->term_id ][ $post['ID'] ];
106
+ }
107
+
108
+ $ads[ $k ]['groups'][] = $group_info;
109
+ }
110
+ }
111
+
112
+ $postmeta = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->postmeta} WHERE post_id = %d", absint( $post['ID'] ) ) );
113
+
114
+ foreach ( $postmeta as $meta ) {
115
+ if ( $meta->meta_key === '_edit_lock' ) {
116
+ continue;
117
+ }
118
+ if ( $meta->meta_key === Advanced_Ads_Ad::$options_meta_field ) {
119
+ $ad_options = maybe_unserialize( $meta->meta_value );
120
+ if ( isset( $ad_options['output']['image_id'] ) ) {
121
+ $image_id = absint( $ad_options['output']['image_id'] );
122
+ if ( $atached_img = wp_get_attachment_url( $image_id) ) {
123
+ $ads[ $k ]['attached_img_url'] = $atached_img;
124
+ }
125
+ }
126
+ $ads[ $k ]['meta_input'][ $meta->meta_key ] = $ad_options;
127
+ } else {
128
+ $ads[ $k ]['meta_input'] [$meta->meta_key ] = $meta->meta_value;
129
+ }
130
+ }
131
+ }
132
+
133
+ if ( $ads ) {
134
+ $export['ads'] = $ads;
135
+ }
136
+ }
137
+
138
+ if ( in_array( 'groups', $content ) ) {
139
+ $terms = Advanced_Ads::get_instance()->get_model()->get_ad_groups();
140
+ foreach ( $terms as $term ) {
141
+ $group_info = array(
142
+ 'term_id' => $term->term_id,
143
+ 'slug' => $term->slug,
144
+ 'name' => $term->name,
145
+ );
146
+
147
+ if ( isset( $advads_ad_groups[ $term->term_id ] ) ) {
148
+ $group_info += $advads_ad_groups[ $term->term_id ];
149
+ }
150
+
151
+ $export['groups'][] = $group_info;
152
+ }
153
+ }
154
+
155
+ if ( in_array( 'placements', $content ) ) {
156
+ $export['placements'] = Advanced_Ads::get_instance()->get_model()->get_ad_placements_array();
157
+ }
158
+
159
+ if ( in_array( 'options', $content ) ) {
160
+ $export['options'] = apply_filters( 'advanced-ads-export-options', array (
161
+ ADVADS_SLUG => Advanced_Ads::get_instance()->options(),
162
+ ADVADS_SLUG . '-internal' => Advanced_Ads::get_instance()->internal_options(),
163
+ ) );
164
+ }
165
+
166
+ if ( $export ) {
167
+ if ( defined( 'IMPORT_DEBUG' ) && IMPORT_DEBUG ) {
168
+ error_log( print_r( 'Array to decode', true ) );
169
+ error_log( print_r( $export, true) );
170
+ }
171
+
172
+ $filename = 'advanced-ads-' . date( 'Y-m-d' ) . '.xml';
173
+
174
+ try {
175
+ $encoded = Advanced_Ads_XmlEncoder::get_instance()->encode( $export, array( 'encoding' => get_option( 'blog_charset' ) ) );
176
+
177
+ header( 'Content-Description: File Transfer' );
178
+ header( 'Content-Disposition: attachment; filename=' . $filename );
179
+ header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
180
+ echo $encoded;
181
+
182
+ if ( defined( 'IMPORT_DEBUG' ) && IMPORT_DEBUG ) {
183
+ error_log( print_r( $encoded, true ) );
184
+ $decoded = Advanced_Ads_XmlEncoder::get_instance()->decode( $encoded );
185
+ error_log( 'result ' . var_export( $export === $decoded , true ) );
186
+ }
187
+
188
+ exit();
189
+
190
+ } catch ( Exception $e ) {
191
+ $this->messages[] = array( 'error', $e->getMessage() );
192
+ }
193
+ }
194
+ }
195
+
196
+ public function get_messages(){
197
+ return $this->messages;
198
+ }
199
+ }
modules/import-export/classes/import.php ADDED
@@ -0,0 +1,569 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class Advanced_Ads_Import {
3
+ /**
4
+ * @var Advanced_Ads_Export
5
+ */
6
+ private static $instance;
7
+
8
+ /**
9
+ * uploaded XML file path
10
+ */
11
+ private $import_id;
12
+
13
+ /**
14
+ * status messages
15
+ */
16
+ private $messages = array();
17
+
18
+ /**
19
+ * imported data mapped with previous data, e.g. ids [ $old_ad_id => $new_ad_id ]
20
+ */
21
+ private $imported_data = array();
22
+
23
+ /**
24
+ * Created groups during this import session ['slug' => 'id']
25
+ */
26
+ private $created_groups = array();
27
+
28
+ /**
29
+ * attachments, created for Image Ads and images in ad content
30
+ */
31
+ private $created_attachments = array();
32
+
33
+ private function __construct() {}
34
+
35
+ /**
36
+ * Return an instance of this class.
37
+ */
38
+ public static function get_instance() {
39
+ if ( null == self::$instance ) {
40
+ self::$instance = new self;
41
+ }
42
+ return self::$instance;
43
+ }
44
+
45
+ /**
46
+ * Manages stages of the XML import process
47
+ */
48
+ public function dispatch() {
49
+ if ( ! current_user_can( Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options') ) ) {
50
+ return;
51
+ }
52
+
53
+ if ( ! isset( $_POST['import_type'] ) ) {
54
+ return;
55
+ }
56
+
57
+ switch ( $_POST['import_type'] ) {
58
+ case 'xml_content':
59
+ if ( empty( $_POST['xml_textarea'] ) ) {
60
+ $this->messages[] = array( 'error', __( 'Please enter XML content', 'advanced-ads' ) );
61
+ return;
62
+ }
63
+ // see wp_magic_quotes()
64
+ $this->import( stripslashes( $_POST['xml_textarea'] ) );
65
+ break;
66
+ case 'xml_file':
67
+ if ( $this->handle_upload() ) {
68
+ $this->import( file_get_contents( $this->import_id ) );
69
+ @unlink( $this->import_id );
70
+ }
71
+ break;
72
+ }
73
+ }
74
+
75
+ /**
76
+ * The main controller for the actual import stage
77
+ *
78
+ * @param string $xml_content
79
+ */
80
+ public function import( &$xml_content ) {
81
+ @set_time_limit( 0 );
82
+ @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
83
+
84
+ if ( defined( 'IMPORT_DEBUG' ) && IMPORT_DEBUG ) {
85
+ error_log( 'source XML:' );
86
+ error_log( $xml_content );
87
+ }
88
+
89
+ try {
90
+ $decoded = Advanced_Ads_XmlEncoder::get_instance()->decode( $xml_content );
91
+ } catch ( Exception $e ) {
92
+ error_log( $e->getMessage() );
93
+ $this->messages[] = array ( 'error', $e->getMessage() );
94
+ return;
95
+ }
96
+
97
+ if ( defined( 'IMPORT_DEBUG' ) && IMPORT_DEBUG ) {
98
+ error_log( 'decoded XML:' );
99
+ error_log(print_r($decoded, true));
100
+ }
101
+
102
+ $this->import_ads_and_groups( $decoded );
103
+ $this->import_empty_groups( $decoded );
104
+ $this->import_placements( $decoded );
105
+ $this->import_options( $decoded );
106
+
107
+ wp_cache_flush();
108
+ }
109
+
110
+ /**
111
+ * Create new ads and groups based on import information
112
+ *
113
+ * @param array $decoded decoded XML
114
+ */
115
+ private function import_ads_and_groups( &$decoded ) {
116
+ if ( isset( $decoded['ads'] ) && is_array( $decoded['ads'] ) ) {
117
+ foreach ( $decoded['ads'] as $k => $ad ) {
118
+ $ad_title = isset( $ad['post_title'] ) ? $ad['post_title'] : '';
119
+ $ad_date = isset( $ad['post_date'] ) ? $ad['post_date'] : '';
120
+
121
+ if ( isset( $ad['meta_input'] ) && is_array( $ad['meta_input'] ) ) {
122
+ foreach ( $ad['meta_input'] as $meta_k => &$meta_v ) {
123
+ if ( $meta_k !== Advanced_Ads_Ad::$options_meta_field ) {
124
+ $meta_v = maybe_unserialize( $meta_v );
125
+ }
126
+ }
127
+ }
128
+
129
+ // upload images for Image ad ad type
130
+ if ( isset( $ad['attached_img_url'] ) && isset( $ad['meta_input']['advanced_ads_ad_options']['output']['image_id'] ) ) {
131
+ $attached_img_url = $this->replace_placeholders( $ad['attached_img_url'] );
132
+ $attachment_id = null;
133
+
134
+ if ( isset( $this->created_attachments[ $attached_img_url ] ) ) {
135
+ $attachment_id = $this->created_attachments[ $attached_img_url ]['post_id'];
136
+ } else if ( $attachment = $this->upload_image_from_url( $attached_img_url ) ) {
137
+ $link = ( $link = get_attachment_link( $attachment['post_id'] ) ) ? sprintf( '<a href="%s">%s</a>', esc_url( $link ), __( 'Edit', 'advanced-ads' ) ) : '';
138
+ $this->messages[] = array( 'update', sprintf( __( 'New attachment created <em>%s</em> %s', 'advanced-ads' ), $attachment['post_id'], $link ) );
139
+ $this->created_attachments[ $attached_img_url ] = $attachment;
140
+ $attachment_id = $attachment['post_id'];
141
+ }
142
+
143
+ if ( $attachment_id ) {
144
+ $ad['meta_input']['advanced_ads_ad_options']['output']['image_id'] = $attachment_id;
145
+ }
146
+ }
147
+
148
+ $insert_ad = array(
149
+ 'post_title' => $ad_title,
150
+ 'post_date' => $ad_date,
151
+ 'post_date_gmt' => isset( $ad['post_date_gmt'] ) ? $ad['post_date_gmt'] : '',
152
+ 'post_content' => isset( $ad['post_content'] ) ? $this->process_ad_content( $ad['post_content'] ) : '',
153
+ 'post_password' => isset( $ad['post_password'] ) ? $ad['post_password'] : '',
154
+ 'post_name' => isset( $ad['post_name'] ) ? $ad['post_name'] : '',
155
+ 'post_status' => isset( $ad['post_status'] ) ? $ad['post_status'] : 'publish',
156
+ 'post_modified' => isset( $ad['post_modified'] ) ? $ad['post_modified'] : '',
157
+ 'post_modified_gmt' => isset( $ad['post_modified_gmt'] ) ? $ad['post_modified_gmt'] : '',
158
+ 'guid' => isset( $ad['guid'] ) ? $ad['guid'] :'',
159
+ 'post_author' => get_current_user_id(),
160
+ 'post_type' => Advanced_Ads::POST_TYPE_SLUG,
161
+ 'comment_status' => 'closed',
162
+ 'ping_status' => 'closed',
163
+ 'meta_input' => isset( $ad['meta_input'] ) ? $ad['meta_input'] : '',
164
+ );
165
+
166
+
167
+ $post_id = wp_insert_post( $insert_ad, true );
168
+
169
+ if ( is_wp_error( $post_id ) ) {
170
+ $this->messages[] = array( 'error', sprintf( __( 'Failed to import <em>%s</em>', 'advanced-ads' ), esc_html($ad['post_title'] ) ) );
171
+ if ( defined('IMPORT_DEBUG') && IMPORT_DEBUG ) {
172
+ $this->messages[] = array( 'error', ' > ' . $post_id->get_error_message() );
173
+ }
174
+
175
+ continue;
176
+ } else {
177
+ $link = ( $link = get_edit_post_link( $post_id ) ) ? sprintf( '<a href="%s">%s</a>', esc_url( $link ), __( 'Edit', 'advanced-ads' ) ) : '';
178
+ $this->messages[] = array( 'update', sprintf( __( 'New ad created: <em>%s</em> %s', 'advanced-ads' ), $post_id, $link ) );
179
+ }
180
+
181
+ // old ad id => new ad id
182
+ if ( isset( $ad['ID'] ) ) {
183
+ $this->imported_data['ads'][ absint( $ad['ID'] ) ] = $post_id;
184
+ }
185
+
186
+
187
+ // import ad groups
188
+ if ( ! empty( $ad['groups'] ) && is_array( $ad['groups'] ) ) {
189
+ $groups_to_set = array();
190
+ $advads_ad_groups = get_option( 'advads-ad-groups', array() );
191
+ $advads_ad_weights = get_option( 'advads-ad-weights', array() );
192
+
193
+ foreach ( $ad['groups'] as $_group ) {
194
+ if ( ! $group_id = $this->create_group_term( $_group ) ) {
195
+ continue;
196
+ }
197
+
198
+ $ad_group_id = null;
199
+ if ( isset( $ad['meta_input']['advanced_ads_ad_options']['output']['group_id'] ) ) {
200
+ $ad_group_id = $ad['meta_input']['advanced_ads_ad_options']['output']['group_id'];
201
+ }
202
+
203
+ // do not save the ad group, if this is the group assigned as ad content
204
+ if ( $ad_group_id !== $group_id ) {
205
+ $groups_to_set[] = intval( $group_id );
206
+ }
207
+
208
+ if ( ! isset( $advads_ad_groups[ $group_id ] ) ) {
209
+ $advads_ad_groups[ $group_id ] = array (
210
+ 'type' => isset( $_group['type']) ? $_group['type'] : 'default',
211
+ 'ad_count' => isset($_group['ad_count']) ? $_group['ad_count'] : 1,
212
+ 'options' => isset($_group['options']) ? $_group['options'] : array()
213
+ );
214
+
215
+ update_option( 'advads-ad-groups', $advads_ad_groups );
216
+ }
217
+
218
+ $ad_weight = isset( $_group['weight'] ) ? absint( $_group['weight'] ) : Advanced_Ads_Group::MAX_AD_GROUP_WEIGHT;
219
+ $advads_ad_weights[ $group_id ][ $post_id ] = $ad_weight;
220
+ }
221
+
222
+ update_option( 'advads-ad-weights', $advads_ad_weights );
223
+
224
+ $this->messages[] = array( 'update', sprintf( __( 'Assigned terms: <em>%s</em>, to post: <em>%s</em>', 'advanced-ads' ), implode(',',$groups_to_set), $post_id ) );
225
+
226
+ $tt_ids = wp_set_post_terms( $post_id, $groups_to_set, Advanced_Ads::AD_GROUP_TAXONOMY );
227
+ }
228
+
229
+ }
230
+ }
231
+ }
232
+
233
+ /**
234
+ * Create new empty groups based on import information
235
+ *
236
+ * @param array $decoded decoded XML
237
+ */
238
+ private function import_empty_groups( &$decoded ) {
239
+ if ( isset( $decoded['groups'] ) && is_array( $decoded['groups'] ) ) {
240
+ $advads_ad_groups = get_option( 'advads-ad-groups', array() );
241
+
242
+ foreach ( $decoded['groups'] as $_group ) {
243
+ if ( $group_id = $this->create_group_term( $_group ) ) {
244
+ if ( ! isset( $advads_ad_groups[ $group_id ] ) ) {
245
+ $advads_ad_groups[ $group_id ] = array (
246
+ 'type' => isset( $_group['type']) ? $_group['type'] : 'default',
247
+ 'ad_count' => isset( $_group['ad_count'] ) ? $_group['ad_count'] : 1,
248
+ 'options' => isset( $_group['options'] ) ? $_group['options'] : array()
249
+ );
250
+ }
251
+ }
252
+ }
253
+ update_option( 'advads-ad-groups', $advads_ad_groups );
254
+ }
255
+ }
256
+
257
+ /**
258
+ * Create new group term if it haven't already been created
259
+ *
260
+ * @param array $_group decoded XML
261
+ * @return int group_id, false on failure
262
+ */
263
+ private function create_group_term( $_group ) {
264
+ if ( empty( $_group['slug'] ) || empty( $_group['name'] ) ) {
265
+ return false;
266
+ }
267
+
268
+ $slug = $original_slug = $_group['slug'];
269
+
270
+ if ( isset( $this->created_groups[ $original_slug ] ) ) {
271
+ return $this->created_groups[ $slug ];
272
+ }
273
+
274
+ if ( term_exists( $slug, Advanced_Ads::AD_GROUP_TAXONOMY ) ) {
275
+ $count = 1;
276
+ while ( term_exists( $slug . '_' . $count, Advanced_Ads::AD_GROUP_TAXONOMY ) ) {
277
+ $count++;
278
+ }
279
+ $slug = $slug . '_' . $count;
280
+ }
281
+
282
+ $t = wp_insert_term( $_group['name'], Advanced_Ads::AD_GROUP_TAXONOMY, array( 'slug' => $slug) );
283
+
284
+ if ( ! is_wp_error( $t ) ) {
285
+ $this->created_groups[ $original_slug ] = $t['term_id'];
286
+ $group_id = $t['term_id'];
287
+ $this->messages[] = array( 'update', sprintf( __( 'New group created, id: <em>%s</em>, name: <em>%s</em>', 'advanced-ads' ), $group_id, esc_html( $_group['name'] ) ) );
288
+ } else {
289
+ $this->messages[] = array( 'error', sprintf( __( 'Failed to import taxonomy: <em>%s</em>, term: <em>%s</em>', 'advanced-ads' ), esc_html(Advanced_Ads::AD_GROUP_TAXONOMY), esc_html($_group['name'] ) ) );
290
+ if ( defined('IMPORT_DEBUG') && IMPORT_DEBUG ) {
291
+ $this->messages[] = array( 'error', ' > ' . $t->get_error_message() );
292
+ }
293
+
294
+ return false;
295
+ }
296
+
297
+ if ( ! empty( $_group['term_id'] ) ) {
298
+ $this->imported_data['groups'][ $_group['term_id'] ] = $group_id;
299
+ }
300
+
301
+ return $group_id;
302
+ }
303
+
304
+ /**
305
+ * Create new placements based on import information
306
+ *
307
+ * @param array $decoded decoded XML
308
+ */
309
+ private function import_placements( &$decoded ) {
310
+ if ( isset( $decoded['placements'] ) && is_array( $decoded['placements'] ) ) {
311
+
312
+ $existing_placements = $updated_placements = Advanced_Ads::get_instance()->get_model()->get_ad_placements_array();
313
+ $placement_types = Advanced_Ads_Placements::get_placement_types();
314
+
315
+ foreach ( $decoded['placements'] as $placement_key => &$placement ) {
316
+ $placement_key_uniq = sanitize_title( $placement_key );
317
+ if ( empty( $placement['name'] ) || empty( $placement_key_uniq ) || empty( $placement['type'] ) ) {
318
+ continue;
319
+ }
320
+
321
+ $placement['type'] = ( isset( $placement_types[ $placement['type'] ] ) ) ? $placement['type'] : 'default';
322
+ $placement['name'] = esc_attr( $placement['name'] );
323
+
324
+ // make sure the key in placement array is unique
325
+ if ( isset( $existing_placements[ $placement_key_uniq ] ) ) {
326
+ $count = 1;
327
+ while ( isset( $existing_placements[ $placement_key_uniq . '_' . $count ] ) ) {
328
+ $count++;
329
+ }
330
+ $placement_key_uniq .= '_' . $count;
331
+ }
332
+
333
+ // try to set "Item" (ad or group)
334
+ if ( ! empty( $placement['item'] ) ) {
335
+ $_item = explode( '_', $placement['item'] );
336
+ if ( ! empty( $_item[1] ) ) {
337
+ switch ( $_item[0] ) {
338
+ case 'ad':
339
+ case Advanced_Ads_Select::AD :
340
+ if ( isset ( $this->imported_data['ads'][ $_item[1] ] ) ) {
341
+ $placement['item'] = 'ad_' . $this->imported_data['ads'][ $_item[1] ];
342
+ }
343
+ break;
344
+ case Advanced_Ads_Select::GROUP :
345
+ if ( isset ( $this->imported_data['groups'][ $_item[1] ] ) ) {
346
+ $placement['item'] = 'group_' . $this->imported_data['groups'][ $_item[1] ];
347
+ }
348
+ break;
349
+ }
350
+ }
351
+ }
352
+
353
+ $this->messages[] = array( 'update', sprintf( __( 'Placement <em>%s</em> created', 'advanced-ads' ), esc_html( $placement['name'] ) ) );
354
+ $updated_placements[ $placement_key_uniq ] = $placement;
355
+
356
+ }
357
+
358
+ if ( $existing_placements !== $updated_placements ) {
359
+ update_option( 'advads-ads-placements', $updated_placements );
360
+ }
361
+
362
+ }
363
+ }
364
+
365
+ /**
366
+ * Create new options based on import information
367
+ *
368
+ * @param array $decoded decoded XML
369
+ */
370
+ private function import_options( &$decoded ) {
371
+ if ( isset( $decoded['options'] ) && is_array( $decoded['options'] ) ) {
372
+ foreach ( $decoded['options'] as $option_name => $option ) {
373
+ // ignore options not belonging to advanced ads
374
+ if ( 0 !== strpos( $option_name, 'advads-' ) && 0 !== strpos( $option_name, 'advanced-ads' ) ) {
375
+ continue;
376
+ }
377
+
378
+ if( ! get_option( $option_name ) ) {
379
+ $this->messages[] = array( 'error', sprintf(__( 'Option was updated: <em>%s</em>', 'advanced-ads' ), $option_name ) );
380
+ update_option( $option_name, maybe_unserialize( $option ) );
381
+ } else {
382
+ $this->messages[] = array( 'error', sprintf(__( 'Option already exists: <em>%s</em>', 'advanced-ads' ), $option_name ) );
383
+ }
384
+ }
385
+ }
386
+ }
387
+
388
+ /**
389
+ * Handles the XML upload
390
+ *
391
+ * @return bool false if error, true otherwise
392
+ */
393
+ private function handle_upload() {
394
+ $uploads_dir = wp_upload_dir();
395
+ if ( ! empty( $uploads_dir['error'] ) ) {
396
+ $this->messages[] = array( 'error', $uploads_dir['error'] );
397
+ return;
398
+ }
399
+
400
+ $import_dir = $uploads_dir['basedir'] . '/advads-import';
401
+ $this->import_id = $import_dir . '/' . md5( time() . NONCE_SALT );
402
+
403
+ if ( ! is_dir( $import_dir) && ! wp_mkdir_p( $import_dir ) ) {
404
+ $this->messages[] = array( 'error', sprintf( __( 'Failed to create import directory <em>%s</em>', 'advanced-ads' ), $import_dir ) );
405
+ return;
406
+ }
407
+
408
+ if ( ! is_writable( $import_dir ) ) {
409
+ $this->messages[] = array( 'error', sprintf( __( 'Import directory is not writable: <em>%s</em>', 'advanced-ads' ), $import_dir ) );
410
+ return;
411
+ }
412
+
413
+ if ( ! @file_exists( $import_dir . '/index.php') ) @touch( $import_dir . '/index.php' );
414
+
415
+
416
+ if ( ! isset( $_FILES['import'] ) ) {
417
+ $this->messages[] = array( 'error', __( 'File is empty, uploads are disabled or post_max_size is smaller than upload_max_filesize in php.ini', 'advanced-ads' ) );
418
+ return;
419
+ }
420
+
421
+ $file = $_FILES['import'];
422
+
423
+ // determine if uploaded file exceeds space quota.
424
+ $file = apply_filters( "wp_handle_upload_prefilter", $file );
425
+
426
+ if ( ! empty( $file['error'] ) ) {
427
+ $this->messages[] = array( 'error', sprintf( __( 'Failed to upload file, error: <em>%s</em>', 'advanced-ads' ), $file['error'] ) );
428
+ return;
429
+ }
430
+
431
+ if ( ! ( $file['size'] > 0 ) ) {
432
+ $this->messages[] = array( 'error', __( 'File is empty.', 'advanced-ads' ), $file['error'] );
433
+ return;
434
+ }
435
+
436
+ if ( ! is_uploaded_file( $file['tmp_name'] ) || ! @ move_uploaded_file( $file['tmp_name'], $this->import_id ) || ! is_readable( $this->import_id ) ) {
437
+ $this->messages[] = array( 'error', sprintf( __( 'The file could not be created: <em>%s</em>. This is probably a permissions problem', 'advanced-ads' ), $this->import_id ) );
438
+ return;
439
+ }
440
+
441
+ // Set correct file permissions.
442
+ $stat = stat( dirname( $import_dir ) );
443
+ $perms = $stat['mode'] & 0000666;
444
+ @ chmod( $this->import_id, $perms );
445
+
446
+ // cleanup in case of failed import
447
+ wp_schedule_single_event( time() + 10 * MINUTE_IN_SECONDS, 'advanced-ads-cleanup-import-file', array( $this->import_id ) );
448
+
449
+ return true;
450
+ }
451
+
452
+ /**
453
+ * Ad content manipulations
454
+ *
455
+ * @param string $content
456
+ * @return string $content
457
+ */
458
+ private function process_ad_content( $content ) {
459
+ // download images, replace old image urls with urls of these new images
460
+ $replacement_map = array();
461
+
462
+ if ( preg_match_all( '/\<advads_import_img\>(\S+?)\<\/advads_import_img\>/i', $content, $matches ) ) {
463
+ foreach ( $matches[1] as $k => $url ) {
464
+ if ( isset( $this->created_attachments[ $url ] ) ) {
465
+ $replacement_map[ $url ] = $this->created_attachments[ $url ]['attachment_url'];
466
+ } else if ( $attachment = $this->upload_image_from_url( $url ) ) {
467
+ $link = ( $link = get_attachment_link( $attachment['post_id'] ) ) ? sprintf( '<a href="%s">%s</a>', esc_url( $link ), __( 'Edit', 'advanced-ads' ) ) : '';
468
+ $this->messages[] = array( 'update', sprintf( __( 'New attachment created <em>%s</em> %s', 'advanced-ads' ), $attachment['post_id'], $link ) );
469
+ $this->created_attachments[ $url ] = $attachment;
470
+ $replacement_map[ $url ] = $attachment['attachment_url'];
471
+ }
472
+ }
473
+ }
474
+
475
+ $content = str_replace( array( '<advads_import_img>', '</advads_import_img>' ), '', $content );
476
+
477
+ if ( count( $replacement_map ) ) {
478
+ $content = str_replace( array_keys( $replacement_map ), array_values( $replacement_map ), $content );
479
+ }
480
+
481
+ // replace placeholders
482
+ return $this->replace_placeholders( $content );
483
+ }
484
+
485
+ /**
486
+ * Replace placeholders
487
+ *
488
+ * @param string $content
489
+ * @return string with replaced placeholders
490
+ */
491
+ private function replace_placeholders( $content ) {
492
+ $content = str_replace( '{ADVADS_BASE_URL}', ADVADS_BASE_URL, $content );
493
+ return $content;
494
+ }
495
+
496
+ /**
497
+ * Upload image from URL and create attachment
498
+ *
499
+ * @param string $image_url
500
+ * @return array with indices: post_id, attachment_url, false on failure
501
+ */
502
+ private function upload_image_from_url( $image_url ) {
503
+ $file_name = basename( current( explode( '?', $image_url ) ) );
504
+ $wp_filetype = wp_check_filetype( $file_name, null );
505
+ $parsed_url = @parse_url( $image_url );
506
+ $image_url = str_replace( ' ', '%20', $image_url );
507
+
508
+
509
+ if ( ! $wp_filetype['type'] ) {
510
+ $this->messages[] = array( 'error', sprintf( __( 'Invalid filetype <em>%s</em>', 'advanced-ads' ), $image_url ) );
511
+ return false;
512
+ }
513
+
514
+ if ( ! $parsed_url || ! is_array( $parsed_url ) ) {
515
+ $this->messages[] = array( 'error', sprintf( __( 'Error getting remote image <em>%s</em>', 'advanced-ads' ), $image_url ) );
516
+ return false;
517
+ }
518
+
519
+ $response = wp_safe_remote_get( $image_url, array( 'timeout' => 20 ) );
520
+
521
+ if ( is_wp_error( $response ) || 200 !== wp_remote_retrieve_response_code( $response ) ) {
522
+ $this->messages[] = array( 'error', sprintf( __( 'Error getting remote image <em>%s</em>', 'advanced-ads' ), $image_url ) );
523
+ return false;
524
+ }
525
+
526
+ // Upload the file.
527
+ $upload = wp_upload_bits( $file_name, '', wp_remote_retrieve_body( $response ) );
528
+
529
+ if ( $upload['error'] ) {
530
+ $this->messages[] = array( 'error', sprintf( __( 'Error getting remote image <em>%s</em>', 'advanced-ads' ), $image_url ) );
531
+ return false;
532
+ }
533
+
534
+ // Get filesize.
535
+ $filesize = filesize( $upload['file'] );
536
+
537
+ if ( 0 == $filesize ) {
538
+ @unlink( $upload['file'] );
539
+ $this->messages[] = array( 'error', sprintf( __( 'Zero size file downloaded <em>%s</em>', 'advanced-ads' ), $image_url ) );
540
+ return false;
541
+ }
542
+
543
+ if ( ! ( $fileinfo = @getimagesize( $upload['file'] ) ) || ! in_array( $fileinfo[2], array( IMAGETYPE_JPEG, IMAGETYPE_PNG, IMAGETYPE_GIF ) ) ) {
544
+ @unlink( $upload['file'] );
545
+ $this->messages[] = array( 'error', sprintf( __( 'Error getting remote image <em>%s</em>', 'advanced-ads' ), $image_url ) );
546
+ return false;
547
+ }
548
+
549
+ // create new post
550
+ $new_post = array(
551
+ 'post_title' => $file_name,
552
+ 'post_mime_type' => $wp_filetype['type'],
553
+ 'guid' => $upload['url'],
554
+ );
555
+
556
+ if ( ! function_exists( 'wp_generate_attachment_metadata' ) ) {
557
+ require_once( ABSPATH . 'wp-admin/includes/image.php' );
558
+ }
559
+
560
+ $post_id = wp_insert_attachment( $new_post, $upload['file'] );
561
+ wp_update_attachment_metadata( $post_id, wp_generate_attachment_metadata( $post_id, $upload['file'] ) );
562
+
563
+ return array( 'post_id' => $post_id, 'attachment_url' => wp_get_attachment_url( $post_id ) );
564
+ }
565
+
566
+ public function get_messages(){
567
+ return $this->messages;
568
+ }
569
+ }
modules/import-export/config.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // module configuration
4
+
5
+ $path = dirname( __FILE__ );
6
+
7
+ return array(
8
+ 'classmap' => array(
9
+ 'Advanced_Ads_XmlEncoder' => $path . '/classes/XmlEncoder.php',
10
+ 'Advanced_Ads_Export' => $path . '/classes/export.php',
11
+ 'Advanced_Ads_Import' => $path . '/classes/import.php',
12
+ ),
13
+ 'textdomain' => null,
14
+ );
modules/import-export/main.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class_exists( 'Advanced_Ads', false ) || exit();
4
+
5
+ if ( is_admin() ) {
6
+ add_action( 'advanced-ads-submenu-pages', 'advads_add_import_export_submenu' );
7
+ Advanced_Ads_Export::get_instance();
8
+
9
+ /**
10
+ * Add import & export page
11
+ *
12
+ */
13
+ function advads_add_import_export_submenu( $plugin_slug ) {
14
+ add_submenu_page(
15
+ 'options.php', __( 'Import &amp; Export', 'advanced-ads' ), __( 'Import &amp; Export', 'advanced-ads' ), Advanced_Ads_Plugin::user_cap( 'advanced_ads_manage_options' ), $plugin_slug . '-import-export', 'advads_display_import_export_page'
16
+ );
17
+ }
18
+
19
+ /**
20
+ * Render the import & export page
21
+ *
22
+ */
23
+ function advads_display_import_export_page() {
24
+ Advanced_Ads_Import::get_instance()->dispatch();
25
+ $messages = array_merge( Advanced_Ads_Import::get_instance()->get_messages(), Advanced_Ads_Export::get_instance()->get_messages() );
26
+
27
+ include ADVADS_BASE_PATH . 'modules/import-export/views/page.php';
28
+ }
29
+ }
30
+
31
+ add_action( 'advanced-ads-cleanup-import-file', 'advads_delete_old_import_file' );
32
+
33
+ /**
34
+ * Delete old import file via cron
35
+ *
36
+ */
37
+ function advads_delete_old_import_file( $path ) {
38
+ //error_log( 'delete_old_xml_file ' . $path );
39
+ if ( file_exists( $path ) ) {
40
+ @unlink( $path );
41
+ }
42
+ }
43
+
44
+
45
+
modules/import-export/views/page.php ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * the view for the import & export page
4
+ */
5
+
6
+ class_exists( 'Advanced_Ads', false ) || exit();
7
+
8
+ ?><div class="wrap">
9
+ <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
10
+ <?php
11
+ foreach( $messages as $_message ) : ?>
12
+ <div class="<?php echo $_message[0] === 'error' ? 'error' : 'updated'; ?>"><p><?php echo $_message[1]; ?></p></div>
13
+ <?php endforeach; ?>
14
+
15
+
16
+ <h2><?php _e( 'Export', 'advanced-ads' ); ?></h2>
17
+ <p><?php _e( 'When you click the button below Advanced Ads will create an XML file for you to save to your computer.', 'advanced-ads' ); ?></p>
18
+
19
+ <form method="post" action="">
20
+ <fieldset>
21
+ <input type="hidden" name="action" value="export" />
22
+ <?php wp_nonce_field( 'advads-export' ); ?>
23
+ <p><label><input type="checkbox" name="content[]" value="ads" checked="checked" /> <?php _e( 'Ads', 'advanced-ads' ); ?></label></p>
24
+ <p><label><input type="checkbox" name="content[]" value="groups" checked="checked" /> <?php _e( 'Groups', 'advanced-ads' ); ?></label></p>
25
+ <p><label><input type="checkbox" name="content[]" value="placements" checked="checked" /> <?php _e( 'Placements', 'advanced-ads' ); ?></label></p>
26
+ <p><label><input type="checkbox" name="content[]" value="options" checked="checked" /> <?php _e( 'Options', 'advanced-ads' ); ?></label></p>
27
+ </fieldset>
28
+ <?php submit_button( __( 'Download Export File' ) ); ?>
29
+ </form>
30
+
31
+
32
+
33
+ <h2><?php _e( 'Import', 'advanced-ads' ); ?></h2>
34
+ <?php
35
+ // filter the maximum allowed upload size for import files
36
+ $bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
37
+ $size = size_format( $bytes );
38
+ $upload_dir = wp_upload_dir();
39
+ ?>
40
+
41
+ <form enctype="multipart/form-data" id="import-upload-form" method="post" action="">
42
+ <?php wp_nonce_field( 'advads-import' ); ?>
43
+ <fieldset>
44
+ <p><label><input class="advads_import_type" type="radio" name="import_type" value="xml_file" checked="checked" /> <?php _e( 'Choose an XML file', 'advanced-ads' ); ?></label></p>
45
+ <p><label><input class="advads_import_type" type="radio" name="import_type" value="xml_content" /> <?php _e( 'Copy an XML content', 'advanced-ads' ); ?></label></p>
46
+ </fieldset>
47
+
48
+ <div id="advads_xml_file">
49
+ <?php
50
+ if ( ! empty( $upload_dir['error'] ) ) : ?>
51
+ <p class="advads-error-message">
52
+ <?php _e( 'Before you can upload your import file, you will need to fix the following error:' ); ?>
53
+ <strong><?php echo $upload_dir['error']; ?>guu</strong>
54
+ </p>
55
+ <?php else: ?>
56
+ <p>
57
+ <input type="file" id="upload" name="import" size="25" /> (<?php printf( __( 'Maximum size: %s' ), $size ); ?>)
58
+ <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
59
+ </p>
60
+ <?php endif; ?>
61
+ </div>
62
+ <div id="advads_xml_content" style="display:none;">
63
+ <p><textarea id="xml_textarea" name="xml_textarea" rows="10" cols="20" class="large-text code"></textarea></p>
64
+ </div>
65
+
66
+ <?php submit_button( __( 'Start import', 'advanced-ads' ), 'primary' ); ?>
67
+ </form>
68
+
69
+ </div>
70
+
71
+
72
+
73
+
74
+
75
+
public/class-advanced-ads.php CHANGED
@@ -629,7 +629,7 @@ class Advanced_Ads {
629
  'create_posts' => 'advanced_ads_edit_ads',
630
  ),
631
  'has_archive' => false,
632
- 'rewrite' => array( 'slug' => ADVADS_SLUG ),
633
  'query_var' => true,
634
  'supports' => array( 'title' ),
635
  'taxonomies' => array( Advanced_Ads::AD_GROUP_TAXONOMY )
629
  'create_posts' => 'advanced_ads_edit_ads',
630
  ),
631
  'has_archive' => false,
632
+ //'rewrite' => array( 'slug' => ADVADS_SLUG ),
633
  'query_var' => true,
634
  'supports' => array( 'title' ),
635
  'taxonomies' => array( Advanced_Ads::AD_GROUP_TAXONOMY )
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id
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.2
7
- Stable tag: 1.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,6 +23,8 @@ Advanced Ads is a simple ad manager made by a publisher for publishers. Based on
23
  * create drafts of advertisements only visible to logged in users
24
  * set a date for when to publish the ad
25
  * make internal notes about each ad
 
 
26
 
27
  = ad types =
28
 
@@ -49,6 +51,7 @@ choose between different ad types that enable you to:
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,6 +203,22 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
200
 
201
  == Changelog ==
202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  = 1.7.3 =
204
 
205
  * allow ad injection with just one click after ad was published
@@ -208,11 +227,11 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
208
  * fixed pro placements not visible when adblocker is enabled
209
  * forces ad type metabox to stay open for new ads
210
 
211
- = version 1.7.2.1 =
212
 
213
  * fix for missing index with newly created ads
214
 
215
- = version 1.7.2 =
216
 
217
  * license settings page rewritten
218
  * added Ad Group ad type
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.2
7
+ Stable tag: 1.7.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  * create drafts of advertisements only visible to logged in users
24
  * set a date for when to publish the ad
25
  * make internal notes about each ad
26
+ * import / export ads and settings
27
+ * Wizard to quickly create and place simple ads
28
 
29
  = ad types =
30
 
51
  * display multiple ads from a banner group (ad blocks)
52
  * define the order of ads from an ad group and allow default ads
53
  * display a label, e.g. “Advertisements” above each ad
54
+ * compatible with site builders: SiteOrigin
55
 
56
  = display conditions =
57
 
203
 
204
  == Changelog ==
205
 
206
+ = 1.7.4 =
207
+
208
+ * added Wizard to quickly create new ads, [manual](https://wpadvancedads.com/manual/wizard/)
209
+ * import / export feature
210
+ * optimized ad setting lists layout
211
+ * select scheduled ads for placements or in the ad widget
212
+ * allow wrapper class to include uppercase letters
213
+ * display ad image icon on ad overview page
214
+ * reactivate existing add-on licenses after shop upgrade
215
+ * don’t show ads on unrelated page types when a "show" + category display condition is set
216
+ * fix for using groups in some advanced placements
217
+ * fixed caching of dashboard widget
218
+ * fixed missing user capabilities after update
219
+ * fixed public url for ads due to possible WP bug
220
+ * updated Portuguese (Brazil) translation
221
+
222
  = 1.7.3 =
223
 
224
  * allow ad injection with just one click after ad was published
227
  * fixed pro placements not visible when adblocker is enabled
228
  * forces ad type metabox to stay open for new ads
229
 
230
+ = 1.7.2.1 =
231
 
232
  * fix for missing index with newly created ads
233
 
234
+ = 1.7.2 =
235
 
236
  * license settings page rewritten
237
  * added Ad Group ad type