Advanced Ads - Version 1.6.9.1

Version Description

Download this release

Release Info

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

Code changes from version 1.6.8.3 to 1.6.9.1

Files changed (47) hide show
  1. admin/assets/css/admin.css +15 -0
  2. admin/assets/js/admin.js +7 -2
  3. admin/class-advanced-ads-admin.php +24 -9
  4. admin/includes/class-notices.php +3 -3
  5. admin/views/ad-info-top.php +1 -7
  6. admin/views/ad-submitbox-meta.php +24 -15
  7. admin/views/notices/adblock.php +11 -0
  8. admin/views/placements.php +11 -1
  9. admin/views/support.php +57 -7
  10. advanced-ads.php +2 -2
  11. classes/ad-ajax.php +4 -1
  12. classes/ad-select.php +5 -0
  13. classes/ad_placements.php +18 -0
  14. classes/ad_type_content.php +5 -2
  15. classes/checks.php +199 -0
  16. classes/plugin.php +0 -105
  17. classes/visitor-conditions.php +7 -12
  18. composer.lock +5 -5
  19. languages/advanced-ads-de_DE.mo +0 -0
  20. languages/advanced-ads-de_DE.po +285 -134
  21. languages/advanced-ads-it_IT.mo +0 -0
  22. languages/advanced-ads-it_IT.po +2368 -1280
  23. languages/advanced-ads-nl_NL.mo +0 -0
  24. languages/advanced-ads-nl_NL.po +272 -147
  25. languages/advanced-ads-pt_BR.mo +0 -0
  26. languages/advanced-ads-pt_BR.po +2401 -1276
  27. languages/advanced-ads.pot +250 -125
  28. modules/display-by-query/display-by-query.class.php +2 -1
  29. modules/gadsense/admin/{class-gadsense-admin.php → admin.php} +37 -6
  30. modules/gadsense/admin/views/adsense-ad-parameters.php +1 -1
  31. modules/gadsense/config.php +4 -3
  32. modules/gadsense/includes/class-ad-type-adsense.php +2 -2
  33. modules/gadsense/includes/class-gadsense-data.php +8 -1
  34. modules/gadsense/main.php +5 -3
  35. modules/gadsense/public/public.php +36 -0
  36. modules/gadsense/public/templates/page-level.php +7 -0
  37. public/assets/js/advanced.js +1 -1
  38. public/assets/js/advanced.orig.js +122 -1
  39. public/class-advanced-ads.php +6 -2
  40. readme.txt +31 -175
  41. vendor/autoload_52.php +1 -1
  42. vendor/composer/ClassLoader.php +4 -4
  43. vendor/composer/LICENSE +21 -0
  44. vendor/composer/autoload_classmap.php +1 -0
  45. vendor/composer/autoload_real_52.php +3 -3
  46. vendor/composer/installed.json +6 -6
  47. vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php +4 -9
admin/assets/css/admin.css CHANGED
@@ -127,6 +127,13 @@
127
  #advads-visitor-conditions td.advads-visitor-conditions-operator-or > hr { display: none; }
128
  #advads-visitor-conditions-new .advads-buttonset label { text-transform: uppercase; }
129
  #advads-visitor-conditions-new .advads-buttonset { float: left; }
 
 
 
 
 
 
 
130
 
131
  /**
132
  AD GROUP LIST
@@ -161,6 +168,9 @@
161
  .advads-placements-new-form .advads-error-message { display: none; }
162
  .advads-placements-table { min-width: 80%; border-collapse: collapse; background: #fff; }
163
  .advads-placements-table tbody tr { border-top: 1px solid #f1f1f1; }
 
 
 
164
  .advads-placements-table th { margin: 0; padding: 10px; text-align: left; vertical-align: top; }
165
  .advads-placements-table.widefat tbody th { font-weight: bold; }
166
  .advads-placements-table th span { font-weight: normal; }
@@ -200,6 +210,11 @@ tr:hover .on-hover { display: block; }
200
  .advads-license-activate-active { color: green; }
201
  .advads-license-activate-error { color: red; }
202
 
 
 
 
 
 
203
  /**
204
  - GENERAL
205
  -*/
127
  #advads-visitor-conditions td.advads-visitor-conditions-operator-or > hr { display: none; }
128
  #advads-visitor-conditions-new .advads-buttonset label { text-transform: uppercase; }
129
  #advads-visitor-conditions-new .advads-buttonset { float: left; }
130
+ #advads-exp-timestampdiv { padding-top: 5px; line-height: 23px; }
131
+ #advads-exp-timestampdiv p { margin: 8px 0 6px; }
132
+ #advads-exp-timestampdiv input { border-width: 1px; border-style: solid; }
133
+ #advads-exp-timestampdiv select { height: 21px; line-height: 14px; padding: 0; vertical-align: top; font-size: 12px; }
134
+ #advads-exp-aa, #advads-exp-jj, #advads-exp-hh, #advads-exp-mn { padding: 1px; font-size: 12px; }
135
+ #advads-exp-jj, #advads-exp-hh, #advads-exp-mn { width: 2em; }
136
+ #advads-exp-aa { width: 3.4em; }
137
 
138
  /**
139
  AD GROUP LIST
168
  .advads-placements-new-form .advads-error-message { display: none; }
169
  .advads-placements-table { min-width: 80%; border-collapse: collapse; background: #fff; }
170
  .advads-placements-table tbody tr { border-top: 1px solid #f1f1f1; }
171
+ .advads-placements-table tbody tr td:first-child { width: 70px; }
172
+ .advads-placements-table tbody tr td:nth-child(2) { width: 100px; }
173
+ .advads-placements-table tbody tr td:nth-child(4) { width: 70px; }
174
  .advads-placements-table th { margin: 0; padding: 10px; text-align: left; vertical-align: top; }
175
  .advads-placements-table.widefat tbody th { font-weight: bold; }
176
  .advads-placements-table th span { font-weight: normal; }
210
  .advads-license-activate-active { color: green; }
211
  .advads-license-activate-error { color: red; }
212
 
213
+ /**
214
+ - SUPPORT PAGE
215
+ -*/
216
+ .advads-support-form textarea { width: 25em; height: 10em; }
217
+
218
  /**
219
  - GENERAL
220
  -*/
admin/assets/js/admin.js CHANGED
@@ -45,6 +45,11 @@ jQuery( document ).ready(function ($) {
45
 
46
  // activate general buttons
47
  $( '.advads-buttonset' ).buttonset();
 
 
 
 
 
48
 
49
  // toggle single display condition checkboxes that have a counterpart
50
  $( document ).on('click', '.advads-conditions-single input[type="checkbox"]', function () {
@@ -228,8 +233,8 @@ jQuery( document ).ready(function ($) {
228
  */
229
 
230
  // show image tooltips
231
- var advads_tooltips = $( ".advads-placements-new-form" ).tooltip({
232
- items: "img",
233
  content: function() {
234
  return $( this ).parents('.advads-placement-type').find( '.advads-placement-description' ).html();
235
  }
45
 
46
  // activate general buttons
47
  $( '.advads-buttonset' ).buttonset();
48
+ // activate accordions
49
+ $( ".advads-accordion" ).accordion({
50
+ active: false,
51
+ collapsible: true,
52
+ });
53
 
54
  // toggle single display condition checkboxes that have a counterpart
55
  $( document ).on('click', '.advads-conditions-single input[type="checkbox"]', function () {
233
  */
234
 
235
  // show image tooltips
236
+ var advads_tooltips = $( ".advads-placements-new-form .advads-placement-type" ).tooltip({
237
+ items: "span",
238
  content: function() {
239
  return $( this ).parents('.advads-placement-type').find( '.advads-placement-description' ).html();
240
  }
admin/class-advanced-ads-admin.php CHANGED
@@ -553,7 +553,7 @@ class Advanced_Ads_Admin {
553
  // get time set for ad or current timestamp (both GMT)
554
  $time_adj = $ad->expiry_date ? $ad->expiry_date : time();
555
  $time_adj = gmdate( 'Y-m-d H:i:s', $time_adj );
556
- list($curr_year, $curr_month, $curr_day) = explode('-', get_date_from_gmt( $time_adj, 'Y-m-d' ) );
557
  $enabled = 1 - empty($ad->expiry_date);
558
 
559
  include ADVADS_BASE_PATH . 'admin/views/ad-submitbox-meta.php';
@@ -670,10 +670,20 @@ class Advanced_Ads_Admin {
670
  $year = absint( $_POST['advanced_ad']['expiry_date']['year'] );
671
  $month = absint( $_POST['advanced_ad']['expiry_date']['month'] );
672
  $day = absint( $_POST['advanced_ad']['expiry_date']['day'] );
673
- // as PHP 5.2 has not reliable 'u' option need to calculate timestamps this way
674
- $gmDate = get_gmt_from_date("$year-$month-$day 00:00:00", 'Y-m-d');
675
- list( $year, $month, $day ) = explode( '-', $gmDate );
676
- $ad->expiry_date = gmmktime(0, 0, 0, $month, $day, $year);
 
 
 
 
 
 
 
 
 
 
677
  } else {
678
  $ad->expiry_date = 0;
679
  }
@@ -986,7 +996,7 @@ class Advanced_Ads_Admin {
986
  */
987
  public function render_settings_content_injection_priority(){
988
  $options = Advanced_Ads::get_instance()->options();
989
- $priority = ( ! empty($options['content-injection-priority'])) ? absint( $options['content-injection-priority'] ) : 100;
990
 
991
  echo '<input id="advanced-ads-content-injection-priority" type="number" value="'.$priority.'" name="'.ADVADS_SLUG.'[content-injection-priority]" size="3"/>';
992
  echo '<p class="description">'. __( 'Play with this value in order to change the priority of the injected ads compared to other auto injected elements in the post content.', ADVADS_SLUG ) .'</p>';
@@ -1382,9 +1392,14 @@ class Advanced_Ads_Admin {
1382
  * @since 1.5.3
1383
  */
1384
  public function admin_notices(){
1385
- if( current_user_can('manage_options') ){
1386
- $this->notices = Advanced_Ads_Admin_Notices::get_instance();
1387
- }
 
 
 
 
 
1388
  }
1389
 
1390
  /**
553
  // get time set for ad or current timestamp (both GMT)
554
  $time_adj = $ad->expiry_date ? $ad->expiry_date : time();
555
  $time_adj = gmdate( 'Y-m-d H:i:s', $time_adj );
556
+ list( $curr_year, $curr_month, $curr_day, $curr_hour, $curr_minute ) = explode('-', get_date_from_gmt( $time_adj, 'Y-m-d-H-i' ) );
557
  $enabled = 1 - empty($ad->expiry_date);
558
 
559
  include ADVADS_BASE_PATH . 'admin/views/ad-submitbox-meta.php';
670
  $year = absint( $_POST['advanced_ad']['expiry_date']['year'] );
671
  $month = absint( $_POST['advanced_ad']['expiry_date']['month'] );
672
  $day = absint( $_POST['advanced_ad']['expiry_date']['day'] );
673
+ $hour = absint( $_POST['advanced_ad']['expiry_date']['hour'] );
674
+ $minute = absint( $_POST['advanced_ad']['expiry_date']['minute'] );
675
+
676
+ $expiration_date = sprintf( "%04d-%02d-%02d %02d:%02d:%02d", $year, $month, $day, $hour, $minute, '00' );
677
+ $valid_date = wp_checkdate( $month, $day, $year, $expiration_date );
678
+
679
+ if ( !$valid_date ) {
680
+ $ad->expiry_date = 0;
681
+ } else {
682
+ // as PHP 5.2 has not reliable 'u' option need to calculate timestamps this way
683
+ $gmDate = get_gmt_from_date($expiration_date, 'Y-m-d-H-i');
684
+ list( $year, $month, $day, $hour, $minute ) = explode( '-', $gmDate );
685
+ $ad->expiry_date = gmmktime($hour, $minute, 0, $month, $day, $year);
686
+ }
687
  } else {
688
  $ad->expiry_date = 0;
689
  }
996
  */
997
  public function render_settings_content_injection_priority(){
998
  $options = Advanced_Ads::get_instance()->options();
999
+ $priority = ( isset($options['content-injection-priority'])) ? intval( $options['content-injection-priority'] ) : 100;
1000
 
1001
  echo '<input id="advanced-ads-content-injection-priority" type="number" value="'.$priority.'" name="'.ADVADS_SLUG.'[content-injection-priority]" size="3"/>';
1002
  echo '<p class="description">'. __( 'Play with this value in order to change the priority of the injected ads compared to other auto injected elements in the post content.', ADVADS_SLUG ) .'</p>';
1392
  * @since 1.5.3
1393
  */
1394
  public function admin_notices(){
1395
+ if( current_user_can('manage_options') ){
1396
+ $this->notices = Advanced_Ads_Admin_Notices::get_instance();
1397
+ }
1398
+
1399
+ // display ad block message
1400
+ if ( $this->screen_belongs_to_advanced_ads() ){
1401
+ include ADVADS_BASE_PATH . 'admin/views/notices/adblock.php';
1402
+ }
1403
  }
1404
 
1405
  /**
admin/includes/class-notices.php CHANGED
@@ -175,20 +175,20 @@ class Advanced_Ads_Admin_Notices {
175
  $queue = isset($options['queue']) ? $options['queue'] : array();
176
  // check license keys
177
 
178
- if ( Advanced_Ads_Plugin::check_licenses_invalid() && ! in_array( 'license_invalid', $queue )) {
179
  $this->notices[] = 'license_invalid';
180
  } else {
181
  $this->remove_from_queue( 'license_invalid' );
182
  }
183
 
184
  // check expiring licenses
185
- if ( Advanced_Ads_Plugin::check_licenses_expire() && ! in_array( 'license_expires', $queue )) {
186
  $this->notices[] = 'license_expires';
187
  } else {
188
  $this->remove_from_queue( 'license_expires' );
189
  }
190
  // check expired licenses
191
- if ( Advanced_Ads_Plugin::check_licenses_expired() && ! in_array( 'license_expired', $queue )) {
192
  $this->notices[] = 'license_expired';
193
  } else {
194
  $this->remove_from_queue( 'license_expired' );
175
  $queue = isset($options['queue']) ? $options['queue'] : array();
176
  // check license keys
177
 
178
+ if ( Advanced_Ads_Checks::licenses_invalid() && ! in_array( 'license_invalid', $queue )) {
179
  $this->notices[] = 'license_invalid';
180
  } else {
181
  $this->remove_from_queue( 'license_invalid' );
182
  }
183
 
184
  // check expiring licenses
185
+ if ( Advanced_Ads_Checks::licenses_expire() && ! in_array( 'license_expires', $queue )) {
186
  $this->notices[] = 'license_expires';
187
  } else {
188
  $this->remove_from_queue( 'license_expires' );
189
  }
190
  // check expired licenses
191
+ if ( Advanced_Ads_Checks::licenses_expired() && ! in_array( 'license_expired', $queue )) {
192
  $this->notices[] = 'license_expired';
193
  } else {
194
  $this->remove_from_queue( 'license_expired' );
admin/views/ad-info-top.php CHANGED
@@ -3,7 +3,7 @@
3
  <span id='advads-ad-info-close'>x</span>
4
  <h2>&#128077; <?php _e( 'Cool, you just published an ad. What now?', ADVADS_SLUG ); ?></h2>
5
  <h3><?php _e( 'Display the ad in …', ADVADS_SLUG ); ?></h3>
6
- <div id="advads-ad-options-accordion">
7
  <h3><?php _e( '… every post or page', ADVADS_SLUG ); ?></h3>
8
  <div>
9
  <p><?php _e( 'Use placements to inject the ad automatically into posts and pages.', ADVADS_SLUG ); ?></p>
@@ -46,12 +46,6 @@
46
  <p><?php printf( __( 'Learn more about your choices to display an ad in the <a href="%s" target="_blank">manual</a>', ADVADS_SLUG ), ADVADS_URL . 'manual/display-ads/' ); ?></p>
47
  </div>
48
  <script>
49
- jQuery(function() {
50
- jQuery( "#advads-ad-options-accordion" ).accordion({
51
- active: false,
52
- collapsible: true,
53
- });
54
- });
55
  jQuery('#advads-ad-info-close').click(function(){
56
  jQuery('#advads-ad-info-top').fadeOut();
57
  });
3
  <span id='advads-ad-info-close'>x</span>
4
  <h2>&#128077; <?php _e( 'Cool, you just published an ad. What now?', ADVADS_SLUG ); ?></h2>
5
  <h3><?php _e( 'Display the ad in …', ADVADS_SLUG ); ?></h3>
6
+ <div class="advads-accordion">
7
  <h3><?php _e( '… every post or page', ADVADS_SLUG ); ?></h3>
8
  <div>
9
  <p><?php _e( 'Use placements to inject the ad automatically into posts and pages.', ADVADS_SLUG ); ?></p>
46
  <p><?php printf( __( 'Learn more about your choices to display an ad in the <a href="%s" target="_blank">manual</a>', ADVADS_SLUG ), ADVADS_URL . 'manual/display-ads/' ); ?></p>
47
  </div>
48
  <script>
 
 
 
 
 
 
49
  jQuery('#advads-ad-info-close').click(function(){
50
  jQuery('#advads-ad-info-top').fadeOut();
51
  });
admin/views/ad-submitbox-meta.php CHANGED
@@ -1,22 +1,31 @@
1
  <div id="advanced-ads-expiry-date" class="misc-pub-section curtime misc-pub-curtime">
2
  <label onclick="advads_toggle_box('#advanced-ads-expiry-date-enable', '#advanced-ads-expiry-date .inner')">
3
  <input type="checkbox" id="advanced-ads-expiry-date-enable" name="advanced_ad[expiry_date][enabled]"
4
- value="1" <?php checked( $enabled, 1 ); ?>/><?php _e( 'Set expiry date', ADVADS_SLUG ); ?></label><br/>
 
 
 
5
  <div class="inner" <?php if ( ! $enabled ) : ?>style="display:none;"<?php endif; ?>>
6
- <?php
7
- $month = '<select name="advanced_ad[expiry_date][month]"' . ">\n";
8
- for ( $i = 1; $i < 13; $i = $i + 1 ) {
9
- $monthnum = zeroise( $i, 2 );
10
- $month .= "\t\t\t" . '<option value="' . $monthnum . '" ' . selected( $curr_month, $monthnum, false ) . '>';
11
- $month .= sprintf( _x( '%1$s-%2$s', '1: month number (01, 02, etc.), 2: month abbreviation', ADVADS_SLUG ),
12
- $monthnum, $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) ) ) . "</option>\n";
13
- }
14
- $month .= '</select>';
15
 
16
- $day = '<input type="text" name="advanced_ad[expiry_date][day]" value="' . $curr_day . '" size="2" maxlength="2" autocomplete="off" />';
17
- $year = '<input type="text" name="advanced_ad[expiry_date][year]" value="' . $curr_year . '" size="4" maxlength="4" autocomplete="off" />';
18
- ?><div class="timestamp-wrap">
19
- <?php printf( _x( '%1$s %2$s, %3$s', 'order of expiry date fields 1: month, 2: day, 3: year', ADVADS_SLUG ), $month, $day, $year ); ?>
20
- </div>
 
 
 
 
 
 
21
  </div>
22
  </div>
1
  <div id="advanced-ads-expiry-date" class="misc-pub-section curtime misc-pub-curtime">
2
  <label onclick="advads_toggle_box('#advanced-ads-expiry-date-enable', '#advanced-ads-expiry-date .inner')">
3
  <input type="checkbox" id="advanced-ads-expiry-date-enable" name="advanced_ad[expiry_date][enabled]"
4
+ value="1" <?php checked( $enabled, 1 ); ?>/><?php _e( 'Set expiry date', ADVADS_SLUG ); ?>
5
+ </label>
6
+ <br/>
7
+
8
  <div class="inner" <?php if ( ! $enabled ) : ?>style="display:none;"<?php endif; ?>>
9
+ <?php
10
+ $month = '<label><span class="screen-reader-text">' . __( 'Month' ) . '</span><select id="advads-exp-mm" name="advanced_ad[expiry_date][month]"' . ">\n";
11
+ for ( $i = 1; $i < 13; $i = $i + 1 ) {
12
+ $monthnum = zeroise( $i, 2 );
13
+ $month .= "\t\t\t" . '<option value="' . $monthnum . '" ' . selected( $curr_month, $monthnum, false ) . '>';
14
+ $month .= sprintf( _x( '%1$s-%2$s', '1: month number (01, 02, etc.), 2: month abbreviation', ADVADS_SLUG ),
15
+ $monthnum, $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) ) ) . "</option>\n";
16
+ }
17
+ $month .= '</select></label>';
18
 
19
+ $day = '<label><span class="screen-reader-text">' . __( 'Day' ) . '</span><input type="text" id="advads-exp-jj" name="advanced_ad[expiry_date][day]" value="' . $curr_day . '" size="2" maxlength="2" autocomplete="off" /></label>';
20
+ $year = '<label><span class="screen-reader-text">' . __( 'Year' ) . '</span><input type="text" id="advads-exp-aa" name="advanced_ad[expiry_date][year]" value="' . $curr_year . '" size="4" maxlength="4" autocomplete="off" /></label>';
21
+ $hour = '<label><span class="screen-reader-text">' . __( 'Hour' ) . '</span><input type="text" id="advads-exp-hh" name="advanced_ad[expiry_date][hour]" value="' . $curr_hour . '" size="2" maxlength="2" autocomplete="off" /></label>';
22
+ $minute = '<label><span class="screen-reader-text">' . __( 'Minute' ) . '</span><input type="text" id="advads-exp-mn" name="advanced_ad[expiry_date][minute]" value="' . $curr_minute . '" size="2" maxlength="2" autocomplete="off" /></label>';
23
+
24
+ ?>
25
+ <fieldset id="advads-exp-timestampdiv">
26
+ <div class="timestamp-wrap">
27
+ <?php printf( _x( '%1$s %2$s, %3$s @ %4$s %5$s', 'order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute', ADVADS_SLUG ), $month, $day, $year, $hour, $minute ); ?>
28
+ </div>
29
+ </fieldset>
30
  </div>
31
  </div>
admin/views/notices/adblock.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="advads-ad-block-check">
2
+ <img src="<?php echo ADVADS_BASE_URL . 'admin/assets/img/advertisement.png' ?>" width="1" height="1"/>
3
+ <div class="message error" style="display: none;"><p><?php _e( 'Please disable your <strong>AdBlocker</strong> to prevent problems with your ad setup.', ADVADS_SLUG ); ?></p></div>
4
+ </div>
5
+ <script>
6
+ jQuery(document).ready(function(){
7
+ if( ! jQuery('.advads-ad-block-check img').is(':visible') ){
8
+ jQuery('.advads-ad-block-check .message').show();
9
+ }
10
+ });
11
+ </script>
admin/views/placements.php CHANGED
@@ -115,10 +115,20 @@
115
  break;
116
  endswitch;
117
  do_action( 'advanced-ads-placement-options-after', $_placement_slug, $_placement );
 
 
 
 
 
 
 
 
 
 
118
  ?></td>
119
  <td>
120
  <input type="checkbox" id="adsads-placements-item-delete-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][delete]" value="1"/>
121
- <label for="adsads-placements-item-delete-<?php echo $_placement_slug; ?>"><?php _e( 'remove placement', ADVADS_SLUG ); ?></label>
122
  </td>
123
  </tr>
124
  <?php endforeach; ?>
115
  break;
116
  endswitch;
117
  do_action( 'advanced-ads-placement-options-after', $_placement_slug, $_placement );
118
+ ob_start();
119
+ do_action( 'advanced-ads-placement-options-after-advanced', $_placement_slug, $_placement );
120
+ $advanced_options = ob_get_clean();
121
+ if( $advanced_options ) :
122
+ ?><a class="advads-toggle-link" onclick="advads_toggle('.advads-placements-advanced-options-<?php
123
+ echo $_placement_slug; ?>')">- <?php _e( 'advanced options', ADVADS_SLUG ); ?> –</a>
124
+ <div class="advads-placements-advanced-options-<?php echo $_placement_slug; ?>" style="display: none"><?php
125
+ echo $advanced_options;
126
+ ?></div><?php
127
+ endif;
128
  ?></td>
129
  <td>
130
  <input type="checkbox" id="adsads-placements-item-delete-<?php echo $_placement_slug; ?>" name="advads[placements][<?php echo $_placement_slug; ?>][delete]" value="1"/>
131
+ <label for="adsads-placements-item-delete-<?php echo $_placement_slug; ?>"><?php _ex( 'delete', 'checkbox to remove placement', ADVADS_SLUG ); ?></label>
132
  </td>
133
  </tr>
134
  <?php endforeach; ?>
admin/views/support.php CHANGED
@@ -5,21 +5,71 @@
5
  ?><div class="wrap">
6
  <?php screen_icon(); ?>
7
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
8
- <?php if( $mail_sent )
9
- ?><div class="notice updated"><p><?php _e( 'Email was successfully sent.', ADVADS_SLUG ); ?></p></div><?php
10
- ?><h2><?php _e( 'Search', ADVADS_SLUG ); ?></h2>
 
11
  <p><?php _e( 'Use the following form to search for solutions in the manual on wpadvancedads.com', ADVADS_SLUG ); ?></p>
12
  <form action="https://wpadvancedads.com/" method="get">
13
  <input type="search" name="s"/>
14
  <input type="submit" value="<?php _e( 'search', ADVADS_SLUG ); ?>">
15
  </form>
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  <h2><?php _e( 'Contact', ADVADS_SLUG ); ?></h2>
18
  <p><?php printf(__( 'Please search the manual for a solution and take a look at <a href="%s" target="_blank">Ads not showing up?</a> before contacting me for help.', ADVADS_SLUG ), ADVADS_URL . 'manual/ads-not-showing-up/' ); ?></p>
19
  <form action="" method="post">
20
- <label><?php _e( 'your email', ADVADS_SLUG ); ?><input type="email" name="advads_support[email]" value="<?php echo $email; ?>"/></label><br/>
21
- <label><?php _e( 'your name', ADVADS_SLUG ); ?><input type="text" name="advads_support[name]" value="<?php echo $name; ?>"/></label><br/>
22
- <label><?php _e( 'your message', ADVADS_SLUG ); ?><br/><textarea name="advads_support[message]" cols="40" rows="10"><?php echo $message; ?></textarea></label><br/>
23
- <input type="submit" value="<?php _e( 'send', ADVADS_SLUG ); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  </form>
25
  </div>
5
  ?><div class="wrap">
6
  <?php screen_icon(); ?>
7
  <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
8
+ <?php if( $mail_sent ) { ?>
9
+ <div class="notice updated"><p><?php _e( 'Email was successfully sent.', ADVADS_SLUG ); ?></p></div>
10
+ <?php } ?>
11
+ <h2><?php _e( 'Search', ADVADS_SLUG ); ?></h2>
12
  <p><?php _e( 'Use the following form to search for solutions in the manual on wpadvancedads.com', ADVADS_SLUG ); ?></p>
13
  <form action="https://wpadvancedads.com/" method="get">
14
  <input type="search" name="s"/>
15
  <input type="submit" value="<?php _e( 'search', ADVADS_SLUG ); ?>">
16
  </form>
17
 
18
+ <h2><?php _e( 'Possible Issues', ADVADS_SLUG ); ?></h2>
19
+ <p><?php _e( 'Please fix the issues below or try to understand their consequences before contacting support.', ADVADS_SLUG ); ?></p>
20
+
21
+ <?php $messages = array();
22
+ if( ! Advanced_Ads_Checks::php_version_minimum() ) :
23
+ $messages[] = sprintf(__( 'Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for PHP 5.3 and higher. It might work, but updating PHP is highly recommended. Please ask your hosting provider for more information.', ADVADS_SLUG ), phpversion() );
24
+ endif;
25
+ if( Advanced_Ads_Checks::cache() && ! defined( 'AAP_VERSION' ) ) :
26
+ $messages[] = sprintf(__( 'Your <strong>website uses cache</strong>. Some dynamic features like ad rotation or visitor conditions might not work properly. Use the cache-busting feature of <a href="%s" target="_blank">Advanced Ads Pro</a> to load ads dynamically.', ADVADS_SLUG ), ADVADS_URL . 'add-ons/advanced-ads-pro' );
27
+ endif;
28
+ if( Advanced_Ads_Checks::wp_update_available() ) :
29
+ $messages[] = __( 'There is a <strong>new WordPress version available</strong>. Please update.', ADVADS_SLUG );
30
+ endif;
31
+ if( Advanced_Ads_Checks::plugin_updates_available() ) :
32
+ $messages[] = __( 'There are <strong>plugin updates available</strong>. Please update.', ADVADS_SLUG );
33
+ endif;
34
+ if( Advanced_Ads_Checks::licenses_invalid() ) :
35
+ $messages[] = sprintf( __( 'One or more license keys for <strong>Advanced Ads add-ons are invalid or missing</strong>. Please add valid license keys <a href="%s">here</a>.', ADVADS_SLUG ), admin_url( 'admin.php?page=advanced-ads-settings#top#licenses' ) );
36
+ endif;
37
+ if( Advanced_Ads_Checks::licenses_expired() ) :
38
+ $messages[] = sprintf( __( '<strong>Advanced Ads</strong> license(s) expired. Support and updates are disabled. Please visit <a href="%s"> the license page</a> for more information.', ADVADS_SLUG ), admin_url( 'admin.php?page=advanced-ads-settings#top#licenses' ) );
39
+ endif;
40
+ if( Advanced_Ads_Checks::active_autoptimize() ) :
41
+ $messages[] = __( '<strong>Autoptimize plugin detected</strong>. While this plugin is great for site performance, it is known to alter code, including scripts from ad networks. Please keep this in mind before asking for help about it.', ADVADS_SLUG );
42
+ endif;
43
+
44
+ if( count( $messages )) :
45
+ foreach( $messages as $_message ) :
46
+ ?><div class="message error"><p><?php echo $_message; ?></p></div><?php
47
+ endforeach;
48
+ endif;
49
+
50
+ Advanced_Ads_Checks::ad_blocker_notice(); ?>
51
  <h2><?php _e( 'Contact', ADVADS_SLUG ); ?></h2>
52
  <p><?php printf(__( 'Please search the manual for a solution and take a look at <a href="%s" target="_blank">Ads not showing up?</a> before contacting me for help.', ADVADS_SLUG ), ADVADS_URL . 'manual/ads-not-showing-up/' ); ?></p>
53
  <form action="" method="post">
54
+ <table class="form-table advads-support-form">
55
+ <tbody>
56
+ <tr>
57
+ <th scope="row"><label for="advads-support-email"><?php _e( 'your email', ADVADS_SLUG ); ?></label></th>
58
+ <td scope="row"><input id="advads-support-email" class="regular-text" type="email" name="advads_support[email]" value="<?php echo $email; ?>"/></td>
59
+ </tr>
60
+ <tr>
61
+ <th scope="row"><label for="advads-support-name"><?php _e( 'your name', ADVADS_SLUG ); ?></label></th>
62
+ <td scope="row"><input type="text" class="regular-text" name="advads_support[name]" value="<?php echo $name; ?>"/></td>
63
+ </tr>
64
+ <tr>
65
+ <th scope="row"><label for="advads-support-text"><?php _e( 'your message', ADVADS_SLUG ); ?></label></th>
66
+ <td scope="row"><textarea name="advads_support[message]"><?php echo $message; ?></textarea></td>
67
+ </tr>
68
+ <tr>
69
+ <td></td>
70
+ <td><input type="submit" class="button button-primary" value="<?php _e( 'send', ADVADS_SLUG ); ?>"></td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
  </form>
75
  </div>
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.6.8.3
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
@@ -38,7 +38,7 @@ define( 'ADVADS_BASE_DIR', dirname( plugin_basename( __FILE__ ) ) ); // director
38
  // general and global slug, e.g. to store options in WP, textdomain
39
  define( 'ADVADS_SLUG', 'advanced-ads' );
40
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
41
- define( 'ADVADS_VERSION', '1.6.8.3' );
42
 
43
  /*----------------------------------------------------------------------------*
44
  * 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.6.9
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
38
  // general and global slug, e.g. to store options in WP, textdomain
39
  define( 'ADVADS_SLUG', 'advanced-ads' );
40
  define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
41
+ define( 'ADVADS_VERSION', '1.6.9' );
42
 
43
  /*----------------------------------------------------------------------------*
44
  * Autoloading, modules and functions
classes/ad-ajax.php CHANGED
@@ -41,7 +41,10 @@ class Advanced_Ads_Ajax {
41
  $methods = $selector->get_methods();
42
  $method = isset( $_REQUEST['ad_method'] ) ? (string) $_REQUEST['ad_method'] : null;
43
  $id = isset( $_REQUEST['ad_id'] ) ? (string) $_REQUEST['ad_id'] : null;
44
- $arguments = isset( $_REQUEST['ad_args'] ) ? (array) $_REQUEST['ad_args'] : array();
 
 
 
45
  $adIds = isset( $_REQUEST['ad_ids'] ) ? $_REQUEST['ad_ids'] : null;
46
  if ( is_string( $adIds ) ) {
47
  $adIds = json_decode( $adIds, true );
41
  $methods = $selector->get_methods();
42
  $method = isset( $_REQUEST['ad_method'] ) ? (string) $_REQUEST['ad_method'] : null;
43
  $id = isset( $_REQUEST['ad_id'] ) ? (string) $_REQUEST['ad_id'] : null;
44
+ $arguments = isset( $_REQUEST['ad_args'] ) ? $_REQUEST['ad_args'] : array();
45
+ if (is_string($arguments)) {
46
+ $arguments = json_decode($arguments, true);
47
+ }
48
  $adIds = isset( $_REQUEST['ad_ids'] ) ? $_REQUEST['ad_ids'] : null;
49
  if ( is_string( $adIds ) ) {
50
  $adIds = json_decode( $adIds, true );
classes/ad-select.php CHANGED
@@ -140,6 +140,11 @@ class Advanced_Ads_Select {
140
  return ;
141
  }
142
 
 
 
 
 
 
143
  // get placement content
144
  $id = $args['id'];
145
  return Advanced_Ads_Placements::output( $id, $args );
140
  return ;
141
  }
142
 
143
+ // check conditions
144
+ if ( ! Advanced_Ads_Placements::can_display( $args['id'] ) ) {
145
+ return;
146
+ }
147
+
148
  // get placement content
149
  $id = $args['id'];
150
  return Advanced_Ads_Placements::output( $id, $args );
classes/ad_placements.php CHANGED
@@ -255,6 +255,8 @@ class Advanced_Ads_Placements {
255
  if ( ! in_array( $class, $args['output']['class'] ) ) {
256
  $args['output']['class'][] = $class;
257
  }
 
 
258
  }
259
 
260
  // fix method id
@@ -404,4 +406,20 @@ class Advanced_Ads_Placements {
404
 
405
  return $content;
406
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  }
255
  if ( ! in_array( $class, $args['output']['class'] ) ) {
256
  $args['output']['class'][] = $class;
257
  }
258
+
259
+ $args['output']['placement_id'] = $id;
260
  }
261
 
262
  // fix method id
406
 
407
  return $content;
408
  }
409
+
410
+ /**
411
+ * check if the placement can be displayed
412
+ *
413
+ * @since 1.6.9
414
+ * @param int $id placement id
415
+ * @return bool true if placement can be displayed
416
+ */
417
+ static function can_display( $id = 0 ){
418
+ if ( ! isset($id) || $id === 0 ) {
419
+ return true;
420
+ }
421
+
422
+ return apply_filters( 'advanced-ads-can-display-placement', true, $id );
423
+ }
424
+
425
  }
classes/ad_type_content.php CHANGED
@@ -106,9 +106,12 @@ echo $ad->content; ?></textarea><?php endif;
106
  public function prepare_output($ad){
107
 
108
  // apply functions normally running through the_content filter
109
- // the_content filter not used here because it created an infinite loop (ads within ads)
 
110
 
111
- $output = wptexturize( $ad->content );
 
 
112
  $output = convert_smilies( $output );
113
  $output = convert_chars( $output );
114
  $output = wpautop( $output );
106
  public function prepare_output($ad){
107
 
108
  // apply functions normally running through the_content filter
109
+ // the_content filter is not used here because it created an infinite loop (ads within ads for "before content" and other auto injections)
110
+ // maybe the danger is not here yet, but changing it to use the_content filter changes a lot
111
 
112
+ $output = $ad->content;
113
+
114
+ $output = wptexturize( $output );
115
  $output = convert_smilies( $output );
116
  $output = convert_chars( $output );
117
  $output = wpautop( $output );
classes/checks.php ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * checks for various things
5
+ *
6
+ * @since 1.6.9
7
+ */
8
+ class Advanced_Ads_Checks {
9
+
10
+ /**
11
+ * php version minimum 5.3
12
+ *
13
+ * @return bool true if 5.3 and higher
14
+ */
15
+ public static function php_version_minimum(){
16
+
17
+ if (version_compare(phpversion(), '5.3', '>=')) {
18
+ return true;
19
+ }
20
+
21
+ return false;
22
+ }
23
+
24
+ /**
25
+ * caching used
26
+ *
27
+ * @return bool true if active
28
+ */
29
+ public static function cache(){
30
+
31
+ if( ( defined( 'WP_CACHE' ) && WP_CACHE ) // general cache constant
32
+ || defined('W3TC') // W3 Total Cache
33
+ || function_exists( 'wp_super_cache_text_domain' ) // WP SUper Cache
34
+ || class_exists('zencache\\plugin') // ZenCache
35
+ ){
36
+ return true;
37
+ }
38
+
39
+ return false;
40
+ }
41
+
42
+ /**
43
+ * WordPress update available
44
+ *
45
+ * @return bool true if WordPress update available
46
+ */
47
+ public static function wp_update_available(){
48
+
49
+ $update_data = wp_get_update_data();
50
+ $count = absint( $update_data['counts']['wordpress'] );
51
+
52
+ if( $count ){
53
+ return true;
54
+ }
55
+
56
+ return false;
57
+ }
58
+
59
+ /**
60
+ * any plugin updates available
61
+ *
62
+ * @return bool true if plugin updates are available
63
+ */
64
+ public static function plugin_updates_available(){
65
+
66
+ $update_data = wp_get_update_data();
67
+ $count = absint( $update_data['counts']['plugins'] );
68
+
69
+ if( $count ){
70
+ return true;
71
+ }
72
+
73
+ return false;
74
+ }
75
+
76
+ /**
77
+ * check if license keys are missing or invalid
78
+ *
79
+ * @since 1.6.6
80
+ * @update 1.6.9 moved from Advanced_Ads_Plugin
81
+ * @return true if there are missing licenses
82
+ */
83
+ public static function licenses_invalid(){
84
+
85
+ $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
86
+
87
+ if( $add_ons === array() ) {
88
+ return false;
89
+ }
90
+
91
+ foreach( $add_ons as $_add_on_key => $_add_on ){
92
+ $status = get_option($_add_on['options_slug'] . '-license-status', false);
93
+
94
+ // don’t check if license is valid
95
+ if( $status === 'valid' ) {
96
+ continue;
97
+ }
98
+
99
+ // retrieve our license key from the DB
100
+ $licenses = get_option(ADVADS_SLUG . '-licenses', array());
101
+
102
+ $license_key = isset($licenses[$_add_on_key]) ? $licenses[$_add_on_key] : false;
103
+
104
+ if( ! $license_key || $status !== 'valid' ){
105
+ return true;
106
+ }
107
+ }
108
+
109
+ return false;
110
+ }
111
+
112
+ /**
113
+ * check if license keys are going to expire within next 14 days
114
+ *
115
+ * @since 1.6.6
116
+ * @update 1.6.9 moved from Advanced_Ads_Plugin
117
+ * @return true if there are expiring licenses
118
+ */
119
+ public static function licenses_expire(){
120
+
121
+ $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
122
+
123
+ if( $add_ons === array() ) {
124
+ return false;
125
+ }
126
+
127
+ $now = time();
128
+
129
+ foreach( $add_ons as $_add_on_key => $_add_on ){
130
+ // don’t display error for invalid licenses
131
+ if( get_option($_add_on['options_slug'] . '-license-status', false) === 'invalid' ) {
132
+ continue;
133
+ }
134
+
135
+ $expiry_date = get_option($_add_on['options_slug'] . '-license-expires', false);
136
+
137
+ if( $expiry_date ){
138
+ $expiry_date_t = strtotime( $expiry_date );
139
+ $in_two_weeks = time() + ( WEEK_IN_SECONDS * 2) ;
140
+ // check if expiry date is within next comming 2 weeks
141
+ if( $expiry_date_t < $in_two_weeks && $expiry_date_t >= $now ){
142
+ return true;
143
+ }
144
+
145
+ }
146
+ }
147
+
148
+ return false;
149
+ }
150
+
151
+ /**
152
+ * check if license keys are already expired
153
+ *
154
+ * @since 1.6.6
155
+ * @update 1.6.9 moved from Advanced_Ads_Plugin
156
+ * @return true if there are expired licenses
157
+ */
158
+ public static function licenses_expired(){
159
+
160
+ $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
161
+
162
+ if( $add_ons === array() ) {
163
+ return false;
164
+ }
165
+
166
+ $now = time();
167
+
168
+ foreach( $add_ons as $_add_on_key => $_add_on ){
169
+ // don’t display error for invalid licenses
170
+ if( get_option($_add_on['options_slug'] . '-license-status', false) === 'invalid' ) {
171
+ continue;
172
+ }
173
+
174
+ $expiry_date = get_option($_add_on['options_slug'] . '-license-expires', false);
175
+
176
+ if( $expiry_date && strtotime( $expiry_date ) < $now ){
177
+ return true;
178
+ }
179
+ }
180
+
181
+ return false;
182
+ }
183
+
184
+ /**
185
+ * Autoptimize plugin installed
186
+ * can change ad tags, especially inline css and scripts
187
+ *
188
+ * @link https://wordpress.org/plugins/autoptimize/
189
+ * @return bool true if Autoptimize is installed
190
+ */
191
+ public static function active_autoptimize(){
192
+
193
+ if( defined( 'AUTOPTIMIZE_CACHE_DIR' ) ){
194
+ return true;
195
+ }
196
+
197
+ return false;
198
+ }
199
+ }
classes/plugin.php CHANGED
@@ -451,111 +451,6 @@ class Advanced_Ads_Plugin {
451
  }
452
  }
453
 
454
- /**
455
- * check if license keys are missing or invalid
456
- *
457
- * @since 1.6.6
458
- * @return true if there are missing licenses
459
- */
460
- static function check_licenses_invalid(){
461
-
462
- $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
463
-
464
- if( $add_ons === array() ) {
465
- return false;
466
- }
467
-
468
- foreach( $add_ons as $_add_on_key => $_add_on ){
469
- $status = get_option($_add_on['options_slug'] . '-license-status', false);
470
-
471
- // don’t check if license is valid
472
- if( $status === 'valid' ) {
473
- continue;
474
- }
475
-
476
- // retrieve our license key from the DB
477
- $licenses = get_option(ADVADS_SLUG . '-licenses', array());
478
-
479
- $license_key = isset($licenses[$_add_on_key]) ? $licenses[$_add_on_key] : false;
480
-
481
- if( ! $license_key || $status !== 'valid' ){
482
- return true;
483
- }
484
- }
485
-
486
- return false;
487
- }
488
-
489
- /**
490
- * check if license keys are going to expire within next 14 days
491
- *
492
- * @since 1.6.6
493
- * @return true if there are expiring licenses
494
- */
495
- static function check_licenses_expire(){
496
-
497
- $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
498
-
499
- if( $add_ons === array() ) {
500
- return false;
501
- }
502
-
503
- $now = time();
504
-
505
- foreach( $add_ons as $_add_on_key => $_add_on ){
506
- // don’t display error for invalid licenses
507
- if( get_option($_add_on['options_slug'] . '-license-status', false) === 'invalid' ) {
508
- continue;
509
- }
510
-
511
- $expiry_date = get_option($_add_on['options_slug'] . '-license-expires', false);
512
-
513
- if( $expiry_date ){
514
- $expiry_date_t = strtotime( $expiry_date );
515
- $in_two_weeks = time() + ( WEEK_IN_SECONDS * 2) ;
516
- // check if expiry date is within next comming 2 weeks
517
- if( $expiry_date_t < $in_two_weeks && $expiry_date_t >= $now ){
518
- return true;
519
- }
520
-
521
- }
522
- }
523
-
524
- return false;
525
- }
526
-
527
- /**
528
- * check if license keys are already expired
529
- *
530
- * @since 1.6.6
531
- * @return true if there are expired licenses
532
- */
533
- static function check_licenses_expired(){
534
-
535
- $add_ons = apply_filters( 'advanced-ads-add-ons', array() );
536
-
537
- if( $add_ons === array() ) {
538
- return false;
539
- }
540
-
541
- $now = time();
542
-
543
- foreach( $add_ons as $_add_on_key => $_add_on ){
544
- // don’t display error for invalid licenses
545
- if( get_option($_add_on['options_slug'] . '-license-status', false) === 'invalid' ) {
546
- continue;
547
- }
548
-
549
- $expiry_date = get_option($_add_on['options_slug'] . '-license-expires', false);
550
-
551
- if( $expiry_date && strtotime( $expiry_date ) < $now ){
552
- return true;
553
- }
554
- }
555
-
556
- return false;
557
- }
558
-
559
  /**
560
  * get prefix used for frontend elements
561
  *
451
  }
452
  }
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  /**
455
  * get prefix used for frontend elements
456
  *
classes/visitor-conditions.php CHANGED
@@ -265,23 +265,21 @@ class Advanced_Ads_Visitor_Conditions {
265
  switch ( $operator ){
266
  // referrer contains string on any position
267
  case 'contain' :
268
- $condition = strpos( $string, $value ) !== false;
269
  break;
270
 
271
  // referrer does not contain string on any position
272
  case 'contain_not' :
273
- $condition = strpos( $string, $value ) === false;
274
  break;
275
 
276
  // referrer starts with the string
277
  case 'start' :
278
- // -TODO should allow a (locale aware) case insensitive comparision
279
- $condition = strpos( $string, $value ) === 0;
280
  break;
281
  // referrer does not start with the string
282
  case 'start_not' :
283
- // -TODO should allow a (locale aware) case insensitive comparision
284
- $condition = strpos( $string, $value ) !== 0;
285
  break;
286
  // referrer ends with the string
287
  case 'end' :
@@ -302,15 +300,13 @@ class Advanced_Ads_Visitor_Conditions {
302
 
303
  // referrer is equal to the string
304
  case 'match' :
305
- // -TODO should allow a (locale aware) case insensitive comparision
306
  // strings do match, but should not or not match but should
307
- $condition = $value === $string;
308
  break;
309
  // referrer is not equal to the string
310
  case 'match_not' :
311
- // -TODO should allow a (locale aware) case insensitive comparision
312
  // strings do match, but should not or not match but should
313
- $condition = $value !== $string;
314
  break;
315
  // string is a regular expression
316
  case 'regex' :
@@ -326,7 +322,7 @@ class Advanced_Ads_Visitor_Conditions {
326
  if( @preg_match( $value, null ) === false ){
327
  Advanced_Ads::log( "Advanced Ads: regular expression '$value' in visitor condition is broken." );
328
  } else {
329
- ! $condition = preg_match( $value, $string );
330
  }
331
  break;
332
  }
@@ -334,4 +330,3 @@ class Advanced_Ads_Visitor_Conditions {
334
  return $condition;
335
  }
336
  }
337
-
265
  switch ( $operator ){
266
  // referrer contains string on any position
267
  case 'contain' :
268
+ $condition = stripos( $string, $value ) !== false;
269
  break;
270
 
271
  // referrer does not contain string on any position
272
  case 'contain_not' :
273
+ $condition = stripos( $string, $value ) === false;
274
  break;
275
 
276
  // referrer starts with the string
277
  case 'start' :
278
+ $condition = stripos( $string, $value ) === 0;
 
279
  break;
280
  // referrer does not start with the string
281
  case 'start_not' :
282
+ $condition = stripos( $string, $value ) !== 0;
 
283
  break;
284
  // referrer ends with the string
285
  case 'end' :
300
 
301
  // referrer is equal to the string
302
  case 'match' :
 
303
  // strings do match, but should not or not match but should
304
+ $condition = strcasecmp($value, $string) === 0;
305
  break;
306
  // referrer is not equal to the string
307
  case 'match_not' :
 
308
  // strings do match, but should not or not match but should
309
+ $condition = strcasecmp($value, $string) !== 0;
310
  break;
311
  // string is a regular expression
312
  case 'regex' :
322
  if( @preg_match( $value, null ) === false ){
323
  Advanced_Ads::log( "Advanced Ads: regular expression '$value' in visitor condition is broken." );
324
  } else {
325
+ $condition = ! preg_match( $value, $string );
326
  }
327
  break;
328
  }
330
  return $condition;
331
  }
332
  }
 
composer.lock CHANGED
@@ -103,16 +103,16 @@
103
  },
104
  {
105
  "name": "xrstf/composer-php52",
106
- "version": "v1.0.17",
107
  "source": {
108
  "type": "hg",
109
  "url": "https://bitbucket.org/xrstf/composer-php52",
110
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30"
111
  },
112
  "dist": {
113
  "type": "zip",
114
- "url": "https://bitbucket.org/xrstf/composer-php52/get/70b853668d6c3f97b63dafcfaeebb622bf08fd30.zip",
115
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30",
116
  "shasum": ""
117
  },
118
  "type": "library",
@@ -131,7 +131,7 @@
131
  "MIT"
132
  ],
133
  "homepage": "http://www.xrstf.de/",
134
- "time": "2015-02-01 14:28:15"
135
  }
136
  ],
137
  "packages-dev": [],
103
  },
104
  {
105
  "name": "xrstf/composer-php52",
106
+ "version": "v1.0.18",
107
  "source": {
108
  "type": "hg",
109
  "url": "https://bitbucket.org/xrstf/composer-php52",
110
+ "reference": "32bc8be472523512b0ab1517f61d60bc4032803d"
111
  },
112
  "dist": {
113
  "type": "zip",
114
+ "url": "https://bitbucket.org/xrstf/composer-php52/get/32bc8be472523512b0ab1517f61d60bc4032803d.zip",
115
+ "reference": "32bc8be472523512b0ab1517f61d60bc4032803d",
116
  "shasum": ""
117
  },
118
  "type": "library",
131
  "MIT"
132
  ],
133
  "homepage": "http://www.xrstf.de/",
134
+ "time": "2015-08-07 21:44:58"
135
  }
136
  ],
137
  "packages-dev": [],
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: http://wordpress.org/plugins/plugin-name\n"
5
  "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
- "PO-Revision-Date: Fri Aug 28 2015 10:26:22 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"
@@ -26,6 +26,156 @@ msgstr ""
26
  "X-Textdomain-Support: yes\n"
27
  "X-Loco-Target-Locale: de_DE"
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  #: ../admin/class-advanced-ads-admin.php:239
30
  msgid "Overview"
31
  msgstr "Übersicht"
@@ -33,16 +183,16 @@ msgstr "Übersicht"
33
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
34
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
35
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
36
- #: php:169 ../classes/widget.php:83 ../public/class-advanced-ads.php:552
37
  msgid "Ads"
38
  msgstr "Anzeigen"
39
 
40
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
41
- #: admin/views/placements.php:162 ../classes/widget.php:76
42
  msgid "Ad Groups"
43
  msgstr "Anzeigen-Gruppen"
44
 
45
- #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:525
46
  msgid "Groups"
47
  msgstr "Gruppen"
48
 
@@ -114,154 +264,154 @@ msgstr "Anzeige-Bedingungen"
114
  msgid "Visitor Conditions"
115
  msgstr "Besucher-Bedingungen"
116
 
117
- #: ../admin/class-advanced-ads-admin.php:703 ../admin/class-advanced-ads-admin.
118
- #: php:704
119
  msgid "Ad updated."
120
  msgstr "Anzeige aktualisiert."
121
 
122
  #. translators: %s: date and time of the revision
123
- #: ../admin/class-advanced-ads-admin.php:706
124
  #, php-format
125
  msgid "Ad restored to revision from %s"
126
  msgstr "Anzeige aus Revision %s wiederhergestellt"
127
 
128
- #: ../admin/class-advanced-ads-admin.php:707
129
  msgid "Ad published."
130
  msgstr "Anzeige veröffentlicht."
131
 
132
- #: ../admin/class-advanced-ads-admin.php:708
133
  msgid "Ad saved."
134
  msgstr "Anzeige gespeichert."
135
 
136
- #: ../admin/class-advanced-ads-admin.php:709
137
  msgid "Ad submitted."
138
  msgstr "Anzeige gesendet."
139
 
140
- #: ../admin/class-advanced-ads-admin.php:711
141
  #, php-format
142
  msgid "Ad scheduled for: <strong>%1$s</strong>."
143
  msgstr "Anzeige geplant für <strong>%1$s</strong>."
144
 
145
  #. translators: Publish box date format, see http://php.net/date
146
- #: ../admin/class-advanced-ads-admin.php:713
147
  msgid "M j, Y @ G:i"
148
  msgstr "j M Y @ G:i"
149
 
150
- #: ../admin/class-advanced-ads-admin.php:715
151
  msgid "Ad draft updated."
152
  msgstr "Anzeigenentwurf gespeichert."
153
 
154
- #: ../admin/class-advanced-ads-admin.php:734
155
  #, php-format
156
  msgid "%s ad updated."
157
  msgid_plural "%s ads updated."
158
  msgstr[0] "%s Anzeige aktualisiert."
159
  msgstr[1] "%s Anzeigen aktualisiert."
160
 
161
- #: ../admin/class-advanced-ads-admin.php:735
162
  #, php-format
163
  msgid "%s ad not updated, somebody is editing it."
164
  msgid_plural "%s ads not updated, somebody is editing them."
165
  msgstr[0] "%s Anzeige nicht aktualisiert, jemand bearbeitet sie."
166
  msgstr[1] "%s Anzeigen nicht aktualisiert, jemand bearbeitet sie."
167
 
168
- #: ../admin/class-advanced-ads-admin.php:736
169
  #, php-format
170
  msgid "%s ad permanently deleted."
171
  msgid_plural "%s ads permanently deleted."
172
  msgstr[0] "%s Anzeige endgültig gelöscht."
173
  msgstr[1] "%s Anzeigen endgültig gelöscht."
174
 
175
- #: ../admin/class-advanced-ads-admin.php:737
176
  #, php-format
177
  msgid "%s ad moved to the Trash."
178
  msgid_plural "%s ads moved to the Trash."
179
  msgstr[0] "%s Anzeige in den Papierkorb verschoben."
180
  msgstr[1] "%s Anzeigen in den Papierkorb verschoben."
181
 
182
- #: ../admin/class-advanced-ads-admin.php:738
183
  #, php-format
184
  msgid "%s ad restored from the Trash."
185
  msgid_plural "%s ads restored from the Trash."
186
  msgstr[0] "%s Anzeige aus dem Papierkorb wiederhergestellt."
187
  msgstr[1] "%s Anzeige aus dem Papierkorb wiederhergestellt."
188
 
189
- #: ../admin/class-advanced-ads-admin.php:773 ../admin/views/settings.php:12
190
  msgid "General"
191
  msgstr "Allgemein"
192
 
193
- #: ../admin/class-advanced-ads-admin.php:785 ../admin/class-advanced-ads-admin.
194
- #: php:881
195
  msgid "Licenses"
196
  msgstr "Lizenzen"
197
 
198
- #: ../admin/class-advanced-ads-admin.php:796
199
  msgid "Disable ads"
200
  msgstr "Anzeigen auf dieser Seite deaktivieren."
201
 
202
- #: ../admin/class-advanced-ads-admin.php:804
203
  msgid "Hide ads for logged in users"
204
  msgstr "Verstecke Anzeigen vor eingeloggten Benutzern"
205
 
206
- #: ../admin/class-advanced-ads-admin.php:812
207
  msgid "Use advanced JavaScript"
208
  msgstr "Advanced-JavaScript benutzen"
209
 
210
- #: ../admin/class-advanced-ads-admin.php:820
211
  msgid "Unlimited ad injection"
212
  msgstr "Anzeigen-Injektion überall aktivieren "
213
 
214
- #: ../admin/class-advanced-ads-admin.php:828
215
  msgid "Priority of content injection filter"
216
  msgstr "Priorität der Anzeigen-Injektion"
217
 
218
- #: ../admin/class-advanced-ads-admin.php:836
219
  msgid "Hide ads from bots"
220
  msgstr "Anzeigen vor Bots verbergen"
221
 
222
- #: ../admin/class-advanced-ads-admin.php:844
223
  msgid "Disable notices"
224
  msgstr "Mitteilungen deaktivieren"
225
 
226
- #: ../admin/class-advanced-ads-admin.php:852
227
  msgid "ID prefix"
228
  msgstr "ID Präfix"
229
 
230
- #: ../admin/class-advanced-ads-admin.php:860
231
  msgid "Remove Widget ID"
232
  msgstr "ID des Widget entfernen"
233
 
234
- #: ../admin/class-advanced-ads-admin.php:935
235
  msgid "(display to all)"
236
  msgstr "(für alle sichtbar)"
237
 
238
- #: ../admin/class-advanced-ads-admin.php:936
239
  msgid "Subscriber"
240
  msgstr "Abonnent"
241
 
242
- #: ../admin/class-advanced-ads-admin.php:937
243
  msgid "Contributor"
244
  msgstr "Mitarbeiter"
245
 
246
- #: ../admin/class-advanced-ads-admin.php:938
247
  msgid "Author"
248
  msgstr "Autor"
249
 
250
- #: ../admin/class-advanced-ads-admin.php:939
251
  msgid "Editor"
252
  msgstr "Redakteur"
253
 
254
- #: ../admin/class-advanced-ads-admin.php:940
255
  msgid "Admin"
256
  msgstr "Admin"
257
 
258
- #: ../admin/class-advanced-ads-admin.php:948
259
  msgid "Choose the lowest role a user must have in order to not see any ads."
260
  msgstr ""
261
  "Wählen Sie die niedrigste Rolle die ein Benutzer haben muss um keine "
262
  "Anzeigen zu sehen."
263
 
264
- #: ../admin/class-advanced-ads-admin.php:962
265
  msgid ""
266
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
267
  "needs it."
@@ -269,7 +419,7 @@ msgstr ""
269
  "<strong>Hinweis: </strong>die Datei wird aktuell von einer Erweiterung "
270
  "benutzt."
271
 
272
- #: ../admin/class-advanced-ads-admin.php:965
273
  #, php-format
274
  msgid ""
275
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -280,7 +430,7 @@ msgstr ""
280
  "target=\"_blank\">Info</a>). Einige Funktionen und Erweiterungen können diese "
281
  "Einstellung überschreiben, wenn sie die Datei benötigen."
282
 
283
- #: ../admin/class-advanced-ads-admin.php:978
284
  msgid ""
285
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
286
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -298,7 +448,7 @@ msgstr ""
298
  "werden überall dort, wo Beiträge geladen werden, angezeigt (z.B. auch auf "
299
  "Archiv-Seiten)."
300
 
301
- #: ../admin/class-advanced-ads-admin.php:992
302
  msgid ""
303
  "Play with this value in order to change the priority of the injected ads "
304
  "compared to other auto injected elements in the post content."
@@ -306,7 +456,7 @@ msgstr ""
306
  "Ändern Sie diesen Wert um die Position automatisch eingefügter Anzeigen im "
307
  "Content gegenüber anderer Elementen zu beeinflussen."
308
 
309
- #: ../admin/class-advanced-ads-admin.php:1005
310
  #, php-format
311
  msgid ""
312
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -317,7 +467,7 @@ msgstr ""
317
  "werden mit dem <a href=\"%s\" target=\"_blank\">Tracking Add-On</a> dann auch "
318
  "keine Impressionen mehr gezählt."
319
 
320
- #: ../admin/class-advanced-ads-admin.php:1006
321
  msgid ""
322
  "Disabling this option only makes sense if your ads contain content you want "
323
  "to display to bots (like search engines) or your site is cached and bots "
@@ -326,7 +476,7 @@ msgstr ""
326
  "Deaktivieren Sie diese Option, wenn Bots (z.B. Suchmaschinen) die "
327
  "Werbeinhalte sehen sollen oder Ihre Seite einen Cache nutzt."
328
 
329
- #: ../admin/class-advanced-ads-admin.php:1019
330
  msgid ""
331
  "Disable internal notices like tips, tutorials, email newsletters and update "
332
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -337,7 +487,7 @@ msgstr ""
337
  "diese Einstellung, wenn Sie Advanced Ads auf mehreren Blog installiert \n"
338
  "haben."
339
 
340
- #: ../admin/class-advanced-ads-admin.php:1041
341
  msgid ""
342
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
343
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -346,7 +496,7 @@ msgstr ""
346
  "Präfix der class oder id Attribute im Frontend. Eine Änderung kann helfen "
347
  "damit Ad-Blocker die Inhalte nicht pauschal entfernen."
348
 
349
- #: ../admin/class-advanced-ads-admin.php:1062
350
  msgid ""
351
  "Remove the ID attribute from widgets in order to not make them an easy "
352
  "target of ad blockers."
@@ -354,54 +504,54 @@ msgstr ""
354
  "ID-Attribut des Anzeigenwidgets entfernen, damit Ad-Blocker hier keinen "
355
  "Ansatz haben es zu blockieren."
356
 
357
- #: ../admin/class-advanced-ads-admin.php:1115
358
  msgid "Ad Details"
359
  msgstr "Anzeigeneinstellungen"
360
 
361
- #: ../admin/class-advanced-ads-admin.php:1189
362
  msgid "Ad Settings"
363
  msgstr "Anzeigen-Einstellungen"
364
 
365
- #: ../admin/class-advanced-ads-admin.php:1268 ../admin/views/overview.php:23
366
  msgid "Ads Dashboard"
367
  msgstr "Anzeigen-Dashboard"
368
 
369
- #: ../admin/class-advanced-ads-admin.php:1280
370
  msgid "From the ad optimization universe"
371
  msgstr "Neues aus dem Anzeigen-Universum"
372
 
373
- #: ../admin/class-advanced-ads-admin.php:1289
374
  msgid "Advanced Ads Tutorials"
375
  msgstr "Advanced Ads Tutorials"
376
 
377
- #: ../admin/class-advanced-ads-admin.php:1300
378
  #, php-format
379
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
380
  msgstr "%d Anzeigen – <a href=\"%s\">verwalten</a> - <a href=\"%s\">neu</a>"
381
 
382
- #: ../admin/class-advanced-ads-admin.php:1311
383
  msgid "plugin manual and homepage"
384
  msgstr "Plugin-Anleitung und Homepage"
385
 
386
- #: ../admin/class-advanced-ads-admin.php:1318
387
  msgid "Get the tutorial via email"
388
  msgstr "Tutorial per E-Mail (engl.)\n"
389
 
390
- #: ../admin/class-advanced-ads-admin.php:1325
391
  msgid "Get AdSense tips via email"
392
  msgstr "AdSense Tips per E-Mail (engl.)"
393
 
394
- #: ../admin/class-advanced-ads-admin.php:1399
395
  msgid "Error while trying to register the license. Please contact support."
396
  msgstr ""
397
  "Die Lizenz konnte nicht registriert werden. Bitte kontaktieren Sie den "
398
  "Support."
399
 
400
- #: ../admin/class-advanced-ads-admin.php:1405
401
  msgid "Please enter and save a valid license key first."
402
  msgstr "Bitte speichern Sie zunächst einen gültigen Lizenzschlüssel."
403
 
404
- #: ../admin/class-advanced-ads-admin.php:1425
405
  #, php-format
406
  msgid "License is invalid. Reason: %s"
407
  msgstr "Die Lizenz ist ungültig. Grund: %s"
@@ -453,7 +603,7 @@ msgid "Display ads with the highest ad weight first"
453
  msgstr "Anzeigen mit dem höchsten Anzeigengewicht zuerst einblenden."
454
 
455
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
456
- #: php:556
457
  msgid "Edit"
458
  msgstr "Bearbeiten"
459
 
@@ -663,10 +813,6 @@ msgstr "Hilfe bei Setup und Optimierung"
663
  msgid "Manual and Support"
664
  msgstr "Anleitung und Support"
665
 
666
- #: ../admin/includes/class-overview-widgets.php:53
667
- msgid "Advanced Ads Pro"
668
- msgstr ""
669
-
670
  #: ../admin/includes/class-overview-widgets.php:55
671
  msgid "Tracking and Stats"
672
  msgstr "Tracking und Statistik"
@@ -957,7 +1103,7 @@ msgstr ""
957
  "Erfahren Sie im Newsletter mehr darüber, wie und <strong>wie viel Sie mit "
958
  "AdSense verdienen</strong> können (engl.)."
959
 
960
- #: ../admin/includes/notices.php:52
961
  #, php-format
962
  msgid ""
963
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
@@ -980,7 +1126,7 @@ msgstr ""
980
  "für weiteren Support und Updates und erhalten Sie dafür einen deutlichen "
981
  "Rabatt. <a href=\"%s\" target=\"_blank\">Zur Plugin-Seite</a>."
982
 
983
- #: ../admin/includes/notices.php:62
984
  #, php-format
985
  msgid ""
986
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
@@ -1103,7 +1249,7 @@ msgid "Number of ads that are visible at the same time"
1103
  msgstr "Anzahl der Anzeigen, die gleichzeitig sichtbar sein sollen."
1104
 
1105
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
1106
- #: 553
1107
  msgid "Ad"
1108
  msgstr "Anzeige"
1109
 
@@ -1391,18 +1537,12 @@ msgstr "Höhe"
1391
  msgid "Set expiry date"
1392
  msgstr "Verfallsdatum setzen"
1393
 
1394
- #: ../admin/views/ad-submitbox-meta.php:11
1395
  #, php-format
1396
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1397
  msgid "%1$s-%2$s"
1398
  msgstr "%1$s-%2$s"
1399
 
1400
- #: ../admin/views/ad-submitbox-meta.php:19
1401
- #, php-format
1402
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year"
1403
- msgid "%1$s %2$s, %3$s"
1404
- msgstr "%2$s %1$s %3$s"
1405
-
1406
  #: ../admin/views/ad-visitor-metabox.php:4
1407
  msgid ""
1408
  "Display conditions that are based on the user. Use with caution on cached "
@@ -1646,7 +1786,7 @@ msgstr "Nutzungshinweise"
1646
  msgid "Item"
1647
  msgstr "Anzeige"
1648
 
1649
- #: ../admin/views/placements.php:69 ../admin/views/placements.php:160
1650
  msgid "--not selected--"
1651
  msgstr "--nicht gewählt--"
1652
 
@@ -1666,27 +1806,39 @@ msgstr "vor"
1666
  msgid "start counting from bottom"
1667
  msgstr "von unten zählen"
1668
 
1669
- #: ../admin/views/placements.php:118
1670
- msgid "remove placement"
1671
- msgstr "Platzierung entfernen"
 
 
 
 
 
 
 
 
 
 
 
 
1672
 
1673
- #: ../admin/views/placements.php:124
1674
  msgid "Save Placements"
1675
  msgstr "Platzierungen sichern"
1676
 
1677
- #: ../admin/views/placements.php:126
1678
  msgid "Create a new placement"
1679
  msgstr "Neue Platzierung erstellen"
1680
 
1681
- #: ../admin/views/placements.php:127
1682
  msgid "New Placement"
1683
  msgstr "Neue Platzierung"
1684
 
1685
- #: ../admin/views/placements.php:133
1686
  msgid "Choose a placement type"
1687
  msgstr "Typ der Platzierung wählen"
1688
 
1689
- #: ../admin/views/placements.php:134
1690
  #, php-format
1691
  msgid ""
1692
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -1695,15 +1847,15 @@ msgstr ""
1695
  "Der Platzierungstyp entscheidet darüber wo eine Anzeige im Frontend "
1696
  "platziert wird. Mehr dazu finden Sie in der <a href=\"%s\">Anleitung</a>."
1697
 
1698
- #: ../admin/views/placements.php:151
1699
  msgid "Please select a placement type."
1700
  msgstr "Bitte wählen Sie einen Platzierungs-Typ"
1701
 
1702
- #: ../admin/views/placements.php:153
1703
  msgid "Choose a Name"
1704
  msgstr "Bezeichnung wählen"
1705
 
1706
- #: ../admin/views/placements.php:154
1707
  msgid ""
1708
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1709
  "one, e.g. <em>Below Post Headline</em>."
@@ -1711,23 +1863,23 @@ msgstr ""
1711
  "Die Bezeichnung der Platzierung ist nur für Sie sichtbar. Ich empfehle eine "
1712
  "beschreibende Bezeichnung, z.B. <em>Unter der Artikelüberschrift</em>."
1713
 
1714
- #: ../admin/views/placements.php:155
1715
  msgid "Placement Name"
1716
  msgstr "Bezeichnung"
1717
 
1718
- #: ../admin/views/placements.php:156
1719
  msgid "Please enter a name for your placement."
1720
  msgstr "Bitte tragen Sie den Namen der Platzierung ein."
1721
 
1722
- #: ../admin/views/placements.php:157
1723
  msgid "Choose the Ad or Group"
1724
  msgstr "Anzeige oder Gruppe wählen"
1725
 
1726
- #: ../admin/views/placements.php:158
1727
  msgid "The ad or group that should be displayed."
1728
  msgstr "Die Anzeige oder Anzeigengruppe die angezeigt werden soll."
1729
 
1730
- #: ../admin/views/placements.php:177
1731
  msgid "Save New Placement"
1732
  msgstr "Neue Platzierung sichern"
1733
 
@@ -1841,11 +1993,11 @@ msgstr "webgilde GmbH"
1841
  msgid "Email was successfully sent."
1842
  msgstr "E-Mail erfolgreich gesendet."
1843
 
1844
- #: ../admin/views/support.php:10
1845
  msgid "Search"
1846
  msgstr "Suche"
1847
 
1848
- #: ../admin/views/support.php:11
1849
  msgid ""
1850
  "Use the following form to search for solutions in the manual on "
1851
  "wpadvancedads.com"
@@ -1853,15 +2005,15 @@ msgstr ""
1853
  "Benutzen Sie die folgende Suche um in der Anleitung (englisch) auf "
1854
  "wpadvancedads.com zu suchen."
1855
 
1856
- #: ../admin/views/support.php:14
1857
  msgid "search"
1858
  msgstr "suchen"
1859
 
1860
- #: ../admin/views/support.php:17
1861
  msgid "Contact"
1862
  msgstr "Kontakt aufnehmen"
1863
 
1864
- #: ../admin/views/support.php:18
1865
  #, php-format
1866
  msgid ""
1867
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
@@ -1871,19 +2023,19 @@ msgstr ""
1871
  "sich die Vorschläge unter <a href=\"%s\" target=\"_blank\">Ads not showing up?"
1872
  "</a> an."
1873
 
1874
- #: ../admin/views/support.php:20
1875
  msgid "your email"
1876
  msgstr "E-Mail"
1877
 
1878
- #: ../admin/views/support.php:21
1879
  msgid "your name"
1880
  msgstr "Name"
1881
 
1882
- #: ../admin/views/support.php:22
1883
  msgid "your message"
1884
  msgstr "Nachricht"
1885
 
1886
- #: ../admin/views/support.php:23
1887
  msgid "send"
1888
  msgstr "senden"
1889
 
@@ -2215,16 +2367,16 @@ msgstr "In sekundären Abfragen (secundary queries) anzeigen\n"
2215
  msgid " at "
2216
  msgstr " um "
2217
 
2218
- #: ../modules/gadsense/admin/class-gadsense-admin.php:26 ..
2219
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2220
  msgid "Responsive"
2221
  msgstr "Responsive"
2222
 
2223
- #: ../modules/gadsense/admin/class-gadsense-admin.php:44
2224
  msgid "The ad details couldn't be retrieved from the ad code"
2225
  msgstr "Die Anzeigendetails konnten nicht vom Ad Code ermittelt werden."
2226
 
2227
- #: ../modules/gadsense/admin/class-gadsense-admin.php:45
2228
  msgid ""
2229
  "Warning : The AdSense account from this code does not match the one set with "
2230
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2234,29 +2386,28 @@ msgstr ""
2234
  "den Einstellungen hinterlegt wurde. Es kann zu Problemen bei der Anzeige "
2235
  "kommen."
2236
 
2237
- #: ../modules/gadsense/admin/class-gadsense-admin.php:123 ..
2238
- #: modules/gadsense/admin/class-gadsense-admin.php:227
2239
  msgid "AdSense"
2240
  msgstr "AdSense"
2241
 
2242
- #: ../modules/gadsense/admin/class-gadsense-admin.php:131
2243
  msgid "AdSense ID"
2244
  msgstr "AdSense-ID"
2245
 
2246
- #: ../modules/gadsense/admin/class-gadsense-admin.php:140
2247
  msgid "Limit to 3 ads"
2248
  msgstr "Auf 3 Anzeigen beschränken"
2249
 
2250
- #: ../modules/gadsense/admin/class-gadsense-admin.php:168
2251
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2252
  msgstr "Ihre AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2253
 
2254
- #: ../modules/gadsense/admin/class-gadsense-admin.php:180
2255
  #, php-format
2256
  msgid "Limit to %d AdSense ads"
2257
  msgstr "Auf maximal %d AdSense Anzeigen begrenzen"
2258
 
2259
- #: ../modules/gadsense/admin/class-gadsense-admin.php:184
2260
  #, php-format
2261
  msgid ""
2262
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
@@ -2268,12 +2419,12 @@ msgstr ""
2268
  "Anzeigen pro Seite. Deaktivieren Sie diese Einstellung daher auf eigenes "
2269
  "Risiko."
2270
 
2271
- #: ../modules/gadsense/admin/class-gadsense-admin.php:187
2272
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2273
  msgstr "Hinweis: Advanced Ads zählt nur die AdSense-Anzeigentypen für dieses Limit."
2274
 
2275
- #: ../modules/gadsense/admin/class-gadsense-admin.php:205 ..
2276
- #: modules/gadsense/includes/class-ad-type-adsense.php:73
2277
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2278
  msgstr "Die Publisher-ID hat ein falsches Format. Sie muss mit \"pub-\" beginnen."
2279
 
@@ -2336,7 +2487,7 @@ msgstr "Anzeigen aus Ihrem Google AdSense Konto"
2336
  msgid "Your AdSense Publisher ID is missing."
2337
  msgstr "Ihre AdSense Publisher ID fehlt."
2338
 
2339
- #: ../modules/gadsense/includes/class-gadsense-data.php:42
2340
  msgid "Auto"
2341
  msgstr "Auto"
2342
 
@@ -2345,84 +2496,84 @@ msgstr "Auto"
2345
  msgid "Advanced Ads Error: %s"
2346
  msgstr "Advanced-Ads-Fehler: %s"
2347
 
2348
- #: ../public/class-advanced-ads.php:515
2349
  msgctxt "ad group general name"
2350
  msgid "Ad Groups"
2351
  msgstr "Anzeigen-Gruppen"
2352
 
2353
- #: ../public/class-advanced-ads.php:516
2354
  msgctxt "ad group singular name"
2355
  msgid "Ad Group"
2356
  msgstr "Anzeigen-Gruppe"
2357
 
2358
- #: ../public/class-advanced-ads.php:517
2359
  msgid "Search Ad Groups"
2360
  msgstr "Anzeigen-Gruppen suchen"
2361
 
2362
- #: ../public/class-advanced-ads.php:518
2363
  msgid "All Ad Groups"
2364
  msgstr "Alle Anzeigen-Gruppen"
2365
 
2366
- #: ../public/class-advanced-ads.php:519
2367
  msgid "Parent Ad Groups"
2368
  msgstr "Parent-Anzeigen-Gruppen"
2369
 
2370
- #: ../public/class-advanced-ads.php:520
2371
  msgid "Parent Ad Groups:"
2372
  msgstr "Parent-Anzeigen-Gruppen"
2373
 
2374
- #: ../public/class-advanced-ads.php:521
2375
  msgid "Edit Ad Group"
2376
  msgstr "Bearbeite Anzeigen-Gruppe"
2377
 
2378
- #: ../public/class-advanced-ads.php:522
2379
  msgid "Update Ad Group"
2380
  msgstr "Aktualisiere Anzeigen-Gruppe"
2381
 
2382
- #: ../public/class-advanced-ads.php:523
2383
  msgid "Add New Ad Group"
2384
  msgstr "Neue Anzeigengruppe hinzufügen"
2385
 
2386
- #: ../public/class-advanced-ads.php:524
2387
  msgid "New Ad Groups Name"
2388
  msgstr "Neuer Anzeigen-Gruppen-Name"
2389
 
2390
- #: ../public/class-advanced-ads.php:526
2391
  msgid "No Ad Group found"
2392
  msgstr "Keine Anzeigen-Gruppe gefunden"
2393
 
2394
- #: ../public/class-advanced-ads.php:554 ../public/class-advanced-ads.php:558
2395
  msgid "New Ad"
2396
  msgstr "Neue Anzeige"
2397
 
2398
- #: ../public/class-advanced-ads.php:555
2399
  msgid "Add New Ad"
2400
  msgstr "Neue Anzeige hinzufügen"
2401
 
2402
- #: ../public/class-advanced-ads.php:557
2403
  msgid "Edit Ad"
2404
  msgstr "Anzeige bearbeiten"
2405
 
2406
- #: ../public/class-advanced-ads.php:559
2407
  msgid "View"
2408
  msgstr "Ansicht"
2409
 
2410
- #: ../public/class-advanced-ads.php:560
2411
  msgid "View the Ad"
2412
  msgstr "Anzeige ansehen"
2413
 
2414
- #: ../public/class-advanced-ads.php:561
2415
  msgid "Search Ads"
2416
  msgstr "Anzeigen suchen"
2417
 
2418
- #: ../public/class-advanced-ads.php:562
2419
  msgid "No Ads found"
2420
  msgstr "Keine Anzeigen gefunden"
2421
 
2422
- #: ../public/class-advanced-ads.php:563
2423
  msgid "No Ads found in Trash"
2424
  msgstr "Keine Anzeigen im Papierkorb gefunden"
2425
 
2426
- #: ../public/class-advanced-ads.php:564
2427
  msgid "Parent Ad"
2428
  msgstr "Übergeordnete Anzeige"
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 Sep 22 2015 08:30:50 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"
26
  "X-Textdomain-Support: yes\n"
27
  "X-Loco-Target-Locale: de_DE"
28
 
29
+ #. Name of the plugin
30
+ msgid "Advanced Ads"
31
+ msgstr ""
32
+
33
+ #. URI of the plugin
34
+ msgid "https://wpadvancedads.com"
35
+ msgstr ""
36
+
37
+ #. Description of the plugin
38
+ msgid "Manage and optimize your ads in WordPress"
39
+ msgstr "Anzeigen in WordPress verwalten und optimieren."
40
+
41
+ #. Author of the plugin
42
+ msgid "Thomas Maier"
43
+ msgstr ""
44
+
45
+ #. Author URI of the plugin
46
+ msgid "http://webgilde.com"
47
+ msgstr ""
48
+
49
+ #: ../admin/includes/class-overview-widgets.php:53
50
+ msgid "Advanced Ads Pro"
51
+ msgstr ""
52
+
53
+ #: ../admin/views/ad-submitbox-meta.php:10
54
+ msgid "Month"
55
+ msgstr "Monat"
56
+
57
+ #: ../admin/views/ad-submitbox-meta.php:19
58
+ msgid "Day"
59
+ msgstr "Tag"
60
+
61
+ #: ../admin/views/ad-submitbox-meta.php:20
62
+ msgid "Year"
63
+ msgstr "Jahr"
64
+
65
+ #: ../admin/views/ad-submitbox-meta.php:21
66
+ msgid "Hour"
67
+ msgstr "Stunde"
68
+
69
+ #: ../admin/views/ad-submitbox-meta.php:22
70
+ msgid "Minute"
71
+ msgstr "Minute"
72
+
73
+ #: ../admin/views/ad-submitbox-meta.php:27
74
+ #, php-format
75
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
76
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
77
+ msgstr "%2$s %1$s, %3$s @ %4$s %5$s"
78
+
79
+ #: ../admin/views/placements.php:123
80
+ msgid "advanced options"
81
+ msgstr "erweiterte Funktionen"
82
+
83
+ #: ../admin/views/placements.php:131
84
+ msgctxt "checkbox to remove placement"
85
+ msgid "delete"
86
+ msgstr "löschen"
87
+
88
+ #: ../admin/views/support.php:18
89
+ msgid "Possible Issues"
90
+ msgstr "Mögliche Probleme"
91
+
92
+ #: ../admin/views/support.php:19
93
+ msgid ""
94
+ "Please fix the issues below or try to understand their consequences before "
95
+ "contacting support."
96
+ msgstr ""
97
+ "Bitte lösen Sie die unten genannten Probleme oder schließen diese als "
98
+ "Ursache aus, bevor Sie den Support kontaktieren."
99
+
100
+ #: ../admin/views/support.php:23
101
+ #, php-format
102
+ msgid ""
103
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
104
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
105
+ "Please ask your hosting provider for more information."
106
+ msgstr ""
107
+ "Ihre PHP-Version (%s) ist zu niedrig. Advanced Ads ist für 5.3 und höher "
108
+ "ausgelegt. Für niedrigere Versionen kann keine Garantie übernommen werden. "
109
+ "Bitte kontaktieren Sie Ihren Hosting-Anbieter für weitere Informationen."
110
+
111
+ #: ../admin/views/support.php:26
112
+ #, php-format
113
+ msgid ""
114
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
115
+ "rotation or visitor conditions might not work properly. Use the cache-"
116
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
117
+ "ads dynamically."
118
+ msgstr ""
119
+ "Ihre <strong>Webseite benutzt Cache</strong>. Einige dynamische Funktionen "
120
+ "wie Anzeigenrotation oder Besucherbedingungen könnten davon betroffen sein. "
121
+ "Nutzen Sie das Cache-Busting von <a href=\"%s\" target=\"_blank\">Advanced Ads "
122
+ "Pro</a> um Anzeigen trotz Cache dynamisch zu laden."
123
+
124
+ #: ../admin/views/support.php:29
125
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
126
+ msgstr ""
127
+ "Es ist eine <strong>neue WordPress-Version</strong> verfügbar. Bitte "
128
+ "aktualisieren Sie."
129
+
130
+ #: ../admin/views/support.php:32
131
+ msgid "There are <strong>plugin updates available</strong>. Please update."
132
+ msgstr "Bitte aktualisieren Sie die installierten Plugins."
133
+
134
+ #: ../admin/views/support.php:41
135
+ msgid ""
136
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
137
+ "site performance, it is known to alter code, including scripts from ad "
138
+ "networks. Please keep this in mind before asking for help about it."
139
+ msgstr ""
140
+ "Es wurde das <strong>Autoptimize</strong>-Plugin gefunden. Dieses Plugin "
141
+ "verändert Anzeigencode oder Scripte im Frontend. Dies kann zu Problemen bei "
142
+ "der Auslieferung insbesondere von Anzeigennetzwerken führen."
143
+
144
+ #: ../admin/views/notices/adblock.php:3
145
+ msgid ""
146
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
147
+ "ad setup."
148
+ msgstr ""
149
+ "Bitte deaktivieren Sie Ihren <strong>AdBlocker</strong> um Probleme beim "
150
+ "Aufsetzen der Anzeigen zu verhindern."
151
+
152
+ #: ../modules/gadsense/admin/admin.php:149
153
+ msgid "Activate Page-Level ads"
154
+ msgstr "Anzeigen auf Seitenebene aktivieren"
155
+
156
+ #: ../modules/gadsense/admin/admin.php:169
157
+ #, php-format
158
+ msgid ""
159
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
160
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
161
+ msgstr ""
162
+ "Bitte hinterlegen Sie Ihre Publisher-ID um AdSense auf Ihrer Seite zu nutzen."
163
+ " Vgl. <a href=\"%s\" target=\"_blank\">Anleitung</a> (engl.)."
164
+
165
+ #: ../modules/gadsense/admin/admin.php:215
166
+ msgid "Insert Page-Level ads code on all pages."
167
+ msgstr "Code für Anzeigen auf Seitenebene auf allen Seiten einbinden."
168
+
169
+ #: ../modules/gadsense/admin/admin.php:217
170
+ msgid ""
171
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
172
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
173
+ "target=\"_blank\">AdSense Help</a> for more information"
174
+ msgstr ""
175
+ "Sie müssen die Anzeigen auf Seitenebene auch in Ihrem AdSense-Account "
176
+ "aktivieren. Vgl. <a href=\"https://support.google.com/adsense/answer/6245304\" "
177
+ "target=\"_blank\">AdSense-Hilfe</a>."
178
+
179
  #: ../admin/class-advanced-ads-admin.php:239
180
  msgid "Overview"
181
  msgstr "Übersicht"
183
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
184
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
185
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
186
+ #: php:182 ../classes/widget.php:83 ../public/class-advanced-ads.php:556
187
  msgid "Ads"
188
  msgstr "Anzeigen"
189
 
190
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
191
+ #: admin/views/placements.php:175 ../classes/widget.php:76
192
  msgid "Ad Groups"
193
  msgstr "Anzeigen-Gruppen"
194
 
195
+ #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:529
196
  msgid "Groups"
197
  msgstr "Gruppen"
198
 
264
  msgid "Visitor Conditions"
265
  msgstr "Besucher-Bedingungen"
266
 
267
+ #: ../admin/class-advanced-ads-admin.php:713 ../admin/class-advanced-ads-admin.
268
+ #: php:714
269
  msgid "Ad updated."
270
  msgstr "Anzeige aktualisiert."
271
 
272
  #. translators: %s: date and time of the revision
273
+ #: ../admin/class-advanced-ads-admin.php:716
274
  #, php-format
275
  msgid "Ad restored to revision from %s"
276
  msgstr "Anzeige aus Revision %s wiederhergestellt"
277
 
278
+ #: ../admin/class-advanced-ads-admin.php:717
279
  msgid "Ad published."
280
  msgstr "Anzeige veröffentlicht."
281
 
282
+ #: ../admin/class-advanced-ads-admin.php:718
283
  msgid "Ad saved."
284
  msgstr "Anzeige gespeichert."
285
 
286
+ #: ../admin/class-advanced-ads-admin.php:719
287
  msgid "Ad submitted."
288
  msgstr "Anzeige gesendet."
289
 
290
+ #: ../admin/class-advanced-ads-admin.php:721
291
  #, php-format
292
  msgid "Ad scheduled for: <strong>%1$s</strong>."
293
  msgstr "Anzeige geplant für <strong>%1$s</strong>."
294
 
295
  #. translators: Publish box date format, see http://php.net/date
296
+ #: ../admin/class-advanced-ads-admin.php:723
297
  msgid "M j, Y @ G:i"
298
  msgstr "j M Y @ G:i"
299
 
300
+ #: ../admin/class-advanced-ads-admin.php:725
301
  msgid "Ad draft updated."
302
  msgstr "Anzeigenentwurf gespeichert."
303
 
304
+ #: ../admin/class-advanced-ads-admin.php:744
305
  #, php-format
306
  msgid "%s ad updated."
307
  msgid_plural "%s ads updated."
308
  msgstr[0] "%s Anzeige aktualisiert."
309
  msgstr[1] "%s Anzeigen aktualisiert."
310
 
311
+ #: ../admin/class-advanced-ads-admin.php:745
312
  #, php-format
313
  msgid "%s ad not updated, somebody is editing it."
314
  msgid_plural "%s ads not updated, somebody is editing them."
315
  msgstr[0] "%s Anzeige nicht aktualisiert, jemand bearbeitet sie."
316
  msgstr[1] "%s Anzeigen nicht aktualisiert, jemand bearbeitet sie."
317
 
318
+ #: ../admin/class-advanced-ads-admin.php:746
319
  #, php-format
320
  msgid "%s ad permanently deleted."
321
  msgid_plural "%s ads permanently deleted."
322
  msgstr[0] "%s Anzeige endgültig gelöscht."
323
  msgstr[1] "%s Anzeigen endgültig gelöscht."
324
 
325
+ #: ../admin/class-advanced-ads-admin.php:747
326
  #, php-format
327
  msgid "%s ad moved to the Trash."
328
  msgid_plural "%s ads moved to the Trash."
329
  msgstr[0] "%s Anzeige in den Papierkorb verschoben."
330
  msgstr[1] "%s Anzeigen in den Papierkorb verschoben."
331
 
332
+ #: ../admin/class-advanced-ads-admin.php:748
333
  #, php-format
334
  msgid "%s ad restored from the Trash."
335
  msgid_plural "%s ads restored from the Trash."
336
  msgstr[0] "%s Anzeige aus dem Papierkorb wiederhergestellt."
337
  msgstr[1] "%s Anzeige aus dem Papierkorb wiederhergestellt."
338
 
339
+ #: ../admin/class-advanced-ads-admin.php:783 ../admin/views/settings.php:12
340
  msgid "General"
341
  msgstr "Allgemein"
342
 
343
+ #: ../admin/class-advanced-ads-admin.php:795 ../admin/class-advanced-ads-admin.
344
+ #: php:891
345
  msgid "Licenses"
346
  msgstr "Lizenzen"
347
 
348
+ #: ../admin/class-advanced-ads-admin.php:806
349
  msgid "Disable ads"
350
  msgstr "Anzeigen auf dieser Seite deaktivieren."
351
 
352
+ #: ../admin/class-advanced-ads-admin.php:814
353
  msgid "Hide ads for logged in users"
354
  msgstr "Verstecke Anzeigen vor eingeloggten Benutzern"
355
 
356
+ #: ../admin/class-advanced-ads-admin.php:822
357
  msgid "Use advanced JavaScript"
358
  msgstr "Advanced-JavaScript benutzen"
359
 
360
+ #: ../admin/class-advanced-ads-admin.php:830
361
  msgid "Unlimited ad injection"
362
  msgstr "Anzeigen-Injektion überall aktivieren "
363
 
364
+ #: ../admin/class-advanced-ads-admin.php:838
365
  msgid "Priority of content injection filter"
366
  msgstr "Priorität der Anzeigen-Injektion"
367
 
368
+ #: ../admin/class-advanced-ads-admin.php:846
369
  msgid "Hide ads from bots"
370
  msgstr "Anzeigen vor Bots verbergen"
371
 
372
+ #: ../admin/class-advanced-ads-admin.php:854
373
  msgid "Disable notices"
374
  msgstr "Mitteilungen deaktivieren"
375
 
376
+ #: ../admin/class-advanced-ads-admin.php:862
377
  msgid "ID prefix"
378
  msgstr "ID Präfix"
379
 
380
+ #: ../admin/class-advanced-ads-admin.php:870
381
  msgid "Remove Widget ID"
382
  msgstr "ID des Widget entfernen"
383
 
384
+ #: ../admin/class-advanced-ads-admin.php:945
385
  msgid "(display to all)"
386
  msgstr "(für alle sichtbar)"
387
 
388
+ #: ../admin/class-advanced-ads-admin.php:946
389
  msgid "Subscriber"
390
  msgstr "Abonnent"
391
 
392
+ #: ../admin/class-advanced-ads-admin.php:947
393
  msgid "Contributor"
394
  msgstr "Mitarbeiter"
395
 
396
+ #: ../admin/class-advanced-ads-admin.php:948
397
  msgid "Author"
398
  msgstr "Autor"
399
 
400
+ #: ../admin/class-advanced-ads-admin.php:949
401
  msgid "Editor"
402
  msgstr "Redakteur"
403
 
404
+ #: ../admin/class-advanced-ads-admin.php:950
405
  msgid "Admin"
406
  msgstr "Admin"
407
 
408
+ #: ../admin/class-advanced-ads-admin.php:958
409
  msgid "Choose the lowest role a user must have in order to not see any ads."
410
  msgstr ""
411
  "Wählen Sie die niedrigste Rolle die ein Benutzer haben muss um keine "
412
  "Anzeigen zu sehen."
413
 
414
+ #: ../admin/class-advanced-ads-admin.php:972
415
  msgid ""
416
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
417
  "needs it."
419
  "<strong>Hinweis: </strong>die Datei wird aktuell von einer Erweiterung "
420
  "benutzt."
421
 
422
+ #: ../admin/class-advanced-ads-admin.php:975
423
  #, php-format
424
  msgid ""
425
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
430
  "target=\"_blank\">Info</a>). Einige Funktionen und Erweiterungen können diese "
431
  "Einstellung überschreiben, wenn sie die Datei benötigen."
432
 
433
+ #: ../admin/class-advanced-ads-admin.php:988
434
  msgid ""
435
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
436
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
448
  "werden überall dort, wo Beiträge geladen werden, angezeigt (z.B. auch auf "
449
  "Archiv-Seiten)."
450
 
451
+ #: ../admin/class-advanced-ads-admin.php:1002
452
  msgid ""
453
  "Play with this value in order to change the priority of the injected ads "
454
  "compared to other auto injected elements in the post content."
456
  "Ändern Sie diesen Wert um die Position automatisch eingefügter Anzeigen im "
457
  "Content gegenüber anderer Elementen zu beeinflussen."
458
 
459
+ #: ../admin/class-advanced-ads-admin.php:1015
460
  #, php-format
461
  msgid ""
462
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
467
  "werden mit dem <a href=\"%s\" target=\"_blank\">Tracking Add-On</a> dann auch "
468
  "keine Impressionen mehr gezählt."
469
 
470
+ #: ../admin/class-advanced-ads-admin.php:1016
471
  msgid ""
472
  "Disabling this option only makes sense if your ads contain content you want "
473
  "to display to bots (like search engines) or your site is cached and bots "
476
  "Deaktivieren Sie diese Option, wenn Bots (z.B. Suchmaschinen) die "
477
  "Werbeinhalte sehen sollen oder Ihre Seite einen Cache nutzt."
478
 
479
+ #: ../admin/class-advanced-ads-admin.php:1029
480
  msgid ""
481
  "Disable internal notices like tips, tutorials, email newsletters and update "
482
  "notices. Disabling notices is recommended if you run multiple blogs with "
487
  "diese Einstellung, wenn Sie Advanced Ads auf mehreren Blog installiert \n"
488
  "haben."
489
 
490
+ #: ../admin/class-advanced-ads-admin.php:1051
491
  msgid ""
492
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
493
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
496
  "Präfix der class oder id Attribute im Frontend. Eine Änderung kann helfen "
497
  "damit Ad-Blocker die Inhalte nicht pauschal entfernen."
498
 
499
+ #: ../admin/class-advanced-ads-admin.php:1072
500
  msgid ""
501
  "Remove the ID attribute from widgets in order to not make them an easy "
502
  "target of ad blockers."
504
  "ID-Attribut des Anzeigenwidgets entfernen, damit Ad-Blocker hier keinen "
505
  "Ansatz haben es zu blockieren."
506
 
507
+ #: ../admin/class-advanced-ads-admin.php:1125
508
  msgid "Ad Details"
509
  msgstr "Anzeigeneinstellungen"
510
 
511
+ #: ../admin/class-advanced-ads-admin.php:1199
512
  msgid "Ad Settings"
513
  msgstr "Anzeigen-Einstellungen"
514
 
515
+ #: ../admin/class-advanced-ads-admin.php:1278 ../admin/views/overview.php:23
516
  msgid "Ads Dashboard"
517
  msgstr "Anzeigen-Dashboard"
518
 
519
+ #: ../admin/class-advanced-ads-admin.php:1290
520
  msgid "From the ad optimization universe"
521
  msgstr "Neues aus dem Anzeigen-Universum"
522
 
523
+ #: ../admin/class-advanced-ads-admin.php:1299
524
  msgid "Advanced Ads Tutorials"
525
  msgstr "Advanced Ads Tutorials"
526
 
527
+ #: ../admin/class-advanced-ads-admin.php:1310
528
  #, php-format
529
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
530
  msgstr "%d Anzeigen – <a href=\"%s\">verwalten</a> - <a href=\"%s\">neu</a>"
531
 
532
+ #: ../admin/class-advanced-ads-admin.php:1321
533
  msgid "plugin manual and homepage"
534
  msgstr "Plugin-Anleitung und Homepage"
535
 
536
+ #: ../admin/class-advanced-ads-admin.php:1328
537
  msgid "Get the tutorial via email"
538
  msgstr "Tutorial per E-Mail (engl.)\n"
539
 
540
+ #: ../admin/class-advanced-ads-admin.php:1335
541
  msgid "Get AdSense tips via email"
542
  msgstr "AdSense Tips per E-Mail (engl.)"
543
 
544
+ #: ../admin/class-advanced-ads-admin.php:1414
545
  msgid "Error while trying to register the license. Please contact support."
546
  msgstr ""
547
  "Die Lizenz konnte nicht registriert werden. Bitte kontaktieren Sie den "
548
  "Support."
549
 
550
+ #: ../admin/class-advanced-ads-admin.php:1420
551
  msgid "Please enter and save a valid license key first."
552
  msgstr "Bitte speichern Sie zunächst einen gültigen Lizenzschlüssel."
553
 
554
+ #: ../admin/class-advanced-ads-admin.php:1440
555
  #, php-format
556
  msgid "License is invalid. Reason: %s"
557
  msgstr "Die Lizenz ist ungültig. Grund: %s"
603
  msgstr "Anzeigen mit dem höchsten Anzeigengewicht zuerst einblenden."
604
 
605
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
606
+ #: php:560
607
  msgid "Edit"
608
  msgstr "Bearbeiten"
609
 
813
  msgid "Manual and Support"
814
  msgstr "Anleitung und Support"
815
 
 
 
 
 
816
  #: ../admin/includes/class-overview-widgets.php:55
817
  msgid "Tracking and Stats"
818
  msgstr "Tracking und Statistik"
1103
  "Erfahren Sie im Newsletter mehr darüber, wie und <strong>wie viel Sie mit "
1104
  "AdSense verdienen</strong> können (engl.)."
1105
 
1106
+ #: ../admin/includes/notices.php:52 ../admin/views/support.php:35
1107
  #, php-format
1108
  msgid ""
1109
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1126
  "für weiteren Support und Updates und erhalten Sie dafür einen deutlichen "
1127
  "Rabatt. <a href=\"%s\" target=\"_blank\">Zur Plugin-Seite</a>."
1128
 
1129
+ #: ../admin/includes/notices.php:62 ../admin/views/support.php:38
1130
  #, php-format
1131
  msgid ""
1132
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1249
  msgstr "Anzahl der Anzeigen, die gleichzeitig sichtbar sein sollen."
1250
 
1251
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
1252
+ #: 557
1253
  msgid "Ad"
1254
  msgstr "Anzeige"
1255
 
1537
  msgid "Set expiry date"
1538
  msgstr "Verfallsdatum setzen"
1539
 
1540
+ #: ../admin/views/ad-submitbox-meta.php:14
1541
  #, php-format
1542
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1543
  msgid "%1$s-%2$s"
1544
  msgstr "%1$s-%2$s"
1545
 
 
 
 
 
 
 
1546
  #: ../admin/views/ad-visitor-metabox.php:4
1547
  msgid ""
1548
  "Display conditions that are based on the user. Use with caution on cached "
1786
  msgid "Item"
1787
  msgstr "Anzeige"
1788
 
1789
+ #: ../admin/views/placements.php:69 ../admin/views/placements.php:173
1790
  msgid "--not selected--"
1791
  msgstr "--nicht gewählt--"
1792
 
1806
  msgid "start counting from bottom"
1807
  msgstr "von unten zählen"
1808
 
1809
+ #: ../admin/views/placements.php:113
1810
+ msgid "Important Notice"
1811
+ msgstr "Hinweis"
1812
+
1813
+ #: ../admin/views/placements.php:113
1814
+ msgid ""
1815
+ "Your server is missing an extension. This might break the content injection."
1816
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1817
+ "provider to enable <em>mbstring</em>."
1818
+ msgstr ""
1819
+ "Auf Ihrem Server fehlt eine Erweiterung die für das Einfügen von Anzeigen in "
1820
+ "den Beitragstext notwendig ist.<br/>\n"
1821
+ "\n"
1822
+ "Ignorieren Sie diese Warnung, wenn das Placement problemlos funktioniert "
1823
+ "oder bitten Sie Ihren Hosting-Anbieter <em>mbstring</em> zu aktivieren.\n"
1824
 
1825
+ #: ../admin/views/placements.php:137
1826
  msgid "Save Placements"
1827
  msgstr "Platzierungen sichern"
1828
 
1829
+ #: ../admin/views/placements.php:139
1830
  msgid "Create a new placement"
1831
  msgstr "Neue Platzierung erstellen"
1832
 
1833
+ #: ../admin/views/placements.php:140
1834
  msgid "New Placement"
1835
  msgstr "Neue Platzierung"
1836
 
1837
+ #: ../admin/views/placements.php:146
1838
  msgid "Choose a placement type"
1839
  msgstr "Typ der Platzierung wählen"
1840
 
1841
+ #: ../admin/views/placements.php:147
1842
  #, php-format
1843
  msgid ""
1844
  "Placement types define where the ad is going to be displayed. Learn more "
1847
  "Der Platzierungstyp entscheidet darüber wo eine Anzeige im Frontend "
1848
  "platziert wird. Mehr dazu finden Sie in der <a href=\"%s\">Anleitung</a>."
1849
 
1850
+ #: ../admin/views/placements.php:164
1851
  msgid "Please select a placement type."
1852
  msgstr "Bitte wählen Sie einen Platzierungs-Typ"
1853
 
1854
+ #: ../admin/views/placements.php:166
1855
  msgid "Choose a Name"
1856
  msgstr "Bezeichnung wählen"
1857
 
1858
+ #: ../admin/views/placements.php:167
1859
  msgid ""
1860
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1861
  "one, e.g. <em>Below Post Headline</em>."
1863
  "Die Bezeichnung der Platzierung ist nur für Sie sichtbar. Ich empfehle eine "
1864
  "beschreibende Bezeichnung, z.B. <em>Unter der Artikelüberschrift</em>."
1865
 
1866
+ #: ../admin/views/placements.php:168
1867
  msgid "Placement Name"
1868
  msgstr "Bezeichnung"
1869
 
1870
+ #: ../admin/views/placements.php:169
1871
  msgid "Please enter a name for your placement."
1872
  msgstr "Bitte tragen Sie den Namen der Platzierung ein."
1873
 
1874
+ #: ../admin/views/placements.php:170
1875
  msgid "Choose the Ad or Group"
1876
  msgstr "Anzeige oder Gruppe wählen"
1877
 
1878
+ #: ../admin/views/placements.php:171
1879
  msgid "The ad or group that should be displayed."
1880
  msgstr "Die Anzeige oder Anzeigengruppe die angezeigt werden soll."
1881
 
1882
+ #: ../admin/views/placements.php:190
1883
  msgid "Save New Placement"
1884
  msgstr "Neue Platzierung sichern"
1885
 
1993
  msgid "Email was successfully sent."
1994
  msgstr "E-Mail erfolgreich gesendet."
1995
 
1996
+ #: ../admin/views/support.php:11
1997
  msgid "Search"
1998
  msgstr "Suche"
1999
 
2000
+ #: ../admin/views/support.php:12
2001
  msgid ""
2002
  "Use the following form to search for solutions in the manual on "
2003
  "wpadvancedads.com"
2005
  "Benutzen Sie die folgende Suche um in der Anleitung (englisch) auf "
2006
  "wpadvancedads.com zu suchen."
2007
 
2008
+ #: ../admin/views/support.php:15
2009
  msgid "search"
2010
  msgstr "suchen"
2011
 
2012
+ #: ../admin/views/support.php:51
2013
  msgid "Contact"
2014
  msgstr "Kontakt aufnehmen"
2015
 
2016
+ #: ../admin/views/support.php:52
2017
  #, php-format
2018
  msgid ""
2019
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
2023
  "sich die Vorschläge unter <a href=\"%s\" target=\"_blank\">Ads not showing up?"
2024
  "</a> an."
2025
 
2026
+ #: ../admin/views/support.php:57
2027
  msgid "your email"
2028
  msgstr "E-Mail"
2029
 
2030
+ #: ../admin/views/support.php:61
2031
  msgid "your name"
2032
  msgstr "Name"
2033
 
2034
+ #: ../admin/views/support.php:65
2035
  msgid "your message"
2036
  msgstr "Nachricht"
2037
 
2038
+ #: ../admin/views/support.php:70
2039
  msgid "send"
2040
  msgstr "senden"
2041
 
2367
  msgid " at "
2368
  msgstr " um "
2369
 
2370
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2371
+ #: ad-parameters.php:51
2372
  msgid "Responsive"
2373
  msgstr "Responsive"
2374
 
2375
+ #: ../modules/gadsense/admin/admin.php:44
2376
  msgid "The ad details couldn't be retrieved from the ad code"
2377
  msgstr "Die Anzeigendetails konnten nicht vom Ad Code ermittelt werden."
2378
 
2379
+ #: ../modules/gadsense/admin/admin.php:45
2380
  msgid ""
2381
  "Warning : The AdSense account from this code does not match the one set with "
2382
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2386
  "den Einstellungen hinterlegt wurde. Es kann zu Problemen bei der Anzeige "
2387
  "kommen."
2388
 
2389
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:258
 
2390
  msgid "AdSense"
2391
  msgstr "AdSense"
2392
 
2393
+ #: ../modules/gadsense/admin/admin.php:131
2394
  msgid "AdSense ID"
2395
  msgstr "AdSense-ID"
2396
 
2397
+ #: ../modules/gadsense/admin/admin.php:140
2398
  msgid "Limit to 3 ads"
2399
  msgstr "Auf 3 Anzeigen beschränken"
2400
 
2401
+ #: ../modules/gadsense/admin/admin.php:183
2402
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2403
  msgstr "Ihre AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2404
 
2405
+ #: ../modules/gadsense/admin/admin.php:195
2406
  #, php-format
2407
  msgid "Limit to %d AdSense ads"
2408
  msgstr "Auf maximal %d AdSense Anzeigen begrenzen"
2409
 
2410
+ #: ../modules/gadsense/admin/admin.php:199
2411
  #, php-format
2412
  msgid ""
2413
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2419
  "Anzeigen pro Seite. Deaktivieren Sie diese Einstellung daher auf eigenes "
2420
  "Risiko."
2421
 
2422
+ #: ../modules/gadsense/admin/admin.php:202
2423
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2424
  msgstr "Hinweis: Advanced Ads zählt nur die AdSense-Anzeigentypen für dieses Limit."
2425
 
2426
+ #: ../modules/gadsense/admin/admin.php:236 ../modules/gadsense/includes/class-ad-
2427
+ #: type-adsense.php:73
2428
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2429
  msgstr "Die Publisher-ID hat ein falsches Format. Sie muss mit \"pub-\" beginnen."
2430
 
2487
  msgid "Your AdSense Publisher ID is missing."
2488
  msgstr "Ihre AdSense Publisher ID fehlt."
2489
 
2490
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
2491
  msgid "Auto"
2492
  msgstr "Auto"
2493
 
2496
  msgid "Advanced Ads Error: %s"
2497
  msgstr "Advanced-Ads-Fehler: %s"
2498
 
2499
+ #: ../public/class-advanced-ads.php:519
2500
  msgctxt "ad group general name"
2501
  msgid "Ad Groups"
2502
  msgstr "Anzeigen-Gruppen"
2503
 
2504
+ #: ../public/class-advanced-ads.php:520
2505
  msgctxt "ad group singular name"
2506
  msgid "Ad Group"
2507
  msgstr "Anzeigen-Gruppe"
2508
 
2509
+ #: ../public/class-advanced-ads.php:521
2510
  msgid "Search Ad Groups"
2511
  msgstr "Anzeigen-Gruppen suchen"
2512
 
2513
+ #: ../public/class-advanced-ads.php:522
2514
  msgid "All Ad Groups"
2515
  msgstr "Alle Anzeigen-Gruppen"
2516
 
2517
+ #: ../public/class-advanced-ads.php:523
2518
  msgid "Parent Ad Groups"
2519
  msgstr "Parent-Anzeigen-Gruppen"
2520
 
2521
+ #: ../public/class-advanced-ads.php:524
2522
  msgid "Parent Ad Groups:"
2523
  msgstr "Parent-Anzeigen-Gruppen"
2524
 
2525
+ #: ../public/class-advanced-ads.php:525
2526
  msgid "Edit Ad Group"
2527
  msgstr "Bearbeite Anzeigen-Gruppe"
2528
 
2529
+ #: ../public/class-advanced-ads.php:526
2530
  msgid "Update Ad Group"
2531
  msgstr "Aktualisiere Anzeigen-Gruppe"
2532
 
2533
+ #: ../public/class-advanced-ads.php:527
2534
  msgid "Add New Ad Group"
2535
  msgstr "Neue Anzeigengruppe hinzufügen"
2536
 
2537
+ #: ../public/class-advanced-ads.php:528
2538
  msgid "New Ad Groups Name"
2539
  msgstr "Neuer Anzeigen-Gruppen-Name"
2540
 
2541
+ #: ../public/class-advanced-ads.php:530
2542
  msgid "No Ad Group found"
2543
  msgstr "Keine Anzeigen-Gruppe gefunden"
2544
 
2545
+ #: ../public/class-advanced-ads.php:558 ../public/class-advanced-ads.php:562
2546
  msgid "New Ad"
2547
  msgstr "Neue Anzeige"
2548
 
2549
+ #: ../public/class-advanced-ads.php:559
2550
  msgid "Add New Ad"
2551
  msgstr "Neue Anzeige hinzufügen"
2552
 
2553
+ #: ../public/class-advanced-ads.php:561
2554
  msgid "Edit Ad"
2555
  msgstr "Anzeige bearbeiten"
2556
 
2557
+ #: ../public/class-advanced-ads.php:563
2558
  msgid "View"
2559
  msgstr "Ansicht"
2560
 
2561
+ #: ../public/class-advanced-ads.php:564
2562
  msgid "View the Ad"
2563
  msgstr "Anzeige ansehen"
2564
 
2565
+ #: ../public/class-advanced-ads.php:565
2566
  msgid "Search Ads"
2567
  msgstr "Anzeigen suchen"
2568
 
2569
+ #: ../public/class-advanced-ads.php:566
2570
  msgid "No Ads found"
2571
  msgstr "Keine Anzeigen gefunden"
2572
 
2573
+ #: ../public/class-advanced-ads.php:567
2574
  msgid "No Ads found in Trash"
2575
  msgstr "Keine Anzeigen im Papierkorb gefunden"
2576
 
2577
+ #: ../public/class-advanced-ads.php:568
2578
  msgid "Parent Ad"
2579
  msgstr "Übergeordnete Anzeige"
languages/advanced-ads-it_IT.mo CHANGED
Binary file
languages/advanced-ads-it_IT.po CHANGED
@@ -1,1280 +1,2368 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Advanced Ads\n"
4
- "POT-Creation-Date: 2014-11-24 17:57+0100\n"
5
- "PO-Revision-Date: 2014-11-24 17:58+0100\n"
6
- "Last-Translator: Thomas Maier <post@webzunft.de>\n"
7
- "Language-Team: \n"
8
- "Language: it_IT\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: admin/class-advanced-ads-admin.php:182
22
- #, php-format
23
- msgid ""
24
- "Advanced Ads Update: Auto injections are now managed through placements. "
25
- "Please convert these ads with auto injections: %s"
26
- msgstr ""
27
- "L'auto injection è disponibile attraverso il posizionamento. Quindi converti "
28
- "gli ad con autoinjection: %s"
29
-
30
- #: admin/class-advanced-ads-admin.php:196
31
- msgid "Overview"
32
- msgstr "Sommario"
33
-
34
- #: admin/class-advanced-ads-admin.php:196 classes/widget.php:21
35
- msgid "Advanced Ads"
36
- msgstr "Gestione Ad"
37
-
38
- #: admin/class-advanced-ads-admin.php:200
39
- #: admin/includes/class-ad-groups-list-table.php:191
40
- #: admin/views/overview.php:12 admin/views/placements.php:90
41
- #: classes/widget.php:66 public/class-advanced-ads.php:516
42
- msgid "Ads"
43
- msgstr "Ad"
44
-
45
- #: admin/class-advanced-ads-admin.php:204 admin/views/placements.php:84
46
- #: classes/widget.php:59
47
- msgid "Ad Groups"
48
- msgstr "Gruppi Ad"
49
-
50
- #: admin/class-advanced-ads-admin.php:204 admin/views/overview.php:40
51
- #: public/class-advanced-ads.php:490
52
- msgid "Groups"
53
- msgstr "Gruppi"
54
-
55
- #: admin/class-advanced-ads-admin.php:209 admin/views/debug.php:19
56
- msgid "Ad Placements"
57
- msgstr "Posizionamento"
58
-
59
- #: admin/class-advanced-ads-admin.php:209 admin/views/overview.php:66
60
- #: admin/views/placements.php:47
61
- msgid "Placements"
62
- msgstr "Posizionamento"
63
-
64
- #: admin/class-advanced-ads-admin.php:213
65
- msgid "Advanced Ads Settings"
66
- msgstr "Opzioni"
67
-
68
- #: admin/class-advanced-ads-admin.php:213
69
- #: admin/class-advanced-ads-admin.php:391 admin/views/debug.php:13
70
- msgid "Settings"
71
- msgstr "Opzioni"
72
-
73
- #: admin/class-advanced-ads-admin.php:216
74
- msgid "Advanced Ads Debugging"
75
- msgstr "Debugging"
76
-
77
- #: admin/class-advanced-ads-admin.php:216
78
- msgid "Debug"
79
- msgstr "Debug"
80
-
81
- #: admin/class-advanced-ads-admin.php:260
82
- msgid "Placements updated"
83
- msgstr "Posizionamento aggiornato"
84
-
85
- #: admin/class-advanced-ads-admin.php:304
86
- #: admin/class-advanced-ads-admin.php:331
87
- msgid "Cheatin&#8217; uh?"
88
- msgstr "Non barare."
89
-
90
- #: admin/class-advanced-ads-admin.php:317
91
- msgid ""
92
- "You attempted to edit an item that doesn&#8217;t exist. Perhaps it was "
93
- "deleted?"
94
- msgstr ""
95
- "Stai cercando di modificare un elemento che non esiste. Forse è stato "
96
- "cancellato?"
97
-
98
- #: admin/class-advanced-ads-admin.php:416
99
- msgid "Ad Type"
100
- msgstr "Tipo Ad"
101
-
102
- #: admin/class-advanced-ads-admin.php:419
103
- msgid "Ad Parameters"
104
- msgstr "Parametri Ad"
105
-
106
- #: admin/class-advanced-ads-admin.php:422
107
- msgid "Layout / Output"
108
- msgstr ""
109
-
110
- #: admin/class-advanced-ads-admin.php:425
111
- msgid "Display Conditions"
112
- msgstr "Condizioni di Visualizzazione"
113
-
114
- #: admin/class-advanced-ads-admin.php:428
115
- msgid "Visitor Conditions"
116
- msgstr "Condizioni per Visitatore"
117
-
118
- #: admin/class-advanced-ads-admin.php:431
119
- msgid "Auto injection"
120
- msgstr "Auto injection"
121
-
122
- #: admin/class-advanced-ads-admin.php:563
123
- msgid "General"
124
- msgstr "Generale"
125
-
126
- #: admin/class-advanced-ads-admin.php:571
127
- msgid "Hide ads for logged in users"
128
- msgstr "Nascondi Ad for utenti loggati"
129
-
130
- #: admin/class-advanced-ads-admin.php:579
131
- msgid "Use advanced JavaScript"
132
- msgstr "Usa Js avanzato"
133
-
134
- #: admin/class-advanced-ads-admin.php:605
135
- msgid "(display to all)"
136
- msgstr "(mostra a tutti)"
137
-
138
- #: admin/class-advanced-ads-admin.php:606
139
- msgid "Subscriber"
140
- msgstr "Sottoscrittore"
141
-
142
- #: admin/class-advanced-ads-admin.php:607
143
- msgid "Contributor"
144
- msgstr "Collaboratore"
145
-
146
- #: admin/class-advanced-ads-admin.php:608
147
- msgid "Author"
148
- msgstr "Autore"
149
-
150
- #: admin/class-advanced-ads-admin.php:609
151
- msgid "Editor"
152
- msgstr "Editore"
153
-
154
- #: admin/class-advanced-ads-admin.php:610
155
- msgid "Admin"
156
- msgstr "Amministratore"
157
-
158
- #: admin/class-advanced-ads-admin.php:618
159
- msgid "Choose the lowest role a user must have in order to not see any ads."
160
- msgstr "Scegli il ruolo minimo per non visualizzare gli ad."
161
-
162
- #: admin/class-advanced-ads-admin.php:631
163
- #, php-format
164
- msgid ""
165
- "Only enable this if you can and want to use the advanced JavaScript "
166
- "functions described <a href=\"%s\">here</a>."
167
- msgstr ""
168
- "Selezionando questa voce puoi usare le funzioni Js avanzati descritte <a "
169
- "href=\"%s\">qui</a>."
170
-
171
- #: admin/includes/class-ad-groups-list-table.php:57
172
- #, php-format
173
- msgid "Select %s"
174
- msgstr "Seleziona %s"
175
-
176
- #: admin/includes/class-ad-groups-list-table.php:94
177
- #, php-format
178
- msgid "Edit &#8220;%s&#8221;"
179
- msgstr "Modifica &#8220;%s&#8221;"
180
-
181
- #: admin/includes/class-ad-groups-list-table.php:99
182
- #: admin/includes/class-ad-groups-list-table.php:167
183
- #: public/class-advanced-ads.php:520
184
- msgid "Edit"
185
- msgstr "Modifica"
186
-
187
- #: admin/includes/class-ad-groups-list-table.php:108
188
- msgid "Delete"
189
- msgstr "Cancella"
190
-
191
- #: admin/includes/class-ad-groups-list-table.php:162
192
- msgid "Ad weight"
193
- msgstr "Rilevanza Ad"
194
-
195
- #: admin/includes/class-ad-groups-list-table.php:188
196
- #: admin/views/placements.php:40 admin/views/placements.php:64
197
- msgid "ID"
198
- msgstr "ID"
199
-
200
- #: admin/includes/class-ad-groups-list-table.php:189
201
- msgid "Ad Group"
202
- msgstr "Gruppo Ad"
203
-
204
- #: admin/includes/class-ad-groups-list-table.php:190
205
- msgid "Slug"
206
- msgstr "Abbreviazione"
207
-
208
- #: admin/includes/class-display-condition-callbacks.php:28
209
- msgid "Display on all public <strong>post types</strong>."
210
- msgstr "Mostra su tutti i tipi di <strong>pagina</strong>."
211
-
212
- #: admin/includes/class-display-condition-callbacks.php:31
213
- #: includes/array_ad_conditions.php:28
214
- msgid "Choose the public post types on which to display the ad."
215
- msgstr "Scegli i tipi di pagina in cui mostrare gli ad."
216
-
217
- #: admin/includes/class-display-condition-callbacks.php:86
218
- msgid "Display for all <strong>categories, tags and taxonomies</strong>."
219
- msgstr "Mostra per tutte le <strong>categorie, tag e tassonomie</strong>."
220
-
221
- #: admin/includes/class-display-condition-callbacks.php:88
222
- msgid "Display here"
223
- msgstr "Mostra qui"
224
-
225
- #: admin/includes/class-display-condition-callbacks.php:88
226
- msgid ""
227
- "Choose terms from public categories, tags and other taxonomies a post must "
228
- "belong to in order to have ads."
229
- msgstr ""
230
- "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
231
- "possedere per avere gli ad."
232
-
233
- #: admin/includes/class-display-condition-callbacks.php:117
234
- #: admin/includes/class-display-condition-callbacks.php:196
235
- msgid "Hide from here"
236
- msgstr "Nascondi da qui"
237
-
238
- #: admin/includes/class-display-condition-callbacks.php:117
239
- msgid ""
240
- "Choose the terms from public categories, tags and other taxonomies a post "
241
- "must belong to hide the ad from it."
242
- msgstr ""
243
- "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
244
- "possedere per non avere gli ad."
245
-
246
- #: admin/includes/class-display-condition-callbacks.php:164
247
- msgid "Display on all <strong>category archive pages</strong>."
248
- msgstr "Mostra su tutte le <strong>pagine archivio di categoria</strong>."
249
-
250
- #: admin/includes/class-display-condition-callbacks.php:167
251
- #, fuzzy
252
- msgid ""
253
- "Choose the terms from public categories, tags and other taxonomies on "
254
- "which's archive page ads can appear"
255
- msgstr ""
256
- "Scegli i requisiti che un'archivio di categoria, tag o altra tassonomia deve "
257
- "possedere per avere gli ad."
258
-
259
- #: admin/includes/class-display-condition-callbacks.php:196
260
- #, fuzzy
261
- msgid ""
262
- "Choose the terms from public categories, tags and other taxonomies on "
263
- "which's archive pages ads are hidden."
264
- msgstr ""
265
- "Scegli i requisiti che un'archivio di categoria, tag o altra tassonomia deve "
266
- "possedere per non avere gli ad."
267
-
268
- #: admin/includes/class-display-condition-callbacks.php:230
269
- msgid ""
270
- "Display an all <strong>individual posts, pages</strong> and public post type "
271
- "pages"
272
- msgstr "Mostra in tutti gli <strong>articoli, pagine</strong> e tipi di pagina"
273
-
274
- #: admin/includes/class-display-condition-callbacks.php:233
275
- #: includes/array_ad_conditions.php:46
276
- msgid ""
277
- "Choose on which individual posts, pages and public post type pages you want "
278
- "to display or hide ads."
279
- msgstr ""
280
- "Scegli in quali articoli, pagine e tipi di pagina vuoi mostrare o nascondere "
281
- "gli ad."
282
-
283
- #: admin/includes/class-display-condition-callbacks.php:250
284
- msgid "What should happen with ads on the list of individual posts below?"
285
- msgstr "Cosa dovrebbe accadere agli ad nella seguente lista di articoli?"
286
-
287
- #: admin/includes/class-display-condition-callbacks.php:251
288
- msgid "ignore the list"
289
- msgstr "ignora la lista"
290
-
291
- #: admin/includes/class-display-condition-callbacks.php:252
292
- msgid "display the ad only there"
293
- msgstr "mostra gli ad solo qui"
294
-
295
- #: admin/includes/class-display-condition-callbacks.php:253
296
- msgid "hide the ad here"
297
- msgstr "nascondi gli ad "
298
-
299
- #: admin/includes/class-display-condition-callbacks.php:261
300
- msgid "Update warning"
301
- msgstr "Attenzione"
302
-
303
- #: admin/includes/class-display-condition-callbacks.php:262
304
- msgid ""
305
- "Due to some conflicts before version 1.2.6, it is from now on only possible "
306
- "to choose either individual pages to include or exclude an ad, but not both "
307
- "with mixed settings. It seems you are still using mixed settings on this "
308
- "page. Please consider changing your setup for this ad."
309
- msgstr ""
310
- "Dati alcuni conflitti è possibile scegliere anche pagine individuali per "
311
- "includere o escludere ad, ma non con tutti i settaggi disponibili. "
312
-
313
- #: admin/includes/class-display-condition-callbacks.php:263
314
- msgid "Your old values are:"
315
- msgstr "I tuoi vecchi valori sono:"
316
-
317
- #: admin/includes/class-display-condition-callbacks.php:264
318
- msgid "Post IDs the ad is displayed on:"
319
- msgstr "Id dei post dove questo ad è mostrato:"
320
-
321
- #: admin/includes/class-display-condition-callbacks.php:265
322
- msgid "Post IDs the ad is hidden from:"
323
- msgstr "Id dei post dove questo ad è nascosto:"
324
-
325
- #: admin/includes/class-display-condition-callbacks.php:266
326
- msgid ""
327
- "Below you find the pages the ad is displayed on. If this is ok, just save "
328
- "the ad. If not, please update your settings."
329
- msgstr ""
330
- "Sotto trovi le pagine dove l'ad è mostrato. Se questo è ok, salva l'ad. Se "
331
- "no, aggiorna i valori dell'ad."
332
-
333
- #: admin/includes/class-display-condition-callbacks.php:306
334
- msgid "new"
335
- msgstr "nuovo"
336
-
337
- #: admin/includes/class-display-condition-callbacks.php:308
338
- msgid "type the title"
339
- msgstr "Scrivi il titolo"
340
-
341
- #: admin/includes/class-list-table.php:186
342
- msgid "No items found."
343
- msgstr "Nessun elemento trovato."
344
-
345
- #: admin/includes/class-list-table.php:310
346
- msgid "Bulk Actions"
347
- msgstr "Azioni di gruppo"
348
-
349
- #: admin/includes/class-list-table.php:320
350
- msgid "Apply"
351
- msgstr "Applica"
352
-
353
- #: admin/includes/class-list-table.php:404
354
- msgid "Show all dates"
355
- msgstr "Mostra tutte le date"
356
-
357
- #: admin/includes/class-list-table.php:417
358
- #, php-format
359
- msgid "%1$s %2$d"
360
- msgstr "%1$s %2$d"
361
-
362
- #: admin/includes/class-list-table.php:433
363
- msgid "List View"
364
- msgstr "Visualizzazione Lista"
365
-
366
- #: admin/includes/class-list-table.php:434
367
- msgid "Excerpt View"
368
- msgstr "Visualizzazione Riassunto"
369
-
370
- #: admin/includes/class-list-table.php:460
371
- #, php-format
372
- msgid "%s pending"
373
- msgstr "%s in attesa"
374
-
375
- #: admin/includes/class-list-table.php:528
376
- #: admin/includes/class-list-table.php:943
377
- #, php-format
378
- msgid "1 item"
379
- msgid_plural "%s items"
380
- msgstr[0] "1 elemento"
381
- msgstr[1] "%s elementi"
382
-
383
- #: admin/includes/class-list-table.php:546
384
- msgid "Go to the first page"
385
- msgstr "Vai alla prima pagina"
386
-
387
- #: admin/includes/class-list-table.php:553
388
- msgid "Go to the previous page"
389
- msgstr "Vai alla pagina precedente"
390
-
391
- #: admin/includes/class-list-table.php:562
392
- msgid "Current page"
393
- msgstr "Pagina corrente"
394
-
395
- #: admin/includes/class-list-table.php:568
396
- #, php-format
397
- msgctxt "paging"
398
- msgid "%1$s of %2$s"
399
- msgstr "%1$s di %2$s"
400
-
401
- #: admin/includes/class-list-table.php:572
402
- msgid "Go to the next page"
403
- msgstr "Vai alla pagina successiva"
404
-
405
- #: admin/includes/class-list-table.php:579
406
- msgid "Go to the last page"
407
- msgstr "Vai all'ultima pagina"
408
-
409
- #: admin/includes/class-list-table.php:715
410
- msgid "Select All"
411
- msgstr "Seleziona tutto"
412
-
413
- #: admin/views/ad-display-metabox.php:6
414
- msgid "Choose where to display the ad and where to hide it."
415
- msgstr "Scegli dove mostrare o dove nascondere gli ad."
416
-
417
- #: admin/views/ad-display-metabox.php:9
418
- msgid "Display ad everywhere"
419
- msgstr "Mostra ovunque"
420
-
421
- #: admin/views/ad-display-metabox.php:10
422
- msgid "Set display conditions"
423
- msgstr "Setta condizioni di visualizzazione"
424
-
425
- #: admin/views/ad-display-metabox.php:14
426
- #, fuzzy
427
- msgid "If you want to display the ad everywhere, don't do anything here. "
428
- msgstr "Se vuoi mostrare gli ad ovunque, non modificare nulla."
429
-
430
- #: admin/views/ad-display-metabox.php:15
431
- msgid "The fewer conditions you enter, the better the performance will be."
432
- msgstr "Meno condizioni ci sono, più fluido sarà l'intero sistema."
433
-
434
- #: admin/views/ad-display-metabox.php:16
435
- #, php-format
436
- msgid ""
437
- "Learn more about display conditions from the <a href=\"%s\" target=\"_blank"
438
- "\">manual</a>."
439
- msgstr "Leggi <a href=\"%s\" target=\"_blank\">qui</a>."
440
-
441
- #: admin/views/ad-display-metabox.php:32
442
- msgid "Other conditions"
443
- msgstr "Altre condizioni"
444
-
445
- #: admin/views/ad-display-metabox.php:33
446
- msgid ""
447
- "When using one of the two choices on checkbox conditions, the rule is "
448
- "binding. E.g. \"Front Page: show\" will result on the ad being only visible "
449
- "on the front page."
450
- msgstr ""
451
- "Quando usi una delle due opzioni sulle condizioni in checkbox, la regola è "
452
- "vincolante. Es. \"Front Page: mostra\" renderà l'ad visibile solo sulla "
453
- "front page."
454
-
455
- #: admin/views/ad-display-metabox.php:38
456
- msgid "show"
457
- msgstr "mostra"
458
-
459
- #: admin/views/ad-display-metabox.php:39
460
- msgid "hide"
461
- msgstr "nascondi"
462
-
463
- #: admin/views/ad-display-metabox.php:59
464
- msgid "clear"
465
- msgstr "Pulisci"
466
-
467
- #: admin/views/ad-display-metabox.php:66
468
- msgid "show debug output"
469
- msgstr "Mostra output debug"
470
-
471
- #: admin/views/ad-display-metabox.php:67
472
- msgid "Values saved for this ad in the database (post metas)"
473
- msgstr "I valori salvati per questo ad nel database (post metas)"
474
-
475
- #: admin/views/ad-group-ads-inline-form.php:10
476
- msgctxt "ad group ads form"
477
- msgid "weight"
478
- msgstr "Rilevanza"
479
-
480
- #: admin/views/ad-group-ads-inline-form.php:24
481
- msgid "Cancel"
482
- msgstr "Cancella"
483
-
484
- #: admin/views/ad-group-ads-inline-form.php:25
485
- #: admin/views/ad-group-edit.php:70
486
- msgid "Update"
487
- msgstr "Aggiorna"
488
-
489
- #: admin/views/ad-group-ads-inline-form.php:33
490
- msgid "There are no ads in this group"
491
- msgstr "Non ci sono ad in questo gruppo"
492
-
493
- #: admin/views/ad-group-edit.php:14
494
- msgid "You did not select an item for editing."
495
- msgstr "Non hai selezionato nessun elemento da modificare"
496
-
497
- #: admin/views/ad-group-edit.php:33
498
- msgctxt "Taxonomy Name"
499
- msgid "Name"
500
- msgstr "Nome"
501
-
502
- #: admin/views/ad-group-edit.php:38
503
- msgctxt "Taxonomy Slug"
504
- msgid "Slug"
505
- msgstr "Abbreviazione"
506
-
507
- #: admin/views/ad-group-edit.php:40
508
- msgid ""
509
- "An id-like string with only letters in lower case, numbers, and hyphens."
510
- msgstr ""
511
- "An id-like string with only letters in lower case, numbers, and hyphens."
512
-
513
- #: admin/views/ad-group-edit.php:45
514
- msgctxt "Taxonomy Parent"
515
- msgid "Parent"
516
- msgstr "Genitore"
517
-
518
- #: admin/views/ad-group-edit.php:48 admin/views/ad-group-edit.php:50
519
- msgid "None"
520
- msgstr "Niente"
521
-
522
- #: admin/views/ad-group-edit.php:56
523
- msgctxt "Taxonomy Description"
524
- msgid "Description"
525
- msgstr "Descrizione"
526
-
527
- #: admin/views/ad-group-edit.php:68
528
- msgid "Create new Ad Group"
529
- msgstr "Crea nuovo Gruppo Ad"
530
-
531
- #: admin/views/ad-group.php:33
532
- msgid "Ad Group added."
533
- msgstr "Gruppo Ad aggiunto."
534
-
535
- #: admin/views/ad-group.php:34 admin/views/ad-group.php:38
536
- msgid "Ad Group deleted."
537
- msgstr "Gruppo Ad cancellato."
538
-
539
- #: admin/views/ad-group.php:35
540
- msgid "Ad Group updated."
541
- msgstr "Gruppo Ad aggiornato."
542
-
543
- #: admin/views/ad-group.php:36
544
- msgid "Ad Group not added."
545
- msgstr "Gruppo Ad non aggiunto."
546
-
547
- #: admin/views/ad-group.php:37
548
- msgid "Ad Group not updated."
549
- msgstr "Gruppo Ad non aggiornato."
550
-
551
- #: admin/views/ad-group.php:55
552
- #, php-format
553
- msgid "Search results for &#8220;%s&#8221;"
554
- msgstr "Risultati di ricerca per &#8220;%s&#8221;"
555
-
556
- #: admin/views/ad-group.php:61
557
- msgid ""
558
- "Ad Groups are a very flexible method to bundle ads. You can use them to "
559
- "display random ads in the frontend or run split tests, but also just for "
560
- "informational purposes. Not only can an Ad Groups have multiple ads, but an "
561
- "ad can belong to multiple ad groups."
562
- msgstr ""
563
- "I gruppi Ad sono un metodo molto flessibile per raggruppare gli ad. Puoi "
564
- "usarli per mostrare ad casuali nel frontend o per split test, ma anche per "
565
- "finalità informative. Un Gruppo Ad può quindi avere ad multipli, ma anche un "
566
- "ad può appartenere a Gruppi Ad multipli. "
567
-
568
- #: admin/views/ad-group.php:69
569
- msgid "How to display an Ad Group?"
570
- msgstr "Come mostrare un Gruppo Ad?"
571
-
572
- #: admin/views/ad-group.php:71
573
- #, php-format
574
- msgid ""
575
- "Examples on how to display an ad group? Find more help and examples in the "
576
- "<a href=\"%s\" target=\"_blank\">manual</a>"
577
- msgstr ""
578
- "Esempi su come mostrare un Gruppo Ad? Leggi <a href=\"%s\" target=\"_blank"
579
- "\">qui</a>."
580
-
581
- #: admin/views/ad-group.php:72 admin/views/ad_info.php:6
582
- #: admin/views/placements.php:51
583
- msgid "shortcode"
584
- msgstr "shortcode"
585
-
586
- #: admin/views/ad-group.php:73
587
- msgid "To display an ad group with the ID 6 in content fields"
588
- msgstr "Per mostrare un gruppo ad con ID 6 nel contenuto"
589
-
590
- #: admin/views/ad-group.php:75 admin/views/ad_info.php:9
591
- #: admin/views/placements.php:54
592
- msgid "template"
593
- msgstr "template"
594
-
595
- #: admin/views/ad-group.php:76
596
- msgid "To display an ad group with the ID 6 in template files"
597
- msgstr "Per mostrare un gruppo con ID 6 in un template"
598
-
599
- #: admin/views/ad-inject-metabox.php:1
600
- msgid ""
601
- "Include ads on specific places automatically without shortcodes or functions."
602
- msgstr "Includi ad su posizioni specifiche senza funzioni o shortcodes."
603
-
604
- #: admin/views/ad-inject-metabox.php:4 admin/views/ad-inject-metabox.php:32
605
- msgid ""
606
- "This feature is now provided through placements. Please convert the settings "
607
- "made here to placements."
608
- msgstr "Questa funzione è disponibile attraverso il posizionamento."
609
-
610
- #: admin/views/ad-inject-metabox.php:10
611
- msgid "Include in Header (before closing </head> Tag, probably not visible)"
612
- msgstr "Includi in Header (prima del tag di chiusura </head>)"
613
-
614
- #: admin/views/ad-inject-metabox.php:16
615
- msgid "Include in Footer (before closing </body> Tag)"
616
- msgstr "Includi in Footer (prima del tag di chiusura </body>)"
617
-
618
- #: admin/views/ad-inject-metabox.php:22
619
- msgid "Include before the post content"
620
- msgstr "Includi prima del contenuto di un post"
621
-
622
- #: admin/views/ad-inject-metabox.php:28
623
- msgid "Include after the post content"
624
- msgstr "Includi dopo il contenuto di un post"
625
-
626
- #: admin/views/ad-main-metabox.php:3
627
- msgid "No ad types defined"
628
- msgstr "Nessun tipo di ad definito"
629
-
630
- #: admin/views/ad-output-metabox.php:1
631
- msgid "Everything connected to the ads layout and output."
632
- msgstr ""
633
-
634
- #: admin/views/ad-output-metabox.php:5
635
- #, fuzzy
636
- msgid "Position"
637
- msgstr "Descrizione"
638
-
639
- #: admin/views/ad-output-metabox.php:6
640
- #, fuzzy
641
- msgid "- default -"
642
- msgstr "default"
643
-
644
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:75
645
- #: classes/ad_placements.php:31
646
- msgid "default"
647
- msgstr "default"
648
-
649
- #: admin/views/ad-output-metabox.php:8
650
- msgid "left"
651
- msgstr ""
652
-
653
- #: admin/views/ad-output-metabox.php:11
654
- msgid "center"
655
- msgstr ""
656
-
657
- #: admin/views/ad-output-metabox.php:14
658
- #, fuzzy
659
- msgid "right"
660
- msgstr "altezza"
661
-
662
- #: admin/views/ad-output-metabox.php:19
663
- msgid ""
664
- "Check this if you don't want the following elements to float around the ad. "
665
- "(adds a clearfix)"
666
- msgstr ""
667
-
668
- #: admin/views/ad-output-metabox.php:22
669
- msgid "Margin"
670
- msgstr ""
671
-
672
- #: admin/views/ad-output-metabox.php:23
673
- msgid "top:"
674
- msgstr ""
675
-
676
- #: admin/views/ad-output-metabox.php:25
677
- #, fuzzy
678
- msgid "right:"
679
- msgstr "altezza"
680
-
681
- #: admin/views/ad-output-metabox.php:27
682
- msgid "bottom:"
683
- msgstr ""
684
-
685
- #: admin/views/ad-output-metabox.php:29
686
- msgid "left:"
687
- msgstr ""
688
-
689
- #: admin/views/ad-output-metabox.php:31
690
- msgid "tip: use this to add a margin around the ad"
691
- msgstr ""
692
-
693
- #: admin/views/ad-parameters-metabox.php:15
694
- msgid "size:"
695
- msgstr "dimensione:"
696
-
697
- #: admin/views/ad-parameters-metabox.php:16
698
- msgid "width"
699
- msgstr "larghezza"
700
-
701
- #: admin/views/ad-parameters-metabox.php:17
702
- msgid "height"
703
- msgstr "altezza"
704
-
705
- #: admin/views/ad-visitor-metabox.php:1
706
- msgid ""
707
- "Display conditions that are based on the user. Use with caution on cached "
708
- "websites."
709
- msgstr ""
710
- "Condizioni di visualizzazione basate sul tipo di supporto. Usa con cautela "
711
- "su siti web che utilizzano la cache."
712
-
713
- #: admin/views/ad-visitor-metabox.php:8
714
- msgid "Display on all devices"
715
- msgstr "Mostra su tutti gli apparecchi"
716
-
717
- #: admin/views/ad-visitor-metabox.php:12
718
- msgid "only on mobile devices"
719
- msgstr "solo su mobile"
720
-
721
- #: admin/views/ad-visitor-metabox.php:16
722
- msgid "not on mobile devices"
723
- msgstr "solo su apparecchi non mobile"
724
-
725
- #: admin/views/ad_info.php:1
726
- #, php-format
727
- msgid "Ad Id: %s"
728
- msgstr "Id Ad: %s"
729
-
730
- #: admin/views/ad_info.php:2
731
- msgid "How to use this Ad?"
732
- msgstr ""
733
-
734
- #: admin/views/ad_info.php:5
735
- #, php-format
736
- msgid ""
737
- "How to display the ad directly? Find more help and examples in the <a href="
738
- "\"%s\" target=\"_blank\">manual</a>"
739
- msgstr ""
740
- "Usa uno shortcode o inserisci il codice direttamente nel template. Leggi <a "
741
- "href=\"%s\" target=\"_blank\">qui</a>."
742
-
743
- #: admin/views/ad_info.php:7
744
- msgid "To display an ad in content fields"
745
- msgstr "Per mostrare un ad in un contenuto"
746
-
747
- #: admin/views/ad_info.php:10
748
- msgid "To display an ad in template files"
749
- msgstr "Per mostrare un ad in un file del template"
750
-
751
- #: admin/views/debug.php:8
752
- msgid "Work in progress"
753
- msgstr "Work in progress"
754
-
755
- #: admin/views/debug.php:9
756
- msgid ""
757
- "This screen is work in progress. You can use the information if you "
758
- "understand them, but there is nothing to do here yet."
759
- msgstr ""
760
-
761
- #: admin/views/debug.php:16
762
- msgid "Ad Condition Overview"
763
- msgstr "Sommario Condizioni Ad"
764
-
765
- #: admin/views/overview.php:13
766
- msgid ""
767
- "Ads are the smallest unit, containing the content or a single ad to be "
768
- "displayed."
769
- msgstr ""
770
- "Gli Ad sono l'unità più semplice, contenente il contenuto o un singolo ad da "
771
- "mostrare."
772
-
773
- #: admin/views/overview.php:14
774
- #, php-format
775
- msgid "You have published %d ads."
776
- msgstr "Hai pubblicato %d ad."
777
-
778
- #: admin/views/overview.php:15
779
- #, php-format
780
- msgid "<a href=\"%s\">Manage</a> them or <a href=\"%s\">create</a> a new one"
781
- msgstr ""
782
- "<a href=\"%s\">Gestisci</a> gli esistenti o <a href=\"%s\">crea</a> un nuovo "
783
- "ad"
784
-
785
- #: admin/views/overview.php:23
786
- msgid "recent ads"
787
- msgstr "Ad recenti"
788
-
789
- #: admin/views/overview.php:33
790
- msgid "Create your first ad"
791
- msgstr "Crea il tuo primo ad"
792
-
793
- #: admin/views/overview.php:41
794
- msgid ""
795
- "Ad Groups contain ads and are currently used to rotate multiple ads on a "
796
- "single spot."
797
- msgstr ""
798
- "Un Gruppo Ad contiene ad ed è usato per far ruotare ad multipli in un "
799
- "singolo spazio."
800
-
801
- #: admin/views/overview.php:42
802
- #, php-format
803
- msgid "You have %d groups."
804
- msgstr "Hai %d gruppi."
805
-
806
- #: admin/views/overview.php:43 admin/views/overview.php:69
807
- #, php-format
808
- msgid "<a href=\"%s\">Manage</a> them."
809
- msgstr "<a href=\"%s\">Gestisci</a> gli esistenti."
810
-
811
- #: admin/views/overview.php:49
812
- msgid "recent groups"
813
- msgstr "gruppi recenti"
814
-
815
- #: admin/views/overview.php:59
816
- msgid "Create your first group"
817
- msgstr "Crea il tuo primo gruppo"
818
-
819
- #: admin/views/overview.php:67
820
- msgid ""
821
- "Ad Placements are the best way to manage where to display ads and groups."
822
- msgstr ""
823
- "Il posizionamento degli ad è il miglior modo per gestire dove mostrare ad e "
824
- "gruppi."
825
-
826
- #: admin/views/overview.php:68
827
- #, php-format
828
- msgid "You have %d placements."
829
- msgstr "Hai %d posizionamenti."
830
-
831
- #: admin/views/overview.php:75
832
- msgid "recent placements"
833
- msgstr "posizionamenti recenti"
834
-
835
- #: admin/views/overview.php:85
836
- msgid "Create your first placement"
837
- msgstr "Crea il tuo primo posizionamento"
838
-
839
- #: admin/views/overview.php:93
840
- msgid "Manual and Support"
841
- msgstr "Documentazione e Supporto"
842
-
843
- #: admin/views/overview.php:94
844
- msgid "Need some help? These are your options"
845
- msgstr "Hai bisogno di aiuto. Queste le opzioni"
846
-
847
- #: admin/views/overview.php:96
848
- #, php-format
849
- msgid "Visit the <a href=\"%s\">plugin homepage</a>"
850
- msgstr "Visita l'<a href=\"%s\">homepage</a> del plugin"
851
-
852
- #: admin/views/overview.php:97
853
- #, php-format
854
- msgid "Have a look into the <a href=\"%s\">manual</a>"
855
- msgstr "Dai un'occhiata al <a href=\"%s\">manuale</a>"
856
-
857
- #: admin/views/overview.php:98
858
- #, php-format
859
- msgid ""
860
- "Ask a question to other users in the <a href=\"%s\">wordpress.org forum</a>"
861
- msgstr ""
862
- "Poni la tua domanda agli altri utenti nel <a href=\"%s\">forum wordpress."
863
- "org</a>"
864
-
865
- #: admin/views/overview.php:99
866
- #, php-format
867
- msgid "<a href=\"%s\">Hire the developer</a>"
868
- msgstr "<a href=\"%s\">Assumi lo sviluppatore</a>"
869
-
870
- #: admin/views/overview.php:103
871
- msgid "Add-ons"
872
- msgstr ""
873
-
874
- #: admin/views/overview.php:104
875
- msgid "Want to boost your ad income? Try these add-ons"
876
- msgstr "Vuoi velocizzare i tuoi ad? Prova questi add-ons"
877
-
878
- #: admin/views/overview.php:111
879
- msgid "See Add-Ons"
880
- msgstr "Vedi gli Add-Ons"
881
-
882
- #: admin/views/placements.php:14
883
- msgid ""
884
- "Placements are physically places in your theme and posts. You can use them "
885
- "if you plan to change ads and ad groups on the same place without the need "
886
- "to change your templates."
887
- msgstr ""
888
- "Il posizionamento è uno spazio fisico nel tuo tema o nei post. Puoi usarlo "
889
- "se hai bisogno di far ruotare ad e gruppi nello stesso spazio senza aver "
890
- "bisogno di cambiare i tuoi templates."
891
-
892
- #: admin/views/placements.php:15
893
- #, php-format
894
- msgid ""
895
- "See also the manual for more information on <a href=\"%s\">placements</a> "
896
- "and <a href=\"%s\">auto injection</a>."
897
- msgstr ""
898
- "Leggi il manuale per avere più informazioni su <a href=\"%s"
899
- "\">posizionamento</a> e <a href=\"%s\">auto injection</a>."
900
-
901
- #: admin/views/placements.php:16
902
- msgid "Create a new placement"
903
- msgstr "Crea un nuovo posizionamento"
904
-
905
- #: admin/views/placements.php:18 admin/views/placements.php:63
906
- msgid "Type"
907
- msgstr "Tipo"
908
-
909
- #: admin/views/placements.php:27
910
- msgid "What is this?"
911
- msgstr "Cos'è questo?"
912
-
913
- #: admin/views/placements.php:29
914
- msgid ""
915
- "Placement types define how the placements works and where it is going to be "
916
- "displayed."
917
- msgstr ""
918
- "I tipi di posizionamento definiscono come il posizionamento lavora e dove "
919
- "viene mostrato."
920
-
921
- #: admin/views/placements.php:38 admin/views/placements.php:62
922
- msgid "Name"
923
- msgstr "Nome"
924
-
925
- #: admin/views/placements.php:42
926
- msgid ""
927
- "Individual identifier. Allowed are alphanumeric signs (lower case) and "
928
- "hyphen."
929
- msgstr ""
930
- "Identificatore individuale. Sono permessi segni alfanumerici (lower case) e "
931
- "trattini."
932
-
933
- #: admin/views/placements.php:43
934
- msgid "You can assign Ads and Groups after you created the placement."
935
- msgstr "Puoi assegnare Ad e Gruppi dopo aver creato il posizionamento."
936
-
937
- #: admin/views/placements.php:44
938
- msgid "Save New Placement"
939
- msgstr "Salva Nuovo Posizionamento"
940
-
941
- #: admin/views/placements.php:48
942
- #, fuzzy
943
- msgid "How to use the <i>default</i> Ad Placement?"
944
- msgstr "Come usare il posizionamento 'default'?"
945
-
946
- #: admin/views/placements.php:50
947
- #, fuzzy, php-format
948
- msgid ""
949
- "Examples on how to use the <i>default</i> ad placement? Find more help and "
950
- "examples in the <a href=\"%s\" target=\"_blank\">manual</a>"
951
- msgstr ""
952
- "Esempi su come usare il posizionamento 'default'? Esempi e maggiori "
953
- "informazioni <a href=\"%s\" target=\"_blank\">qui</a>"
954
-
955
- #: admin/views/placements.php:52
956
- msgid "To use an ad placement with the ID skyscraper_left in content fields"
957
- msgstr "Per usare un posizionamento con l'id skyscraper_left in un contenuto"
958
-
959
- #: admin/views/placements.php:55
960
- msgid "To use an ad placement with the ID skyscraper_left in template files"
961
- msgstr "Per usare un posizionamento con l'id skyscraper_left in un trmplate"
962
-
963
- #: admin/views/placements.php:65
964
- msgid "Options"
965
- msgstr "Opzioni"
966
-
967
- #: admin/views/placements.php:80
968
- msgid "Item"
969
- msgstr "Elemento"
970
-
971
- #: admin/views/placements.php:82 classes/widget.php:57
972
- msgid "--empty--"
973
- msgstr "--vuoto--"
974
-
975
- #: admin/views/placements.php:101
976
- msgid "Index"
977
- msgstr "Indice"
978
-
979
- #: admin/views/placements.php:109
980
- msgid "After which paragraph to insert the placement content."
981
- msgstr "Numero di paragrafi dopo i quali verrà inserito l'ad."
982
-
983
- #: admin/views/placements.php:118
984
- msgid "remove placement"
985
- msgstr "rimuovi posizionamento"
986
-
987
- #: admin/views/placements.php:124
988
- msgid "Save Placements"
989
- msgstr "Salva Posizionamento"
990
-
991
- #: admin/views/settings.php:23
992
- msgid "Debug Page"
993
- msgstr "Pagina Debug"
994
-
995
- #: admin/views/settings.php:24
996
- msgid "Advanced Ads on WordPress.org"
997
- msgstr "Advanced Ads su WordPress.org"
998
-
999
- #: admin/views/settings.php:24
1000
- msgid "Advanced Ads on wp.org"
1001
- msgstr "Advanced Ads su wp.org"
1002
-
1003
- #: admin/views/settings.php:25
1004
- msgid "the company behind Advanced Ads"
1005
- msgstr "la società dietro Advanced Ads"
1006
-
1007
- #: admin/views/settings.php:25
1008
- msgid "webgilde GmbH"
1009
- msgstr "webgilde GmbH"
1010
-
1011
- #: classes/ad.php:670
1012
- #, php-format
1013
- msgid "A \"%s\" display condition does not exist"
1014
- msgstr "Una condizione \"%s\" non esiste"
1015
-
1016
- #: classes/ad_placements.php:32
1017
- msgid "Manual placement."
1018
- msgstr "Posizionamento manuale."
1019
-
1020
- #: classes/ad_placements.php:35
1021
- msgid "header"
1022
- msgstr "header"
1023
-
1024
- #: classes/ad_placements.php:36
1025
- msgid "Injected in Header (before closing </head> Tag, often not visible)."
1026
- msgstr "Injected in Header (prima del tag di chiusura </head>)."
1027
-
1028
- #: classes/ad_placements.php:39
1029
- msgid "footer"
1030
- msgstr "footer"
1031
-
1032
- #: classes/ad_placements.php:40
1033
- msgid "Injected in Footer (before closing </body> Tag)."
1034
- msgstr "Injected in Footer (prima del tag di chiusura </body>)."
1035
-
1036
- #: classes/ad_placements.php:43
1037
- msgid "before post"
1038
- msgstr "prima del post"
1039
-
1040
- #: classes/ad_placements.php:44
1041
- msgid "Injected before the post content."
1042
- msgstr "Injected prima del contenuto del post."
1043
-
1044
- #: classes/ad_placements.php:47
1045
- msgid "after post"
1046
- msgstr "dopo il post"
1047
-
1048
- #: classes/ad_placements.php:48
1049
- msgid "Injected after the post content."
1050
- msgstr "Injected dopo il contenuto del post."
1051
-
1052
- #: classes/ad_placements.php:51
1053
- msgid "post content"
1054
- msgstr "contenuto del post"
1055
-
1056
- #: classes/ad_placements.php:52
1057
- msgid ""
1058
- "Injected into the post content. You can choose the paragraph after which the "
1059
- "ad content is displayed."
1060
- msgstr ""
1061
- "Injected nel contenuto di un articolo. Puoi scegliere il paragrafo dopo il "
1062
- "quale mostrare l'ad."
1063
-
1064
- #: classes/ad_placements.php:74
1065
- #, fuzzy
1066
- msgid "Slug can't be empty."
1067
- msgstr "Il campo abbreviazione non può essere vuoto."
1068
-
1069
- #: classes/ad_placements.php:76
1070
- msgid "Slug already exists."
1071
- msgstr "Abbreviazione già esistente."
1072
-
1073
- #: classes/ad_type_content.php:35
1074
- msgid "Rich Content"
1075
- msgstr "Rich Content"
1076
-
1077
- #: classes/ad_type_content.php:36
1078
- msgid ""
1079
- "The full content editor from WordPress with all features like image upload "
1080
- "or styling, but also simple text/html mode for scripts and code."
1081
- msgstr "Editor con tutte le funzionalità al completo."
1082
-
1083
- #: classes/ad_type_plain.php:31
1084
- msgid "Plain Text and Code"
1085
- msgstr "Testo semplice e Codice"
1086
-
1087
- #: classes/ad_type_plain.php:32
1088
- msgid ""
1089
- "Simple text editor without any filters. You might use it to display "
1090
- "unfiltered content, php code or javascript. Shortcodes and other WordPress "
1091
- "content field magic does not work here."
1092
- msgstr ""
1093
- "Editor di testo semplice senza filtri. Puoi usarlo per mostrare contenuti "
1094
- "non filtrati, codice php o javascript. Gli shortcodes non funzionano qui."
1095
-
1096
- #: classes/ad_type_plain.php:55
1097
- msgid "Insert plain text or code into this field."
1098
- msgstr "Inserisci testo semplice o codice in questo campo."
1099
-
1100
- #: classes/widget.php:19
1101
- msgid "Display Ads and Ad Groups."
1102
- msgstr "Mostra Ad e Gruppi Ad"
1103
-
1104
- #: classes/widget.php:51
1105
- msgid "Title:"
1106
- msgstr "Titolo:"
1107
-
1108
- #: includes/array_ad_conditions.php:27
1109
- msgid "Post Types"
1110
- msgstr "Tipi di Pagina"
1111
-
1112
- #: includes/array_ad_conditions.php:33
1113
- msgid "Categories, Tags and Taxonomies"
1114
- msgstr "Categorie, Tag e Tassonomie"
1115
-
1116
- #: includes/array_ad_conditions.php:34
1117
- msgid ""
1118
- "Choose terms from public category, tag and other taxonomies a post must "
1119
- "belong to in order to have ads."
1120
- msgstr ""
1121
- "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
1122
- "possedere per avere gli ad."
1123
-
1124
- #: includes/array_ad_conditions.php:39
1125
- msgid "Category Archives"
1126
- msgstr "Archivi di Categoria"
1127
-
1128
- #: includes/array_ad_conditions.php:40
1129
- msgid "comma seperated IDs of category archives"
1130
- msgstr "ID di archivi categorie separati da virgola"
1131
-
1132
- #: includes/array_ad_conditions.php:45
1133
- msgid "Individual Posts, Pages and Public Post Types"
1134
- msgstr "Post singoli, Pagine e tipi Post pubblici"
1135
-
1136
- #: includes/array_ad_conditions.php:51
1137
- msgid "Home Page"
1138
- msgstr "Home Page"
1139
-
1140
- #: includes/array_ad_conditions.php:52
1141
- #, fuzzy
1142
- msgid "(don't) show on Home page"
1143
- msgstr "(non) mostrare in Home page"
1144
-
1145
- #: includes/array_ad_conditions.php:56
1146
- msgid "Singular Pages"
1147
- msgstr "Pagine singole"
1148
-
1149
- #: includes/array_ad_conditions.php:57
1150
- #, fuzzy
1151
- msgid "(don't) show on singular pages/posts"
1152
- msgstr "(non) mostrare su pagine/articoli"
1153
-
1154
- #: includes/array_ad_conditions.php:61
1155
- msgid "Archive Pages"
1156
- msgstr "Pagine Archivio"
1157
-
1158
- #: includes/array_ad_conditions.php:62
1159
- #, fuzzy
1160
- msgid ""
1161
- "(don't) show on any type of archive page (category, tag, author and date)"
1162
- msgstr "(non) mostrare su ogni tipo di pagina archivio"
1163
-
1164
- #: includes/array_ad_conditions.php:66
1165
- msgid "Search Results"
1166
- msgstr "Risultati Ricerca"
1167
-
1168
- #: includes/array_ad_conditions.php:67
1169
- #, fuzzy
1170
- msgid "(don't) show on search result pages"
1171
- msgstr "(non) mostrare su pagine di ricerca"
1172
-
1173
- #: includes/array_ad_conditions.php:71
1174
- msgid "404 Page"
1175
- msgstr "Pagina 404"
1176
-
1177
- #: includes/array_ad_conditions.php:72
1178
- #, fuzzy
1179
- msgid "(don't) show on 404 error page"
1180
- msgstr "(non) mostrare su pagine 404"
1181
-
1182
- #: includes/array_ad_conditions.php:76
1183
- msgid "Attachment Pages"
1184
- msgstr "Pagine Allegato"
1185
-
1186
- #: includes/array_ad_conditions.php:77
1187
- #, fuzzy
1188
- msgid "(don't) show on attachment pages"
1189
- msgstr "(non) mostrare su pagine allegato"
1190
-
1191
- #: public/class-advanced-ads.php:480
1192
- msgctxt "ad group general name"
1193
- msgid "Ad Groups"
1194
- msgstr "Gruppi Ad"
1195
-
1196
- #: public/class-advanced-ads.php:481
1197
- msgctxt "ad group singular name"
1198
- msgid "Ad Group"
1199
- msgstr "Gruppo Ad"
1200
-
1201
- #: public/class-advanced-ads.php:482
1202
- msgid "Search Ad Groups"
1203
- msgstr "Cerca Gruppo Ad"
1204
-
1205
- #: public/class-advanced-ads.php:483
1206
- msgid "All Ad Groups"
1207
- msgstr "Tutti i Gruppi"
1208
-
1209
- #: public/class-advanced-ads.php:484
1210
- msgid "Parent Ad Groups"
1211
- msgstr "Genitore Gruppo Ad:"
1212
-
1213
- #: public/class-advanced-ads.php:485
1214
- msgid "Parent Ad Groups:"
1215
- msgstr "Genitore Gruppi Ad:"
1216
-
1217
- #: public/class-advanced-ads.php:486
1218
- msgid "Edit Ad Group"
1219
- msgstr "Aggiorna Gruppo Ad"
1220
-
1221
- #: public/class-advanced-ads.php:487
1222
- msgid "Update Ad Group"
1223
- msgstr "Aggiorna Gruppo Ad"
1224
-
1225
- #: public/class-advanced-ads.php:488
1226
- msgid "Add New Ad Group"
1227
- msgstr "Aggiungi nuovo gruppo Ad"
1228
-
1229
- #: public/class-advanced-ads.php:489
1230
- msgid "New Ad Groups Name"
1231
- msgstr "Nuovo nome gruppo"
1232
-
1233
- #: public/class-advanced-ads.php:491
1234
- msgid "No Ad Group found"
1235
- msgstr "Nessun Gruppo Ad trovato"
1236
-
1237
- #: public/class-advanced-ads.php:517 public/class-advanced-ads.php:533
1238
- msgid "Ad"
1239
- msgstr "Ad"
1240
-
1241
- #: public/class-advanced-ads.php:518 public/class-advanced-ads.php:522
1242
- msgid "New Ad"
1243
- msgstr "Nuovo Ad"
1244
-
1245
- #: public/class-advanced-ads.php:519
1246
- msgid "Add New Ad"
1247
- msgstr "Aggiungi nuovo Ad"
1248
-
1249
- #: public/class-advanced-ads.php:521
1250
- msgid "Edit Ad"
1251
- msgstr "Modifica Ad"
1252
-
1253
- #: public/class-advanced-ads.php:523
1254
- msgid "View"
1255
- msgstr "Vedi"
1256
-
1257
- #: public/class-advanced-ads.php:524
1258
- msgid "View the Ad"
1259
- msgstr "Vedi l'Ad"
1260
-
1261
- #: public/class-advanced-ads.php:525
1262
- msgid "Search Ads"
1263
- msgstr "Cerca Ad"
1264
-
1265
- #: public/class-advanced-ads.php:526
1266
- msgid "No Ads found"
1267
- msgstr "Nessun Ad trovato"
1268
-
1269
- #: public/class-advanced-ads.php:527
1270
- msgid "No Ads found in Trash"
1271
- msgstr "Nessun Ad trovato in cestino"
1272
-
1273
- #: public/class-advanced-ads.php:528
1274
- msgid "Parent Ad"
1275
- msgstr "Genitore Ad"
1276
-
1277
- #: public/class-advanced-ads.php:584
1278
- #, php-format
1279
- msgid "Advanced Ads Error: %s"
1280
- msgstr "Errore: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Advanved Ads\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
+ "PO-Revision-Date: Tue Sep 22 2015 08:31:43 GMT+0200 (CEST)\n"
7
+ "Last-Translator: admin <post@webzunft.de>\n"
8
+ "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
+ "Language: Italian\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Loco-Target-Locale: it_IT"
24
+
25
+ #. URI of the plugin
26
+ msgid "https://wpadvancedads.com"
27
+ msgstr ""
28
+
29
+ #. Description of the plugin
30
+ msgid "Manage and optimize your ads in WordPress"
31
+ msgstr ""
32
+
33
+ #. Author of the plugin
34
+ msgid "Thomas Maier"
35
+ msgstr ""
36
+
37
+ #. Author URI of the plugin
38
+ msgid "http://webgilde.com"
39
+ msgstr ""
40
+
41
+ #: ../admin/class-advanced-ads-admin.php:263 ../admin/class-advanced-ads-admin.
42
+ #: php:263
43
+ msgid "Advanced Ads Intro"
44
+ msgstr ""
45
+
46
+ #: ../admin/class-advanced-ads-admin.php:267 ../admin/class-advanced-ads-admin.
47
+ #: php:267
48
+ msgid "Support"
49
+ msgstr ""
50
+
51
+ #: ../admin/class-advanced-ads-admin.php:397 ../admin/class-advanced-ads-admin.
52
+ #: php:424
53
+ msgid "Sorry, you are not allowed to access this feature."
54
+ msgstr ""
55
+
56
+ #: ../admin/class-advanced-ads-admin.php:410
57
+ msgid ""
58
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
59
+ "deleted?"
60
+ msgstr ""
61
+
62
+ #: ../admin/class-advanced-ads-admin.php:531
63
+ msgid "Layout / Output"
64
+ msgstr ""
65
+
66
+ #: ../admin/class-advanced-ads-admin.php:713 ../admin/class-advanced-ads-admin.
67
+ #: php:714
68
+ msgid "Ad updated."
69
+ msgstr ""
70
+
71
+ #. translators: %s: date and time of the revision
72
+ #: ../admin/class-advanced-ads-admin.php:716
73
+ #, php-format
74
+ msgid "Ad restored to revision from %s"
75
+ msgstr ""
76
+
77
+ #: ../admin/class-advanced-ads-admin.php:717
78
+ msgid "Ad published."
79
+ msgstr ""
80
+
81
+ #: ../admin/class-advanced-ads-admin.php:718
82
+ msgid "Ad saved."
83
+ msgstr ""
84
+
85
+ #: ../admin/class-advanced-ads-admin.php:719
86
+ msgid "Ad submitted."
87
+ msgstr ""
88
+
89
+ #: ../admin/class-advanced-ads-admin.php:721
90
+ #, php-format
91
+ msgid "Ad scheduled for: <strong>%1$s</strong>."
92
+ msgstr ""
93
+
94
+ #. translators: Publish box date format, see http://php.net/date
95
+ #: ../admin/class-advanced-ads-admin.php:723
96
+ msgid "M j, Y @ G:i"
97
+ msgstr ""
98
+
99
+ #: ../admin/class-advanced-ads-admin.php:725
100
+ msgid "Ad draft updated."
101
+ msgstr ""
102
+
103
+ #: ../admin/class-advanced-ads-admin.php:744
104
+ #, php-format
105
+ msgid "%s ad updated."
106
+ msgid_plural "%s ads updated."
107
+ msgstr[0] ""
108
+ msgstr[1] ""
109
+
110
+ #: ../admin/class-advanced-ads-admin.php:745
111
+ #, php-format
112
+ msgid "%s ad not updated, somebody is editing it."
113
+ msgid_plural "%s ads not updated, somebody is editing them."
114
+ msgstr[0] ""
115
+ msgstr[1] ""
116
+
117
+ #: ../admin/class-advanced-ads-admin.php:746
118
+ #, php-format
119
+ msgid "%s ad permanently deleted."
120
+ msgid_plural "%s ads permanently deleted."
121
+ msgstr[0] ""
122
+ msgstr[1] ""
123
+
124
+ #: ../admin/class-advanced-ads-admin.php:747
125
+ #, php-format
126
+ msgid "%s ad moved to the Trash."
127
+ msgid_plural "%s ads moved to the Trash."
128
+ msgstr[0] ""
129
+ msgstr[1] ""
130
+
131
+ #: ../admin/class-advanced-ads-admin.php:748
132
+ #, php-format
133
+ msgid "%s ad restored from the Trash."
134
+ msgid_plural "%s ads restored from the Trash."
135
+ msgstr[0] ""
136
+ msgstr[1] ""
137
+
138
+ #: ../admin/class-advanced-ads-admin.php:795 ../admin/class-advanced-ads-admin.
139
+ #: php:891
140
+ msgid "Licenses"
141
+ msgstr ""
142
+
143
+ #: ../admin/class-advanced-ads-admin.php:806
144
+ msgid "Disable ads"
145
+ msgstr ""
146
+
147
+ #: ../admin/class-advanced-ads-admin.php:830
148
+ msgid "Unlimited ad injection"
149
+ msgstr ""
150
+
151
+ #: ../admin/class-advanced-ads-admin.php:838
152
+ msgid "Priority of content injection filter"
153
+ msgstr ""
154
+
155
+ #: ../admin/class-advanced-ads-admin.php:846
156
+ msgid "Hide ads from bots"
157
+ msgstr ""
158
+
159
+ #: ../admin/class-advanced-ads-admin.php:854
160
+ msgid "Disable notices"
161
+ msgstr ""
162
+
163
+ #: ../admin/class-advanced-ads-admin.php:862
164
+ msgid "ID prefix"
165
+ msgstr ""
166
+
167
+ #: ../admin/class-advanced-ads-admin.php:870
168
+ msgid "Remove Widget ID"
169
+ msgstr ""
170
+
171
+ #: ../admin/class-advanced-ads-admin.php:972
172
+ msgid ""
173
+ "<strong>notice: </strong>the file is currently enabled by an add-on that "
174
+ "needs it."
175
+ msgstr ""
176
+
177
+ #: ../admin/class-advanced-ads-admin.php:975
178
+ #, php-format
179
+ msgid ""
180
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
181
+ " Some features and add-ons might override this setting if they need features "
182
+ "from this file."
183
+ msgstr ""
184
+
185
+ #: ../admin/class-advanced-ads-admin.php:988
186
+ msgid ""
187
+ "Some plugins and themes trigger ad injection where it shouldn’t happen. "
188
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
189
+ "and outside the loop. However, this can cause problems with some themes. You "
190
+ "can enable this option if you don’t see ads or want to enable ad injections "
191
+ "on archive pages AT YOUR OWN RISK."
192
+ msgstr ""
193
+
194
+ #: ../admin/class-advanced-ads-admin.php:1002
195
+ msgid ""
196
+ "Play with this value in order to change the priority of the injected ads "
197
+ "compared to other auto injected elements in the post content."
198
+ msgstr ""
199
+
200
+ #: ../admin/class-advanced-ads-admin.php:1015
201
+ #, php-format
202
+ msgid ""
203
+ "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
204
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
205
+ "Add-On</a>."
206
+ msgstr ""
207
+
208
+ #: ../admin/class-advanced-ads-admin.php:1016
209
+ msgid ""
210
+ "Disabling this option only makes sense if your ads contain content you want "
211
+ "to display to bots (like search engines) or your site is cached and bots "
212
+ "could create a cached version without the ads."
213
+ msgstr ""
214
+
215
+ #: ../admin/class-advanced-ads-admin.php:1029
216
+ msgid ""
217
+ "Disable internal notices like tips, tutorials, email newsletters and update "
218
+ "notices. Disabling notices is recommended if you run multiple blogs with "
219
+ "Advanced Ads already."
220
+ msgstr ""
221
+
222
+ #: ../admin/class-advanced-ads-admin.php:1051
223
+ msgid ""
224
+ "Prefix of class or id attributes in the frontend. Change it if you don’t "
225
+ "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
226
+ "need to <strong>rewrite css rules afterwards</strong>."
227
+ msgstr ""
228
+
229
+ #: ../admin/class-advanced-ads-admin.php:1072
230
+ msgid ""
231
+ "Remove the ID attribute from widgets in order to not make them an easy "
232
+ "target of ad blockers."
233
+ msgstr ""
234
+
235
+ #: ../admin/class-advanced-ads-admin.php:1125
236
+ msgid "Ad Details"
237
+ msgstr ""
238
+
239
+ #: ../admin/class-advanced-ads-admin.php:1199
240
+ msgid "Ad Settings"
241
+ msgstr ""
242
+
243
+ #: ../admin/class-advanced-ads-admin.php:1278 ../admin/views/overview.php:23
244
+ msgid "Ads Dashboard"
245
+ msgstr ""
246
+
247
+ #: ../admin/class-advanced-ads-admin.php:1290
248
+ msgid "From the ad optimization universe"
249
+ msgstr ""
250
+
251
+ #: ../admin/class-advanced-ads-admin.php:1299
252
+ msgid "Advanced Ads Tutorials"
253
+ msgstr ""
254
+
255
+ #: ../admin/class-advanced-ads-admin.php:1310
256
+ #, php-format
257
+ msgid "%d ads <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
258
+ msgstr ""
259
+
260
+ #: ../admin/class-advanced-ads-admin.php:1321
261
+ msgid "plugin manual and homepage"
262
+ msgstr ""
263
+
264
+ #: ../admin/class-advanced-ads-admin.php:1328
265
+ msgid "Get the tutorial via email"
266
+ msgstr ""
267
+
268
+ #: ../admin/class-advanced-ads-admin.php:1335
269
+ msgid "Get AdSense tips via email"
270
+ msgstr ""
271
+
272
+ #: ../admin/class-advanced-ads-admin.php:1414
273
+ msgid "Error while trying to register the license. Please contact support."
274
+ msgstr ""
275
+
276
+ #: ../admin/class-advanced-ads-admin.php:1420
277
+ msgid "Please enter and save a valid license key first."
278
+ msgstr ""
279
+
280
+ #: ../admin/class-advanced-ads-admin.php:1440
281
+ #, php-format
282
+ msgid "License is invalid. Reason: %s"
283
+ msgstr ""
284
+
285
+ #: ../admin/includes/class-ad-groups-list.php:158
286
+ msgid "scheduled"
287
+ msgstr ""
288
+
289
+ #: ../admin/includes/class-ad-groups-list.php:161
290
+ msgid "pending"
291
+ msgstr ""
292
+
293
+ #: ../admin/includes/class-ad-groups-list.php:167
294
+ msgid "expired"
295
+ msgstr ""
296
+
297
+ #: ../admin/includes/class-ad-groups-list.php:182
298
+ msgid "all published ads are displayed"
299
+ msgstr ""
300
+
301
+ #: ../admin/includes/class-ad-groups-list.php:184
302
+ #, php-format
303
+ msgid "up to %d ads displayed"
304
+ msgstr ""
305
+
306
+ #: ../admin/includes/class-ad-groups-list.php:187 ../admin/views/ad-group-list-
307
+ #: form-row.php:36
308
+ msgid "No ads assigned"
309
+ msgstr ""
310
+
311
+ #: ../admin/includes/class-ad-groups-list.php:235
312
+ msgid "Random ads"
313
+ msgstr ""
314
+
315
+ #: ../admin/includes/class-ad-groups-list.php:236
316
+ msgid "Display random ads based on ad weight"
317
+ msgstr ""
318
+
319
+ #: ../admin/includes/class-ad-groups-list.php:239
320
+ msgid "Ordered ads"
321
+ msgstr ""
322
+
323
+ #: ../admin/includes/class-ad-groups-list.php:240
324
+ msgid "Display ads with the highest ad weight first"
325
+ msgstr ""
326
+
327
+ #: ../admin/includes/class-ad-groups-list.php:260
328
+ msgid "Usage"
329
+ msgstr ""
330
+
331
+ #: ../admin/includes/class-ad-groups-list.php:290
332
+ msgid "Invalid Ad Group"
333
+ msgstr ""
334
+
335
+ #: ../admin/includes/class-ad-groups-list.php:295
336
+ msgid "You don’t have permission to change the ad groups"
337
+ msgstr ""
338
+
339
+ #: ../admin/includes/class-display-condition-callbacks.php:149
340
+ msgctxt "display the terms search field on ad edit page"
341
+ msgid "add more terms"
342
+ msgstr ""
343
+
344
+ #: ../admin/includes/class-display-condition-callbacks.php:150
345
+ msgid "add more terms"
346
+ msgstr ""
347
+
348
+ #: ../admin/includes/class-display-condition-callbacks.php:153
349
+ msgid "term name or id"
350
+ msgstr ""
351
+
352
+ #: ../admin/includes/class-notices.php:359
353
+ #, php-format
354
+ msgid ""
355
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
356
+ "target=\"_blank\">this form</a> to sign up."
357
+ msgstr ""
358
+
359
+ #: ../admin/includes/class-notices.php:377
360
+ msgid "How embarrassing. The email server seems to be down. Please try again later."
361
+ msgstr ""
362
+
363
+ #: ../admin/includes/class-notices.php:382
364
+ #, php-format
365
+ msgid ""
366
+ "Please check your email (%s) for the confirmation message. If you didn’t "
367
+ "receive one or want to use another email address then please use <a "
368
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
369
+ msgstr ""
370
+
371
+ #: ../admin/includes/class-overview-widgets.php:45
372
+ msgid "Tips and Tutorials"
373
+ msgstr ""
374
+
375
+ #: ../admin/includes/class-overview-widgets.php:47
376
+ msgid "Setup and Optimization Help"
377
+ msgstr ""
378
+
379
+ #: ../admin/includes/class-overview-widgets.php:53
380
+ msgid "Advanced Ads Pro"
381
+ msgstr ""
382
+
383
+ #: ../admin/includes/class-overview-widgets.php:55
384
+ msgid "Tracking and Stats"
385
+ msgstr ""
386
+
387
+ #: ../admin/includes/class-overview-widgets.php:57
388
+ msgid "Responsive and Mobile ads"
389
+ msgstr ""
390
+
391
+ #: ../admin/includes/class-overview-widgets.php:59
392
+ msgid "Sticky ads"
393
+ msgstr ""
394
+
395
+ #: ../admin/includes/class-overview-widgets.php:61
396
+ msgid "PopUps and Layers"
397
+ msgstr ""
398
+
399
+ #: ../admin/includes/class-overview-widgets.php:63
400
+ msgid "Ad Slider"
401
+ msgstr ""
402
+
403
+ #: ../admin/includes/class-overview-widgets.php:81
404
+ msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
405
+ msgstr ""
406
+
407
+ #: ../admin/includes/class-overview-widgets.php:82
408
+ msgid "Join now"
409
+ msgstr ""
410
+
411
+ #: ../admin/includes/class-overview-widgets.php:89
412
+ msgid ""
413
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
414
+ "and Advanced Ads from the dedicated newsletter group."
415
+ msgstr ""
416
+
417
+ #: ../admin/includes/class-overview-widgets.php:90 ../admin/includes/notices.php:
418
+ #: 32 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
419
+ #: admin/views/notices/subscribe.php:3
420
+ msgid "Subscribe me now"
421
+ msgstr ""
422
+
423
+ #: ../admin/includes/class-overview-widgets.php:97
424
+ msgid "Get the first steps and more tutorials to your inbox."
425
+ msgstr ""
426
+
427
+ #: ../admin/includes/class-overview-widgets.php:98
428
+ msgid "Send it now"
429
+ msgstr ""
430
+
431
+ #: ../admin/includes/class-overview-widgets.php:136
432
+ msgid "Next steps"
433
+ msgstr ""
434
+
435
+ #: ../admin/includes/class-overview-widgets.php:148
436
+ #, php-format
437
+ msgid "<a href=\"%s\" target=\"_blank\">Plugin Homepage</a>"
438
+ msgstr ""
439
+
440
+ #: ../admin/includes/class-overview-widgets.php:149
441
+ #, php-format
442
+ msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
443
+ msgstr ""
444
+
445
+ #: ../admin/includes/class-overview-widgets.php:150
446
+ #, php-format
447
+ msgid "Ask other users in the <a href=\"%s\" target=\"_blank\">wordpress.org forum</a>"
448
+ msgstr ""
449
+
450
+ #: ../admin/includes/class-overview-widgets.php:151
451
+ #, php-format
452
+ msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
453
+ msgstr ""
454
+
455
+ #: ../admin/includes/class-overview-widgets.php:152
456
+ #, php-format
457
+ msgid ""
458
+ "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
459
+ "href=\"%s\" target=\"_blank\">wordpress.org</a>"
460
+ msgstr ""
461
+
462
+ #: ../admin/includes/class-overview-widgets.php:161
463
+ msgid ""
464
+ "Need help to set up and optimize your ads? Need custom coding on your site? "
465
+ "Ask me for a quote."
466
+ msgstr ""
467
+
468
+ #: ../admin/includes/class-overview-widgets.php:162
469
+ #, php-format
470
+ msgid "Help with ads on %s"
471
+ msgstr ""
472
+
473
+ #: ../admin/includes/class-overview-widgets.php:163
474
+ msgid "Get an offer"
475
+ msgstr ""
476
+
477
+ #: ../admin/includes/class-overview-widgets.php:171
478
+ msgid "Ad management for advanced websites."
479
+ msgstr ""
480
+
481
+ #: ../admin/includes/class-overview-widgets.php:172
482
+ msgid "Cache-busting"
483
+ msgstr ""
484
+
485
+ #: ../admin/includes/class-overview-widgets.php:173
486
+ msgid "Advanced visitor conditions"
487
+ msgstr ""
488
+
489
+ #: ../admin/includes/class-overview-widgets.php:174
490
+ msgid "Flash ads with fallback"
491
+ msgstr ""
492
+
493
+ #: ../admin/includes/class-overview-widgets.php:176
494
+ msgid "Get Pro"
495
+ msgstr ""
496
+
497
+ #: ../admin/includes/class-overview-widgets.php:184
498
+ msgid "Track the impressions of and clicks on your ads."
499
+ msgstr ""
500
+
501
+ #: ../admin/includes/class-overview-widgets.php:185
502
+ msgid "2 methods to count impressions"
503
+ msgstr ""
504
+
505
+ #: ../admin/includes/class-overview-widgets.php:186
506
+ msgid "beautiful stats for all or single ads"
507
+ msgstr ""
508
+
509
+ #: ../admin/includes/class-overview-widgets.php:187
510
+ msgid "get stats for predefined and custom persiods"
511
+ msgstr ""
512
+
513
+ #: ../admin/includes/class-overview-widgets.php:188
514
+ msgid "group stats by day, week or month"
515
+ msgstr ""
516
+
517
+ #: ../admin/includes/class-overview-widgets.php:190
518
+ msgid "Get the Tracking add-on"
519
+ msgstr ""
520
+
521
+ #: ../admin/includes/class-overview-widgets.php:198
522
+ msgid "Display ads based on the size of your visitor’s browser or device."
523
+ msgstr ""
524
+
525
+ #: ../admin/includes/class-overview-widgets.php:199
526
+ msgid "set a range (from … to …) pixels for the browser size"
527
+ msgstr ""
528
+
529
+ #: ../admin/includes/class-overview-widgets.php:200
530
+ msgid "set custom sizes for AdSense responsive ads"
531
+ msgstr ""
532
+
533
+ #: ../admin/includes/class-overview-widgets.php:201
534
+ msgid "list all ads by their responsive settings"
535
+ msgstr ""
536
+
537
+ #: ../admin/includes/class-overview-widgets.php:203
538
+ msgid "Get the Responsive add-on"
539
+ msgstr ""
540
+
541
+ #: ../admin/includes/class-overview-widgets.php:211 ../admin/views/ad-info-top.
542
+ #: php:30
543
+ msgid ""
544
+ "Fix ads to the browser while users are scrolling and create best performing "
545
+ "anchor ads."
546
+ msgstr ""
547
+
548
+ #: ../admin/includes/class-overview-widgets.php:212
549
+ msgid "position ads that don’t scroll with the screen"
550
+ msgstr ""
551
+
552
+ #: ../admin/includes/class-overview-widgets.php:213
553
+ msgid "build anchor ads not only on mobile devices"
554
+ msgstr ""
555
+
556
+ #: ../admin/includes/class-overview-widgets.php:215 ../admin/views/ad-info-top.
557
+ #: php:32
558
+ msgid "Get the Sticky add-on"
559
+ msgstr ""
560
+
561
+ #: ../admin/includes/class-overview-widgets.php:223 ../admin/views/ad-info-top.
562
+ #: php:37
563
+ msgid "Display content and ads in layers and popups on custom events."
564
+ msgstr ""
565
+
566
+ #: ../admin/includes/class-overview-widgets.php:224
567
+ msgid "display a popup after a user interaction like scrolling"
568
+ msgstr ""
569
+
570
+ #: ../admin/includes/class-overview-widgets.php:225
571
+ msgid "optional backgroup overlay"
572
+ msgstr ""
573
+
574
+ #: ../admin/includes/class-overview-widgets.php:226
575
+ msgid "allow users to close the popup"
576
+ msgstr ""
577
+
578
+ #: ../admin/includes/class-overview-widgets.php:228 ../admin/views/ad-info-top.
579
+ #: php:39
580
+ msgid "Get the PopUp and Layer add-on"
581
+ msgstr ""
582
+
583
+ #: ../admin/includes/class-overview-widgets.php:236
584
+ msgid "Create a beautiful and simple slider from your ads."
585
+ msgstr ""
586
+
587
+ #: ../admin/includes/class-overview-widgets.php:238
588
+ msgid "Get the Slider add-on"
589
+ msgstr ""
590
+
591
+ #: ../admin/includes/notices.php:14
592
+ #, php-format
593
+ msgid ""
594
+ "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
595
+ "Steps</a>."
596
+ msgstr ""
597
+
598
+ #: ../admin/includes/notices.php:19
599
+ msgid ""
600
+ "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
601
+ "receive the first steps via email?"
602
+ msgstr ""
603
+
604
+ #: ../admin/includes/notices.php:20
605
+ msgid "Yes, send it"
606
+ msgstr ""
607
+
608
+ #: ../admin/includes/notices.php:25
609
+ msgid ""
610
+ "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
611
+ "<strong>2 free add-ons</strong> for joining the newsletter."
612
+ msgstr ""
613
+
614
+ #: ../admin/includes/notices.php:26
615
+ msgid "Add me now"
616
+ msgstr ""
617
+
618
+ #: ../admin/includes/notices.php:31
619
+ msgid ""
620
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
621
+ "and Advanced Ads from my dedicated newsletter."
622
+ msgstr ""
623
+
624
+ #: ../admin/includes/notices.php:52 ../admin/views/support.php:35
625
+ #, php-format
626
+ msgid ""
627
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
628
+ "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
629
+ msgstr ""
630
+
631
+ #: ../admin/includes/notices.php:57
632
+ #, php-format
633
+ msgid ""
634
+ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
635
+ "soon</strong>. Don’t risk to lose support and updates and renew your license "
636
+ "before it expires with a significant discount on <a href=\"%s\" "
637
+ "target=\"_blank\">the add-on page</a>."
638
+ msgstr ""
639
+
640
+ #: ../admin/includes/notices.php:62 ../admin/views/support.php:38
641
+ #, php-format
642
+ msgid ""
643
+ "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
644
+ "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
645
+ "information."
646
+ msgstr ""
647
+
648
+ #: ../admin/views/ad-display-metabox.php:52
649
+ msgctxt "button label"
650
+ msgid "on"
651
+ msgstr ""
652
+
653
+ #: ../admin/views/ad-display-metabox.php:56
654
+ msgctxt "button label"
655
+ msgid "off"
656
+ msgstr ""
657
+
658
+ #: ../admin/views/ad-group-list-form-row.php:5
659
+ msgid "Description"
660
+ msgstr ""
661
+
662
+ #: ../admin/views/ad-group-list-form-row.php:16
663
+ msgid "Number of visible ads"
664
+ msgstr ""
665
+
666
+ #: ../admin/views/ad-group-list-form-row.php:21
667
+ msgctxt "option to display all ads in an ad groups"
668
+ msgid "all"
669
+ msgstr ""
670
+
671
+ #: ../admin/views/ad-group-list-form-row.php:24
672
+ msgid "Number of ads that are visible at the same time"
673
+ msgstr ""
674
+
675
+ #: ../admin/views/ad-group-list-form-row.php:31
676
+ msgid "weight"
677
+ msgstr ""
678
+
679
+ #: ../admin/views/ad-group-list-header.php:4
680
+ msgid "Details"
681
+ msgstr ""
682
+
683
+ #: ../admin/views/ad-group-list-row.php:14
684
+ #, php-format
685
+ msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
686
+ msgstr ""
687
+
688
+ #: ../admin/views/ad-group-list-row.php:19
689
+ #, php-format
690
+ msgid "Type: %s"
691
+ msgstr ""
692
+
693
+ #: ../admin/views/ad-group-list-row.php:20
694
+ #, php-format
695
+ msgid "ID: %s"
696
+ msgstr ""
697
+
698
+ #: ../admin/views/ad-group-list-row.php:21
699
+ #, php-format
700
+ msgid "Slug: %s"
701
+ msgstr ""
702
+
703
+ #: ../admin/views/ad-group.php:18
704
+ msgid "Ad Groups successfully updated"
705
+ msgstr ""
706
+
707
+ #: ../admin/views/ad-group.php:87
708
+ msgid "Update Groups"
709
+ msgstr ""
710
+
711
+ #: ../admin/views/ad-info-top.php:4
712
+ msgid "Cool, you just published an ad. What now?"
713
+ msgstr ""
714
+
715
+ #: ../admin/views/ad-info-top.php:5
716
+ msgid "Display the ad in …"
717
+ msgstr ""
718
+
719
+ #: ../admin/views/ad-info-top.php:7
720
+ msgid "… every post or page"
721
+ msgstr ""
722
+
723
+ #: ../admin/views/ad-info-top.php:9
724
+ msgid "Use placements to inject the ad automatically into posts and pages."
725
+ msgstr ""
726
+
727
+ #: ../admin/views/ad-info-top.php:10
728
+ msgid "Configure Placements"
729
+ msgstr ""
730
+
731
+ #: ../admin/views/ad-info-top.php:12
732
+ msgid "… Sidebar or Widget Area"
733
+ msgstr ""
734
+
735
+ #: ../admin/views/ad-info-top.php:14
736
+ msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
737
+ msgstr ""
738
+
739
+ #: ../admin/views/ad-info-top.php:15
740
+ msgid "Configure a Widget"
741
+ msgstr ""
742
+
743
+ #: ../admin/views/ad-info-top.php:17
744
+ msgid " a few hand selected posts or pages"
745
+ msgstr ""
746
+
747
+ #: ../admin/views/ad-info-top.php:19
748
+ msgid ""
749
+ "Use the shortcode below to manually place the ad in the content editor of "
750
+ "posts and pages."
751
+ msgstr ""
752
+
753
+ #: ../admin/views/ad-info-top.php:22
754
+ msgid "… in a custom position in your theme"
755
+ msgstr ""
756
+
757
+ #: ../admin/views/ad-info-top.php:24
758
+ msgid ""
759
+ "Use the function below to manually place the ad into your template files. "
760
+ "This method is needed for more advanced placements like in the header of "
761
+ "your theme."
762
+ msgstr ""
763
+
764
+ #: ../admin/views/ad-info-top.php:27
765
+ msgid "… in an anchor ad or pop-up"
766
+ msgstr ""
767
+
768
+ #: ../admin/views/ad-info-top.php:34
769
+ msgid "You find the settings for the Sticky Ads below."
770
+ msgstr ""
771
+
772
+ #: ../admin/views/ad-info-top.php:41
773
+ msgid "You find the settings for the Layer and PopUp effects below."
774
+ msgstr ""
775
+
776
+ #: ../admin/views/ad-info-top.php:46
777
+ #, php-format
778
+ msgid ""
779
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
780
+ "target=\"_blank\">manual</a>"
781
+ msgstr ""
782
+
783
+ #: ../admin/views/ad-info.php:5
784
+ msgid "theme function"
785
+ msgstr ""
786
+
787
+ #: ../admin/views/ad-info.php:7
788
+ #, php-format
789
+ msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
790
+ msgstr ""
791
+
792
+ #: ../admin/views/ad-info.php:12
793
+ msgid "click to change"
794
+ msgstr ""
795
+
796
+ #: ../admin/views/ad-info.php:16
797
+ msgid "Add a description"
798
+ msgstr ""
799
+
800
+ #: ../admin/views/ad-info.php:19
801
+ msgid "Internal description or your own notes about this ad."
802
+ msgstr ""
803
+
804
+ #: ../admin/views/ad-output-metabox.php:1
805
+ msgid "Everything connected to the ads layout and output."
806
+ msgstr ""
807
+
808
+ #: ../admin/views/ad-output-metabox.php:8
809
+ msgid "left"
810
+ msgstr ""
811
+
812
+ #: ../admin/views/ad-output-metabox.php:11
813
+ msgid "center"
814
+ msgstr ""
815
+
816
+ #: ../admin/views/ad-output-metabox.php:19
817
+ msgid ""
818
+ "Check this if you don't want the following elements to float around the ad. "
819
+ "(adds a clearfix)"
820
+ msgstr ""
821
+
822
+ #: ../admin/views/ad-output-metabox.php:22
823
+ msgid "Margin"
824
+ msgstr ""
825
+
826
+ #: ../admin/views/ad-output-metabox.php:23
827
+ msgid "top:"
828
+ msgstr ""
829
+
830
+ #: ../admin/views/ad-output-metabox.php:27
831
+ msgid "bottom:"
832
+ msgstr ""
833
+
834
+ #: ../admin/views/ad-output-metabox.php:29
835
+ msgid "left:"
836
+ msgstr ""
837
+
838
+ #: ../admin/views/ad-output-metabox.php:31
839
+ msgid "tip: use this to add a margin around the ad"
840
+ msgstr ""
841
+
842
+ #: ../admin/views/ad-submitbox-meta.php:4
843
+ msgid "Set expiry date"
844
+ msgstr ""
845
+
846
+ #: ../admin/views/ad-submitbox-meta.php:10
847
+ msgid "Month"
848
+ msgstr ""
849
+
850
+ #: ../admin/views/ad-submitbox-meta.php:14
851
+ #, php-format
852
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
853
+ msgid "%1$s-%2$s"
854
+ msgstr ""
855
+
856
+ #: ../admin/views/ad-submitbox-meta.php:19
857
+ msgid "Day"
858
+ msgstr ""
859
+
860
+ #: ../admin/views/ad-submitbox-meta.php:20
861
+ msgid "Year"
862
+ msgstr ""
863
+
864
+ #: ../admin/views/ad-submitbox-meta.php:21
865
+ msgid "Hour"
866
+ msgstr ""
867
+
868
+ #: ../admin/views/ad-submitbox-meta.php:22
869
+ msgid "Minute"
870
+ msgstr ""
871
+
872
+ #: ../admin/views/ad-submitbox-meta.php:27
873
+ #, php-format
874
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
875
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
876
+ msgstr ""
877
+
878
+ #: ../admin/views/ad-visitor-metabox.php:28
879
+ msgid ""
880
+ "Visitor conditions limit the number of users who can see your ad. There is "
881
+ "no need to set visitor conditions if you want all users to see the ad."
882
+ msgstr ""
883
+
884
+ #: ../admin/views/ad-visitor-metabox.php:32
885
+ msgid "New condition"
886
+ msgstr ""
887
+
888
+ #: ../admin/views/ad-visitor-metabox.php:35
889
+ msgctxt "visitor condition connector"
890
+ msgid "and"
891
+ msgstr ""
892
+
893
+ #: ../admin/views/ad-visitor-metabox.php:36
894
+ msgctxt "visitor condition connector"
895
+ msgid "or"
896
+ msgstr ""
897
+
898
+ #: ../admin/views/ad-visitor-metabox.php:39
899
+ msgid "-- choose a condition --"
900
+ msgstr ""
901
+
902
+ #: ../admin/views/ad-visitor-metabox.php:44
903
+ msgid "add"
904
+ msgstr ""
905
+
906
+ #: ../admin/views/ad-visitor-metabox.php:48
907
+ #, php-format
908
+ msgid ""
909
+ "Define the exact browser width for which an ad should be visible using the "
910
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
911
+ msgstr ""
912
+
913
+ #: ../admin/views/ad-visitor-metabox.php:106
914
+ msgid ""
915
+ "The visitor conditions below are deprecated. Please use the new version of "
916
+ "visitor conditions to replace it."
917
+ msgstr ""
918
+
919
+ #: ../admin/views/debug.php:8
920
+ msgid ""
921
+ "This screen is work in progress. You can use the information if you "
922
+ "understand them, but there is nothing to do here yet."
923
+ msgstr ""
924
+
925
+ #: ../admin/views/intro.php:18
926
+ msgid "5-Star Usability"
927
+ msgstr ""
928
+
929
+ #: ../admin/views/intro.php:19
930
+ msgid ""
931
+ "Advanced Ads is powerful and easy to use, because it is build on WordPress "
932
+ "standards. If you know how to publish a post then you know how to create an "
933
+ "ad."
934
+ msgstr ""
935
+
936
+ #: ../admin/views/intro.php:23
937
+ msgid "5-Star Support"
938
+ msgstr ""
939
+
940
+ #: ../admin/views/intro.php:24
941
+ msgid ""
942
+ "I promise you the best supported ad management plugin for WordPress. Whether "
943
+ "a pro user or not, you can reach me easily through the support page, in the "
944
+ "chat on the homepage or replying to a newsletter."
945
+ msgstr ""
946
+
947
+ #: ../admin/views/intro.php:28
948
+ msgid "5-Star Experience"
949
+ msgstr ""
950
+
951
+ #: ../admin/views/intro.php:29
952
+ msgid ""
953
+ "Advanced Ads was built out of my own experience. I am personally using it to "
954
+ "serve millions of ad impressions per month and constantly test new ways to "
955
+ "optimize ad settings."
956
+ msgstr ""
957
+
958
+ #: ../admin/views/intro.php:34
959
+ msgid "Welcome to <strong>Advanced Ads</strong>"
960
+ msgstr ""
961
+
962
+ #: ../admin/views/intro.php:36
963
+ msgid "Let me give you an introduction into your future ad management solution."
964
+ msgstr ""
965
+
966
+ #: ../admin/views/intro.php:61
967
+ msgid "Next Steps"
968
+ msgstr ""
969
+
970
+ #: ../admin/views/intro.php:64
971
+ msgid "Subscribe to the Mailing List"
972
+ msgstr ""
973
+
974
+ #: ../admin/views/intro.php:65
975
+ msgid "Subscribe to the newsletter and instantly"
976
+ msgstr ""
977
+
978
+ #: ../admin/views/intro.php:67
979
+ msgid "get 2 free add-ons."
980
+ msgstr ""
981
+
982
+ #: ../admin/views/intro.php:68
983
+ msgid "reply to the welcome message with a question."
984
+ msgstr ""
985
+
986
+ #: ../admin/views/intro.php:69
987
+ msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
988
+ msgstr ""
989
+
990
+ #: ../admin/views/intro.php:79
991
+ #, php-format
992
+ msgid ""
993
+ "Get started by creating an ad <a href=\"$1%s\" target=\"blank\">right now</a> or "
994
+ "watch the <a href=\"$2%s\" target=\"blank\">tutorial video (3:29min)</a> first."
995
+ msgstr ""
996
+
997
+ #: ../admin/views/intro.php:82
998
+ msgid "Display your ad"
999
+ msgstr ""
1000
+
1001
+ #: ../admin/views/intro.php:83
1002
+ msgid ""
1003
+ "You can display your ad using a shortcode, widget or one of the powerful "
1004
+ "placements. Placements help you to inject ads into the content or place them "
1005
+ "on your site without coding."
1006
+ msgstr ""
1007
+
1008
+ #: ../admin/views/intro.php:85
1009
+ msgid "List of all available placements"
1010
+ msgstr ""
1011
+
1012
+ #: ../admin/views/intro.php:86
1013
+ msgid "Create a placement"
1014
+ msgstr ""
1015
+
1016
+ #: ../admin/views/placements.php:8
1017
+ msgid ""
1018
+ "Couldn’t create the new placement. Please check your form field and whether "
1019
+ "the name is already in use."
1020
+ msgstr ""
1021
+
1022
+ #: ../admin/views/placements.php:16
1023
+ #, php-format
1024
+ msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
1025
+ msgstr ""
1026
+
1027
+ #: ../admin/views/placements.php:40
1028
+ #, php-format
1029
+ msgid ""
1030
+ "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
1031
+ "if the responsible add-on is activated."
1032
+ msgstr ""
1033
+
1034
+ #: ../admin/views/placements.php:55
1035
+ msgid "show usage"
1036
+ msgstr ""
1037
+
1038
+ #: ../admin/views/placements.php:69 ../admin/views/placements.php:173
1039
+ msgid "--not selected--"
1040
+ msgstr ""
1041
+
1042
+ #: ../admin/views/placements.php:89
1043
+ msgid "Inject"
1044
+ msgstr ""
1045
+
1046
+ #: ../admin/views/placements.php:90
1047
+ msgid "after"
1048
+ msgstr ""
1049
+
1050
+ #: ../admin/views/placements.php:90
1051
+ msgid "before"
1052
+ msgstr ""
1053
+
1054
+ #: ../admin/views/placements.php:110
1055
+ msgid "start counting from bottom"
1056
+ msgstr ""
1057
+
1058
+ #: ../admin/views/placements.php:113
1059
+ msgid "Important Notice"
1060
+ msgstr ""
1061
+
1062
+ #: ../admin/views/placements.php:113
1063
+ msgid ""
1064
+ "Your server is missing an extension. This might break the content injection."
1065
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1066
+ "provider to enable <em>mbstring</em>."
1067
+ msgstr ""
1068
+
1069
+ #: ../admin/views/placements.php:123
1070
+ msgid "advanced options"
1071
+ msgstr ""
1072
+
1073
+ #: ../admin/views/placements.php:131
1074
+ msgctxt "checkbox to remove placement"
1075
+ msgid "delete"
1076
+ msgstr ""
1077
+
1078
+ #: ../admin/views/placements.php:140
1079
+ msgid "New Placement"
1080
+ msgstr ""
1081
+
1082
+ #: ../admin/views/placements.php:146
1083
+ msgid "Choose a placement type"
1084
+ msgstr ""
1085
+
1086
+ #: ../admin/views/placements.php:147
1087
+ #, php-format
1088
+ msgid ""
1089
+ "Placement types define where the ad is going to be displayed. Learn more "
1090
+ "about the different types from the <a href=\"%s\">manual</a>"
1091
+ msgstr ""
1092
+
1093
+ #: ../admin/views/placements.php:164
1094
+ msgid "Please select a placement type."
1095
+ msgstr ""
1096
+
1097
+ #: ../admin/views/placements.php:166
1098
+ msgid "Choose a Name"
1099
+ msgstr ""
1100
+
1101
+ #: ../admin/views/placements.php:167
1102
+ msgid ""
1103
+ "The name of the placement is only visible to you. Tip: choose a descriptive "
1104
+ "one, e.g. <em>Below Post Headline</em>."
1105
+ msgstr ""
1106
+
1107
+ #: ../admin/views/placements.php:168
1108
+ msgid "Placement Name"
1109
+ msgstr ""
1110
+
1111
+ #: ../admin/views/placements.php:169
1112
+ msgid "Please enter a name for your placement."
1113
+ msgstr ""
1114
+
1115
+ #: ../admin/views/placements.php:170
1116
+ msgid "Choose the Ad or Group"
1117
+ msgstr ""
1118
+
1119
+ #: ../admin/views/placements.php:171
1120
+ msgid "The ad or group that should be displayed."
1121
+ msgstr ""
1122
+
1123
+ #: ../admin/views/post-ad-settings-metabox.php:3
1124
+ msgid "Disable ads on this page"
1125
+ msgstr ""
1126
+
1127
+ #: ../admin/views/setting-license.php:10
1128
+ #, php-format
1129
+ msgid ""
1130
+ "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1131
+ "page</a> to renew it."
1132
+ msgstr ""
1133
+
1134
+ #: ../admin/views/setting-license.php:14
1135
+ msgid "License key"
1136
+ msgstr ""
1137
+
1138
+ #: ../admin/views/setting-license.php:26
1139
+ msgid "Activate License"
1140
+ msgstr ""
1141
+
1142
+ #: ../admin/views/setting-license.php:29
1143
+ msgid "license key invalid"
1144
+ msgstr ""
1145
+
1146
+ #: ../admin/views/setting-license.php:35
1147
+ msgid "active"
1148
+ msgstr ""
1149
+
1150
+ #: ../admin/views/setting-license.php:36
1151
+ #, php-format
1152
+ msgid "(%d days left)"
1153
+ msgstr ""
1154
+
1155
+ #: ../admin/views/setting-license.php:39
1156
+ msgid ""
1157
+ "1. enter the key and save options; 2. click the activate button behind the "
1158
+ "field"
1159
+ msgstr ""
1160
+
1161
+ #: ../admin/views/settings-disable-ads.php:3
1162
+ msgid "Disable all ads in frontend"
1163
+ msgstr ""
1164
+
1165
+ #: ../admin/views/settings-disable-ads.php:4
1166
+ msgid ""
1167
+ "Use this option to disable all ads in the frontend, but still be able to use "
1168
+ "the plugin."
1169
+ msgstr ""
1170
+
1171
+ #: ../admin/views/settings-disable-ads.php:8
1172
+ msgid "Disable ads on 404 error pages"
1173
+ msgstr ""
1174
+
1175
+ #: ../admin/views/settings-disable-ads.php:12
1176
+ msgid "Disable ads on non-singular pages"
1177
+ msgstr ""
1178
+
1179
+ #: ../admin/views/settings-disable-ads.php:13
1180
+ msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
1181
+ msgstr ""
1182
+
1183
+ #: ../admin/views/settings-disable-ads.php:16
1184
+ msgid "Disable ads on secondary queries"
1185
+ msgstr ""
1186
+
1187
+ #: ../admin/views/settings-disable-ads.php:17
1188
+ msgid ""
1189
+ "Secondary queries are custom queries of posts outside the main query of a "
1190
+ "page. Try this option if you see ads injected on places where they shouldn’t "
1191
+ "appear."
1192
+ msgstr ""
1193
+
1194
+ #: ../admin/views/settings.php:34
1195
+ msgid "Save settings on this page"
1196
+ msgstr ""
1197
+
1198
+ #: ../admin/views/settings.php:42
1199
+ msgid "Welcome Page"
1200
+ msgstr ""
1201
+
1202
+ #: ../admin/views/support.php:9
1203
+ msgid "Email was successfully sent."
1204
+ msgstr ""
1205
+
1206
+ #: ../admin/views/support.php:11
1207
+ msgid "Search"
1208
+ msgstr ""
1209
+
1210
+ #: ../admin/views/support.php:12
1211
+ msgid ""
1212
+ "Use the following form to search for solutions in the manual on "
1213
+ "wpadvancedads.com"
1214
+ msgstr ""
1215
+
1216
+ #: ../admin/views/support.php:15
1217
+ msgid "search"
1218
+ msgstr ""
1219
+
1220
+ #: ../admin/views/support.php:18
1221
+ msgid "Possible Issues"
1222
+ msgstr ""
1223
+
1224
+ #: ../admin/views/support.php:19
1225
+ msgid ""
1226
+ "Please fix the issues below or try to understand their consequences before "
1227
+ "contacting support."
1228
+ msgstr ""
1229
+
1230
+ #: ../admin/views/support.php:23
1231
+ #, php-format
1232
+ msgid ""
1233
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1234
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1235
+ "Please ask your hosting provider for more information."
1236
+ msgstr ""
1237
+
1238
+ #: ../admin/views/support.php:26
1239
+ #, php-format
1240
+ msgid ""
1241
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1242
+ "rotation or visitor conditions might not work properly. Use the cache-"
1243
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
1244
+ "ads dynamically."
1245
+ msgstr ""
1246
+
1247
+ #: ../admin/views/support.php:29
1248
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
1249
+ msgstr ""
1250
+
1251
+ #: ../admin/views/support.php:32
1252
+ msgid "There are <strong>plugin updates available</strong>. Please update."
1253
+ msgstr ""
1254
+
1255
+ #: ../admin/views/support.php:41
1256
+ msgid ""
1257
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1258
+ "site performance, it is known to alter code, including scripts from ad "
1259
+ "networks. Please keep this in mind before asking for help about it."
1260
+ msgstr ""
1261
+
1262
+ #: ../admin/views/support.php:51
1263
+ msgid "Contact"
1264
+ msgstr ""
1265
+
1266
+ #: ../admin/views/support.php:52
1267
+ #, php-format
1268
+ msgid ""
1269
+ "Please search the manual for a solution and take a look at <a href=\"%s\" "
1270
+ "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1271
+ msgstr ""
1272
+
1273
+ #: ../admin/views/support.php:57
1274
+ msgid "your email"
1275
+ msgstr ""
1276
+
1277
+ #: ../admin/views/support.php:61
1278
+ msgid "your name"
1279
+ msgstr ""
1280
+
1281
+ #: ../admin/views/support.php:65
1282
+ msgid "your message"
1283
+ msgstr ""
1284
+
1285
+ #: ../admin/views/support.php:70
1286
+ msgid "send"
1287
+ msgstr ""
1288
+
1289
+ #: ../admin/views/notices/adblock.php:3
1290
+ msgid ""
1291
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1292
+ "ad setup."
1293
+ msgstr ""
1294
+
1295
+ #: ../classes/ad_placements.php:31
1296
+ msgid "Manual Placement"
1297
+ msgstr ""
1298
+
1299
+ #: ../classes/ad_placements.php:32
1300
+ msgid "Manual placement to use as function or shortcode."
1301
+ msgstr ""
1302
+
1303
+ #: ../classes/ad_placements.php:36
1304
+ msgid "Header Code"
1305
+ msgstr ""
1306
+
1307
+ #: ../classes/ad_placements.php:37
1308
+ msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1309
+ msgstr ""
1310
+
1311
+ #: ../classes/ad_placements.php:41
1312
+ msgid "Footer Code"
1313
+ msgstr ""
1314
+
1315
+ #: ../classes/ad_placements.php:42
1316
+ msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1317
+ msgstr ""
1318
+
1319
+ #: ../classes/ad_placements.php:46
1320
+ msgid "Before Content"
1321
+ msgstr ""
1322
+
1323
+ #: ../classes/ad_placements.php:51
1324
+ msgid "After Content"
1325
+ msgstr ""
1326
+
1327
+ #: ../classes/ad_placements.php:56
1328
+ msgid "Post Content"
1329
+ msgstr ""
1330
+
1331
+ #: ../classes/ad_placements.php:199
1332
+ #, php-format
1333
+ msgid "paragraph (%s)"
1334
+ msgstr ""
1335
+
1336
+ #: ../classes/ad_placements.php:200
1337
+ #, php-format
1338
+ msgid "headline 2 (%s)"
1339
+ msgstr ""
1340
+
1341
+ #: ../classes/ad_placements.php:201
1342
+ #, php-format
1343
+ msgid "headline 3 (%s)"
1344
+ msgstr ""
1345
+
1346
+ #: ../classes/ad_placements.php:202
1347
+ #, php-format
1348
+ msgid "headline 4 (%s)"
1349
+ msgstr ""
1350
+
1351
+ #: ../classes/ad_type_content.php:36
1352
+ msgid ""
1353
+ "The full content editor from WordPress with all features like shortcodes, "
1354
+ "image upload or styling, but also simple text/html mode for scripts and code."
1355
+ msgstr ""
1356
+
1357
+ #: ../classes/ad_type_content.php:63
1358
+ msgid "Please <strong>save the ad</strong> before changing it to the content type."
1359
+ msgstr ""
1360
+
1361
+ #: ../classes/ad_type_content.php:66
1362
+ msgid "Save Draft"
1363
+ msgstr ""
1364
+
1365
+ #: ../classes/ad_type_plain.php:70
1366
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1367
+ msgstr ""
1368
+
1369
+ #: ../classes/EDD_SL_Plugin_Updater.php:177
1370
+ #, php-format
1371
+ msgid ""
1372
+ "There is a new version of %1$s available. <a target=\"_blank\" "
1373
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1374
+ msgstr ""
1375
+
1376
+ #: ../classes/EDD_SL_Plugin_Updater.php:184
1377
+ #, php-format
1378
+ msgid ""
1379
+ "There is a new version of %1$s available. <a target=\"_blank\" "
1380
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
1381
+ "href=\"%4$s\">update now</a>."
1382
+ msgstr ""
1383
+
1384
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
1385
+ msgid "You do not have permission to install plugin updates"
1386
+ msgstr ""
1387
+
1388
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
1389
+ msgid "Error"
1390
+ msgstr ""
1391
+
1392
+ #: ../classes/visitor-conditions.php:32
1393
+ msgid "mobile device"
1394
+ msgstr ""
1395
+
1396
+ #: ../classes/visitor-conditions.php:33
1397
+ msgid "Display ads only on mobile devices or hide them."
1398
+ msgstr ""
1399
+
1400
+ #: ../classes/visitor-conditions.php:38
1401
+ msgid "logged in visitor"
1402
+ msgstr ""
1403
+
1404
+ #: ../classes/visitor-conditions.php:39
1405
+ msgid "Whether the visitor has to be logged in or not in order to see the ads."
1406
+ msgstr ""
1407
+
1408
+ #: ../classes/visitor-conditions.php:87
1409
+ msgid "is"
1410
+ msgstr ""
1411
+
1412
+ #: ../classes/visitor-conditions.php:88
1413
+ msgid "is not"
1414
+ msgstr ""
1415
+
1416
+ #: ../classes/visitor-conditions.php:120
1417
+ msgid "equal"
1418
+ msgstr ""
1419
+
1420
+ #: ../classes/visitor-conditions.php:121
1421
+ msgid "equal or higher"
1422
+ msgstr ""
1423
+
1424
+ #: ../classes/visitor-conditions.php:122
1425
+ msgid "equal or lower"
1426
+ msgstr ""
1427
+
1428
+ #: ../classes/visitor-conditions.php:154
1429
+ msgid "contains"
1430
+ msgstr ""
1431
+
1432
+ #: ../classes/visitor-conditions.php:155
1433
+ msgid "starts with"
1434
+ msgstr ""
1435
+
1436
+ #: ../classes/visitor-conditions.php:156
1437
+ msgid "ends with"
1438
+ msgstr ""
1439
+
1440
+ #: ../classes/visitor-conditions.php:157
1441
+ msgid "matches"
1442
+ msgstr ""
1443
+
1444
+ #: ../classes/visitor-conditions.php:158
1445
+ msgid "matches regex"
1446
+ msgstr ""
1447
+
1448
+ #: ../classes/visitor-conditions.php:159
1449
+ msgid "does not contain"
1450
+ msgstr ""
1451
+
1452
+ #: ../classes/visitor-conditions.php:160
1453
+ msgid "does not start with"
1454
+ msgstr ""
1455
+
1456
+ #: ../classes/visitor-conditions.php:161
1457
+ msgid "does not end with"
1458
+ msgstr ""
1459
+
1460
+ #: ../classes/visitor-conditions.php:162
1461
+ msgid "does not match"
1462
+ msgstr ""
1463
+
1464
+ #: ../classes/visitor-conditions.php:163
1465
+ msgid "does not match regex"
1466
+ msgstr ""
1467
+
1468
+ #: ../includes/array_ad_conditions.php:63
1469
+ msgid "show on Home page"
1470
+ msgstr ""
1471
+
1472
+ #: ../includes/array_ad_conditions.php:68
1473
+ msgid "show on singular pages/posts"
1474
+ msgstr ""
1475
+
1476
+ #: ../includes/array_ad_conditions.php:73
1477
+ msgid "show on any type of archive page (category, tag, author and date)"
1478
+ msgstr ""
1479
+
1480
+ #: ../includes/array_ad_conditions.php:78
1481
+ msgid "show on search result pages"
1482
+ msgstr ""
1483
+
1484
+ #: ../includes/array_ad_conditions.php:83
1485
+ msgid "show on 404 error page"
1486
+ msgstr ""
1487
+
1488
+ #: ../includes/array_ad_conditions.php:88
1489
+ msgid "show on attachment pages"
1490
+ msgstr ""
1491
+
1492
+ #: ../includes/array_ad_conditions.php:92
1493
+ msgid "Secondary Queries"
1494
+ msgstr ""
1495
+
1496
+ #: ../includes/array_ad_conditions.php:93
1497
+ msgid "allow ads in secondary queries"
1498
+ msgstr ""
1499
+
1500
+ #: ../modules/gadsense/main.php:19
1501
+ msgid " at "
1502
+ msgstr ""
1503
+
1504
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
1505
+ #: ad-parameters.php:51
1506
+ msgid "Responsive"
1507
+ msgstr ""
1508
+
1509
+ #: ../modules/gadsense/admin/admin.php:44
1510
+ msgid "The ad details couldn't be retrieved from the ad code"
1511
+ msgstr ""
1512
+
1513
+ #: ../modules/gadsense/admin/admin.php:45
1514
+ msgid ""
1515
+ "Warning : The AdSense account from this code does not match the one set with "
1516
+ "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
1517
+ "end."
1518
+ msgstr ""
1519
+
1520
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:258
1521
+ msgid "AdSense"
1522
+ msgstr ""
1523
+
1524
+ #: ../modules/gadsense/admin/admin.php:131
1525
+ msgid "AdSense ID"
1526
+ msgstr ""
1527
+
1528
+ #: ../modules/gadsense/admin/admin.php:140
1529
+ msgid "Limit to 3 ads"
1530
+ msgstr ""
1531
+
1532
+ #: ../modules/gadsense/admin/admin.php:149
1533
+ msgid "Activate Page-Level ads"
1534
+ msgstr ""
1535
+
1536
+ #: ../modules/gadsense/admin/admin.php:169
1537
+ #, php-format
1538
+ msgid ""
1539
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
1540
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
1541
+ msgstr ""
1542
+
1543
+ #: ../modules/gadsense/admin/admin.php:183
1544
+ msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
1545
+ msgstr ""
1546
+
1547
+ #: ../modules/gadsense/admin/admin.php:195
1548
+ #, php-format
1549
+ msgid "Limit to %d AdSense ads"
1550
+ msgstr ""
1551
+
1552
+ #: ../modules/gadsense/admin/admin.php:199
1553
+ #, php-format
1554
+ msgid ""
1555
+ "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
1556
+ "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
1557
+ "this limitation at your own risks."
1558
+ msgstr ""
1559
+
1560
+ #: ../modules/gadsense/admin/admin.php:202
1561
+ msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
1562
+ msgstr ""
1563
+
1564
+ #: ../modules/gadsense/admin/admin.php:215
1565
+ msgid "Insert Page-Level ads code on all pages."
1566
+ msgstr ""
1567
+
1568
+ #: ../modules/gadsense/admin/admin.php:217
1569
+ msgid ""
1570
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
1571
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
1572
+ "target=\"_blank\">AdSense Help</a> for more information"
1573
+ msgstr ""
1574
+
1575
+ #: ../modules/gadsense/admin/admin.php:236 ../modules/gadsense/includes/class-ad-
1576
+ #: type-adsense.php:73
1577
+ msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
1578
+ msgstr ""
1579
+
1580
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
1581
+ msgid "Copy&Paste existing ad code"
1582
+ msgstr ""
1583
+
1584
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
1585
+ msgid "Ad Slot ID"
1586
+ msgstr ""
1587
+
1588
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
1589
+ #, php-format
1590
+ msgid "Publisher ID: %s"
1591
+ msgstr ""
1592
+
1593
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
1594
+ #, php-format
1595
+ msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
1596
+ msgstr ""
1597
+
1598
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
1599
+ msgid "Normal"
1600
+ msgstr ""
1601
+
1602
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
1603
+ #, php-format
1604
+ msgid ""
1605
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
1606
+ "define the exact creative for each browser width."
1607
+ msgstr ""
1608
+
1609
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
1610
+ msgid "Resizing"
1611
+ msgstr ""
1612
+
1613
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
1614
+ msgid "Copy the ad code from your AdSense account and paste it in the area below"
1615
+ msgstr ""
1616
+
1617
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
1618
+ msgid "Get details"
1619
+ msgstr ""
1620
+
1621
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
1622
+ msgid "Close"
1623
+ msgstr ""
1624
+
1625
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
1626
+ msgid "AdSense ad"
1627
+ msgstr ""
1628
+
1629
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
1630
+ msgid "Use ads from your Google AdSense account"
1631
+ msgstr ""
1632
+
1633
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:101
1634
+ msgid "Your AdSense Publisher ID is missing."
1635
+ msgstr ""
1636
+
1637
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
1638
+ msgid "Auto"
1639
+ msgstr ""
1640
+
1641
+ #: ../admin/includes/class-display-condition-callbacks.php:200
1642
+ #, fuzzy
1643
+ msgid ""
1644
+ "Choose the terms from public categories, tags and other taxonomies on "
1645
+ "which's archive page ads can appear"
1646
+ msgstr ""
1647
+ "Scegli i requisiti che un'archivio di categoria, tag o altra tassonomia deve "
1648
+ "possedere per avere gli ad."
1649
+
1650
+ #: ../admin/includes/class-display-condition-callbacks.php:217
1651
+ #, fuzzy
1652
+ msgid ""
1653
+ "Choose the terms from public categories, tags and other taxonomies on "
1654
+ "which's archive pages ads are hidden."
1655
+ msgstr ""
1656
+ "Scegli i requisiti che un'archivio di categoria, tag o altra tassonomia deve "
1657
+ "possedere per non avere gli ad."
1658
+
1659
+ #: ../admin/views/ad-display-metabox.php:15
1660
+ #, fuzzy
1661
+ msgid "If you want to display the ad everywhere, don't do anything here. "
1662
+ msgstr "Se vuoi mostrare gli ad ovunque, non modificare nulla."
1663
+
1664
+ #: ../admin/views/ad-output-metabox.php:5
1665
+ #, fuzzy
1666
+ msgid "Position"
1667
+ msgstr "Descrizione"
1668
+
1669
+ #: ../admin/views/ad-output-metabox.php:6
1670
+ #, fuzzy
1671
+ msgid "- default -"
1672
+ msgstr "default"
1673
+
1674
+ #: ../admin/views/ad-output-metabox.php:14
1675
+ #, fuzzy
1676
+ msgid "right"
1677
+ msgstr "altezza"
1678
+
1679
+ #: ../admin/views/ad-output-metabox.php:25
1680
+ #, fuzzy
1681
+ msgid "right:"
1682
+ msgstr "altezza"
1683
+
1684
+ msgid "Advanced Ads"
1685
+ msgstr "Gestione Ad"
1686
+
1687
+ #: ../admin/class-advanced-ads-admin.php:239
1688
+ msgid "Overview"
1689
+ msgstr "Sommario"
1690
+
1691
+ #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
1692
+ #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
1693
+ #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
1694
+ #: php:182 ../classes/widget.php:83 ../public/class-advanced-ads.php:556
1695
+ msgid "Ads"
1696
+ msgstr "Ad"
1697
+
1698
+ #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
1699
+ #: admin/views/placements.php:175 ../classes/widget.php:76
1700
+ msgid "Ad Groups"
1701
+ msgstr "Gruppi Ad"
1702
+
1703
+ #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:529
1704
+ msgid "Groups"
1705
+ msgstr "Gruppi"
1706
+
1707
+ #: ../admin/class-advanced-ads-admin.php:252 ../admin/views/debug.php:14
1708
+ msgid "Ad Placements"
1709
+ msgstr "Posizionamento"
1710
+
1711
+ #: ../admin/class-advanced-ads-admin.php:252 ../admin/views/placements.php:18
1712
+ msgid "Placements"
1713
+ msgstr "Posizionamento"
1714
+
1715
+ #: ../admin/class-advanced-ads-admin.php:256
1716
+ msgid "Advanced Ads Settings"
1717
+ msgstr "Opzioni"
1718
+
1719
+ #: ../admin/class-advanced-ads-admin.php:256 ../admin/class-advanced-ads-admin.
1720
+ #: php:483 ../admin/views/debug.php:11
1721
+ msgid "Settings"
1722
+ msgstr "Opzioni"
1723
+
1724
+ #: ../admin/class-advanced-ads-admin.php:259
1725
+ msgid "Advanced Ads Debugging"
1726
+ msgstr "Debugging"
1727
+
1728
+ #: ../admin/class-advanced-ads-admin.php:259
1729
+ msgid "Debug"
1730
+ msgstr "Debug"
1731
+
1732
+ #: ../admin/class-advanced-ads-admin.php:525
1733
+ msgid "Ad Type"
1734
+ msgstr "Tipo Ad"
1735
+
1736
+ #: ../admin/class-advanced-ads-admin.php:528
1737
+ msgid "Ad Parameters"
1738
+ msgstr "Parametri Ad"
1739
+
1740
+ #: ../admin/class-advanced-ads-admin.php:534
1741
+ msgid "Display Conditions"
1742
+ msgstr "Condizioni di Visualizzazione"
1743
+
1744
+ #: ../admin/class-advanced-ads-admin.php:537
1745
+ msgid "Visitor Conditions"
1746
+ msgstr "Condizioni per Visitatore"
1747
+
1748
+ #: ../admin/class-advanced-ads-admin.php:783 ../admin/views/settings.php:12
1749
+ msgid "General"
1750
+ msgstr "Generale"
1751
+
1752
+ #: ../admin/class-advanced-ads-admin.php:814
1753
+ msgid "Hide ads for logged in users"
1754
+ msgstr "Nascondi Ad for utenti loggati"
1755
+
1756
+ #: ../admin/class-advanced-ads-admin.php:822
1757
+ msgid "Use advanced JavaScript"
1758
+ msgstr "Usa Js avanzato"
1759
+
1760
+ #: ../admin/class-advanced-ads-admin.php:945
1761
+ msgid "(display to all)"
1762
+ msgstr "(mostra a tutti)"
1763
+
1764
+ #: ../admin/class-advanced-ads-admin.php:946
1765
+ msgid "Subscriber"
1766
+ msgstr "Sottoscrittore"
1767
+
1768
+ #: ../admin/class-advanced-ads-admin.php:947
1769
+ msgid "Contributor"
1770
+ msgstr "Collaboratore"
1771
+
1772
+ #: ../admin/class-advanced-ads-admin.php:948
1773
+ msgid "Author"
1774
+ msgstr "Autore"
1775
+
1776
+ #: ../admin/class-advanced-ads-admin.php:949
1777
+ msgid "Editor"
1778
+ msgstr "Editore"
1779
+
1780
+ #: ../admin/class-advanced-ads-admin.php:950
1781
+ msgid "Admin"
1782
+ msgstr "Amministratore"
1783
+
1784
+ #: ../admin/class-advanced-ads-admin.php:958
1785
+ msgid "Choose the lowest role a user must have in order to not see any ads."
1786
+ msgstr "Scegli il ruolo minimo per non visualizzare gli ad."
1787
+
1788
+ #: ../admin/includes/class-ad-groups-list.php:172
1789
+ msgid "Ad weight"
1790
+ msgstr "Rilevanza Ad"
1791
+
1792
+ #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
1793
+ #: php:560
1794
+ msgid "Edit"
1795
+ msgstr "Modifica"
1796
+
1797
+ #: ../admin/includes/class-ad-groups-list.php:269
1798
+ msgid "Delete"
1799
+ msgstr "Cancella"
1800
+
1801
+ #: ../admin/includes/class-display-condition-callbacks.php:28
1802
+ msgid "Display on all public <strong>post types</strong>."
1803
+ msgstr "Mostra su tutti i tipi di <strong>pagina</strong>."
1804
+
1805
+ #: ../admin/includes/class-display-condition-callbacks.php:31 ..
1806
+ #: includes/array_ad_conditions.php:39
1807
+ msgid "Choose the public post types on which to display the ad."
1808
+ msgstr "Scegli i tipi di pagina in cui mostrare gli ad."
1809
+
1810
+ #: ../admin/includes/class-display-condition-callbacks.php:86
1811
+ msgid "Display for all <strong>categories, tags and taxonomies</strong>."
1812
+ msgstr "Mostra per tutte le <strong>categorie, tag e tassonomie</strong>."
1813
+
1814
+ #: ../admin/includes/class-display-condition-callbacks.php:87
1815
+ msgid "Display here"
1816
+ msgstr "Mostra qui"
1817
+
1818
+ #: ../admin/includes/class-display-condition-callbacks.php:87
1819
+ msgid ""
1820
+ "Choose terms from public categories, tags and other taxonomies a post must "
1821
+ "belong to in order to have ads."
1822
+ msgstr ""
1823
+ "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
1824
+ "possedere per avere gli ad."
1825
+
1826
+ #: ../admin/includes/class-display-condition-callbacks.php:104 ..
1827
+ #: admin/includes/class-display-condition-callbacks.php:217
1828
+ msgid "Hide from here"
1829
+ msgstr "Nascondi da qui"
1830
+
1831
+ #: ../admin/includes/class-display-condition-callbacks.php:104
1832
+ msgid ""
1833
+ "Choose the terms from public categories, tags and other taxonomies a post "
1834
+ "must belong to hide the ad from it."
1835
+ msgstr ""
1836
+ "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
1837
+ "possedere per non avere gli ad."
1838
+
1839
+ #: ../admin/includes/class-display-condition-callbacks.php:197
1840
+ msgid "Display on all <strong>category archive pages</strong>."
1841
+ msgstr "Mostra su tutte le <strong>pagine archivio di categoria</strong>."
1842
+
1843
+ #: ../admin/includes/class-display-condition-callbacks.php:239
1844
+ msgid ""
1845
+ "Display an all <strong>individual posts, pages</strong> and public post type "
1846
+ "pages"
1847
+ msgstr "Mostra in tutti gli <strong>articoli, pagine</strong> e tipi di pagina"
1848
+
1849
+ #: ../admin/includes/class-display-condition-callbacks.php:242 ..
1850
+ #: includes/array_ad_conditions.php:57
1851
+ msgid ""
1852
+ "Choose on which individual posts, pages and public post type pages you want "
1853
+ "to display or hide ads."
1854
+ msgstr ""
1855
+ "Scegli in quali articoli, pagine e tipi di pagina vuoi mostrare o nascondere "
1856
+ "gli ad."
1857
+
1858
+ #: ../admin/includes/class-display-condition-callbacks.php:259
1859
+ msgid "What should happen with ads on the list of individual posts below?"
1860
+ msgstr "Cosa dovrebbe accadere agli ad nella seguente lista di articoli?"
1861
+
1862
+ #: ../admin/includes/class-display-condition-callbacks.php:260
1863
+ msgid "ignore the list"
1864
+ msgstr "ignora la lista"
1865
+
1866
+ #: ../admin/includes/class-display-condition-callbacks.php:261
1867
+ msgid "display the ad only there"
1868
+ msgstr "mostra gli ad solo qui"
1869
+
1870
+ #: ../admin/includes/class-display-condition-callbacks.php:262
1871
+ msgid "hide the ad here"
1872
+ msgstr "nascondi gli ad "
1873
+
1874
+ #: ../admin/includes/class-display-condition-callbacks.php:270
1875
+ msgid "Update warning"
1876
+ msgstr "Attenzione"
1877
+
1878
+ #: ../admin/includes/class-display-condition-callbacks.php:271
1879
+ msgid ""
1880
+ "Due to some conflicts before version 1.2.6, it is from now on only possible "
1881
+ "to choose either individual pages to include or exclude an ad, but not both "
1882
+ "with mixed settings. It seems you are still using mixed settings on this "
1883
+ "page. Please consider changing your setup for this ad."
1884
+ msgstr ""
1885
+ "Dati alcuni conflitti è possibile scegliere anche pagine individuali per "
1886
+ "includere o escludere ad, ma non con tutti i settaggi disponibili. "
1887
+
1888
+ #: ../admin/includes/class-display-condition-callbacks.php:272
1889
+ msgid "Your old values are:"
1890
+ msgstr "I tuoi vecchi valori sono:"
1891
+
1892
+ #: ../admin/includes/class-display-condition-callbacks.php:273
1893
+ msgid "Post IDs the ad is displayed on:"
1894
+ msgstr "Id dei post dove questo ad è mostrato:"
1895
+
1896
+ #: ../admin/includes/class-display-condition-callbacks.php:274
1897
+ msgid "Post IDs the ad is hidden from:"
1898
+ msgstr "Id dei post dove questo ad è nascosto:"
1899
+
1900
+ #: ../admin/includes/class-display-condition-callbacks.php:275
1901
+ msgid ""
1902
+ "Below you find the pages the ad is displayed on. If this is ok, just save "
1903
+ "the ad. If not, please update your settings."
1904
+ msgstr ""
1905
+ "Sotto trovi le pagine dove l'ad è mostrato. Se questo è ok, salva l'ad. Se "
1906
+ "no, aggiorna i valori dell'ad."
1907
+
1908
+ #: ../admin/includes/class-display-condition-callbacks.php:318
1909
+ msgid "new"
1910
+ msgstr "nuovo"
1911
+
1912
+ #: ../admin/includes/class-display-condition-callbacks.php:320
1913
+ msgid "type the title"
1914
+ msgstr "Scrivi il titolo"
1915
+
1916
+ #: ../admin/includes/class-overview-widgets.php:49
1917
+ msgid "Manual and Support"
1918
+ msgstr "Documentazione e Supporto"
1919
+
1920
+ #: ../admin/includes/class-overview-widgets.php:121 ../admin/views/intro.php:78
1921
+ msgid "Create your first ad"
1922
+ msgstr "Crea il tuo primo ad"
1923
+
1924
+ #: ../admin/includes/class-overview-widgets.php:124
1925
+ msgid ""
1926
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
1927
+ "single spot."
1928
+ msgstr ""
1929
+ "Un Gruppo Ad contiene ad ed è usato per far ruotare ad multipli in un "
1930
+ "singolo spazio."
1931
+
1932
+ #: ../admin/includes/class-overview-widgets.php:126
1933
+ msgid "Create your first group"
1934
+ msgstr "Crea il tuo primo gruppo"
1935
+
1936
+ #: ../admin/includes/class-overview-widgets.php:129
1937
+ msgid "Ad Placements are the best way to manage where to display ads and groups."
1938
+ msgstr ""
1939
+ "Il posizionamento degli ad è il miglior modo per gestire dove mostrare ad e "
1940
+ "gruppi."
1941
+
1942
+ #: ../admin/includes/class-overview-widgets.php:131
1943
+ msgid "Create your first placement"
1944
+ msgstr "Crea il tuo primo posizionamento"
1945
+
1946
+ #: ../admin/views/ad-display-metabox.php:8
1947
+ msgid "Choose where to display the ad and where to hide it."
1948
+ msgstr "Scegli dove mostrare o dove nascondere gli ad."
1949
+
1950
+ #: ../admin/views/ad-display-metabox.php:10
1951
+ msgid "Display ad everywhere"
1952
+ msgstr "Mostra ovunque"
1953
+
1954
+ #: ../admin/views/ad-display-metabox.php:11
1955
+ msgid "Set display conditions"
1956
+ msgstr "Setta condizioni di visualizzazione"
1957
+
1958
+ #: ../admin/views/ad-display-metabox.php:16
1959
+ msgid "The fewer conditions you enter, the better the performance will be."
1960
+ msgstr "Meno condizioni ci sono, più fluido sarà l'intero sistema."
1961
+
1962
+ #: ../admin/views/ad-display-metabox.php:17
1963
+ #, php-format
1964
+ msgid ""
1965
+ "Learn more about display conditions from the <a href=\"%s\" "
1966
+ "target=\"_blank\">manual</a>."
1967
+ msgstr "Leggi <a href=\"%s\" target=\"_blank\">qui</a>."
1968
+
1969
+ #: ../admin/views/ad-display-metabox.php:34
1970
+ msgid "Other conditions"
1971
+ msgstr "Altre condizioni"
1972
+
1973
+ #: ../admin/views/ad-display-metabox.php:71
1974
+ msgid "show debug output"
1975
+ msgstr "Mostra output debug"
1976
+
1977
+ #: ../admin/views/ad-display-metabox.php:72
1978
+ msgid "Values saved for this ad in the database (post metas)"
1979
+ msgstr "I valori salvati per questo ad nel database (post metas)"
1980
+
1981
+ #: ../admin/views/ad-group-edit.php:14
1982
+ msgid "You did not select an item for editing."
1983
+ msgstr "Non hai selezionato nessun elemento da modificare"
1984
+
1985
+ #: ../admin/views/ad-group-edit.php:33
1986
+ msgctxt "Taxonomy Name"
1987
+ msgid "Name"
1988
+ msgstr "Nome"
1989
+
1990
+ #: ../admin/views/ad-group-edit.php:38
1991
+ msgctxt "Taxonomy Slug"
1992
+ msgid "Slug"
1993
+ msgstr "Abbreviazione"
1994
+
1995
+ #: ../admin/views/ad-group-edit.php:40
1996
+ msgid "An id-like string with only letters in lower case, numbers, and hyphens."
1997
+ msgstr "An id-like string with only letters in lower case, numbers, and hyphens."
1998
+
1999
+ #: ../admin/views/ad-group-edit.php:45
2000
+ msgctxt "Taxonomy Description"
2001
+ msgid "Description"
2002
+ msgstr "Descrizione"
2003
+
2004
+ #: ../admin/views/ad-group-edit.php:57
2005
+ msgid "Create new Ad Group"
2006
+ msgstr "Crea nuovo Gruppo Ad"
2007
+
2008
+ #: ../admin/views/ad-group-edit.php:59 ../classes/ad_type_content.php:68 ..
2009
+ #: classes/ad_type_content.php:69
2010
+ msgid "Update"
2011
+ msgstr "Aggiorna"
2012
+
2013
+ #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
2014
+ msgid "Name"
2015
+ msgstr "Nome"
2016
+
2017
+ #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
2018
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
2019
+ msgid "Type"
2020
+ msgstr "Tipo"
2021
+
2022
+ #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
2023
+ #: 557
2024
+ msgid "Ad"
2025
+ msgstr "Ad"
2026
+
2027
+ #: ../admin/views/ad-group-list-header.php:3
2028
+ msgid "Ad Group"
2029
+ msgstr "Gruppo Ad"
2030
+
2031
+ #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
2032
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:56
2033
+ msgid "shortcode"
2034
+ msgstr "shortcode"
2035
+
2036
+ #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
2037
+ #: admin/views/placements.php:59
2038
+ msgid "template"
2039
+ msgstr "template"
2040
+
2041
+ #: ../admin/views/ad-group.php:46
2042
+ #, php-format
2043
+ msgid "Search results for &#8220;%s&#8221;"
2044
+ msgstr "Risultati di ricerca per &#8220;%s&#8221;"
2045
+
2046
+ #: ../admin/views/ad-group.php:52
2047
+ msgid ""
2048
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
2049
+ "display random ads in the frontend or run split tests, but also just for "
2050
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2051
+ "ad can belong to multiple ad groups."
2052
+ msgstr ""
2053
+ "I gruppi Ad sono un metodo molto flessibile per raggruppare gli ad. Puoi "
2054
+ "usarli per mostrare ad casuali nel frontend o per split test, ma anche per "
2055
+ "finalità informative. Un Gruppo Ad può quindi avere ad multipli, ma anche un "
2056
+ "ad può appartenere a Gruppi Ad multipli. "
2057
+
2058
+ #: ../admin/views/ad-group.php:60
2059
+ msgid "How to display an Ad Group?"
2060
+ msgstr "Come mostrare un Gruppo Ad?"
2061
+
2062
+ #: ../admin/views/ad-group.php:62
2063
+ #, php-format
2064
+ msgid ""
2065
+ "Examples on how to display an ad group? Find more help and examples in the "
2066
+ "<a href=\"%s\" target=\"_blank\">manual</a>"
2067
+ msgstr ""
2068
+ "Esempi su come mostrare un Gruppo Ad? Leggi <a href=\"%s\" "
2069
+ "target=\"_blank\">qui</a>."
2070
+
2071
+ #: ../admin/views/ad-group.php:64
2072
+ msgid "To display an ad group with the ID 6 in content fields"
2073
+ msgstr "Per mostrare un gruppo ad con ID 6 nel contenuto"
2074
+
2075
+ #: ../admin/views/ad-group.php:67
2076
+ msgid "To display an ad group with the ID 6 in template files"
2077
+ msgstr "Per mostrare un gruppo con ID 6 in un template"
2078
+
2079
+ #: ../admin/views/ad-info.php:2
2080
+ #, php-format
2081
+ msgid "Ad Id: %s"
2082
+ msgstr "Id Ad: %s"
2083
+
2084
+ #: ../admin/views/ad-main-metabox.php:3
2085
+ msgid "No ad types defined"
2086
+ msgstr "Nessun tipo di ad definito"
2087
+
2088
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:49
2089
+ msgid "default"
2090
+ msgstr "default"
2091
+
2092
+ #: ../admin/views/ad-parameters-metabox.php:15 ../classes/ad_ajax_callbacks.php:51
2093
+ msgid "size:"
2094
+ msgstr "dimensione:"
2095
+
2096
+ #: ../admin/views/ad-parameters-metabox.php:16 ../classes/ad_ajax_callbacks.php:52
2097
+ msgid "width"
2098
+ msgstr "larghezza"
2099
+
2100
+ #: ../admin/views/ad-parameters-metabox.php:17 ../classes/ad_ajax_callbacks.php:53
2101
+ msgid "height"
2102
+ msgstr "altezza"
2103
+
2104
+ #: ../admin/views/ad-visitor-metabox.php:4
2105
+ msgid ""
2106
+ "Display conditions that are based on the user. Use with caution on cached "
2107
+ "websites."
2108
+ msgstr ""
2109
+ "Condizioni di visualizzazione basate sul tipo di supporto. Usa con cautela "
2110
+ "su siti web che utilizzano la cache."
2111
+
2112
+ #: ../admin/views/ad-visitor-metabox.php:112
2113
+ msgid "Display on all devices"
2114
+ msgstr "Mostra su tutti gli apparecchi"
2115
+
2116
+ #: ../admin/views/ad-visitor-metabox.php:116
2117
+ msgid "only on mobile devices"
2118
+ msgstr "solo su mobile"
2119
+
2120
+ #: ../admin/views/ad-visitor-metabox.php:120
2121
+ msgid "not on mobile devices"
2122
+ msgstr "solo su apparecchi non mobile"
2123
+
2124
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:41
2125
+ msgid "Debug Page"
2126
+ msgstr "Pagina Debug"
2127
+
2128
+ #: ../admin/views/debug.php:7
2129
+ msgid "Work in progress"
2130
+ msgstr "Work in progress"
2131
+
2132
+ #: ../admin/views/placements.php:10
2133
+ msgid "Placements updated"
2134
+ msgstr "Posizionamento aggiornato"
2135
+
2136
+ #: ../admin/views/placements.php:15
2137
+ msgid ""
2138
+ "Placements are physically places in your theme and posts. You can use them "
2139
+ "if you plan to change ads and ad groups on the same place without the need "
2140
+ "to change your templates."
2141
+ msgstr ""
2142
+ "Il posizionamento è uno spazio fisico nel tuo tema o nei post. Puoi usarlo "
2143
+ "se hai bisogno di far ruotare ad e gruppi nello stesso spazio senza aver "
2144
+ "bisogno di cambiare i tuoi templates."
2145
+
2146
+ #: ../admin/views/placements.php:25
2147
+ msgid "Options"
2148
+ msgstr "Opzioni"
2149
+
2150
+ #: ../admin/views/placements.php:67
2151
+ msgid "Item"
2152
+ msgstr "Elemento"
2153
+
2154
+ #: ../admin/views/placements.php:137
2155
+ msgid "Save Placements"
2156
+ msgstr "Salva Posizionamento"
2157
+
2158
+ #: ../admin/views/placements.php:139
2159
+ msgid "Create a new placement"
2160
+ msgstr "Crea un nuovo posizionamento"
2161
+
2162
+ #: ../admin/views/placements.php:190
2163
+ msgid "Save New Placement"
2164
+ msgstr "Salva Nuovo Posizionamento"
2165
+
2166
+ #: ../admin/views/settings.php:43
2167
+ msgid "Advanced Ads on WordPress.org"
2168
+ msgstr "Advanced Ads su WordPress.org"
2169
+
2170
+ #: ../admin/views/settings.php:43
2171
+ msgid "Advanced Ads on wp.org"
2172
+ msgstr "Advanced Ads su wp.org"
2173
+
2174
+ #: ../admin/views/settings.php:44
2175
+ msgid "the company behind Advanced Ads"
2176
+ msgstr "la società dietro Advanced Ads"
2177
+
2178
+ #: ../admin/views/settings.php:44
2179
+ msgid "webgilde GmbH"
2180
+ msgstr "webgilde GmbH"
2181
+
2182
+ #: ../classes/ad_placements.php:47
2183
+ msgid "Injected before the post content."
2184
+ msgstr "Injected prima del contenuto del post."
2185
+
2186
+ #: ../classes/ad_placements.php:52
2187
+ msgid "Injected after the post content."
2188
+ msgstr "Injected dopo il contenuto del post."
2189
+
2190
+ #: ../classes/ad_placements.php:57
2191
+ msgid ""
2192
+ "Injected into the post content. You can choose the paragraph after which the "
2193
+ "ad content is displayed."
2194
+ msgstr ""
2195
+ "Injected nel contenuto di un articolo. Puoi scegliere il paragrafo dopo il "
2196
+ "quale mostrare l'ad."
2197
+
2198
+ #: ../classes/ad_type_content.php:35
2199
+ msgid "Rich Content"
2200
+ msgstr "Rich Content"
2201
+
2202
+ #: ../classes/ad_type_plain.php:31
2203
+ msgid "Plain Text and Code"
2204
+ msgstr "Testo semplice e Codice"
2205
+
2206
+ #: ../classes/ad_type_plain.php:32
2207
+ msgid ""
2208
+ "Simple text editor without any filters. You might use it to display "
2209
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2210
+ "content field magic does not work here."
2211
+ msgstr ""
2212
+ "Editor di testo semplice senza filtri. Puoi usarlo per mostrare contenuti "
2213
+ "non filtrati, codice php o javascript. Gli shortcodes non funzionano qui."
2214
+
2215
+ #: ../classes/ad_type_plain.php:67
2216
+ msgid "Insert plain text or code into this field."
2217
+ msgstr "Inserisci testo semplice o codice in questo campo."
2218
+
2219
+ #: ../classes/widget.php:25
2220
+ msgid "Display Ads and Ad Groups."
2221
+ msgstr "Mostra Ad e Gruppi Ad"
2222
+
2223
+ #: ../classes/widget.php:68
2224
+ msgid "Title:"
2225
+ msgstr "Titolo:"
2226
+
2227
+ #: ../classes/widget.php:74
2228
+ msgid "--empty--"
2229
+ msgstr "--vuoto--"
2230
+
2231
+ #: ../includes/array_ad_conditions.php:38
2232
+ msgid "Post Types"
2233
+ msgstr "Tipi di Pagina"
2234
+
2235
+ #: ../includes/array_ad_conditions.php:44
2236
+ msgid "Categories, Tags and Taxonomies"
2237
+ msgstr "Categorie, Tag e Tassonomie"
2238
+
2239
+ #: ../includes/array_ad_conditions.php:45
2240
+ msgid ""
2241
+ "Choose terms from public category, tag and other taxonomies a post must "
2242
+ "belong to in order to have ads."
2243
+ msgstr ""
2244
+ "Scegli i requisiti che una categoria, un tag o altra tassonomia deve "
2245
+ "possedere per avere gli ad."
2246
+
2247
+ #: ../includes/array_ad_conditions.php:50
2248
+ msgid "Category Archives"
2249
+ msgstr "Archivi di Categoria"
2250
+
2251
+ #: ../includes/array_ad_conditions.php:51
2252
+ msgid "comma seperated IDs of category archives"
2253
+ msgstr "ID di archivi categorie separati da virgola"
2254
+
2255
+ #: ../includes/array_ad_conditions.php:56
2256
+ msgid "Individual Posts, Pages and Public Post Types"
2257
+ msgstr "Post singoli, Pagine e tipi Post pubblici"
2258
+
2259
+ #: ../includes/array_ad_conditions.php:62
2260
+ msgid "Home Page"
2261
+ msgstr "Home Page"
2262
+
2263
+ #: ../includes/array_ad_conditions.php:67
2264
+ msgid "Singular Pages"
2265
+ msgstr "Pagine singole"
2266
+
2267
+ #: ../includes/array_ad_conditions.php:72
2268
+ msgid "Archive Pages"
2269
+ msgstr "Pagine Archivio"
2270
+
2271
+ #: ../includes/array_ad_conditions.php:77
2272
+ msgid "Search Results"
2273
+ msgstr "Risultati Ricerca"
2274
+
2275
+ #: ../includes/array_ad_conditions.php:82
2276
+ msgid "404 Page"
2277
+ msgstr "Pagina 404"
2278
+
2279
+ #: ../includes/array_ad_conditions.php:87
2280
+ msgid "Attachment Pages"
2281
+ msgstr "Pagine Allegato"
2282
+
2283
+ #: ../public/class-advanced-ads.php:297
2284
+ #, php-format
2285
+ msgid "Advanced Ads Error: %s"
2286
+ msgstr "Errore: %s"
2287
+
2288
+ #: ../public/class-advanced-ads.php:519
2289
+ msgctxt "ad group general name"
2290
+ msgid "Ad Groups"
2291
+ msgstr "Gruppi Ad"
2292
+
2293
+ #: ../public/class-advanced-ads.php:520
2294
+ msgctxt "ad group singular name"
2295
+ msgid "Ad Group"
2296
+ msgstr "Gruppo Ad"
2297
+
2298
+ #: ../public/class-advanced-ads.php:521
2299
+ msgid "Search Ad Groups"
2300
+ msgstr "Cerca Gruppo Ad"
2301
+
2302
+ #: ../public/class-advanced-ads.php:522
2303
+ msgid "All Ad Groups"
2304
+ msgstr "Tutti i Gruppi"
2305
+
2306
+ #: ../public/class-advanced-ads.php:523
2307
+ msgid "Parent Ad Groups"
2308
+ msgstr "Genitore Gruppo Ad:"
2309
+
2310
+ #: ../public/class-advanced-ads.php:524
2311
+ msgid "Parent Ad Groups:"
2312
+ msgstr "Genitore Gruppi Ad:"
2313
+
2314
+ #: ../public/class-advanced-ads.php:525
2315
+ msgid "Edit Ad Group"
2316
+ msgstr "Aggiorna Gruppo Ad"
2317
+
2318
+ #: ../public/class-advanced-ads.php:526
2319
+ msgid "Update Ad Group"
2320
+ msgstr "Aggiorna Gruppo Ad"
2321
+
2322
+ #: ../public/class-advanced-ads.php:527
2323
+ msgid "Add New Ad Group"
2324
+ msgstr "Aggiungi nuovo gruppo Ad"
2325
+
2326
+ #: ../public/class-advanced-ads.php:528
2327
+ msgid "New Ad Groups Name"
2328
+ msgstr "Nuovo nome gruppo"
2329
+
2330
+ #: ../public/class-advanced-ads.php:530
2331
+ msgid "No Ad Group found"
2332
+ msgstr "Nessun Gruppo Ad trovato"
2333
+
2334
+ #: ../public/class-advanced-ads.php:558 ../public/class-advanced-ads.php:562
2335
+ msgid "New Ad"
2336
+ msgstr "Nuovo Ad"
2337
+
2338
+ #: ../public/class-advanced-ads.php:559
2339
+ msgid "Add New Ad"
2340
+ msgstr "Aggiungi nuovo Ad"
2341
+
2342
+ #: ../public/class-advanced-ads.php:561
2343
+ msgid "Edit Ad"
2344
+ msgstr "Modifica Ad"
2345
+
2346
+ #: ../public/class-advanced-ads.php:563
2347
+ msgid "View"
2348
+ msgstr "Vedi"
2349
+
2350
+ #: ../public/class-advanced-ads.php:564
2351
+ msgid "View the Ad"
2352
+ msgstr "Vedi l'Ad"
2353
+
2354
+ #: ../public/class-advanced-ads.php:565
2355
+ msgid "Search Ads"
2356
+ msgstr "Cerca Ad"
2357
+
2358
+ #: ../public/class-advanced-ads.php:566
2359
+ msgid "No Ads found"
2360
+ msgstr "Nessun Ad trovato"
2361
+
2362
+ #: ../public/class-advanced-ads.php:567
2363
+ msgid "No Ads found in Trash"
2364
+ msgstr "Nessun Ad trovato in cestino"
2365
+
2366
+ #: ../public/class-advanced-ads.php:568
2367
+ msgid "Parent Ad"
2368
+ msgstr "Genitore Ad"
languages/advanced-ads-nl_NL.mo CHANGED
Binary file
languages/advanced-ads-nl_NL.po CHANGED
@@ -3,8 +3,8 @@ 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 Sep 01 2015 21:46:56 GMT+0200 (CEST)\n"
7
- "Last-Translator: admin <admin@localhost.dev>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Dutch\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
@@ -22,6 +22,157 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: nl_NL"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: ../admin/class-advanced-ads-admin.php:239
26
  msgid "Overview"
27
  msgstr "Overzicht"
@@ -29,16 +180,16 @@ msgstr "Overzicht"
29
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
30
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
31
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
32
- #: php:169 ../classes/widget.php:83 ../public/class-advanced-ads.php:552
33
  msgid "Ads"
34
  msgstr "Advertenties"
35
 
36
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
37
- #: admin/views/placements.php:162 ../classes/widget.php:76
38
  msgid "Ad Groups"
39
  msgstr "Advertentiegroep"
40
 
41
- #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:525
42
  msgid "Groups"
43
  msgstr "Groepen"
44
 
@@ -112,53 +263,53 @@ msgstr "Vertoningsvoorwaarden"
112
  msgid "Visitor Conditions"
113
  msgstr "Bezoekersvoorwaarden"
114
 
115
- #: ../admin/class-advanced-ads-admin.php:703 ../admin/class-advanced-ads-admin.
116
- #: php:704
117
  msgid "Ad updated."
118
  msgstr "Advertentie bijgewerkt."
119
 
120
  #. translators: %s: date and time of the revision
121
- #: ../admin/class-advanced-ads-admin.php:706
122
  #, php-format
123
  msgid "Ad restored to revision from %s"
124
  msgstr "Advertentie hersteld naar revisie %s"
125
 
126
- #: ../admin/class-advanced-ads-admin.php:707
127
  msgid "Ad published."
128
  msgstr "Advertentie gepubliceerd."
129
 
130
- #: ../admin/class-advanced-ads-admin.php:708
131
  msgid "Ad saved."
132
  msgstr "Advertentie opgeslagen."
133
 
134
- #: ../admin/class-advanced-ads-admin.php:709
135
  msgid "Ad submitted."
136
  msgstr ""
137
  "Advertentie\n"
138
  " ingediend."
139
 
140
- #: ../admin/class-advanced-ads-admin.php:711
141
  #, php-format
142
  msgid "Ad scheduled for: <strong>%1$s</strong>."
143
  msgstr "Advertentie is ingepland voor: <strong>%1$s</strong>."
144
 
145
  #. translators: Publish box date format, see http://php.net/date
146
- #: ../admin/class-advanced-ads-admin.php:713
147
  msgid "M j, Y @ G:i"
148
  msgstr "d-m-Y @ H:i"
149
 
150
- #: ../admin/class-advanced-ads-admin.php:715
151
  msgid "Ad draft updated."
152
  msgstr "Advertentie concept bijgewerkt."
153
 
154
- #: ../admin/class-advanced-ads-admin.php:734
155
  #, php-format
156
  msgid "%s ad updated."
157
  msgid_plural "%s ads updated."
158
  msgstr[0] "%s advertentie bijgewerkt."
159
  msgstr[1] "%s advertenties bijgewerkt."
160
 
161
- #: ../admin/class-advanced-ads-admin.php:735
162
  #, php-format
163
  msgid "%s ad not updated, somebody is editing it."
164
  msgid_plural "%s ads not updated, somebody is editing them."
@@ -168,103 +319,103 @@ msgstr[1] ""
168
  "bewerken\n"
169
  "."
170
 
171
- #: ../admin/class-advanced-ads-admin.php:736
172
  #, php-format
173
  msgid "%s ad permanently deleted."
174
  msgid_plural "%s ads permanently deleted."
175
  msgstr[0] "%s advertentie permanent verwijderd."
176
  msgstr[1] "%s advertenties permanent verwijderd."
177
 
178
- #: ../admin/class-advanced-ads-admin.php:737
179
  #, php-format
180
  msgid "%s ad moved to the Trash."
181
  msgid_plural "%s ads moved to the Trash."
182
  msgstr[0] "%s advertentie verplaatst naar de prullenbak."
183
  msgstr[1] "%s advertenties verplaatst naar de prullenbak."
184
 
185
- #: ../admin/class-advanced-ads-admin.php:738
186
  #, php-format
187
  msgid "%s ad restored from the Trash."
188
  msgid_plural "%s ads restored from the Trash."
189
  msgstr[0] "%s advertentie teruggezet vanuit de prullenbak."
190
  msgstr[1] "%s advertenties teruggezet vanuit de prullenbak."
191
 
192
- #: ../admin/class-advanced-ads-admin.php:773 ../admin/views/settings.php:12
193
  msgid "General"
194
  msgstr "Algemeen"
195
 
196
- #: ../admin/class-advanced-ads-admin.php:785 ../admin/class-advanced-ads-admin.
197
- #: php:881
198
  msgid "Licenses"
199
  msgstr "Licenties"
200
 
201
- #: ../admin/class-advanced-ads-admin.php:796
202
  msgid "Disable ads"
203
  msgstr "Advertenties uitschakelen"
204
 
205
- #: ../admin/class-advanced-ads-admin.php:804
206
  msgid "Hide ads for logged in users"
207
  msgstr "Advertenties verbergen voor ingelogde gebruikers"
208
 
209
- #: ../admin/class-advanced-ads-admin.php:812
210
  msgid "Use advanced JavaScript"
211
  msgstr "Geavanceerde JavaScript gebruiken"
212
 
213
- #: ../admin/class-advanced-ads-admin.php:820
214
  msgid "Unlimited ad injection"
215
  msgstr "Ongelimiteerde advertentie injectie"
216
 
217
- #: ../admin/class-advanced-ads-admin.php:828
218
  msgid "Priority of content injection filter"
219
  msgstr "Prioriteit van content injectie filter"
220
 
221
- #: ../admin/class-advanced-ads-admin.php:836
222
  msgid "Hide ads from bots"
223
  msgstr "Advertenties verbergen voor bots"
224
 
225
- #: ../admin/class-advanced-ads-admin.php:844
226
  msgid "Disable notices"
227
  msgstr "Notificaties uitschakelen"
228
 
229
- #: ../admin/class-advanced-ads-admin.php:852
230
  msgid "ID prefix"
231
  msgstr "ID voorvoegsel"
232
 
233
- #: ../admin/class-advanced-ads-admin.php:860
234
  msgid "Remove Widget ID"
235
  msgstr "Widget ID verwijderen"
236
 
237
- #: ../admin/class-advanced-ads-admin.php:935
238
  msgid "(display to all)"
239
  msgstr "(aan iedereen tonen)"
240
 
241
- #: ../admin/class-advanced-ads-admin.php:936
242
  msgid "Subscriber"
243
  msgstr "Abonnee"
244
 
245
- #: ../admin/class-advanced-ads-admin.php:937
246
  msgid "Contributor"
247
  msgstr "Schrijver"
248
 
249
- #: ../admin/class-advanced-ads-admin.php:938
250
  msgid "Author"
251
  msgstr "Auteur"
252
 
253
- #: ../admin/class-advanced-ads-admin.php:939
254
  msgid "Editor"
255
  msgstr "Redacteur"
256
 
257
- #: ../admin/class-advanced-ads-admin.php:940
258
  msgid "Admin"
259
  msgstr "Beheerder"
260
 
261
- #: ../admin/class-advanced-ads-admin.php:948
262
  msgid "Choose the lowest role a user must have in order to not see any ads."
263
  msgstr ""
264
  "Kies de laagste rol die een gebruiker moet hebben om geen advertenties te "
265
  "zien."
266
 
267
- #: ../admin/class-advanced-ads-admin.php:962
268
  msgid ""
269
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
270
  "needs it."
@@ -272,7 +423,7 @@ msgstr ""
272
  "<strong>Notificatie: </strong>het bestand is ingeschakeld door een add-on "
273
  "die het vereist. "
274
 
275
- #: ../admin/class-advanced-ads-admin.php:965
276
  #, php-format
277
  msgid ""
278
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -283,7 +434,7 @@ msgstr ""
283
  "target=\"_blank\">hier</a>). Functies en add-ons kunnen deze instelling "
284
  "overschrijven als dat nodig is."
285
 
286
- #: ../admin/class-advanced-ads-admin.php:978
287
  msgid ""
288
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
289
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -298,7 +449,7 @@ msgstr ""
298
  "van advertenties op dat soort pagina's toe te staan. GEBRUIKEN OP EIGEN "
299
  "RISICO!"
300
 
301
- #: ../admin/class-advanced-ads-admin.php:992
302
  msgid ""
303
  "Play with this value in order to change the priority of the injected ads "
304
  "compared to other auto injected elements in the post content."
@@ -307,7 +458,7 @@ msgstr ""
307
  "advertenties veranderen ten opzichte van ander automatisch geïnjecteerde "
308
  "content en/of elementen."
309
 
310
- #: ../admin/class-advanced-ads-admin.php:1005
311
  #, php-format
312
  msgid ""
313
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -318,7 +469,7 @@ msgstr ""
318
  "het tellen van vertoningen voor bots als je gebruik maakt van de <a "
319
  "href=\"%s\" target=\"_blank\">Tracking Add-On</a>."
320
 
321
- #: ../admin/class-advanced-ads-admin.php:1006
322
  msgid ""
323
  "Disabling this option only makes sense if your ads contain content you want "
324
  "to display to bots (like search engines) or your site is cached and bots "
@@ -328,7 +479,7 @@ msgstr ""
328
  "bevatten die u wilt tonen aan bots (zoals zoekmachines) of uw website is "
329
  "gecached en bots een gecachete versie kunnen maken zonder advertenties."
330
 
331
- #: ../admin/class-advanced-ads-admin.php:1019
332
  msgid ""
333
  "Disable internal notices like tips, tutorials, email newsletters and update "
334
  "notices. Disabling notices is recommended if you run multiple blogs with "
@@ -338,7 +489,7 @@ msgstr ""
338
  "update notificaties uit. Het uitschakelen van deze notificaties is aan te "
339
  "raden als u al meerdere blogs heeft met Advanced Ads geïnstalleerd."
340
 
341
- #: ../admin/class-advanced-ads-admin.php:1041
342
  msgid ""
343
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
344
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
@@ -348,7 +499,7 @@ msgstr ""
348
  "Verander deze waarde als u wilt voorkomen dat <strong>ad blockers</strong> "
349
  "deze elementen blokkeert als zijnde advertenties."
350
 
351
- #: ../admin/class-advanced-ads-admin.php:1062
352
  msgid ""
353
  "Remove the ID attribute from widgets in order to not make them an easy "
354
  "target of ad blockers."
@@ -356,54 +507,54 @@ msgstr ""
356
  "Verwijder het ID attribuut van widgets om te voorkomen dat ze een makkelijk "
357
  "doelwit zijn voor ad blockers."
358
 
359
- #: ../admin/class-advanced-ads-admin.php:1115
360
  msgid "Ad Details"
361
  msgstr "Advertentie details"
362
 
363
- #: ../admin/class-advanced-ads-admin.php:1189
364
  msgid "Ad Settings"
365
  msgstr "Advertentie instellingen"
366
 
367
- #: ../admin/class-advanced-ads-admin.php:1268 ../admin/views/overview.php:23
368
  msgid "Ads Dashboard"
369
  msgstr "Advertentie dashboard"
370
 
371
- #: ../admin/class-advanced-ads-admin.php:1280
372
  msgid "From the ad optimization universe"
373
  msgstr "Van het advertentie-optimalisatie universum."
374
 
375
- #: ../admin/class-advanced-ads-admin.php:1289
376
  msgid "Advanced Ads Tutorials"
377
  msgstr "Advanced Ads Tutorials"
378
 
379
- #: ../admin/class-advanced-ads-admin.php:1300
380
  #, php-format
381
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
382
  msgstr "%d advertenties – <a href=\"%s\">bewerken</a> - <a href=\"%s\">nieuwe</a>"
383
 
384
- #: ../admin/class-advanced-ads-admin.php:1311
385
  msgid "plugin manual and homepage"
386
  msgstr "plugin handleiding en voorpagina"
387
 
388
- #: ../admin/class-advanced-ads-admin.php:1318
389
  msgid "Get the tutorial via email"
390
  msgstr "Verkrijg de tutorial via e-mail"
391
 
392
- #: ../admin/class-advanced-ads-admin.php:1325
393
  msgid "Get AdSense tips via email"
394
  msgstr "Verkrijg AdSense tips via e-mail"
395
 
396
- #: ../admin/class-advanced-ads-admin.php:1399
397
  msgid "Error while trying to register the license. Please contact support."
398
  msgstr ""
399
  "Er is een fout opgetreden tijdens de registratie van uw licentie. Neem "
400
  "alstublieft contact op met support."
401
 
402
- #: ../admin/class-advanced-ads-admin.php:1405
403
  msgid "Please enter and save a valid license key first."
404
  msgstr "Voer alstublieft eerst een legitieme licentie in."
405
 
406
- #: ../admin/class-advanced-ads-admin.php:1425
407
  #, php-format
408
  msgid "License is invalid. Reason: %s"
409
  msgstr "Licentie is niet legitiem. Namelijk: %s"
@@ -455,7 +606,7 @@ msgid "Display ads with the highest ad weight first"
455
  msgstr "Toon advertenties met het hoogste gewicht/prioriteit eerst"
456
 
457
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
458
- #: php:556
459
  msgid "Edit"
460
  msgstr "Bewerken"
461
 
@@ -869,16 +1020,6 @@ msgstr "Toon alle advertenties gesorteerd op responsive instellingen"
869
  msgid "Get the Responsive add-on"
870
  msgstr "Neem de Responsive add-on"
871
 
872
- #: ../admin/includes/class-overview-widgets.php:211 ../admin/views/ad-info-top.
873
- #: php:30
874
- #, fuzzy
875
- msgid ""
876
- "Fix ads to the browser while users are scrolling and create best performing "
877
- "anchor ads."
878
- msgstr ""
879
- "Zet advertenties vast in de browser terwijl een gebruiker scrollt voor de "
880
- "best presterende verankerde advertenties"
881
-
882
  #: ../admin/includes/class-overview-widgets.php:212
883
  msgid "position ads that don’t scroll with the screen"
884
  msgstr "Positioneer advertenties die niet met het scherm mee scrollen"
@@ -966,7 +1107,7 @@ msgstr ""
966
  "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
967
  "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
968
 
969
- #: ../admin/includes/notices.php:52
970
  #, php-format
971
  msgid ""
972
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
@@ -989,7 +1130,7 @@ msgstr ""
989
  "vernieuw uw licentie voordat deze verloopt en ontvang en flinke korting op "
990
  "<a href=\"%s\" target=\"_blank\">de add-on pagina</a>."
991
 
992
- #: ../admin/includes/notices.php:62
993
  #, php-format
994
  msgid ""
995
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
@@ -1112,7 +1253,7 @@ msgid "Number of ads that are visible at the same time"
1112
  msgstr "Aantal advertenties dat simultaan zichtbaar is"
1113
 
1114
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
1115
- #: 553
1116
  msgid "Ad"
1117
  msgstr "Advertentie"
1118
 
@@ -1400,18 +1541,12 @@ msgstr "hoogte"
1400
  msgid "Set expiry date"
1401
  msgstr "Stel vervaldatum in"
1402
 
1403
- #: ../admin/views/ad-submitbox-meta.php:11
1404
  #, php-format
1405
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1406
  msgid "%1$s-%2$s"
1407
  msgstr "%1$s-%2$s"
1408
 
1409
- #: ../admin/views/ad-submitbox-meta.php:19
1410
- #, php-format
1411
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year"
1412
- msgid "%1$s %2$s, %3$s"
1413
- msgstr "%2$s %1$s, %3$s"
1414
-
1415
  #: ../admin/views/ad-visitor-metabox.php:4
1416
  msgid ""
1417
  "Display conditions that are based on the user. Use with caution on cached "
@@ -1657,7 +1792,7 @@ msgstr "toon gebruik"
1657
  msgid "Item"
1658
  msgstr "Item"
1659
 
1660
- #: ../admin/views/placements.php:69 ../admin/views/placements.php:160
1661
  msgid "--not selected--"
1662
  msgstr "--niet geselecteerd--"
1663
 
@@ -1677,27 +1812,23 @@ msgstr "voor"
1677
  msgid "start counting from bottom"
1678
  msgstr "start met tellen van beneden"
1679
 
1680
- #: ../admin/views/placements.php:118
1681
- msgid "remove placement"
1682
- msgstr "plaatsing verwijderen"
1683
-
1684
- #: ../admin/views/placements.php:124
1685
  msgid "Save Placements"
1686
  msgstr "Plaatsingen opslaan"
1687
 
1688
- #: ../admin/views/placements.php:126
1689
  msgid "Create a new placement"
1690
  msgstr "Maak een nieuwe plaatsing"
1691
 
1692
- #: ../admin/views/placements.php:127
1693
  msgid "New Placement"
1694
  msgstr "Nieuwe plaatsing"
1695
 
1696
- #: ../admin/views/placements.php:133
1697
  msgid "Choose a placement type"
1698
  msgstr "Kies een plaatsingstype"
1699
 
1700
- #: ../admin/views/placements.php:134
1701
  #, php-format
1702
  msgid ""
1703
  "Placement types define where the ad is going to be displayed. Learn more "
@@ -1707,15 +1838,15 @@ msgstr ""
1707
  "meer informatie over plaatsingstypes kunt u de <a "
1708
  "href=\"$1%s\">handleiding</a> raadplegen."
1709
 
1710
- #: ../admin/views/placements.php:151
1711
  msgid "Please select a placement type."
1712
  msgstr "Selecteer alstublieft een plaatsingstype"
1713
 
1714
- #: ../admin/views/placements.php:153
1715
  msgid "Choose a Name"
1716
  msgstr "Kies een naam"
1717
 
1718
- #: ../admin/views/placements.php:154
1719
  msgid ""
1720
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1721
  "one, e.g. <em>Below Post Headline</em>."
@@ -1723,23 +1854,23 @@ msgstr ""
1723
  "De naam van een plaatsing is alleen zichtbaar voor u. Tip: kies een naam die "
1724
  "de plaatsing goed omschrijft. (Voorbeeld: <em>Onder bericht titel</em>)"
1725
 
1726
- #: ../admin/views/placements.php:155
1727
  msgid "Placement Name"
1728
  msgstr "Plaatsing naam"
1729
 
1730
- #: ../admin/views/placements.php:156
1731
  msgid "Please enter a name for your placement."
1732
  msgstr "Vul alstublieft de naam van uw plaatsing in."
1733
 
1734
- #: ../admin/views/placements.php:157
1735
  msgid "Choose the Ad or Group"
1736
  msgstr "Kies de advertentie of advertentiegroep"
1737
 
1738
- #: ../admin/views/placements.php:158
1739
  msgid "The ad or group that should be displayed."
1740
  msgstr "De advertentie of advertentiegroep die getoond moet worden."
1741
 
1742
- #: ../admin/views/placements.php:177
1743
  msgid "Save New Placement"
1744
  msgstr "Nieuwe plaatsing opslaan"
1745
 
@@ -1853,11 +1984,11 @@ msgstr "webgilde GmbH"
1853
  msgid "Email was successfully sent."
1854
  msgstr "De e-mail is succesvol verstuurd."
1855
 
1856
- #: ../admin/views/support.php:10
1857
  msgid "Search"
1858
  msgstr "Zoeken"
1859
 
1860
- #: ../admin/views/support.php:11
1861
  msgid ""
1862
  "Use the following form to search for solutions in the manual on "
1863
  "wpadvancedads.com"
@@ -1865,15 +1996,15 @@ msgstr ""
1865
  "Gebruik het formulier om te zoeken naar oplossingen in de handleiding op "
1866
  "wpadvancedads.com"
1867
 
1868
- #: ../admin/views/support.php:14
1869
  msgid "search"
1870
  msgstr "zoeken"
1871
 
1872
- #: ../admin/views/support.php:17
1873
  msgid "Contact"
1874
  msgstr "Contact"
1875
 
1876
- #: ../admin/views/support.php:18
1877
  #, php-format
1878
  msgid ""
1879
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
@@ -1883,19 +2014,19 @@ msgstr ""
1883
  "pagina <a href=\"%s\" target=\"_blank\">Advertenties verschijnen niet?</a> "
1884
  "alvorens u contact opneemt voor ondersteuning. "
1885
 
1886
- #: ../admin/views/support.php:20
1887
  msgid "your email"
1888
  msgstr "uw e-mailadres"
1889
 
1890
- #: ../admin/views/support.php:21
1891
  msgid "your name"
1892
  msgstr "uw naam"
1893
 
1894
- #: ../admin/views/support.php:22
1895
  msgid "your message"
1896
  msgstr "uw bericht"
1897
 
1898
- #: ../admin/views/support.php:23
1899
  msgid "send"
1900
  msgstr "versturen"
1901
 
@@ -2222,21 +2353,16 @@ msgstr "Secundaire queries"
2222
  msgid "allow ads in secondary queries"
2223
  msgstr "sta advertenties toe in secundaire queries"
2224
 
2225
- #: ../modules/gadsense/main.php:19
2226
- #, fuzzy
2227
- msgid " at "
2228
- msgstr "bij"
2229
-
2230
- #: ../modules/gadsense/admin/class-gadsense-admin.php:26 ..
2231
- #: modules/gadsense/admin/views/adsense-ad-parameters.php:51
2232
  msgid "Responsive"
2233
  msgstr "Responsive"
2234
 
2235
- #: ../modules/gadsense/admin/class-gadsense-admin.php:44
2236
  msgid "The ad details couldn't be retrieved from the ad code"
2237
  msgstr "De advertentiedetails konden niet worden opgehaald vanuit de advertentiecode"
2238
 
2239
- #: ../modules/gadsense/admin/class-gadsense-admin.php:45
2240
  msgid ""
2241
  "Warning : The AdSense account from this code does not match the one set with "
2242
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
@@ -2247,29 +2373,28 @@ msgstr ""
2247
  "problemen veroorzaken wanneer deze wordt gebruikt op de voorkant van de "
2248
  "website."
2249
 
2250
- #: ../modules/gadsense/admin/class-gadsense-admin.php:123 ..
2251
- #: modules/gadsense/admin/class-gadsense-admin.php:227
2252
  msgid "AdSense"
2253
  msgstr "AdSense"
2254
 
2255
- #: ../modules/gadsense/admin/class-gadsense-admin.php:131
2256
  msgid "AdSense ID"
2257
  msgstr "AdSense ID"
2258
 
2259
- #: ../modules/gadsense/admin/class-gadsense-admin.php:140
2260
  msgid "Limit to 3 ads"
2261
  msgstr "Limiteer tot 3 advertenties"
2262
 
2263
- #: ../modules/gadsense/admin/class-gadsense-admin.php:168
2264
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2265
  msgstr "Uw AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2266
 
2267
- #: ../modules/gadsense/admin/class-gadsense-admin.php:180
2268
  #, php-format
2269
  msgid "Limit to %d AdSense ads"
2270
  msgstr "Limiteer tot %d AdSense advertenties"
2271
 
2272
- #: ../modules/gadsense/admin/class-gadsense-admin.php:184
2273
  #, php-format
2274
  msgid ""
2275
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
@@ -2280,14 +2405,14 @@ msgstr ""
2280
  "title=\"Terms Of Service\">TOS</a> een limiet van %d vertoningen per "
2281
  "advertentie per pagina. U kunt deze limitatie op eigen risico uitschakelen."
2282
 
2283
- #: ../modules/gadsense/admin/class-gadsense-admin.php:187
2284
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2285
  msgstr ""
2286
  "Notificatie: Advanced Ads beschouwt alleen AdSense advertenties voor deze "
2287
  "limiet."
2288
 
2289
- #: ../modules/gadsense/admin/class-gadsense-admin.php:205 ..
2290
- #: modules/gadsense/includes/class-ad-type-adsense.php:73
2291
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2292
  msgstr "Het Publisher ID heeft een incorrect format. (moet starten met \"pub-\")"
2293
 
@@ -2352,7 +2477,7 @@ msgstr "Gebruik advertenties van uw Google AdSense account"
2352
  msgid "Your AdSense Publisher ID is missing."
2353
  msgstr "Uw AdSense Publisher ID ontbreekt."
2354
 
2355
- #: ../modules/gadsense/includes/class-gadsense-data.php:42
2356
  msgid "Auto"
2357
  msgstr "Automatisch"
2358
 
@@ -2361,84 +2486,84 @@ msgstr "Automatisch"
2361
  msgid "Advanced Ads Error: %s"
2362
  msgstr "Advanced Ads Foutmelding: %s"
2363
 
2364
- #: ../public/class-advanced-ads.php:515
2365
  msgctxt "ad group general name"
2366
  msgid "Ad Groups"
2367
  msgstr "Advertentiegroepen"
2368
 
2369
- #: ../public/class-advanced-ads.php:516
2370
  msgctxt "ad group singular name"
2371
  msgid "Ad Group"
2372
  msgstr "Advertentiegroep"
2373
 
2374
- #: ../public/class-advanced-ads.php:517
2375
  msgid "Search Ad Groups"
2376
  msgstr "Zoek advertentiegroepen"
2377
 
2378
- #: ../public/class-advanced-ads.php:518
2379
  msgid "All Ad Groups"
2380
  msgstr "Alle advertentiegroepen"
2381
 
2382
- #: ../public/class-advanced-ads.php:519
2383
  msgid "Parent Ad Groups"
2384
  msgstr "Bovenliggende advertentiegroepen"
2385
 
2386
- #: ../public/class-advanced-ads.php:520
2387
  msgid "Parent Ad Groups:"
2388
  msgstr "Bovenliggende advertentiegroepen:"
2389
 
2390
- #: ../public/class-advanced-ads.php:521
2391
  msgid "Edit Ad Group"
2392
  msgstr "Advertentiegroep bewerken"
2393
 
2394
- #: ../public/class-advanced-ads.php:522
2395
  msgid "Update Ad Group"
2396
  msgstr "Advertentiegroep bijwerken"
2397
 
2398
- #: ../public/class-advanced-ads.php:523
2399
  msgid "Add New Ad Group"
2400
  msgstr "Nieuwe advertentiegroep toevoegen"
2401
 
2402
- #: ../public/class-advanced-ads.php:524
2403
  msgid "New Ad Groups Name"
2404
  msgstr "Nieuwe advertentiegroep naam"
2405
 
2406
- #: ../public/class-advanced-ads.php:526
2407
  msgid "No Ad Group found"
2408
  msgstr "Geen advertentiegroep gevonden"
2409
 
2410
- #: ../public/class-advanced-ads.php:554 ../public/class-advanced-ads.php:558
2411
  msgid "New Ad"
2412
  msgstr "Nieuwe advertentie"
2413
 
2414
- #: ../public/class-advanced-ads.php:555
2415
  msgid "Add New Ad"
2416
  msgstr "Nieuwe advertentie toevoegen"
2417
 
2418
- #: ../public/class-advanced-ads.php:557
2419
  msgid "Edit Ad"
2420
  msgstr "Advertentie bewerken"
2421
 
2422
- #: ../public/class-advanced-ads.php:559
2423
  msgid "View"
2424
  msgstr "Bekijken"
2425
 
2426
- #: ../public/class-advanced-ads.php:560
2427
  msgid "View the Ad"
2428
  msgstr "Bekijk de advertentie"
2429
 
2430
- #: ../public/class-advanced-ads.php:561
2431
  msgid "Search Ads"
2432
  msgstr "Advertenties zoeken"
2433
 
2434
- #: ../public/class-advanced-ads.php:562
2435
  msgid "No Ads found"
2436
  msgstr "Geen advertenties gevonden"
2437
 
2438
- #: ../public/class-advanced-ads.php:563
2439
  msgid "No Ads found in Trash"
2440
  msgstr "Geen advertenties gevonden in de prullenbak"
2441
 
2442
- #: ../public/class-advanced-ads.php:564
2443
  msgid "Parent Ad"
2444
  msgstr "Bovenliggende advertentie"
3
  "Project-Id-Version: Advanved Ads\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
  "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
+ "PO-Revision-Date: Tue Sep 22 2015 08:31:35 GMT+0200 (CEST)\n"
7
+ "Last-Translator: admin <post@webzunft.de>\n"
8
  "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
9
  "Language: Dutch\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Loco-Target-Locale: nl_NL"
24
 
25
+ #. Name of the plugin
26
+ msgid "Advanced Ads"
27
+ msgstr ""
28
+
29
+ #. URI of the plugin
30
+ msgid "https://wpadvancedads.com"
31
+ msgstr ""
32
+
33
+ #. Description of the plugin
34
+ msgid "Manage and optimize your ads in WordPress"
35
+ msgstr ""
36
+
37
+ #. Author of the plugin
38
+ msgid "Thomas Maier"
39
+ msgstr ""
40
+
41
+ #. Author URI of the plugin
42
+ msgid "http://webgilde.com"
43
+ msgstr ""
44
+
45
+ #: ../admin/views/ad-submitbox-meta.php:10
46
+ msgid "Month"
47
+ msgstr ""
48
+
49
+ #: ../admin/views/ad-submitbox-meta.php:19
50
+ msgid "Day"
51
+ msgstr ""
52
+
53
+ #: ../admin/views/ad-submitbox-meta.php:20
54
+ msgid "Year"
55
+ msgstr ""
56
+
57
+ #: ../admin/views/ad-submitbox-meta.php:21
58
+ msgid "Hour"
59
+ msgstr ""
60
+
61
+ #: ../admin/views/ad-submitbox-meta.php:22
62
+ msgid "Minute"
63
+ msgstr ""
64
+
65
+ #: ../admin/views/ad-submitbox-meta.php:27
66
+ #, php-format
67
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
68
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
69
+ msgstr ""
70
+
71
+ #: ../admin/views/placements.php:113
72
+ msgid "Important Notice"
73
+ msgstr ""
74
+
75
+ #: ../admin/views/placements.php:113
76
+ msgid ""
77
+ "Your server is missing an extension. This might break the content injection."
78
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
79
+ "provider to enable <em>mbstring</em>."
80
+ msgstr ""
81
+
82
+ #: ../admin/views/placements.php:123
83
+ msgid "advanced options"
84
+ msgstr ""
85
+
86
+ #: ../admin/views/placements.php:131
87
+ msgctxt "checkbox to remove placement"
88
+ msgid "delete"
89
+ msgstr ""
90
+
91
+ #: ../admin/views/support.php:18
92
+ msgid "Possible Issues"
93
+ msgstr ""
94
+
95
+ #: ../admin/views/support.php:19
96
+ msgid ""
97
+ "Please fix the issues below or try to understand their consequences before "
98
+ "contacting support."
99
+ msgstr ""
100
+
101
+ #: ../admin/views/support.php:23
102
+ #, php-format
103
+ msgid ""
104
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
105
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
106
+ "Please ask your hosting provider for more information."
107
+ msgstr ""
108
+
109
+ #: ../admin/views/support.php:26
110
+ #, php-format
111
+ msgid ""
112
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
113
+ "rotation or visitor conditions might not work properly. Use the cache-"
114
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
115
+ "ads dynamically."
116
+ msgstr ""
117
+
118
+ #: ../admin/views/support.php:29
119
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
120
+ msgstr ""
121
+
122
+ #: ../admin/views/support.php:32
123
+ msgid "There are <strong>plugin updates available</strong>. Please update."
124
+ msgstr ""
125
+
126
+ #: ../admin/views/support.php:41
127
+ msgid ""
128
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
129
+ "site performance, it is known to alter code, including scripts from ad "
130
+ "networks. Please keep this in mind before asking for help about it."
131
+ msgstr ""
132
+
133
+ #: ../admin/views/notices/adblock.php:3
134
+ msgid ""
135
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
136
+ "ad setup."
137
+ msgstr ""
138
+
139
+ #: ../modules/gadsense/admin/admin.php:149
140
+ msgid "Activate Page-Level ads"
141
+ msgstr ""
142
+
143
+ #: ../modules/gadsense/admin/admin.php:169
144
+ #, php-format
145
+ msgid ""
146
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
147
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
148
+ msgstr ""
149
+
150
+ #: ../modules/gadsense/admin/admin.php:215
151
+ msgid "Insert Page-Level ads code on all pages."
152
+ msgstr ""
153
+
154
+ #: ../modules/gadsense/admin/admin.php:217
155
+ msgid ""
156
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
157
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
158
+ "target=\"_blank\">AdSense Help</a> for more information"
159
+ msgstr ""
160
+
161
+ #: ../admin/includes/class-overview-widgets.php:211 ../admin/views/ad-info-top.
162
+ #: php:30
163
+ #, fuzzy
164
+ msgid ""
165
+ "Fix ads to the browser while users are scrolling and create best performing "
166
+ "anchor ads."
167
+ msgstr ""
168
+ "Zet advertenties vast in de browser terwijl een gebruiker scrollt voor de "
169
+ "best presterende verankerde advertenties"
170
+
171
+ #: ../modules/gadsense/main.php:19
172
+ #, fuzzy
173
+ msgid " at "
174
+ msgstr "bij"
175
+
176
  #: ../admin/class-advanced-ads-admin.php:239
177
  msgid "Overview"
178
  msgstr "Overzicht"
180
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
181
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
182
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
183
+ #: php:182 ../classes/widget.php:83 ../public/class-advanced-ads.php:556
184
  msgid "Ads"
185
  msgstr "Advertenties"
186
 
187
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
188
+ #: admin/views/placements.php:175 ../classes/widget.php:76
189
  msgid "Ad Groups"
190
  msgstr "Advertentiegroep"
191
 
192
+ #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:529
193
  msgid "Groups"
194
  msgstr "Groepen"
195
 
263
  msgid "Visitor Conditions"
264
  msgstr "Bezoekersvoorwaarden"
265
 
266
+ #: ../admin/class-advanced-ads-admin.php:713 ../admin/class-advanced-ads-admin.
267
+ #: php:714
268
  msgid "Ad updated."
269
  msgstr "Advertentie bijgewerkt."
270
 
271
  #. translators: %s: date and time of the revision
272
+ #: ../admin/class-advanced-ads-admin.php:716
273
  #, php-format
274
  msgid "Ad restored to revision from %s"
275
  msgstr "Advertentie hersteld naar revisie %s"
276
 
277
+ #: ../admin/class-advanced-ads-admin.php:717
278
  msgid "Ad published."
279
  msgstr "Advertentie gepubliceerd."
280
 
281
+ #: ../admin/class-advanced-ads-admin.php:718
282
  msgid "Ad saved."
283
  msgstr "Advertentie opgeslagen."
284
 
285
+ #: ../admin/class-advanced-ads-admin.php:719
286
  msgid "Ad submitted."
287
  msgstr ""
288
  "Advertentie\n"
289
  " ingediend."
290
 
291
+ #: ../admin/class-advanced-ads-admin.php:721
292
  #, php-format
293
  msgid "Ad scheduled for: <strong>%1$s</strong>."
294
  msgstr "Advertentie is ingepland voor: <strong>%1$s</strong>."
295
 
296
  #. translators: Publish box date format, see http://php.net/date
297
+ #: ../admin/class-advanced-ads-admin.php:723
298
  msgid "M j, Y @ G:i"
299
  msgstr "d-m-Y @ H:i"
300
 
301
+ #: ../admin/class-advanced-ads-admin.php:725
302
  msgid "Ad draft updated."
303
  msgstr "Advertentie concept bijgewerkt."
304
 
305
+ #: ../admin/class-advanced-ads-admin.php:744
306
  #, php-format
307
  msgid "%s ad updated."
308
  msgid_plural "%s ads updated."
309
  msgstr[0] "%s advertentie bijgewerkt."
310
  msgstr[1] "%s advertenties bijgewerkt."
311
 
312
+ #: ../admin/class-advanced-ads-admin.php:745
313
  #, php-format
314
  msgid "%s ad not updated, somebody is editing it."
315
  msgid_plural "%s ads not updated, somebody is editing them."
319
  "bewerken\n"
320
  "."
321
 
322
+ #: ../admin/class-advanced-ads-admin.php:746
323
  #, php-format
324
  msgid "%s ad permanently deleted."
325
  msgid_plural "%s ads permanently deleted."
326
  msgstr[0] "%s advertentie permanent verwijderd."
327
  msgstr[1] "%s advertenties permanent verwijderd."
328
 
329
+ #: ../admin/class-advanced-ads-admin.php:747
330
  #, php-format
331
  msgid "%s ad moved to the Trash."
332
  msgid_plural "%s ads moved to the Trash."
333
  msgstr[0] "%s advertentie verplaatst naar de prullenbak."
334
  msgstr[1] "%s advertenties verplaatst naar de prullenbak."
335
 
336
+ #: ../admin/class-advanced-ads-admin.php:748
337
  #, php-format
338
  msgid "%s ad restored from the Trash."
339
  msgid_plural "%s ads restored from the Trash."
340
  msgstr[0] "%s advertentie teruggezet vanuit de prullenbak."
341
  msgstr[1] "%s advertenties teruggezet vanuit de prullenbak."
342
 
343
+ #: ../admin/class-advanced-ads-admin.php:783 ../admin/views/settings.php:12
344
  msgid "General"
345
  msgstr "Algemeen"
346
 
347
+ #: ../admin/class-advanced-ads-admin.php:795 ../admin/class-advanced-ads-admin.
348
+ #: php:891
349
  msgid "Licenses"
350
  msgstr "Licenties"
351
 
352
+ #: ../admin/class-advanced-ads-admin.php:806
353
  msgid "Disable ads"
354
  msgstr "Advertenties uitschakelen"
355
 
356
+ #: ../admin/class-advanced-ads-admin.php:814
357
  msgid "Hide ads for logged in users"
358
  msgstr "Advertenties verbergen voor ingelogde gebruikers"
359
 
360
+ #: ../admin/class-advanced-ads-admin.php:822
361
  msgid "Use advanced JavaScript"
362
  msgstr "Geavanceerde JavaScript gebruiken"
363
 
364
+ #: ../admin/class-advanced-ads-admin.php:830
365
  msgid "Unlimited ad injection"
366
  msgstr "Ongelimiteerde advertentie injectie"
367
 
368
+ #: ../admin/class-advanced-ads-admin.php:838
369
  msgid "Priority of content injection filter"
370
  msgstr "Prioriteit van content injectie filter"
371
 
372
+ #: ../admin/class-advanced-ads-admin.php:846
373
  msgid "Hide ads from bots"
374
  msgstr "Advertenties verbergen voor bots"
375
 
376
+ #: ../admin/class-advanced-ads-admin.php:854
377
  msgid "Disable notices"
378
  msgstr "Notificaties uitschakelen"
379
 
380
+ #: ../admin/class-advanced-ads-admin.php:862
381
  msgid "ID prefix"
382
  msgstr "ID voorvoegsel"
383
 
384
+ #: ../admin/class-advanced-ads-admin.php:870
385
  msgid "Remove Widget ID"
386
  msgstr "Widget ID verwijderen"
387
 
388
+ #: ../admin/class-advanced-ads-admin.php:945
389
  msgid "(display to all)"
390
  msgstr "(aan iedereen tonen)"
391
 
392
+ #: ../admin/class-advanced-ads-admin.php:946
393
  msgid "Subscriber"
394
  msgstr "Abonnee"
395
 
396
+ #: ../admin/class-advanced-ads-admin.php:947
397
  msgid "Contributor"
398
  msgstr "Schrijver"
399
 
400
+ #: ../admin/class-advanced-ads-admin.php:948
401
  msgid "Author"
402
  msgstr "Auteur"
403
 
404
+ #: ../admin/class-advanced-ads-admin.php:949
405
  msgid "Editor"
406
  msgstr "Redacteur"
407
 
408
+ #: ../admin/class-advanced-ads-admin.php:950
409
  msgid "Admin"
410
  msgstr "Beheerder"
411
 
412
+ #: ../admin/class-advanced-ads-admin.php:958
413
  msgid "Choose the lowest role a user must have in order to not see any ads."
414
  msgstr ""
415
  "Kies de laagste rol die een gebruiker moet hebben om geen advertenties te "
416
  "zien."
417
 
418
+ #: ../admin/class-advanced-ads-admin.php:972
419
  msgid ""
420
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
421
  "needs it."
423
  "<strong>Notificatie: </strong>het bestand is ingeschakeld door een add-on "
424
  "die het vereist. "
425
 
426
+ #: ../admin/class-advanced-ads-admin.php:975
427
  #, php-format
428
  msgid ""
429
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
434
  "target=\"_blank\">hier</a>). Functies en add-ons kunnen deze instelling "
435
  "overschrijven als dat nodig is."
436
 
437
+ #: ../admin/class-advanced-ads-admin.php:988
438
  msgid ""
439
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
440
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
449
  "van advertenties op dat soort pagina's toe te staan. GEBRUIKEN OP EIGEN "
450
  "RISICO!"
451
 
452
+ #: ../admin/class-advanced-ads-admin.php:1002
453
  msgid ""
454
  "Play with this value in order to change the priority of the injected ads "
455
  "compared to other auto injected elements in the post content."
458
  "advertenties veranderen ten opzichte van ander automatisch geïnjecteerde "
459
  "content en/of elementen."
460
 
461
+ #: ../admin/class-advanced-ads-admin.php:1015
462
  #, php-format
463
  msgid ""
464
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
469
  "het tellen van vertoningen voor bots als je gebruik maakt van de <a "
470
  "href=\"%s\" target=\"_blank\">Tracking Add-On</a>."
471
 
472
+ #: ../admin/class-advanced-ads-admin.php:1016
473
  msgid ""
474
  "Disabling this option only makes sense if your ads contain content you want "
475
  "to display to bots (like search engines) or your site is cached and bots "
479
  "bevatten die u wilt tonen aan bots (zoals zoekmachines) of uw website is "
480
  "gecached en bots een gecachete versie kunnen maken zonder advertenties."
481
 
482
+ #: ../admin/class-advanced-ads-admin.php:1029
483
  msgid ""
484
  "Disable internal notices like tips, tutorials, email newsletters and update "
485
  "notices. Disabling notices is recommended if you run multiple blogs with "
489
  "update notificaties uit. Het uitschakelen van deze notificaties is aan te "
490
  "raden als u al meerdere blogs heeft met Advanced Ads geïnstalleerd."
491
 
492
+ #: ../admin/class-advanced-ads-admin.php:1051
493
  msgid ""
494
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
495
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
499
  "Verander deze waarde als u wilt voorkomen dat <strong>ad blockers</strong> "
500
  "deze elementen blokkeert als zijnde advertenties."
501
 
502
+ #: ../admin/class-advanced-ads-admin.php:1072
503
  msgid ""
504
  "Remove the ID attribute from widgets in order to not make them an easy "
505
  "target of ad blockers."
507
  "Verwijder het ID attribuut van widgets om te voorkomen dat ze een makkelijk "
508
  "doelwit zijn voor ad blockers."
509
 
510
+ #: ../admin/class-advanced-ads-admin.php:1125
511
  msgid "Ad Details"
512
  msgstr "Advertentie details"
513
 
514
+ #: ../admin/class-advanced-ads-admin.php:1199
515
  msgid "Ad Settings"
516
  msgstr "Advertentie instellingen"
517
 
518
+ #: ../admin/class-advanced-ads-admin.php:1278 ../admin/views/overview.php:23
519
  msgid "Ads Dashboard"
520
  msgstr "Advertentie dashboard"
521
 
522
+ #: ../admin/class-advanced-ads-admin.php:1290
523
  msgid "From the ad optimization universe"
524
  msgstr "Van het advertentie-optimalisatie universum."
525
 
526
+ #: ../admin/class-advanced-ads-admin.php:1299
527
  msgid "Advanced Ads Tutorials"
528
  msgstr "Advanced Ads Tutorials"
529
 
530
+ #: ../admin/class-advanced-ads-admin.php:1310
531
  #, php-format
532
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
533
  msgstr "%d advertenties – <a href=\"%s\">bewerken</a> - <a href=\"%s\">nieuwe</a>"
534
 
535
+ #: ../admin/class-advanced-ads-admin.php:1321
536
  msgid "plugin manual and homepage"
537
  msgstr "plugin handleiding en voorpagina"
538
 
539
+ #: ../admin/class-advanced-ads-admin.php:1328
540
  msgid "Get the tutorial via email"
541
  msgstr "Verkrijg de tutorial via e-mail"
542
 
543
+ #: ../admin/class-advanced-ads-admin.php:1335
544
  msgid "Get AdSense tips via email"
545
  msgstr "Verkrijg AdSense tips via e-mail"
546
 
547
+ #: ../admin/class-advanced-ads-admin.php:1414
548
  msgid "Error while trying to register the license. Please contact support."
549
  msgstr ""
550
  "Er is een fout opgetreden tijdens de registratie van uw licentie. Neem "
551
  "alstublieft contact op met support."
552
 
553
+ #: ../admin/class-advanced-ads-admin.php:1420
554
  msgid "Please enter and save a valid license key first."
555
  msgstr "Voer alstublieft eerst een legitieme licentie in."
556
 
557
+ #: ../admin/class-advanced-ads-admin.php:1440
558
  #, php-format
559
  msgid "License is invalid. Reason: %s"
560
  msgstr "Licentie is niet legitiem. Namelijk: %s"
606
  msgstr "Toon advertenties met het hoogste gewicht/prioriteit eerst"
607
 
608
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
609
+ #: php:560
610
  msgid "Edit"
611
  msgstr "Bewerken"
612
 
1020
  msgid "Get the Responsive add-on"
1021
  msgstr "Neem de Responsive add-on"
1022
 
 
 
 
 
 
 
 
 
 
 
1023
  #: ../admin/includes/class-overview-widgets.php:212
1024
  msgid "position ads that don’t scroll with the screen"
1025
  msgstr "Positioneer advertenties die niet met het scherm mee scrollen"
1107
  "Ontdek hoe, en <strong>hoe u meer kunt verdienen met AdSense</strong> en "
1108
  "Advanced Ads door u in te schrijven voor deze nieuwsbrief."
1109
 
1110
+ #: ../admin/includes/notices.php:52 ../admin/views/support.php:35
1111
  #, php-format
1112
  msgid ""
1113
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
1130
  "vernieuw uw licentie voordat deze verloopt en ontvang en flinke korting op "
1131
  "<a href=\"%s\" target=\"_blank\">de add-on pagina</a>."
1132
 
1133
+ #: ../admin/includes/notices.php:62 ../admin/views/support.php:38
1134
  #, php-format
1135
  msgid ""
1136
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1253
  msgstr "Aantal advertenties dat simultaan zichtbaar is"
1254
 
1255
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
1256
+ #: 557
1257
  msgid "Ad"
1258
  msgstr "Advertentie"
1259
 
1541
  msgid "Set expiry date"
1542
  msgstr "Stel vervaldatum in"
1543
 
1544
+ #: ../admin/views/ad-submitbox-meta.php:14
1545
  #, php-format
1546
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1547
  msgid "%1$s-%2$s"
1548
  msgstr "%1$s-%2$s"
1549
 
 
 
 
 
 
 
1550
  #: ../admin/views/ad-visitor-metabox.php:4
1551
  msgid ""
1552
  "Display conditions that are based on the user. Use with caution on cached "
1792
  msgid "Item"
1793
  msgstr "Item"
1794
 
1795
+ #: ../admin/views/placements.php:69 ../admin/views/placements.php:173
1796
  msgid "--not selected--"
1797
  msgstr "--niet geselecteerd--"
1798
 
1812
  msgid "start counting from bottom"
1813
  msgstr "start met tellen van beneden"
1814
 
1815
+ #: ../admin/views/placements.php:137
 
 
 
 
1816
  msgid "Save Placements"
1817
  msgstr "Plaatsingen opslaan"
1818
 
1819
+ #: ../admin/views/placements.php:139
1820
  msgid "Create a new placement"
1821
  msgstr "Maak een nieuwe plaatsing"
1822
 
1823
+ #: ../admin/views/placements.php:140
1824
  msgid "New Placement"
1825
  msgstr "Nieuwe plaatsing"
1826
 
1827
+ #: ../admin/views/placements.php:146
1828
  msgid "Choose a placement type"
1829
  msgstr "Kies een plaatsingstype"
1830
 
1831
+ #: ../admin/views/placements.php:147
1832
  #, php-format
1833
  msgid ""
1834
  "Placement types define where the ad is going to be displayed. Learn more "
1838
  "meer informatie over plaatsingstypes kunt u de <a "
1839
  "href=\"$1%s\">handleiding</a> raadplegen."
1840
 
1841
+ #: ../admin/views/placements.php:164
1842
  msgid "Please select a placement type."
1843
  msgstr "Selecteer alstublieft een plaatsingstype"
1844
 
1845
+ #: ../admin/views/placements.php:166
1846
  msgid "Choose a Name"
1847
  msgstr "Kies een naam"
1848
 
1849
+ #: ../admin/views/placements.php:167
1850
  msgid ""
1851
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1852
  "one, e.g. <em>Below Post Headline</em>."
1854
  "De naam van een plaatsing is alleen zichtbaar voor u. Tip: kies een naam die "
1855
  "de plaatsing goed omschrijft. (Voorbeeld: <em>Onder bericht titel</em>)"
1856
 
1857
+ #: ../admin/views/placements.php:168
1858
  msgid "Placement Name"
1859
  msgstr "Plaatsing naam"
1860
 
1861
+ #: ../admin/views/placements.php:169
1862
  msgid "Please enter a name for your placement."
1863
  msgstr "Vul alstublieft de naam van uw plaatsing in."
1864
 
1865
+ #: ../admin/views/placements.php:170
1866
  msgid "Choose the Ad or Group"
1867
  msgstr "Kies de advertentie of advertentiegroep"
1868
 
1869
+ #: ../admin/views/placements.php:171
1870
  msgid "The ad or group that should be displayed."
1871
  msgstr "De advertentie of advertentiegroep die getoond moet worden."
1872
 
1873
+ #: ../admin/views/placements.php:190
1874
  msgid "Save New Placement"
1875
  msgstr "Nieuwe plaatsing opslaan"
1876
 
1984
  msgid "Email was successfully sent."
1985
  msgstr "De e-mail is succesvol verstuurd."
1986
 
1987
+ #: ../admin/views/support.php:11
1988
  msgid "Search"
1989
  msgstr "Zoeken"
1990
 
1991
+ #: ../admin/views/support.php:12
1992
  msgid ""
1993
  "Use the following form to search for solutions in the manual on "
1994
  "wpadvancedads.com"
1996
  "Gebruik het formulier om te zoeken naar oplossingen in de handleiding op "
1997
  "wpadvancedads.com"
1998
 
1999
+ #: ../admin/views/support.php:15
2000
  msgid "search"
2001
  msgstr "zoeken"
2002
 
2003
+ #: ../admin/views/support.php:51
2004
  msgid "Contact"
2005
  msgstr "Contact"
2006
 
2007
+ #: ../admin/views/support.php:52
2008
  #, php-format
2009
  msgid ""
2010
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
2014
  "pagina <a href=\"%s\" target=\"_blank\">Advertenties verschijnen niet?</a> "
2015
  "alvorens u contact opneemt voor ondersteuning. "
2016
 
2017
+ #: ../admin/views/support.php:57
2018
  msgid "your email"
2019
  msgstr "uw e-mailadres"
2020
 
2021
+ #: ../admin/views/support.php:61
2022
  msgid "your name"
2023
  msgstr "uw naam"
2024
 
2025
+ #: ../admin/views/support.php:65
2026
  msgid "your message"
2027
  msgstr "uw bericht"
2028
 
2029
+ #: ../admin/views/support.php:70
2030
  msgid "send"
2031
  msgstr "versturen"
2032
 
2353
  msgid "allow ads in secondary queries"
2354
  msgstr "sta advertenties toe in secundaire queries"
2355
 
2356
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2357
+ #: ad-parameters.php:51
 
 
 
 
 
2358
  msgid "Responsive"
2359
  msgstr "Responsive"
2360
 
2361
+ #: ../modules/gadsense/admin/admin.php:44
2362
  msgid "The ad details couldn't be retrieved from the ad code"
2363
  msgstr "De advertentiedetails konden niet worden opgehaald vanuit de advertentiecode"
2364
 
2365
+ #: ../modules/gadsense/admin/admin.php:45
2366
  msgid ""
2367
  "Warning : The AdSense account from this code does not match the one set with "
2368
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2373
  "problemen veroorzaken wanneer deze wordt gebruikt op de voorkant van de "
2374
  "website."
2375
 
2376
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:258
 
2377
  msgid "AdSense"
2378
  msgstr "AdSense"
2379
 
2380
+ #: ../modules/gadsense/admin/admin.php:131
2381
  msgid "AdSense ID"
2382
  msgstr "AdSense ID"
2383
 
2384
+ #: ../modules/gadsense/admin/admin.php:140
2385
  msgid "Limit to 3 ads"
2386
  msgstr "Limiteer tot 3 advertenties"
2387
 
2388
+ #: ../modules/gadsense/admin/admin.php:183
2389
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2390
  msgstr "Uw AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2391
 
2392
+ #: ../modules/gadsense/admin/admin.php:195
2393
  #, php-format
2394
  msgid "Limit to %d AdSense ads"
2395
  msgstr "Limiteer tot %d AdSense advertenties"
2396
 
2397
+ #: ../modules/gadsense/admin/admin.php:199
2398
  #, php-format
2399
  msgid ""
2400
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2405
  "title=\"Terms Of Service\">TOS</a> een limiet van %d vertoningen per "
2406
  "advertentie per pagina. U kunt deze limitatie op eigen risico uitschakelen."
2407
 
2408
+ #: ../modules/gadsense/admin/admin.php:202
2409
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2410
  msgstr ""
2411
  "Notificatie: Advanced Ads beschouwt alleen AdSense advertenties voor deze "
2412
  "limiet."
2413
 
2414
+ #: ../modules/gadsense/admin/admin.php:236 ../modules/gadsense/includes/class-ad-
2415
+ #: type-adsense.php:73
2416
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2417
  msgstr "Het Publisher ID heeft een incorrect format. (moet starten met \"pub-\")"
2418
 
2477
  msgid "Your AdSense Publisher ID is missing."
2478
  msgstr "Uw AdSense Publisher ID ontbreekt."
2479
 
2480
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
2481
  msgid "Auto"
2482
  msgstr "Automatisch"
2483
 
2486
  msgid "Advanced Ads Error: %s"
2487
  msgstr "Advanced Ads Foutmelding: %s"
2488
 
2489
+ #: ../public/class-advanced-ads.php:519
2490
  msgctxt "ad group general name"
2491
  msgid "Ad Groups"
2492
  msgstr "Advertentiegroepen"
2493
 
2494
+ #: ../public/class-advanced-ads.php:520
2495
  msgctxt "ad group singular name"
2496
  msgid "Ad Group"
2497
  msgstr "Advertentiegroep"
2498
 
2499
+ #: ../public/class-advanced-ads.php:521
2500
  msgid "Search Ad Groups"
2501
  msgstr "Zoek advertentiegroepen"
2502
 
2503
+ #: ../public/class-advanced-ads.php:522
2504
  msgid "All Ad Groups"
2505
  msgstr "Alle advertentiegroepen"
2506
 
2507
+ #: ../public/class-advanced-ads.php:523
2508
  msgid "Parent Ad Groups"
2509
  msgstr "Bovenliggende advertentiegroepen"
2510
 
2511
+ #: ../public/class-advanced-ads.php:524
2512
  msgid "Parent Ad Groups:"
2513
  msgstr "Bovenliggende advertentiegroepen:"
2514
 
2515
+ #: ../public/class-advanced-ads.php:525
2516
  msgid "Edit Ad Group"
2517
  msgstr "Advertentiegroep bewerken"
2518
 
2519
+ #: ../public/class-advanced-ads.php:526
2520
  msgid "Update Ad Group"
2521
  msgstr "Advertentiegroep bijwerken"
2522
 
2523
+ #: ../public/class-advanced-ads.php:527
2524
  msgid "Add New Ad Group"
2525
  msgstr "Nieuwe advertentiegroep toevoegen"
2526
 
2527
+ #: ../public/class-advanced-ads.php:528
2528
  msgid "New Ad Groups Name"
2529
  msgstr "Nieuwe advertentiegroep naam"
2530
 
2531
+ #: ../public/class-advanced-ads.php:530
2532
  msgid "No Ad Group found"
2533
  msgstr "Geen advertentiegroep gevonden"
2534
 
2535
+ #: ../public/class-advanced-ads.php:558 ../public/class-advanced-ads.php:562
2536
  msgid "New Ad"
2537
  msgstr "Nieuwe advertentie"
2538
 
2539
+ #: ../public/class-advanced-ads.php:559
2540
  msgid "Add New Ad"
2541
  msgstr "Nieuwe advertentie toevoegen"
2542
 
2543
+ #: ../public/class-advanced-ads.php:561
2544
  msgid "Edit Ad"
2545
  msgstr "Advertentie bewerken"
2546
 
2547
+ #: ../public/class-advanced-ads.php:563
2548
  msgid "View"
2549
  msgstr "Bekijken"
2550
 
2551
+ #: ../public/class-advanced-ads.php:564
2552
  msgid "View the Ad"
2553
  msgstr "Bekijk de advertentie"
2554
 
2555
+ #: ../public/class-advanced-ads.php:565
2556
  msgid "Search Ads"
2557
  msgstr "Advertenties zoeken"
2558
 
2559
+ #: ../public/class-advanced-ads.php:566
2560
  msgid "No Ads found"
2561
  msgstr "Geen advertenties gevonden"
2562
 
2563
+ #: ../public/class-advanced-ads.php:567
2564
  msgid "No Ads found in Trash"
2565
  msgstr "Geen advertenties gevonden in de prullenbak"
2566
 
2567
+ #: ../public/class-advanced-ads.php:568
2568
  msgid "Parent Ad"
2569
  msgstr "Bovenliggende advertentie"
languages/advanced-ads-pt_BR.mo CHANGED
Binary file
languages/advanced-ads-pt_BR.po CHANGED
@@ -1,1276 +1,2401 @@
1
- # Copyright (C) 2013 Thomas Maier, webgilde.com
2
- # This file is distributed under the same license as the Advanced_Ads package.
3
- msgid ""
4
- 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-28 20:07+0100\n"
8
- "PO-Revision-Date: 2015-01-31 20:18-0300\n"
9
- "Last-Translator: projetos@clinimkt.com.br <projetos@clinimkt.com.br>\n"
10
- "Language-Team: webgilde <thomas.maier@webgilde.com>\n"
11
- "Language: en\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.7.3\n"
16
- "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Poedit-SourceCharset: UTF-8\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: admin/class-advanced-ads-admin.php:194
23
- #, php-format
24
- msgid "Advanced Ads Update: Auto injections are now managed through placements. Please convert these ads with auto injections: %s"
25
- msgstr ""
26
-
27
- #: admin/class-advanced-ads-admin.php:208
28
- msgid "Overview"
29
- msgstr "Visão geral"
30
-
31
- #: admin/class-advanced-ads-admin.php:208 classes/widget.php:21
32
- msgid "Advanced Ads"
33
- msgstr ""
34
-
35
- #: admin/class-advanced-ads-admin.php:212 admin/includes/class-ad-groups-list-table.php:191 admin/views/overview.php:12 admin/views/placements.php:91 classes/widget.php:66 public/class-advanced-ads.php:566
36
- msgid "Ads"
37
- msgstr "Banners"
38
-
39
- #: admin/class-advanced-ads-admin.php:216 admin/views/placements.php:84 classes/widget.php:59
40
- msgid "Ad Groups"
41
- msgstr "Grupos"
42
-
43
- #: admin/class-advanced-ads-admin.php:216 admin/views/overview.php:40 public/class-advanced-ads.php:540
44
- msgid "Groups"
45
- msgstr "Grupos"
46
-
47
- #: admin/class-advanced-ads-admin.php:221 admin/views/debug.php:19
48
- msgid "Ad Placements"
49
- msgstr "Locais"
50
-
51
- #: admin/class-advanced-ads-admin.php:221 admin/views/overview.php:66 admin/views/placements.php:47
52
- msgid "Placements"
53
- msgstr "Locais"
54
-
55
- #: admin/class-advanced-ads-admin.php:225
56
- msgid "Advanced Ads Settings"
57
- msgstr "Configurações"
58
-
59
- #: admin/class-advanced-ads-admin.php:225 admin/class-advanced-ads-admin.php:403 admin/views/debug.php:13
60
- msgid "Settings"
61
- msgstr "Configurações"
62
-
63
- #: admin/class-advanced-ads-admin.php:228
64
- msgid "Advanced Ads Debugging"
65
- msgstr "Debug de Banners"
66
-
67
- #: admin/class-advanced-ads-admin.php:228
68
- msgid "Debug"
69
- msgstr ""
70
-
71
- #: admin/class-advanced-ads-admin.php:272
72
- msgid "Placements updated"
73
- msgstr "Locais atualizados"
74
-
75
- #: admin/class-advanced-ads-admin.php:316 admin/class-advanced-ads-admin.php:343
76
- msgid "Sorry, you are not allowed to access this feature."
77
- msgstr "Desculpe, você não tem permissão para acessar esta função."
78
-
79
- #: admin/class-advanced-ads-admin.php:329
80
- msgid "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was deleted?"
81
- msgstr "Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
82
-
83
- #: admin/class-advanced-ads-admin.php:428
84
- msgid "Ad Type"
85
- msgstr "Tipo de banner"
86
-
87
- #: admin/class-advanced-ads-admin.php:431
88
- msgid "Ad Parameters"
89
- msgstr "Parâmetros do banner"
90
-
91
- #: admin/class-advanced-ads-admin.php:434
92
- msgid "Layout / Output"
93
- msgstr "Layout / Exibição"
94
-
95
- #: admin/class-advanced-ads-admin.php:437
96
- msgid "Display Conditions"
97
- msgstr "Condições de exibição"
98
-
99
- #: admin/class-advanced-ads-admin.php:440
100
- #, fuzzy
101
- msgid "Visitor Conditions"
102
- msgstr "Condições para visitantes"
103
-
104
- #: admin/class-advanced-ads-admin.php:443
105
- msgid "Auto injection"
106
- msgstr "Autoinjeção"
107
-
108
- #: admin/class-advanced-ads-admin.php:609
109
- msgid "General"
110
- msgstr "Geral"
111
-
112
- #: admin/class-advanced-ads-admin.php:617
113
- msgid "Disable ads"
114
- msgstr "Desativar banners"
115
-
116
- #: admin/class-advanced-ads-admin.php:625
117
- msgid "Hide ads for logged in users"
118
- msgstr "Não exibir banners para usuários logados"
119
-
120
- #: admin/class-advanced-ads-admin.php:633
121
- msgid "Use advanced JavaScript"
122
- msgstr "Usar JavaScript avançado"
123
-
124
- #: admin/class-advanced-ads-admin.php:680
125
- msgid "(display to all)"
126
- msgstr "(exibir para todos)"
127
-
128
- #: admin/class-advanced-ads-admin.php:681
129
- msgid "Subscriber"
130
- msgstr "Assinante"
131
-
132
- #: admin/class-advanced-ads-admin.php:682
133
- msgid "Contributor"
134
- msgstr "Contribuidor"
135
-
136
- #: admin/class-advanced-ads-admin.php:683
137
- msgid "Author"
138
- msgstr "Autor"
139
-
140
- #: admin/class-advanced-ads-admin.php:684
141
- msgid "Editor"
142
- msgstr "Editor"
143
-
144
- #: admin/class-advanced-ads-admin.php:685
145
- msgid "Admin"
146
- msgstr "Administrador"
147
-
148
- #: admin/class-advanced-ads-admin.php:693
149
- msgid "Choose the lowest role a user must have in order to not see any ads."
150
- msgstr "Escolha o nível de usuário mais baixo para não ver os banners."
151
-
152
- #: admin/class-advanced-ads-admin.php:706
153
- #, php-format
154
- msgid "Only enable this if you can and want to use the advanced JavaScript functions described <a href=\"%s\">here</a>."
155
- msgstr "Somente ative esta função se você usar <a href=\"%s\">JavaScript avançado</a>"
156
-
157
- #: admin/class-advanced-ads-admin.php:753
158
- msgid "Ad Details"
159
- msgstr "Detalhes do banner"
160
-
161
- #: admin/class-advanced-ads-admin.php:806
162
- msgid "Ad Settings"
163
- msgstr "Configurações do banner"
164
-
165
- #: admin/class-advanced-ads-admin.php:881
166
- msgid "Ads Dashboard"
167
- msgstr "Painel de banners"
168
-
169
- #: admin/class-advanced-ads-admin.php:892
170
- msgid "Tutorials and News"
171
- msgstr "Tutoriais e novidades"
172
-
173
- #: admin/class-advanced-ads-admin.php:902
174
- #, php-format
175
- msgid "%d ads <a href=\"%s\">manage</a> <a href=\"%s\">new</a>"
176
- msgstr "%d banners <a href=\"%s\">gerenciar</a> <a href=\"%s\">novo</a>"
177
-
178
- #: admin/class-advanced-ads-admin.php:913
179
- msgid "plugin manual and homepage"
180
- msgstr "manual e página do plugin"
181
-
182
- #: admin/class-advanced-ads-admin.php:917
183
- msgid "From the ad optimization universe"
184
- msgstr "Universo de otimizações de banners"
185
-
186
- #: admin/includes/class-ad-groups-list-table.php:57
187
- #, fuzzy, php-format
188
- msgid "Select %s"
189
- msgstr "Selecione %s"
190
-
191
- #: admin/includes/class-ad-groups-list-table.php:94
192
- #, php-format
193
- msgid "Edit &#8220;%s&#8221;"
194
- msgstr "Editar &#8220;%s&#8221;"
195
-
196
- #: admin/includes/class-ad-groups-list-table.php:99 admin/includes/class-ad-groups-list-table.php:167 public/class-advanced-ads.php:570
197
- #, fuzzy
198
- msgid "Edit"
199
- msgstr "Editar"
200
-
201
- #: admin/includes/class-ad-groups-list-table.php:108
202
- msgid "Delete"
203
- msgstr "Apagar"
204
-
205
- #: admin/includes/class-ad-groups-list-table.php:162
206
- msgid "Ad weight"
207
- msgstr "Peso do banner"
208
-
209
- #: admin/includes/class-ad-groups-list-table.php:188 admin/views/placements.php:40 admin/views/placements.php:64
210
- msgid "ID"
211
- msgstr "ID"
212
-
213
- #: admin/includes/class-ad-groups-list-table.php:189
214
- msgid "Ad Group"
215
- msgstr "Grupo"
216
-
217
- #: admin/includes/class-ad-groups-list-table.php:190
218
- msgid "Slug"
219
- msgstr ""
220
-
221
- #: admin/includes/class-display-condition-callbacks.php:28
222
- msgid "Display on all public <strong>post types</strong>."
223
- msgstr "Exibir todos os <strong>tipos de conteúdos</strong> públicos."
224
-
225
- #: admin/includes/class-display-condition-callbacks.php:31 includes/array_ad_conditions.php:34
226
- msgid "Choose the public post types on which to display the ad."
227
- msgstr "Escolha o tipo de conteúdo para exibir o banner"
228
-
229
- #: admin/includes/class-display-condition-callbacks.php:86
230
- msgid "Display for all <strong>categories, tags and taxonomies</strong>."
231
- msgstr "Exibir para todas as <strong>categorias, tags e taxonomias</strong>."
232
-
233
- #: admin/includes/class-display-condition-callbacks.php:88
234
- msgid "Display here"
235
- msgstr "Exibir aqui"
236
-
237
- #: admin/includes/class-display-condition-callbacks.php:88
238
- msgid "Choose terms from public categories, tags and other taxonomies a post must belong to in order to have ads."
239
- msgstr "Escolha os termos das categorias, tags e outras taxonomias um post deve pertencer para EXIBIR um banner"
240
-
241
- #: admin/includes/class-display-condition-callbacks.php:121 admin/includes/class-display-condition-callbacks.php:208
242
- #, fuzzy
243
- msgid "Hide from here"
244
- msgstr "Esconder aqui"
245
-
246
- #: admin/includes/class-display-condition-callbacks.php:121
247
- msgid "Choose the terms from public categories, tags and other taxonomies a post must belong to hide the ad from it."
248
- msgstr "Escolha os termos das categorias, tags e outras taxonomias um post deve pertencer para ESCONDER um banner"
249
-
250
- #: admin/includes/class-display-condition-callbacks.php:172
251
- msgid "Display on all <strong>category archive pages</strong>."
252
- msgstr "Exibir em todas as <strong>páginas de categorias</strong>."
253
-
254
- #: admin/includes/class-display-condition-callbacks.php:175
255
- msgid "Choose the terms from public categories, tags and other taxonomies on which's archive page ads can appear"
256
- msgstr "Escolha os termos de categorias, tags e taxonomias onde as páginas de arquivos PODEM exibir banners"
257
-
258
- #: admin/includes/class-display-condition-callbacks.php:208
259
- msgid "Choose the terms from public categories, tags and other taxonomies on which's archive pages ads are hidden."
260
- msgstr "Escolha os termos de categorias, tags e taxonomias onde as páginas de arquivos NÃO PODEM exibir banners"
261
-
262
- #: admin/includes/class-display-condition-callbacks.php:246
263
- msgid "Display an all <strong>individual posts, pages</strong> and public post type pages"
264
- msgstr "Exibir em todos os <strong>posts e páginas</strong> e páginas de tipos de conteúdo"
265
-
266
- #: admin/includes/class-display-condition-callbacks.php:249 includes/array_ad_conditions.php:52
267
- msgid "Choose on which individual posts, pages and public post type pages you want to display or hide ads."
268
- msgstr "Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder banners"
269
-
270
- #: admin/includes/class-display-condition-callbacks.php:266
271
- msgid "What should happen with ads on the list of individual posts below?"
272
- msgstr "O que deve acontecer com os banners da lista de posts abaixo?"
273
-
274
- #: admin/includes/class-display-condition-callbacks.php:267
275
- #, fuzzy
276
- msgid "ignore the list"
277
- msgstr "ignorar lists"
278
-
279
- #: admin/includes/class-display-condition-callbacks.php:268
280
- #, fuzzy
281
- msgid "display the ad only there"
282
- msgstr "exibir o banner somente aqui"
283
-
284
- #: admin/includes/class-display-condition-callbacks.php:269
285
- #, fuzzy
286
- msgid "hide the ad here"
287
- msgstr "esconder banner aqui"
288
-
289
- #: admin/includes/class-display-condition-callbacks.php:277
290
- #, fuzzy
291
- msgid "Update warning"
292
- msgstr "Alerta de atualização"
293
-
294
- #: admin/includes/class-display-condition-callbacks.php:278
295
- msgid ""
296
- "Due to some conflicts before version 1.2.6, it is from now on only possible to choose either individual pages to include or exclude an ad, but not both with mixed settings. It seems you are still using mixed settings on this page. "
297
- "Please consider changing your setup for this ad."
298
- msgstr ""
299
-
300
- #: admin/includes/class-display-condition-callbacks.php:279
301
- #, fuzzy
302
- msgid "Your old values are:"
303
- msgstr "Seus valores antigos são:"
304
-
305
- #: admin/includes/class-display-condition-callbacks.php:280
306
- msgid "Post IDs the ad is displayed on:"
307
- msgstr "IDs de conteúdos onde os banners são exibidos:"
308
-
309
- #: admin/includes/class-display-condition-callbacks.php:281
310
- msgid "Post IDs the ad is hidden from:"
311
- msgstr "IDs dos conteúdos onde os banners NÃO são exibidos:"
312
-
313
- #: admin/includes/class-display-condition-callbacks.php:282
314
- msgid "Below you find the pages the ad is displayed on. If this is ok, just save the ad. If not, please update your settings."
315
- msgstr "Abaixo você encotra as páginas que o banner é exibido. Se isto está correto, apenas salve o banner. Senão, altere as configurações."
316
-
317
- #: admin/includes/class-display-condition-callbacks.php:322
318
- #, fuzzy
319
- msgid "new"
320
- msgstr "novo"
321
-
322
- #: admin/includes/class-display-condition-callbacks.php:324
323
- msgid "type the title"
324
- msgstr "tipo o título"
325
-
326
- #: admin/includes/class-list-table.php:186
327
- #, fuzzy
328
- msgid "No items found."
329
- msgstr "Nenhum item encontrado."
330
-
331
- #: admin/includes/class-list-table.php:310
332
- msgid "Bulk Actions"
333
- msgstr "Ações em massa"
334
-
335
- #: admin/includes/class-list-table.php:320
336
- msgid "Apply"
337
- msgstr "Aplicar"
338
-
339
- #: admin/includes/class-list-table.php:404
340
- #, fuzzy
341
- msgid "Show all dates"
342
- msgstr "(Exibir todas as datas)"
343
-
344
- #: admin/includes/class-list-table.php:417
345
- #, php-format
346
- msgid "%1$s %2$d"
347
- msgstr ""
348
-
349
- #: admin/includes/class-list-table.php:433
350
- #, fuzzy
351
- msgid "List View"
352
- msgstr "Visão de lista"
353
-
354
- #: admin/includes/class-list-table.php:434
355
- #, fuzzy
356
- msgid "Excerpt View"
357
- msgstr "Visão com resumo"
358
-
359
- #: admin/includes/class-list-table.php:460
360
- #, fuzzy, php-format
361
- msgid "%s pending"
362
- msgstr "%s pendente"
363
-
364
- #: admin/includes/class-list-table.php:528 admin/includes/class-list-table.php:943
365
- #, php-format
366
- msgid "1 item"
367
- msgid_plural "%s items"
368
- msgstr[0] "1 item"
369
- msgstr[1] "%s itens"
370
-
371
- #: admin/includes/class-list-table.php:546
372
- msgid "Go to the first page"
373
- msgstr "Vá para a página principal"
374
-
375
- #: admin/includes/class-list-table.php:553
376
- msgid "Go to the previous page"
377
- msgstr "Vá para a página anterior"
378
-
379
- #: admin/includes/class-list-table.php:562
380
- msgid "Current page"
381
- msgstr "Página atual"
382
-
383
- #: admin/includes/class-list-table.php:568
384
- #, fuzzy, php-format
385
- msgctxt "paging"
386
- msgid "%1$s of %2$s"
387
- msgstr "%1$s de %2$s"
388
-
389
- #: admin/includes/class-list-table.php:572
390
- msgid "Go to the next page"
391
- msgstr "Próxima página"
392
-
393
- #: admin/includes/class-list-table.php:579
394
- #, fuzzy
395
- msgid "Go to the last page"
396
- msgstr "Última página"
397
-
398
- #: admin/includes/class-list-table.php:715
399
- #, fuzzy
400
- msgid "Select All"
401
- msgstr "(Selecionar tudo)"
402
-
403
- #: admin/views/ad-display-metabox.php:6
404
- msgid "Choose where to display the ad and where to hide it."
405
- msgstr "Escolha onde exibir o banner e onde escondê-lo."
406
-
407
- #: admin/views/ad-display-metabox.php:9
408
- #, fuzzy
409
- msgid "Display ad everywhere"
410
- msgstr "Exibir em todos os lugares"
411
-
412
- #: admin/views/ad-display-metabox.php:10
413
- #, fuzzy
414
- msgid "Set display conditions"
415
- msgstr "Defina as condições de exibição"
416
-
417
- #: admin/views/ad-display-metabox.php:14
418
- msgid "If you want to display the ad everywhere, don't do anything here. "
419
- msgstr "Se você quer exibir o banner em todo lugar, não faça nada aqui."
420
-
421
- #: admin/views/ad-display-metabox.php:15
422
- msgid "The fewer conditions you enter, the better the performance will be."
423
- msgstr "Quento menos opções, melhor a performance."
424
-
425
- #: admin/views/ad-display-metabox.php:16
426
- #, php-format
427
- msgid "Learn more about display conditions from the <a href=\"%s\" target=\"_blank\">manual</a>."
428
- msgstr "Aprenda mais sobre condições de exibição no <a href=\"%s\" target=\"_blank\">manual</a>."
429
-
430
- #: admin/views/ad-display-metabox.php:32
431
- #, fuzzy
432
- msgid "Other conditions"
433
- msgstr "Outras condições"
434
-
435
- #: admin/views/ad-display-metabox.php:33
436
- msgid "When using one of the two choices on checkbox conditions, the rule is binding. E.g. \"Front Page: show\" will result on the ad being only visible on the front page."
437
- msgstr "Quando usar uma das duas opções de condição, a regra é aplicada."
438
-
439
- #: admin/views/ad-display-metabox.php:38
440
- #, fuzzy
441
- msgid "show"
442
- msgstr "exibir"
443
-
444
- #: admin/views/ad-display-metabox.php:39
445
- #, fuzzy
446
- msgid "hide"
447
- msgstr "esconder"
448
-
449
- #: admin/views/ad-display-metabox.php:59
450
- #, fuzzy
451
- msgid "clear"
452
- msgstr "limpar"
453
-
454
- #: admin/views/ad-display-metabox.php:66
455
- #, fuzzy
456
- msgid "show debug output"
457
- msgstr "exibir saída debug"
458
-
459
- #: admin/views/ad-display-metabox.php:67
460
- msgid "Values saved for this ad in the database (post metas)"
461
- msgstr "Os valores para este banner são salvos na tabela de metadados de post"
462
-
463
- #: admin/views/ad-group-ads-inline-form.php:10
464
- msgctxt "ad group ads form"
465
- msgid "weight"
466
- msgstr "peso"
467
-
468
- #: admin/views/ad-group-ads-inline-form.php:24
469
- msgid "Cancel"
470
- msgstr "Cancelar"
471
-
472
- #: admin/views/ad-group-ads-inline-form.php:25 admin/views/ad-group-edit.php:70 classes/ad_type_content.php:68 classes/ad_type_content.php:69
473
- #, fuzzy
474
- msgid "Update"
475
- msgstr "Atualizar"
476
-
477
- #: admin/views/ad-group-ads-inline-form.php:33
478
- msgid "There are no ads in this group"
479
- msgstr "Não existem banners neste grupo"
480
-
481
- #: admin/views/ad-group-edit.php:14
482
- msgid "You did not select an item for editing."
483
- msgstr "Você não selecionou um item para editar"
484
-
485
- #: admin/views/ad-group-edit.php:33
486
- #, fuzzy
487
- msgctxt "Taxonomy Name"
488
- msgid "Name"
489
- msgstr "Nome"
490
-
491
- #: admin/views/ad-group-edit.php:38
492
- msgctxt "Taxonomy Slug"
493
- msgid "Slug"
494
- msgstr ""
495
-
496
- #: admin/views/ad-group-edit.php:40
497
- msgid "An id-like string with only letters in lower case, numbers, and hyphens."
498
- msgstr "Um estilo de Slug, apenas letras, números e hífen."
499
-
500
- #: admin/views/ad-group-edit.php:45
501
- #, fuzzy
502
- msgctxt "Taxonomy Parent"
503
- msgid "Parent"
504
- msgstr "Taxonomia mãe"
505
-
506
- #: admin/views/ad-group-edit.php:48 admin/views/ad-group-edit.php:50
507
- msgid "None"
508
- msgstr "Nenhum"
509
-
510
- #: admin/views/ad-group-edit.php:56
511
- msgctxt "Taxonomy Description"
512
- msgid "Description"
513
- msgstr "Descrição"
514
-
515
- #: admin/views/ad-group-edit.php:68
516
- msgid "Create new Ad Group"
517
- msgstr "Criar um novo grupo"
518
-
519
- #: admin/views/ad-group.php:33
520
- msgid "Ad Group added."
521
- msgstr "Grupo de banner adicionado."
522
-
523
- #: admin/views/ad-group.php:34 admin/views/ad-group.php:38
524
- msgid "Ad Group deleted."
525
- msgstr "Grupo de banner apagado."
526
-
527
- #: admin/views/ad-group.php:35
528
- msgid "Ad Group updated."
529
- msgstr "Grupo de banner atualizado."
530
-
531
- #: admin/views/ad-group.php:36
532
- msgid "Ad Group not added."
533
- msgstr "Grupo de banner não adicionado."
534
-
535
- #: admin/views/ad-group.php:37
536
- msgid "Ad Group not updated."
537
- msgstr "Grupo de banner não atualizado."
538
-
539
- #: admin/views/ad-group.php:55
540
- #, php-format
541
- msgid "Search results for &#8220;%s&#8221;"
542
- msgstr "Resultado da pesquisa para &#8220;%s&#8221;"
543
-
544
- #: admin/views/ad-group.php:61
545
- msgid ""
546
- "Ad Groups are a very flexible method to bundle ads. You can use them to display random ads in the frontend or run split tests, but also just for informational purposes. Not only can an Ad Groups have multiple ads, but an ad can belong "
547
- "to multiple ad groups."
548
- msgstr "Grupo são uma forma flexível de agrupar banners. Você pode usá-lo para exibir randomicamente ou em partes, mas também apenas com objetivos informativos. Um grupo pode ter vários banners, mas banners pode pertencer a vários grupos."
549
-
550
- #: admin/views/ad-group.php:69
551
- msgid "How to display an Ad Group?"
552
- msgstr "Como exibir um Grupo?"
553
-
554
- #: admin/views/ad-group.php:71
555
- #, php-format
556
- msgid "Examples on how to display an ad group? Find more help and examples in the <a href=\"%s\" target=\"_blank\">manual</a>"
557
- msgstr "Exemplos de como exibir um banner? Encontre ajuda no<a href=\"%s\" target=\"_blank\">manual</a>"
558
-
559
- #: admin/views/ad-group.php:72 admin/views/ad_info.php:6 admin/views/placements.php:51
560
- msgid "shortcode"
561
- msgstr ""
562
-
563
- #: admin/views/ad-group.php:73
564
- msgid "To display an ad group with the ID 6 in content fields"
565
- msgstr "Para exibir um Grupo com ID 6 num campo de conteúdo"
566
-
567
- #: admin/views/ad-group.php:75 admin/views/ad_info.php:9 admin/views/placements.php:54
568
- msgid "template"
569
- msgstr ""
570
-
571
- #: admin/views/ad-group.php:76
572
- msgid "To display an ad group with the ID 6 in template files"
573
- msgstr "Para exibir um Grupo com ID 6 num arquivo de template"
574
-
575
- #: admin/views/ad-inject-metabox.php:1
576
- msgid "Include ads on specific places automatically without shortcodes or functions."
577
- msgstr "Inclua banners em lugares específicos automaticamente sem shortcodes ou funções."
578
-
579
- #: admin/views/ad-inject-metabox.php:4 admin/views/ad-inject-metabox.php:32
580
- msgid "This feature is now provided through placements. Please convert the settings made here to placements."
581
- msgstr "Essa função é provida por Locais (placements). Converta as configurações aqui para Locais."
582
-
583
- #: admin/views/ad-inject-metabox.php:10
584
- msgid "Include in Header (before closing </head> Tag, probably not visible)"
585
- msgstr "Inclua no cabeçalho (antes de fechar a tag </head>)"
586
-
587
- #: admin/views/ad-inject-metabox.php:16
588
- msgid "Include in Footer (before closing </body> Tag)"
589
- msgstr "Inclua no rodapé"
590
-
591
- #: admin/views/ad-inject-metabox.php:22
592
- msgid "Include before the post content"
593
- msgstr "Inclua antes do conteúdo do post"
594
-
595
- #: admin/views/ad-inject-metabox.php:28
596
- msgid "Include after the post content"
597
- msgstr "Inclua após o conteúdo do post"
598
-
599
- #: admin/views/ad-main-metabox.php:3
600
- msgid "No ad types defined"
601
- msgstr "Nenhum tipo de banner definido"
602
-
603
- #: admin/views/ad-output-metabox.php:1
604
- msgid "Everything connected to the ads layout and output."
605
- msgstr "Tudo conectado ao layout dos banners e saída para exibição."
606
-
607
- #: admin/views/ad-output-metabox.php:5
608
- msgid "Position"
609
- msgstr "Posição"
610
-
611
- #: admin/views/ad-output-metabox.php:6
612
- msgid "- default -"
613
- msgstr "- padrão -"
614
-
615
- #: admin/views/ad-output-metabox.php:7 admin/views/placements.php:75 classes/ad_placements.php:31
616
- msgid "default"
617
- msgstr "padrão"
618
-
619
- #: admin/views/ad-output-metabox.php:8
620
- msgid "left"
621
- msgstr "esquerda"
622
-
623
- #: admin/views/ad-output-metabox.php:11
624
- msgid "center"
625
- msgstr "centro"
626
-
627
- #: admin/views/ad-output-metabox.php:14
628
- msgid "right"
629
- msgstr "direita"
630
-
631
- #: admin/views/ad-output-metabox.php:19
632
- msgid "Check this if you don't want the following elements to float around the ad. (adds a clearfix)"
633
- msgstr "Marque isso se você não quer elementos flutuando no entorno do banner."
634
-
635
- #: admin/views/ad-output-metabox.php:22
636
- msgid "Margin"
637
- msgstr "Margem"
638
-
639
- #: admin/views/ad-output-metabox.php:23
640
- msgid "top:"
641
- msgstr "topo:"
642
-
643
- #: admin/views/ad-output-metabox.php:25
644
- msgid "right:"
645
- msgstr "direita:"
646
-
647
- #: admin/views/ad-output-metabox.php:27
648
- msgid "bottom:"
649
- msgstr "abaixo:"
650
-
651
- #: admin/views/ad-output-metabox.php:29
652
- msgid "left:"
653
- msgstr "esquerda:"
654
-
655
- #: admin/views/ad-output-metabox.php:31
656
- msgid "tip: use this to add a margin around the ad"
657
- msgstr "dica: use isso para criar margem em torno do banner"
658
-
659
- #: admin/views/ad-parameters-metabox.php:15
660
- msgid "size:"
661
- msgstr "tamanho:"
662
-
663
- #: admin/views/ad-parameters-metabox.php:16
664
- msgid "width"
665
- msgstr "largura"
666
-
667
- #: admin/views/ad-parameters-metabox.php:17
668
- msgid "height"
669
- msgstr "altura"
670
-
671
- #: admin/views/ad-submitbox-meta.php:4
672
- msgid "Set expiry date"
673
- msgstr "Defina a data de expiração"
674
-
675
- #: admin/views/ad-submitbox-meta.php:11
676
- #, fuzzy, php-format
677
- msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
678
- msgid "%1$s-%2$s"
679
- msgstr "%1$s-%2$s"
680
-
681
- #: admin/views/ad-submitbox-meta.php:20
682
- #, fuzzy, php-format
683
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year"
684
- msgid "%1$s %2$s, %3$s"
685
- msgstr "%1$s %2$s, %3$s"
686
-
687
- #: admin/views/ad-visitor-metabox.php:1
688
- msgid "Display conditions that are based on the user. Use with caution on cached websites."
689
- msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
690
-
691
- #: admin/views/ad-visitor-metabox.php:8
692
- #, fuzzy
693
- msgid "Display on all devices"
694
- msgstr "Exibir em todos os dispositivos"
695
-
696
- #: admin/views/ad-visitor-metabox.php:12
697
- msgid "only on mobile devices"
698
- msgstr "somente em smartphones"
699
-
700
- #: admin/views/ad-visitor-metabox.php:16
701
- msgid "not on mobile devices"
702
- msgstr "menos em smartphones"
703
-
704
- #: admin/views/ad_info.php:1
705
- #, fuzzy, php-format
706
- msgid "Ad Id: %s"
707
- msgstr "Banner ID: %s"
708
-
709
- #: admin/views/ad_info.php:2
710
- msgid "How to use this Ad?"
711
- msgstr "Como usar este banner?"
712
-
713
- #: admin/views/ad_info.php:5
714
- #, php-format
715
- msgid "How to display the ad directly? Find more help and examples in the <a href=\"%s\" target=\"_blank\">manual</a>"
716
- msgstr "Como exibir o banner diretamente? Aprenda mais no <a href=\"%s\" target=\"_blank\">manual</a>"
717
-
718
- #: admin/views/ad_info.php:7
719
- msgid "To display an ad in content fields"
720
- msgstr "Para exibir um banner no campo de conteúdo"
721
-
722
- #: admin/views/ad_info.php:10
723
- msgid "To display an ad in template files"
724
- msgstr "Para exibir um banner num arquivo de template"
725
-
726
- #: admin/views/debug.php:8
727
- msgid "Work in progress"
728
- msgstr "Trabalho em andamento"
729
-
730
- #: admin/views/debug.php:9
731
- msgid "This screen is work in progress. You can use the information if you understand them, but there is nothing to do here yet."
732
- msgstr ""
733
-
734
- #: admin/views/debug.php:16
735
- msgid "Ad Condition Overview"
736
- msgstr "Visão geral de condições do banner"
737
-
738
- #: admin/views/overview.php:13
739
- msgid "Ads are the smallest unit, containing the content or a single ad to be displayed."
740
- msgstr "Banners são as menores unidades, contém o banner."
741
-
742
- #: admin/views/overview.php:14
743
- #, php-format
744
- msgid "You have published %d ads."
745
- msgstr "Você publicou %d banners."
746
-
747
- #: admin/views/overview.php:15
748
- #, php-format
749
- msgid "<a href=\"%s\">Manage</a> them or <a href=\"%s\">create</a> a new one"
750
- msgstr "<a href=\"%s\">Gerencie</a> ou <a href=\"%s\">Crie</a> um novo banner"
751
-
752
- #: admin/views/overview.php:23
753
- msgid "recent ads"
754
- msgstr "banners recentes"
755
-
756
- #: admin/views/overview.php:33
757
- msgid "Create your first ad"
758
- msgstr "Crie seu primeiro banner"
759
-
760
- #: admin/views/overview.php:41
761
- msgid "Ad Groups contain ads and are currently used to rotate multiple ads on a single spot."
762
- msgstr "Grupo são containers usados para alternar entre banners."
763
-
764
- #: admin/views/overview.php:42
765
- #, php-format
766
- msgid "You have %d groups."
767
- msgstr "Você tem %d Grupos."
768
-
769
- #: admin/views/overview.php:43 admin/views/overview.php:69
770
- #, php-format
771
- msgid "<a href=\"%s\">Manage</a> them."
772
- msgstr "<a href=\"%s\">Gerenciar</a>."
773
-
774
- #: admin/views/overview.php:49
775
- msgid "recent groups"
776
- msgstr "grupos recentes"
777
-
778
- #: admin/views/overview.php:59
779
- msgid "Create your first group"
780
- msgstr "Crie seu primeiro Grupo"
781
-
782
- #: admin/views/overview.php:67
783
- msgid "Ad Placements are the best way to manage where to display ads and groups."
784
- msgstr "Locais de Banner são a melhor forma de exibí-los."
785
-
786
- #: admin/views/overview.php:68
787
- #, php-format
788
- msgid "You have %d placements."
789
- msgstr "Você tem %d Locais."
790
-
791
- #: admin/views/overview.php:75
792
- msgid "recent placements"
793
- msgstr "Locais recentes"
794
-
795
- #: admin/views/overview.php:85
796
- msgid "Create your first placement"
797
- msgstr "Crie seu primeiro Local"
798
-
799
- #: admin/views/overview.php:93
800
- msgid "Manual and Support"
801
- msgstr "Manual e Suporte"
802
-
803
- #: admin/views/overview.php:94
804
- msgid "Need some help? These are your options"
805
- msgstr "Precisa de ajuda? Estas são suas opções"
806
-
807
- #: admin/views/overview.php:96
808
- #, php-format
809
- msgid "Visit the <a href=\"%s\">plugin homepage</a>"
810
- msgstr "<a href=\"%s\"></a>"
811
-
812
- #: admin/views/overview.php:97
813
- #, php-format
814
- msgid "Have a look into the <a href=\"%s\">manual</a>"
815
- msgstr "<a href=\"%s\"></a>"
816
-
817
- #: admin/views/overview.php:98
818
- #, php-format
819
- msgid "Ask a question to other users in the <a href=\"%s\">wordpress.org forum</a>"
820
- msgstr "<a href=\"%s\"></a>"
821
-
822
- #: admin/views/overview.php:99
823
- #, php-format
824
- msgid "<a href=\"%s\">Hire the developer</a>"
825
- msgstr "<a href=\"%s\"> </a>"
826
-
827
- #: admin/views/overview.php:103
828
- msgid "Add-ons"
829
- msgstr ""
830
-
831
- #: admin/views/overview.php:104
832
- msgid "Want to boost your ad income? Try these add-ons"
833
- msgstr ""
834
-
835
- #: admin/views/overview.php:111
836
- #, fuzzy
837
- msgid "See Add-Ons"
838
- msgstr "Neues Kreuzworträtsel hinzufügen"
839
-
840
- #: admin/views/placements.php:14
841
- msgid "Placements are physically places in your theme and posts. You can use them if you plan to change ads and ad groups on the same place without the need to change your templates."
842
- msgstr ""
843
-
844
- #: admin/views/placements.php:15
845
- #, php-format
846
- msgid "See also the manual for more information on <a href=\"%s\">placements</a> and <a href=\"%s\">auto injection</a>."
847
- msgstr ""
848
-
849
- #: admin/views/placements.php:16
850
- #, fuzzy
851
- msgid "Create a new placement"
852
- msgstr "Crie um novo Local"
853
-
854
- #: admin/views/placements.php:18 admin/views/placements.php:63
855
- msgid "Type"
856
- msgstr "Tipo"
857
-
858
- #: admin/views/placements.php:27
859
- msgid "What is this?"
860
- msgstr "O que é isto?"
861
-
862
- #: admin/views/placements.php:29
863
- msgid "Placement types define how the placements works and where it is going to be displayed."
864
- msgstr "Tipo de Local é define como o Local funciona e onde será exibido."
865
-
866
- #: admin/views/placements.php:38 admin/views/placements.php:62
867
- #, fuzzy
868
- msgid "Name"
869
- msgstr "Nome"
870
-
871
- #: admin/views/placements.php:42
872
- msgid "Individual identifier. Allowed are alphanumeric signs (lower case) and hyphen."
873
- msgstr "Identificador único. (letras, números e hífen)"
874
-
875
- #: admin/views/placements.php:43
876
- msgid "You can assign Ads and Groups after you created the placement."
877
- msgstr "Você pode adicionar Banners e Grupos depois de criar o Local."
878
-
879
- #: admin/views/placements.php:44
880
- #, fuzzy
881
- msgid "Save New Placement"
882
- msgstr "Salve o novo Local"
883
-
884
- #: admin/views/placements.php:48
885
- msgid "How to use the <i>default</i> Ad Placement?"
886
- msgstr "Como usar o <i>Local padrão</i>?"
887
-
888
- #: admin/views/placements.php:50
889
- #, php-format
890
- msgid "Examples on how to use the <i>default</i> ad placement? Find more help and examples in the <a href=\"%s\" target=\"_blank\">manual</a>"
891
- msgstr ""
892
-
893
- #: admin/views/placements.php:52
894
- msgid "To use an ad placement with the ID skyscraper_left in content fields"
895
- msgstr ""
896
-
897
- #: admin/views/placements.php:55
898
- msgid "To use an ad placement with the ID skyscraper_left in template files"
899
- msgstr ""
900
-
901
- #: admin/views/placements.php:65
902
- #, fuzzy
903
- msgid "Options"
904
- msgstr "Opções"
905
-
906
- #: admin/views/placements.php:80
907
- msgid "Item"
908
- msgstr ""
909
-
910
- #: admin/views/placements.php:82 classes/widget.php:57
911
- #, fuzzy
912
- msgid "--empty--"
913
- msgstr "--vazio--"
914
-
915
- #: admin/views/placements.php:102
916
- msgid "Inject"
917
- msgstr "Injetar"
918
-
919
- #: admin/views/placements.php:103
920
- msgid "after"
921
- msgstr "depois"
922
-
923
- #: admin/views/placements.php:103
924
- msgid "before"
925
- msgstr "antes"
926
-
927
- #: admin/views/placements.php:128
928
- #, fuzzy
929
- msgid "remove placement"
930
- msgstr "Remover Local"
931
-
932
- #: admin/views/placements.php:134
933
- msgid "Save Placements"
934
- msgstr "Salvar Local"
935
-
936
- #: admin/views/post_ad_settings_metabox.php:3
937
- msgid "Disable ads on this page"
938
- msgstr "Desabilitar Banners nesta página"
939
-
940
- #: admin/views/settings.php:23
941
- msgid "Debug Page"
942
- msgstr ""
943
-
944
- #: admin/views/settings.php:24
945
- msgid "Advanced Ads on WordPress.org"
946
- msgstr ""
947
-
948
- #: admin/views/settings.php:24
949
- msgid "Advanced Ads on wp.org"
950
- msgstr ""
951
-
952
- #: admin/views/settings.php:25
953
- msgid "the company behind Advanced Ads"
954
- msgstr "-"
955
-
956
- #: admin/views/settings.php:25
957
- msgid "webgilde GmbH"
958
- msgstr "-"
959
-
960
- #: admin/views/settings_disable_ads.php:3
961
- msgid "Disable all ads in frontend"
962
- msgstr "Desabilitar todos os banners no site"
963
-
964
- #: admin/views/settings_disable_ads.php:4
965
- msgid "Use this option to disable all ads in the frontend, but still be able to use the plugin."
966
- msgstr "Esta opção irá desativar todos os Banners no site, mas ainda mantém o funcionamento do plugin."
967
-
968
- #: admin/views/settings_disable_ads.php:8
969
- msgid "Disable ads on 404 error pages"
970
- msgstr "Desabilitar Banners na página 404"
971
-
972
- #: admin/views/settings_disable_ads.php:12
973
- msgid "Disable ads on non-singular pages"
974
- msgstr "Desabilitar Banners na página de listagem de conteúdo"
975
-
976
- #: admin/views/settings_disable_ads.php:13
977
- msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
978
- msgstr "Ex: index.php, tags, categorias"
979
-
980
- #: classes/ad.php:758
981
- #, php-format
982
- msgid "A \"%s\" display condition does not exist"
983
- msgstr "Uma \"%s\" condição de exibição não existe"
984
-
985
- #: classes/ad_placements.php:32
986
- msgid "Manual placement."
987
- msgstr "Local manual"
988
-
989
- #: classes/ad_placements.php:35
990
- msgid "header"
991
- msgstr "cabeçalho"
992
-
993
- #: classes/ad_placements.php:36
994
- msgid "Injected in Header (before closing </head> Tag, often not visible)."
995
- msgstr "Inserido no cabeçalho"
996
-
997
- #: classes/ad_placements.php:39
998
- msgid "footer"
999
- msgstr "rodapé"
1000
-
1001
- #: classes/ad_placements.php:40
1002
- msgid "Injected in Footer (before closing </body> Tag)."
1003
- msgstr "Inserido no rodapé"
1004
-
1005
- #: classes/ad_placements.php:43
1006
- msgid "before post"
1007
- msgstr "antes do post"
1008
-
1009
- #: classes/ad_placements.php:44
1010
- msgid "Injected before the post content."
1011
- msgstr "Inserido antes do post"
1012
-
1013
- #: classes/ad_placements.php:47
1014
- msgid "after post"
1015
- msgstr "depois do post"
1016
-
1017
- #: classes/ad_placements.php:48
1018
- msgid "Injected after the post content."
1019
- msgstr "Inserido depois do post"
1020
-
1021
- #: classes/ad_placements.php:51
1022
- msgid "post content"
1023
- msgstr "conteúdo do post"
1024
-
1025
- #: classes/ad_placements.php:52
1026
- msgid "Injected into the post content. You can choose the paragraph after which the ad content is displayed."
1027
- msgstr "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o Banner será exibido."
1028
-
1029
- #: classes/ad_placements.php:74
1030
- #, fuzzy
1031
- msgid "Slug can't be empty."
1032
- msgstr "O Slug não pode estar vazio"
1033
-
1034
- #: classes/ad_placements.php:76
1035
- msgid "Slug already exists."
1036
- msgstr "O Slug existe."
1037
-
1038
- #: classes/ad_placements.php:163
1039
- #, php-format
1040
- msgid "paragraph (%s)"
1041
- msgstr "parágrafo (%s)"
1042
-
1043
- #: classes/ad_placements.php:164
1044
- #, php-format
1045
- msgid "headline 2 (%s)"
1046
- msgstr "Título 2 (%s)"
1047
-
1048
- #: classes/ad_placements.php:165
1049
- #, php-format
1050
- msgid "headline 3 (%s)"
1051
- msgstr "Título 3 (%s)"
1052
-
1053
- #: classes/ad_placements.php:166
1054
- #, php-format
1055
- msgid "headline 4 (%s)"
1056
- msgstr "Título 4 (%s)"
1057
-
1058
- #: classes/ad_type_content.php:35
1059
- msgid "Rich Content"
1060
- msgstr "Conteúdo rico"
1061
-
1062
- #: classes/ad_type_content.php:36
1063
- msgid "The full content editor from WordPress with all features like shortcodes, image upload or styling, but also simple text/html mode for scripts and code."
1064
- msgstr "O editor de conteúdo do WordPress com todas as suas funcções, como shortcodes, mas também simples editores de HTML."
1065
-
1066
- #: classes/ad_type_content.php:63
1067
- msgid "Please <strong>save the ad</strong> before changing it to the content type."
1068
- msgstr "Por favor <strong>salve o banner</strong> antes de editar o conteúdo."
1069
-
1070
- #: classes/ad_type_content.php:66
1071
- msgid "Save Draft"
1072
- msgstr "Salvar rascunho"
1073
-
1074
- #: classes/ad_type_plain.php:31
1075
- #, fuzzy
1076
- msgid "Plain Text and Code"
1077
- msgstr "Texto puro e código"
1078
-
1079
- #: classes/ad_type_plain.php:32
1080
- msgid "Simple text editor without any filters. You might use it to display unfiltered content, php code or javascript. Shortcodes and other WordPress content field magic does not work here."
1081
- msgstr "Texto simples sem nenhum filtro. Você pode querer isso para exibir conteúdo sem restrições, código PHP ou JavaScript. Shortcodes a outras funções do WP não têm efeito aqui."
1082
-
1083
- #: classes/ad_type_plain.php:55
1084
- msgid "Insert plain text or code into this field."
1085
- msgstr "Insira o texo ou código no campo."
1086
-
1087
- #: classes/widget.php:19
1088
- msgid "Display Ads and Ad Groups."
1089
- msgstr "Exibir Banners e Grupos."
1090
-
1091
- #: classes/widget.php:51
1092
- msgid "Title:"
1093
- msgstr "Título:"
1094
-
1095
- #: includes/array_ad_conditions.php:33
1096
- msgid "Post Types"
1097
- msgstr "Tipo de conteúdo"
1098
-
1099
- #: includes/array_ad_conditions.php:39
1100
- #, fuzzy
1101
- msgid "Categories, Tags and Taxonomies"
1102
- msgstr "Categorias, Tags e Taxonomias"
1103
-
1104
- #: includes/array_ad_conditions.php:40
1105
- msgid "Choose terms from public category, tag and other taxonomies a post must belong to in order to have ads."
1106
- msgstr "Escolha os termos de categorias, tag e outra taxonomia que um post deve ter para exibir Banners."
1107
-
1108
- #: includes/array_ad_conditions.php:45
1109
- msgid "Category Archives"
1110
- msgstr "Arquivo de categorias"
1111
-
1112
- #: includes/array_ad_conditions.php:46
1113
- msgid "comma seperated IDs of category archives"
1114
- msgstr "IDs dos arquivos de categorias separados por vírgula"
1115
-
1116
- #: includes/array_ad_conditions.php:51
1117
- msgid "Individual Posts, Pages and Public Post Types"
1118
- msgstr "Post individuais, páginas e tipos de posts públicos"
1119
-
1120
- #: includes/array_ad_conditions.php:57
1121
- msgid "Home Page"
1122
- msgstr "Página inicial"
1123
-
1124
- #: includes/array_ad_conditions.php:58
1125
- msgid "(don't) show on Home page"
1126
- msgstr "(não) exiba na página inicial"
1127
-
1128
- #: includes/array_ad_conditions.php:62
1129
- msgid "Singular Pages"
1130
- msgstr "Página simples"
1131
-
1132
- #: includes/array_ad_conditions.php:63
1133
- msgid "(don't) show on singular pages/posts"
1134
- msgstr "(não) exiba em páginas ou posts"
1135
-
1136
- #: includes/array_ad_conditions.php:67
1137
- msgid "Archive Pages"
1138
- msgstr "Arquivos de páginas"
1139
-
1140
- #: includes/array_ad_conditions.php:68
1141
- msgid "(don't) show on any type of archive page (category, tag, author and date)"
1142
- msgstr "(não) exiba em nenhum dos tipos (categoria, tag, autor e data)"
1143
-
1144
- #: includes/array_ad_conditions.php:72
1145
- #, fuzzy
1146
- msgid "Search Results"
1147
- msgstr "Resultado da busca"
1148
-
1149
- #: includes/array_ad_conditions.php:73
1150
- msgid "(don't) show on search result pages"
1151
- msgstr "(não) exiba na página de pesquisa"
1152
-
1153
- #: includes/array_ad_conditions.php:77
1154
- msgid "404 Page"
1155
- msgstr "página 404"
1156
-
1157
- #: includes/array_ad_conditions.php:78
1158
- msgid "(don't) show on 404 error page"
1159
- msgstr "(não) exiba na página 404"
1160
-
1161
- #: includes/array_ad_conditions.php:82
1162
- msgid "Attachment Pages"
1163
- msgstr "Página de anexos"
1164
-
1165
- #: includes/array_ad_conditions.php:83
1166
- msgid "(don't) show on attachment pages"
1167
- msgstr "(não) exiba na página de anexos"
1168
-
1169
- #: public/class-advanced-ads.php:530
1170
- msgctxt "ad group general name"
1171
- msgid "Ad Groups"
1172
- msgstr "Grupos de banner"
1173
-
1174
- #: public/class-advanced-ads.php:531
1175
- msgctxt "ad group singular name"
1176
- msgid "Ad Group"
1177
- msgstr "Grupo de banner"
1178
-
1179
- #: public/class-advanced-ads.php:532
1180
- #, fuzzy
1181
- msgid "Search Ad Groups"
1182
- msgstr "Pesquisar Grupos de banner"
1183
-
1184
- #: public/class-advanced-ads.php:533
1185
- #, fuzzy
1186
- msgid "All Ad Groups"
1187
- msgstr "Todos os grupos"
1188
-
1189
- #: public/class-advanced-ads.php:534
1190
- #, fuzzy
1191
- msgid "Parent Ad Groups"
1192
- msgstr "Grupos mãe"
1193
-
1194
- #: public/class-advanced-ads.php:535
1195
- #, fuzzy
1196
- msgid "Parent Ad Groups:"
1197
- msgstr "Grupos mãe:"
1198
-
1199
- #: public/class-advanced-ads.php:536
1200
- #, fuzzy
1201
- msgid "Edit Ad Group"
1202
- msgstr "Editar Grupo"
1203
-
1204
- #: public/class-advanced-ads.php:537
1205
- #, fuzzy
1206
- msgid "Update Ad Group"
1207
- msgstr "Alterar Grupo"
1208
-
1209
- #: public/class-advanced-ads.php:538
1210
- #, fuzzy
1211
- msgid "Add New Ad Group"
1212
- msgstr "Adicionar Grupo"
1213
-
1214
- #: public/class-advanced-ads.php:539
1215
- #, fuzzy
1216
- msgid "New Ad Groups Name"
1217
- msgstr "Novo nome do Grupo"
1218
-
1219
- #: public/class-advanced-ads.php:541
1220
- #, fuzzy
1221
- msgid "No Ad Group found"
1222
- msgstr "Nenhum Grupo encontrado"
1223
-
1224
- #: public/class-advanced-ads.php:567 public/class-advanced-ads.php:583
1225
- msgid "Ad"
1226
- msgstr "Banner"
1227
-
1228
- #: public/class-advanced-ads.php:568 public/class-advanced-ads.php:572
1229
- #, fuzzy
1230
- msgid "New Ad"
1231
- msgstr "Novo Banner"
1232
-
1233
- #: public/class-advanced-ads.php:569
1234
- #, fuzzy
1235
- msgid "Add New Ad"
1236
- msgstr "Adicionar Banner"
1237
-
1238
- #: public/class-advanced-ads.php:571
1239
- #, fuzzy
1240
- msgid "Edit Ad"
1241
- msgstr "Editar Banner"
1242
-
1243
- #: public/class-advanced-ads.php:573
1244
- #, fuzzy
1245
- msgid "View"
1246
- msgstr "Ver"
1247
-
1248
- #: public/class-advanced-ads.php:574
1249
- #, fuzzy
1250
- msgid "View the Ad"
1251
- msgstr "Ver Banner"
1252
-
1253
- #: public/class-advanced-ads.php:575
1254
- #, fuzzy
1255
- msgid "Search Ads"
1256
- msgstr "Pesquisar Banners"
1257
-
1258
- #: public/class-advanced-ads.php:576
1259
- #, fuzzy
1260
- msgid "No Ads found"
1261
- msgstr "Nenhum Banner encontrado"
1262
-
1263
- #: public/class-advanced-ads.php:577
1264
- #, fuzzy
1265
- msgid "No Ads found in Trash"
1266
- msgstr "Nenhum Banner encontrado na lixeira"
1267
-
1268
- #: public/class-advanced-ads.php:578
1269
- #, fuzzy
1270
- msgid "Parent Ad"
1271
- msgstr "Banner mãe"
1272
-
1273
- #: public/class-advanced-ads.php:634
1274
- #, php-format
1275
- msgid "Advanced Ads Error: %s"
1276
- msgstr "Erro: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Advanved Ads\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/plugins/plugin-name\n"
5
+ "POT-Creation-Date: 2015-01-27 16:47+0100\n"
6
+ "PO-Revision-Date: Tue Sep 22 2015 08:31:26 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"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Poedit-Basepath: ../\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+ "X-Loco-Target-Locale: 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:259
45
+ msgid "Debug"
46
+ msgstr ""
47
+
48
+ #: ../admin/class-advanced-ads-admin.php:263 ../admin/class-advanced-ads-admin.
49
+ #: php:263
50
+ msgid "Advanced Ads Intro"
51
+ msgstr ""
52
+
53
+ #: ../admin/class-advanced-ads-admin.php:267 ../admin/class-advanced-ads-admin.
54
+ #: php:267
55
+ msgid "Support"
56
+ msgstr ""
57
+
58
+ #: ../admin/class-advanced-ads-admin.php:713 ../admin/class-advanced-ads-admin.
59
+ #: php:714
60
+ msgid "Ad updated."
61
+ msgstr ""
62
+
63
+ #. translators: %s: date and time of the revision
64
+ #: ../admin/class-advanced-ads-admin.php:716
65
+ #, php-format
66
+ msgid "Ad restored to revision from %s"
67
+ msgstr ""
68
+
69
+ #: ../admin/class-advanced-ads-admin.php:717
70
+ msgid "Ad published."
71
+ msgstr ""
72
+
73
+ #: ../admin/class-advanced-ads-admin.php:718
74
+ msgid "Ad saved."
75
+ msgstr ""
76
+
77
+ #: ../admin/class-advanced-ads-admin.php:719
78
+ msgid "Ad submitted."
79
+ msgstr ""
80
+
81
+ #: ../admin/class-advanced-ads-admin.php:721
82
+ #, php-format
83
+ msgid "Ad scheduled for: <strong>%1$s</strong>."
84
+ msgstr ""
85
+
86
+ #. translators: Publish box date format, see http://php.net/date
87
+ #: ../admin/class-advanced-ads-admin.php:723
88
+ msgid "M j, Y @ G:i"
89
+ msgstr ""
90
+
91
+ #: ../admin/class-advanced-ads-admin.php:725
92
+ msgid "Ad draft updated."
93
+ msgstr ""
94
+
95
+ #: ../admin/class-advanced-ads-admin.php:744
96
+ #, php-format
97
+ msgid "%s ad updated."
98
+ msgid_plural "%s ads updated."
99
+ msgstr[0] ""
100
+ msgstr[1] ""
101
+
102
+ #: ../admin/class-advanced-ads-admin.php:745
103
+ #, php-format
104
+ msgid "%s ad not updated, somebody is editing it."
105
+ msgid_plural "%s ads not updated, somebody is editing them."
106
+ msgstr[0] ""
107
+ msgstr[1] ""
108
+
109
+ #: ../admin/class-advanced-ads-admin.php:746
110
+ #, php-format
111
+ msgid "%s ad permanently deleted."
112
+ msgid_plural "%s ads permanently deleted."
113
+ msgstr[0] ""
114
+ msgstr[1] ""
115
+
116
+ #: ../admin/class-advanced-ads-admin.php:747
117
+ #, php-format
118
+ msgid "%s ad moved to the Trash."
119
+ msgid_plural "%s ads moved to the Trash."
120
+ msgstr[0] ""
121
+ msgstr[1] ""
122
+
123
+ #: ../admin/class-advanced-ads-admin.php:748
124
+ #, php-format
125
+ msgid "%s ad restored from the Trash."
126
+ msgid_plural "%s ads restored from the Trash."
127
+ msgstr[0] ""
128
+ msgstr[1] ""
129
+
130
+ #: ../admin/class-advanced-ads-admin.php:795 ../admin/class-advanced-ads-admin.
131
+ #: php:891
132
+ msgid "Licenses"
133
+ msgstr ""
134
+
135
+ #: ../admin/class-advanced-ads-admin.php:830
136
+ msgid "Unlimited ad injection"
137
+ msgstr ""
138
+
139
+ #: ../admin/class-advanced-ads-admin.php:838
140
+ msgid "Priority of content injection filter"
141
+ msgstr ""
142
+
143
+ #: ../admin/class-advanced-ads-admin.php:846
144
+ msgid "Hide ads from bots"
145
+ msgstr ""
146
+
147
+ #: ../admin/class-advanced-ads-admin.php:854
148
+ msgid "Disable notices"
149
+ msgstr ""
150
+
151
+ #: ../admin/class-advanced-ads-admin.php:862
152
+ msgid "ID prefix"
153
+ msgstr ""
154
+
155
+ #: ../admin/class-advanced-ads-admin.php:870
156
+ msgid "Remove Widget ID"
157
+ msgstr ""
158
+
159
+ #: ../admin/class-advanced-ads-admin.php:972
160
+ msgid ""
161
+ "<strong>notice: </strong>the file is currently enabled by an add-on that "
162
+ "needs it."
163
+ msgstr ""
164
+
165
+ #: ../admin/class-advanced-ads-admin.php:975
166
+ #, php-format
167
+ msgid ""
168
+ "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
169
+ " Some features and add-ons might override this setting if they need features "
170
+ "from this file."
171
+ msgstr ""
172
+
173
+ #: ../admin/class-advanced-ads-admin.php:988
174
+ msgid ""
175
+ "Some plugins and themes trigger ad injection where it shouldn’t happen. "
176
+ "Therefore, Advanced Ads ignores injected placements on non-singular pages "
177
+ "and outside the loop. However, this can cause problems with some themes. You "
178
+ "can enable this option if you don’t see ads or want to enable ad injections "
179
+ "on archive pages AT YOUR OWN RISK."
180
+ msgstr ""
181
+
182
+ #: ../admin/class-advanced-ads-admin.php:1002
183
+ msgid ""
184
+ "Play with this value in order to change the priority of the injected ads "
185
+ "compared to other auto injected elements in the post content."
186
+ msgstr ""
187
+
188
+ #: ../admin/class-advanced-ads-admin.php:1015
189
+ #, php-format
190
+ msgid ""
191
+ "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
192
+ "impressions for bots when using the <a href=\"%s\" target=\"_blank\">Tracking "
193
+ "Add-On</a>."
194
+ msgstr ""
195
+
196
+ #: ../admin/class-advanced-ads-admin.php:1016
197
+ msgid ""
198
+ "Disabling this option only makes sense if your ads contain content you want "
199
+ "to display to bots (like search engines) or your site is cached and bots "
200
+ "could create a cached version without the ads."
201
+ msgstr ""
202
+
203
+ #: ../admin/class-advanced-ads-admin.php:1029
204
+ msgid ""
205
+ "Disable internal notices like tips, tutorials, email newsletters and update "
206
+ "notices. Disabling notices is recommended if you run multiple blogs with "
207
+ "Advanced Ads already."
208
+ msgstr ""
209
+
210
+ #: ../admin/class-advanced-ads-admin.php:1051
211
+ msgid ""
212
+ "Prefix of class or id attributes in the frontend. Change it if you don’t "
213
+ "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
214
+ "need to <strong>rewrite css rules afterwards</strong>."
215
+ msgstr ""
216
+
217
+ #: ../admin/class-advanced-ads-admin.php:1072
218
+ msgid ""
219
+ "Remove the ID attribute from widgets in order to not make them an easy "
220
+ "target of ad blockers."
221
+ msgstr ""
222
+
223
+ #: ../admin/class-advanced-ads-admin.php:1299
224
+ msgid "Advanced Ads Tutorials"
225
+ msgstr ""
226
+
227
+ #: ../admin/class-advanced-ads-admin.php:1310
228
+ #, php-format
229
+ msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
230
+ msgstr ""
231
+
232
+ #: ../admin/class-advanced-ads-admin.php:1328
233
+ msgid "Get the tutorial via email"
234
+ msgstr ""
235
+
236
+ #: ../admin/class-advanced-ads-admin.php:1335
237
+ msgid "Get AdSense tips via email"
238
+ msgstr ""
239
+
240
+ #: ../admin/class-advanced-ads-admin.php:1414
241
+ msgid "Error while trying to register the license. Please contact support."
242
+ msgstr ""
243
+
244
+ #: ../admin/class-advanced-ads-admin.php:1420
245
+ msgid "Please enter and save a valid license key first."
246
+ msgstr ""
247
+
248
+ #: ../admin/class-advanced-ads-admin.php:1440
249
+ #, php-format
250
+ msgid "License is invalid. Reason: %s"
251
+ msgstr ""
252
+
253
+ #: ../admin/includes/class-ad-groups-list.php:158
254
+ msgid "scheduled"
255
+ msgstr ""
256
+
257
+ #: ../admin/includes/class-ad-groups-list.php:161
258
+ msgid "pending"
259
+ msgstr ""
260
+
261
+ #: ../admin/includes/class-ad-groups-list.php:167
262
+ msgid "expired"
263
+ msgstr ""
264
+
265
+ #: ../admin/includes/class-ad-groups-list.php:182
266
+ msgid "all published ads are displayed"
267
+ msgstr ""
268
+
269
+ #: ../admin/includes/class-ad-groups-list.php:184
270
+ #, php-format
271
+ msgid "up to %d ads displayed"
272
+ msgstr ""
273
+
274
+ #: ../admin/includes/class-ad-groups-list.php:187 ../admin/views/ad-group-list-
275
+ #: form-row.php:36
276
+ msgid "No ads assigned"
277
+ msgstr ""
278
+
279
+ #: ../admin/includes/class-ad-groups-list.php:235
280
+ msgid "Random ads"
281
+ msgstr ""
282
+
283
+ #: ../admin/includes/class-ad-groups-list.php:236
284
+ msgid "Display random ads based on ad weight"
285
+ msgstr ""
286
+
287
+ #: ../admin/includes/class-ad-groups-list.php:239
288
+ msgid "Ordered ads"
289
+ msgstr ""
290
+
291
+ #: ../admin/includes/class-ad-groups-list.php:240
292
+ msgid "Display ads with the highest ad weight first"
293
+ msgstr ""
294
+
295
+ #: ../admin/includes/class-ad-groups-list.php:260
296
+ msgid "Usage"
297
+ msgstr ""
298
+
299
+ #: ../admin/includes/class-ad-groups-list.php:290
300
+ msgid "Invalid Ad Group"
301
+ msgstr ""
302
+
303
+ #: ../admin/includes/class-ad-groups-list.php:295
304
+ msgid "You don’t have permission to change the ad groups"
305
+ msgstr ""
306
+
307
+ #: ../admin/includes/class-display-condition-callbacks.php:149
308
+ msgctxt "display the terms search field on ad edit page"
309
+ msgid "add more terms"
310
+ msgstr ""
311
+
312
+ #: ../admin/includes/class-display-condition-callbacks.php:150
313
+ msgid "add more terms"
314
+ msgstr ""
315
+
316
+ #: ../admin/includes/class-display-condition-callbacks.php:153
317
+ msgid "term name or id"
318
+ msgstr ""
319
+
320
+ #: ../admin/includes/class-display-condition-callbacks.php:271
321
+ msgid ""
322
+ "Due to some conflicts before version 1.2.6, it is from now on only possible "
323
+ "to choose either individual pages to include or exclude an ad, but not both "
324
+ "with mixed settings. It seems you are still using mixed settings on this "
325
+ "page. Please consider changing your setup for this ad."
326
+ msgstr ""
327
+
328
+ #: ../admin/includes/class-notices.php:359
329
+ #, php-format
330
+ msgid ""
331
+ "You don’t seem to have an email address. Please use <a href=\"%s\" "
332
+ "target=\"_blank\">this form</a> to sign up."
333
+ msgstr ""
334
+
335
+ #: ../admin/includes/class-notices.php:377
336
+ msgid "How embarrassing. The email server seems to be down. Please try again later."
337
+ msgstr ""
338
+
339
+ #: ../admin/includes/class-notices.php:382
340
+ #, php-format
341
+ msgid ""
342
+ "Please check your email (%s) for the confirmation message. If you didn’t "
343
+ "receive one or want to use another email address then please use <a "
344
+ "href=\"%s\" target=\"_blank\">this form</a> to sign up."
345
+ msgstr ""
346
+
347
+ #: ../admin/includes/class-overview-widgets.php:45
348
+ msgid "Tips and Tutorials"
349
+ msgstr ""
350
+
351
+ #: ../admin/includes/class-overview-widgets.php:47
352
+ msgid "Setup and Optimization Help"
353
+ msgstr ""
354
+
355
+ #: ../admin/includes/class-overview-widgets.php:53
356
+ msgid "Advanced Ads Pro"
357
+ msgstr ""
358
+
359
+ #: ../admin/includes/class-overview-widgets.php:55
360
+ msgid "Tracking and Stats"
361
+ msgstr ""
362
+
363
+ #: ../admin/includes/class-overview-widgets.php:57
364
+ msgid "Responsive and Mobile ads"
365
+ msgstr ""
366
+
367
+ #: ../admin/includes/class-overview-widgets.php:59
368
+ msgid "Sticky ads"
369
+ msgstr ""
370
+
371
+ #: ../admin/includes/class-overview-widgets.php:61
372
+ msgid "PopUps and Layers"
373
+ msgstr ""
374
+
375
+ #: ../admin/includes/class-overview-widgets.php:63
376
+ msgid "Ad Slider"
377
+ msgstr ""
378
+
379
+ #: ../admin/includes/class-overview-widgets.php:81
380
+ msgid "Get 2 <strong>free add-ons</strong> for joining the newsletter."
381
+ msgstr ""
382
+
383
+ #: ../admin/includes/class-overview-widgets.php:82
384
+ msgid "Join now"
385
+ msgstr ""
386
+
387
+ #: ../admin/includes/class-overview-widgets.php:89
388
+ msgid ""
389
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
390
+ "and Advanced Ads from the dedicated newsletter group."
391
+ msgstr ""
392
+
393
+ #: ../admin/includes/class-overview-widgets.php:90 ../admin/includes/notices.php:
394
+ #: 32 ../admin/views/intro.php:73 ../admin/views/notices/inline.php:3 ..
395
+ #: admin/views/notices/subscribe.php:3
396
+ msgid "Subscribe me now"
397
+ msgstr ""
398
+
399
+ #: ../admin/includes/class-overview-widgets.php:97
400
+ msgid "Get the first steps and more tutorials to your inbox."
401
+ msgstr ""
402
+
403
+ #: ../admin/includes/class-overview-widgets.php:98
404
+ msgid "Send it now"
405
+ msgstr ""
406
+
407
+ #: ../admin/includes/class-overview-widgets.php:136
408
+ msgid "Next steps"
409
+ msgstr ""
410
+
411
+ #: ../admin/includes/class-overview-widgets.php:148
412
+ #, php-format
413
+ msgid "<a href=\"%s\" target=\"_blank\">Plugin Homepage</a>"
414
+ msgstr ""
415
+
416
+ #: ../admin/includes/class-overview-widgets.php:149
417
+ #, php-format
418
+ msgid "<a href=\"%s\" target=\"_blank\">Manual</a>"
419
+ msgstr ""
420
+
421
+ #: ../admin/includes/class-overview-widgets.php:150
422
+ #, php-format
423
+ msgid "Ask other users in the <a href=\"%s\" target=\"_blank\">wordpress.org forum</a>"
424
+ msgstr ""
425
+
426
+ #: ../admin/includes/class-overview-widgets.php:151
427
+ #, php-format
428
+ msgid "Vote for a <a href=\"%s\" target=\"_blank\">feature</a>"
429
+ msgstr ""
430
+
431
+ #: ../admin/includes/class-overview-widgets.php:152
432
+ #, php-format
433
+ msgid ""
434
+ "Thank the developer with a &#9733;&#9733;&#9733;&#9733;&#9733; review on <a "
435
+ "href=\"%s\" target=\"_blank\">wordpress.org</a>"
436
+ msgstr ""
437
+
438
+ #: ../admin/includes/class-overview-widgets.php:161
439
+ msgid ""
440
+ "Need help to set up and optimize your ads? Need custom coding on your site? "
441
+ "Ask me for a quote."
442
+ msgstr ""
443
+
444
+ #: ../admin/includes/class-overview-widgets.php:162
445
+ #, php-format
446
+ msgid "Help with ads on %s"
447
+ msgstr ""
448
+
449
+ #: ../admin/includes/class-overview-widgets.php:163
450
+ msgid "Get an offer"
451
+ msgstr ""
452
+
453
+ #: ../admin/includes/class-overview-widgets.php:171
454
+ msgid "Ad management for advanced websites."
455
+ msgstr ""
456
+
457
+ #: ../admin/includes/class-overview-widgets.php:172
458
+ msgid "Cache-busting"
459
+ msgstr ""
460
+
461
+ #: ../admin/includes/class-overview-widgets.php:173
462
+ msgid "Advanced visitor conditions"
463
+ msgstr ""
464
+
465
+ #: ../admin/includes/class-overview-widgets.php:174
466
+ msgid "Flash ads with fallback"
467
+ msgstr ""
468
+
469
+ #: ../admin/includes/class-overview-widgets.php:176
470
+ msgid "Get Pro"
471
+ msgstr ""
472
+
473
+ #: ../admin/includes/class-overview-widgets.php:184
474
+ msgid "Track the impressions of and clicks on your ads."
475
+ msgstr ""
476
+
477
+ #: ../admin/includes/class-overview-widgets.php:185
478
+ msgid "2 methods to count impressions"
479
+ msgstr ""
480
+
481
+ #: ../admin/includes/class-overview-widgets.php:186
482
+ msgid "beautiful stats for all or single ads"
483
+ msgstr ""
484
+
485
+ #: ../admin/includes/class-overview-widgets.php:187
486
+ msgid "get stats for predefined and custom persiods"
487
+ msgstr ""
488
+
489
+ #: ../admin/includes/class-overview-widgets.php:188
490
+ msgid "group stats by day, week or month"
491
+ msgstr ""
492
+
493
+ #: ../admin/includes/class-overview-widgets.php:190
494
+ msgid "Get the Tracking add-on"
495
+ msgstr ""
496
+
497
+ #: ../admin/includes/class-overview-widgets.php:198
498
+ msgid "Display ads based on the size of your visitor’s browser or device."
499
+ msgstr ""
500
+
501
+ #: ../admin/includes/class-overview-widgets.php:199
502
+ msgid "set a range (from … to …) pixels for the browser size"
503
+ msgstr ""
504
+
505
+ #: ../admin/includes/class-overview-widgets.php:200
506
+ msgid "set custom sizes for AdSense responsive ads"
507
+ msgstr ""
508
+
509
+ #: ../admin/includes/class-overview-widgets.php:201
510
+ msgid "list all ads by their responsive settings"
511
+ msgstr ""
512
+
513
+ #: ../admin/includes/class-overview-widgets.php:203
514
+ msgid "Get the Responsive add-on"
515
+ msgstr ""
516
+
517
+ #: ../admin/includes/class-overview-widgets.php:211 ../admin/views/ad-info-top.
518
+ #: php:30
519
+ msgid ""
520
+ "Fix ads to the browser while users are scrolling and create best performing "
521
+ "anchor ads."
522
+ msgstr ""
523
+
524
+ #: ../admin/includes/class-overview-widgets.php:212
525
+ msgid "position ads that don’t scroll with the screen"
526
+ msgstr ""
527
+
528
+ #: ../admin/includes/class-overview-widgets.php:213
529
+ msgid "build anchor ads not only on mobile devices"
530
+ msgstr ""
531
+
532
+ #: ../admin/includes/class-overview-widgets.php:215 ../admin/views/ad-info-top.
533
+ #: php:32
534
+ msgid "Get the Sticky add-on"
535
+ msgstr ""
536
+
537
+ #: ../admin/includes/class-overview-widgets.php:223 ../admin/views/ad-info-top.
538
+ #: php:37
539
+ msgid "Display content and ads in layers and popups on custom events."
540
+ msgstr ""
541
+
542
+ #: ../admin/includes/class-overview-widgets.php:224
543
+ msgid "display a popup after a user interaction like scrolling"
544
+ msgstr ""
545
+
546
+ #: ../admin/includes/class-overview-widgets.php:225
547
+ msgid "optional backgroup overlay"
548
+ msgstr ""
549
+
550
+ #: ../admin/includes/class-overview-widgets.php:226
551
+ msgid "allow users to close the popup"
552
+ msgstr ""
553
+
554
+ #: ../admin/includes/class-overview-widgets.php:228 ../admin/views/ad-info-top.
555
+ #: php:39
556
+ msgid "Get the PopUp and Layer add-on"
557
+ msgstr ""
558
+
559
+ #: ../admin/includes/class-overview-widgets.php:236
560
+ msgid "Create a beautiful and simple slider from your ads."
561
+ msgstr ""
562
+
563
+ #: ../admin/includes/class-overview-widgets.php:238
564
+ msgid "Get the Slider add-on"
565
+ msgstr ""
566
+
567
+ #: ../admin/includes/notices.php:14
568
+ #, php-format
569
+ msgid ""
570
+ "Advanced Ads successfully installed. Take a look at the <a href=\"%s\">First "
571
+ "Steps</a>."
572
+ msgstr ""
573
+
574
+ #: ../admin/includes/notices.php:19
575
+ msgid ""
576
+ "Thank you for activating <strong>Advanced Ads</strong>. Would you like to "
577
+ "receive the first steps via email?"
578
+ msgstr ""
579
+
580
+ #: ../admin/includes/notices.php:20
581
+ msgid "Yes, send it"
582
+ msgstr ""
583
+
584
+ #: ../admin/includes/notices.php:25
585
+ msgid ""
586
+ "Thank you for using <strong>Advanced Ads</strong>. Stay informed and receive "
587
+ "<strong>2 free add-ons</strong> for joining the newsletter."
588
+ msgstr ""
589
+
590
+ #: ../admin/includes/notices.php:26
591
+ msgid "Add me now"
592
+ msgstr ""
593
+
594
+ #: ../admin/includes/notices.php:31
595
+ msgid ""
596
+ "Learn more about how and <strong>how much you can earn with AdSense</strong> "
597
+ "and Advanced Ads from my dedicated newsletter."
598
+ msgstr ""
599
+
600
+ #: ../admin/includes/notices.php:52 ../admin/views/support.php:35
601
+ #, php-format
602
+ msgid ""
603
+ "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
604
+ "missing</strong>. Please add valid license keys <a href=\"%s\">here</a>."
605
+ msgstr ""
606
+
607
+ #: ../admin/includes/notices.php:57
608
+ #, php-format
609
+ msgid ""
610
+ "One or more licenses for your <strong>Advanced Ads add-ons are expiring "
611
+ "soon</strong>. Don’t risk to lose support and updates and renew your license "
612
+ "before it expires with a significant discount on <a href=\"%s\" "
613
+ "target=\"_blank\">the add-on page</a>."
614
+ msgstr ""
615
+
616
+ #: ../admin/includes/notices.php:62 ../admin/views/support.php:38
617
+ #, php-format
618
+ msgid ""
619
+ "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
620
+ "disabled. Please visit <a href=\"%s\"> the license page</a> for more "
621
+ "information."
622
+ msgstr ""
623
+
624
+ #: ../admin/views/ad-display-metabox.php:52
625
+ msgctxt "button label"
626
+ msgid "on"
627
+ msgstr ""
628
+
629
+ #: ../admin/views/ad-display-metabox.php:56
630
+ msgctxt "button label"
631
+ msgid "off"
632
+ msgstr ""
633
+
634
+ #: ../admin/views/ad-group-edit.php:38
635
+ msgctxt "Taxonomy Slug"
636
+ msgid "Slug"
637
+ msgstr ""
638
+
639
+ #: ../admin/views/ad-group-list-form-row.php:5
640
+ msgid "Description"
641
+ msgstr ""
642
+
643
+ #: ../admin/views/ad-group-list-form-row.php:16
644
+ msgid "Number of visible ads"
645
+ msgstr ""
646
+
647
+ #: ../admin/views/ad-group-list-form-row.php:21
648
+ msgctxt "option to display all ads in an ad groups"
649
+ msgid "all"
650
+ msgstr ""
651
+
652
+ #: ../admin/views/ad-group-list-form-row.php:24
653
+ msgid "Number of ads that are visible at the same time"
654
+ msgstr ""
655
+
656
+ #: ../admin/views/ad-group-list-form-row.php:31
657
+ msgid "weight"
658
+ msgstr ""
659
+
660
+ #: ../admin/views/ad-group-list-header.php:4
661
+ msgid "Details"
662
+ msgstr ""
663
+
664
+ #: ../admin/views/ad-group-list-row.php:8 ../admin/views/ad-group.php:63 ..
665
+ #: admin/views/ad-info.php:3 ../admin/views/placements.php:56
666
+ msgid "shortcode"
667
+ msgstr ""
668
+
669
+ #: ../admin/views/ad-group-list-row.php:11 ../admin/views/ad-group.php:66 ..
670
+ #: admin/views/placements.php:59
671
+ msgid "template"
672
+ msgstr ""
673
+
674
+ #: ../admin/views/ad-group-list-row.php:14
675
+ #, php-format
676
+ msgid "Learn more about using groups in the <a href=\"%s\" target=\"_blank\">manual</a>."
677
+ msgstr ""
678
+
679
+ #: ../admin/views/ad-group-list-row.php:19
680
+ #, php-format
681
+ msgid "Type: %s"
682
+ msgstr ""
683
+
684
+ #: ../admin/views/ad-group-list-row.php:20
685
+ #, php-format
686
+ msgid "ID: %s"
687
+ msgstr ""
688
+
689
+ #: ../admin/views/ad-group-list-row.php:21
690
+ #, php-format
691
+ msgid "Slug: %s"
692
+ msgstr ""
693
+
694
+ #: ../admin/views/ad-group.php:18
695
+ msgid "Ad Groups successfully updated"
696
+ msgstr ""
697
+
698
+ #: ../admin/views/ad-group.php:87
699
+ msgid "Update Groups"
700
+ msgstr ""
701
+
702
+ #: ../admin/views/ad-info-top.php:4
703
+ msgid "Cool, you just published an ad. What now?"
704
+ msgstr ""
705
+
706
+ #: ../admin/views/ad-info-top.php:5
707
+ msgid "Display the ad in …"
708
+ msgstr ""
709
+
710
+ #: ../admin/views/ad-info-top.php:7
711
+ msgid " every post or page"
712
+ msgstr ""
713
+
714
+ #: ../admin/views/ad-info-top.php:9
715
+ msgid "Use placements to inject the ad automatically into posts and pages."
716
+ msgstr ""
717
+
718
+ #: ../admin/views/ad-info-top.php:10
719
+ msgid "Configure Placements"
720
+ msgstr ""
721
+
722
+ #: ../admin/views/ad-info-top.php:12
723
+ msgid " Sidebar or Widget Area"
724
+ msgstr ""
725
+
726
+ #: ../admin/views/ad-info-top.php:14
727
+ msgid "Use the <em>Advanced Ads</em> Widget to display ads in your sidebars."
728
+ msgstr ""
729
+
730
+ #: ../admin/views/ad-info-top.php:15
731
+ msgid "Configure a Widget"
732
+ msgstr ""
733
+
734
+ #: ../admin/views/ad-info-top.php:17
735
+ msgid " a few hand selected posts or pages"
736
+ msgstr ""
737
+
738
+ #: ../admin/views/ad-info-top.php:19
739
+ msgid ""
740
+ "Use the shortcode below to manually place the ad in the content editor of "
741
+ "posts and pages."
742
+ msgstr ""
743
+
744
+ #: ../admin/views/ad-info-top.php:22
745
+ msgid " in a custom position in your theme"
746
+ msgstr ""
747
+
748
+ #: ../admin/views/ad-info-top.php:24
749
+ msgid ""
750
+ "Use the function below to manually place the ad into your template files. "
751
+ "This method is needed for more advanced placements like in the header of "
752
+ "your theme."
753
+ msgstr ""
754
+
755
+ #: ../admin/views/ad-info-top.php:27
756
+ msgid "… in an anchor ad or pop-up"
757
+ msgstr ""
758
+
759
+ #: ../admin/views/ad-info-top.php:34
760
+ msgid "You find the settings for the Sticky Ads below."
761
+ msgstr ""
762
+
763
+ #: ../admin/views/ad-info-top.php:41
764
+ msgid "You find the settings for the Layer and PopUp effects below."
765
+ msgstr ""
766
+
767
+ #: ../admin/views/ad-info-top.php:46
768
+ #, php-format
769
+ msgid ""
770
+ "Learn more about your choices to display an ad in the <a href=\"%s\" "
771
+ "target=\"_blank\">manual</a>"
772
+ msgstr ""
773
+
774
+ #: ../admin/views/ad-info.php:5
775
+ msgid "theme function"
776
+ msgstr ""
777
+
778
+ #: ../admin/views/ad-info.php:7
779
+ #, php-format
780
+ msgid "Find more display options in the <a href=\"%s\" target=\"_blank\">manual</a>."
781
+ msgstr ""
782
+
783
+ #: ../admin/views/ad-info.php:12
784
+ msgid "click to change"
785
+ msgstr ""
786
+
787
+ #: ../admin/views/ad-info.php:16
788
+ msgid "Add a description"
789
+ msgstr ""
790
+
791
+ #: ../admin/views/ad-info.php:19
792
+ msgid "Internal description or your own notes about this ad."
793
+ msgstr ""
794
+
795
+ #: ../admin/views/ad-submitbox-meta.php:10
796
+ msgid "Month"
797
+ msgstr ""
798
+
799
+ #: ../admin/views/ad-submitbox-meta.php:19
800
+ msgid "Day"
801
+ msgstr ""
802
+
803
+ #: ../admin/views/ad-submitbox-meta.php:20
804
+ msgid "Year"
805
+ msgstr ""
806
+
807
+ #: ../admin/views/ad-submitbox-meta.php:21
808
+ msgid "Hour"
809
+ msgstr ""
810
+
811
+ #: ../admin/views/ad-submitbox-meta.php:22
812
+ msgid "Minute"
813
+ msgstr ""
814
+
815
+ #: ../admin/views/ad-submitbox-meta.php:27
816
+ #, php-format
817
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
818
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
819
+ msgstr ""
820
+
821
+ #: ../admin/views/ad-visitor-metabox.php:28
822
+ msgid ""
823
+ "Visitor conditions limit the number of users who can see your ad. There is "
824
+ "no need to set visitor conditions if you want all users to see the ad."
825
+ msgstr ""
826
+
827
+ #: ../admin/views/ad-visitor-metabox.php:32
828
+ msgid "New condition"
829
+ msgstr ""
830
+
831
+ #: ../admin/views/ad-visitor-metabox.php:35
832
+ msgctxt "visitor condition connector"
833
+ msgid "and"
834
+ msgstr ""
835
+
836
+ #: ../admin/views/ad-visitor-metabox.php:36
837
+ msgctxt "visitor condition connector"
838
+ msgid "or"
839
+ msgstr ""
840
+
841
+ #: ../admin/views/ad-visitor-metabox.php:39
842
+ msgid "-- choose a condition --"
843
+ msgstr ""
844
+
845
+ #: ../admin/views/ad-visitor-metabox.php:44
846
+ msgid "add"
847
+ msgstr ""
848
+
849
+ #: ../admin/views/ad-visitor-metabox.php:48
850
+ #, php-format
851
+ msgid ""
852
+ "Define the exact browser width for which an ad should be visible using the "
853
+ "<a href=\"%s\" target=\"_blank\">Responsive add-on</a>."
854
+ msgstr ""
855
+
856
+ #: ../admin/views/ad-visitor-metabox.php:106
857
+ msgid ""
858
+ "The visitor conditions below are deprecated. Please use the new version of "
859
+ "visitor conditions to replace it."
860
+ msgstr ""
861
+
862
+ #: ../admin/views/debug.php:6 ../admin/views/settings.php:41
863
+ msgid "Debug Page"
864
+ msgstr ""
865
+
866
+ #: ../admin/views/debug.php:8
867
+ msgid ""
868
+ "This screen is work in progress. You can use the information if you "
869
+ "understand them, but there is nothing to do here yet."
870
+ msgstr ""
871
+
872
+ #: ../admin/views/intro.php:18
873
+ msgid "5-Star Usability"
874
+ msgstr ""
875
+
876
+ #: ../admin/views/intro.php:19
877
+ msgid ""
878
+ "Advanced Ads is powerful and easy to use, because it is build on WordPress "
879
+ "standards. If you know how to publish a post then you know how to create an "
880
+ "ad."
881
+ msgstr ""
882
+
883
+ #: ../admin/views/intro.php:23
884
+ msgid "5-Star Support"
885
+ msgstr ""
886
+
887
+ #: ../admin/views/intro.php:24
888
+ msgid ""
889
+ "I promise you the best supported ad management plugin for WordPress. Whether "
890
+ "a pro user or not, you can reach me easily through the support page, in the "
891
+ "chat on the homepage or replying to a newsletter."
892
+ msgstr ""
893
+
894
+ #: ../admin/views/intro.php:28
895
+ msgid "5-Star Experience"
896
+ msgstr ""
897
+
898
+ #: ../admin/views/intro.php:29
899
+ msgid ""
900
+ "Advanced Ads was built out of my own experience. I am personally using it to "
901
+ "serve millions of ad impressions per month and constantly test new ways to "
902
+ "optimize ad settings."
903
+ msgstr ""
904
+
905
+ #: ../admin/views/intro.php:34
906
+ msgid "Welcome to <strong>Advanced Ads</strong>"
907
+ msgstr ""
908
+
909
+ #: ../admin/views/intro.php:36
910
+ msgid "Let me give you an introduction into your future ad management solution."
911
+ msgstr ""
912
+
913
+ #: ../admin/views/intro.php:61
914
+ msgid "Next Steps"
915
+ msgstr ""
916
+
917
+ #: ../admin/views/intro.php:64
918
+ msgid "Subscribe to the Mailing List"
919
+ msgstr ""
920
+
921
+ #: ../admin/views/intro.php:65
922
+ msgid "Subscribe to the newsletter and instantly"
923
+ msgstr ""
924
+
925
+ #: ../admin/views/intro.php:67
926
+ msgid "get 2 free add-ons."
927
+ msgstr ""
928
+
929
+ #: ../admin/views/intro.php:68
930
+ msgid "reply to the welcome message with a question."
931
+ msgstr ""
932
+
933
+ #: ../admin/views/intro.php:69
934
+ msgid "subscribe to a dedicated group for the tutorial or AdSense tips."
935
+ msgstr ""
936
+
937
+ #: ../admin/views/intro.php:79
938
+ #, php-format
939
+ msgid ""
940
+ "Get started by creating an ad <a href=\"$1%s\" target=\"blank\">right now</a> or "
941
+ "watch the <a href=\"$2%s\" target=\"blank\">tutorial video (3:29min)</a> first."
942
+ msgstr ""
943
+
944
+ #: ../admin/views/intro.php:82
945
+ msgid "Display your ad"
946
+ msgstr ""
947
+
948
+ #: ../admin/views/intro.php:83
949
+ msgid ""
950
+ "You can display your ad using a shortcode, widget or one of the powerful "
951
+ "placements. Placements help you to inject ads into the content or place them "
952
+ "on your site without coding."
953
+ msgstr ""
954
+
955
+ #: ../admin/views/intro.php:85
956
+ msgid "List of all available placements"
957
+ msgstr ""
958
+
959
+ #: ../admin/views/intro.php:86
960
+ msgid "Create a placement"
961
+ msgstr ""
962
+
963
+ #: ../admin/views/placements.php:8
964
+ msgid ""
965
+ "Couldn’t create the new placement. Please check your form field and whether "
966
+ "the name is already in use."
967
+ msgstr ""
968
+
969
+ #: ../admin/views/placements.php:15
970
+ msgid ""
971
+ "Placements are physically places in your theme and posts. You can use them "
972
+ "if you plan to change ads and ad groups on the same place without the need "
973
+ "to change your templates."
974
+ msgstr ""
975
+
976
+ #: ../admin/views/placements.php:16
977
+ #, php-format
978
+ msgid "See also the manual for more information on <a href=\"%s\">placements</a>."
979
+ msgstr ""
980
+
981
+ #: ../admin/views/placements.php:40
982
+ #, php-format
983
+ msgid ""
984
+ "Placement type \"%s\" is missing and was reset to \"default\".<br/>Please check "
985
+ "if the responsible add-on is activated."
986
+ msgstr ""
987
+
988
+ #: ../admin/views/placements.php:55
989
+ msgid "show usage"
990
+ msgstr ""
991
+
992
+ #: ../admin/views/placements.php:67
993
+ msgid "Item"
994
+ msgstr ""
995
+
996
+ #: ../admin/views/placements.php:69 ../admin/views/placements.php:173
997
+ msgid "--not selected--"
998
+ msgstr ""
999
+
1000
+ #: ../admin/views/placements.php:110
1001
+ msgid "start counting from bottom"
1002
+ msgstr ""
1003
+
1004
+ #: ../admin/views/placements.php:113
1005
+ msgid "Important Notice"
1006
+ msgstr ""
1007
+
1008
+ #: ../admin/views/placements.php:113
1009
+ msgid ""
1010
+ "Your server is missing an extension. This might break the content injection."
1011
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1012
+ "provider to enable <em>mbstring</em>."
1013
+ msgstr ""
1014
+
1015
+ #: ../admin/views/placements.php:123
1016
+ msgid "advanced options"
1017
+ msgstr ""
1018
+
1019
+ #: ../admin/views/placements.php:131
1020
+ msgctxt "checkbox to remove placement"
1021
+ msgid "delete"
1022
+ msgstr ""
1023
+
1024
+ #: ../admin/views/placements.php:140
1025
+ msgid "New Placement"
1026
+ msgstr ""
1027
+
1028
+ #: ../admin/views/placements.php:146
1029
+ msgid "Choose a placement type"
1030
+ msgstr ""
1031
+
1032
+ #: ../admin/views/placements.php:147
1033
+ #, php-format
1034
+ msgid ""
1035
+ "Placement types define where the ad is going to be displayed. Learn more "
1036
+ "about the different types from the <a href=\"%s\">manual</a>"
1037
+ msgstr ""
1038
+
1039
+ #: ../admin/views/placements.php:164
1040
+ msgid "Please select a placement type."
1041
+ msgstr ""
1042
+
1043
+ #: ../admin/views/placements.php:166
1044
+ msgid "Choose a Name"
1045
+ msgstr ""
1046
+
1047
+ #: ../admin/views/placements.php:167
1048
+ msgid ""
1049
+ "The name of the placement is only visible to you. Tip: choose a descriptive "
1050
+ "one, e.g. <em>Below Post Headline</em>."
1051
+ msgstr ""
1052
+
1053
+ #: ../admin/views/placements.php:168
1054
+ msgid "Placement Name"
1055
+ msgstr ""
1056
+
1057
+ #: ../admin/views/placements.php:169
1058
+ msgid "Please enter a name for your placement."
1059
+ msgstr ""
1060
+
1061
+ #: ../admin/views/placements.php:170
1062
+ msgid "Choose the Ad or Group"
1063
+ msgstr ""
1064
+
1065
+ #: ../admin/views/placements.php:171
1066
+ msgid "The ad or group that should be displayed."
1067
+ msgstr ""
1068
+
1069
+ #: ../admin/views/setting-license.php:10
1070
+ #, php-format
1071
+ msgid ""
1072
+ "Your license expired. Please visit <a href=\"%s\" target=\"_blank\">the plugin "
1073
+ "page</a> to renew it."
1074
+ msgstr ""
1075
+
1076
+ #: ../admin/views/setting-license.php:14
1077
+ msgid "License key"
1078
+ msgstr ""
1079
+
1080
+ #: ../admin/views/setting-license.php:26
1081
+ msgid "Activate License"
1082
+ msgstr ""
1083
+
1084
+ #: ../admin/views/setting-license.php:29
1085
+ msgid "license key invalid"
1086
+ msgstr ""
1087
+
1088
+ #: ../admin/views/setting-license.php:35
1089
+ msgid "active"
1090
+ msgstr ""
1091
+
1092
+ #: ../admin/views/setting-license.php:36
1093
+ #, php-format
1094
+ msgid "(%d days left)"
1095
+ msgstr ""
1096
+
1097
+ #: ../admin/views/setting-license.php:39
1098
+ msgid ""
1099
+ "1. enter the key and save options; 2. click the activate button behind the "
1100
+ "field"
1101
+ msgstr ""
1102
+
1103
+ #: ../admin/views/settings-disable-ads.php:16
1104
+ msgid "Disable ads on secondary queries"
1105
+ msgstr ""
1106
+
1107
+ #: ../admin/views/settings-disable-ads.php:17
1108
+ msgid ""
1109
+ "Secondary queries are custom queries of posts outside the main query of a "
1110
+ "page. Try this option if you see ads injected on places where they shouldn’t "
1111
+ "appear."
1112
+ msgstr ""
1113
+
1114
+ #: ../admin/views/settings.php:34
1115
+ msgid "Save settings on this page"
1116
+ msgstr ""
1117
+
1118
+ #: ../admin/views/settings.php:42
1119
+ msgid "Welcome Page"
1120
+ msgstr ""
1121
+
1122
+ #: ../admin/views/settings.php:43
1123
+ msgid "Advanced Ads on WordPress.org"
1124
+ msgstr ""
1125
+
1126
+ #: ../admin/views/settings.php:43
1127
+ msgid "Advanced Ads on wp.org"
1128
+ msgstr ""
1129
+
1130
+ #: ../admin/views/support.php:9
1131
+ msgid "Email was successfully sent."
1132
+ msgstr ""
1133
+
1134
+ #: ../admin/views/support.php:11
1135
+ msgid "Search"
1136
+ msgstr ""
1137
+
1138
+ #: ../admin/views/support.php:12
1139
+ msgid ""
1140
+ "Use the following form to search for solutions in the manual on "
1141
+ "wpadvancedads.com"
1142
+ msgstr ""
1143
+
1144
+ #: ../admin/views/support.php:15
1145
+ msgid "search"
1146
+ msgstr ""
1147
+
1148
+ #: ../admin/views/support.php:18
1149
+ msgid "Possible Issues"
1150
+ msgstr ""
1151
+
1152
+ #: ../admin/views/support.php:19
1153
+ msgid ""
1154
+ "Please fix the issues below or try to understand their consequences before "
1155
+ "contacting support."
1156
+ msgstr ""
1157
+
1158
+ #: ../admin/views/support.php:23
1159
+ #, php-format
1160
+ msgid ""
1161
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1162
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1163
+ "Please ask your hosting provider for more information."
1164
+ msgstr ""
1165
+
1166
+ #: ../admin/views/support.php:26
1167
+ #, php-format
1168
+ msgid ""
1169
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1170
+ "rotation or visitor conditions might not work properly. Use the cache-"
1171
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
1172
+ "ads dynamically."
1173
+ msgstr ""
1174
+
1175
+ #: ../admin/views/support.php:29
1176
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
1177
+ msgstr ""
1178
+
1179
+ #: ../admin/views/support.php:32
1180
+ msgid "There are <strong>plugin updates available</strong>. Please update."
1181
+ msgstr ""
1182
+
1183
+ #: ../admin/views/support.php:41
1184
+ msgid ""
1185
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1186
+ "site performance, it is known to alter code, including scripts from ad "
1187
+ "networks. Please keep this in mind before asking for help about it."
1188
+ msgstr ""
1189
+
1190
+ #: ../admin/views/support.php:51
1191
+ msgid "Contact"
1192
+ msgstr ""
1193
+
1194
+ #: ../admin/views/support.php:52
1195
+ #, php-format
1196
+ msgid ""
1197
+ "Please search the manual for a solution and take a look at <a href=\"%s\" "
1198
+ "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1199
+ msgstr ""
1200
+
1201
+ #: ../admin/views/support.php:57
1202
+ msgid "your email"
1203
+ msgstr ""
1204
+
1205
+ #: ../admin/views/support.php:61
1206
+ msgid "your name"
1207
+ msgstr ""
1208
+
1209
+ #: ../admin/views/support.php:65
1210
+ msgid "your message"
1211
+ msgstr ""
1212
+
1213
+ #: ../admin/views/support.php:70
1214
+ msgid "send"
1215
+ msgstr ""
1216
+
1217
+ #: ../admin/views/notices/adblock.php:3
1218
+ msgid ""
1219
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1220
+ "ad setup."
1221
+ msgstr ""
1222
+
1223
+ #: ../classes/ad_placements.php:31
1224
+ msgid "Manual Placement"
1225
+ msgstr ""
1226
+
1227
+ #: ../classes/ad_placements.php:32
1228
+ msgid "Manual placement to use as function or shortcode."
1229
+ msgstr ""
1230
+
1231
+ #: ../classes/ad_placements.php:36
1232
+ msgid "Header Code"
1233
+ msgstr ""
1234
+
1235
+ #: ../classes/ad_placements.php:37
1236
+ msgid "Injected in Header (before closing &lt;/head&gt; Tag, often not visible)."
1237
+ msgstr ""
1238
+
1239
+ #: ../classes/ad_placements.php:41
1240
+ msgid "Footer Code"
1241
+ msgstr ""
1242
+
1243
+ #: ../classes/ad_placements.php:42
1244
+ msgid "Injected in Footer (before closing &lt;/body&gt; Tag)."
1245
+ msgstr ""
1246
+
1247
+ #: ../classes/ad_placements.php:46
1248
+ msgid "Before Content"
1249
+ msgstr ""
1250
+
1251
+ #: ../classes/ad_placements.php:51
1252
+ msgid "After Content"
1253
+ msgstr ""
1254
+
1255
+ #: ../classes/ad_placements.php:56
1256
+ msgid "Post Content"
1257
+ msgstr ""
1258
+
1259
+ #: ../classes/ad_type_plain.php:70
1260
+ msgid "Execute PHP code (wrapped in <code>&lt;?php ?&gt;</code>)"
1261
+ msgstr ""
1262
+
1263
+ #: ../classes/EDD_SL_Plugin_Updater.php:177
1264
+ #, php-format
1265
+ msgid ""
1266
+ "There is a new version of %1$s available. <a target=\"_blank\" "
1267
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1268
+ msgstr ""
1269
+
1270
+ #: ../classes/EDD_SL_Plugin_Updater.php:184
1271
+ #, php-format
1272
+ msgid ""
1273
+ "There is a new version of %1$s available. <a target=\"_blank\" "
1274
+ "class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a "
1275
+ "href=\"%4$s\">update now</a>."
1276
+ msgstr ""
1277
+
1278
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
1279
+ msgid "You do not have permission to install plugin updates"
1280
+ msgstr ""
1281
+
1282
+ #: ../classes/EDD_SL_Plugin_Updater.php:324
1283
+ msgid "Error"
1284
+ msgstr ""
1285
+
1286
+ #: ../classes/visitor-conditions.php:32
1287
+ msgid "mobile device"
1288
+ msgstr ""
1289
+
1290
+ #: ../classes/visitor-conditions.php:33
1291
+ msgid "Display ads only on mobile devices or hide them."
1292
+ msgstr ""
1293
+
1294
+ #: ../classes/visitor-conditions.php:38
1295
+ msgid "logged in visitor"
1296
+ msgstr ""
1297
+
1298
+ #: ../classes/visitor-conditions.php:39
1299
+ msgid "Whether the visitor has to be logged in or not in order to see the ads."
1300
+ msgstr ""
1301
+
1302
+ #: ../classes/visitor-conditions.php:87
1303
+ msgid "is"
1304
+ msgstr ""
1305
+
1306
+ #: ../classes/visitor-conditions.php:88
1307
+ msgid "is not"
1308
+ msgstr ""
1309
+
1310
+ #: ../classes/visitor-conditions.php:120
1311
+ msgid "equal"
1312
+ msgstr ""
1313
+
1314
+ #: ../classes/visitor-conditions.php:121
1315
+ msgid "equal or higher"
1316
+ msgstr ""
1317
+
1318
+ #: ../classes/visitor-conditions.php:122
1319
+ msgid "equal or lower"
1320
+ msgstr ""
1321
+
1322
+ #: ../classes/visitor-conditions.php:154
1323
+ msgid "contains"
1324
+ msgstr ""
1325
+
1326
+ #: ../classes/visitor-conditions.php:155
1327
+ msgid "starts with"
1328
+ msgstr ""
1329
+
1330
+ #: ../classes/visitor-conditions.php:156
1331
+ msgid "ends with"
1332
+ msgstr ""
1333
+
1334
+ #: ../classes/visitor-conditions.php:157
1335
+ msgid "matches"
1336
+ msgstr ""
1337
+
1338
+ #: ../classes/visitor-conditions.php:158
1339
+ msgid "matches regex"
1340
+ msgstr ""
1341
+
1342
+ #: ../classes/visitor-conditions.php:159
1343
+ msgid "does not contain"
1344
+ msgstr ""
1345
+
1346
+ #: ../classes/visitor-conditions.php:160
1347
+ msgid "does not start with"
1348
+ msgstr ""
1349
+
1350
+ #: ../classes/visitor-conditions.php:161
1351
+ msgid "does not end with"
1352
+ msgstr ""
1353
+
1354
+ #: ../classes/visitor-conditions.php:162
1355
+ msgid "does not match"
1356
+ msgstr ""
1357
+
1358
+ #: ../classes/visitor-conditions.php:163
1359
+ msgid "does not match regex"
1360
+ msgstr ""
1361
+
1362
+ #: ../includes/array_ad_conditions.php:63
1363
+ msgid "show on Home page"
1364
+ msgstr ""
1365
+
1366
+ #: ../includes/array_ad_conditions.php:68
1367
+ msgid "show on singular pages/posts"
1368
+ msgstr ""
1369
+
1370
+ #: ../includes/array_ad_conditions.php:73
1371
+ msgid "show on any type of archive page (category, tag, author and date)"
1372
+ msgstr ""
1373
+
1374
+ #: ../includes/array_ad_conditions.php:78
1375
+ msgid "show on search result pages"
1376
+ msgstr ""
1377
+
1378
+ #: ../includes/array_ad_conditions.php:83
1379
+ msgid "show on 404 error page"
1380
+ msgstr ""
1381
+
1382
+ #: ../includes/array_ad_conditions.php:88
1383
+ msgid "show on attachment pages"
1384
+ msgstr ""
1385
+
1386
+ #: ../includes/array_ad_conditions.php:92
1387
+ msgid "Secondary Queries"
1388
+ msgstr ""
1389
+
1390
+ #: ../includes/array_ad_conditions.php:93
1391
+ msgid "allow ads in secondary queries"
1392
+ msgstr ""
1393
+
1394
+ #: ../modules/gadsense/main.php:19
1395
+ msgid " at "
1396
+ msgstr ""
1397
+
1398
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
1399
+ #: ad-parameters.php:51
1400
+ msgid "Responsive"
1401
+ msgstr ""
1402
+
1403
+ #: ../modules/gadsense/admin/admin.php:44
1404
+ msgid "The ad details couldn't be retrieved from the ad code"
1405
+ msgstr ""
1406
+
1407
+ #: ../modules/gadsense/admin/admin.php:45
1408
+ msgid ""
1409
+ "Warning : The AdSense account from this code does not match the one set with "
1410
+ "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
1411
+ "end."
1412
+ msgstr ""
1413
+
1414
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:258
1415
+ msgid "AdSense"
1416
+ msgstr ""
1417
+
1418
+ #: ../modules/gadsense/admin/admin.php:131
1419
+ msgid "AdSense ID"
1420
+ msgstr ""
1421
+
1422
+ #: ../modules/gadsense/admin/admin.php:140
1423
+ msgid "Limit to 3 ads"
1424
+ msgstr ""
1425
+
1426
+ #: ../modules/gadsense/admin/admin.php:149
1427
+ msgid "Activate Page-Level ads"
1428
+ msgstr ""
1429
+
1430
+ #: ../modules/gadsense/admin/admin.php:169
1431
+ #, php-format
1432
+ msgid ""
1433
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
1434
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
1435
+ msgstr ""
1436
+
1437
+ #: ../modules/gadsense/admin/admin.php:183
1438
+ msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
1439
+ msgstr ""
1440
+
1441
+ #: ../modules/gadsense/admin/admin.php:195
1442
+ #, php-format
1443
+ msgid "Limit to %d AdSense ads"
1444
+ msgstr ""
1445
+
1446
+ #: ../modules/gadsense/admin/admin.php:199
1447
+ #, php-format
1448
+ msgid ""
1449
+ "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
1450
+ "Service\">TOS</a> imposes a limit of %d display ads per page. You can disable "
1451
+ "this limitation at your own risks."
1452
+ msgstr ""
1453
+
1454
+ #: ../modules/gadsense/admin/admin.php:202
1455
+ msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
1456
+ msgstr ""
1457
+
1458
+ #: ../modules/gadsense/admin/admin.php:215
1459
+ msgid "Insert Page-Level ads code on all pages."
1460
+ msgstr ""
1461
+
1462
+ #: ../modules/gadsense/admin/admin.php:217
1463
+ msgid ""
1464
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
1465
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
1466
+ "target=\"_blank\">AdSense Help</a> for more information"
1467
+ msgstr ""
1468
+
1469
+ #: ../modules/gadsense/admin/admin.php:236 ../modules/gadsense/includes/class-ad-
1470
+ #: type-adsense.php:73
1471
+ msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
1472
+ msgstr ""
1473
+
1474
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:23
1475
+ msgid "Copy&Paste existing ad code"
1476
+ msgstr ""
1477
+
1478
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:29
1479
+ msgid "Ad Slot ID"
1480
+ msgstr ""
1481
+
1482
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:37
1483
+ #, php-format
1484
+ msgid "Publisher ID: %s"
1485
+ msgstr ""
1486
+
1487
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:44
1488
+ #, php-format
1489
+ msgid "Please <a href=\"%s\" target=\"_blank\">change it here</a>."
1490
+ msgstr ""
1491
+
1492
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:50
1493
+ msgid "Normal"
1494
+ msgstr ""
1495
+
1496
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:55
1497
+ #, php-format
1498
+ msgid ""
1499
+ "Use the <a href=\"%s\" target=\"_blank\">Responsive add-on</a> in order to "
1500
+ "define the exact creative for each browser width."
1501
+ msgstr ""
1502
+
1503
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:60
1504
+ msgid "Resizing"
1505
+ msgstr ""
1506
+
1507
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:72
1508
+ msgid "Copy the ad code from your AdSense account and paste it in the area below"
1509
+ msgstr ""
1510
+
1511
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:75
1512
+ msgid "Get details"
1513
+ msgstr ""
1514
+
1515
+ #: ../modules/gadsense/admin/views/adsense-ad-parameters.php:76
1516
+ msgid "Close"
1517
+ msgstr ""
1518
+
1519
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:35
1520
+ msgid "AdSense ad"
1521
+ msgstr ""
1522
+
1523
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:36
1524
+ msgid "Use ads from your Google AdSense account"
1525
+ msgstr ""
1526
+
1527
+ #: ../modules/gadsense/includes/class-ad-type-adsense.php:101
1528
+ msgid "Your AdSense Publisher ID is missing."
1529
+ msgstr ""
1530
+
1531
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
1532
+ msgid "Auto"
1533
+ msgstr ""
1534
+
1535
+ #: ../admin/class-advanced-ads-admin.php:537
1536
+ #, fuzzy
1537
+ msgid "Visitor Conditions"
1538
+ msgstr "Condições para visitantes"
1539
+
1540
+ #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
1541
+ #: php:560
1542
+ #, fuzzy
1543
+ msgid "Edit"
1544
+ msgstr "Editar"
1545
+
1546
+ #: ../admin/includes/class-display-condition-callbacks.php:104 ..
1547
+ #: admin/includes/class-display-condition-callbacks.php:217
1548
+ #, fuzzy
1549
+ msgid "Hide from here"
1550
+ msgstr "Esconder aqui"
1551
+
1552
+ #: ../admin/includes/class-display-condition-callbacks.php:260
1553
+ #, fuzzy
1554
+ msgid "ignore the list"
1555
+ msgstr "ignorar lists"
1556
+
1557
+ #: ../admin/includes/class-display-condition-callbacks.php:261
1558
+ #, fuzzy
1559
+ msgid "display the ad only there"
1560
+ msgstr "exibir o banner somente aqui"
1561
+
1562
+ #: ../admin/includes/class-display-condition-callbacks.php:262
1563
+ #, fuzzy
1564
+ msgid "hide the ad here"
1565
+ msgstr "esconder banner aqui"
1566
+
1567
+ #: ../admin/includes/class-display-condition-callbacks.php:270
1568
+ #, fuzzy
1569
+ msgid "Update warning"
1570
+ msgstr "Alerta de atualização"
1571
+
1572
+ #: ../admin/includes/class-display-condition-callbacks.php:272
1573
+ #, fuzzy
1574
+ msgid "Your old values are:"
1575
+ msgstr "Seus valores antigos são:"
1576
+
1577
+ #: ../admin/includes/class-display-condition-callbacks.php:318
1578
+ #, fuzzy
1579
+ msgid "new"
1580
+ msgstr "novo"
1581
+
1582
+ #: ../admin/views/ad-display-metabox.php:10
1583
+ #, fuzzy
1584
+ msgid "Display ad everywhere"
1585
+ msgstr "Exibir em todos os lugares"
1586
+
1587
+ #: ../admin/views/ad-display-metabox.php:11
1588
+ #, fuzzy
1589
+ msgid "Set display conditions"
1590
+ msgstr "Defina as condições de exibição"
1591
+
1592
+ #: ../admin/views/ad-display-metabox.php:34
1593
+ #, fuzzy
1594
+ msgid "Other conditions"
1595
+ msgstr "Outras condições"
1596
+
1597
+ #: ../admin/views/ad-display-metabox.php:71
1598
+ #, fuzzy
1599
+ msgid "show debug output"
1600
+ msgstr "exibir saída debug"
1601
+
1602
+ #: ../admin/views/ad-group-edit.php:33
1603
+ #, fuzzy
1604
+ msgctxt "Taxonomy Name"
1605
+ msgid "Name"
1606
+ msgstr "Nome"
1607
+
1608
+ #: ../admin/views/ad-group-edit.php:59 ../classes/ad_type_content.php:68 ..
1609
+ #: classes/ad_type_content.php:69
1610
+ #, fuzzy
1611
+ msgid "Update"
1612
+ msgstr "Atualizar"
1613
+
1614
+ #: ../admin/views/ad-group-list-form-row.php:3 ../admin/views/placements.php:24
1615
+ #, fuzzy
1616
+ msgid "Name"
1617
+ msgstr "Nome"
1618
+
1619
+ #: ../admin/views/ad-visitor-metabox.php:112
1620
+ #, fuzzy
1621
+ msgid "Display on all devices"
1622
+ msgstr "Exibir em todos os dispositivos"
1623
+
1624
+ #: ../admin/views/placements.php:25
1625
+ #, fuzzy
1626
+ msgid "Options"
1627
+ msgstr "Opções"
1628
+
1629
+ #: ../admin/views/placements.php:139
1630
+ #, fuzzy
1631
+ msgid "Create a new placement"
1632
+ msgstr "Crie um novo Local"
1633
+
1634
+ #: ../admin/views/placements.php:190
1635
+ #, fuzzy
1636
+ msgid "Save New Placement"
1637
+ msgstr "Salve o novo Local"
1638
+
1639
+ #: ../classes/ad_type_plain.php:31
1640
+ #, fuzzy
1641
+ msgid "Plain Text and Code"
1642
+ msgstr "Texto puro e código"
1643
+
1644
+ #: ../classes/widget.php:74
1645
+ #, fuzzy
1646
+ msgid "--empty--"
1647
+ msgstr "--vazio--"
1648
+
1649
+ #: ../includes/array_ad_conditions.php:44
1650
+ #, fuzzy
1651
+ msgid "Categories, Tags and Taxonomies"
1652
+ msgstr "Categorias, Tags e Taxonomias"
1653
+
1654
+ #: ../includes/array_ad_conditions.php:77
1655
+ #, fuzzy
1656
+ msgid "Search Results"
1657
+ msgstr "Resultado da busca"
1658
+
1659
+ #: ../public/class-advanced-ads.php:521
1660
+ #, fuzzy
1661
+ msgid "Search Ad Groups"
1662
+ msgstr "Pesquisar Grupos de banner"
1663
+
1664
+ #: ../public/class-advanced-ads.php:522
1665
+ #, fuzzy
1666
+ msgid "All Ad Groups"
1667
+ msgstr "Todos os grupos"
1668
+
1669
+ #: ../public/class-advanced-ads.php:523
1670
+ #, fuzzy
1671
+ msgid "Parent Ad Groups"
1672
+ msgstr "Grupos mãe"
1673
+
1674
+ #: ../public/class-advanced-ads.php:524
1675
+ #, fuzzy
1676
+ msgid "Parent Ad Groups:"
1677
+ msgstr "Grupos mãe:"
1678
+
1679
+ #: ../public/class-advanced-ads.php:525
1680
+ #, fuzzy
1681
+ msgid "Edit Ad Group"
1682
+ msgstr "Editar Grupo"
1683
+
1684
+ #: ../public/class-advanced-ads.php:526
1685
+ #, fuzzy
1686
+ msgid "Update Ad Group"
1687
+ msgstr "Alterar Grupo"
1688
+
1689
+ #: ../public/class-advanced-ads.php:527
1690
+ #, fuzzy
1691
+ msgid "Add New Ad Group"
1692
+ msgstr "Adicionar Grupo"
1693
+
1694
+ #: ../public/class-advanced-ads.php:528
1695
+ #, fuzzy
1696
+ msgid "New Ad Groups Name"
1697
+ msgstr "Novo nome do Grupo"
1698
+
1699
+ #: ../public/class-advanced-ads.php:530
1700
+ #, fuzzy
1701
+ msgid "No Ad Group found"
1702
+ msgstr "Nenhum Grupo encontrado"
1703
+
1704
+ #: ../public/class-advanced-ads.php:558 ../public/class-advanced-ads.php:562
1705
+ #, fuzzy
1706
+ msgid "New Ad"
1707
+ msgstr "Novo Banner"
1708
+
1709
+ #: ../public/class-advanced-ads.php:559
1710
+ #, fuzzy
1711
+ msgid "Add New Ad"
1712
+ msgstr "Adicionar Banner"
1713
+
1714
+ #: ../public/class-advanced-ads.php:561
1715
+ #, fuzzy
1716
+ msgid "Edit Ad"
1717
+ msgstr "Editar Banner"
1718
+
1719
+ #: ../public/class-advanced-ads.php:563
1720
+ #, fuzzy
1721
+ msgid "View"
1722
+ msgstr "Ver"
1723
+
1724
+ #: ../public/class-advanced-ads.php:564
1725
+ #, fuzzy
1726
+ msgid "View the Ad"
1727
+ msgstr "Ver Banner"
1728
+
1729
+ #: ../public/class-advanced-ads.php:565
1730
+ #, fuzzy
1731
+ msgid "Search Ads"
1732
+ msgstr "Pesquisar Banners"
1733
+
1734
+ #: ../public/class-advanced-ads.php:566
1735
+ #, fuzzy
1736
+ msgid "No Ads found"
1737
+ msgstr "Nenhum Banner encontrado"
1738
+
1739
+ #: ../public/class-advanced-ads.php:567
1740
+ #, fuzzy
1741
+ msgid "No Ads found in Trash"
1742
+ msgstr "Nenhum Banner encontrado na lixeira"
1743
+
1744
+ #: ../public/class-advanced-ads.php:568
1745
+ #, fuzzy
1746
+ msgid "Parent Ad"
1747
+ msgstr "Banner mãe"
1748
+
1749
+ #: ../admin/class-advanced-ads-admin.php:239
1750
+ msgid "Overview"
1751
+ msgstr "Visão geral"
1752
+
1753
+ #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
1754
+ #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
1755
+ #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
1756
+ #: php:182 ../classes/widget.php:83 ../public/class-advanced-ads.php:556
1757
+ msgid "Ads"
1758
+ msgstr "Banners"
1759
+
1760
+ #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
1761
+ #: admin/views/placements.php:175 ../classes/widget.php:76
1762
+ msgid "Ad Groups"
1763
+ msgstr "Grupos"
1764
+
1765
+ #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:529
1766
+ msgid "Groups"
1767
+ msgstr "Grupos"
1768
+
1769
+ #: ../admin/class-advanced-ads-admin.php:252 ../admin/views/debug.php:14
1770
+ msgid "Ad Placements"
1771
+ msgstr "Locais"
1772
+
1773
+ #: ../admin/class-advanced-ads-admin.php:252 ../admin/views/placements.php:18
1774
+ msgid "Placements"
1775
+ msgstr "Locais"
1776
+
1777
+ #: ../admin/class-advanced-ads-admin.php:256
1778
+ msgid "Advanced Ads Settings"
1779
+ msgstr "Configurações"
1780
+
1781
+ #: ../admin/class-advanced-ads-admin.php:256 ../admin/class-advanced-ads-admin.
1782
+ #: php:483 ../admin/views/debug.php:11
1783
+ msgid "Settings"
1784
+ msgstr "Configurações"
1785
+
1786
+ #: ../admin/class-advanced-ads-admin.php:259
1787
+ msgid "Advanced Ads Debugging"
1788
+ msgstr "Debug de Banners"
1789
+
1790
+ #: ../admin/class-advanced-ads-admin.php:397 ../admin/class-advanced-ads-admin.
1791
+ #: php:424
1792
+ msgid "Sorry, you are not allowed to access this feature."
1793
+ msgstr "Desculpe, você não tem permissão para acessar esta função."
1794
+
1795
+ #: ../admin/class-advanced-ads-admin.php:410
1796
+ msgid ""
1797
+ "You attempted to edit an ad group that doesn&#8217;t exist. Perhaps it was "
1798
+ "deleted?"
1799
+ msgstr "Você está tentando editar um Grupo que não existe. Talvez tenha sido apagado?"
1800
+
1801
+ #: ../admin/class-advanced-ads-admin.php:525
1802
+ msgid "Ad Type"
1803
+ msgstr "Tipo de banner"
1804
+
1805
+ #: ../admin/class-advanced-ads-admin.php:528
1806
+ msgid "Ad Parameters"
1807
+ msgstr "Parâmetros do banner"
1808
+
1809
+ #: ../admin/class-advanced-ads-admin.php:531
1810
+ msgid "Layout / Output"
1811
+ msgstr "Layout / Exibição"
1812
+
1813
+ #: ../admin/class-advanced-ads-admin.php:534
1814
+ msgid "Display Conditions"
1815
+ msgstr "Condições de exibição"
1816
+
1817
+ #: ../admin/class-advanced-ads-admin.php:783 ../admin/views/settings.php:12
1818
+ msgid "General"
1819
+ msgstr "Geral"
1820
+
1821
+ #: ../admin/class-advanced-ads-admin.php:806
1822
+ msgid "Disable ads"
1823
+ msgstr "Desativar banners"
1824
+
1825
+ #: ../admin/class-advanced-ads-admin.php:814
1826
+ msgid "Hide ads for logged in users"
1827
+ msgstr "Não exibir banners para usuários logados"
1828
+
1829
+ #: ../admin/class-advanced-ads-admin.php:822
1830
+ msgid "Use advanced JavaScript"
1831
+ msgstr "Usar JavaScript avançado"
1832
+
1833
+ #: ../admin/class-advanced-ads-admin.php:945
1834
+ msgid "(display to all)"
1835
+ msgstr "(exibir para todos)"
1836
+
1837
+ #: ../admin/class-advanced-ads-admin.php:946
1838
+ msgid "Subscriber"
1839
+ msgstr "Assinante"
1840
+
1841
+ #: ../admin/class-advanced-ads-admin.php:947
1842
+ msgid "Contributor"
1843
+ msgstr "Contribuidor"
1844
+
1845
+ #: ../admin/class-advanced-ads-admin.php:948
1846
+ msgid "Author"
1847
+ msgstr "Autor"
1848
+
1849
+ #: ../admin/class-advanced-ads-admin.php:949
1850
+ msgid "Editor"
1851
+ msgstr "Editor"
1852
+
1853
+ #: ../admin/class-advanced-ads-admin.php:950
1854
+ msgid "Admin"
1855
+ msgstr "Administrador"
1856
+
1857
+ #: ../admin/class-advanced-ads-admin.php:958
1858
+ msgid "Choose the lowest role a user must have in order to not see any ads."
1859
+ msgstr "Escolha o nível de usuário mais baixo para não ver os banners."
1860
+
1861
+ #: ../admin/class-advanced-ads-admin.php:1125
1862
+ msgid "Ad Details"
1863
+ msgstr "Detalhes do banner"
1864
+
1865
+ #: ../admin/class-advanced-ads-admin.php:1199
1866
+ msgid "Ad Settings"
1867
+ msgstr "Configurações do banner"
1868
+
1869
+ #: ../admin/class-advanced-ads-admin.php:1278 ../admin/views/overview.php:23
1870
+ msgid "Ads Dashboard"
1871
+ msgstr "Painel de banners"
1872
+
1873
+ #: ../admin/class-advanced-ads-admin.php:1290
1874
+ msgid "From the ad optimization universe"
1875
+ msgstr "Universo de otimizações de banners"
1876
+
1877
+ #: ../admin/class-advanced-ads-admin.php:1321
1878
+ msgid "plugin manual and homepage"
1879
+ msgstr "manual e página do plugin"
1880
+
1881
+ #: ../admin/includes/class-ad-groups-list.php:172
1882
+ msgid "Ad weight"
1883
+ msgstr "Peso do banner"
1884
+
1885
+ #: ../admin/includes/class-ad-groups-list.php:269
1886
+ msgid "Delete"
1887
+ msgstr "Apagar"
1888
+
1889
+ #: ../admin/includes/class-display-condition-callbacks.php:28
1890
+ msgid "Display on all public <strong>post types</strong>."
1891
+ msgstr "Exibir todos os <strong>tipos de conteúdos</strong> públicos."
1892
+
1893
+ #: ../admin/includes/class-display-condition-callbacks.php:31 ..
1894
+ #: includes/array_ad_conditions.php:39
1895
+ msgid "Choose the public post types on which to display the ad."
1896
+ msgstr "Escolha o tipo de conteúdo para exibir o banner"
1897
+
1898
+ #: ../admin/includes/class-display-condition-callbacks.php:86
1899
+ msgid "Display for all <strong>categories, tags and taxonomies</strong>."
1900
+ msgstr "Exibir para todas as <strong>categorias, tags e taxonomias</strong>."
1901
+
1902
+ #: ../admin/includes/class-display-condition-callbacks.php:87
1903
+ msgid "Display here"
1904
+ msgstr "Exibir aqui"
1905
+
1906
+ #: ../admin/includes/class-display-condition-callbacks.php:87
1907
+ msgid ""
1908
+ "Choose terms from public categories, tags and other taxonomies a post must "
1909
+ "belong to in order to have ads."
1910
+ msgstr ""
1911
+ "Escolha os termos das categorias, tags e outras taxonomias um post deve "
1912
+ "pertencer para EXIBIR um banner"
1913
+
1914
+ #: ../admin/includes/class-display-condition-callbacks.php:104
1915
+ msgid ""
1916
+ "Choose the terms from public categories, tags and other taxonomies a post "
1917
+ "must belong to hide the ad from it."
1918
+ msgstr ""
1919
+ "Escolha os termos das categorias, tags e outras taxonomias um post deve "
1920
+ "pertencer para ESCONDER um banner"
1921
+
1922
+ #: ../admin/includes/class-display-condition-callbacks.php:197
1923
+ msgid "Display on all <strong>category archive pages</strong>."
1924
+ msgstr "Exibir em todas as <strong>páginas de categorias</strong>."
1925
+
1926
+ #: ../admin/includes/class-display-condition-callbacks.php:200
1927
+ msgid ""
1928
+ "Choose the terms from public categories, tags and other taxonomies on "
1929
+ "which's archive page ads can appear"
1930
+ msgstr ""
1931
+ "Escolha os termos de categorias, tags e taxonomias onde as páginas de "
1932
+ "arquivos PODEM exibir banners"
1933
+
1934
+ #: ../admin/includes/class-display-condition-callbacks.php:217
1935
+ msgid ""
1936
+ "Choose the terms from public categories, tags and other taxonomies on "
1937
+ "which's archive pages ads are hidden."
1938
+ msgstr ""
1939
+ "Escolha os termos de categorias, tags e taxonomias onde as páginas de "
1940
+ "arquivos NÃO PODEM exibir banners"
1941
+
1942
+ #: ../admin/includes/class-display-condition-callbacks.php:239
1943
+ msgid ""
1944
+ "Display an all <strong>individual posts, pages</strong> and public post type "
1945
+ "pages"
1946
+ msgstr ""
1947
+ "Exibir em todos os <strong>posts e páginas</strong> e páginas de tipos de "
1948
+ "conteúdo"
1949
+
1950
+ #: ../admin/includes/class-display-condition-callbacks.php:242 ..
1951
+ #: includes/array_ad_conditions.php:57
1952
+ msgid ""
1953
+ "Choose on which individual posts, pages and public post type pages you want "
1954
+ "to display or hide ads."
1955
+ msgstr ""
1956
+ "Escolha em qual post, página e tipos de conteúdo você quer exibir/esconder "
1957
+ "banners"
1958
+
1959
+ #: ../admin/includes/class-display-condition-callbacks.php:259
1960
+ msgid "What should happen with ads on the list of individual posts below?"
1961
+ msgstr "O que deve acontecer com os banners da lista de posts abaixo?"
1962
+
1963
+ #: ../admin/includes/class-display-condition-callbacks.php:273
1964
+ msgid "Post IDs the ad is displayed on:"
1965
+ msgstr "IDs de conteúdos onde os banners são exibidos:"
1966
+
1967
+ #: ../admin/includes/class-display-condition-callbacks.php:274
1968
+ msgid "Post IDs the ad is hidden from:"
1969
+ msgstr "IDs dos conteúdos onde os banners NÃO são exibidos:"
1970
+
1971
+ #: ../admin/includes/class-display-condition-callbacks.php:275
1972
+ msgid ""
1973
+ "Below you find the pages the ad is displayed on. If this is ok, just save "
1974
+ "the ad. If not, please update your settings."
1975
+ msgstr ""
1976
+ "Abaixo você encotra as páginas que o banner é exibido. Se isto está correto, "
1977
+ "apenas salve o banner. Senão, altere as configurações."
1978
+
1979
+ #: ../admin/includes/class-display-condition-callbacks.php:320
1980
+ msgid "type the title"
1981
+ msgstr "tipo o título"
1982
+
1983
+ #: ../admin/includes/class-overview-widgets.php:49
1984
+ msgid "Manual and Support"
1985
+ msgstr "Manual e Suporte"
1986
+
1987
+ #: ../admin/includes/class-overview-widgets.php:121 ../admin/views/intro.php:78
1988
+ msgid "Create your first ad"
1989
+ msgstr "Crie seu primeiro banner"
1990
+
1991
+ #: ../admin/includes/class-overview-widgets.php:124
1992
+ msgid ""
1993
+ "Ad Groups contain ads and are currently used to rotate multiple ads on a "
1994
+ "single spot."
1995
+ msgstr "Grupo são containers usados para alternar entre banners."
1996
+
1997
+ #: ../admin/includes/class-overview-widgets.php:126
1998
+ msgid "Create your first group"
1999
+ msgstr "Crie seu primeiro Grupo"
2000
+
2001
+ #: ../admin/includes/class-overview-widgets.php:129
2002
+ msgid "Ad Placements are the best way to manage where to display ads and groups."
2003
+ msgstr "Locais de Banner são a melhor forma de exibí-los."
2004
+
2005
+ #: ../admin/includes/class-overview-widgets.php:131
2006
+ msgid "Create your first placement"
2007
+ msgstr "Crie seu primeiro Local"
2008
+
2009
+ #: ../admin/views/ad-display-metabox.php:8
2010
+ msgid "Choose where to display the ad and where to hide it."
2011
+ msgstr "Escolha onde exibir o banner e onde escondê-lo."
2012
+
2013
+ #: ../admin/views/ad-display-metabox.php:15
2014
+ msgid "If you want to display the ad everywhere, don't do anything here. "
2015
+ msgstr "Se você quer exibir o banner em todo lugar, não faça nada aqui."
2016
+
2017
+ #: ../admin/views/ad-display-metabox.php:16
2018
+ msgid "The fewer conditions you enter, the better the performance will be."
2019
+ msgstr "Quento menos opções, melhor a performance."
2020
+
2021
+ #: ../admin/views/ad-display-metabox.php:17
2022
+ #, php-format
2023
+ msgid ""
2024
+ "Learn more about display conditions from the <a href=\"%s\" "
2025
+ "target=\"_blank\">manual</a>."
2026
+ msgstr ""
2027
+ "Aprenda mais sobre condições de exibição no <a href=\"%s\" "
2028
+ "target=\"_blank\">manual</a>."
2029
+
2030
+ #: ../admin/views/ad-display-metabox.php:72
2031
+ msgid "Values saved for this ad in the database (post metas)"
2032
+ msgstr "Os valores para este banner são salvos na tabela de metadados de post"
2033
+
2034
+ #: ../admin/views/ad-group-edit.php:14
2035
+ msgid "You did not select an item for editing."
2036
+ msgstr "Você não selecionou um item para editar"
2037
+
2038
+ #: ../admin/views/ad-group-edit.php:40
2039
+ msgid "An id-like string with only letters in lower case, numbers, and hyphens."
2040
+ msgstr "Um estilo de Slug, apenas letras, números e hífen."
2041
+
2042
+ #: ../admin/views/ad-group-edit.php:45
2043
+ msgctxt "Taxonomy Description"
2044
+ msgid "Description"
2045
+ msgstr "Descrição"
2046
+
2047
+ #: ../admin/views/ad-group-edit.php:57
2048
+ msgid "Create new Ad Group"
2049
+ msgstr "Criar um novo grupo"
2050
+
2051
+ #: ../admin/views/ad-group-list-form-row.php:7 ../admin/views/placements.php:23 ..
2052
+ #: modules/gadsense/admin/views/adsense-ad-parameters.php:48
2053
+ msgid "Type"
2054
+ msgstr "Tipo"
2055
+
2056
+ #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
2057
+ #: 557
2058
+ msgid "Ad"
2059
+ msgstr "Banner"
2060
+
2061
+ #: ../admin/views/ad-group-list-header.php:3
2062
+ msgid "Ad Group"
2063
+ msgstr "Grupo"
2064
+
2065
+ #: ../admin/views/ad-group.php:46
2066
+ #, php-format
2067
+ msgid "Search results for &#8220;%s&#8221;"
2068
+ msgstr "Resultado da pesquisa para &#8220;%s&#8221;"
2069
+
2070
+ #: ../admin/views/ad-group.php:52
2071
+ msgid ""
2072
+ "Ad Groups are a very flexible method to bundle ads. You can use them to "
2073
+ "display random ads in the frontend or run split tests, but also just for "
2074
+ "informational purposes. Not only can an Ad Groups have multiple ads, but an "
2075
+ "ad can belong to multiple ad groups."
2076
+ msgstr ""
2077
+ "Grupo são uma forma flexível de agrupar banners. Você pode usá-lo para "
2078
+ "exibir randomicamente ou em partes, mas também apenas com objetivos "
2079
+ "informativos. Um grupo pode ter vários banners, mas banners pode pertencer a "
2080
+ "vários grupos."
2081
+
2082
+ #: ../admin/views/ad-group.php:60
2083
+ msgid "How to display an Ad Group?"
2084
+ msgstr "Como exibir um Grupo?"
2085
+
2086
+ #: ../admin/views/ad-group.php:62
2087
+ #, php-format
2088
+ msgid ""
2089
+ "Examples on how to display an ad group? Find more help and examples in the "
2090
+ "<a href=\"%s\" target=\"_blank\">manual</a>"
2091
+ msgstr ""
2092
+ "Exemplos de como exibir um banner? Encontre ajuda no<a href=\"%s\" "
2093
+ "target=\"_blank\">manual</a>"
2094
+
2095
+ #: ../admin/views/ad-group.php:64
2096
+ msgid "To display an ad group with the ID 6 in content fields"
2097
+ msgstr "Para exibir um Grupo com ID 6 num campo de conteúdo"
2098
+
2099
+ #: ../admin/views/ad-group.php:67
2100
+ msgid "To display an ad group with the ID 6 in template files"
2101
+ msgstr "Para exibir um Grupo com ID 6 num arquivo de template"
2102
+
2103
+ #: ../admin/views/ad-info.php:2
2104
+ #, php-format
2105
+ msgid "Ad Id: %s"
2106
+ msgstr "Banner ID: %s"
2107
+
2108
+ #: ../admin/views/ad-main-metabox.php:3
2109
+ msgid "No ad types defined"
2110
+ msgstr "Nenhum tipo de banner definido"
2111
+
2112
+ #: ../admin/views/ad-output-metabox.php:1
2113
+ msgid "Everything connected to the ads layout and output."
2114
+ msgstr "Tudo conectado ao layout dos banners e saída para exibição."
2115
+
2116
+ #: ../admin/views/ad-output-metabox.php:5
2117
+ msgid "Position"
2118
+ msgstr "Posição"
2119
+
2120
+ #: ../admin/views/ad-output-metabox.php:6
2121
+ msgid "- default -"
2122
+ msgstr "- padrão -"
2123
+
2124
+ #: ../admin/views/ad-output-metabox.php:7 ../admin/views/placements.php:49
2125
+ msgid "default"
2126
+ msgstr "padrão"
2127
+
2128
+ #: ../admin/views/ad-output-metabox.php:8
2129
+ msgid "left"
2130
+ msgstr "esquerda"
2131
+
2132
+ #: ../admin/views/ad-output-metabox.php:11
2133
+ msgid "center"
2134
+ msgstr "centro"
2135
+
2136
+ #: ../admin/views/ad-output-metabox.php:14
2137
+ msgid "right"
2138
+ msgstr "direita"
2139
+
2140
+ #: ../admin/views/ad-output-metabox.php:19
2141
+ msgid ""
2142
+ "Check this if you don't want the following elements to float around the ad. "
2143
+ "(adds a clearfix)"
2144
+ msgstr "Marque isso se você não quer elementos flutuando no entorno do banner."
2145
+
2146
+ #: ../admin/views/ad-output-metabox.php:22
2147
+ msgid "Margin"
2148
+ msgstr "Margem"
2149
+
2150
+ #: ../admin/views/ad-output-metabox.php:23
2151
+ msgid "top:"
2152
+ msgstr "topo:"
2153
+
2154
+ #: ../admin/views/ad-output-metabox.php:25
2155
+ msgid "right:"
2156
+ msgstr "direita:"
2157
+
2158
+ #: ../admin/views/ad-output-metabox.php:27
2159
+ msgid "bottom:"
2160
+ msgstr "abaixo:"
2161
+
2162
+ #: ../admin/views/ad-output-metabox.php:29
2163
+ msgid "left:"
2164
+ msgstr "esquerda:"
2165
+
2166
+ #: ../admin/views/ad-output-metabox.php:31
2167
+ msgid "tip: use this to add a margin around the ad"
2168
+ msgstr "dica: use isso para criar margem em torno do banner"
2169
+
2170
+ #: ../admin/views/ad-parameters-metabox.php:15 ../classes/ad_ajax_callbacks.php:51
2171
+ msgid "size:"
2172
+ msgstr "tamanho:"
2173
+
2174
+ #: ../admin/views/ad-parameters-metabox.php:16 ../classes/ad_ajax_callbacks.php:52
2175
+ msgid "width"
2176
+ msgstr "largura"
2177
+
2178
+ #: ../admin/views/ad-parameters-metabox.php:17 ../classes/ad_ajax_callbacks.php:53
2179
+ msgid "height"
2180
+ msgstr "altura"
2181
+
2182
+ #: ../admin/views/ad-submitbox-meta.php:4
2183
+ msgid "Set expiry date"
2184
+ msgstr "Defina a data de expiração"
2185
+
2186
+ #: ../admin/views/ad-submitbox-meta.php:14
2187
+ #, php-format
2188
+ msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
2189
+ msgid "%1$s-%2$s"
2190
+ msgstr "%1$s-%2$s"
2191
+
2192
+ #: ../admin/views/ad-visitor-metabox.php:4
2193
+ msgid ""
2194
+ "Display conditions that are based on the user. Use with caution on cached "
2195
+ "websites."
2196
+ msgstr "Exiba condições baseadas no usuário. Use com cautela se usar cache."
2197
+
2198
+ #: ../admin/views/ad-visitor-metabox.php:116
2199
+ msgid "only on mobile devices"
2200
+ msgstr "somente em smartphones"
2201
+
2202
+ #: ../admin/views/ad-visitor-metabox.php:120
2203
+ msgid "not on mobile devices"
2204
+ msgstr "menos em smartphones"
2205
+
2206
+ #: ../admin/views/debug.php:7
2207
+ msgid "Work in progress"
2208
+ msgstr "Trabalho em andamento"
2209
+
2210
+ #: ../admin/views/placements.php:10
2211
+ msgid "Placements updated"
2212
+ msgstr "Locais atualizados"
2213
+
2214
+ #: ../admin/views/placements.php:89
2215
+ msgid "Inject"
2216
+ msgstr "Injetar"
2217
+
2218
+ #: ../admin/views/placements.php:90
2219
+ msgid "after"
2220
+ msgstr "depois"
2221
+
2222
+ #: ../admin/views/placements.php:90
2223
+ msgid "before"
2224
+ msgstr "antes"
2225
+
2226
+ #: ../admin/views/placements.php:137
2227
+ msgid "Save Placements"
2228
+ msgstr "Salvar Local"
2229
+
2230
+ #: ../admin/views/post-ad-settings-metabox.php:3
2231
+ msgid "Disable ads on this page"
2232
+ msgstr "Desabilitar Banners nesta página"
2233
+
2234
+ #: ../admin/views/settings-disable-ads.php:3
2235
+ msgid "Disable all ads in frontend"
2236
+ msgstr "Desabilitar todos os banners no site"
2237
+
2238
+ #: ../admin/views/settings-disable-ads.php:4
2239
+ msgid ""
2240
+ "Use this option to disable all ads in the frontend, but still be able to use "
2241
+ "the plugin."
2242
+ msgstr ""
2243
+ "Esta opção irá desativar todos os Banners no site, mas ainda mantém o "
2244
+ "funcionamento do plugin."
2245
+
2246
+ #: ../admin/views/settings-disable-ads.php:8
2247
+ msgid "Disable ads on 404 error pages"
2248
+ msgstr "Desabilitar Banners na página 404"
2249
+
2250
+ #: ../admin/views/settings-disable-ads.php:12
2251
+ msgid "Disable ads on non-singular pages"
2252
+ msgstr "Desabilitar Banners na página de listagem de conteúdo"
2253
+
2254
+ #: ../admin/views/settings-disable-ads.php:13
2255
+ msgid "e.g. archive pages like categories, tags, authors, front page (if a list)"
2256
+ msgstr "Ex: index.php, tags, categorias"
2257
+
2258
+ #: ../admin/views/settings.php:44
2259
+ msgid "the company behind Advanced Ads"
2260
+ msgstr "-"
2261
+
2262
+ #: ../admin/views/settings.php:44
2263
+ msgid "webgilde GmbH"
2264
+ msgstr "-"
2265
+
2266
+ #: ../classes/ad_placements.php:47
2267
+ msgid "Injected before the post content."
2268
+ msgstr "Inserido antes do post"
2269
+
2270
+ #: ../classes/ad_placements.php:52
2271
+ msgid "Injected after the post content."
2272
+ msgstr "Inserido depois do post"
2273
+
2274
+ #: ../classes/ad_placements.php:57
2275
+ msgid ""
2276
+ "Injected into the post content. You can choose the paragraph after which the "
2277
+ "ad content is displayed."
2278
+ msgstr ""
2279
+ "Inserido no conteúdo do post. Você pode escolher o parágrafo em que o Banner "
2280
+ "será exibido."
2281
+
2282
+ #: ../classes/ad_placements.php:199
2283
+ #, php-format
2284
+ msgid "paragraph (%s)"
2285
+ msgstr "parágrafo (%s)"
2286
+
2287
+ #: ../classes/ad_placements.php:200
2288
+ #, php-format
2289
+ msgid "headline 2 (%s)"
2290
+ msgstr "Título 2 (%s)"
2291
+
2292
+ #: ../classes/ad_placements.php:201
2293
+ #, php-format
2294
+ msgid "headline 3 (%s)"
2295
+ msgstr "Título 3 (%s)"
2296
+
2297
+ #: ../classes/ad_placements.php:202
2298
+ #, php-format
2299
+ msgid "headline 4 (%s)"
2300
+ msgstr "Título 4 (%s)"
2301
+
2302
+ #: ../classes/ad_type_content.php:35
2303
+ msgid "Rich Content"
2304
+ msgstr "Conteúdo rico"
2305
+
2306
+ #: ../classes/ad_type_content.php:36
2307
+ msgid ""
2308
+ "The full content editor from WordPress with all features like shortcodes, "
2309
+ "image upload or styling, but also simple text/html mode for scripts and code."
2310
+ msgstr ""
2311
+ "O editor de conteúdo do WordPress com todas as suas funcções, como "
2312
+ "shortcodes, mas também simples editores de HTML."
2313
+
2314
+ #: ../classes/ad_type_content.php:63
2315
+ msgid "Please <strong>save the ad</strong> before changing it to the content type."
2316
+ msgstr "Por favor <strong>salve o banner</strong> antes de editar o conteúdo."
2317
+
2318
+ #: ../classes/ad_type_content.php:66
2319
+ msgid "Save Draft"
2320
+ msgstr "Salvar rascunho"
2321
+
2322
+ #: ../classes/ad_type_plain.php:32
2323
+ msgid ""
2324
+ "Simple text editor without any filters. You might use it to display "
2325
+ "unfiltered content, php code or javascript. Shortcodes and other WordPress "
2326
+ "content field magic does not work here."
2327
+ msgstr ""
2328
+ "Texto simples sem nenhum filtro. Você pode querer isso para exibir conteúdo "
2329
+ "sem restrições, código PHP ou JavaScript. Shortcodes a outras funções do WP "
2330
+ "não têm efeito aqui."
2331
+
2332
+ #: ../classes/ad_type_plain.php:67
2333
+ msgid "Insert plain text or code into this field."
2334
+ msgstr "Insira o texo ou código no campo."
2335
+
2336
+ #: ../classes/widget.php:25
2337
+ msgid "Display Ads and Ad Groups."
2338
+ msgstr "Exibir Banners e Grupos."
2339
+
2340
+ #: ../classes/widget.php:68
2341
+ msgid "Title:"
2342
+ msgstr "Título:"
2343
+
2344
+ #: ../includes/array_ad_conditions.php:38
2345
+ msgid "Post Types"
2346
+ msgstr "Tipo de conteúdo"
2347
+
2348
+ #: ../includes/array_ad_conditions.php:45
2349
+ msgid ""
2350
+ "Choose terms from public category, tag and other taxonomies a post must "
2351
+ "belong to in order to have ads."
2352
+ msgstr ""
2353
+ "Escolha os termos de categorias, tag e outra taxonomia que um post deve ter "
2354
+ "para exibir Banners."
2355
+
2356
+ #: ../includes/array_ad_conditions.php:50
2357
+ msgid "Category Archives"
2358
+ msgstr "Arquivo de categorias"
2359
+
2360
+ #: ../includes/array_ad_conditions.php:51
2361
+ msgid "comma seperated IDs of category archives"
2362
+ msgstr "IDs dos arquivos de categorias separados por vírgula"
2363
+
2364
+ #: ../includes/array_ad_conditions.php:56
2365
+ msgid "Individual Posts, Pages and Public Post Types"
2366
+ msgstr "Post individuais, páginas e tipos de posts públicos"
2367
+
2368
+ #: ../includes/array_ad_conditions.php:62
2369
+ msgid "Home Page"
2370
+ msgstr "Página inicial"
2371
+
2372
+ #: ../includes/array_ad_conditions.php:67
2373
+ msgid "Singular Pages"
2374
+ msgstr "Página simples"
2375
+
2376
+ #: ../includes/array_ad_conditions.php:72
2377
+ msgid "Archive Pages"
2378
+ msgstr "Arquivos de páginas"
2379
+
2380
+ #: ../includes/array_ad_conditions.php:82
2381
+ msgid "404 Page"
2382
+ msgstr "página 404"
2383
+
2384
+ #: ../includes/array_ad_conditions.php:87
2385
+ msgid "Attachment Pages"
2386
+ msgstr "Página de anexos"
2387
+
2388
+ #: ../public/class-advanced-ads.php:297
2389
+ #, php-format
2390
+ msgid "Advanced Ads Error: %s"
2391
+ msgstr "Erro: %s"
2392
+
2393
+ #: ../public/class-advanced-ads.php:519
2394
+ msgctxt "ad group general name"
2395
+ msgid "Ad Groups"
2396
+ msgstr "Grupos de banner"
2397
+
2398
+ #: ../public/class-advanced-ads.php:520
2399
+ msgctxt "ad group singular name"
2400
+ msgid "Ad Group"
2401
+ msgstr "Grupo de banner"
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: Fri Aug 28 2015 10:14:04 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"
@@ -24,6 +24,26 @@ msgstr ""
24
  "X-Poedit-Basepath: ../\n"
25
  "X-Poedit-SearchPath-0: ."
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #: ../admin/class-advanced-ads-admin.php:239
28
  msgid "Overview"
29
  msgstr ""
@@ -31,16 +51,16 @@ msgstr ""
31
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
32
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
33
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
34
- #: php:169 ../classes/widget.php:83 ../public/class-advanced-ads.php:552
35
  msgid "Ads"
36
  msgstr ""
37
 
38
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
39
- #: /admin/views/placements.php:162 ../classes/widget.php:76
40
  msgid "Ad Groups"
41
  msgstr ""
42
 
43
- #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:525
44
  msgid "Groups"
45
  msgstr ""
46
 
@@ -110,158 +130,158 @@ msgstr ""
110
  msgid "Visitor Conditions"
111
  msgstr ""
112
 
113
- #: ../admin/class-advanced-ads-admin.php:703 ../admin/class-advanced-ads-admin.
114
- #: php:704
115
  msgid "Ad updated."
116
  msgstr ""
117
 
118
  #. translators: %s: date and time of the revision
119
- #: ../admin/class-advanced-ads-admin.php:706
120
  #, php-format
121
  msgid "Ad restored to revision from %s"
122
  msgstr ""
123
 
124
- #: ../admin/class-advanced-ads-admin.php:707
125
  msgid "Ad published."
126
  msgstr ""
127
 
128
- #: ../admin/class-advanced-ads-admin.php:708
129
  msgid "Ad saved."
130
  msgstr ""
131
 
132
- #: ../admin/class-advanced-ads-admin.php:709
133
  msgid "Ad submitted."
134
  msgstr ""
135
 
136
- #: ../admin/class-advanced-ads-admin.php:711
137
  #, php-format
138
  msgid "Ad scheduled for: <strong>%1$s</strong>."
139
  msgstr ""
140
 
141
  #. translators: Publish box date format, see http://php.net/date
142
- #: ../admin/class-advanced-ads-admin.php:713
143
  msgid "M j, Y @ G:i"
144
  msgstr ""
145
 
146
- #: ../admin/class-advanced-ads-admin.php:715
147
  msgid "Ad draft updated."
148
  msgstr ""
149
 
150
- #: ../admin/class-advanced-ads-admin.php:734
151
  #, php-format
152
  msgid "%s ad updated."
153
  msgid_plural "%s ads updated."
154
  msgstr[0] ""
155
  msgstr[1] ""
156
 
157
- #: ../admin/class-advanced-ads-admin.php:735
158
  #, php-format
159
  msgid "%s ad not updated, somebody is editing it."
160
  msgid_plural "%s ads not updated, somebody is editing them."
161
  msgstr[0] ""
162
  msgstr[1] ""
163
 
164
- #: ../admin/class-advanced-ads-admin.php:736
165
  #, php-format
166
  msgid "%s ad permanently deleted."
167
  msgid_plural "%s ads permanently deleted."
168
  msgstr[0] ""
169
  msgstr[1] ""
170
 
171
- #: ../admin/class-advanced-ads-admin.php:737
172
  #, php-format
173
  msgid "%s ad moved to the Trash."
174
  msgid_plural "%s ads moved to the Trash."
175
  msgstr[0] ""
176
  msgstr[1] ""
177
 
178
- #: ../admin/class-advanced-ads-admin.php:738
179
  #, php-format
180
  msgid "%s ad restored from the Trash."
181
  msgid_plural "%s ads restored from the Trash."
182
  msgstr[0] ""
183
  msgstr[1] ""
184
 
185
- #: ../admin/class-advanced-ads-admin.php:773 ../admin/views/settings.php:12
186
  msgid "General"
187
  msgstr ""
188
 
189
- #: ../admin/class-advanced-ads-admin.php:785 ../admin/class-advanced-ads-admin.
190
- #: php:881
191
  msgid "Licenses"
192
  msgstr ""
193
 
194
- #: ../admin/class-advanced-ads-admin.php:796
195
  msgid "Disable ads"
196
  msgstr ""
197
 
198
- #: ../admin/class-advanced-ads-admin.php:804
199
  msgid "Hide ads for logged in users"
200
  msgstr ""
201
 
202
- #: ../admin/class-advanced-ads-admin.php:812
203
  msgid "Use advanced JavaScript"
204
  msgstr ""
205
 
206
- #: ../admin/class-advanced-ads-admin.php:820
207
  msgid "Unlimited ad injection"
208
  msgstr ""
209
 
210
- #: ../admin/class-advanced-ads-admin.php:828
211
  msgid "Priority of content injection filter"
212
  msgstr ""
213
 
214
- #: ../admin/class-advanced-ads-admin.php:836
215
  msgid "Hide ads from bots"
216
  msgstr ""
217
 
218
- #: ../admin/class-advanced-ads-admin.php:844
219
  msgid "Disable notices"
220
  msgstr ""
221
 
222
- #: ../admin/class-advanced-ads-admin.php:852
223
  msgid "ID prefix"
224
  msgstr ""
225
 
226
- #: ../admin/class-advanced-ads-admin.php:860
227
  msgid "Remove Widget ID"
228
  msgstr ""
229
 
230
- #: ../admin/class-advanced-ads-admin.php:935
231
  msgid "(display to all)"
232
  msgstr ""
233
 
234
- #: ../admin/class-advanced-ads-admin.php:936
235
  msgid "Subscriber"
236
  msgstr ""
237
 
238
- #: ../admin/class-advanced-ads-admin.php:937
239
  msgid "Contributor"
240
  msgstr ""
241
 
242
- #: ../admin/class-advanced-ads-admin.php:938
243
  msgid "Author"
244
  msgstr ""
245
 
246
- #: ../admin/class-advanced-ads-admin.php:939
247
  msgid "Editor"
248
  msgstr ""
249
 
250
- #: ../admin/class-advanced-ads-admin.php:940
251
  msgid "Admin"
252
  msgstr ""
253
 
254
- #: ../admin/class-advanced-ads-admin.php:948
255
  msgid "Choose the lowest role a user must have in order to not see any ads."
256
  msgstr ""
257
 
258
- #: ../admin/class-advanced-ads-admin.php:962
259
  msgid ""
260
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
261
  "needs it."
262
  msgstr ""
263
 
264
- #: ../admin/class-advanced-ads-admin.php:965
265
  #, php-format
266
  msgid ""
267
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
@@ -269,7 +289,7 @@ msgid ""
269
  "from this file."
270
  msgstr ""
271
 
272
- #: ../admin/class-advanced-ads-admin.php:978
273
  msgid ""
274
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
275
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
@@ -278,13 +298,13 @@ msgid ""
278
  "on archive pages AT YOUR OWN RISK."
279
  msgstr ""
280
 
281
- #: ../admin/class-advanced-ads-admin.php:992
282
  msgid ""
283
  "Play with this value in order to change the priority of the injected ads "
284
  "compared to other auto injected elements in the post content."
285
  msgstr ""
286
 
287
- #: ../admin/class-advanced-ads-admin.php:1005
288
  #, php-format
289
  msgid ""
290
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
@@ -292,79 +312,79 @@ msgid ""
292
  "Add-On</a>."
293
  msgstr ""
294
 
295
- #: ../admin/class-advanced-ads-admin.php:1006
296
  msgid ""
297
  "Disabling this option only makes sense if your ads contain content you want "
298
  "to display to bots (like search engines) or your site is cached and bots "
299
  "could create a cached version without the ads."
300
  msgstr ""
301
 
302
- #: ../admin/class-advanced-ads-admin.php:1019
303
  msgid ""
304
  "Disable internal notices like tips, tutorials, email newsletters and update "
305
  "notices. Disabling notices is recommended if you run multiple blogs with "
306
  "Advanced Ads already."
307
  msgstr ""
308
 
309
- #: ../admin/class-advanced-ads-admin.php:1041
310
  msgid ""
311
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
312
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
313
  "need to <strong>rewrite css rules afterwards</strong>."
314
  msgstr ""
315
 
316
- #: ../admin/class-advanced-ads-admin.php:1062
317
  msgid ""
318
  "Remove the ID attribute from widgets in order to not make them an easy "
319
  "target of ad blockers."
320
  msgstr ""
321
 
322
- #: ../admin/class-advanced-ads-admin.php:1115
323
  msgid "Ad Details"
324
  msgstr ""
325
 
326
- #: ../admin/class-advanced-ads-admin.php:1189
327
  msgid "Ad Settings"
328
  msgstr ""
329
 
330
- #: ../admin/class-advanced-ads-admin.php:1268 ../admin/views/overview.php:23
331
  msgid "Ads Dashboard"
332
  msgstr ""
333
 
334
- #: ../admin/class-advanced-ads-admin.php:1280
335
  msgid "From the ad optimization universe"
336
  msgstr ""
337
 
338
- #: ../admin/class-advanced-ads-admin.php:1289
339
  msgid "Advanced Ads Tutorials"
340
  msgstr ""
341
 
342
- #: ../admin/class-advanced-ads-admin.php:1300
343
  #, php-format
344
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
345
  msgstr ""
346
 
347
- #: ../admin/class-advanced-ads-admin.php:1311
348
  msgid "plugin manual and homepage"
349
  msgstr ""
350
 
351
- #: ../admin/class-advanced-ads-admin.php:1318
352
  msgid "Get the tutorial via email"
353
  msgstr ""
354
 
355
- #: ../admin/class-advanced-ads-admin.php:1325
356
  msgid "Get AdSense tips via email"
357
  msgstr ""
358
 
359
- #: ../admin/class-advanced-ads-admin.php:1399
360
  msgid "Error while trying to register the license. Please contact support."
361
  msgstr ""
362
 
363
- #: ../admin/class-advanced-ads-admin.php:1405
364
  msgid "Please enter and save a valid license key first."
365
  msgstr ""
366
 
367
- #: ../admin/class-advanced-ads-admin.php:1425
368
  #, php-format
369
  msgid "License is invalid. Reason: %s"
370
  msgstr ""
@@ -416,7 +436,7 @@ msgid "Display ads with the highest ad weight first"
416
  msgstr ""
417
 
418
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
419
- #: php:556
420
  msgid "Edit"
421
  msgstr ""
422
 
@@ -864,7 +884,7 @@ msgid ""
864
  "and Advanced Ads from my dedicated newsletter."
865
  msgstr ""
866
 
867
- #: ../admin/includes/notices.php:52
868
  #, php-format
869
  msgid ""
870
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
@@ -880,7 +900,7 @@ msgid ""
880
  "target=\"_blank\">the add-on page</a>."
881
  msgstr ""
882
 
883
- #: ../admin/includes/notices.php:62
884
  #, php-format
885
  msgid ""
886
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
@@ -996,7 +1016,7 @@ msgid "Number of ads that are visible at the same time"
996
  msgstr ""
997
 
998
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
999
- #: 553
1000
  msgid "Ad"
1001
  msgstr ""
1002
 
@@ -1258,16 +1278,36 @@ msgstr ""
1258
  msgid "Set expiry date"
1259
  msgstr ""
1260
 
1261
- #: ../admin/views/ad-submitbox-meta.php:11
 
 
 
 
1262
  #, php-format
1263
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1264
  msgid "%1$s-%2$s"
1265
  msgstr ""
1266
 
1267
  #: ../admin/views/ad-submitbox-meta.php:19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1268
  #, php-format
1269
- msgctxt "order of expiry date fields 1: month, 2: day, 3: year"
1270
- msgid "%1$s %2$s, %3$s"
1271
  msgstr ""
1272
 
1273
  #: ../admin/views/ad-visitor-metabox.php:4
@@ -1475,7 +1515,7 @@ msgstr ""
1475
  msgid "Item"
1476
  msgstr ""
1477
 
1478
- #: ../admin/views/placements.php:69 ../admin/views/placements.php:160
1479
  msgid "--not selected--"
1480
  msgstr ""
1481
 
@@ -1495,64 +1535,80 @@ msgstr ""
1495
  msgid "start counting from bottom"
1496
  msgstr ""
1497
 
1498
- #: ../admin/views/placements.php:118
1499
- msgid "remove placement"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1500
  msgstr ""
1501
 
1502
- #: ../admin/views/placements.php:124
1503
  msgid "Save Placements"
1504
  msgstr ""
1505
 
1506
- #: ../admin/views/placements.php:126
1507
  msgid "Create a new placement"
1508
  msgstr ""
1509
 
1510
- #: ../admin/views/placements.php:127
1511
  msgid "New Placement"
1512
  msgstr ""
1513
 
1514
- #: ../admin/views/placements.php:133
1515
  msgid "Choose a placement type"
1516
  msgstr ""
1517
 
1518
- #: ../admin/views/placements.php:134
1519
  #, php-format
1520
  msgid ""
1521
  "Placement types define where the ad is going to be displayed. Learn more "
1522
  "about the different types from the <a href=\"%s\">manual</a>"
1523
  msgstr ""
1524
 
1525
- #: ../admin/views/placements.php:151
1526
  msgid "Please select a placement type."
1527
  msgstr ""
1528
 
1529
- #: ../admin/views/placements.php:153
1530
  msgid "Choose a Name"
1531
  msgstr ""
1532
 
1533
- #: ../admin/views/placements.php:154
1534
  msgid ""
1535
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1536
  "one, e.g. <em>Below Post Headline</em>."
1537
  msgstr ""
1538
 
1539
- #: ../admin/views/placements.php:155
1540
  msgid "Placement Name"
1541
  msgstr ""
1542
 
1543
- #: ../admin/views/placements.php:156
1544
  msgid "Please enter a name for your placement."
1545
  msgstr ""
1546
 
1547
- #: ../admin/views/placements.php:157
1548
  msgid "Choose the Ad or Group"
1549
  msgstr ""
1550
 
1551
- #: ../admin/views/placements.php:158
1552
  msgid "The ad or group that should be displayed."
1553
  msgstr ""
1554
 
1555
- #: ../admin/views/placements.php:177
1556
  msgid "Save New Placement"
1557
  msgstr ""
1558
 
@@ -1655,47 +1711,95 @@ msgstr ""
1655
  msgid "Email was successfully sent."
1656
  msgstr ""
1657
 
1658
- #: ../admin/views/support.php:10
1659
  msgid "Search"
1660
  msgstr ""
1661
 
1662
- #: ../admin/views/support.php:11
1663
  msgid ""
1664
  "Use the following form to search for solutions in the manual on "
1665
  "wpadvancedads.com"
1666
  msgstr ""
1667
 
1668
- #: ../admin/views/support.php:14
1669
  msgid "search"
1670
  msgstr ""
1671
 
1672
- #: ../admin/views/support.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1673
  msgid "Contact"
1674
  msgstr ""
1675
 
1676
- #: ../admin/views/support.php:18
1677
  #, php-format
1678
  msgid ""
1679
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
1680
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1681
  msgstr ""
1682
 
1683
- #: ../admin/views/support.php:20
1684
  msgid "your email"
1685
  msgstr ""
1686
 
1687
- #: ../admin/views/support.php:21
1688
  msgid "your name"
1689
  msgstr ""
1690
 
1691
- #: ../admin/views/support.php:22
1692
  msgid "your message"
1693
  msgstr ""
1694
 
1695
- #: ../admin/views/support.php:23
1696
  msgid "send"
1697
  msgstr ""
1698
 
 
 
 
 
 
 
1699
  #: ../classes/ad_placements.php:31
1700
  msgid "Manual Placement"
1701
  msgstr ""
@@ -2000,45 +2104,55 @@ msgstr ""
2000
  msgid " at "
2001
  msgstr ""
2002
 
2003
- #: ../modules/gadsense/admin/class-gadsense-admin.php:26 ..
2004
- #: /modules/gadsense/admin/views/adsense-ad-parameters.php:51
2005
  msgid "Responsive"
2006
  msgstr ""
2007
 
2008
- #: ../modules/gadsense/admin/class-gadsense-admin.php:44
2009
  msgid "The ad details couldn't be retrieved from the ad code"
2010
  msgstr ""
2011
 
2012
- #: ../modules/gadsense/admin/class-gadsense-admin.php:45
2013
  msgid ""
2014
  "Warning : The AdSense account from this code does not match the one set with "
2015
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2016
  "end."
2017
  msgstr ""
2018
 
2019
- #: ../modules/gadsense/admin/class-gadsense-admin.php:123 ..
2020
- #: /modules/gadsense/admin/class-gadsense-admin.php:227
2021
  msgid "AdSense"
2022
  msgstr ""
2023
 
2024
- #: ../modules/gadsense/admin/class-gadsense-admin.php:131
2025
  msgid "AdSense ID"
2026
  msgstr ""
2027
 
2028
- #: ../modules/gadsense/admin/class-gadsense-admin.php:140
2029
  msgid "Limit to 3 ads"
2030
  msgstr ""
2031
 
2032
- #: ../modules/gadsense/admin/class-gadsense-admin.php:168
 
 
 
 
 
 
 
 
 
 
 
2033
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2034
  msgstr ""
2035
 
2036
- #: ../modules/gadsense/admin/class-gadsense-admin.php:180
2037
  #, php-format
2038
  msgid "Limit to %d AdSense ads"
2039
  msgstr ""
2040
 
2041
- #: ../modules/gadsense/admin/class-gadsense-admin.php:184
2042
  #, php-format
2043
  msgid ""
2044
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
@@ -2046,12 +2160,23 @@ msgid ""
2046
  "this limitation at your own risks."
2047
  msgstr ""
2048
 
2049
- #: ../modules/gadsense/admin/class-gadsense-admin.php:187
2050
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2051
  msgstr ""
2052
 
2053
- #: ../modules/gadsense/admin/class-gadsense-admin.php:205 ..
2054
- #: /modules/gadsense/includes/class-ad-type-adsense.php:73
 
 
 
 
 
 
 
 
 
 
 
2055
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2056
  msgstr ""
2057
 
@@ -2112,7 +2237,7 @@ msgstr ""
2112
  msgid "Your AdSense Publisher ID is missing."
2113
  msgstr ""
2114
 
2115
- #: ../modules/gadsense/includes/class-gadsense-data.php:42
2116
  msgid "Auto"
2117
  msgstr ""
2118
 
@@ -2121,84 +2246,84 @@ msgstr ""
2121
  msgid "Advanced Ads Error: %s"
2122
  msgstr ""
2123
 
2124
- #: ../public/class-advanced-ads.php:515
2125
  msgctxt "ad group general name"
2126
  msgid "Ad Groups"
2127
  msgstr ""
2128
 
2129
- #: ../public/class-advanced-ads.php:516
2130
  msgctxt "ad group singular name"
2131
  msgid "Ad Group"
2132
  msgstr ""
2133
 
2134
- #: ../public/class-advanced-ads.php:517
2135
  msgid "Search Ad Groups"
2136
  msgstr ""
2137
 
2138
- #: ../public/class-advanced-ads.php:518
2139
  msgid "All Ad Groups"
2140
  msgstr ""
2141
 
2142
- #: ../public/class-advanced-ads.php:519
2143
  msgid "Parent Ad Groups"
2144
  msgstr ""
2145
 
2146
- #: ../public/class-advanced-ads.php:520
2147
  msgid "Parent Ad Groups:"
2148
  msgstr ""
2149
 
2150
- #: ../public/class-advanced-ads.php:521
2151
  msgid "Edit Ad Group"
2152
  msgstr ""
2153
 
2154
- #: ../public/class-advanced-ads.php:522
2155
  msgid "Update Ad Group"
2156
  msgstr ""
2157
 
2158
- #: ../public/class-advanced-ads.php:523
2159
  msgid "Add New Ad Group"
2160
  msgstr ""
2161
 
2162
- #: ../public/class-advanced-ads.php:524
2163
  msgid "New Ad Groups Name"
2164
  msgstr ""
2165
 
2166
- #: ../public/class-advanced-ads.php:526
2167
  msgid "No Ad Group found"
2168
  msgstr ""
2169
 
2170
- #: ../public/class-advanced-ads.php:554 ../public/class-advanced-ads.php:558
2171
  msgid "New Ad"
2172
  msgstr ""
2173
 
2174
- #: ../public/class-advanced-ads.php:555
2175
  msgid "Add New Ad"
2176
  msgstr ""
2177
 
2178
- #: ../public/class-advanced-ads.php:557
2179
  msgid "Edit Ad"
2180
  msgstr ""
2181
 
2182
- #: ../public/class-advanced-ads.php:559
2183
  msgid "View"
2184
  msgstr ""
2185
 
2186
- #: ../public/class-advanced-ads.php:560
2187
  msgid "View the Ad"
2188
  msgstr ""
2189
 
2190
- #: ../public/class-advanced-ads.php:561
2191
  msgid "Search Ads"
2192
  msgstr ""
2193
 
2194
- #: ../public/class-advanced-ads.php:562
2195
  msgid "No Ads found"
2196
  msgstr ""
2197
 
2198
- #: ../public/class-advanced-ads.php:563
2199
  msgid "No Ads found in Trash"
2200
  msgstr ""
2201
 
2202
- #: ../public/class-advanced-ads.php:564
2203
  msgid "Parent Ad"
2204
  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: Mon Sep 21 2015 20:42:28 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"
24
  "X-Poedit-Basepath: ../\n"
25
  "X-Poedit-SearchPath-0: ."
26
 
27
+ #. Name of the plugin
28
+ msgid "Advanced Ads"
29
+ msgstr ""
30
+
31
+ #. URI of the plugin
32
+ msgid "https://wpadvancedads.com"
33
+ msgstr ""
34
+
35
+ #. Description of the plugin
36
+ msgid "Manage and optimize your ads in WordPress"
37
+ msgstr ""
38
+
39
+ #. Author of the plugin
40
+ msgid "Thomas Maier"
41
+ msgstr ""
42
+
43
+ #. Author URI of the plugin
44
+ msgid "http://webgilde.com"
45
+ msgstr ""
46
+
47
  #: ../admin/class-advanced-ads-admin.php:239
48
  msgid "Overview"
49
  msgstr ""
51
  #: ../admin/class-advanced-ads-admin.php:243 ../admin/class-advanced-ads-admin.
52
  #: php:243 ../admin/views/ad-group-list-form-row.php:27 ../admin/views/ad-group-
53
  #: list-header.php:5 ../admin/views/placements.php:78 ../admin/views/placements.
54
+ #: php:182 ../classes/widget.php:83 ../public/class-advanced-ads.php:556
55
  msgid "Ads"
56
  msgstr ""
57
 
58
  #: ../admin/class-advanced-ads-admin.php:247 ../admin/views/placements.php:71 ..
59
+ #: /admin/views/placements.php:175 ../classes/widget.php:76
60
  msgid "Ad Groups"
61
  msgstr ""
62
 
63
+ #: ../admin/class-advanced-ads-admin.php:247 ../public/class-advanced-ads.php:529
64
  msgid "Groups"
65
  msgstr ""
66
 
130
  msgid "Visitor Conditions"
131
  msgstr ""
132
 
133
+ #: ../admin/class-advanced-ads-admin.php:713 ../admin/class-advanced-ads-admin.
134
+ #: php:714
135
  msgid "Ad updated."
136
  msgstr ""
137
 
138
  #. translators: %s: date and time of the revision
139
+ #: ../admin/class-advanced-ads-admin.php:716
140
  #, php-format
141
  msgid "Ad restored to revision from %s"
142
  msgstr ""
143
 
144
+ #: ../admin/class-advanced-ads-admin.php:717
145
  msgid "Ad published."
146
  msgstr ""
147
 
148
+ #: ../admin/class-advanced-ads-admin.php:718
149
  msgid "Ad saved."
150
  msgstr ""
151
 
152
+ #: ../admin/class-advanced-ads-admin.php:719
153
  msgid "Ad submitted."
154
  msgstr ""
155
 
156
+ #: ../admin/class-advanced-ads-admin.php:721
157
  #, php-format
158
  msgid "Ad scheduled for: <strong>%1$s</strong>."
159
  msgstr ""
160
 
161
  #. translators: Publish box date format, see http://php.net/date
162
+ #: ../admin/class-advanced-ads-admin.php:723
163
  msgid "M j, Y @ G:i"
164
  msgstr ""
165
 
166
+ #: ../admin/class-advanced-ads-admin.php:725
167
  msgid "Ad draft updated."
168
  msgstr ""
169
 
170
+ #: ../admin/class-advanced-ads-admin.php:744
171
  #, php-format
172
  msgid "%s ad updated."
173
  msgid_plural "%s ads updated."
174
  msgstr[0] ""
175
  msgstr[1] ""
176
 
177
+ #: ../admin/class-advanced-ads-admin.php:745
178
  #, php-format
179
  msgid "%s ad not updated, somebody is editing it."
180
  msgid_plural "%s ads not updated, somebody is editing them."
181
  msgstr[0] ""
182
  msgstr[1] ""
183
 
184
+ #: ../admin/class-advanced-ads-admin.php:746
185
  #, php-format
186
  msgid "%s ad permanently deleted."
187
  msgid_plural "%s ads permanently deleted."
188
  msgstr[0] ""
189
  msgstr[1] ""
190
 
191
+ #: ../admin/class-advanced-ads-admin.php:747
192
  #, php-format
193
  msgid "%s ad moved to the Trash."
194
  msgid_plural "%s ads moved to the Trash."
195
  msgstr[0] ""
196
  msgstr[1] ""
197
 
198
+ #: ../admin/class-advanced-ads-admin.php:748
199
  #, php-format
200
  msgid "%s ad restored from the Trash."
201
  msgid_plural "%s ads restored from the Trash."
202
  msgstr[0] ""
203
  msgstr[1] ""
204
 
205
+ #: ../admin/class-advanced-ads-admin.php:783 ../admin/views/settings.php:12
206
  msgid "General"
207
  msgstr ""
208
 
209
+ #: ../admin/class-advanced-ads-admin.php:795 ../admin/class-advanced-ads-admin.
210
+ #: php:891
211
  msgid "Licenses"
212
  msgstr ""
213
 
214
+ #: ../admin/class-advanced-ads-admin.php:806
215
  msgid "Disable ads"
216
  msgstr ""
217
 
218
+ #: ../admin/class-advanced-ads-admin.php:814
219
  msgid "Hide ads for logged in users"
220
  msgstr ""
221
 
222
+ #: ../admin/class-advanced-ads-admin.php:822
223
  msgid "Use advanced JavaScript"
224
  msgstr ""
225
 
226
+ #: ../admin/class-advanced-ads-admin.php:830
227
  msgid "Unlimited ad injection"
228
  msgstr ""
229
 
230
+ #: ../admin/class-advanced-ads-admin.php:838
231
  msgid "Priority of content injection filter"
232
  msgstr ""
233
 
234
+ #: ../admin/class-advanced-ads-admin.php:846
235
  msgid "Hide ads from bots"
236
  msgstr ""
237
 
238
+ #: ../admin/class-advanced-ads-admin.php:854
239
  msgid "Disable notices"
240
  msgstr ""
241
 
242
+ #: ../admin/class-advanced-ads-admin.php:862
243
  msgid "ID prefix"
244
  msgstr ""
245
 
246
+ #: ../admin/class-advanced-ads-admin.php:870
247
  msgid "Remove Widget ID"
248
  msgstr ""
249
 
250
+ #: ../admin/class-advanced-ads-admin.php:945
251
  msgid "(display to all)"
252
  msgstr ""
253
 
254
+ #: ../admin/class-advanced-ads-admin.php:946
255
  msgid "Subscriber"
256
  msgstr ""
257
 
258
+ #: ../admin/class-advanced-ads-admin.php:947
259
  msgid "Contributor"
260
  msgstr ""
261
 
262
+ #: ../admin/class-advanced-ads-admin.php:948
263
  msgid "Author"
264
  msgstr ""
265
 
266
+ #: ../admin/class-advanced-ads-admin.php:949
267
  msgid "Editor"
268
  msgstr ""
269
 
270
+ #: ../admin/class-advanced-ads-admin.php:950
271
  msgid "Admin"
272
  msgstr ""
273
 
274
+ #: ../admin/class-advanced-ads-admin.php:958
275
  msgid "Choose the lowest role a user must have in order to not see any ads."
276
  msgstr ""
277
 
278
+ #: ../admin/class-advanced-ads-admin.php:972
279
  msgid ""
280
  "<strong>notice: </strong>the file is currently enabled by an add-on that "
281
  "needs it."
282
  msgstr ""
283
 
284
+ #: ../admin/class-advanced-ads-admin.php:975
285
  #, php-format
286
  msgid ""
287
  "Enable advanced JavaScript functions (<a href=\"%s\" target=\"_blank\">here</a>)."
289
  "from this file."
290
  msgstr ""
291
 
292
+ #: ../admin/class-advanced-ads-admin.php:988
293
  msgid ""
294
  "Some plugins and themes trigger ad injection where it shouldn’t happen. "
295
  "Therefore, Advanced Ads ignores injected placements on non-singular pages "
298
  "on archive pages AT YOUR OWN RISK."
299
  msgstr ""
300
 
301
+ #: ../admin/class-advanced-ads-admin.php:1002
302
  msgid ""
303
  "Play with this value in order to change the priority of the injected ads "
304
  "compared to other auto injected elements in the post content."
305
  msgstr ""
306
 
307
+ #: ../admin/class-advanced-ads-admin.php:1015
308
  #, php-format
309
  msgid ""
310
  "Hide ads from crawlers, bots and empty user agents. Also prevents counting "
312
  "Add-On</a>."
313
  msgstr ""
314
 
315
+ #: ../admin/class-advanced-ads-admin.php:1016
316
  msgid ""
317
  "Disabling this option only makes sense if your ads contain content you want "
318
  "to display to bots (like search engines) or your site is cached and bots "
319
  "could create a cached version without the ads."
320
  msgstr ""
321
 
322
+ #: ../admin/class-advanced-ads-admin.php:1029
323
  msgid ""
324
  "Disable internal notices like tips, tutorials, email newsletters and update "
325
  "notices. Disabling notices is recommended if you run multiple blogs with "
326
  "Advanced Ads already."
327
  msgstr ""
328
 
329
+ #: ../admin/class-advanced-ads-admin.php:1051
330
  msgid ""
331
  "Prefix of class or id attributes in the frontend. Change it if you don’t "
332
  "want <strong>ad blockers</strong> to mark these blocks as ads.<br/>You might "
333
  "need to <strong>rewrite css rules afterwards</strong>."
334
  msgstr ""
335
 
336
+ #: ../admin/class-advanced-ads-admin.php:1072
337
  msgid ""
338
  "Remove the ID attribute from widgets in order to not make them an easy "
339
  "target of ad blockers."
340
  msgstr ""
341
 
342
+ #: ../admin/class-advanced-ads-admin.php:1125
343
  msgid "Ad Details"
344
  msgstr ""
345
 
346
+ #: ../admin/class-advanced-ads-admin.php:1199
347
  msgid "Ad Settings"
348
  msgstr ""
349
 
350
+ #: ../admin/class-advanced-ads-admin.php:1278 ../admin/views/overview.php:23
351
  msgid "Ads Dashboard"
352
  msgstr ""
353
 
354
+ #: ../admin/class-advanced-ads-admin.php:1290
355
  msgid "From the ad optimization universe"
356
  msgstr ""
357
 
358
+ #: ../admin/class-advanced-ads-admin.php:1299
359
  msgid "Advanced Ads Tutorials"
360
  msgstr ""
361
 
362
+ #: ../admin/class-advanced-ads-admin.php:1310
363
  #, php-format
364
  msgid "%d ads – <a href=\"%s\">manage</a> - <a href=\"%s\">new</a>"
365
  msgstr ""
366
 
367
+ #: ../admin/class-advanced-ads-admin.php:1321
368
  msgid "plugin manual and homepage"
369
  msgstr ""
370
 
371
+ #: ../admin/class-advanced-ads-admin.php:1328
372
  msgid "Get the tutorial via email"
373
  msgstr ""
374
 
375
+ #: ../admin/class-advanced-ads-admin.php:1335
376
  msgid "Get AdSense tips via email"
377
  msgstr ""
378
 
379
+ #: ../admin/class-advanced-ads-admin.php:1414
380
  msgid "Error while trying to register the license. Please contact support."
381
  msgstr ""
382
 
383
+ #: ../admin/class-advanced-ads-admin.php:1420
384
  msgid "Please enter and save a valid license key first."
385
  msgstr ""
386
 
387
+ #: ../admin/class-advanced-ads-admin.php:1440
388
  #, php-format
389
  msgid "License is invalid. Reason: %s"
390
  msgstr ""
436
  msgstr ""
437
 
438
  #: ../admin/includes/class-ad-groups-list.php:259 ../public/class-advanced-ads.
439
+ #: php:560
440
  msgid "Edit"
441
  msgstr ""
442
 
884
  "and Advanced Ads from my dedicated newsletter."
885
  msgstr ""
886
 
887
+ #: ../admin/includes/notices.php:52 ../admin/views/support.php:35
888
  #, php-format
889
  msgid ""
890
  "One or more license keys for <strong>Advanced Ads add-ons are invalid or "
900
  "target=\"_blank\">the add-on page</a>."
901
  msgstr ""
902
 
903
+ #: ../admin/includes/notices.php:62 ../admin/views/support.php:38
904
  #, php-format
905
  msgid ""
906
  "<strong>Advanced Ads</strong> license(s) expired. Support and updates are "
1016
  msgstr ""
1017
 
1018
  #: ../admin/views/ad-group-list-form-row.php:30 ../public/class-advanced-ads.php:
1019
+ #: 557
1020
  msgid "Ad"
1021
  msgstr ""
1022
 
1278
  msgid "Set expiry date"
1279
  msgstr ""
1280
 
1281
+ #: ../admin/views/ad-submitbox-meta.php:10
1282
+ msgid "Month"
1283
+ msgstr ""
1284
+
1285
+ #: ../admin/views/ad-submitbox-meta.php:14
1286
  #, php-format
1287
  msgctxt "1: month number (01, 02, etc.), 2: month abbreviation"
1288
  msgid "%1$s-%2$s"
1289
  msgstr ""
1290
 
1291
  #: ../admin/views/ad-submitbox-meta.php:19
1292
+ msgid "Day"
1293
+ msgstr ""
1294
+
1295
+ #: ../admin/views/ad-submitbox-meta.php:20
1296
+ msgid "Year"
1297
+ msgstr ""
1298
+
1299
+ #: ../admin/views/ad-submitbox-meta.php:21
1300
+ msgid "Hour"
1301
+ msgstr ""
1302
+
1303
+ #: ../admin/views/ad-submitbox-meta.php:22
1304
+ msgid "Minute"
1305
+ msgstr ""
1306
+
1307
+ #: ../admin/views/ad-submitbox-meta.php:27
1308
  #, php-format
1309
+ msgctxt "order of expiry date fields 1: month, 2: day, 3: year, 4: hour, 5: minute"
1310
+ msgid "%1$s %2$s, %3$s @ %4$s %5$s"
1311
  msgstr ""
1312
 
1313
  #: ../admin/views/ad-visitor-metabox.php:4
1515
  msgid "Item"
1516
  msgstr ""
1517
 
1518
+ #: ../admin/views/placements.php:69 ../admin/views/placements.php:173
1519
  msgid "--not selected--"
1520
  msgstr ""
1521
 
1535
  msgid "start counting from bottom"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/views/placements.php:113
1539
+ msgid "Important Notice"
1540
+ msgstr ""
1541
+
1542
+ #: ../admin/views/placements.php:113
1543
+ msgid ""
1544
+ "Your server is missing an extension. This might break the content injection."
1545
+ "<br/>Ignore this warning if everything works fine or else ask your hosting "
1546
+ "provider to enable <em>mbstring</em>."
1547
+ msgstr ""
1548
+
1549
+ #: ../admin/views/placements.php:123
1550
+ msgid "advanced options"
1551
+ msgstr ""
1552
+
1553
+ #: ../admin/views/placements.php:131
1554
+ msgctxt "checkbox to remove placement"
1555
+ msgid "delete"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/views/placements.php:137
1559
  msgid "Save Placements"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/views/placements.php:139
1563
  msgid "Create a new placement"
1564
  msgstr ""
1565
 
1566
+ #: ../admin/views/placements.php:140
1567
  msgid "New Placement"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/views/placements.php:146
1571
  msgid "Choose a placement type"
1572
  msgstr ""
1573
 
1574
+ #: ../admin/views/placements.php:147
1575
  #, php-format
1576
  msgid ""
1577
  "Placement types define where the ad is going to be displayed. Learn more "
1578
  "about the different types from the <a href=\"%s\">manual</a>"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/views/placements.php:164
1582
  msgid "Please select a placement type."
1583
  msgstr ""
1584
 
1585
+ #: ../admin/views/placements.php:166
1586
  msgid "Choose a Name"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/views/placements.php:167
1590
  msgid ""
1591
  "The name of the placement is only visible to you. Tip: choose a descriptive "
1592
  "one, e.g. <em>Below Post Headline</em>."
1593
  msgstr ""
1594
 
1595
+ #: ../admin/views/placements.php:168
1596
  msgid "Placement Name"
1597
  msgstr ""
1598
 
1599
+ #: ../admin/views/placements.php:169
1600
  msgid "Please enter a name for your placement."
1601
  msgstr ""
1602
 
1603
+ #: ../admin/views/placements.php:170
1604
  msgid "Choose the Ad or Group"
1605
  msgstr ""
1606
 
1607
+ #: ../admin/views/placements.php:171
1608
  msgid "The ad or group that should be displayed."
1609
  msgstr ""
1610
 
1611
+ #: ../admin/views/placements.php:190
1612
  msgid "Save New Placement"
1613
  msgstr ""
1614
 
1711
  msgid "Email was successfully sent."
1712
  msgstr ""
1713
 
1714
+ #: ../admin/views/support.php:11
1715
  msgid "Search"
1716
  msgstr ""
1717
 
1718
+ #: ../admin/views/support.php:12
1719
  msgid ""
1720
  "Use the following form to search for solutions in the manual on "
1721
  "wpadvancedads.com"
1722
  msgstr ""
1723
 
1724
+ #: ../admin/views/support.php:15
1725
  msgid "search"
1726
  msgstr ""
1727
 
1728
+ #: ../admin/views/support.php:18
1729
+ msgid "Possible Issues"
1730
+ msgstr ""
1731
+
1732
+ #: ../admin/views/support.php:19
1733
+ msgid ""
1734
+ "Please fix the issues below or try to understand their consequences before "
1735
+ "contacting support."
1736
+ msgstr ""
1737
+
1738
+ #: ../admin/views/support.php:23
1739
+ #, php-format
1740
+ msgid ""
1741
+ "Your <strong>PHP version (%s) is too low</strong>. Advanced Ads is built for "
1742
+ "PHP 5.3 and higher. It might work, but updating PHP is highly recommended. "
1743
+ "Please ask your hosting provider for more information."
1744
+ msgstr ""
1745
+
1746
+ #: ../admin/views/support.php:26
1747
+ #, php-format
1748
+ msgid ""
1749
+ "Your <strong>website uses cache</strong>. Some dynamic features like ad "
1750
+ "rotation or visitor conditions might not work properly. Use the cache-"
1751
+ "busting feature of <a href=\"%s\" target=\"_blank\">Advanced Ads Pro</a> to load "
1752
+ "ads dynamically."
1753
+ msgstr ""
1754
+
1755
+ #: ../admin/views/support.php:29
1756
+ msgid "There is a <strong>new WordPress version available</strong>. Please update."
1757
+ msgstr ""
1758
+
1759
+ #: ../admin/views/support.php:32
1760
+ msgid "There are <strong>plugin updates available</strong>. Please update."
1761
+ msgstr ""
1762
+
1763
+ #: ../admin/views/support.php:41
1764
+ msgid ""
1765
+ "<strong>Autoptimize plugin detected</strong>. While this plugin is great for "
1766
+ "site performance, it is known to alter code, including scripts from ad "
1767
+ "networks. Please keep this in mind before asking for help about it."
1768
+ msgstr ""
1769
+
1770
+ #: ../admin/views/support.php:51
1771
  msgid "Contact"
1772
  msgstr ""
1773
 
1774
+ #: ../admin/views/support.php:52
1775
  #, php-format
1776
  msgid ""
1777
  "Please search the manual for a solution and take a look at <a href=\"%s\" "
1778
  "target=\"_blank\">Ads not showing up?</a> before contacting me for help."
1779
  msgstr ""
1780
 
1781
+ #: ../admin/views/support.php:57
1782
  msgid "your email"
1783
  msgstr ""
1784
 
1785
+ #: ../admin/views/support.php:61
1786
  msgid "your name"
1787
  msgstr ""
1788
 
1789
+ #: ../admin/views/support.php:65
1790
  msgid "your message"
1791
  msgstr ""
1792
 
1793
+ #: ../admin/views/support.php:70
1794
  msgid "send"
1795
  msgstr ""
1796
 
1797
+ #: ../admin/views/notices/adblock.php:3
1798
+ msgid ""
1799
+ "Please disable your <strong>AdBlocker</strong> to prevent problems with your "
1800
+ "ad setup."
1801
+ msgstr ""
1802
+
1803
  #: ../classes/ad_placements.php:31
1804
  msgid "Manual Placement"
1805
  msgstr ""
2104
  msgid " at "
2105
  msgstr ""
2106
 
2107
+ #: ../modules/gadsense/admin/admin.php:26 ../modules/gadsense/admin/views/adsense-
2108
+ #: ad-parameters.php:51
2109
  msgid "Responsive"
2110
  msgstr ""
2111
 
2112
+ #: ../modules/gadsense/admin/admin.php:44
2113
  msgid "The ad details couldn't be retrieved from the ad code"
2114
  msgstr ""
2115
 
2116
+ #: ../modules/gadsense/admin/admin.php:45
2117
  msgid ""
2118
  "Warning : The AdSense account from this code does not match the one set with "
2119
  "the Advanced Ads Plugin. This ad might cause troubles when used in the front "
2120
  "end."
2121
  msgstr ""
2122
 
2123
+ #: ../modules/gadsense/admin/admin.php:123 ../modules/gadsense/admin/admin.php:258
 
2124
  msgid "AdSense"
2125
  msgstr ""
2126
 
2127
+ #: ../modules/gadsense/admin/admin.php:131
2128
  msgid "AdSense ID"
2129
  msgstr ""
2130
 
2131
+ #: ../modules/gadsense/admin/admin.php:140
2132
  msgid "Limit to 3 ads"
2133
  msgstr ""
2134
 
2135
+ #: ../modules/gadsense/admin/admin.php:149
2136
+ msgid "Activate Page-Level ads"
2137
+ msgstr ""
2138
+
2139
+ #: ../modules/gadsense/admin/admin.php:169
2140
+ #, php-format
2141
+ msgid ""
2142
+ "Please enter your Publisher ID in order to use AdSense on your page. See the "
2143
+ "<a href=\"%s\" target=\"_blank\">manual</a> for more information."
2144
+ msgstr ""
2145
+
2146
+ #: ../modules/gadsense/admin/admin.php:183
2147
  msgid "Your AdSense Publisher ID <em>(pub-xxxxxxxxxxxxxx)</em>"
2148
  msgstr ""
2149
 
2150
+ #: ../modules/gadsense/admin/admin.php:195
2151
  #, php-format
2152
  msgid "Limit to %d AdSense ads"
2153
  msgstr ""
2154
 
2155
+ #: ../modules/gadsense/admin/admin.php:199
2156
  #, php-format
2157
  msgid ""
2158
  "Currently, Google AdSense <a target=\"_blank\" href=\"%s\" title=\"Terms Of "
2160
  "this limitation at your own risks."
2161
  msgstr ""
2162
 
2163
+ #: ../modules/gadsense/admin/admin.php:202
2164
  msgid "Notice: Advanced Ads only considers the AdSense ad type for this limit."
2165
  msgstr ""
2166
 
2167
+ #: ../modules/gadsense/admin/admin.php:215
2168
+ msgid "Insert Page-Level ads code on all pages."
2169
+ msgstr ""
2170
+
2171
+ #: ../modules/gadsense/admin/admin.php:217
2172
+ msgid ""
2173
+ "You still need to enable Page-Level ads in your AdSense account. See <a "
2174
+ "href=\"https://support.google.com/adsense/answer/6245304\" "
2175
+ "target=\"_blank\">AdSense Help</a> for more information"
2176
+ msgstr ""
2177
+
2178
+ #: ../modules/gadsense/admin/admin.php:236 ../modules/gadsense/includes/class-ad-
2179
+ #: type-adsense.php:73
2180
  msgid "The Publisher ID has an incorrect format. (must start with \"pub-\")"
2181
  msgstr ""
2182
 
2237
  msgid "Your AdSense Publisher ID is missing."
2238
  msgstr ""
2239
 
2240
+ #: ../modules/gadsense/includes/class-gadsense-data.php:46
2241
  msgid "Auto"
2242
  msgstr ""
2243
 
2246
  msgid "Advanced Ads Error: %s"
2247
  msgstr ""
2248
 
2249
+ #: ../public/class-advanced-ads.php:519
2250
  msgctxt "ad group general name"
2251
  msgid "Ad Groups"
2252
  msgstr ""
2253
 
2254
+ #: ../public/class-advanced-ads.php:520
2255
  msgctxt "ad group singular name"
2256
  msgid "Ad Group"
2257
  msgstr ""
2258
 
2259
+ #: ../public/class-advanced-ads.php:521
2260
  msgid "Search Ad Groups"
2261
  msgstr ""
2262
 
2263
+ #: ../public/class-advanced-ads.php:522
2264
  msgid "All Ad Groups"
2265
  msgstr ""
2266
 
2267
+ #: ../public/class-advanced-ads.php:523
2268
  msgid "Parent Ad Groups"
2269
  msgstr ""
2270
 
2271
+ #: ../public/class-advanced-ads.php:524
2272
  msgid "Parent Ad Groups:"
2273
  msgstr ""
2274
 
2275
+ #: ../public/class-advanced-ads.php:525
2276
  msgid "Edit Ad Group"
2277
  msgstr ""
2278
 
2279
+ #: ../public/class-advanced-ads.php:526
2280
  msgid "Update Ad Group"
2281
  msgstr ""
2282
 
2283
+ #: ../public/class-advanced-ads.php:527
2284
  msgid "Add New Ad Group"
2285
  msgstr ""
2286
 
2287
+ #: ../public/class-advanced-ads.php:528
2288
  msgid "New Ad Groups Name"
2289
  msgstr ""
2290
 
2291
+ #: ../public/class-advanced-ads.php:530
2292
  msgid "No Ad Group found"
2293
  msgstr ""
2294
 
2295
+ #: ../public/class-advanced-ads.php:558 ../public/class-advanced-ads.php:562
2296
  msgid "New Ad"
2297
  msgstr ""
2298
 
2299
+ #: ../public/class-advanced-ads.php:559
2300
  msgid "Add New Ad"
2301
  msgstr ""
2302
 
2303
+ #: ../public/class-advanced-ads.php:561
2304
  msgid "Edit Ad"
2305
  msgstr ""
2306
 
2307
+ #: ../public/class-advanced-ads.php:563
2308
  msgid "View"
2309
  msgstr ""
2310
 
2311
+ #: ../public/class-advanced-ads.php:564
2312
  msgid "View the Ad"
2313
  msgstr ""
2314
 
2315
+ #: ../public/class-advanced-ads.php:565
2316
  msgid "Search Ads"
2317
  msgstr ""
2318
 
2319
+ #: ../public/class-advanced-ads.php:566
2320
  msgid "No Ads found"
2321
  msgstr ""
2322
 
2323
+ #: ../public/class-advanced-ads.php:567
2324
  msgid "No Ads found in Trash"
2325
  msgstr ""
2326
 
2327
+ #: ../public/class-advanced-ads.php:568
2328
  msgid "Parent Ad"
2329
  msgstr ""
modules/display-by-query/display-by-query.class.php CHANGED
@@ -50,8 +50,9 @@ class Advanced_Ads_Module_Display_By_Query {
50
  $args['wp_the_query'] = array();
51
  }
52
  $query = $wp_the_query->get_queried_object();
 
53
  if ( ! isset( $args['wp_the_query']['term_id'] ) && $query ) {
54
- $args['wp_the_query']['term_id'] = $query->term_id;
55
  }
56
 
57
  // query type/ context
50
  $args['wp_the_query'] = array();
51
  }
52
  $query = $wp_the_query->get_queried_object();
53
+ // term_id exists only for taxonomy archive pages
54
  if ( ! isset( $args['wp_the_query']['term_id'] ) && $query ) {
55
+ $args['wp_the_query']['term_id'] = isset( $query->term_id ) ? $query->term_id : '';
56
  }
57
 
58
  // query type/ context
modules/gadsense/admin/{class-gadsense-admin.php → admin.php} RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Gadsense_Admin {
4
 
5
  private $data;
6
  private $nonce;
@@ -9,7 +9,7 @@ class Gadsense_Admin {
9
  private $settings_page_hook = 'advanced-ads-adsense-settings-page';
10
 
11
  private function __construct() {
12
- $this->data = Gadsense_Data::get_instance();
13
  add_action( 'advanced-ads-settings-init', array($this, 'settings_init') );
14
  // add_action( 'advanced-ads-additional-settings-form', array($this, 'settings_init') );
15
  add_filter('advanced-ads-setting-tabs', array($this, 'setting_tabs'));
@@ -34,7 +34,7 @@ class Gadsense_Admin {
34
  ('post-new.php' == $pagenow && Advanced_Ads::POST_TYPE_SLUG == $post_type) ||
35
  ('post.php' == $pagenow && Advanced_Ads::POST_TYPE_SLUG == $post_type && isset($_GET['action']) && 'edit' == $_GET['action'])
36
  ) {
37
- $db = Gadsense_Data::get_instance();
38
  $pub_id = $db->get_adsense_id();
39
  ?>
40
  <script type="text/javascript">
@@ -143,6 +143,15 @@ class Gadsense_Admin {
143
  'advanced_ads_adsense_setting_section'
144
  );
145
 
 
 
 
 
 
 
 
 
 
146
  // hook for additional settings from add-ons
147
  do_action( 'advanced-ads-adsense-settings-init', $hook );
148
  }
@@ -154,6 +163,12 @@ class Gadsense_Admin {
154
  */
155
  public function render_settings_section_callback(){
156
  // for whatever purpose there might come
 
 
 
 
 
 
157
  }
158
 
159
  /**
@@ -176,15 +191,31 @@ class Gadsense_Admin {
176
  public function render_settings_adsense_limit(){
177
  $limit_per_page = $this->data->get_limit_per_page();
178
 
179
- ?><input type="checkbox" name="<?php echo GADSENSE_OPT_NAME; ?>[limit-per-page]" value="1" <?php checked( $limit_per_page ); ?> />
180
- <?php printf( __( 'Limit to %d AdSense ads', ADVADS_SLUG ), 3 ); ?>
181
  <p class="description">
182
  <?php
183
  printf(
184
  __( 'Currently, Google AdSense <a target="_blank" href="%s" title="Terms Of Service">TOS</a> imposes a limit of %d display ads per page. You can disable this limitation at your own risks.', ADVADS_SLUG ),
185
  esc_url( 'https://www.google.com/adsense/terms' ), 3
186
  ); ?><br/><?php
187
- _e( 'Notice: Advanced Ads only considers the AdSense ad type for this limit.', ADVADS_SLUG );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  }
189
 
190
  /**
1
  <?php
2
 
3
+ class Advanced_Ads_AdSense_Admin {
4
 
5
  private $data;
6
  private $nonce;
9
  private $settings_page_hook = 'advanced-ads-adsense-settings-page';
10
 
11
  private function __construct() {
12
+ $this->data = Advanced_Ads_AdSense_Data::get_instance();
13
  add_action( 'advanced-ads-settings-init', array($this, 'settings_init') );
14
  // add_action( 'advanced-ads-additional-settings-form', array($this, 'settings_init') );
15
  add_filter('advanced-ads-setting-tabs', array($this, 'setting_tabs'));
34
  ('post-new.php' == $pagenow && Advanced_Ads::POST_TYPE_SLUG == $post_type) ||
35
  ('post.php' == $pagenow && Advanced_Ads::POST_TYPE_SLUG == $post_type && isset($_GET['action']) && 'edit' == $_GET['action'])
36
  ) {
37
+ $db = Advanced_Ads_AdSense_Data::get_instance();
38
  $pub_id = $db->get_adsense_id();
39
  ?>
40
  <script type="text/javascript">
143
  'advanced_ads_adsense_setting_section'
144
  );
145
 
146
+ // activate page-level ads
147
+ add_settings_field(
148
+ 'adsense-page-level',
149
+ __( 'Activate Page-Level ads', ADVADS_SLUG ),
150
+ array($this, 'render_settings_adsense_page_level'),
151
+ $hook,
152
+ 'advanced_ads_adsense_setting_section'
153
+ );
154
+
155
  // hook for additional settings from add-ons
156
  do_action( 'advanced-ads-adsense-settings-init', $hook );
157
  }
163
  */
164
  public function render_settings_section_callback(){
165
  // for whatever purpose there might come
166
+ $adsense_id = $this->data->get_adsense_id();
167
+ if( ! $adsense_id ){
168
+ ?><p class="advads-error-message"><?php
169
+ printf(__( 'Please enter your Publisher ID in order to use AdSense on your page. See the <a href="%s" target="_blank">manual</a> for more information.', ADVADS_SLUG ), ADVADS_URL . 'manual/ad-types/adsense-ads/' );
170
+ ?></p><?php
171
+ }
172
  }
173
 
174
  /**
191
  public function render_settings_adsense_limit(){
192
  $limit_per_page = $this->data->get_limit_per_page();
193
 
194
+ ?><label><input type="checkbox" name="<?php echo GADSENSE_OPT_NAME; ?>[limit-per-page]" value="1" <?php checked( $limit_per_page ); ?> />
195
+ <?php printf( __( 'Limit to %d AdSense ads', ADVADS_SLUG ), 3 ); ?></label>
196
  <p class="description">
197
  <?php
198
  printf(
199
  __( 'Currently, Google AdSense <a target="_blank" href="%s" title="Terms Of Service">TOS</a> imposes a limit of %d display ads per page. You can disable this limitation at your own risks.', ADVADS_SLUG ),
200
  esc_url( 'https://www.google.com/adsense/terms' ), 3
201
  ); ?><br/><?php
202
+ _e( 'Notice: Advanced Ads only considers the AdSense ad type for this limit.', ADVADS_SLUG );
203
+ }
204
+
205
+ /**
206
+ * render page-level ads setting
207
+ *
208
+ * @since 1.6.9
209
+ */
210
+ public function render_settings_adsense_page_level(){
211
+ $options = $this->data->get_options();
212
+ $page_level = $options['page-level-enabled'];
213
+
214
+ ?><label><input type="checkbox" name="<?php echo GADSENSE_OPT_NAME; ?>[page-level-enabled]" value="1" <?php checked( $page_level ); ?> />
215
+ <?php _e( 'Insert Page-Level ads code on all pages.', ADVADS_SLUG ); ?></label>
216
+ <p class="description">
217
+ <?php _e( 'You still need to enable Page-Level ads in your AdSense account. See <a href="https://support.google.com/adsense/answer/6245304" target="_blank">AdSense Help</a> for more information', ADVADS_SLUG ); ?>
218
+ </p><?php
219
  }
220
 
221
  /**
modules/gadsense/admin/views/adsense-ad-parameters.php CHANGED
@@ -11,7 +11,7 @@ if ( $is_responsive ) {
11
  $use_paste_code = true;
12
  $use_paste_code = apply_filters( 'advanced-ads-gadsense-use-pastecode', $use_paste_code );
13
 
14
- $db = Gadsense_Data::get_instance();
15
  $sizing_array = $db->get_responsive_sizing();
16
 
17
  ?>
11
  $use_paste_code = true;
12
  $use_paste_code = apply_filters( 'advanced-ads-gadsense-use-pastecode', $use_paste_code );
13
 
14
+ $db = Advanced_Ads_AdSense_Data::get_instance();
15
  $sizing_array = $db->get_responsive_sizing();
16
 
17
  ?>
modules/gadsense/config.php CHANGED
@@ -7,8 +7,9 @@ $path = dirname( __FILE__ );
7
  return array(
8
  'classmap' => array(
9
  'Advanced_Ads_Ad_Type_Adsense' => $path . '/includes/class-ad-type-adsense.php',
10
- 'Gadsense_Data' => $path . '/includes/class-gadsense-data.php',
11
- 'Gadsense_Admin' => $path . '/admin/class-gadsense-admin.php',
 
12
  ),
13
  'textdomain' => null,
14
- );
7
  return array(
8
  'classmap' => array(
9
  'Advanced_Ads_Ad_Type_Adsense' => $path . '/includes/class-ad-type-adsense.php',
10
+ 'Advanced_Ads_AdSense_Data' => $path . '/includes/class-gadsense-data.php',
11
+ 'Advanced_Ads_AdSense_Admin' => $path . '/admin/admin.php',
12
+ 'Advanced_Ads_AdSense_Public' => $path . '/public/public.php',
13
  ),
14
  'textdomain' => null,
15
+ );
modules/gadsense/includes/class-ad-type-adsense.php CHANGED
@@ -64,7 +64,7 @@ class Advanced_Ads_Ad_Type_Adsense extends Advanced_Ads_Ad_Type_Abstract {
64
  'at_media' => array(),
65
  );
66
 
67
- $db = Gadsense_Data::get_instance();
68
  $pub_id = trim( $db->get_adsense_id() );
69
 
70
  // check pub_id for errors
@@ -139,7 +139,7 @@ class Advanced_Ads_Ad_Type_Adsense extends Advanced_Ads_Ad_Type_Abstract {
139
 
140
  $content = json_decode( $ad->content );
141
  $output = '';
142
- $db = Gadsense_Data::get_instance();
143
  $pub_id = $db->get_adsense_id();
144
  $limit_per_page = $db->get_limit_per_page();
145
 
64
  'at_media' => array(),
65
  );
66
 
67
+ $db = Advanced_Ads_AdSense_Data::get_instance();
68
  $pub_id = trim( $db->get_adsense_id() );
69
 
70
  // check pub_id for errors
139
 
140
  $content = json_decode( $ad->content );
141
  $output = '';
142
+ $db = Advanced_Ads_AdSense_Data::get_instance();
143
  $pub_id = $db->get_adsense_id();
144
  $limit_per_page = $db->get_limit_per_page();
145
 
modules/gadsense/includes/class-gadsense-data.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Gadsense_Data {
4
 
5
  private static $instance;
6
 
@@ -35,6 +35,10 @@ class Gadsense_Data {
35
  $options['limit-per-page'] = '';
36
  }
37
 
 
 
 
 
38
  $this->options = $options;
39
 
40
  // Resizing method for responsive ads
@@ -46,6 +50,9 @@ class Gadsense_Data {
46
  /**
47
  * GETTERS
48
  */
 
 
 
49
  public function get_adsense_id() {
50
  return trim($this->options['adsense-id']);
51
  }
1
  <?php
2
 
3
+ class Advanced_Ads_AdSense_Data {
4
 
5
  private static $instance;
6
 
35
  $options['limit-per-page'] = '';
36
  }
37
 
38
+ if ( !isset($options['page-level-enabled']) ) {
39
+ $options['page-level-enabled'] = false;
40
+ }
41
+
42
  $this->options = $options;
43
 
44
  // Resizing method for responsive ads
50
  /**
51
  * GETTERS
52
  */
53
+ public function get_options() {
54
+ return $this->options;
55
+ }
56
  public function get_adsense_id() {
57
  return trim($this->options['adsense-id']);
58
  }
modules/gadsense/main.php CHANGED
@@ -19,10 +19,12 @@ if ( class_exists( 'Advanced_Ads', false ) ) {
19
  return date_i18n( get_option( 'date_format' ), $time ) . __( ' at ', ADVADS_SLUG ) . date_i18n( get_option( 'time_format' ), $time );
20
  }
21
 
22
- Gadsense_Data::get_instance();
23
  add_filter( 'advanced-ads-ad-types', 'advads_add_ad_type_adsense' );
24
 
25
  if ( ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX) && is_admin() ) {
26
- Gadsense_Admin::get_instance();
 
 
27
  }
28
- }
19
  return date_i18n( get_option( 'date_format' ), $time ) . __( ' at ', ADVADS_SLUG ) . date_i18n( get_option( 'time_format' ), $time );
20
  }
21
 
22
+ Advanced_Ads_AdSense_Data::get_instance();
23
  add_filter( 'advanced-ads-ad-types', 'advads_add_ad_type_adsense' );
24
 
25
  if ( ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX) && is_admin() ) {
26
+ Advanced_Ads_AdSense_Admin::get_instance();
27
+ } else {
28
+ Advanced_Ads_AdSense_Public::get_instance();
29
  }
30
+ }
modules/gadsense/public/public.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Advanced_Ads_AdSense_Public {
4
+
5
+ private $data; // options
6
+
7
+ private static $instance = null;
8
+
9
+ private function __construct() {
10
+ $this->data = Advanced_Ads_AdSense_Data::get_instance();
11
+ add_action( 'wp_head', array( $this, 'inject_header' ), 20 );
12
+ }
13
+
14
+ public static function get_instance() {
15
+ if ( null == self::$instance ) {
16
+ self::$instance = new self;
17
+ }
18
+ return self::$instance;
19
+ }
20
+
21
+ /**
22
+ * inject page-level header code
23
+ *
24
+ * @since 1.6.9
25
+ */
26
+ public function inject_header(){
27
+ $options = $this->data->get_options();
28
+ $pub_id = trim( $this->data->get_adsense_id() );
29
+
30
+ if( $pub_id && isset( $options['page-level-enabled'] ) && $options['page-level-enabled'] ){
31
+ $pub_id = $this->data->get_adsense_id();
32
+ $client_id = 'ca-' . $pub_id;
33
+ include GADSENSE_BASE_PATH . 'public/templates/page-level.php';
34
+ }
35
+ }
36
+ }
modules/gadsense/public/templates/page-level.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
2
+ <script>
3
+ (adsbygoogle = window.adsbygoogle || []).push({
4
+ google_ad_client: "<?php echo $client_id; ?>",
5
+ enable_page_level_ads: true
6
+ });
7
+ </script>
public/assets/js/advanced.js CHANGED
@@ -1 +1 @@
1
- advads={max_per_session:function(e,t){var o=1;if((void 0===t||0===parseInt(t))&&(t=1),this.cookie_exists(e)){if(this.get_cookie(e)>=t)return!0;o+=parseInt(this.get_cookie(e))}return this.set_cookie(e,o),!1},count_up:function(e){var t=1;this.cookie_exists(e)&&(t+=parseInt(this.get_cookie(e))),this.set_cookie(e,t)},set_cookie_exists:function(e){return get_cookie(e)?!0:(set_cookie(e,"",0),!1)},get_cookie:function(e){var t,o,i,n=document.cookie.split(";");for(t=0;t<n.length;t++)if(o=n[t].substr(0,n[t].indexOf("=")),i=n[t].substr(n[t].indexOf("=")+1),o=o.replace(/^\s+|\s+$/g,""),o===e)return unescape(i)},set_cookie:function(e,t,o,i,n,s){var r=new Date;r.setDate(r.getDate()+o),document.cookie=e+"="+escape(t)+(null==o?"":"; expires="+r.toUTCString())+(null==i?"; path=/":"; path="+i)+(null==n?"":"; domain="+n)+(null==s?"":"; secure")},cookie_exists:function(e){var t=this.get_cookie(e);return null!==t&&""!==t&&void 0!==t?!0:!1},move:function(e,t,o){var i=jQuery(e);if("undefined"==typeof o&&(o={}),"undefined"==typeof o.css&&(o.css={}),"undefined"==typeof o.method&&(o.method="prependTo"),""===t&&"undefined"!=typeof o.target)switch(o.target){case"wrapper":var n="left";"undefined"!=typeof o.offset&&(n=o.offset),t=this.find_wrapper(e,n)}switch(o.method){case"insertBefore":i.insertBefore(t);break;case"insertAfter":i.insertAfter(t);break;case"appendTo":i.appendTo(t);break;case"prependTo":i.prependTo(t);break;default:i.prependTo(t)}},fix_element:function(e){var t=jQuery(e),o=t.parent();("static"===o.css("position")||""===o.css("position"))&&o.css("position","relative");var i=parseInt(t.offset().top),n=parseInt(t.offset().left);t.css("position","fixed").css("top",i+"px").css("left",n+"px")},find_wrapper:function(e,t){var o;return jQuery("body").children().each(function(i,n){if(n.id!==e.substring(1)){var s=jQuery(n);if("right"===t&&s.offset().left+jQuery(s).width()<jQuery(window).width()||"left"===t&&s.offset().left>0)return("static"===s.css("position")||""===s.css("position"))&&s.css("position","relative"),o=n,!1}}),o},center_fixed_element:function(e){var t=jQuery(e),o=jQuery(window).width()/2-parseInt(t.css("width"))/2;t.css("left",o+"px")}},jQuery(document).ready(function(){if(localStorage.getItem("advads_frontend_picker")){var e,t=jQuery("<div id='advads-picker-overlay'>"),o=[document.body,document.documentElement,document];t.css({position:"absolute",border:"solid 2px #428bca",backgroundColor:"rgba(66,139,202,0.5)",boxSizing:"border-box",zIndex:1e6,pointerEvents:"none"}).prependTo("body"),jQuery(document).mousemove(function(i){if(i.target!==e){if(~o.indexOf(i.target))return e=null,void t.hide();var n=jQuery(i.target),s=n.offset(),r=n.outerWidth(),a=n.outerHeight();e=i.target,t.css({top:s.top,left:s.left,width:r,height:a}).show(),console.log(jQuery(e).getPath())}}),jQuery(document).click(function(){var t=jQuery(e).getPath();localStorage.setItem("advads_frontend_element",t),window.location=localStorage.getItem("advads_prev_url")})}}),jQuery.fn.extend({getPath:function(e,t){if("undefined"==typeof e&&(e=""),"undefined"==typeof t&&(t=0),this.is("html"))return"html > "+e;if(2===t)return e;var o=this.get(0).nodeName.toLowerCase(),i=this.attr("id"),n=this.attr("class");return"undefined"!=typeof i?(o+="#"+i,t+=1):"undefined"!=typeof n&&(o+="."+n.split(/[\s\n]+/).join(".")),this.siblings(o).length&&(o+=":eq("+this.index()+")"),""===e?this.parent().getPath(o,t):this.parent().getPath(o+" > "+e,t)}});
1
+ advads={max_per_session:function(e,t){var o=1;if((void 0===t||0===parseInt(t))&&(t=1),this.cookie_exists(e)){if(this.get_cookie(e)>=t)return!0;o+=parseInt(this.get_cookie(e))}return this.set_cookie(e,o),!1},count_up:function(e){var t=1;this.cookie_exists(e)&&(t+=parseInt(this.get_cookie(e))),this.set_cookie(e,t)},set_cookie_exists:function(e){return get_cookie(e)?!0:(set_cookie(e,"",0),!1)},get_cookie:function(e){var t,o,i,n=document.cookie.split(";");for(t=0;t<n.length;t++)if(o=n[t].substr(0,n[t].indexOf("=")),i=n[t].substr(n[t].indexOf("=")+1),o=o.replace(/^\s+|\s+$/g,""),o===e)return unescape(i)},set_cookie:function(e,t,o,i,n,r){var s=new Date;s.setDate(s.getDate()+o),document.cookie=e+"="+escape(t)+(null==o?"":"; expires="+s.toUTCString())+(null==i?"; path=/":"; path="+i)+(null==n?"":"; domain="+n)+(null==r?"":"; secure")},cookie_exists:function(e){var t=this.get_cookie(e);return null!==t&&""!==t&&void 0!==t?!0:!1},move:function(e,t,o){var i=jQuery(e);if("undefined"==typeof o&&(o={}),"undefined"==typeof o.css&&(o.css={}),"undefined"==typeof o.method&&(o.method="prependTo"),""===t&&"undefined"!=typeof o.target)switch(o.target){case"wrapper":var n="left";"undefined"!=typeof o.offset&&(n=o.offset),t=this.find_wrapper(e,n)}switch(o.method){case"insertBefore":i.insertBefore(t);break;case"insertAfter":i.insertAfter(t);break;case"appendTo":i.appendTo(t);break;case"prependTo":i.prependTo(t);break;default:i.prependTo(t)}},fix_element:function(e){var t=jQuery(e),o=t.parent();("static"===o.css("position")||""===o.css("position"))&&o.css("position","relative");var i=parseInt(t.offset().top),n=parseInt(t.offset().left);t.css("position","fixed").css("top",i+"px").css("left",n+"px")},find_wrapper:function(e,t){var o;return jQuery("body").children().each(function(i,n){if(n.id!==e.substring(1)){var r=jQuery(n);if("right"===t&&r.offset().left+jQuery(r).width()<jQuery(window).width()||"left"===t&&r.offset().left>0)return("static"===r.css("position")||""===r.css("position"))&&r.css("position","relative"),o=n,!1}}),o},center_fixed_element:function(e){var t=jQuery(e),o=jQuery(window).width()/2-parseInt(t.css("width"))/2;t.css("left",o+"px")},center_vertically:function(e){var t=jQuery(e),o=jQuery(window).height()/2-parseInt(t.css("height"))/2;t.css("top",o+"px")},close:function(e){var t=jQuery(e);t.remove()}},jQuery(document).ready(function(){if(localStorage.getItem("advads_frontend_picker")){var e,t=jQuery("<div id='advads-picker-overlay'>"),o=[document.body,document.documentElement,document];t.css({position:"absolute",border:"solid 2px #428bca",backgroundColor:"rgba(66,139,202,0.5)",boxSizing:"border-box",zIndex:1e6,pointerEvents:"none"}).prependTo("body"),jQuery(document).mousemove(function(i){if(i.target!==e){if(~o.indexOf(i.target))return e=null,void t.hide();var n=jQuery(i.target),r=n.offset(),s=n.outerWidth(),a=n.outerHeight();e=i.target,t.css({top:r.top,left:r.left,width:s,height:a}).show(),console.log(jQuery(e).getPath())}}),jQuery(document).click(function(){var t=jQuery(e).getPath();localStorage.setItem("advads_frontend_element",t),window.location=localStorage.getItem("advads_prev_url")})}}),jQuery.fn.extend({getPath:function(e,t){if("undefined"==typeof e&&(e=""),"undefined"==typeof t&&(t=0),this.is("html"))return"html > "+e;if(2===t)return e;var o=this.get(0).nodeName.toLowerCase(),i=this.attr("id"),n=this.attr("class");return"undefined"!=typeof i?(o+="#"+i,t+=1):"undefined"!=typeof n&&(o+="."+n.split(/[\s\n]+/).join(".")),this.siblings(o).length&&(o+=":eq("+this.index()+")"),""===e?this.parent().getPath(o,t):this.parent().getPath(o+" > "+e,t)}});
public/assets/js/advanced.orig.js CHANGED
@@ -219,5 +219,126 @@ advads = {
219
  // half window width minus half element width
220
  var left = ( jQuery(window).width() / 2 ) - ( parseInt( el.css('width')) / 2 );
221
  el.css('left', left + 'px');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  }
223
- };
219
  // half window width minus half element width
220
  var left = ( jQuery(window).width() / 2 ) - ( parseInt( el.css('width')) / 2 );
221
  el.css('left', left + 'px');
222
+ },
223
+ /**
224
+ * center element vertically on the screen
225
+ *
226
+ * @param {str} element selector
227
+ */
228
+ center_vertically: function( element ){
229
+ var el = jQuery(element);
230
+ // half window height minus half element height
231
+ var left = ( jQuery(window).height() / 2 ) - ( parseInt( el.css('height')) / 2 );
232
+ el.css('top', left + 'px');
233
+ },
234
+ /**
235
+ * close an ad and add a cookie
236
+ *
237
+ * @param {str} element selector
238
+ */
239
+ close: function( element ){
240
+ var wrapper = jQuery(element);
241
+ // remove the ad
242
+ wrapper.remove();
243
+ }
244
+
245
+ };
246
+ // highlight elements in frontend, if local storage variable is set
247
+ jQuery(document).ready(function(){
248
+ // only trigger if local storage is available
249
+ if( localStorage.getItem('advads_frontend_picker') ) {
250
+ var advads_picker_cur, advads_picker_overlay = jQuery("<div id='advads-picker-overlay'>"),
251
+ advads_picker_no = [document.body, document.documentElement, document];
252
+ advads_picker_overlay.css({position: 'absolute', border: 'solid 2px #428bca',
253
+ backgroundColor: 'rgba(66,139,202,0.5)', boxSizing: 'border-box',
254
+ zIndex: 1000000, pointerEvents: 'none'}).prependTo('body');
255
+ jQuery(document).mousemove(function(e) {
256
+ if (e.target === advads_picker_cur) {
257
+ return;
258
+ }
259
+
260
+ if (~advads_picker_no.indexOf(e.target)) {
261
+ advads_picker_cur = null;
262
+ advads_picker_overlay.hide();
263
+ return;
264
+ }
265
+
266
+ var target = jQuery(e.target),
267
+ offset = target.offset(),
268
+ width = target.outerWidth(),
269
+ height = target.outerHeight();
270
+
271
+ advads_picker_cur = e.target;
272
+
273
+ advads_picker_overlay.css({
274
+ top: offset.top,
275
+ left: offset.left,
276
+ width: width,
277
+ height: height
278
+ }).show();
279
+ // log path
280
+ console.log( jQuery( advads_picker_cur ).getPath());
281
+
282
+ });
283
+ // save on click
284
+ jQuery(document).click(function(e) {
285
+ //console.log( advads_picker_cur );
286
+ var path = jQuery( advads_picker_cur ).getPath();
287
+ localStorage.setItem( 'advads_frontend_element', path );
288
+ // console.log( jQuery( advads_picker_cur ).getPath() );
289
+ window.location = localStorage.getItem('advads_prev_url');
290
+ });
291
+ };
292
+ });
293
+ /*
294
+ derrived from jQuery-GetPath v0.01, by Dave Cardwell. (2007-04-27)
295
+ http://davecardwell.co.uk/javascript/jquery/plugins/jquery-getpath/
296
+ Usage:
297
+ var path = $('#foo').getPath();
298
+ */
299
+
300
+ jQuery.fn.extend({
301
+ getPath: function( path, depth ) {
302
+ // The first time this function is called, path won't be defined.
303
+ if ( typeof path === 'undefined' ) path = '';
304
+ if ( typeof depth === 'undefined' ) depth = 0;
305
+
306
+ // If this element is <html> we've reached the end of the path.
307
+ // also end after 2 elements with ids
308
+ if ( this.is('html')){
309
+ return 'html > ' + path;
310
+ } else if ( 2 === depth ){
311
+ return path;
312
+ }
313
+
314
+ // Add the element name.
315
+ var cur = this.get(0).nodeName.toLowerCase();
316
+
317
+ // Determine the IDs and path.
318
+ var el_id = this.attr('id'),
319
+ el_class = this.attr('class');
320
+
321
+ // Add the #id if there is one.
322
+ if ( typeof el_id !== 'undefined' ){
323
+ cur += '#' + el_id;
324
+ depth = depth + 1;
325
+ } else if ( typeof el_class !== 'undefined' ){
326
+ // Add any classes if there is no id
327
+ cur += '.' + el_class.split(/[\s\n]+/).join('.');
328
+ }
329
+
330
+ // add index if this element is not unique among its siblings
331
+ if( this.siblings( cur ).length ){
332
+ cur += ":eq(" + this.index() + ")";
333
+ }
334
+
335
+ // console.log( this.index() );
336
+
337
+ // Recurse up the DOM.
338
+ if( path === '' ){
339
+ return this.parent().getPath( cur, depth );
340
+ } else {
341
+ return this.parent().getPath( cur + ' > ' + path, depth );
342
+ }
343
  }
344
+ });
public/class-advanced-ads.php CHANGED
@@ -208,7 +208,7 @@ class Advanced_Ads {
208
  // -TODO abstract
209
  add_action( 'wp_head', array( $this, 'inject_header' ), 20 );
210
  add_action( 'wp_footer', array( $this, 'inject_footer' ), 20 );
211
- $content_injection_priority = isset( $options['content-injection-priority'] ) ? absint( $options['content-injection-priority'] ) : 100;
212
  add_filter( 'the_content', array( $this, 'inject_content' ), $content_injection_priority );
213
  }
214
 
@@ -351,6 +351,11 @@ class Advanced_Ads {
351
  // run only within the loop on single pages of public post types
352
  $public_post_types = get_post_types( array( 'public' => true, 'publicly_queryable' => true ), 'names', 'or' );
353
 
 
 
 
 
 
354
  // check if admin allows injection in all places
355
  $options = $this->plugin->options();
356
  if( ! isset( $options['content-injection-everywhere'] ) ){
@@ -367,7 +372,6 @@ class Advanced_Ads {
367
  foreach ( $placements as $_placement_id => $_placement ){
368
  if ( empty($_placement['item']) || ! isset($_placement['type']) ) { continue; }
369
  $_options = isset( $_placement['options'] ) ? $_placement['options'] : array();
370
-
371
  switch ( $_placement['type'] ) {
372
  case 'post_top':
373
  // TODO broken: does not serve placement but serves ad directly
208
  // -TODO abstract
209
  add_action( 'wp_head', array( $this, 'inject_header' ), 20 );
210
  add_action( 'wp_footer', array( $this, 'inject_footer' ), 20 );
211
+ $content_injection_priority = isset( $options['content-injection-priority'] ) ? intval( $options['content-injection-priority'] ) : 100;
212
  add_filter( 'the_content', array( $this, 'inject_content' ), $content_injection_priority );
213
  }
214
 
351
  // run only within the loop on single pages of public post types
352
  $public_post_types = get_post_types( array( 'public' => true, 'publicly_queryable' => true ), 'names', 'or' );
353
 
354
+ // make sure that no ad is injected into another ad
355
+ if ( get_post_type() == self::POST_TYPE_SLUG ){
356
+ return $content;
357
+ }
358
+
359
  // check if admin allows injection in all places
360
  $options = $this->plugin->options();
361
  if( ! isset( $options['content-injection-everywhere'] ) ){
372
  foreach ( $placements as $_placement_id => $_placement ){
373
  if ( empty($_placement['item']) || ! isset($_placement['type']) ) { continue; }
374
  $_options = isset( $_placement['options'] ) ? $_placement['options'] : array();
 
375
  switch ( $_placement['type'] ) {
376
  case 'post_top':
377
  // TODO broken: does not serve placement but serves ad directly
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webzunft
3
  Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
4
  Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
5
  Requires at least: WP 4.2, PHP 5.3
6
- Tested up to: 4.3
7
- Stable tag: 1.6.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,11 +95,10 @@ You can also use it to add additional ad network tags into header or footer of y
95
 
96
  = Google AdSense =
97
 
98
- There is an ad type dedicated to Google AdSense that supports:
99
-
100
- * switch ad sizes
101
- * switch between normal and responsive
102
  * automatic limit 3 AdSense ads according to AdSense terms of service (can be disabled)
 
103
  * assistant for exact sizes of responsive ads with the [Responsive add-on](https://wpadvancedads.com/add-ons/responsive-ads/)
104
 
105
  = ad blocker =
@@ -186,6 +185,31 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
186
 
187
  == Changelog ==
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  = 1.6.8.3 =
190
 
191
  * Hoe vet is dat!? – added Dutch translation
@@ -341,174 +365,6 @@ Changes under the hood:
341
  * `advanced-ads-ajax-ad-select-init` action when ad is going to be selected by ajax call
342
  * provide action when plugin was loaded
343
 
344
- = 1.5.6 =
345
-
346
- * check out the new [Slider add-on](https://wpadvancedads.com/add-ons/slider/)
347
- * please [vote for your preferred support channel](http://webgilde.com/en/how-would-you-like-to-get-help/)
348
- * display usage help after an ad was published
349
- * fixed AdSense ads counting when injected outside the loop
350
- * added better explanation for visitor conditions
351
- * updated German translation
352
-
353
- = 1.5.5 =
354
-
355
- * fixed outdated links to the manual and feature requests
356
- * added hooks and options to be able to extend ad groups
357
-
358
- = 1.5.4.1 =
359
-
360
- * hotfix for new visitor conditions not showing up
361
-
362
- = 1.5.4 =
363
-
364
- * PLEASE READ the [update notice](https://wpadvancedads.com/advanced-ads-1-5-4/) to learn more about the changes on visitor conditions
365
- * visitor conditions completely rewritten to allow combination of multiple conditions
366
- * created simpler placement creation
367
- * reordered Advanced Ads dashboard
368
- * added AdSense tutorial
369
-
370
- = 1.5.3 =
371
-
372
- * display all ads of an ad group
373
- * no ad wrapper is created if the main ad content is empty
374
- * hide ad meta box on posts and pages for non admins
375
- * display if ad expired on group overview
376
- * added tutorial subscription
377
- * added notices and newsletter logic
378
- * new hook `advanced-ads-debug-after`
379
- * updated all class names from "Advads_" to "Advanced_Ads_"
380
- * updated German translation
381
-
382
- = 1.5.2.1 =
383
-
384
- * fixed inclusion / exclusion of ads for single posts
385
-
386
- = 1.5.2 =
387
-
388
- * fixed empty bots not excluded if option is activated
389
- * fixed updated placements not showing up right away
390
- * removing spaces from AdSense publisher id
391
- * simplify admin capabilities for modules
392
- * fixed admin includes to avoid relative paths
393
- * fixed a warning in add-on admin settings
394
- * fixed wrong path to advanced.js
395
- * removed old code and global ad conditions previously saved in field 'advads-ads-by-conditions'
396
- * updated German translation
397
-
398
- = 1.5.1 =
399
-
400
- * added tab menu für settings
401
- * allow to set ad weights for pending, future and private ads
402
- * improvements to groups overview based on group types
403
- * fixed switching ad types
404
- * fixed individual post conditions not showing up
405
- * fixed update message being displayed for new installations
406
- * other fixes under the hood
407
- * new hooks: `advanced-ads-setting-tabs`, `advanced-ads-adsense-settings-init`
408
- * removed hooks: `advanced-ads-gadsense-after-id-changed`
409
-
410
- = 1.5.0 =
411
-
412
- * major changes in the code base to support upcoming features
413
- * further interface cleanup
414
- * fully implemented autoloading
415
- * added composer definitions
416
- * hook modules deep into ad selection and display
417
- * autoload modules (for base plugin and add-ons)
418
- * added `advanced-ads-ad-select-args` filter to modify ad selection arguments
419
- * added `advanced-ads-ad-select-methods` filter to append or override ad code selection methods
420
- * standardise and autoload modules
421
- * add AJAX handler
422
-
423
- = 1.4.9 =
424
-
425
- * added option to hide ads from crawlers and other bots (option is disabled by default)
426
- * added Secondary Queries display condition, e.g. to hide ads from posts in sidebars
427
- * added frontend function `advads_can_display_ads()` to check if ads are displayed in general
428
- * global option to disable all ads in secondary queries
429
- * search for term ids in display conditions
430
- * fixed ad conditions using conditional tags of subquery instead of the main query
431
- * fixed search for terms in display conditions
432
-
433
- = 1.4.8 =
434
-
435
- * COMPLETE MAKEOVER OF AD GROUPS
436
- * added ordered ad group type to control the order of ads displayed
437
- * display multiple ads from an ad group (allowing ad blocks)
438
- * fixed wrong group ids displaying ads
439
- * fixed ads group output being empty on first frontend impression
440
- * added filter `advanced-ads-group-types`
441
-
442
- = 1.4.7 =
443
-
444
- * COOL: beautiful selection of terms in display conditions
445
- * search for terms if there are more than 50 in the current taxonomy
446
- * updated more messages in the dashboard
447
- * fixed expiry date discrepancy
448
- * minor general code fixes
449
- * minor fix for AdSense ads
450
-
451
- = 1.4.6 =
452
-
453
- * hotfix
454
-
455
- = 1.4.5 =
456
-
457
- * optimized code for some WordPress coding standards
458
- * ad content injection now also supports tags with attributes (e.g. `<h2 class="headline">)
459
- * added `advanced-ads-output-inside-wrapper` filter
460
- * avoid session for gadsense module option page
461
- * complete makeover of display conditions for specific page types
462
- * added logic for important update messages
463
- * fix for `is_home` condition
464
-
465
- = 1.4.4 =
466
-
467
- * possible hotfix for update issue
468
- * cleared unneeded sessions for better performance
469
-
470
- = 1.4.3 =
471
-
472
- * COOL: complete makeover of the plugin dashboard based on WP standards
473
- * added `advanced-ads-admin-overview-after` action hook to overview page
474
- * fixed display of only 10 posts for display conditions
475
- * minor optimization
476
- * updated German translation
477
-
478
- = 1.4.2 =
479
-
480
- * COOL: [vote for and suggest features](http://wpadvancedads.com/feature-requests/)
481
- * switching from an existing plain text ad with AdSense code into the AdSense ad type gets the right options automatically
482
- * added Advanced Ads Tutorials rss to dashboard widget
483
-
484
- Need ad analytics and impression tracking? Try the [tracking add-on](http://wpadvancedads.com/ad-tracking/).
485
-
486
- = 1.4.1 =
487
-
488
- * COOL: limitation of AdSense ads prevents you from breaking the AdSense terms of service (can be disabled)
489
- * added option to change the content injection priority
490
- * load ad output for content injection only, if injection is possible
491
- * added hook `advanced-ads-settings-init` to add new settings
492
- * renamed multiple hooks in the AdSense module
493
- * updated German translation
494
-
495
- = 1.4.0 =
496
-
497
- * COOL: AdSense ad type, [manual](http://wpadvancedads.com/manual/ad-types/adsense-ads/)
498
- * added multiple action hooks
499
- * fix translation of textdomain if the plugin folder is renamed
500
- * load pro module, if exists
501
- * updated German translation
502
-
503
- [Changelog Archive](http://wpadvancedads.com/advancedads/codex/changelog-archive/)
504
 
505
  == Upgrade Notice ==
506
-
507
- = 1.3.2 =
508
-
509
- Hotfix: prevent infinite loops (ads within ads) for rich content ads
510
-
511
- = 1.3 =
512
-
513
- Don’t miss out on the new layout options to align ads and set margins
514
- Also fixed issues with languages and added Italien and German translation (partial)
3
  Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RRRCEBGN3UT2
4
  Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
5
  Requires at least: WP 4.2, PHP 5.3
6
+ Tested up to: 4.3.1
7
+ Stable tag: 1.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  = Google AdSense =
97
 
98
+ * switch sizes of an ad
99
+ * switch between normal and responsive ads
 
 
100
  * automatic limit 3 AdSense ads according to AdSense terms of service (can be disabled)
101
+ * insert Page-Level ads code globally
102
  * assistant for exact sizes of responsive ads with the [Responsive add-on](https://wpadvancedads.com/add-ons/responsive-ads/)
103
 
104
  = ad blocker =
185
 
186
  == Changelog ==
187
 
188
+ = 1.6.9 =
189
+
190
+ *features*
191
+
192
+ * add AdSense Page-Level ads code globally
193
+ * added hours and minutes to expiry date
194
+ * allow to set content priority to negative value
195
+ * added checks for main issues to the Support page
196
+ * added check for AdBlocker to all Advanced Ads pages in the dashboard
197
+
198
+ *fixes and maintenance*
199
+
200
+ * don’t display error message if not on archive page
201
+ * fixed issue with placement tooltips not showing up
202
+ * optimized content injection code
203
+ * added collapsed field for advanced placement options
204
+ * fix "support email sent" message showing all the time
205
+ * allow JSON encoded arguments for ajax callback
206
+ * make conditions case insensitive and binary safe
207
+ * renamed some classes belonging to AdSense module
208
+ * updated composer
209
+ * display warning on AdSense settings page if publisher ID is missing
210
+ * optimized support form layout
211
+ * added can-display check + filter for placements
212
+
213
  = 1.6.8.3 =
214
 
215
  * Hoe vet is dat!? – added Dutch translation
365
  * `advanced-ads-ajax-ad-select-init` action when ad is going to be selected by ajax call
366
  * provide action when plugin was loaded
367
 
368
+ [Changelog Archive](http://wpadvancedads.com/codex/changelog-archive/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
369
 
370
  == Upgrade Notice ==
 
 
 
 
 
 
 
 
 
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit6af0e637fcbe1e12b3cef5423284d5e1::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit0dbc53921045b25c754eb1b3952d90e4::getLoader();
vendor/composer/ClassLoader.php CHANGED
@@ -351,7 +351,7 @@ class ClassLoader
351
  foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
  if (0 === strpos($class, $prefix)) {
353
  foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
354
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
  return $file;
356
  }
357
  }
@@ -361,7 +361,7 @@ class ClassLoader
361
 
362
  // PSR-4 fallback dirs
363
  foreach ($this->fallbackDirsPsr4 as $dir) {
364
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
365
  return $file;
366
  }
367
  }
@@ -380,7 +380,7 @@ class ClassLoader
380
  foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
381
  if (0 === strpos($class, $prefix)) {
382
  foreach ($dirs as $dir) {
383
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
384
  return $file;
385
  }
386
  }
@@ -390,7 +390,7 @@ class ClassLoader
390
 
391
  // PSR-0 fallback dirs
392
  foreach ($this->fallbackDirsPsr0 as $dir) {
393
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
394
  return $file;
395
  }
396
  }
351
  foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
  if (0 === strpos($class, $prefix)) {
353
  foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
354
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
  return $file;
356
  }
357
  }
361
 
362
  // PSR-4 fallback dirs
363
  foreach ($this->fallbackDirsPsr4 as $dir) {
364
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
365
  return $file;
366
  }
367
  }
380
  foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
381
  if (0 === strpos($class, $prefix)) {
382
  foreach ($dirs as $dir) {
383
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
384
  return $file;
385
  }
386
  }
390
 
391
  // PSR-0 fallback dirs
392
  foreach ($this->fallbackDirsPsr0 as $dir) {
393
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
394
  return $file;
395
  }
396
  }
vendor/composer/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Copyright (c) 2015 Nils Adermann, Jordi Boggiano
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is furnished
9
+ to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
vendor/composer/autoload_classmap.php CHANGED
@@ -16,6 +16,7 @@ return array(
16
  'Advanced_Ads_Admin' => $baseDir . '/admin/class-advanced-ads-admin.php',
17
  'Advanced_Ads_Admin_Notices' => $baseDir . '/admin/includes/class-notices.php',
18
  'Advanced_Ads_Ajax' => $baseDir . '/classes/ad-ajax.php',
 
19
  'Advanced_Ads_Display_Condition_Callbacks' => $baseDir . '/admin/includes/class-display-condition-callbacks.php',
20
  'Advanced_Ads_Group' => $baseDir . '/classes/ad_group.php',
21
  'Advanced_Ads_Groups_List' => $baseDir . '/admin/includes/class-ad-groups-list.php',
16
  'Advanced_Ads_Admin' => $baseDir . '/admin/class-advanced-ads-admin.php',
17
  'Advanced_Ads_Admin_Notices' => $baseDir . '/admin/includes/class-notices.php',
18
  'Advanced_Ads_Ajax' => $baseDir . '/classes/ad-ajax.php',
19
+ 'Advanced_Ads_Checks' => $baseDir . '/classes/checks.php',
20
  'Advanced_Ads_Display_Condition_Callbacks' => $baseDir . '/admin/includes/class-display-condition-callbacks.php',
21
  'Advanced_Ads_Group' => $baseDir . '/classes/ad_group.php',
22
  'Advanced_Ads_Groups_List' => $baseDir . '/admin/includes/class-ad-groups-list.php',
vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit6af0e637fcbe1e12b3cef5423284d5e1 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit6af0e637fcbe1e12b3cef5423284d5e1 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit6af0e637fcbe1e12b3cef5423284d5e1', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit6af0e637fcbe1e12b3cef5423284d5e1', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInit0dbc53921045b25c754eb1b3952d90e4 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit0dbc53921045b25c754eb1b3952d90e4', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit0dbc53921045b25c754eb1b3952d90e4', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
vendor/composer/installed.json CHANGED
@@ -98,20 +98,20 @@
98
  },
99
  {
100
  "name": "xrstf/composer-php52",
101
- "version": "v1.0.17",
102
- "version_normalized": "1.0.17.0",
103
  "source": {
104
  "type": "hg",
105
  "url": "https://bitbucket.org/xrstf/composer-php52",
106
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30"
107
  },
108
  "dist": {
109
  "type": "zip",
110
- "url": "https://bitbucket.org/xrstf/composer-php52/get/70b853668d6c3f97b63dafcfaeebb622bf08fd30.zip",
111
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30",
112
  "shasum": ""
113
  },
114
- "time": "2015-02-01 14:28:15",
115
  "type": "library",
116
  "extra": {
117
  "branch-alias": {
98
  },
99
  {
100
  "name": "xrstf/composer-php52",
101
+ "version": "v1.0.18",
102
+ "version_normalized": "1.0.18.0",
103
  "source": {
104
  "type": "hg",
105
  "url": "https://bitbucket.org/xrstf/composer-php52",
106
+ "reference": "32bc8be472523512b0ab1517f61d60bc4032803d"
107
  },
108
  "dist": {
109
  "type": "zip",
110
+ "url": "https://bitbucket.org/xrstf/composer-php52/get/32bc8be472523512b0ab1517f61d60bc4032803d.zip",
111
+ "reference": "32bc8be472523512b0ab1517f61d60bc4032803d",
112
  "shasum": ""
113
  },
114
+ "time": "2015-08-07 21:44:58",
115
  "type": "library",
116
  "extra": {
117
  "branch-alias": {
vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php CHANGED
@@ -28,17 +28,12 @@ class Generator {
28
  // it expects a full definition of the current command line and we can't
29
  // provide that.
30
 
31
- // $def = new InputDefinition(array(new InputOption('optimize', 'o', InputOption::VALUE_NONE)));
32
- // $input = new ArgvInput(null, $def);
33
- // var_dump($input->hasOption('o')); // "Too many arguments"
34
-
35
- // $options = getopt('o', array('optimize-autoloader')); // always array()
36
- // $optimize = !empty($options);
37
-
38
  $args = $_SERVER['argv'];
39
- $optimize = in_array('-o', $args) || in_array('-o', $args);
 
 
40
 
41
  $generator = new AutoloadGenerator();
42
- $generator->dump($config, $localRepo, $package, $installationManager, 'composer', $optimize);
43
  }
44
  }
28
  // it expects a full definition of the current command line and we can't
29
  // provide that.
30
 
 
 
 
 
 
 
 
31
  $args = $_SERVER['argv'];
32
+ $optimize = in_array('-o', $args) || in_array('--optimize-autoloader', $args) || in_array('--optimize', $args);
33
+
34
+ $suffix = $config->get('autoloader-suffix');
35
 
36
  $generator = new AutoloadGenerator();
37
+ $generator->dump($config, $localRepo, $package, $installationManager, 'composer', $optimize, $suffix);
38
  }
39
  }