AdRotate Banner Manager - Version 5.8

Version Description

Enjoy this latest update with the latest tweaks and fixes to further improve AdRotate for WordPress!

Download this release

Release Info

Developer adegans
Plugin Icon 128x128 AdRotate Banner Manager
Version 5.8
Comparing to
See all releases

Code changes from version 5.7.1 to 5.8

adrotate-functions.php CHANGED
@@ -431,19 +431,10 @@ function adrotate_ad_is_in_groups($id) {
431
  Since: 3.9.12
432
  -------------------------------------------------------------*/
433
  function adrotate_hash($ad, $group = 0, $blog_id = 0) {
434
- global $adrotate_debug, $adrotate_config;
435
 
436
- if($adrotate_debug['timers'] == true) {
437
- $timer = 0;
438
- } else {
439
- $timer = $adrotate_config['impression_timer'];
440
- }
441
-
442
- if($adrotate_debug['track'] == true) {
443
- return "$ad,$group,$blog_id,$timer";
444
- } else {
445
- return base64_encode("$ad,$group,$blog_id,$timer");
446
- }
447
  }
448
 
449
  /*-------------------------------------------------------------
431
  Since: 3.9.12
432
  -------------------------------------------------------------*/
433
  function adrotate_hash($ad, $group = 0, $blog_id = 0) {
434
+ global $adrotate_config;
435
 
436
+ $timer = $adrotate_config['impression_timer'];
437
+ return base64_encode("$ad,$group,$blog_id,$timer");
 
 
 
 
 
 
 
 
 
438
  }
439
 
440
  /*-------------------------------------------------------------
adrotate-manage-publisher.php CHANGED
@@ -753,16 +753,6 @@ function adrotate_options_submit() {
753
 
754
  update_option('adrotate_config', $config);
755
  }
756
-
757
- if($settings_tab == 'maintenance') {
758
- $debug = get_option('adrotate_debug');
759
-
760
- $debug['general'] = (isset($_POST['adrotate_debug'])) ? true : false;
761
- $debug['timers'] = (isset($_POST['adrotate_debug_timers'])) ? true : false;
762
- $debug['track'] = (isset($_POST['adrotate_debug_track'])) ? true : false;
763
-
764
- update_option('adrotate_debug', $debug);
765
- }
766
 
767
  // Return to dashboard
768
  adrotate_return('adrotate-settings', 400, array('tab' => $settings_tab));
753
 
754
  update_option('adrotate_config', $config);
755
  }
 
 
 
 
 
 
 
 
 
 
756
 
757
  // Return to dashboard
758
  adrotate_return('adrotate-settings', 400, array('tab' => $settings_tab));
adrotate-output.php CHANGED
@@ -391,7 +391,7 @@ function adrotate_preview($banner_id) {
391
  Since: 3.0
392
  -------------------------------------------------------------*/
393
  function adrotate_ad_output($id, $group = 0, $name, $bannercode, $tracker, $image) {
394
- global $blog_id, $adrotate_debug, $adrotate_config;
395
 
396
  $banner_output = $bannercode;
397
  $banner_output = stripslashes(htmlspecialchars_decode($banner_output, ENT_QUOTES));
@@ -415,9 +415,6 @@ function adrotate_ad_output($id, $group = 0, $name, $bannercode, $tracker, $imag
415
  unset($value, $regs, $result);
416
  }
417
  }
418
- if($adrotate_debug['timers'] == true) {
419
- $banner_output = str_ireplace('<a ', '<a data-debug="1" ', $banner_output);
420
- }
421
  }
422
  }
423
 
@@ -555,25 +552,15 @@ function adrotate_nonce_error() {
555
  Since: 3.0
556
  -------------------------------------------------------------*/
557
  function adrotate_error($action, $arg = null) {
558
- global $adrotate_debug;
559
-
560
  switch($action) {
561
  // Ads
562
  case "ad_expired" :
563
- if($adrotate_debug['general'] == true) {
564
- $result = '<span style="font-weight: bold; color: #f00;">'.__('Error, Ad is not available at this time due to schedule/geolocation restrictions or does not exist!', 'adrotate').'</span>';
565
- } else {
566
- $result = '<!-- '.__('Error, Ad is not available at this time due to schedule/geolocation restrictions!', 'adrotate').' -->';
567
- }
568
  return $result;
569
  break;
570
 
571
  case "ad_unqualified" :
572
- if($adrotate_debug['general'] == true) {
573
- $result = '<span style="font-weight: bold; color: #f00;">'.__('Either there are no banners, they are disabled or none qualified for this location!', 'adrotate').'</span>';
574
- } else {
575
- $result = '<!-- '.__('Either there are no banners, they are disabled or none qualified for this location!', 'adrotate').' -->';
576
- }
577
  return $result;
578
  break;
579
 
@@ -661,6 +648,12 @@ function adrotate_dashboard_error() {
661
  if(!is_writable(WP_CONTENT_DIR."/".$adrotate_config['banner_folder'])) {
662
  $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/" target="_blank">'.__('Set up your banner folder', 'adrotate').'</a>.';
663
  }
 
 
 
 
 
 
664
 
665
  $error = (isset($error) AND is_array($error)) ? $error : false;
666
 
@@ -803,24 +796,13 @@ function adrotate_help_info() {
803
  '<strong>Personal:</strong> Take a look at the <a href="https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">arnan.me website</a>, also Arnan has <a href="https://www.twitter.com/arnandegans/" target="_blank">Twitter</a> and he is on <a href="https://linkedin.com/in/arnandegans/" target="_blank">LinkedIn</a>.</p>'
804
  )
805
  );
806
- $screen->add_help_tab(array(
807
- 'id' => 'adrotate_partners',
808
- 'title' => 'Advertising Partners',
809
- 'content' => '<h4>Our partners</h4>'.
810
- '<p>Try these great advertising partners for getting relevant adverts to your site. Increase revenue with their contextual adverts and earn more money with AdRotate!</p>'.
811
-
812
- '<p><strong>Media.net:</strong> <a href="https://ajdg.solutions/go/medianet/" target="_blank">Sign up for Media.net Contextual Adverts</a><br />Get 10% extra earnings commission for the first 3 months!</p>'.
813
-
814
- '<p><small><em>These are affiliate links, using them costs you nothing but helps with the future of AdRotate!</em></small></p>'
815
- )
816
- );
817
  $screen->add_help_tab(array(
818
  'id' => 'adrotate_support',
819
  'title' => 'Getting Support',
820
  'content' => '<h4>Get help using AdRotate</h4>'.
821
  '<p>Everyone needs some help sometimes. AdRotate has many guides and manuals as well as a Support Forum on the AdRotate website to get you going.<br />All the relevant links to getting help and the Professional Services I offer can be found on the <a href="'.admin_url('admin.php?page=adrotate-support').'">Support dashboard</a>.</p>'.
822
 
823
- '<p>Take a look at the <a href="https://ajdg.solutions/support/adrotate-manuals/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">AdRotate Manuals</a> and the <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">Support Forum</a> here.</p>'
824
  )
825
  );
826
  }
391
  Since: 3.0
392
  -------------------------------------------------------------*/
393
  function adrotate_ad_output($id, $group = 0, $name, $bannercode, $tracker, $image) {
394
+ global $blog_id, $adrotate_config;
395
 
396
  $banner_output = $bannercode;
397
  $banner_output = stripslashes(htmlspecialchars_decode($banner_output, ENT_QUOTES));
415
  unset($value, $regs, $result);
416
  }
417
  }
 
 
 
418
  }
419
  }
420
 
552
  Since: 3.0
553
  -------------------------------------------------------------*/
554
  function adrotate_error($action, $arg = null) {
 
 
555
  switch($action) {
556
  // Ads
557
  case "ad_expired" :
558
+ $result = '<!-- '.__('Error, Ad is not available at this time due to schedule/geolocation restrictions!', 'adrotate').' -->';
 
 
 
 
559
  return $result;
560
  break;
561
 
562
  case "ad_unqualified" :
563
+ $result = '<!-- '.__('Either there are no banners, they are disabled or none qualified for this location!', 'adrotate').' -->';
 
 
 
 
564
  return $result;
565
  break;
566
 
648
  if(!is_writable(WP_CONTENT_DIR."/".$adrotate_config['banner_folder'])) {
649
  $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/" target="_blank">'.__('Set up your banner folder', 'adrotate').'</a>.';
650
  }
651
+ if(is_dir(WP_PLUGIN_DIR."/adrotate-pro/")) {
652
+ $error['adrotate_exists'] = __('You have the AdRotate Professional installed. Please check out the upgrade manual and switch over to AdRotate Pro!', 'adrotate-pro').' <a href="https://ajdg.solutions/support/adrotate-manuals/upgrade-adrotate-to-adrotate-pro/" target="_blank">'.__('Upgrade instructions', 'adrotate-pro').'</a>.';
653
+ }
654
+ if(is_dir(WP_PLUGIN_DIR."/adrotate_new/") OR is_dir(WP_PLUGIN_DIR."/adrotate-pro_new/")) {
655
+ $error['adrotate_exists'] = __('Something is wrong with your installation of AdRotate. Either the plugin is installed twice or your current installation has the wrong folder name. Please install the plugin properly!', 'adrotate-pro').' <a href="https://ajdg.solutions/support/adrotate-manuals/installing-adrotate-on-your-website/" target="_blank">'.__('Installation instructions', 'adrotate-pro').'</a>.';
656
+ }
657
 
658
  $error = (isset($error) AND is_array($error)) ? $error : false;
659
 
796
  '<strong>Personal:</strong> Take a look at the <a href="https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">arnan.me website</a>, also Arnan has <a href="https://www.twitter.com/arnandegans/" target="_blank">Twitter</a> and he is on <a href="https://linkedin.com/in/arnandegans/" target="_blank">LinkedIn</a>.</p>'
797
  )
798
  );
 
 
 
 
 
 
 
 
 
 
 
799
  $screen->add_help_tab(array(
800
  'id' => 'adrotate_support',
801
  'title' => 'Getting Support',
802
  'content' => '<h4>Get help using AdRotate</h4>'.
803
  '<p>Everyone needs some help sometimes. AdRotate has many guides and manuals as well as a Support Forum on the AdRotate website to get you going.<br />All the relevant links to getting help and the Professional Services I offer can be found on the <a href="'.admin_url('admin.php?page=adrotate-support').'">Support dashboard</a>.</p>'.
804
 
805
+ '<p>Take a look at the <a href="https://ajdg.solutions/support/adrotate-manuals/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">AdRotate Manuals</a> and the <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree&pk_keyword=helptab" target="_blank">Support Forum</a> here. Also check out <a href="https://ajdg.solutions/recommended-products/?pk_campaign=adrotatepro&pk_keyword=helptab" target="_blank">recommended products and services</a> I use.</p>'
806
  )
807
  );
808
  }
adrotate-setup.php CHANGED
@@ -41,17 +41,15 @@ function adrotate_activate_setup() {
41
  global $wpdb, $userdata;
42
 
43
  if(version_compare(PHP_VERSION, '5.6.0', '<') == -1) {
44
- deactivate_plugins(plugin_basename('adrotate/adrotate.php'));
45
  wp_die('AdRotate 5.0 and newer requires PHP 5.6 or higher. Your server reports version '.PHP_VERSION.'. Contact your hosting provider about upgrading your server!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to dashboard</a>.');
46
  return;
47
  } else {
48
  if(!current_user_can('activate_plugins')) {
49
- deactivate_plugins(plugin_basename('adrotate/adrotate.php'));
50
  wp_die('You do not have appropriate access to activate this plugin! Contact your administrator!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to dashboard</a>.');
51
  return;
52
  } else {
53
- deactivate_plugins(plugin_basename('adrotate-pro/adrotate-pro.php'));
54
-
55
  // Set defaults for internal versions
56
  add_option('adrotate_db_version', array('current' => ADROTATE_DB_VERSION, 'previous' => ''));
57
  add_option('adrotate_version', array('current' => ADROTATE_VERSION, 'previous' => ''));
@@ -60,8 +58,6 @@ function adrotate_activate_setup() {
60
  add_option('adrotate_config', array());
61
  add_option('adrotate_notifications', array());
62
  add_option('adrotate_crawlers', array());
63
- add_option('adrotate_db_timer', date('U'));
64
- add_option('adrotate_debug', array('general' => false, 'timers' => false, 'track' => false));
65
  add_option('adrotate_advert_status', array('error' => 0, 'expired' => 0, 'expiressoon' => 0, 'normal' => 0, 'total' => 0));
66
  add_option('adrotate_geo_required', 0);
67
  add_option('adrotate_geo_requests', 0);
@@ -167,12 +163,10 @@ function adrotate_check_config() {
167
  $config = get_option('adrotate_config');
168
  $notifications = get_option('adrotate_notifications');
169
  $crawlers = get_option('adrotate_crawlers');
170
- $debug = get_option('adrotate_debug');
171
 
172
  if(!isset($config)) $config = array();
173
  if(!isset($notifications)) $notifications = array();
174
  if(!isset($crawlers)) $crawlers = array();
175
- if(!isset($debug)) $debug = array();
176
 
177
  if(!isset($config['advertiser'])) $config['advertiser'] = 'subscriber';
178
  if(!isset($config['global_report'])) $config['global_report'] = 'administrator';
@@ -218,11 +212,6 @@ function adrotate_check_config() {
218
 
219
  if(!isset($crawlers) OR count($crawlers) < 1) $crawlers = array("008", "bot", "crawler", "spider", "Accoona-AI-Agent", "alexa", "Arachmo", "B-l-i-t-z-B-O-T", "boitho.com-dc", "Cerberian Drtrs","Charlotte", "cosmos", "Covario IDS", "DataparkSearch","FindLinks", "Holmes", "htdig", "ia_archiver", "ichiro", "inktomi", "igdeSpyder", "L.webis", "Larbin", "LinkWalker", "lwp-trivial", "mabontland", "Mnogosearch", "mogimogi", "Morning Paper", "MVAClient", "NetResearchServer", "NewsGator", "NG-Search", "NutchCVS", "Nymesis", "oegp", "Orbiter", "Peew", "Pompos", "PostPost", "PycURL", "Qseero", "Radian6", "SBIder", "ScoutJet", "Scrubby", "SearchSight", "semanticdiscovery", "ShopWiki", "silk", "Snappy", "Sqworm", "StackRambler", "Teoma", "TinEye", "truwoGPS", "updated", "Vagabondo", "Vortex", "voyager", "VYU2", "webcollage", "Websquash.com", "wf84", "WomlpeFactory", "yacy", "Yahoo! Slurp", "Yahoo! Slurp China", "YahooSeeker", "YahooSeeker-Testing", "YandexImages", "Yeti", "yoogliFetchAgent", "Zao", "ZyBorg", "froogle","looksmart", "Firefly", "NationalDirectory", "Ask Jeeves", "TECNOSEEK", "InfoSeek", "Scooter", "appie", "WebBug", "Spade", "rabaz", "TechnoratiSnoop");
220
  update_option('adrotate_crawlers', $crawlers);
221
-
222
- if(!isset($debug['general'])) $debug['general'] = false;
223
- if(!isset($debug['timers'])) $debug['timers'] = false;
224
- if(!isset($debug['track'])) $debug['track'] = false;
225
- update_option('adrotate_debug', $debug);
226
  }
227
 
228
  /*-------------------------------------------------------------
@@ -243,29 +232,30 @@ function adrotate_dummy_data() {
243
 
244
  if(is_null($no_ads) AND is_null($no_schedules) AND is_null($no_linkmeta)) {
245
  // Demo ad 1
246
- $wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo banner 468x60', 'bannercode' => '&lt;a href=\&quot;http:\/\/ajdg.net/landing.php?src=adrotate\&quot;&gt;&lt;img src=\&quot;http://ajdg.solutions/assets/banners/adrotate-468x60.jpg\&quot; /&gt;&lt;/a&gt;', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'N', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'active', 'weight' => 6, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
 
247
  $ad_id = $wpdb->insert_id;
248
  $wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
249
  $schedule_id = $wpdb->insert_id;
250
  $wpdb->insert("{$wpdb->prefix}adrotate_linkmeta", array('ad' => $ad_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
 
251
  unset($ad_id, $schedule_id);
252
 
253
  // Demo ad 2
254
- $wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo banner 728x90', 'bannercode' => '&lt;a href=\&quot;http:\/\/ajdg.net/landing.php?src=adrotate\&quot;&gt;&lt;img src=\&quot;http://ajdg.solutions/assets/banners/adrotate-728x90.jpg\&quot; /&gt;&lt;/a&gt;', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'Y', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'active', 'weight' => 6, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
 
255
  $ad_id = $wpdb->insert_id;
256
  $wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
257
  $schedule_id = $wpdb->insert_id;
258
  $wpdb->insert("{$wpdb->prefix}adrotate_linkmeta", array('ad' => $ad_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
 
259
  unset($ad_id, $schedule_id);
260
  }
261
  }
262
 
263
  /*-------------------------------------------------------------
264
  Name: adrotate_database_install
265
-
266
  Purpose: Creates database table if it doesnt exist
267
- Receive: -none-
268
- Return: -none-
269
  Since: 3.0.3
270
  -------------------------------------------------------------*/
271
  function adrotate_database_install() {
@@ -312,7 +302,9 @@ function adrotate_database_install() {
312
  `budget` double NOT NULL default '0',
313
  `crate` double NOT NULL default '0',
314
  `irate` double NOT NULL default '0',
 
315
  `cities` text NOT NULL,
 
316
  `countries` text NOT NULL,
317
  PRIMARY KEY (`id`)
318
  ) ".$charset_collate.$engine.";");
@@ -415,19 +407,15 @@ function adrotate_database_install() {
415
 
416
  /*-------------------------------------------------------------
417
  Name: adrotate_check_upgrade
418
-
419
  Purpose: Checks if the plugin needs to upgrade stuff upon activation
420
- Receive: -none-
421
- Return: -none-
422
  Since: 3.7.3
423
  -------------------------------------------------------------*/
424
  function adrotate_check_upgrade() {
425
  global $wpdb;
426
 
427
- if(version_compare(PHP_VERSION, '5.3.0', '<') == -1) {
428
- deactivate_plugins(plugin_basename('adrotate/adrotate.php'));
429
- wp_die('AdRotate 3.10.8 and up requires PHP 5.3 or higher. Your server reports version '.PHP_VERSION.'. Contact your hosting provider about upgrading your server!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to plugins</a>.');
430
- return;
431
  } else {
432
  $adrotate_db_version = get_option("adrotate_db_version");
433
  if($adrotate_db_version['current'] < ADROTATE_DB_VERSION) {
@@ -447,10 +435,7 @@ function adrotate_check_upgrade() {
447
 
448
  /*-------------------------------------------------------------
449
  Name: adrotate_database_upgrade
450
-
451
  Purpose: Upgrades AdRotate where required
452
- Receive: -none-
453
- Return: -none-
454
  Since: 3.0.3
455
  -------------------------------------------------------------*/
456
  function adrotate_database_upgrade() {
@@ -518,6 +503,13 @@ function adrotate_database_upgrade() {
518
  $wpdb->query("DROP TABLE IF EXISTS `{$wpdb->prefix}adrotate_transactions`");
519
  }
520
 
 
 
 
 
 
 
 
521
  update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
522
  }
523
 
@@ -662,88 +654,69 @@ function adrotate_core_upgrade() {
662
  }
663
 
664
  /*-------------------------------------------------------------
665
- Name: adrotate_optimize_database
666
- Purpose: Optimizes all AdRotate tables
667
- Since: 3.4
668
- -------------------------------------------------------------*/
669
- function adrotate_optimize_database() {
670
- global $wpdb;
671
-
672
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
673
-
674
- $adrotate_db_timer = get_option('adrotate_db_timer');
675
- $now = adrotate_now();
676
-
677
- if($adrotate_db_timer < ($now - DAY_IN_SECONDS)) {
678
- dbDelta("OPTIMIZE TABLE `{$wpdb->prefix}adrotate`, `{$wpdb->prefix}adrotate_groups`, `{$wpdb->prefix}adrotate_linkmeta`, `{$wpdb->prefix}adrotate_stats`, `{$wpdb->prefix}adrotate_stats_archive`, `{$wpdb->prefix}adrotate_tracker`, `{$wpdb->prefix}adrotate_schedule`, `{$wpdb->prefix}adrotate_transactions`;");
679
- dbDelta("REPAIR TABLE `{$wpdb->prefix}adrotate`, `{$wpdb->prefix}adrotate_groups`, `{$wpdb->prefix}adrotate_linkmeta`, `{$wpdb->prefix}adrotate_stats`, `{$wpdb->prefix}adrotate_stats_archive`, `{$wpdb->prefix}adrotate_tracker`, `{$wpdb->prefix}adrotate_schedule`, `{$wpdb->prefix}adrotate_transactions`;");
680
- update_option('adrotate_db_timer', $now);
681
- adrotate_return('adrotate-settings', 403, array('tab' => 'maintenance'));
682
- } else {
683
- adrotate_return('adrotate-settings', 504, array('tab' => 'maintenance'));
684
- }
685
- }
686
-
687
- /*-------------------------------------------------------------
688
- Name: adrotate_cleanup_database
689
  Purpose: Clean AdRotate tables
690
- Since: 3.5
 
691
  -------------------------------------------------------------*/
692
- function adrotate_cleanup_database() {
693
- global $wpdb;
694
 
695
  $now = adrotate_now();
696
-
697
- // Delete old stats
698
- if(isset($_POST['adrotate_db_cleanup_statistics'])) {
699
- $lastyear = $now - (DAY_IN_SECONDS * 365);
700
- $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_stats` WHERE `thetime` < $lastyear;");
701
- }
702
-
703
- // Delete export files
704
- if(isset($_POST['adrotate_db_cleanup_exportfiles'])) {
705
- array_map('unlink', glob(WP_CONTENT_DIR.'/reports/AdRotate_export_*.csv'));
706
- }
707
 
708
  // Clean up Tracker data
709
  $yesterday = $now - DAY_IN_SECONDS;
710
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < $yesterday;");
711
 
712
  // Delete empty ads, groups and schedules
713
- $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' OR `type` = 'a_empty' OR `type` = 'generator';");
714
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_groups` WHERE `name` = '';");
715
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `name` = '';");
716
- $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_transactions` WHERE `reference` = '';");
717
 
718
- // Clean up meta data and schedules
 
 
 
 
 
 
 
 
 
 
 
719
  $ads = $wpdb->get_results("SELECT `id` FROM `{$wpdb->prefix}adrotate` ORDER BY `id`;");
720
- $metas = $wpdb->get_results("SELECT `id`, `ad`, `schedule` FROM `{$wpdb->prefix}adrotate_linkmeta` ORDER BY `id`;");
721
-
722
- $adverts = $linkmeta = $schedules = array();
723
  foreach($ads as $ad) {
724
  $adverts[$ad->id] = $ad->id;
725
  }
726
  foreach($metas as $meta) {
727
  $linkmeta[$meta->id] = $meta->ad;
728
- if($meta->schedule > 0) $schedules[$meta->id] = $meta->schedule;
729
  }
730
 
731
  $delete_meta = array_diff($linkmeta, $adverts);
732
- $delete_schedule = array_diff($schedules, $adverts);
733
-
734
  foreach($delete_meta as $meta => $advert) {
735
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `id` = {$meta};");
736
  unset($delete_meta[$meta], $meta, $advert);
737
  }
738
- foreach($delete_schedule as $meta => $schedule) {
739
- $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `id` = {$schedule};");
740
- unset($delete_schedule[$meta], $meta, $schedule);
741
- }
742
- unset($ads, $metas, $adverts, $linkmeta, $delete_meta, $delete_schedule);
743
 
744
  // Clean up stray linkmeta
745
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = 0 OR `ad` = '';");
746
 
 
 
 
 
 
 
 
 
 
 
 
747
  adrotate_return('adrotate-settings', 406, array('tab' => 'maintenance'));
748
  }
749
 
@@ -755,9 +728,8 @@ function adrotate_cleanup_database() {
755
  function adrotate_empty_trackerdata() {
756
  global $wpdb;
757
 
758
- $now = adrotate_now();
759
- $clicks = $now - DAY_IN_SECONDS;
760
- $impressions = $now - HOUR_IN_SECONDS;
761
 
762
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < {$impressions} AND `stat` = 'i';");
763
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < {$clicks} AND `stat` = 'c';");
41
  global $wpdb, $userdata;
42
 
43
  if(version_compare(PHP_VERSION, '5.6.0', '<') == -1) {
44
+ deactivate_plugins('adrotate/adrotate.php');
45
  wp_die('AdRotate 5.0 and newer requires PHP 5.6 or higher. Your server reports version '.PHP_VERSION.'. Contact your hosting provider about upgrading your server!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to dashboard</a>.');
46
  return;
47
  } else {
48
  if(!current_user_can('activate_plugins')) {
49
+ deactivate_plugins('adrotate/adrotate.php');
50
  wp_die('You do not have appropriate access to activate this plugin! Contact your administrator!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to dashboard</a>.');
51
  return;
52
  } else {
 
 
53
  // Set defaults for internal versions
54
  add_option('adrotate_db_version', array('current' => ADROTATE_DB_VERSION, 'previous' => ''));
55
  add_option('adrotate_version', array('current' => ADROTATE_VERSION, 'previous' => ''));
58
  add_option('adrotate_config', array());
59
  add_option('adrotate_notifications', array());
60
  add_option('adrotate_crawlers', array());
 
 
61
  add_option('adrotate_advert_status', array('error' => 0, 'expired' => 0, 'expiressoon' => 0, 'normal' => 0, 'total' => 0));
62
  add_option('adrotate_geo_required', 0);
63
  add_option('adrotate_geo_requests', 0);
163
  $config = get_option('adrotate_config');
164
  $notifications = get_option('adrotate_notifications');
165
  $crawlers = get_option('adrotate_crawlers');
 
166
 
167
  if(!isset($config)) $config = array();
168
  if(!isset($notifications)) $notifications = array();
169
  if(!isset($crawlers)) $crawlers = array();
 
170
 
171
  if(!isset($config['advertiser'])) $config['advertiser'] = 'subscriber';
172
  if(!isset($config['global_report'])) $config['global_report'] = 'administrator';
212
 
213
  if(!isset($crawlers) OR count($crawlers) < 1) $crawlers = array("008", "bot", "crawler", "spider", "Accoona-AI-Agent", "alexa", "Arachmo", "B-l-i-t-z-B-O-T", "boitho.com-dc", "Cerberian Drtrs","Charlotte", "cosmos", "Covario IDS", "DataparkSearch","FindLinks", "Holmes", "htdig", "ia_archiver", "ichiro", "inktomi", "igdeSpyder", "L.webis", "Larbin", "LinkWalker", "lwp-trivial", "mabontland", "Mnogosearch", "mogimogi", "Morning Paper", "MVAClient", "NetResearchServer", "NewsGator", "NG-Search", "NutchCVS", "Nymesis", "oegp", "Orbiter", "Peew", "Pompos", "PostPost", "PycURL", "Qseero", "Radian6", "SBIder", "ScoutJet", "Scrubby", "SearchSight", "semanticdiscovery", "ShopWiki", "silk", "Snappy", "Sqworm", "StackRambler", "Teoma", "TinEye", "truwoGPS", "updated", "Vagabondo", "Vortex", "voyager", "VYU2", "webcollage", "Websquash.com", "wf84", "WomlpeFactory", "yacy", "Yahoo! Slurp", "Yahoo! Slurp China", "YahooSeeker", "YahooSeeker-Testing", "YandexImages", "Yeti", "yoogliFetchAgent", "Zao", "ZyBorg", "froogle","looksmart", "Firefly", "NationalDirectory", "Ask Jeeves", "TECNOSEEK", "InfoSeek", "Scooter", "appie", "WebBug", "Spade", "rabaz", "TechnoratiSnoop");
214
  update_option('adrotate_crawlers', $crawlers);
 
 
 
 
 
215
  }
216
 
217
  /*-------------------------------------------------------------
232
 
233
  if(is_null($no_ads) AND is_null($no_schedules) AND is_null($no_linkmeta)) {
234
  // Demo ad 1
235
+ $wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo banner 468x60', 'bannercode' => '&lt;a href=\&quot;http:\/\/ajdg.net/landing.php?src=adrotate\&quot;&gt;&lt;img src=\&quot;http://ajdg.solutions/assets/banners/adrotate-468x60.jpg\&quot; /&gt;&lt;/a&gt;', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'N', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'active', 'weight' => 6, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'state_req' => 'N', 'cities' => serialize(array()), 'states' => serialize(array()), 'countries' => serialize(array())));
236
+
237
  $ad_id = $wpdb->insert_id;
238
  $wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
239
  $schedule_id = $wpdb->insert_id;
240
  $wpdb->insert("{$wpdb->prefix}adrotate_linkmeta", array('ad' => $ad_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
241
+
242
  unset($ad_id, $schedule_id);
243
 
244
  // Demo ad 2
245
+ $wpdb->insert("{$wpdb->prefix}adrotate", array('title' => 'Demo banner 728x90', 'bannercode' => '&lt;a href=\&quot;http:\/\/ajdg.net/landing.php?src=adrotate\&quot;&gt;&lt;img src=\&quot;http://ajdg.solutions/assets/banners/adrotate-728x90.jpg\&quot; /&gt;&lt;/a&gt;', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => '', 'image' => '', 'tracker' => 'Y', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'active', 'weight' => 6, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'state_req' => 'N', 'cities' => serialize(array()), 'states' => serialize(array()), 'countries' => serialize(array())));
246
+
247
  $ad_id = $wpdb->insert_id;
248
  $wpdb->insert("{$wpdb->prefix}adrotate_schedule", array('name' => 'Schedule for ad '.$ad_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
249
  $schedule_id = $wpdb->insert_id;
250
  $wpdb->insert("{$wpdb->prefix}adrotate_linkmeta", array('ad' => $ad_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
251
+
252
  unset($ad_id, $schedule_id);
253
  }
254
  }
255
 
256
  /*-------------------------------------------------------------
257
  Name: adrotate_database_install
 
258
  Purpose: Creates database table if it doesnt exist
 
 
259
  Since: 3.0.3
260
  -------------------------------------------------------------*/
261
  function adrotate_database_install() {
302
  `budget` double NOT NULL default '0',
303
  `crate` double NOT NULL default '0',
304
  `irate` double NOT NULL default '0',
305
+ `state_req` char(1) NOT NULL default 'N',
306
  `cities` text NOT NULL,
307
+ `states` text NOT NULL,
308
  `countries` text NOT NULL,
309
  PRIMARY KEY (`id`)
310
  ) ".$charset_collate.$engine.";");
407
 
408
  /*-------------------------------------------------------------
409
  Name: adrotate_check_upgrade
 
410
  Purpose: Checks if the plugin needs to upgrade stuff upon activation
 
 
411
  Since: 3.7.3
412
  -------------------------------------------------------------*/
413
  function adrotate_check_upgrade() {
414
  global $wpdb;
415
 
416
+ if(version_compare(PHP_VERSION, '5.6.0', '<') == -1) {
417
+ deactivate_plugins(plugin_basename('adrotate-pro/adrotate-pro.php'));
418
+ wp_die('AdRotate 5.0 and newer requires PHP 5.6 or higher. Your server reports version '.PHP_VERSION.'. Contact your hosting provider about upgrading your server!<br /><a href="'. get_option('siteurl').'/wp-admin/plugins.php">Back to dashboard</a>.');
 
419
  } else {
420
  $adrotate_db_version = get_option("adrotate_db_version");
421
  if($adrotate_db_version['current'] < ADROTATE_DB_VERSION) {
435
 
436
  /*-------------------------------------------------------------
437
  Name: adrotate_database_upgrade
 
438
  Purpose: Upgrades AdRotate where required
 
 
439
  Since: 3.0.3
440
  -------------------------------------------------------------*/
441
  function adrotate_database_upgrade() {
503
  $wpdb->query("DROP TABLE IF EXISTS `{$wpdb->prefix}adrotate_transactions`");
504
  }
505
 
506
+ // Database: 66
507
+ // AdRotate: 5.8
508
+ if($adrotate_db_version['current'] < 66) {
509
+ adrotate_add_column("{$wpdb->prefix}adrotate", 'states', 'text NOT NULL AFTER `cities`');
510
+ adrotate_add_column("{$wpdb->prefix}adrotate", 'state_req', 'char(1) NOT NULL default \'N\' AFTER `irate`');
511
+ }
512
+
513
  update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
514
  }
515
 
654
  }
655
 
656
  /*-------------------------------------------------------------
657
+ Name: adrotate_clean_setup
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
658
  Purpose: Clean AdRotate tables
659
+ Clean/delete AdRotate assets
660
+ Since: 5.8
661
  -------------------------------------------------------------*/
662
+ function adrotate_clean_setup() {
663
+ global $wpdb, $adrotate_config;
664
 
665
  $now = adrotate_now();
 
 
 
 
 
 
 
 
 
 
 
666
 
667
  // Clean up Tracker data
668
  $yesterday = $now - DAY_IN_SECONDS;
669
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < $yesterday;");
670
 
671
  // Delete empty ads, groups and schedules
672
+ $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' OR `type` = 'a_empty';");
673
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_groups` WHERE `name` = '';");
674
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_schedule` WHERE `name` = '';");
 
675
 
676
+ // Remove CSS from deleted groups
677
+ $groups = $wpdb->get_col("SELECT `id` FROM `{$wpdb->prefix}adrotate_groups` WHERE `name` != '' ORDER BY `id` ASC;");
678
+ $group_css = get_option('adrotate_group_css');
679
+ foreach($group_css as $group_id => $css) {
680
+ if(!array_key_exists($group_id, $groups)) {
681
+ unset($group_css[$group_id]);
682
+ }
683
+ }
684
+ update_option('adrotate_group_css', $group_css);
685
+ unset($groups, $group_css);
686
+
687
+ // Clean up meta data
688
  $ads = $wpdb->get_results("SELECT `id` FROM `{$wpdb->prefix}adrotate` ORDER BY `id`;");
689
+ $metas = $wpdb->get_results("SELECT `id`, `ad` FROM `{$wpdb->prefix}adrotate_linkmeta` ORDER BY `id`;");
690
+
691
+ $adverts = $linkmeta = array();
692
  foreach($ads as $ad) {
693
  $adverts[$ad->id] = $ad->id;
694
  }
695
  foreach($metas as $meta) {
696
  $linkmeta[$meta->id] = $meta->ad;
 
697
  }
698
 
699
  $delete_meta = array_diff($linkmeta, $adverts);
 
 
700
  foreach($delete_meta as $meta => $advert) {
701
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `id` = {$meta};");
702
  unset($delete_meta[$meta], $meta, $advert);
703
  }
704
+ unset($ads, $metas, $adverts, $linkmeta, $delete_meta);
 
 
 
 
705
 
706
  // Clean up stray linkmeta
707
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_linkmeta` WHERE `ad` = 0 OR `ad` = '';");
708
 
709
+ // (Optionally) Delete old stats
710
+ if(isset($_POST['adrotate_db_cleanup_statistics'])) {
711
+ $lastyear = $now - (DAY_IN_SECONDS * 365);
712
+ $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_stats` WHERE `thetime` < $lastyear;");
713
+ }
714
+
715
+ // (Optionally) Delete export files
716
+ if(isset($_POST['adrotate_asset_cleanup_exportfiles'])) {
717
+ array_map('unlink', glob(WP_CONTENT_DIR.'/reports/AdRotate_export_*.csv'));
718
+ }
719
+
720
  adrotate_return('adrotate-settings', 406, array('tab' => 'maintenance'));
721
  }
722
 
728
  function adrotate_empty_trackerdata() {
729
  global $wpdb;
730
 
731
+ $clicks = adrotate_now() - DAY_IN_SECONDS;
732
+ $impressions = adrotate_now() - HOUR_IN_SECONDS;
 
733
 
734
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < {$impressions} AND `stat` = 'i';");
735
  $wpdb->query("DELETE FROM `{$wpdb->prefix}adrotate_tracker` WHERE `timer` < {$clicks} AND `stat` = 'c';");
adrotate-statistics.php CHANGED
@@ -437,7 +437,7 @@ function adrotate_archive_stats($id) {
437
  Since: 3.11.3
438
  -------------------------------------------------------------*/
439
  function adrotate_count_impression($ad, $group = 0, $blog_id = 0) {
440
- global $wpdb, $adrotate_config, $adrotate_debug;
441
 
442
  if(($adrotate_config['enable_loggedin_impressions'] == 'Y' AND is_user_logged_in()) OR !is_user_logged_in()) {
443
  $now = adrotate_now();
@@ -449,11 +449,7 @@ function adrotate_count_impression($ad, $group = 0, $blog_id = 0) {
449
  switch_to_blog($blog_id);
450
  }
451
 
452
- if($adrotate_debug['timers'] == true) {
453
- $impression_timer = $now;
454
- } else {
455
- $impression_timer = $now - $adrotate_config['impression_timer'];
456
- }
457
 
458
  if($remote_ip != "unknown" AND !empty($remote_ip)) {
459
  $saved_timer = $wpdb->get_var($wpdb->prepare("SELECT `timer` FROM `{$wpdb->prefix}adrotate_tracker` WHERE `ipaddress` = '%s' AND `stat` = 'i' AND `bannerid` = %d ORDER BY `timer` DESC LIMIT 1;", $remote_ip, $ad));
@@ -485,12 +481,8 @@ function adrotate_impression_callback() {
485
  define('DONOTCACHEDB', true);
486
  define('DONOTCACHCEOBJECT', true);
487
 
488
- global $adrotate_debug;
489
-
490
  $meta = $_POST['track'];
491
- if($adrotate_debug['track'] != true) {
492
- $meta = base64_decode($meta);
493
- }
494
 
495
  $meta = esc_attr($meta);
496
  // Don't use $impression_timer - It's for impressions used in javascript
@@ -510,13 +502,10 @@ function adrotate_click_callback() {
510
  define('DONOTCACHEDB', true);
511
  define('DONOTCACHCEOBJECT', true);
512
 
513
- global $wpdb, $adrotate_config, $adrotate_debug;
514
 
515
  $meta = $_POST['track'];
516
-
517
- if($adrotate_debug['track'] != true) {
518
- $meta = base64_decode($meta);
519
- }
520
 
521
  $meta = esc_attr($meta);
522
  // Don't use $impression_timer - It's for impressions used in javascript
@@ -535,12 +524,7 @@ function adrotate_click_callback() {
535
  if(adrotate_is_human() AND $remote_ip != "unknown" AND !empty($remote_ip)) {
536
  $now = adrotate_now();
537
  $today = adrotate_date_start('day');
538
-
539
- if($adrotate_debug['timers'] == true) {
540
- $click_timer = $now;
541
- } else {
542
- $click_timer = $now - $adrotate_config['click_timer'];
543
- }
544
 
545
  $saved_timer = $wpdb->get_var($wpdb->prepare("SELECT `timer` FROM `{$wpdb->prefix}adrotate_tracker` WHERE `ipaddress` = '%s' AND `stat` = 'c' AND `bannerid` = %d ORDER BY `timer` DESC LIMIT 1;", $remote_ip, $ad));
546
  if($saved_timer < $click_timer) {
437
  Since: 3.11.3
438
  -------------------------------------------------------------*/
439
  function adrotate_count_impression($ad, $group = 0, $blog_id = 0) {
440
+ global $wpdb, $adrotate_config;
441
 
442
  if(($adrotate_config['enable_loggedin_impressions'] == 'Y' AND is_user_logged_in()) OR !is_user_logged_in()) {
443
  $now = adrotate_now();
449
  switch_to_blog($blog_id);
450
  }
451
 
452
+ $impression_timer = $now - $adrotate_config['impression_timer'];
 
 
 
 
453
 
454
  if($remote_ip != "unknown" AND !empty($remote_ip)) {
455
  $saved_timer = $wpdb->get_var($wpdb->prepare("SELECT `timer` FROM `{$wpdb->prefix}adrotate_tracker` WHERE `ipaddress` = '%s' AND `stat` = 'i' AND `bannerid` = %d ORDER BY `timer` DESC LIMIT 1;", $remote_ip, $ad));
481
  define('DONOTCACHEDB', true);
482
  define('DONOTCACHCEOBJECT', true);
483
 
 
 
484
  $meta = $_POST['track'];
485
+ $meta = base64_decode($meta);
 
 
486
 
487
  $meta = esc_attr($meta);
488
  // Don't use $impression_timer - It's for impressions used in javascript
502
  define('DONOTCACHEDB', true);
503
  define('DONOTCACHCEOBJECT', true);
504
 
505
+ global $wpdb, $adrotate_config;
506
 
507
  $meta = $_POST['track'];
508
+ $meta = base64_decode($meta);
 
 
 
509
 
510
  $meta = esc_attr($meta);
511
  // Don't use $impression_timer - It's for impressions used in javascript
524
  if(adrotate_is_human() AND $remote_ip != "unknown" AND !empty($remote_ip)) {
525
  $now = adrotate_now();
526
  $today = adrotate_date_start('day');
527
+ $click_timer = $now - $adrotate_config['click_timer'];
 
 
 
 
 
528
 
529
  $saved_timer = $wpdb->get_var($wpdb->prepare("SELECT `timer` FROM `{$wpdb->prefix}adrotate_tracker` WHERE `ipaddress` = '%s' AND `stat` = 'c' AND `bannerid` = %d ORDER BY `timer` DESC LIMIT 1;", $remote_ip, $ad));
530
  if($saved_timer < $click_timer) {
adrotate.php CHANGED
@@ -6,7 +6,7 @@ Author: Arnan de Gans
6
  Author URI: https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
- Version: 5.7.1
10
  License: GPLv3
11
  */
12
 
@@ -21,9 +21,9 @@ License: GPLv3
21
  ------------------------------------------------------------------------------------ */
22
 
23
  /*--- AdRotate values ---------------------------------------*/
24
- define("ADROTATE_DISPLAY", '5.7.1');
25
  define("ADROTATE_VERSION", 395);
26
- define("ADROTATE_DB_VERSION", 65);
27
  $plugin_folder = plugin_dir_path(__FILE__);
28
  /*-----------------------------------------------------------*/
29
 
@@ -43,7 +43,6 @@ $adrotate_config = get_option('adrotate_config');
43
  $adrotate_crawlers = get_option('adrotate_crawlers');
44
  $adrotate_version = get_option("adrotate_version");
45
  $adrotate_db_version = get_option("adrotate_db_version");
46
- $adrotate_debug = get_option("adrotate_debug");
47
  /*-----------------------------------------------------------*/
48
 
49
  /*--- Core --------------------------------------------------*/
@@ -88,8 +87,7 @@ if(is_admin()) {
88
  if(isset($_POST['adrotate_error_action_submit'])) add_action('init', 'adrotate_request_action');
89
  if(isset($_POST['adrotate_save_options'])) add_action('init', 'adrotate_options_submit');
90
  if(isset($_POST['adrotate_request_submit'])) add_action('init', 'adrotate_mail_message');
91
- if(isset($_POST['adrotate_db_optimize_submit'])) add_action('init', 'adrotate_optimize_database');
92
- if(isset($_POST['adrotate_db_cleanup_submit'])) add_action('init', 'adrotate_cleanup_database');
93
  if(isset($_POST['adrotate_evaluate_submit'])) add_action('init', 'adrotate_prepare_evaluate_ads');
94
  }
95
 
@@ -490,7 +488,6 @@ function adrotate_options() {
490
  $status = (isset($_GET['status'])) ? esc_attr($_GET['status']) : '';
491
  $error = (isset($_GET['error'])) ? esc_attr($_GET['error']) : '';
492
 
493
-
494
  $action = (isset($_GET['action'])) ? esc_attr($_GET['action']) : '';
495
  if($action == 'update-db') adrotate_check_upgrade();
496
  if($action == 'reset-tasks') adrotate_check_schedules();
@@ -514,7 +511,6 @@ function adrotate_options() {
514
 
515
  <?php
516
  $adrotate_config = get_option('adrotate_config');
517
- $adrotate_debug = get_option('adrotate_debug');
518
 
519
  if($active_tab == 'general') {
520
  $adrotate_crawlers = get_option('adrotate_crawlers');
6
  Author URI: https://www.arnan.me/?pk_campaign=adrotatefree&pk_keyword=plugin_info
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
+ Version: 5.8
10
  License: GPLv3
11
  */
12
 
21
  ------------------------------------------------------------------------------------ */
22
 
23
  /*--- AdRotate values ---------------------------------------*/
24
+ define("ADROTATE_DISPLAY", '5.8');
25
  define("ADROTATE_VERSION", 395);
26
+ define("ADROTATE_DB_VERSION", 66);
27
  $plugin_folder = plugin_dir_path(__FILE__);
28
  /*-----------------------------------------------------------*/
29
 
43
  $adrotate_crawlers = get_option('adrotate_crawlers');
44
  $adrotate_version = get_option("adrotate_version");
45
  $adrotate_db_version = get_option("adrotate_db_version");
 
46
  /*-----------------------------------------------------------*/
47
 
48
  /*--- Core --------------------------------------------------*/
87
  if(isset($_POST['adrotate_error_action_submit'])) add_action('init', 'adrotate_request_action');
88
  if(isset($_POST['adrotate_save_options'])) add_action('init', 'adrotate_options_submit');
89
  if(isset($_POST['adrotate_request_submit'])) add_action('init', 'adrotate_mail_message');
90
+ if(isset($_POST['adrotate_cleanup_submit'])) add_action('init', 'adrotate_clean_setup');
 
91
  if(isset($_POST['adrotate_evaluate_submit'])) add_action('init', 'adrotate_prepare_evaluate_ads');
92
  }
93
 
488
  $status = (isset($_GET['status'])) ? esc_attr($_GET['status']) : '';
489
  $error = (isset($_GET['error'])) ? esc_attr($_GET['error']) : '';
490
 
 
491
  $action = (isset($_GET['action'])) ? esc_attr($_GET['action']) : '';
492
  if($action == 'update-db') adrotate_check_upgrade();
493
  if($action == 'reset-tasks') adrotate_check_schedules();
511
 
512
  <?php
513
  $adrotate_config = get_option('adrotate_config');
 
514
 
515
  if($active_tab == 'general') {
516
  $adrotate_crawlers = get_option('adrotate_crawlers');
dashboard/info.php CHANGED
@@ -55,30 +55,30 @@ $data = get_option("adrotate_advert_status");
55
  <tr>
56
  <td width="33%">
57
  <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
58
- <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-6" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/html5-service.jpg", dirname(__FILE__)); ?>" alt="HTML5 Advert setup" width="228" height="120"></div></a>
59
- <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-6" target="_blank"><div class="title"><?php _e('HTML5 Advert setup', 'adrotate'); ?></div></a>
60
  <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
61
- <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-6_buy" target="_blank">Only &euro; 22,50 p/ad</a></div>
62
- <hr>
63
- <div class="description"><?php _e('Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll install and configure it for you.', 'adrotate'); ?></div>
64
- </div>
65
  </td>
66
  <td width="33%">
67
  <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
68
- <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-3" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/wordpress-maintenance.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance" width="228" height="120"></div></a>
69
- <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-3" target="_blank"><div class="title"><?php _e('WP Maintenance', 'adrotate'); ?></div></a>
70
  <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
71
- <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=service-3_buy" target="_blank">Starting at &euro; 22,50</a></div>
72
- <hr>
73
- <div class="description"><?php _e('Get all the latest updates for WordPress and plugins. Maintenance, delete spam and clean up files.', 'adrotate'); ?></div>
74
- </div>
75
  </td>
76
  <td>
77
  <div class="ajdg-sales-widget" style="display: inline-block;">
78
- <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=woo-2" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/single-page-checkout.jpg", dirname(__FILE__)); ?>" alt="WooCommerce Single Page Checkout" width="228" height="120"></div></a>
79
- <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=woo-2" target="_blank"><div class="title"><?php _e('Single Page Checkout', 'adrotate'); ?></div></a>
80
  <div class="sub_title"><?php _e('WooCommerce Plugin', 'adrotate'); ?></div>
81
- <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page&pk_content=woo-2_buy" target="_blank">Only &euro; 10,-</a></div>
82
  <hr>
83
  <div class="description"><?php _e('Merge your cart and checkout pages into one single page in seconds with no setup required at all.', 'adrotate'); ?></div>
84
  </div>
55
  <tr>
56
  <td width="33%">
57
  <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
58
+ <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/wordpress-maintenance.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance" width="228" height="120"></div></a>
59
+ <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="title"><?php _e('WP Maintenance', 'adrotate'); ?></div></a>
60
  <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
61
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">Starting at &euro; 22,50</a></div>
62
+ <hr>
63
+ <div class="description"><?php _e('Get all the latest updates for WordPress and plugins. Maintenance, delete spam and clean up files.', 'adrotate'); ?></div>
64
+ </div>
65
  </td>
66
  <td width="33%">
67
  <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
68
+ <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/html5-service.jpg", dirname(__FILE__)); ?>" alt="HTML5 Advert setup" width="228" height="120"></div></a>
69
+ <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="title"><?php _e('HTML5 Advert setup', 'adrotate'); ?></div></a>
70
  <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
71
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">Only &euro; 22,50 p/ad</a></div>
72
+ <hr>
73
+ <div class="description"><?php _e('Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll install and configure it for you.', 'adrotate'); ?></div>
74
+ </div>
75
  </td>
76
  <td>
77
  <div class="ajdg-sales-widget" style="display: inline-block;">
78
+ <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/single-page-checkout.jpg", dirname(__FILE__)); ?>" alt="WooCommerce Single Page Checkout" width="228" height="120"></div></a>
79
+ <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank"><div class="title"><?php _e('Single Page Checkout', 'adrotate'); ?></div></a>
80
  <div class="sub_title"><?php _e('WooCommerce Plugin', 'adrotate'); ?></div>
81
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=info_page" target="_blank">Only &euro; 10,-</a></div>
82
  <hr>
83
  <div class="description"><?php _e('Merge your cart and checkout pages into one single page in seconds with no setup required at all.', 'adrotate'); ?></div>
84
  </div>
dashboard/publisher/adverts-edit.php CHANGED
@@ -12,7 +12,7 @@
12
  if(!$ad_edit_id) {
13
  $edit_id = $wpdb->get_var("SELECT `id` FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' ORDER BY `id` DESC LIMIT 1;");
14
  if($edit_id == 0) {
15
- $wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $userdata->user_login, 'imagetype' => 'dropdown', 'image' => '', 'tracker' => 'N', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'empty', 'weight' => 6, 'autodelete' => 'N', 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
16
  $edit_id = $wpdb->insert_id;
17
 
18
  $wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y', 'autodelete' => 'N'));
@@ -111,7 +111,7 @@ if($edit_banner) {
111
  <tr>
112
  <th width="15%"><?php _e('Name', 'adrotate'); ?></th>
113
  <td>
114
- <input tabindex="1" name="adrotate_title" type="text" class="ajdg-fullwidth ajdg-inputfield" value="<?php echo stripslashes($edit_banner->title);?>" autocomplete="off" />
115
  </td>
116
  <td width="35%">
117
  &nbsp;
@@ -120,7 +120,7 @@ if($edit_banner) {
120
  <tr>
121
  <th valign="top"><?php _e('AdCode', 'adrotate'); ?></th>
122
  <td>
123
- <label for="adrotate_bannercode"><textarea tabindex="2" id="adrotate_bannercode" name="adrotate_bannercode" cols="80" rows="15" class="ajdg-fullwidth"><?php echo stripslashes($edit_banner->bannercode); ?></textarea></label>
124
  </td>
125
  <td width="35%" rowspan="2">
126
  <p><strong><?php _e('Basic Examples:', 'adrotate'); ?></strong></p>
@@ -135,8 +135,8 @@ if($edit_banner) {
135
  <tr>
136
  <th valign="top"><?php _e('Useful tags', 'adrotate'); ?></th>
137
  <td colspan="2">
138
- <span class="description"><a href="#" onclick="textatcursor('adrotate_bannercode','%id%');return false;"><span class="ajdg-tooltip">%id%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert the advert ID Number.', 'adrotate-pro'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%asset%');return false;"><span class="ajdg-tooltip">%asset%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Use this tag when selecting a image below.', 'adrotate-pro'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%title%');return false;"><span class="ajdg-tooltip">%title%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert the advert name.', 'adrotate-pro'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%random%');return false;"><span class="ajdg-tooltip">%random%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert a random string. Useful for DFP/DoubleClick type adverts.', 'adrotate-pro'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','target=&quot;_blank&quot;');return false;"><span class="ajdg-tooltip">target="_blank"<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Add inside the &lt;a&gt; tag to open the advert in a new window.', 'adrotate-pro'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','rel=&quot;nofollow&quot;');return false;"><span class="ajdg-tooltip">rel="nofollow"<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Add inside the &lt;a&gt; tag to tell crawlers to ignore this link.', 'adrotate-pro'); ?></span></span></a></em><br />
139
- <?php _e('Place the cursor where you want to add a tag and click to add it to your AdCode.', 'adrotate-pro'); ?></p>
140
  </td>
141
  </tr>
142
  <?php if($edit_banner->type != 'empty') { ?>
@@ -187,8 +187,8 @@ if($edit_banner) {
187
  <td colspan="3">
188
  <label for="adrotate_active">
189
  <select tabindex="7" name="adrotate_active">
190
- <option value="active" <?php if($edit_banner->type == "active" OR $edit_banner->type == "error") { echo 'selected'; } ?>><?php _e('Yes, this ad will be used', 'adrotate'); ?></option>
191
- <option value="disabled" <?php if($edit_banner->type == "disabled") { echo 'selected'; } ?>><?php _e('No, do not show this ad anywhere', 'adrotate'); ?></option>
192
  </select>
193
  </label>
194
  </td>
@@ -362,6 +362,26 @@ if($edit_banner) {
362
  <div id="dashboard-widgets" class="metabox-holder">
363
  <div id="left-column" class="ajdg-postbox-container">
364
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  <div class="ajdg-postbox">
366
  <h2 class="ajdg-postbox-title"><?php _e('Select Countries and or Regions', 'adrotate'); ?></h2>
367
  <div id="countries" class="ajdg-postbox-content">
@@ -395,6 +415,33 @@ if($edit_banner) {
395
  <tr>
396
  <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">South Africa</td>
397
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  </tbody>
399
  </table>
400
  </div>
@@ -402,17 +449,6 @@ if($edit_banner) {
402
  </div>
403
 
404
  </div>
405
- <div id="right-column" class="ajdg-postbox-container">
406
-
407
- <div class="ajdg-postbox">
408
- <h2 class="ajdg-postbox-title"><?php _e('Enter cities, metro IDs, States or State ISO codes', 'adrotate'); ?></h2>
409
- <div id="cities" class="ajdg-postbox-content">
410
- <textarea name="adrotate_geo_cities" cols="40" rows="6" class="ajdg-fullwidth" disabled>Amsterdam, 29022, Noord Holland, New York, California, Tokyo, London, CA, NY, Ohio</textarea><br />
411
- <p><em><?php _e('A comma separated list of items:', 'adrotate'); ?> (Alkmaar, New York, Manila, Tokyo) <?php _e('AdRotate does not check the validity of names so make sure you spell them correctly!', 'adrotate'); ?></em></p>
412
- </div>
413
- </div>
414
-
415
- </div>
416
  </div>
417
  </div>
418
 
12
  if(!$ad_edit_id) {
13
  $edit_id = $wpdb->get_var("SELECT `id` FROM `{$wpdb->prefix}adrotate` WHERE `type` = 'empty' ORDER BY `id` DESC LIMIT 1;");
14
  if($edit_id == 0) {
15
+ $wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $userdata->user_login, 'imagetype' => 'dropdown', 'image' => '', 'tracker' => 'N', 'show_everyone' => 'Y', 'desktop' => 'Y', 'mobile' => 'Y', 'tablet' => 'Y', 'os_ios' => 'Y', 'os_android' => 'Y', 'os_other' => 'Y', 'type' => 'empty', 'weight' => 6, 'autodelete' => 'N', 'budget' => 0, 'crate' => 0, 'irate' => 0, 'state_req' => 'N', 'cities' => serialize(array()), 'states' => serialize(array()), 'cities' => serialize(array()), 'countries' => serialize(array())));
16
  $edit_id = $wpdb->insert_id;
17
 
18
  $wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y', 'autodelete' => 'N'));
111
  <tr>
112
  <th width="15%"><?php _e('Name', 'adrotate'); ?></th>
113
  <td>
114
+ <label for="adrotate_title"><input tabindex="1" id="adrotate_title" name="adrotate_title" type="text" size="70" class="ajdg-inputfield ajdg-fullwidth" value="<?php echo stripslashes($edit_banner->title);?>" autocomplete="off" /></label>
115
  </td>
116
  <td width="35%">
117
  &nbsp;
120
  <tr>
121
  <th valign="top"><?php _e('AdCode', 'adrotate'); ?></th>
122
  <td>
123
+ <label for="adrotate_bannercode"><textarea tabindex="2" id="adrotate_bannercode" name="adrotate_bannercode" cols="70" rows="10" class="ajdg-fullwidth"><?php echo stripslashes($edit_banner->bannercode); ?></textarea></label>
124
  </td>
125
  <td width="35%" rowspan="2">
126
  <p><strong><?php _e('Basic Examples:', 'adrotate'); ?></strong></p>
135
  <tr>
136
  <th valign="top"><?php _e('Useful tags', 'adrotate'); ?></th>
137
  <td colspan="2">
138
+ <span class="description"><a href="#" onclick="textatcursor('adrotate_bannercode','%id%');return false;"><span class="ajdg-tooltip">%id%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert the advert ID Number.', 'adrotate'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%asset%');return false;"><span class="ajdg-tooltip">%asset%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Use this tag when selecting a image below.', 'adrotate'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%title%');return false;"><span class="ajdg-tooltip">%title%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert the advert name.', 'adrotate'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','%random%');return false;"><span class="ajdg-tooltip">%random%<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Insert a random string. Useful for DFP/DoubleClick type adverts.', 'adrotate'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','target=&quot;_blank&quot;');return false;"><span class="ajdg-tooltip">target="_blank"<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Add inside the &lt;a&gt; tag to open the advert in a new window.', 'adrotate'); ?></span></span></a> <a href="#" onclick="textatcursor('adrotate_bannercode','rel=&quot;nofollow&quot;');return false;"><span class="ajdg-tooltip">rel="nofollow"<span class="ajdg-tooltiptext ajdg-tooltip-top"><?php _e('Add inside the &lt;a&gt; tag to tell crawlers to ignore this link.', 'adrotate'); ?></span></span></a></em><br />
139
+ <?php _e('Place the cursor where you want to add a tag and click to add it to your AdCode.', 'adrotate'); ?></p>
140
  </td>
141
  </tr>
142
  <?php if($edit_banner->type != 'empty') { ?>
187
  <td colspan="3">
188
  <label for="adrotate_active">
189
  <select tabindex="7" name="adrotate_active">
190
+ <option value="active" <?php if($edit_banner->type == "active" OR $edit_banner->type == "error") { echo 'selected'; } ?>><?php _e('Enabled, this ad will be visible', 'adrotate'); ?></option>
191
+ <option value="disabled" <?php if($edit_banner->type == "disabled") { echo 'selected'; } ?>><?php _e('Disabled, do not show this advert anywhere', 'adrotate'); ?></option>
192
  </select>
193
  </label>
194
  </td>
362
  <div id="dashboard-widgets" class="metabox-holder">
363
  <div id="left-column" class="ajdg-postbox-container">
364
 
365
+ <div class="ajdg-postbox">
366
+ <h2 class="ajdg-postbox-title"><?php _e('Enter cities or metro IDs (DMA)', 'adrotate'); ?></h2>
367
+ <div id="cities" class="ajdg-postbox-content">
368
+ <textarea tabindex="32" name="adrotate_geo_cities" class="geo-cities ajdg-fullwidth" cols="40" rows="6" disabled>Jakarta, Cancun, Los Angeles, Seattle</textarea><br />
369
+ <p><em><?php _e('A comma separated list of Cities or Metro IDs:', 'adrotate'); ?> Amsterdam, New York, Manila, Mexico City, Tokyo.<br /><?php _e('AdRotate does not check the validity of names and assumes the basic english name.', 'adrotate'); ?></em></p>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="ajdg-postbox">
374
+ <h2 class="ajdg-postbox-title"><?php _e('Enter States or State ISO3166-2 codes', 'adrotate'); ?></h2>
375
+ <div id="cities" class="ajdg-postbox-content">
376
+ <label for="adrotate_geo_state_required"><input tabindex="33" type="checkbox" name="adrotate_geo_state_required" disabled /> <?php _e('The listed cities must be in these states?', 'adrotate'); ?></label><br />
377
+ <textarea tabindex="34" name="adrotate_geo_states" class="geo-states ajdg-fullwidth" cols="40" rows="2" disabled>New York, CA, Florida</textarea>
378
+ <p><em><?php _e('A comma separated list of states:', 'adrotate'); ?> Ohio, California, Noord Holland, Normandy.<br /><?php _e('AdRotate does not check the validity of names and assumes the basic english name.', 'adrotate'); ?></em></p>
379
+ </div>
380
+ </div>
381
+
382
+ </div>
383
+ <div id="right-column" class="ajdg-postbox-container">
384
+
385
  <div class="ajdg-postbox">
386
  <h2 class="ajdg-postbox-title"><?php _e('Select Countries and or Regions', 'adrotate'); ?></h2>
387
  <div id="countries" class="ajdg-postbox-content">
415
  <tr>
416
  <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">South Africa</td>
417
  </tr>
418
+ <tr>
419
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Belize</td>
420
+ </tr>
421
+ <tr>
422
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">France</td>
423
+ </tr>
424
+ <tr>
425
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Belgium</td>
426
+ </tr>
427
+ <tr>
428
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Spain</td>
429
+ </tr>
430
+ <tr>
431
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">India</td>
432
+ </tr>
433
+ <tr>
434
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Egypt</td>
435
+ </tr>
436
+ <tr>
437
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Greece</td>
438
+ </tr>
439
+ <tr>
440
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Italy</td>
441
+ </tr>
442
+ <tr>
443
+ <td class="check-column" style="padding: 0px;"><input type="checkbox" name="adrotate_geo_countries[]" value="" disabled></td><td style="padding: 0px;">Russia</td>
444
+ </tr>
445
  </tbody>
446
  </table>
447
  </div>
449
  </div>
450
 
451
  </div>
 
 
 
 
 
 
 
 
 
 
 
452
  </div>
453
  </div>
454
 
dashboard/settings/geotargeting.php CHANGED
@@ -29,15 +29,15 @@
29
  <option value="0" disabled="1">CloudFlare</option>
30
  </select><br />
31
  <span class="description">
32
- <p><strong>AdRotate Geo</strong> - <?php _e('20000 free lookups every day, uses GeoLite2 databases from MaxMind!', 'adrotate'); ?><br />
33
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4/ipv6, Countries, Cities, DMA codes, States and State ISO (3166-2) codes.</em><br />
34
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for small to medium sized websites.', 'adrotate'); ?></em><br /><br />
35
 
36
- <p><strong>ipstack</strong> - <?php _e('10000 free lookups per month, requires account.', 'adrotate'); ?><br />
37
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4, Countries, Cities, DMA codes, States and State ISO (3166-2) codes.</em><br />
38
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for small to medium sized websites with a free account - Paid options available.', 'adrotate'); ?></em><br /><br />
39
 
40
- <strong>MaxMind GeoIP2</strong> - <?php _e('The most accurate geo targeting available.', 'adrotate'); ?><br />
41
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4/ipv6, Countries, States, State ISO (3166-2) codes, Cities and DMA codes.</em><br />
42
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for any size website as long as you have lookups.', 'adrotate'); ?></em><br /><br />
43
 
29
  <option value="0" disabled="1">CloudFlare</option>
30
  </select><br />
31
  <span class="description">
32
+ <p><strong>AdRotate Geo</strong> - <?php _e('30000 free lookups every day, uses GeoLite2 databases from MaxMind!', 'adrotate'); ?><br />
33
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4/ipv6, Countries, Cities, DMA codes, States and State ISO (3166-2) codes.</em><br />
34
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for small to medium sized websites.', 'adrotate'); ?></em><br /><br />
35
 
36
+ <p><strong>ipstack</strong> (<a href="https://ipstack.com/product" target="_blank>"><?php _e('More info', 'adrotate'); ?></a>) - <?php _e('10000 free lookups per month, requires account.', 'adrotate'); ?><br />
37
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4, Countries, Cities, DMA codes, States and State ISO (3166-2) codes.</em><br />
38
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for small to medium sized websites with a free account - Paid options available.', 'adrotate'); ?></em><br /><br />
39
 
40
+ <strong>MaxMind GeoIP2</strong> (<a href="https://www.maxmind.com/en/geoip2-precision-city-service" target="_blank>"><?php _e('More info', 'adrotate'); ?></a>)- <?php _e('The most accurate geo targeting available.', 'adrotate'); ?><br />
41
  <em><strong><?php _e('Supports:', 'adrotate'); ?></strong> ipv4/ipv6, Countries, States, State ISO (3166-2) codes, Cities and DMA codes.</em><br />
42
  <em><strong><?php _e('Scalability:', 'adrotate'); ?></strong> <?php _e('Suitable for any size website as long as you have lookups.', 'adrotate'); ?></em><br /><br />
43
 
dashboard/settings/maintenance.php CHANGED
@@ -17,44 +17,26 @@
17
  <span class="description"><?php _e('Use these functions when you notice your database is slow, unresponsive and sluggish.', 'adrotate'); ?></span>
18
  <table class="form-table">
19
  <tr>
20
- <th valign="top"><?php _e('Optimize Database', 'adrotate'); ?></th>
21
  <td>
22
- <input type="submit" id="post-role-submit" name="adrotate_db_optimize_submit" value="<?php _e('Optimize Database', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to optimize the AdRotate database.', 'adrotate'); ?>\n\n<?php _e('Did you make a backup of your database?', 'adrotate'); ?>\n\n<?php _e('This may take a moment and may cause your website to respond slow temporarily!', 'adrotate'); ?>\n\n<?php _e('OK to continue, CANCEL to stop.', 'adrotate'); ?>')" /><br />
23
- <span class="description"><?php _e('Cleans up overhead data in the AdRotate tables.', 'adrotate'); ?><br />
24
- <?php _e('Overhead data is accumulated garbage resulting from many changes you\'ve made. This can vary from nothing to hundreds of KiB of data.', 'adrotate'); ?></span>
25
  </td>
26
  </tr>
27
  <tr>
28
  <th valign="top"><?php _e('Clean-up Database and Files', 'adrotate'); ?></th>
29
  <td>
30
- <input type="submit" id="post-role-submit" name="adrotate_db_cleanup_submit" value="<?php _e('Clean-up Database', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to clean up your database. This may delete expired schedules, older statistics and try to delete export files', 'adrotate'); ?>\n\n<?php _e('Are you sure you want to continue?', 'adrotate'); ?>\n<?php _e('THIS ACTION CAN NOT BE UNDONE!', 'adrotate'); ?>')" /><br />
 
 
31
  <label for="adrotate_db_cleanup_statistics"><input type="checkbox" name="adrotate_db_cleanup_statistics" value="1" /> <?php _e('Delete stats older than 365 days.', 'adrotate'); ?></label><br />
32
  <label for="adrotate_db_cleanup_exportfiles"><input type="checkbox" name="adrotate_db_cleanup_exportfiles" value="1" /> <?php _e('Delete leftover export files.', 'adrotate'); ?></label><br />
33
  <span class="description"><?php _e('For when you create an advert, group or schedule and it does not save or keep changes you make.', 'adrotate'); ?><br /><?php _e('Additionally you can delete statistics and/or unused export files. This will improve the speed of your site.', 'adrotate'); ?></span>
34
  </td>
35
  </tr>
36
- <tr>
37
- <th valign="top"><?php _e('Re-evaluate Ads', 'adrotate'); ?></th>
38
- <td>
39
- <input type="submit" id="post-role-submit" name="adrotate_evaluate_submit" value="<?php _e('Re-evaluate all ads', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to check all ads for errors.', 'adrotate'); ?>\n\n<?php _e('This might take a while and may slow down your site during this action!', 'adrotate'); ?>\n\n<?php _e('OK to continue, CANCEL to stop.', 'adrotate'); ?>')" /><br />
40
- <span class="description"><?php _e('This will apply all evaluation rules to all ads to see if any error slipped in. Normally you should not need this feature.', 'adrotate'); ?></span>
41
- </td>
42
- </tr>
43
- </table>
44
- <span class="description"><?php _e('DISCLAIMER: The above functions are intented to be used to OPTIMIZE your database. They only apply to your ads/groups and stats. Not to other settings or other parts of WordPress! Always always make a backup! If for any reason your data is lost, damaged or otherwise becomes unusable in any way or by any means in whichever way I will not take responsibility. You should always have a backup of your database. These functions do NOT destroy data. If data is lost, damaged or unusable in any way, your database likely was beyond repair already. Claiming it worked before clicking these buttons is not a valid point in any case.', 'adrotate'); ?></span>
45
-
46
- <h3><?php _e('Troubleshooting', 'adrotate'); ?></h3>
47
- <span class="description"><?php _e('The below options are not meant for normal use and are only there for developers to review saved settings or how ads are selected. These can be used as a measure of troubleshooting upon request but for normal use they SHOULD BE LEFT UNCHECKED!!', 'adrotate'); ?></span>
48
- <table class="form-table">
49
- <tr>
50
- <th valign="top"><?php _e('Developer Debug', 'adrotate'); ?></th>
51
- <td>
52
- <input type="checkbox" name="adrotate_debug" <?php if($adrotate_debug['general'] == true) { ?>checked="checked" <?php } ?> /> General - <span class="description"><?php _e('Troubleshoot ads and how they are selected. Visible on the front-end.', 'adrotate'); ?></span><br />
53
- <input type="checkbox" name="adrotate_debug_timers" <?php if($adrotate_debug['timers'] == true) { ?>checked="checked" <?php } ?> /> Clicktracking - <span class="description"><?php _e('Disable timers for clicks and impressions.', 'adrotate'); ?></span><br />
54
- <input type="checkbox" name="adrotate_debug_track" <?php if($adrotate_debug['track'] == true) { ?>checked="checked" <?php } ?> /> Tracking Encryption - <span class="description"><?php _e('Temporarily disable encryption on the redirect url.', 'adrotate'); ?></span><br />
55
- </td>
56
- </tr>
57
  </table>
 
58
 
59
  <h3><?php _e('Status and Versions', 'adrotate'); ?></h3>
60
  <table class="form-table">
17
  <span class="description"><?php _e('Use these functions when you notice your database is slow, unresponsive and sluggish.', 'adrotate'); ?></span>
18
  <table class="form-table">
19
  <tr>
20
+ <th valign="top"><?php _e('Check adverts', 'adrotate'); ?></th>
21
  <td>
22
+ <input type="submit" id="post-role-submit" name="adrotate_evaluate_submit" value="<?php _e('Check all adverts for configuration errors', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to check all adverts for errors.', 'adrotate'); ?>\n\n<?php _e('This might take a few seconds!', 'adrotate'); ?>\n\n<?php _e('OK to continue, CANCEL to stop.', 'adrotate'); ?>')" />
23
+ <br /><br />
24
+ <span class="description"><?php _e('Apply all evaluation rules to all adverts to see if any error slipped in.', 'adrotate'); ?></span>
25
  </td>
26
  </tr>
27
  <tr>
28
  <th valign="top"><?php _e('Clean-up Database and Files', 'adrotate'); ?></th>
29
  <td>
30
+ <input type="submit" id="post-role-submit" name="adrotate_cleanup_submit" value="<?php _e('Clean-up database and old files', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to do maintenance on your setup of AdRotate.', 'adrotate'); ?>\n\n<?php _e('This optionally may delete old statistics and tries to delete old export files.', 'adrotate'); ?>\n\n<?php _e('Are you sure you want to continue?', 'adrotate'); ?>\n<?php _e('THIS ACTION CAN NOT BE UNDONE!', 'adrotate'); ?>')" />
31
+ <br /><br />
32
+ <label for="adrotate_db_cleanup_db"><input type="checkbox" name="adrotate_db_cleanup_db" value="0" checked disabled /> <?php _e('Basic database maintenance.', 'adrotate'); ?></label><br />
33
  <label for="adrotate_db_cleanup_statistics"><input type="checkbox" name="adrotate_db_cleanup_statistics" value="1" /> <?php _e('Delete stats older than 365 days.', 'adrotate'); ?></label><br />
34
  <label for="adrotate_db_cleanup_exportfiles"><input type="checkbox" name="adrotate_db_cleanup_exportfiles" value="1" /> <?php _e('Delete leftover export files.', 'adrotate'); ?></label><br />
35
  <span class="description"><?php _e('For when you create an advert, group or schedule and it does not save or keep changes you make.', 'adrotate'); ?><br /><?php _e('Additionally you can delete statistics and/or unused export files. This will improve the speed of your site.', 'adrotate'); ?></span>
36
  </td>
37
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  </table>
39
+ <span class="description"><?php _e('DISCLAIMER: The above functions are intented to be used to OPTIMIZE your database or clean up overhead data. They only apply to your ads/groups and stats. Not to other settings or other parts of WordPress! Always always make a backup! If for any reason your data is lost, damaged or otherwise becomes unusable in any way or by any means in whichever way I will not take responsibility. You should always have a backup of your database. These functions do NOT destroy data. If data is lost, damaged or unusable in any way, your database likely was beyond repair already. Claiming it worked before clicking these buttons is not a valid point in any case.', 'adrotate'); ?></span>
40
 
41
  <h3><?php _e('Status and Versions', 'adrotate'); ?></h3>
42
  <table class="form-table">
dashboard/support.php CHANGED
@@ -35,6 +35,47 @@ $data = get_option("adrotate_advert_status");
35
  </div>
36
  </div>
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  </div>
39
  <div id="right-column" class="ajdg-postbox-container">
40
 
@@ -42,7 +83,7 @@ $data = get_option("adrotate_advert_status");
42
  <h2 class="ajdg-postbox-title"><?php _e('Premium Support available in AdRotate Pro', 'adrotate'); ?></h2>
43
  <div id="support" class="ajdg-postbox-content">
44
  <form name="request" id="post" method="post" action="admin.php?page=adrotate">
45
- <p><img src="<?php echo plugins_url('/images/icon-contact.png', dirname(__FILE__)); ?>" class="alignleft pro-image" />&raquo; <?php _e('What went wrong? Or what are you trying to do?', 'adrotate'); ?><br />&raquo; <?php _e('Include error messages and/or relevant information.', 'adrotate'); ?><br />&raquo; <?php _e('Try to remember any actions that may cause the problem.', 'adrotate'); ?><br />&raquo; <?php _e('Any code/HTML will be stripped from your message.', 'adrotate'); ?></p>
46
 
47
  <p><label for="ajdg_support_username"><strong><?php _e('Your name:', 'adrotate'); ?></strong><br /><input tabindex="1" name="ajdg_support_username" type="text" class="search-input" style="width:100%;" value="<?php echo $current_user->display_name;?>" autocomplete="off" disabled /></label></p>
48
  <p><label for="ajdg_support_email"><strong><?php _e('Your Email Address:', 'adrotate'); ?></strong><br /><input tabindex="1" name="ajdg_support_email" type="text" class="search-input" style="width:100%;" value="<?php echo $current_user->user_email;?>" autocomplete="off" disabled /></label></p>
35
  </div>
36
  </div>
37
 
38
+ <div class="ajdg-postbox">
39
+ <h2 class="ajdg-postbox-title"><?php _e('Plugins and services', 'adrotate'); ?></h2>
40
+ <div id="services" class="ajdg-postbox-content">
41
+ <p>Professional services and plugins by Arnan de Gans. Get the most out of your website! Check out these and other services and plugins on <a href="https://ajdg.solutions/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank">my website</a>, or share it to people who may need them.</p>
42
+ <table width="100%">
43
+ <tr>
44
+ <td width="33%">
45
+ <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
46
+ <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/wordpress-maintenance.jpg", dirname(__FILE__)); ?>" alt="WordPress Maintenance" width="228" height="120"></div></a>
47
+ <a href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="title"><?php _e('WP Maintenance', 'adrotate'); ?></div></a>
48
+ <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
49
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/wordpress-maintenance-and-updates/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank">Starting at &euro; 22,50</a></div>
50
+ <hr>
51
+ <div class="description"><?php _e('Get all the latest updates for WordPress and plugins. Maintenance, delete spam and clean up files.', 'adrotate'); ?></div>
52
+ </div>
53
+ </td>
54
+ <td width="33%">
55
+ <div class="ajdg-sales-widget" style="display: inline-block; margin-right:2%;">
56
+ <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/html5-service.jpg", dirname(__FILE__)); ?>" alt="HTML5 Advert setup" width="228" height="120"></div></a>
57
+ <a href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="title"><?php _e('HTML5 Advert setup', 'adrotate'); ?></div></a>
58
+ <div class="sub_title"><?php _e('Professional service', 'adrotate'); ?></div>
59
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/adrotate-html5-setup-service/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank">Only &euro; 22,50 p/ad</a></div>
60
+ <hr>
61
+ <div class="description"><?php _e('Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll install and configure it for you.', 'adrotate'); ?></div>
62
+ </div>
63
+ </td>
64
+ <td>
65
+ <div class="ajdg-sales-widget" style="display: inline-block;">
66
+ <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="header"><img src="<?php echo plugins_url("/images/offers/single-page-checkout.jpg", dirname(__FILE__)); ?>" alt="WooCommerce Single Page Checkout" width="228" height="120"></div></a>
67
+ <a href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank"><div class="title"><?php _e('Single Page Checkout', 'adrotate'); ?></div></a>
68
+ <div class="sub_title"><?php _e('WooCommerce Plugin', 'adrotate'); ?></div>
69
+ <div class="cta"><a role="button" class="cta_button" href="https://ajdg.solutions/product/woocommerce-single-page-checkout/?pk_campaign=adrotatefree&pk_keyword=support_page" target="_blank">Only &euro; 10,-</a></div>
70
+ <hr>
71
+ <div class="description"><?php _e('Merge your cart and checkout pages into one single page in seconds with no setup required at all.', 'adrotate'); ?></div>
72
+ </div>
73
+ </td>
74
+ </tr>
75
+ </table>
76
+ </div>
77
+ </div>
78
+
79
  </div>
80
  <div id="right-column" class="ajdg-postbox-container">
81
 
83
  <h2 class="ajdg-postbox-title"><?php _e('Premium Support available in AdRotate Pro', 'adrotate'); ?></h2>
84
  <div id="support" class="ajdg-postbox-content">
85
  <form name="request" id="post" method="post" action="admin.php?page=adrotate">
86
+ <p><img src="<?php echo plugins_url('/images/icon-contact.png', dirname(__FILE__)); ?>" class="alignleft pro-image" />&raquo; <?php _e('Premium support always comes first!', 'adrotate'); ?><br />&raquo; <?php _e('No queuing up on the forum...', 'adrotate'); ?><br />&raquo; <?php _e('Using this form includes essential information for a quick answer.', 'adrotate'); ?><br />&raquo; <?php _e('Available in AdRotate Professional!', 'adrotate'); ?></p>
87
 
88
  <p><label for="ajdg_support_username"><strong><?php _e('Your name:', 'adrotate'); ?></strong><br /><input tabindex="1" name="ajdg_support_username" type="text" class="search-input" style="width:100%;" value="<?php echo $current_user->display_name;?>" autocomplete="off" disabled /></label></p>
89
  <p><label for="ajdg_support_email"><strong><?php _e('Your Email Address:', 'adrotate'); ?></strong><br /><input tabindex="1" name="ajdg_support_email" type="text" class="search-input" style="width:100%;" value="<?php echo $current_user->user_email;?>" autocomplete="off" disabled /></label></p>
language/adrotate-bg_BG.mo DELETED
Binary file
language/adrotate-de_DE.mo ADDED
Binary file
language/adrotate-de_DE.po ADDED
@@ -0,0 +1,7415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AdRotate\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-22 13:35-0500\n"
6
+ "PO-Revision-Date: 2020-04-22 13:36-0500\n"
7
+ "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
+ "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
+ "Language: de\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: adrotate-functions.php:692
21
+ msgid "Ad saved"
22
+ msgstr "Anzeige gespeichert"
23
+
24
+ #: adrotate-functions.php:696
25
+ msgid "Group saved"
26
+ msgstr "Gruppe gespeichert"
27
+
28
+ #: adrotate-functions.php:700
29
+ msgid "Ad(s) deleted"
30
+ msgstr "Anzeige (n) gelöscht"
31
+
32
+ #: adrotate-functions.php:704
33
+ msgid "Group deleted"
34
+ msgstr "Gruppe gelöscht"
35
+
36
+ #: adrotate-functions.php:708
37
+ msgid "Ad(s) statistics reset"
38
+ msgstr "Anzeige(n) Statistik-Reset"
39
+
40
+ #: adrotate-functions.php:712
41
+ msgid "Ad(s) renewed"
42
+ msgstr "Anzeige(n) erneuert"
43
+
44
+ #: adrotate-functions.php:716
45
+ msgid "Ad(s) deactivated"
46
+ msgstr "Anzeige(n) deaktiviert"
47
+
48
+ #: adrotate-functions.php:720
49
+ msgid "Ad(s) activated"
50
+ msgstr "Anzeige(n) aktiviert"
51
+
52
+ #: adrotate-functions.php:724
53
+ msgid "Group including it's Ads deleted"
54
+ msgstr "Gruppe mitsamt der Anzeigen gelöscht"
55
+
56
+ #: adrotate-functions.php:728
57
+ msgid "Export created"
58
+ msgstr "Export erstellt"
59
+
60
+ #: adrotate-functions.php:732
61
+ msgid ""
62
+ "Advert HTML generated and placed in the AdCode field. Configure your advert "
63
+ "below."
64
+ msgstr ""
65
+ "Anzeigen-HTML generiert und im AdCode-Feld platziert. Konfigurieren Sie Ihre "
66
+ "Anzeige unten."
67
+
68
+ #: adrotate-functions.php:737
69
+ msgid "Settings saved"
70
+ msgstr "Einstellungen gespeichert"
71
+
72
+ #: adrotate-functions.php:741
73
+ msgid "Database optimized"
74
+ msgstr "Datenbank optimiert"
75
+
76
+ #: adrotate-functions.php:745
77
+ msgid "Database repaired"
78
+ msgstr "Datenbank repariert"
79
+
80
+ #: adrotate-functions.php:749
81
+ msgid "Ads evaluated and statuses have been corrected where required"
82
+ msgstr ""
83
+ "Anzeigen wurden überprüft und Zustände korrigiert, wo es erforderlich war"
84
+
85
+ #: adrotate-functions.php:753
86
+ msgid "Cleanup complete"
87
+ msgstr "Bereinigung abgeschlossen"
88
+
89
+ #: adrotate-functions.php:758
90
+ msgid "Action prohibited"
91
+ msgstr "Aktion nicht zulässig"
92
+
93
+ #: adrotate-functions.php:762
94
+ msgid ""
95
+ "The ad was saved but has an issue which might prevent it from working "
96
+ "properly. Review the colored ad."
97
+ msgstr ""
98
+ "Die Anzeige wurde zwar gespeichert, aber hat ein Problem, so dass sie "
99
+ "möglicherweise nicht ordnungsgemäß funktionieren könnte. Überprüfen Sie die "
100
+ "farbige Anzeige."
101
+
102
+ #: adrotate-functions.php:766
103
+ msgid "No data found in selected time period"
104
+ msgstr "Keine Daten im ausgewählten Zeitraum gefunden"
105
+
106
+ #: adrotate-functions.php:770
107
+ msgid "Database can only be optimized or cleaned once every hour"
108
+ msgstr "Datenbank kann nur einmal pro Stunde optimiert oder gereinigt werden"
109
+
110
+ #: adrotate-functions.php:774
111
+ msgid "Form can not be (partially) empty!"
112
+ msgstr "Formular kann nicht (teilweise) leer sein!"
113
+
114
+ #: adrotate-functions.php:778
115
+ msgid "No ads found."
116
+ msgstr "Es wurden keine Anzeigen gefunden."
117
+
118
+ #: adrotate-functions.php:782
119
+ msgid "Unexpected error"
120
+ msgstr "Unerwarteter Fehler"
121
+
122
+ #: adrotate-manage-publisher.php:772
123
+ msgid "AdRotate Advertiser"
124
+ msgstr "AdRotate Advertiser"
125
+
126
+ #: adrotate-output.php:543
127
+ msgid "Oh no! Something went wrong!"
128
+ msgstr "Oha! Da ist etwas schief gelaufen!"
129
+
130
+ #: adrotate-output.php:544
131
+ msgid ""
132
+ "WordPress was unable to verify the authenticity of the url you have clicked. "
133
+ "Verify if the url used is valid or log in via your browser."
134
+ msgstr ""
135
+ "WordPress war nicht in der Lage, die Echtheit der Url, die Sie geklickt "
136
+ "haben, zu prüfen. Überprüfen Sie, ob die verwendete Url gültig ist oder "
137
+ "loggen Sie sich über Ihren Browser ein."
138
+
139
+ #: adrotate-output.php:545
140
+ msgid ""
141
+ "If you have received the url you want to visit via email, you are being "
142
+ "tricked!"
143
+ msgstr ""
144
+ "Wenn Sie eine URL per E-Mail erhalten, die Sie besuchen sollen, dann werden "
145
+ "Sie betrogen!"
146
+
147
+ #: adrotate-output.php:546
148
+ msgid "Contact support if the issue persists:"
149
+ msgstr "Kontaktiere den Support, wenn das Problem weiterhin besteht:"
150
+
151
+ #: adrotate-output.php:558
152
+ msgid ""
153
+ "Error, Ad is not available at this time due to schedule/geolocation "
154
+ "restrictions!"
155
+ msgstr ""
156
+ "Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung aufgrund "
157
+ "der Zeitplan / Geolocation Einschränkungen!"
158
+
159
+ #: adrotate-output.php:563
160
+ msgid ""
161
+ "Either there are no banners, they are disabled or none qualified for this "
162
+ "location!"
163
+ msgstr ""
164
+ "Entweder gibt es keine banner, oder die banner sind deaktiviert oder hier "
165
+ "nicht entsprechend eingestellt!"
166
+
167
+ #: adrotate-output.php:568
168
+ msgid "Error, no Ad ID set! Check your syntax!"
169
+ msgstr "Fehler, keine Ad-ID gesetzt! Überprüfen Sie Ihre Syntax!"
170
+
171
+ #: adrotate-output.php:574
172
+ msgid "Error, no group ID set! Check your syntax!"
173
+ msgstr "Fehler, keine Gruppen-ID gesetzt! Überprüfen Sie Ihre Syntax!"
174
+
175
+ #: adrotate-output.php:579
176
+ msgid "Error, group does not exist! Check your syntax!"
177
+ msgstr "Fehler, Gruppe existiert nicht! Überprüfen Sie Ihre Syntax!"
178
+
179
+ #: adrotate-output.php:585
180
+ msgid ""
181
+ "There was an error locating the database tables for AdRotate. Please "
182
+ "deactivate and re-activate AdRotate from the plugin page!!"
183
+ msgstr ""
184
+ "Es ist ein Fehler in den Datenbanktabellen für AdRotate aufgetreten. Bitte "
185
+ "deaktivieren und reaktivieren Sie AdRotate aus der Plugin-Seite!!"
186
+
187
+ #: adrotate-output.php:585
188
+ msgid "If this does not solve the issue please seek support at"
189
+ msgstr "Wenn dies das Problem nicht löst, bitte suchen Sie Unterstützung auf"
190
+
191
+ #: adrotate-output.php:591
192
+ msgid ""
193
+ "There was an error loading the page. Please try again by reloading the page "
194
+ "via the menu on the left."
195
+ msgstr ""
196
+ "Beim Laden der Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es "
197
+ "erneut, indem Sie die Seite über das Menü auf der linken Seite neu laden."
198
+
199
+ #: adrotate-output.php:591
200
+ msgid "If the issue persists please seek help at"
201
+ msgstr "Wenn das Problem weiterhin besteht, wenden Sie sich bitte an"
202
+
203
+ #: adrotate-output.php:597
204
+ msgid "An unknown error occured."
205
+ msgstr "Ein unbekannter Fehler ist aufgetreten."
206
+
207
+ #: adrotate-output.php:617 adrotate-output.php:620 adrotate-output.php:624
208
+ #: dashboard/settings/maintenance.php:20
209
+ msgid "Check adverts"
210
+ msgstr "Anzeigen überprüfen"
211
+
212
+ #: adrotate-output.php:629
213
+ msgid ""
214
+ "You have enabled caching support but W3 Total Cache is not active on your "
215
+ "site!"
216
+ msgstr ""
217
+ "Sie haben die Caching-Unterstützung aktiviert, aber W3 Total Cache ist auf "
218
+ "Ihrer Website nicht aktiv!"
219
+
220
+ #: adrotate-output.php:629
221
+ msgid "Disable W3 Total Cache Support"
222
+ msgstr "Deaktivieren von W3 Total Cache Support"
223
+
224
+ #: adrotate-output.php:632
225
+ msgid ""
226
+ "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
227
+ "not set."
228
+ msgstr ""
229
+ "Sie haben Unterstützung Zwischenspeicherung aktiviert, aber die "
230
+ "W3TC_DYNAMIC_SECURITY Definition ist nicht festgelegt."
231
+
232
+ #: adrotate-output.php:632
233
+ msgid "How to configure W3 Total Cache"
234
+ msgstr "Konfigurieren von W3 Total Cache"
235
+
236
+ #: adrotate-output.php:636
237
+ msgid ""
238
+ "You have enable caching support but Borlabs Cache is not active on your site!"
239
+ msgstr ""
240
+ "Sie haben Caching-Unterstützung aktiviert, aber Borlabs Cache ist auf Ihrer "
241
+ "Website nicht aktiv!"
242
+
243
+ #: adrotate-output.php:636
244
+ msgid "Disable Borlabs Cache Support"
245
+ msgstr "Deaktivieren der Borlabs-Cache-Unterstützung"
246
+
247
+ #: adrotate-output.php:642
248
+ msgid ""
249
+ "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
250
+ msgstr ""
251
+ "Sie haben die Borlabs Cache-Unterstützung aktiviert, aber die "
252
+ "Fragmentzwischenspeicherung ist nicht aktiviert!"
253
+
254
+ #: adrotate-output.php:642
255
+ msgid "Enable Fragment Caching"
256
+ msgstr "Aktivieren der Fragmentzwischenspeicherung"
257
+
258
+ #: adrotate-output.php:649
259
+ msgid "Your AdRotate Banner folder is not writable or does not exist."
260
+ msgstr ""
261
+ "Ihre AdRotate Banner-Ordner ist nicht beschreibbar ist oder nicht vorhanden."
262
+
263
+ #: adrotate-output.php:649
264
+ msgid "Set up your banner folder"
265
+ msgstr "Einrichten des Bannerordners"
266
+
267
+ #: adrotate-output.php:652
268
+ msgid ""
269
+ "You have the AdRotate Professional installed. Please check out the upgrade "
270
+ "manual and switch over to AdRotate Pro!"
271
+ msgstr ""
272
+ "Sie haben AdRotate Professional installiert. Bitte lesen Sie das Upgrade-"
273
+ "Handbuch und wechseln Sie zu AdRotate Pro!"
274
+
275
+ #: adrotate-output.php:652
276
+ msgid "Upgrade instructions"
277
+ msgstr "Upgrade-Anweisungen"
278
+
279
+ #: adrotate-output.php:655
280
+ msgid ""
281
+ "Something is wrong with your installation of AdRotate. Either the plugin is "
282
+ "installed twice or your current installation has the wrong folder name. "
283
+ "Please install the plugin properly!"
284
+ msgstr ""
285
+ "Etwas stimmt nicht mit Ihrer Installation von AdRotate. Entweder wird das "
286
+ "Plugin zweimal installiert oder Ihre aktuelle Installation hat den falschen "
287
+ "Ordnernamen. Bitte installieren Sie das Plugin richtig!"
288
+
289
+ #: adrotate-output.php:655
290
+ msgid "Installation instructions"
291
+ msgstr "Installationsanweisungen"
292
+
293
+ #: adrotate-output.php:727
294
+ msgid "your attention:"
295
+ msgstr "Ihre Aufmerksamkeit:"
296
+
297
+ #: adrotate-output.php:758
298
+ msgid ""
299
+ "Thank you for choosing AdRotate Banner Manager. Everything related to "
300
+ "AdRotate is in this menu. If you need help getting started take a look at the"
301
+ msgstr ""
302
+ "Vielen Dank, dass Sie sich für AdRotate Banner Manager entschieden haben. "
303
+ "Alles, was mit AdRotate zu tun hat, finden Sie in diesem Menü. Wenn Sie "
304
+ "Hilfe beim Einstieg benötigen, schauen Sie sich die an"
305
+
306
+ #: adrotate-output.php:758
307
+ msgid "manuals"
308
+ msgstr "Handbücher"
309
+
310
+ #: adrotate-output.php:758 adrotate-output.php:842
311
+ msgid "and"
312
+ msgstr "und"
313
+
314
+ #: adrotate-output.php:758
315
+ msgid "forums"
316
+ msgstr "Forum"
317
+
318
+ #: adrotate-output.php:834
319
+ msgid "Help AdRotate Grow"
320
+ msgstr "Hilf mit, damit AdRotate sich weiter entwickelt"
321
+
322
+ #: adrotate-output.php:835 adrotate.php:149
323
+ msgid "AdRotate Professional"
324
+ msgstr "AdRotate Professional"
325
+
326
+ #: adrotate-output.php:842
327
+ msgid ""
328
+ "Many users only think to review AdRotate when something goes wrong while "
329
+ "thousands of people happily use AdRotate."
330
+ msgstr ""
331
+ "Viele Anwender denken nur dann darüber nach AdRotate zu bewerten, wenn etwas "
332
+ "schief geht, während Tausende andere AdRotate zufrieden verwenden."
333
+
334
+ #: adrotate-output.php:842
335
+ msgid "If you find AdRotate useful please leave your"
336
+ msgstr "Wenn Sie AdRotate nützlich finden, verlassen Sie bitte Ihre"
337
+
338
+ #: adrotate-output.php:842
339
+ msgid "rating"
340
+ msgstr "Bewertung"
341
+
342
+ #: adrotate-output.php:842
343
+ msgid "review"
344
+ msgstr "Rezension hinzufügen"
345
+
346
+ #: adrotate-output.php:842
347
+ msgid "on WordPress.org to help AdRotate grow in a positive way"
348
+ msgstr "auf WordPress.org, damit AdRotate sich weiter positiv entwickelt"
349
+
350
+ #: adrotate-output.php:843
351
+ msgid ""
352
+ "Get more advanced features like Geo Targeting, scheduling and much more with "
353
+ "AdRotate Pro."
354
+ msgstr ""
355
+ "Mit AdRotate Pro erhalten Sie erweiterte Funktionen wie Geo Targeting, "
356
+ "Zeitplanung und vieles mehr."
357
+
358
+ #: adrotate-output.php:843
359
+ msgid "Includes premium support and free updates for one year!"
360
+ msgstr "Beinhaltet Premium-Support und kostenlose Updates für ein Jahr!"
361
+
362
+ #: adrotate-output.php:843
363
+ msgid "Get started today"
364
+ msgstr "Starte heute"
365
+
366
+ #: adrotate-statistics.php:155
367
+ msgid "January"
368
+ msgstr "Januar"
369
+
370
+ #: adrotate-statistics.php:155
371
+ msgid "February"
372
+ msgstr "Februar"
373
+
374
+ #: adrotate-statistics.php:155
375
+ msgid "March"
376
+ msgstr "März"
377
+
378
+ #: adrotate-statistics.php:155
379
+ msgid "April"
380
+ msgstr "April"
381
+
382
+ #: adrotate-statistics.php:155
383
+ msgid "May"
384
+ msgstr "Mai"
385
+
386
+ #: adrotate-statistics.php:155
387
+ msgid "June"
388
+ msgstr "Juni"
389
+
390
+ #: adrotate-statistics.php:155
391
+ msgid "July"
392
+ msgstr "Juli"
393
+
394
+ #: adrotate-statistics.php:155
395
+ msgid "August"
396
+ msgstr "August"
397
+
398
+ #: adrotate-statistics.php:155
399
+ msgid "September"
400
+ msgstr "September"
401
+
402
+ #: adrotate-statistics.php:155
403
+ msgid "October"
404
+ msgstr "Oktober"
405
+
406
+ #: adrotate-statistics.php:155
407
+ msgid "November"
408
+ msgstr "November"
409
+
410
+ #: adrotate-statistics.php:155
411
+ msgid "December"
412
+ msgstr "Dezember"
413
+
414
+ #: adrotate-statistics.php:164
415
+ msgid "Previous"
416
+ msgstr "Zurück"
417
+
418
+ #: adrotate-statistics.php:166 dashboard/publisher/statistics-advert.php:66
419
+ #: dashboard/publisher/statistics-group.php:73
420
+ #: dashboard/publisher/statistics-main.php:48
421
+ msgid "This month"
422
+ msgstr "Dieser Monat"
423
+
424
+ #: adrotate-statistics.php:167
425
+ msgid "Next"
426
+ msgstr "Nächste"
427
+
428
+ #: adrotate-statistics.php:225
429
+ msgid "No data to show!"
430
+ msgstr "Keine Daten vorhanden, um diese zu zeigen!"
431
+
432
+ #: adrotate-statistics.php:302 adrotate-statistics.php:303
433
+ msgid "Not found"
434
+ msgstr "Nicht gefunden"
435
+
436
+ #: adrotate-widget.php:134
437
+ msgid "Title (optional):"
438
+ msgstr "Titel (optional):"
439
+
440
+ #: adrotate-widget.php:137
441
+ msgid "HTML will be stripped out."
442
+ msgstr "HTML-Code wird entfernt."
443
+
444
+ #: adrotate-widget.php:140
445
+ msgid "Description (optional):"
446
+ msgstr "Beschreibung (optional)"
447
+
448
+ #: adrotate-widget.php:143
449
+ msgid "What is this widget used for? (Not parsed, HTML will be stripped out.)"
450
+ msgstr "Wozu dient dieses Widget? (Nicht parsed, wird HTML entfernt werden.)"
451
+
452
+ #: adrotate-widget.php:146
453
+ msgid "Type:"
454
+ msgstr "Typ:"
455
+
456
+ #: adrotate-widget.php:148
457
+ msgid "Advert - Use Advert ID"
458
+ msgstr "Werbung - Anzeige-ID verwenden"
459
+
460
+ #: adrotate-widget.php:149
461
+ msgid "Group - Use group ID"
462
+ msgstr "Gruppe - Nutze Gruppen-ID"
463
+
464
+ #: adrotate-widget.php:152
465
+ msgid "Choose what you want to use this widget for"
466
+ msgstr "Wählen Sie, wofür dieses Widget verwendet werden soll"
467
+
468
+ #: adrotate-widget.php:155
469
+ msgid "ID:"
470
+ msgstr "ID:"
471
+
472
+ #: adrotate-widget.php:158
473
+ msgid "Fill in the ID of the type you want to display!"
474
+ msgstr "Geben Sie die ID des Typs an, den Sie anzeigen möchten!"
475
+
476
+ #: adrotate.php:102
477
+ msgid "General Info"
478
+ msgstr "Allgemeine Info"
479
+
480
+ #: adrotate.php:103
481
+ msgid "AdRotate Pro"
482
+ msgstr "AdRotate Pro"
483
+
484
+ #: adrotate.php:104
485
+ msgid "Manage Adverts"
486
+ msgstr "Anzeigen verwalten"
487
+
488
+ #: adrotate.php:105 dashboard/publisher/groups-main.php:12
489
+ msgid "Manage Groups"
490
+ msgstr "Gruppen verwalten"
491
+
492
+ #: adrotate.php:106 dashboard/publisher/schedules-main.php:12
493
+ msgid "Manage Schedules"
494
+ msgstr "Zeiträume verwalten"
495
+
496
+ #: adrotate.php:107 adrotate.php:387 adrotate.php:504
497
+ #: dashboard/adrotatepro.php:69 dashboard/publisher/adverts-edit.php:177
498
+ #: dashboard/publisher/statistics-main.php:23
499
+ #: dashboard/settings/statistics.php:17
500
+ msgid "Statistics"
501
+ msgstr "Auswertungen"
502
+
503
+ #: adrotate.php:108
504
+ msgid "Manage Media"
505
+ msgstr "Medien verwalten"
506
+
507
+ #: adrotate.php:109 adrotate.php:468
508
+ msgid "Support"
509
+ msgstr "Support"
510
+
511
+ #: adrotate.php:110
512
+ msgid "Settings"
513
+ msgstr "Einstellungen"
514
+
515
+ #: adrotate.php:131
516
+ msgid "AdRotate Info"
517
+ msgstr "AdRotate Info"
518
+
519
+ #: adrotate.php:189
520
+ msgid "Advert Management"
521
+ msgstr "Anzeige-Management"
522
+
523
+ #: adrotate.php:249 adrotate.php:317
524
+ msgid "Manage"
525
+ msgstr "Verwalten"
526
+
527
+ #: adrotate.php:250
528
+ msgid "Generator"
529
+ msgstr "QR-Code-Generator (für Ihre vCard)"
530
+
531
+ #: adrotate.php:251 adrotate.php:318
532
+ msgid "Add New"
533
+ msgstr "Neu hinzufügen"
534
+
535
+ #: adrotate.php:311
536
+ msgid "Group Management"
537
+ msgstr "Gruppen-Verwaltung"
538
+
539
+ #: adrotate.php:348
540
+ msgid "Schedules"
541
+ msgstr "Zeitpläne"
542
+
543
+ #: adrotate.php:429
544
+ msgid "Media and Assets"
545
+ msgstr "Medien und Assets"
546
+
547
+ #: adrotate.php:433
548
+ msgid ""
549
+ "Upload images to the AdRotate Pro banners folder from here. This is useful "
550
+ "if you have HTML5 adverts containing multiple files."
551
+ msgstr ""
552
+ "Laden Sie Bilder und Assets von hier aus in den AdRotate Professional-"
553
+ "Bannerordner hoch. Dies ist nützlich, wenn Sie HTML5-Anzeigen haben, die "
554
+ "mehrere Dateien enthalten."
555
+
556
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
557
+ msgid "Get more features"
558
+ msgstr "Holen Sie sich mehr Funktionen"
559
+
560
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
561
+ msgid "Get AdRotate Pro"
562
+ msgstr "AdRotate Pro"
563
+
564
+ #: adrotate.php:497
565
+ msgid "AdRotate Settings"
566
+ msgstr "AdRotate Einstellungen"
567
+
568
+ #: adrotate.php:502 dashboard/publisher/statistics-main.php:28
569
+ msgid "General"
570
+ msgstr "Allgemein"
571
+
572
+ #: adrotate.php:503 dashboard/settings/notifications.php:18
573
+ msgid "Notifications"
574
+ msgstr "Benachrichtigungen"
575
+
576
+ #: adrotate.php:505 dashboard/publisher/adverts-edit.php:358
577
+ #: dashboard/publisher/groups-edit.php:193
578
+ #: dashboard/settings/advertisers.php:38
579
+ msgid "Geo Targeting"
580
+ msgstr "Geo Targeting"
581
+
582
+ #: adrotate.php:506 dashboard/settings/notifications.php:70
583
+ msgid "Advertisers"
584
+ msgstr "Inserenten"
585
+
586
+ #: adrotate.php:507 dashboard/settings/roles.php:17
587
+ msgid "Access Roles"
588
+ msgstr "Zugriffsrollen"
589
+
590
+ #: adrotate.php:508 dashboard/settings/misc.php:16
591
+ msgid "Miscellaneous"
592
+ msgstr "Sonstiges"
593
+
594
+ #: adrotate.php:509 dashboard/settings/maintenance.php:16
595
+ msgid "Maintenance"
596
+ msgstr "Wartung"
597
+
598
+ #: dashboard/adrotatepro.php:18
599
+ msgid "Mobile campaigns"
600
+ msgstr "Mobile Kampagnen"
601
+
602
+ #: dashboard/adrotatepro.php:21
603
+ msgid ""
604
+ "Target mobile users with ease and show the right adverts to smartphones, "
605
+ "tablets and computers. Mix and match as you please and offer adverts that "
606
+ "suit the device or mobile operating system. Create as many mobile adverts as "
607
+ "you want without effort and with a few easy to use options they show up "
608
+ "where you want them to!"
609
+ msgstr ""
610
+ "Ziel ist, mobile Anwender die passenden Anzeigen auf Smartphones, Tablets "
611
+ "und Computer zu zeigen. Stellen Sie die Werbung nach Ihren Wünschen zusammen "
612
+ "und bieten Sie Werbung, die zum Gerät passt. Erstellen Sie schnell und "
613
+ "leicht so viele Mobilanzeigen, wie Sie wollen, und nutzen Sie einfach alle "
614
+ "Möglichkeiten, um Anzeigen dort zu zeigen, wo Sie das wollen!"
615
+
616
+ #: dashboard/adrotatepro.php:26
617
+ msgid "Schedule all campaigns with ease"
618
+ msgstr "Planen Sie alle Kampagnen mit Leichtigkeit"
619
+
620
+ #: dashboard/adrotatepro.php:29
621
+ msgid ""
622
+ "Schedule your adverts and set up advertising campaigns based on dates you or "
623
+ "your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
624
+ "specific days in the week. You name it, AdRotate schedules it. This makes "
625
+ "planning your revenue stream very flexible. You can set one or many "
626
+ "schedules for adverts."
627
+ msgstr ""
628
+ "Planen Sie Ihre Anzeigen und Werbekampagnen, basierend auf Daten, die Sie "
629
+ "oder Ihre Anzeigenkunden eingerichtet haben. Saisonale Angebote, "
630
+ "wöchentliche Werbung. Sie benennen es, AdRotate plant es. Damit können Sie "
631
+ "Ihre Einnahmequelle viel leichter planen. Sie können einen oder mehrere "
632
+ "Zeitpläne für Werbung festlegen."
633
+
634
+ #: dashboard/adrotatepro.php:34
635
+ msgid "Satisfy your advertisers"
636
+ msgstr "Stellen Sie Ihre Werbekunden zufrieden"
637
+
638
+ #: dashboard/adrotatepro.php:37
639
+ msgid ""
640
+ "Set up advertisers and let them log in to their statistics or even create "
641
+ "their own adverts. Created adverts go into a moderation queue for your staff "
642
+ "to review. Advertisers have access to their own little dashboard where they "
643
+ "can see their adverts performance."
644
+ msgstr ""
645
+ "Richten Sie Werbekunden ein, so dass sie sich einloggen können, um ihre "
646
+ "Statistiken anzeigen oder sogar ihre eigenen Anzeigen erstellen können. "
647
+ "Erstellte Anzeigen werden in eine Warteschlange gestellt, damit diese "
648
+ "zunächst von Ihnen überprüft werden können. Inserenten haben Zugang zu ihrem "
649
+ "eigenen kleinen Dashboard, wo sie die Leistung ihrer Anzeigen sehen können."
650
+
651
+ #: dashboard/adrotatepro.php:42
652
+ msgid "Get Fast Support almost all year round"
653
+ msgstr "Premium Support fast ganzjährig erhalten"
654
+
655
+ #: dashboard/adrotatepro.php:45
656
+ msgid ""
657
+ "When you activate your AdRotate Pro license you can use the more personal "
658
+ "email support. No more queueing up in the forums. AdRotate support takes "
659
+ "priority over the forums and is checked once or twice a day. Get a solution "
660
+ "(usually) within two business days."
661
+ msgstr ""
662
+ "Wenn Sie Ihre AdRotate Pro-Lizenz aktivieren, können Sie schnelle und "
663
+ "persönliche e-Mail-Support erhalten. Keine weitere Warteschlangen in den "
664
+ "Foren. AdRotate Premium-Support hat Vorrang vor den Foren und wird viel "
665
+ "häufiger als das Forum aktualisiert. Erhalten Sie eine Lösung "
666
+ "(normalerweise) innerhalb eines Tages."
667
+
668
+ #: dashboard/adrotatepro.php:53
669
+ msgid "Localize your ad campaigns with Geo Targeting"
670
+ msgstr "Lokalisieren Sie Ihre Kampagnen mit Geo-Targeting"
671
+
672
+ #: dashboard/adrotatepro.php:56
673
+ msgid ""
674
+ "Go nationwide or global with localized adverts for your various audiences. "
675
+ "Set up adverts for countries and cities and sell impressions per general "
676
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
677
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
678
+ msgstr ""
679
+ "Bundesweit oder global mit lokalisierte Werbung für Ihre verschiedenen "
680
+ "Zielgruppen zu gehen. Angebote von Ländern und Städten eingerichtet und "
681
+ "verkaufen Impression pro Bereich „Allgemein“. Verbinden Sie Ihre Website mit "
682
+ "MaxMind GeoIP2: Präzision, Teilte oder AdRotate Geo. AdRotate Geo ist ein "
683
+ "exklusiver Geo-Suchdienst für AdRotate Pro Benutzer."
684
+
685
+ #: dashboard/adrotatepro.php:61
686
+ msgid "Avoid adblockers"
687
+ msgstr "Vermeide Adblocker"
688
+
689
+ #: dashboard/adrotatepro.php:64
690
+ msgid ""
691
+ "Try and avoid adblockers so your adverts get the exposure you want them to "
692
+ "have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
693
+ "adverts are less likely to be removed. Of-course make sure you create your "
694
+ "adverts smartly so these features reach their full potential!"
695
+ msgstr ""
696
+ "Testen Sie , ob die Funktion von Adblock Plugins verhindert, dass Ihre "
697
+ "Werbung die gewünschte Aufmerksamkeit erhält, die Sie haben soll. AdRotate "
698
+ "Pro bietet einige erweiterte Tools um Adblockers zu täuschen, so dass Ihre "
699
+ "Anzeigen weniger wahrscheinlich entfernt werden. Der Kurs stellt sicher, "
700
+ "dass Ihre Anzeigen intelligent erstellt werden, so dass diese Features ihr "
701
+ "volles Potenzial erreichen!"
702
+
703
+ #: dashboard/adrotatepro.php:72
704
+ msgid ""
705
+ "Get statistics in AdRotate Pro. Similar to the free version you can track "
706
+ "stats in AdRotate itself and use all kinds of extra scheduling options. Or "
707
+ "you can track stats in Google Analytics and see more in-depth information "
708
+ "which relates to your visitors that way."
709
+ msgstr ""
710
+ "Erhalten Sie Statistiken in AdRotate Pro. Ähnlich wie in der kostenlosen "
711
+ "Version können Sie Statistiken in AdRotate selbst verfolgen und alle Arten "
712
+ "von zusätzlichen Planungsoptionen verwenden. Oder Sie können Statistiken in "
713
+ "Google Analytics verfolgen und auf diese Weise detailliertere Informationen "
714
+ "zu Ihren Besuchern anzeigen."
715
+
716
+ #: dashboard/adrotatepro.php:77
717
+ msgid "Stay up-to-date with notifications"
718
+ msgstr "Benachrichtigungen, um auf dem Laufenden zu bleiben"
719
+
720
+ #: dashboard/adrotatepro.php:80
721
+ msgid ""
722
+ "Stay in touch with Email notifications. Have AdRotate send you an alert when "
723
+ "adverts expire or need your attention. Get notified when adverts expire, "
724
+ "have errors or when advertisers create new adverts. Select up to three email "
725
+ "addresses to be notified. Never miss an expiration date again."
726
+ msgstr ""
727
+ "Bleiben Sie in Kontakt über E-Mail-Benachrichtigungen. AdRotate sendet "
728
+ "Ihnen eine Warnung, wenn Werbung abläuft oder Ihre Aufmerksamkeit erfordert. "
729
+ "Darüber können Sie über AdRotate Push-Benachrichtigungen zu Ihrem iOS oder "
730
+ "Android-Smartphone senden. Werde benachrichtigt, wenn Werbung abläuft, "
731
+ "Fehler auftauchen oder wenn Werbekunden neue Inserate erstellen. Verpassen "
732
+ "Sie nie wieder ein Ablaufdatum."
733
+
734
+ #: dashboard/info.php:22
735
+ msgid "At a Glance"
736
+ msgstr "Auf einen Blick"
737
+
738
+ #: dashboard/info.php:27
739
+ msgid "Your setup"
740
+ msgstr "Ihre Konfiguration"
741
+
742
+ #: dashboard/info.php:28
743
+ msgid "Adverts that need you"
744
+ msgstr "Achten Sie auf folgende Anzeigen"
745
+
746
+ #: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:487
747
+ #: dashboard/publisher/groups-main.php:34
748
+ #: dashboard/publisher/schedules-main.php:34
749
+ #: dashboard/publisher/statistics-main.php:35
750
+ msgid "Adverts"
751
+ msgstr "Werbung"
752
+
753
+ #: dashboard/info.php:35
754
+ msgid "(Almost) Expired"
755
+ msgstr "(Fast) Abgelaufen"
756
+
757
+ #: dashboard/info.php:38
758
+ msgid "Groups"
759
+ msgstr "Gruppen"
760
+
761
+ #: dashboard/info.php:39
762
+ msgid "Have errors"
763
+ msgstr "Fehler enthalten"
764
+
765
+ #: dashboard/info.php:47
766
+ msgid "AdRotate Banner Manager"
767
+ msgstr "AdRotate Banner Manager"
768
+
769
+ #: dashboard/info.php:49
770
+ msgid "Support AdRotate Banner Manager"
771
+ msgstr "Unterstützen Sie AdRotate Banner Manager"
772
+
773
+ #: dashboard/info.php:50
774
+ msgid ""
775
+ "Consider writing a review or making a donation if you like the plugin or if "
776
+ "you find the plugin useful. Thanks for your support!"
777
+ msgstr ""
778
+ "Erwägen Sie, eine Bewertung zu schreiben oder eine Spende zu machen, wenn "
779
+ "Sie das Plugin mögen oder wenn Sie das Plugin nützlich finden. Vielen Dank "
780
+ "für Ihre Unterstützung!"
781
+
782
+ #: dashboard/info.php:53 dashboard/support.php:39
783
+ msgid "Plugins and services"
784
+ msgstr "Plugins und Dienstleistungen"
785
+
786
+ #: dashboard/info.php:59 dashboard/support.php:47
787
+ msgid "WP Maintenance"
788
+ msgstr "WP Maintenance"
789
+
790
+ #: dashboard/info.php:60 dashboard/info.php:70 dashboard/support.php:48
791
+ #: dashboard/support.php:58
792
+ msgid "Professional service"
793
+ msgstr "Organisationsberatung"
794
+
795
+ #: dashboard/info.php:63 dashboard/support.php:51
796
+ msgid ""
797
+ "Get all the latest updates for WordPress and plugins. Maintenance, delete "
798
+ "spam and clean up files."
799
+ msgstr ""
800
+ "Holen Sie sich die neuesten Updates für WordPress und Plugins. Wartung, "
801
+ "Löschen von Spam und Bereinigen von Dateien."
802
+
803
+ #: dashboard/info.php:69 dashboard/support.php:57
804
+ msgid "HTML5 Advert setup"
805
+ msgstr "HTML5-Anzeigeneinrichtung"
806
+
807
+ #: dashboard/info.php:73 dashboard/support.php:61
808
+ msgid ""
809
+ "Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll "
810
+ "install and configure it for you."
811
+ msgstr ""
812
+ "Haben Sie eine HTML5-Anzeige erhalten und können sie in AdRotate Pro nicht "
813
+ "funktionieren? Ich werde es installieren und für Sie konfigurieren."
814
+
815
+ #: dashboard/info.php:79 dashboard/support.php:67
816
+ msgid "Single Page Checkout"
817
+ msgstr "Einzelseiten-Kaufabwicklung"
818
+
819
+ #: dashboard/info.php:80 dashboard/support.php:68
820
+ msgid "WooCommerce Plugin"
821
+ msgstr "WooCommerce Plugin"
822
+
823
+ #: dashboard/info.php:83 dashboard/support.php:71
824
+ msgid ""
825
+ "Merge your cart and checkout pages into one single page in seconds with no "
826
+ "setup required at all."
827
+ msgstr ""
828
+ "Führen Sie Ihren Warenkorb und Ihre Kassenseiten in Sekundenschnelle zu "
829
+ "einer einzigen Seite zusammen, ohne dass eine Einrichtung erforderlich ist."
830
+
831
+ #: dashboard/info.php:95
832
+ msgid "News & Updates"
833
+ msgstr "Neuigkeiten & Updates"
834
+
835
+ #: dashboard/info.php:108
836
+ msgid "Buy AdRotate Professional"
837
+ msgstr "AdRotate Professional kaufen"
838
+
839
+ #: dashboard/info.php:110
840
+ msgid ""
841
+ "AdRotate Professional has a lot more functions for even better advertising "
842
+ "management. Check out the feature comparison tab on any of the product pages "
843
+ "to see what AdRotate Pro has to offer for you!"
844
+ msgstr ""
845
+ "AdRotate Professional bietet viel mehr Funktionen für ein noch besseres "
846
+ "Werbemanagement. Sehen Sie sich die Registerkarte Funktionsvergleich auf "
847
+ "einer der Produktseiten an, um zu sehen, was AdRotate Pro für Sie zu bieten "
848
+ "hat!"
849
+
850
+ #: dashboard/info.php:112
851
+ msgid "Single License"
852
+ msgstr "Einzellizenz"
853
+
854
+ #: dashboard/info.php:112
855
+ msgid "Use on ONE WordPress installation."
856
+ msgstr "Für eine Wordpress-Installation."
857
+
858
+ #: dashboard/info.php:112 dashboard/info.php:113 dashboard/info.php:114
859
+ #: dashboard/info.php:115
860
+ msgid "Buy now"
861
+ msgstr "Jetzt kaufen"
862
+
863
+ #: dashboard/info.php:113
864
+ msgid "Duo License"
865
+ msgstr "Duo Lizenz"
866
+
867
+ #: dashboard/info.php:113
868
+ msgid "Use on TWO WordPress installations."
869
+ msgstr "Für eine Wordpress-Installation."
870
+
871
+ #: dashboard/info.php:114
872
+ msgid "Multi License"
873
+ msgstr "Multi-Lizenz"
874
+
875
+ #: dashboard/info.php:114
876
+ msgid "Use on up to FIVE WordPress installations."
877
+ msgstr "Für bis zu fünf Wordpress-Installationen."
878
+
879
+ #: dashboard/info.php:115
880
+ msgid "Developer License"
881
+ msgstr "Entwickler-Lizenz"
882
+
883
+ #: dashboard/info.php:115
884
+ msgid "Use on up to a HUNDRED WordPress installations and/or networks."
885
+ msgstr "Für bis zu fünf Wordpress-Installationen."
886
+
887
+ #: dashboard/info.php:126
888
+ msgid "Advertising Partners & Affiliates"
889
+ msgstr "Werbepartner und Partner"
890
+
891
+ #: dashboard/info.php:127
892
+ msgid ""
893
+ "A selection of quality advertiser networks and useful products. If you need "
894
+ "adverts or just want more or more diverse adverts. Check out these great "
895
+ "options!"
896
+ msgstr ""
897
+ "Eine Auswahl hochwertiger Werbenetzwerke und nützlicher Produkte. Wenn Sie "
898
+ "Anzeigen benötigen oder einfach mehr oder mehr verschiedene Anzeigen "
899
+ "wünschen. Schauen Sie sich diese großartigen Optionen an!"
900
+
901
+ #: dashboard/info.php:134
902
+ msgid "Join the Media.net advertising network"
903
+ msgstr "Treten Sie dem Media.net-Werbenetzwerk bei"
904
+
905
+ #: dashboard/publisher/adverts-disabled.php:15
906
+ msgid "Disabled Adverts"
907
+ msgstr "Deaktivierte Anzeigen"
908
+
909
+ #: dashboard/publisher/adverts-disabled.php:20
910
+ #: dashboard/publisher/adverts-error.php:19
911
+ #: dashboard/publisher/adverts-main.php:20
912
+ #: dashboard/publisher/groups-main.php:20
913
+ #: dashboard/publisher/schedules-main.php:21
914
+ msgid "Bulk Actions"
915
+ msgstr "Bulk-Aktionen"
916
+
917
+ #: dashboard/publisher/adverts-disabled.php:21
918
+ #: dashboard/publisher/adverts-edit.php:186
919
+ msgid "Activate"
920
+ msgstr "Aktivieren"
921
+
922
+ #: dashboard/publisher/adverts-disabled.php:22
923
+ #: dashboard/publisher/adverts-error.php:21
924
+ #: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
925
+ msgid "Delete"
926
+ msgstr "Löschen"
927
+
928
+ #: dashboard/publisher/adverts-disabled.php:23
929
+ #: dashboard/publisher/adverts-error.php:22
930
+ #: dashboard/publisher/adverts-main.php:23
931
+ msgid "Reset stats"
932
+ msgstr "Statistiken zurücksetzen"
933
+
934
+ #: dashboard/publisher/adverts-disabled.php:25
935
+ #: dashboard/publisher/adverts-error.php:29
936
+ #: dashboard/publisher/adverts-main.php:30
937
+ #: dashboard/publisher/groups-main.php:24
938
+ #: dashboard/publisher/schedules-main.php:22
939
+ msgid "Go"
940
+ msgstr "Los"
941
+
942
+ #: dashboard/publisher/adverts-disabled.php:35
943
+ #: dashboard/publisher/adverts-edit.php:485
944
+ #: dashboard/publisher/adverts-error.php:39
945
+ #: dashboard/publisher/adverts-main.php:39
946
+ #: dashboard/publisher/groups-edit.php:347
947
+ #: dashboard/publisher/groups-main.php:32
948
+ #: dashboard/publisher/schedules-main.php:31
949
+ msgid "ID"
950
+ msgstr "ID"
951
+
952
+ #: dashboard/publisher/adverts-disabled.php:36
953
+ #: dashboard/publisher/adverts-error.php:41
954
+ #: dashboard/publisher/adverts-main.php:40
955
+ #: dashboard/publisher/schedules-main.php:32
956
+ msgid "Start / End"
957
+ msgstr "Start / Ende"
958
+
959
+ #: dashboard/publisher/adverts-disabled.php:37
960
+ #: dashboard/publisher/adverts-edit.php:112
961
+ #: dashboard/publisher/adverts-edit.php:486
962
+ #: dashboard/publisher/adverts-error.php:40
963
+ #: dashboard/publisher/adverts-main.php:41
964
+ #: dashboard/publisher/groups-edit.php:53
965
+ #: dashboard/publisher/groups-edit.php:348
966
+ #: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
967
+ #: dashboard/publisher/schedules-main.php:33
968
+ msgid "Name"
969
+ msgstr "Name"
970
+
971
+ #: dashboard/publisher/adverts-disabled.php:39
972
+ #: dashboard/publisher/adverts-main.php:43
973
+ #: dashboard/publisher/groups-edit.php:352
974
+ #: dashboard/publisher/groups-main.php:36
975
+ msgid "Shown"
976
+ msgstr "Gezeigt"
977
+
978
+ #: dashboard/publisher/adverts-disabled.php:40
979
+ #: dashboard/publisher/adverts-main.php:45
980
+ #: dashboard/publisher/groups-edit.php:353
981
+ #: dashboard/publisher/groups-main.php:38
982
+ #: dashboard/publisher/statistics-advert.php:52
983
+ #: dashboard/publisher/statistics-advert.php:58
984
+ #: dashboard/publisher/statistics-advert.php:72
985
+ #: dashboard/publisher/statistics-advert.php:78
986
+ #: dashboard/publisher/statistics-advert.php:99
987
+ #: dashboard/publisher/statistics-group.php:59
988
+ #: dashboard/publisher/statistics-group.php:65
989
+ #: dashboard/publisher/statistics-group.php:79
990
+ #: dashboard/publisher/statistics-group.php:85
991
+ #: dashboard/publisher/statistics-group.php:104
992
+ #: dashboard/publisher/statistics-main.php:40
993
+ #: dashboard/publisher/statistics-main.php:54
994
+ #: dashboard/publisher/statistics-main.php:58
995
+ #: dashboard/publisher/statistics-main.php:75
996
+ msgid "Clicks"
997
+ msgstr "Clicks"
998
+
999
+ #: dashboard/publisher/adverts-disabled.php:41
1000
+ #: dashboard/publisher/adverts-main.php:47
1001
+ #: dashboard/publisher/statistics-advert.php:53
1002
+ #: dashboard/publisher/statistics-advert.php:59
1003
+ #: dashboard/publisher/statistics-advert.php:73
1004
+ #: dashboard/publisher/statistics-advert.php:79
1005
+ #: dashboard/publisher/statistics-advert.php:100
1006
+ #: dashboard/publisher/statistics-group.php:60
1007
+ #: dashboard/publisher/statistics-group.php:66
1008
+ #: dashboard/publisher/statistics-group.php:80
1009
+ #: dashboard/publisher/statistics-group.php:86
1010
+ #: dashboard/publisher/statistics-group.php:105
1011
+ #: dashboard/publisher/statistics-main.php:41
1012
+ #: dashboard/publisher/statistics-main.php:55
1013
+ #: dashboard/publisher/statistics-main.php:59
1014
+ #: dashboard/publisher/statistics-main.php:76
1015
+ msgid "CTR"
1016
+ msgstr "CTR"
1017
+
1018
+ #: dashboard/publisher/adverts-disabled.php:59
1019
+ #: dashboard/publisher/adverts-error.php:56
1020
+ #: dashboard/publisher/adverts-main.php:66
1021
+ #: dashboard/publisher/groups-main.php:70
1022
+ msgid "Edit"
1023
+ msgstr "Bearbeiten"
1024
+
1025
+ #: dashboard/publisher/adverts-disabled.php:59
1026
+ #: dashboard/publisher/adverts-error.php:56
1027
+ #: dashboard/publisher/adverts-main.php:66
1028
+ #: dashboard/publisher/groups-main.php:70
1029
+ msgid "Stats"
1030
+ msgstr "Statistiken"
1031
+
1032
+ #: dashboard/publisher/adverts-disabled.php:59
1033
+ #: dashboard/publisher/adverts-error.php:56
1034
+ #: dashboard/publisher/adverts-main.php:66
1035
+ msgid "Groups:"
1036
+ msgstr "Gruppen:"
1037
+
1038
+ #: dashboard/publisher/adverts-edit.php:50
1039
+ msgid "The AdCode cannot be empty!"
1040
+ msgstr "Der AdCode darf nicht leer sein!"
1041
+
1042
+ #: dashboard/publisher/adverts-edit.php:53
1043
+ msgid ""
1044
+ "You did not use %asset% (or %image%) in your AdCode but did select a file to "
1045
+ "use!"
1046
+ msgstr ""
1047
+ "Sie haben %asset% (oder %image%) nicht verwendet. in Ihrem AdCode, aber "
1048
+ "wählte eine Datei zu verwenden!"
1049
+
1050
+ #: dashboard/publisher/adverts-edit.php:56
1051
+ msgid ""
1052
+ "You did use %asset% (or %image%) in your AdCode but did not select a file to "
1053
+ "use!"
1054
+ msgstr ""
1055
+ "Sie haben %asset% (oder %image%) verwendet in Ihrem AdCode, aber keine Datei "
1056
+ "ausgewählt!"
1057
+
1058
+ #: dashboard/publisher/adverts-edit.php:59
1059
+ msgid ""
1060
+ "There is a problem saving the image. Please reset your image and re-save the "
1061
+ "ad!"
1062
+ msgstr ""
1063
+ "Es gibt ein Problem, das Bild zu speichern. Bitte setzen Sie das Bild zurück "
1064
+ "und speichern Sie die Anzeige erneut!"
1065
+
1066
+ #: dashboard/publisher/adverts-edit.php:62
1067
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1068
+ msgstr "Track ist aktiviert, aber es gibt keinen gültige Link/Tag im Adcode!"
1069
+
1070
+ #: dashboard/publisher/adverts-edit.php:67
1071
+ msgid ""
1072
+ "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1073
+ "the ad!"
1074
+ msgstr ""
1075
+ "AdRotate kann keinen Fehler finden, obwohl die Anzeige falsch gekennzeichnet "
1076
+ "ist, versuchen Sie erneut die Anzeige zu speichern!"
1077
+
1078
+ #: dashboard/publisher/adverts-edit.php:70
1079
+ msgid "This ad is expired and currently not shown on your website!"
1080
+ msgstr ""
1081
+ "Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
1082
+ "angezeigt!"
1083
+
1084
+ #: dashboard/publisher/adverts-edit.php:73
1085
+ msgid "The ad will expire in less than 2 days!"
1086
+ msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
1087
+
1088
+ #: dashboard/publisher/adverts-edit.php:76
1089
+ msgid "This ad will expire in less than 7 days!"
1090
+ msgstr "Diese Anzeige läuft in weniger als 7 Tage!"
1091
+
1092
+ #: dashboard/publisher/adverts-edit.php:79
1093
+ msgid "This ad has been disabled and does not rotate on your site!"
1094
+ msgstr ""
1095
+ "Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
1096
+
1097
+ #: dashboard/publisher/adverts-edit.php:104
1098
+ msgid "New Advert"
1099
+ msgstr "Neue Anzeige"
1100
+
1101
+ #: dashboard/publisher/adverts-edit.php:106
1102
+ msgid "Edit Advert"
1103
+ msgstr "Anzeige bearbeiten"
1104
+
1105
+ #: dashboard/publisher/adverts-edit.php:121
1106
+ msgid "AdCode"
1107
+ msgstr "AdCode"
1108
+
1109
+ #: dashboard/publisher/adverts-edit.php:126
1110
+ msgid "Basic Examples:"
1111
+ msgstr "Basic-Beispiele:"
1112
+
1113
+ #: dashboard/publisher/adverts-edit.php:127
1114
+ msgid "Click any of the examples to use it."
1115
+ msgstr "Klicken Sie auf eines der Beispiele, um es zu verwenden."
1116
+
1117
+ #: dashboard/publisher/adverts-edit.php:136
1118
+ msgid "Useful tags"
1119
+ msgstr "Nützliche Tags"
1120
+
1121
+ #: dashboard/publisher/adverts-edit.php:138
1122
+ msgid "Insert the advert ID Number."
1123
+ msgstr "Fügen Sie die Anzeige ID-Nummer ein."
1124
+
1125
+ #: dashboard/publisher/adverts-edit.php:138
1126
+ msgid "Use this tag when selecting a image below."
1127
+ msgstr "Verwenden Sie dieses Tag, wenn Sie ein Bild unten auswählen."
1128
+
1129
+ #: dashboard/publisher/adverts-edit.php:138
1130
+ msgid "Insert the advert name."
1131
+ msgstr "Fügen Sie den Anzeige - Namen ein."
1132
+
1133
+ #: dashboard/publisher/adverts-edit.php:138
1134
+ msgid "Insert a random string. Useful for DFP/DoubleClick type adverts."
1135
+ msgstr ""
1136
+ "Fügen Sie eine zufällige Zeichenfolge ein. Nützlich für Anzeigen vom Typ DFP/"
1137
+ "DoubleClick."
1138
+
1139
+ #: dashboard/publisher/adverts-edit.php:138
1140
+ msgid "Add inside the &lt;a&gt; tag to open the advert in a new window."
1141
+ msgstr ""
1142
+ "Fügen Sie das &lt;a&gt;-Tag hinzu, um die Anzeige in einem neuen Fenster zu "
1143
+ "öffnen."
1144
+
1145
+ #: dashboard/publisher/adverts-edit.php:138
1146
+ msgid "Add inside the &lt;a&gt; tag to tell crawlers to ignore this link."
1147
+ msgstr ""
1148
+ "Fügen Sie in den <a>tag rel=\"nofollow\" ein, damit Crawler diesen Link "
1149
+ "ignorieren."
1150
+
1151
+ #: dashboard/publisher/adverts-edit.php:139
1152
+ msgid ""
1153
+ "Place the cursor where you want to add a tag and click to add it to your "
1154
+ "AdCode."
1155
+ msgstr ""
1156
+ "Platzieren Sie den Cursor in Ihrem AdCode an der Stelle, wo Sie diese Tags "
1157
+ "hinzufügen möchten und klicken Sie dann."
1158
+
1159
+ #: dashboard/publisher/adverts-edit.php:144
1160
+ msgid "Preview"
1161
+ msgstr "Vorschau"
1162
+
1163
+ #: dashboard/publisher/adverts-edit.php:147
1164
+ msgid ""
1165
+ "Note: While this preview is an accurate one, it might look different then it "
1166
+ "does on the website."
1167
+ msgstr ""
1168
+ "Hinweis: Auch wenn die Vorschau korrekt aussieht, könnte es auf der Website "
1169
+ "anders aussehen."
1170
+
1171
+ #: dashboard/publisher/adverts-edit.php:148
1172
+ msgid ""
1173
+ "This is because of CSS differences. Your themes CSS file is not active here!"
1174
+ msgstr ""
1175
+ "Dies hat mit Unterschieden hinsichtlich CSS zu tun. Ihre theme-CSS-Datei ist "
1176
+ "hier nicht aktiv!"
1177
+
1178
+ #: dashboard/publisher/adverts-edit.php:153
1179
+ msgid "Banner asset"
1180
+ msgstr "Banner anzeigen"
1181
+
1182
+ #: dashboard/publisher/adverts-edit.php:156
1183
+ msgid "WordPress media:"
1184
+ msgstr "WordPress-Medien:"
1185
+
1186
+ #: dashboard/publisher/adverts-edit.php:156
1187
+ msgid "Select Banner"
1188
+ msgstr "Banner wählen"
1189
+
1190
+ #: dashboard/publisher/adverts-edit.php:158
1191
+ msgid "- OR -"
1192
+ msgstr "ODER"
1193
+
1194
+ #: dashboard/publisher/adverts-edit.php:160
1195
+ msgid "Banner folder:"
1196
+ msgstr "Banner-Ordner:"
1197
+
1198
+ #: dashboard/publisher/adverts-edit.php:161
1199
+ msgid "No image selected"
1200
+ msgstr "Kein Bild ausgewählt"
1201
+
1202
+ #: dashboard/publisher/adverts-edit.php:172
1203
+ msgid "Use %asset% in the adcode instead of the file path."
1204
+ msgstr "Verwenden Sie %asset% im Adcode statt des Dateipfades."
1205
+
1206
+ #: dashboard/publisher/adverts-edit.php:172
1207
+ msgid ""
1208
+ "Use either the text field or the dropdown. If the textfield has content that "
1209
+ "field has priority."
1210
+ msgstr ""
1211
+ "Verwenden Sie das Textfeld oder die Dropdown-Liste. Wenndas Textfeld "
1212
+ "gefüllt ist, hat das Feld Priorität."
1213
+
1214
+ #: dashboard/publisher/adverts-edit.php:179
1215
+ msgid "Enable click and impression tracking for this advert."
1216
+ msgstr "Klick und eindrücke Verfolgung für diese Anzeige aktivieren."
1217
+
1218
+ #: dashboard/publisher/adverts-edit.php:180
1219
+ msgid ""
1220
+ "Note: Clicktracking does not work for Javascript adverts such as those "
1221
+ "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1222
+ "always supported."
1223
+ msgstr ""
1224
+ "Hinweis: Clicktracking funktioniert nicht für Javascript Anzeigen wie "
1225
+ "beispielsweise von Google AdSense/DFP/DoubleClick. HTML5/Flash-Anzeigen "
1226
+ "werden nicht immer unterstützt."
1227
+
1228
+ #: dashboard/publisher/adverts-edit.php:190
1229
+ msgid "Enabled, this ad will be visible"
1230
+ msgstr "Aktiviert, wird diese Anzeige sichtbar"
1231
+
1232
+ #: dashboard/publisher/adverts-edit.php:191
1233
+ msgid "Disabled, do not show this advert anywhere"
1234
+ msgstr "Deaktiviert, zeigen Sie diese Anzeige nirgendwo an"
1235
+
1236
+ #: dashboard/publisher/adverts-edit.php:198
1237
+ #: dashboard/publisher/adverts-main.php:90
1238
+ #: dashboard/publisher/groups-main.php:89
1239
+ msgid "Get more features with AdRotate Pro."
1240
+ msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro."
1241
+
1242
+ #: dashboard/publisher/adverts-edit.php:198
1243
+ #: dashboard/publisher/adverts-edit.php:274
1244
+ #: dashboard/publisher/adverts-edit.php:356
1245
+ #: dashboard/publisher/adverts-edit.php:456
1246
+ #: dashboard/publisher/adverts-main.php:90
1247
+ #: dashboard/publisher/groups-edit.php:216
1248
+ #: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
1249
+ #: dashboard/publisher/schedules-main.php:89
1250
+ #: dashboard/publisher/statistics-advert.php:109
1251
+ #: dashboard/publisher/statistics-group.php:113
1252
+ #: dashboard/publisher/statistics-main.php:83
1253
+ msgid "Upgrade now"
1254
+ msgstr "Jetzt upgraden"
1255
+
1256
+ #: dashboard/publisher/adverts-edit.php:201
1257
+ #: dashboard/publisher/adverts-edit.php:277
1258
+ #: dashboard/publisher/adverts-edit.php:475
1259
+ #: dashboard/publisher/adverts-edit.php:518
1260
+ msgid "Save Advert"
1261
+ msgstr "Anzeige speichern"
1262
+
1263
+ #: dashboard/publisher/adverts-edit.php:202
1264
+ #: dashboard/publisher/adverts-edit.php:278
1265
+ #: dashboard/publisher/adverts-edit.php:476
1266
+ #: dashboard/publisher/adverts-edit.php:519
1267
+ #: dashboard/publisher/adverts-generator.php:147
1268
+ #: dashboard/publisher/groups-edit.php:163
1269
+ #: dashboard/publisher/groups-edit.php:317
1270
+ #: dashboard/publisher/groups-edit.php:411
1271
+ msgid "Cancel"
1272
+ msgstr "Abbrechen"
1273
+
1274
+ #: dashboard/publisher/adverts-edit.php:205
1275
+ #: dashboard/publisher/adverts-edit.php:458
1276
+ #: dashboard/publisher/groups-edit.php:145
1277
+ #: dashboard/publisher/groups-edit.php:299
1278
+ msgid "Usage"
1279
+ msgstr "Verwendung"
1280
+
1281
+ #: dashboard/publisher/adverts-edit.php:209
1282
+ #: dashboard/publisher/adverts-edit.php:462
1283
+ #: dashboard/publisher/groups-edit.php:149
1284
+ #: dashboard/publisher/groups-edit.php:303
1285
+ msgid "Widget"
1286
+ msgstr "Widget"
1287
+
1288
+ #: dashboard/publisher/adverts-edit.php:210
1289
+ #: dashboard/publisher/adverts-edit.php:463
1290
+ msgid ""
1291
+ "Drag the AdRotate widget to the sidebar where you want to place the advert "
1292
+ "and select the advert or the group the advert is in."
1293
+ msgstr ""
1294
+ "Ziehen Sie das AdRotate Widget in die Seitenleiste, wo Sie Ihre Anzeige "
1295
+ "platzieren möchten und wählen Sie ein Anzeige oder eine Gruppe mit Anzeigen."
1296
+
1297
+ #: dashboard/publisher/adverts-edit.php:213
1298
+ #: dashboard/publisher/adverts-edit.php:466
1299
+ #: dashboard/publisher/groups-edit.php:153
1300
+ #: dashboard/publisher/groups-edit.php:307
1301
+ msgid "In a post or page"
1302
+ msgstr "In einem Beitrag oder eine Seite"
1303
+
1304
+ #: dashboard/publisher/adverts-edit.php:215
1305
+ #: dashboard/publisher/adverts-edit.php:468
1306
+ #: dashboard/publisher/groups-edit.php:155
1307
+ #: dashboard/publisher/groups-edit.php:309
1308
+ msgid "Directly in a theme"
1309
+ msgstr "Direkt im theme"
1310
+
1311
+ #: dashboard/publisher/adverts-edit.php:221
1312
+ msgid "Get contextual adverts from Media.net"
1313
+ msgstr "Konfigurieren Sie Ihre Werbung"
1314
+
1315
+ #: dashboard/publisher/adverts-edit.php:234
1316
+ msgid "Schedule your advert"
1317
+ msgstr "Planen Sie Ihre Anzeige"
1318
+
1319
+ #: dashboard/publisher/adverts-edit.php:235
1320
+ msgid ""
1321
+ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1322
+ "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1323
+ "hours. 6AM is 6:00 hours."
1324
+ msgstr ""
1325
+ "Hinweis: Time verwendet eine 24-Stunden-Uhr. Wenn Sie die AM/PM-System "
1326
+ "gewohnt sind, denken Sie daran: Wenn die Start- oder Endzeit nach Mittag "
1327
+ "ist, müssen 12 Stunden hinzugefügt werden. 2PM ist 14:00 Uhr. 6AM ist 06:00 "
1328
+ "Uhr."
1329
+
1330
+ #: dashboard/publisher/adverts-edit.php:239
1331
+ msgid "Start date"
1332
+ msgstr "Startdatum"
1333
+
1334
+ #: dashboard/publisher/adverts-edit.php:243
1335
+ msgid "End date"
1336
+ msgstr "Enddatum"
1337
+
1338
+ #: dashboard/publisher/adverts-edit.php:249
1339
+ msgid "Start time"
1340
+ msgstr "Startzeit"
1341
+
1342
+ #: dashboard/publisher/adverts-edit.php:256
1343
+ msgid "End time"
1344
+ msgstr "Endzeit"
1345
+
1346
+ #: dashboard/publisher/adverts-edit.php:266
1347
+ msgid "Maximum Clicks"
1348
+ msgstr "Maximale Klicks"
1349
+
1350
+ #: dashboard/publisher/adverts-edit.php:267
1351
+ #: dashboard/publisher/adverts-edit.php:269
1352
+ msgid "Leave empty or 0 to skip this."
1353
+ msgstr "Leer lassen oder 0, um dies zu überspringen."
1354
+
1355
+ #: dashboard/publisher/adverts-edit.php:268
1356
+ msgid "Maximum Impressions"
1357
+ msgstr "Maximale Impressionen"
1358
+
1359
+ #: dashboard/publisher/adverts-edit.php:274
1360
+ msgid ""
1361
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1362
+ "Pro."
1363
+ msgstr ""
1364
+ "Erstellen Sie mehrere und erweiterte Zeitpläne für jede Anzeige mit AdRotate "
1365
+ "Pro."
1366
+
1367
+ #: dashboard/publisher/adverts-edit.php:281
1368
+ #: dashboard/publisher/groups-edit.php:166 dashboard/settings/statistics.php:27
1369
+ #: dashboard/settings/statistics.php:29
1370
+ msgid "Advanced"
1371
+ msgstr "Erweitert"
1372
+
1373
+ #: dashboard/publisher/adverts-edit.php:282
1374
+ #: dashboard/publisher/adverts-edit.php:359
1375
+ msgid "Available in AdRotate Pro!"
1376
+ msgstr "Verfügbar in AdRotate Pro!"
1377
+
1378
+ #: dashboard/publisher/adverts-edit.php:287
1379
+ msgid "Show to everyone"
1380
+ msgstr "Allen zeigen"
1381
+
1382
+ #: dashboard/publisher/adverts-edit.php:289
1383
+ msgid "Disable this option to hide the advert from logged-in visitors."
1384
+ msgstr ""
1385
+ "Deaktivieren Sie diese Option, um die Anzeige vor angemeldeten Besuchern "
1386
+ "auszublenden."
1387
+
1388
+ #: dashboard/publisher/adverts-edit.php:294
1389
+ #: dashboard/publisher/groups-edit.php:350
1390
+ msgid "Weight"
1391
+ msgstr "Gewicht"
1392
+
1393
+ #: dashboard/publisher/adverts-edit.php:297
1394
+ msgid "Few impressions"
1395
+ msgstr "Wenige Einblendungen"
1396
+
1397
+ #: dashboard/publisher/adverts-edit.php:302
1398
+ msgid "Less than average"
1399
+ msgstr "Weniger als der Durchschnitt"
1400
+
1401
+ #: dashboard/publisher/adverts-edit.php:307
1402
+ msgid "Normal impressions"
1403
+ msgstr "Normale Impressionen"
1404
+
1405
+ #: dashboard/publisher/adverts-edit.php:312
1406
+ msgid "More than average"
1407
+ msgstr "Mehr als der Durchschnitt"
1408
+
1409
+ #: dashboard/publisher/adverts-edit.php:317
1410
+ msgid "Many impressions"
1411
+ msgstr "Viele Einblendungen"
1412
+
1413
+ #: dashboard/publisher/adverts-edit.php:322
1414
+ msgid "Mobile"
1415
+ msgstr "Mobilgeräte"
1416
+
1417
+ #: dashboard/publisher/adverts-edit.php:324
1418
+ msgid "Desktops/Laptops"
1419
+ msgstr "Desktops/Laptops"
1420
+
1421
+ #: dashboard/publisher/adverts-edit.php:327
1422
+ msgid "Smartphones"
1423
+ msgstr "Smartphones"
1424
+
1425
+ #: dashboard/publisher/adverts-edit.php:330
1426
+ msgid "Tablets"
1427
+ msgstr "Tablets"
1428
+
1429
+ #: dashboard/publisher/adverts-edit.php:333
1430
+ msgid ""
1431
+ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
1432
+ "and 'Operating System' are ignored!"
1433
+ msgstr ""
1434
+ "Aktivieren Sie auch 'Mobile Support' in der Gruppe, in die diese Anzeige "
1435
+ "geht oder 'Gerät' und 'Betriebssystem' werden ignoriert!"
1436
+
1437
+ #: dashboard/publisher/adverts-edit.php:333
1438
+ msgid ""
1439
+ "Operating system detection only detects iOS and Android, select 'Not Mobile/"
1440
+ "Other' for everything else."
1441
+ msgstr ""
1442
+ "Die Erkennung des Betriebssystems erkennt nur iOS und Android, wählen Sie "
1443
+ "für alles andere \"Nicht mobil/andere\"."
1444
+
1445
+ #: dashboard/publisher/adverts-edit.php:337
1446
+ msgid "Mobile OS"
1447
+ msgstr "Mobiles Betriebssystem"
1448
+
1449
+ #: dashboard/publisher/adverts-edit.php:339
1450
+ msgid "iOS"
1451
+ msgstr "iOS"
1452
+
1453
+ #: dashboard/publisher/adverts-edit.php:342
1454
+ msgid "Android"
1455
+ msgstr "Android"
1456
+
1457
+ #: dashboard/publisher/adverts-edit.php:345
1458
+ msgid "Not mobile/Others"
1459
+ msgstr "Nicht mobil/Andere"
1460
+
1461
+ #: dashboard/publisher/adverts-edit.php:349
1462
+ msgid "Auto-delete"
1463
+ msgstr "Auto-Löschen"
1464
+
1465
+ #: dashboard/publisher/adverts-edit.php:351
1466
+ msgid "Automatically delete the advert 1 day after it expires?"
1467
+ msgstr "Löschen Sie die Anzeige 1 Tag nach Ablauf automatisch?"
1468
+
1469
+ #: dashboard/publisher/adverts-edit.php:351
1470
+ msgid ""
1471
+ "This is useful for short running campaigns that do not require attention "
1472
+ "after they finish."
1473
+ msgstr ""
1474
+ "Dies ist nützlich für kurzlaufende Kampagnen, die nach dem Abschluss keine "
1475
+ "Aufmerksamkeit erfordern."
1476
+
1477
+ #: dashboard/publisher/adverts-edit.php:356
1478
+ msgid ""
1479
+ "With AdRotate Pro you can easily select which devices and mobile operating "
1480
+ "systems the advert should show on!"
1481
+ msgstr ""
1482
+ "Mit AdRotate Pro können Sie einfach auswählen, auf welchen Geräten die "
1483
+ "Anzeige angezeigt werden soll!"
1484
+
1485
+ #: dashboard/publisher/adverts-edit.php:359
1486
+ msgid ""
1487
+ "Assign the advert to a group and enable that group to use Geo Targeting."
1488
+ msgstr ""
1489
+ "Weisen Sie die Anzeige einer Gruppe zu und aktivieren Sie bei dieser Gruppe "
1490
+ "Geo-Targeting."
1491
+
1492
+ #: dashboard/publisher/adverts-edit.php:366
1493
+ msgid "Enter cities or metro IDs (DMA)"
1494
+ msgstr "Eingeben von Städten oder Metro-IDs (DMA)"
1495
+
1496
+ #: dashboard/publisher/adverts-edit.php:369
1497
+ msgid "A comma separated list of Cities or Metro IDs:"
1498
+ msgstr "Eine durch Kommas getrennte Liste von Städten oder Metro-IDs:"
1499
+
1500
+ #: dashboard/publisher/adverts-edit.php:369
1501
+ #: dashboard/publisher/adverts-edit.php:378
1502
+ msgid ""
1503
+ "AdRotate does not check the validity of names and assumes the basic english "
1504
+ "name."
1505
+ msgstr ""
1506
+ "AdRotate überprüft nicht die Gültigkeit von Namen und übernimmt den "
1507
+ "englischen Basisnamen."
1508
+
1509
+ #: dashboard/publisher/adverts-edit.php:374
1510
+ msgid "Enter States or State ISO3166-2 codes"
1511
+ msgstr "Eingeben von Staaten oder Status-ISO3166-2-Codes"
1512
+
1513
+ #: dashboard/publisher/adverts-edit.php:376
1514
+ msgid "The listed cities must be in these states?"
1515
+ msgstr "Die aufgeführten Städte müssen in diesen Staaten sein?"
1516
+
1517
+ #: dashboard/publisher/adverts-edit.php:378
1518
+ msgid "A comma separated list of states:"
1519
+ msgstr "Eine durch Kommas getrennte Liste von Zuständen:"
1520
+
1521
+ #: dashboard/publisher/adverts-edit.php:386
1522
+ msgid "Select Countries and or Regions"
1523
+ msgstr "Auswählen von Ländern und oder Regionen"
1524
+
1525
+ #: dashboard/publisher/adverts-edit.php:456
1526
+ msgid "Target your audience with Geo Targeting in AdRotate Pro"
1527
+ msgstr "Ihre Zielgruppe mit Geo-Targeting in AdRotate Pro"
1528
+
1529
+ #: dashboard/publisher/adverts-edit.php:480
1530
+ msgid "Select Groups"
1531
+ msgstr "Gruppen auswählen"
1532
+
1533
+ #: dashboard/publisher/adverts-edit.php:496
1534
+ #: dashboard/publisher/groups-main.php:60
1535
+ #: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
1536
+ msgid "Default"
1537
+ msgstr "Standard"
1538
+
1539
+ #: dashboard/publisher/adverts-edit.php:497
1540
+ #: dashboard/publisher/groups-main.php:61
1541
+ msgid "Dynamic"
1542
+ msgstr "Dynamisch"
1543
+
1544
+ #: dashboard/publisher/adverts-edit.php:497
1545
+ #: dashboard/publisher/groups-main.php:61
1546
+ msgid "second rotation"
1547
+ msgstr "Zweite rotation"
1548
+
1549
+ #: dashboard/publisher/adverts-edit.php:498
1550
+ #: dashboard/publisher/groups-main.php:62
1551
+ msgid "Block"
1552
+ msgstr "Block"
1553
+
1554
+ #: dashboard/publisher/adverts-edit.php:498
1555
+ #: dashboard/publisher/groups-main.php:62
1556
+ msgid "grid"
1557
+ msgstr "Raster"
1558
+
1559
+ #: dashboard/publisher/adverts-edit.php:499
1560
+ #: dashboard/publisher/groups-edit.php:223
1561
+ #: dashboard/publisher/groups-main.php:63
1562
+ msgid "Post Injection"
1563
+ msgstr "Post Injection"
1564
+
1565
+ #: dashboard/publisher/adverts-edit.php:500
1566
+ msgid "Geolocation"
1567
+ msgstr "Geolokalisierung"
1568
+
1569
+ #: dashboard/publisher/adverts-edit.php:507
1570
+ #: dashboard/publisher/groups-edit.php:62
1571
+ #: dashboard/publisher/groups-main.php:70
1572
+ msgid "Mode"
1573
+ msgstr "Modus"
1574
+
1575
+ #: dashboard/publisher/adverts-error.php:12
1576
+ msgid "Adverts that need attention"
1577
+ msgstr "Werbung, die überprüft werden sollte"
1578
+
1579
+ #: dashboard/publisher/adverts-error.php:20
1580
+ #: dashboard/publisher/adverts-main.php:21
1581
+ msgid "Deactivate"
1582
+ msgstr "Deaktivieren"
1583
+
1584
+ #: dashboard/publisher/adverts-error.php:23
1585
+ #: dashboard/publisher/adverts-main.php:25
1586
+ msgid "-- Renew --"
1587
+ msgstr "--Erneuern--"
1588
+
1589
+ #: dashboard/publisher/adverts-error.php:24
1590
+ #: dashboard/publisher/adverts-main.php:26
1591
+ msgid "For 1 year"
1592
+ msgstr "Für 1 Jahr"
1593
+
1594
+ #: dashboard/publisher/adverts-error.php:25
1595
+ #: dashboard/publisher/adverts-main.php:27
1596
+ msgid "For 180 days"
1597
+ msgstr "Für 180 Tage"
1598
+
1599
+ #: dashboard/publisher/adverts-error.php:26
1600
+ #: dashboard/publisher/adverts-main.php:28
1601
+ msgid "For 30 days"
1602
+ msgstr "Für 30 Tage"
1603
+
1604
+ #: dashboard/publisher/adverts-error.php:27
1605
+ #: dashboard/publisher/adverts-main.php:29
1606
+ msgid "For 7 days"
1607
+ msgstr "Für 7 Tage"
1608
+
1609
+ #: dashboard/publisher/adverts-error.php:64
1610
+ msgid "Configuration errors"
1611
+ msgstr "Konfigurationsfehler"
1612
+
1613
+ #: dashboard/publisher/adverts-error.php:65
1614
+ msgid "Expires soon"
1615
+ msgstr "Wird bald ablaufen"
1616
+
1617
+ #: dashboard/publisher/adverts-error.php:66
1618
+ #: dashboard/settings/maintenance.php:45
1619
+ msgid "Expired"
1620
+ msgstr "Abgelaufen"
1621
+
1622
+ #: dashboard/publisher/adverts-generator.php:36
1623
+ msgid "Generate Advert Code"
1624
+ msgstr "Generieren von Werbecode"
1625
+
1626
+ #: dashboard/publisher/adverts-generator.php:37
1627
+ msgid ""
1628
+ "Use the Generator if you have received a target url, banner image and/or "
1629
+ "some separate files with a description on how to use those. The AdRotate "
1630
+ "Generator will take your bits and pieces and try to generate a working "
1631
+ "adcode from it."
1632
+ msgstr ""
1633
+ "Verwenden Sie den Generator, wenn Sie eine Ziel-URL, ein Bannerbild und/oder "
1634
+ "einige separate Dateien mit einer Beschreibung der Verwendung dieser Dateien "
1635
+ "erhalten haben. Der AdRotate Generator wird Ihre Bits und Stücke nehmen und "
1636
+ "versuchen, einen funktionierenden Adcode daraus zu generieren."
1637
+
1638
+ #: dashboard/publisher/adverts-generator.php:39
1639
+ msgid ""
1640
+ "If you have a complete and working ad code / ad tag you do not use the "
1641
+ "Generator. You can simply paste that code in the AdCode field when creating "
1642
+ "your advert. For example as provided by Media.net or Google AdSense among "
1643
+ "others."
1644
+ msgstr ""
1645
+ "Wenn Sie einen vollständigen und funktionierenden Anzeigencode / Anzeigentag "
1646
+ "haben, verwenden Sie den Generator nicht. Sie können diesen Code einfach in "
1647
+ "das AdCode-Feld einfügen, wenn Sie Ihre Anzeige erstellen. Zum Beispiel, wie "
1648
+ "von Media.net oder Google AdSense unter anderem zur Verfügung gestellt."
1649
+
1650
+ #: dashboard/publisher/adverts-generator.php:41
1651
+ msgid "Create your advert"
1652
+ msgstr "Erstellen Sie Ihre Anzeige"
1653
+
1654
+ #: dashboard/publisher/adverts-generator.php:42
1655
+ msgid ""
1656
+ "This is a regular advert consisting of an image and a link, made up from "
1657
+ "HTML code."
1658
+ msgstr ""
1659
+ "Dies ist eine reguläre Anzeige, die aus einem Bild und einem Link besteht, "
1660
+ "die aus HTML-Code bestehen."
1661
+
1662
+ #: dashboard/publisher/adverts-generator.php:47
1663
+ msgid "Required"
1664
+ msgstr "Erforderlich"
1665
+
1666
+ #: dashboard/publisher/adverts-generator.php:53
1667
+ msgid "Banner image"
1668
+ msgstr "Banner-Bild"
1669
+
1670
+ #: dashboard/publisher/adverts-generator.php:57
1671
+ msgid "Select advert image"
1672
+ msgstr "Anzeigenbild auswählen"
1673
+
1674
+ #: dashboard/publisher/adverts-generator.php:63
1675
+ msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
1676
+ msgstr ""
1677
+ "Ist Ihre Datei nicht aufgeführt? Laden Sie es über den AdRotate Media "
1678
+ "Manager hoch."
1679
+
1680
+ #: dashboard/publisher/adverts-generator.php:68
1681
+ msgid "Target website"
1682
+ msgstr "Ziel-Website"
1683
+
1684
+ #: dashboard/publisher/adverts-generator.php:70
1685
+ msgid "Where does the person clicking the advert go?"
1686
+ msgstr "Wohin geht die Person, die auf die Anzeige klickt?"
1687
+
1688
+ #: dashboard/publisher/adverts-generator.php:77
1689
+ msgid "Viewports"
1690
+ msgstr "Ansichtsfenster"
1691
+
1692
+ #: dashboard/publisher/adverts-generator.php:77
1693
+ #: dashboard/publisher/groups-edit.php:207
1694
+ #: dashboard/settings/notifications.php:48
1695
+ msgid "Available in AdRotate Pro"
1696
+ msgstr "Erhältlich in AdRotate Pro"
1697
+
1698
+ #: dashboard/publisher/adverts-generator.php:83
1699
+ msgid "Smaller Devices"
1700
+ msgstr "Kleinere Geräte"
1701
+
1702
+ #: dashboard/publisher/adverts-generator.php:87
1703
+ #: dashboard/publisher/adverts-generator.php:97
1704
+ #: dashboard/publisher/adverts-generator.php:107
1705
+ msgid "No file selected"
1706
+ msgstr "Keine Datei ausgewählt"
1707
+
1708
+ #: dashboard/publisher/adverts-generator.php:88
1709
+ msgid ""
1710
+ "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
1711
+ "1440px resolution)."
1712
+ msgstr ""
1713
+ "Kleinere Smartphones und Tablets mit einem Ansichtsfenster von bis zu 480px "
1714
+ "Breit (bis zu 1440px Auflösung)."
1715
+
1716
+ #: dashboard/publisher/adverts-generator.php:93
1717
+ msgid "Medium sized Devices"
1718
+ msgstr "Mittelgroße Geräte"
1719
+
1720
+ #: dashboard/publisher/adverts-generator.php:98
1721
+ msgid ""
1722
+ "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
1723
+ "to 1536px resolution)."
1724
+ msgstr ""
1725
+ "Größere Smartphones oder kleine Tablets mit einem Ansichtsfenster von bis zu "
1726
+ "960px breit (bis zu 1536px Auflösung)."
1727
+
1728
+ #: dashboard/publisher/adverts-generator.php:103
1729
+ msgid "Larger Devices"
1730
+ msgstr "Größere Geräte"
1731
+
1732
+ #: dashboard/publisher/adverts-generator.php:108
1733
+ msgid ""
1734
+ "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
1735
+ "2048px resolution)."
1736
+ msgstr ""
1737
+ "Kleine Laptops und größere Tablets mit einem Ansichtsfenster von bis zu "
1738
+ "1280px breit (bis zu 2048px Auflösung)."
1739
+
1740
+ #: dashboard/publisher/adverts-generator.php:113
1741
+ #: dashboard/publisher/media.php:18
1742
+ msgid "Important:"
1743
+ msgstr "Wichtig:"
1744
+
1745
+ #: dashboard/publisher/adverts-generator.php:113
1746
+ msgid ""
1747
+ "All sizes are optional, but it is highly recommended to use at least the "
1748
+ "small and medium size. Devices with viewports greater than 1280px will use "
1749
+ "the full sized banner."
1750
+ msgstr ""
1751
+ "Alle Größen sind optional, aber es wird dringend empfohlen, mindestens die "
1752
+ "kleine und mittlere Größe zu verwenden. Geräte mit Ansichtsfenstern größer "
1753
+ "als 1280px verwenden das Banner in voller Größe."
1754
+
1755
+ #: dashboard/publisher/adverts-generator.php:113
1756
+ msgid ""
1757
+ "Are your files not listed? Upload them via the AdRotate Media Manager. For "
1758
+ "your convenience, use easy to use filenames."
1759
+ msgstr ""
1760
+ "Sind Ihre Dateien nicht aufgeführt? Laden Sie sie über den AdRotate Media "
1761
+ "Manager hoch. Verwenden Sie ganz einfach Dateinamen."
1762
+
1763
+ #: dashboard/publisher/adverts-generator.php:118
1764
+ msgid "Optional"
1765
+ msgstr "Optional"
1766
+
1767
+ #: dashboard/publisher/adverts-generator.php:124
1768
+ msgid "Target window"
1769
+ msgstr "Zielfenster"
1770
+
1771
+ #: dashboard/publisher/adverts-generator.php:126
1772
+ msgid "Open the advert in a new window?"
1773
+ msgstr "Öffnen Sie die Anzeige in einem neuen Fenster?"
1774
+
1775
+ #: dashboard/publisher/adverts-generator.php:126
1776
+ msgid "(Recommended)"
1777
+ msgstr "(Empfohlen)"
1778
+
1779
+ #: dashboard/publisher/adverts-generator.php:130
1780
+ msgid "NoFollow"
1781
+ msgstr "Nofollow"
1782
+
1783
+ #: dashboard/publisher/adverts-generator.php:132
1784
+ msgid "Tell crawlers and search engines not to follow the target website url?"
1785
+ msgstr ""
1786
+ "Sagen Sie Crawlern und Suchmaschinen, der URL der Zielwebsite nicht zu "
1787
+ "folgen?"
1788
+
1789
+ #: dashboard/publisher/adverts-generator.php:132
1790
+ #: dashboard/publisher/adverts-generator.php:138
1791
+ msgid "(Available in AdRotate Pro)"
1792
+ msgstr "(Verfügbar in AdRotate Pro)"
1793
+
1794
+ #: dashboard/publisher/adverts-generator.php:132
1795
+ msgid ""
1796
+ "Letting bots (Such as Googlebot) index paid links may negatively affect your "
1797
+ "SEO and PageRank."
1798
+ msgstr ""
1799
+ "Das Zulassen von Bots (wie Googlebot) zahlende Links kann sich negativ auf "
1800
+ "Ihre SEO und PageRank auswirken."
1801
+
1802
+ #: dashboard/publisher/adverts-generator.php:136
1803
+ msgid "Alt and Title"
1804
+ msgstr "Alt und Titel"
1805
+
1806
+ #: dashboard/publisher/adverts-generator.php:138
1807
+ msgid "Add an alt and title attribute based on the asset name?"
1808
+ msgstr ""
1809
+ "Fügen Sie ein Alt- und Titelattribut basierend auf dem Asset-Namen hinzu?"
1810
+
1811
+ #: dashboard/publisher/adverts-generator.php:138
1812
+ msgid ""
1813
+ "Some bots/crawlers use them as a descriptive measure to see what the code is "
1814
+ "about."
1815
+ msgstr ""
1816
+ "Einige Bots/Crawler verwenden sie als beschreibende Maßnahme, um zu sehen, "
1817
+ "worum es im Code geht."
1818
+
1819
+ #: dashboard/publisher/adverts-generator.php:146
1820
+ msgid "Generate and Configure Advert"
1821
+ msgstr "Generieren und Konfigurieren von Werbung"
1822
+
1823
+ #: dashboard/publisher/adverts-generator.php:147
1824
+ msgid "Always test your adverts before activating them."
1825
+ msgstr "Testen Sie Ihre Anzeigen immer, bevor Sie sie aktivieren."
1826
+
1827
+ #: dashboard/publisher/adverts-generator.php:150
1828
+ msgid "NOTE:"
1829
+ msgstr "NOTIZ:"
1830
+
1831
+ #: dashboard/publisher/adverts-generator.php:150
1832
+ msgid ""
1833
+ "While the Code Generator has been tested and works, code generation, as "
1834
+ "always, is a interpretation of user input. If you provide the correct bits "
1835
+ "and pieces, a working advert may be generated. If you leave fields empty or "
1836
+ "insert the wrong info you probably end up with a broken advert."
1837
+ msgstr ""
1838
+ "Während der Codegenerator getestet wurde und funktioniert, ist die "
1839
+ "Codegenerierung wie immer eine Interpretation der Benutzereingabe. Wenn Sie "
1840
+ "die richtigen Bits und Teile angeben, kann eine funktionierende Anzeige "
1841
+ "generiert werden. Wenn Sie Felder leer lassen oder die falsche Information "
1842
+ "einfügen, erhalten Sie wahrscheinlich eine defekte Anzeige."
1843
+
1844
+ #: dashboard/publisher/adverts-generator.php:150
1845
+ msgid ""
1846
+ "Based on your input and experiences later iterations of the Code Generator "
1847
+ "will be better and more feature rich."
1848
+ msgstr ""
1849
+ "Basierend auf Ihren Eingaben und Erfahrungen werden spätere Iterationen des "
1850
+ "Codegenerators besser und funktionsreicher sein."
1851
+
1852
+ #: dashboard/publisher/adverts-main.php:12
1853
+ msgid "Active Adverts"
1854
+ msgstr "Aktive Werbung"
1855
+
1856
+ #: dashboard/publisher/adverts-main.php:24
1857
+ msgid "Export to CSV"
1858
+ msgstr "Als CSV exportieren"
1859
+
1860
+ #: dashboard/publisher/adverts-main.php:44
1861
+ #: dashboard/publisher/adverts-main.php:46
1862
+ #: dashboard/publisher/groups-main.php:37
1863
+ #: dashboard/publisher/groups-main.php:39
1864
+ #: dashboard/publisher/statistics-advert.php:44
1865
+ #: dashboard/publisher/statistics-group.php:51
1866
+ msgid "Today"
1867
+ msgstr "Heute"
1868
+
1869
+ #: dashboard/publisher/adverts-main.php:85
1870
+ msgid "No adverts created yet!"
1871
+ msgstr "Es wurden bisher noch keine Anzeigen erstellt!"
1872
+
1873
+ #: dashboard/publisher/groups-edit.php:45
1874
+ msgid "New Group"
1875
+ msgstr "Neue Gruppe"
1876
+
1877
+ #: dashboard/publisher/groups-edit.php:47
1878
+ msgid "Edit Group"
1879
+ msgstr "Gruppe bearbeiten"
1880
+
1881
+ #: dashboard/publisher/groups-edit.php:65
1882
+ msgid "Default - Show one ad at a time"
1883
+ msgstr "Default - zeige eine Anzeige zur gleichen Zeit"
1884
+
1885
+ #: dashboard/publisher/groups-edit.php:66
1886
+ msgid "Dynamic Mode - Show a different ad every few seconds"
1887
+ msgstr "Dynamischer Modus - alle paar Sekunden eine andere Anzeige zeigen"
1888
+
1889
+ #: dashboard/publisher/groups-edit.php:67
1890
+ msgid "Block Mode - Show a block of adverts"
1891
+ msgstr "Block-Modus - zeigen einen Block von Anzeigen"
1892
+
1893
+ #: dashboard/publisher/groups-edit.php:71
1894
+ msgid "Dynamic mode requires jQuery. You can enable this in AdRotate Settings."
1895
+ msgstr ""
1896
+ "Dynamischer Modus erfordert jQuery. Sie können dies in den AdRotate "
1897
+ "Einstellungen aktivieren."
1898
+
1899
+ #: dashboard/publisher/groups-edit.php:75
1900
+ msgid "Advert size"
1901
+ msgstr "Anzeige-Größe"
1902
+
1903
+ #: dashboard/publisher/groups-edit.php:77
1904
+ msgid "pixel(s) wide"
1905
+ msgstr "Pixel Breite"
1906
+
1907
+ #: dashboard/publisher/groups-edit.php:77
1908
+ msgid "pixel(s) high."
1909
+ msgstr "Pixel Höhe."
1910
+
1911
+ #: dashboard/publisher/groups-edit.php:80
1912
+ msgid ""
1913
+ "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
1914
+ "recommended)."
1915
+ msgstr ""
1916
+ "Definieren Sie die maximale Größe der Anzeigen in Pixel. Größe kann 'auto' "
1917
+ "sein (Nicht empfohlen)."
1918
+
1919
+ #: dashboard/publisher/groups-edit.php:86
1920
+ msgid "Dynamic and Block Mode"
1921
+ msgstr "Dynamischer und Block-Modus"
1922
+
1923
+ #: dashboard/publisher/groups-edit.php:90
1924
+ msgid "Block size"
1925
+ msgstr "Blockgröße"
1926
+
1927
+ #: dashboard/publisher/groups-edit.php:96
1928
+ msgid "rows"
1929
+ msgstr "Zeilen"
1930
+
1931
+ #: dashboard/publisher/groups-edit.php:100
1932
+ msgid "columns"
1933
+ msgstr "Spalten"
1934
+
1935
+ #: dashboard/publisher/groups-edit.php:103
1936
+ msgid "Block Mode"
1937
+ msgstr "Blockmodus"
1938
+
1939
+ #: dashboard/publisher/groups-edit.php:103
1940
+ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
1941
+ msgstr ""
1942
+ "Größere Blöcke wird die Leistung Ihrer Website reduzieren! Standard: 2/2."
1943
+
1944
+ #: dashboard/publisher/groups-edit.php:107
1945
+ msgid "Automated refresh"
1946
+ msgstr "Automatische Aktualisierung"
1947
+
1948
+ #: dashboard/publisher/groups-edit.php:126
1949
+ msgid "seconds."
1950
+ msgstr "Sekunden."
1951
+
1952
+ #: dashboard/publisher/groups-edit.php:129
1953
+ #: dashboard/publisher/groups-edit.php:138
1954
+ msgid "Dynamic Mode"
1955
+ msgstr "Dynamischer Modus"
1956
+
1957
+ #: dashboard/publisher/groups-edit.php:129
1958
+ msgid ""
1959
+ "Load a new advert in this interval without reloading the page. Default: 6."
1960
+ msgstr ""
1961
+ "Lädt eine neue Anzeige in diesem Intervall, ohne die Seite neu zu laden. "
1962
+ "Standard: 6."
1963
+
1964
+ #: dashboard/publisher/groups-edit.php:133
1965
+ msgid "Repeat impressions"
1966
+ msgstr "Wiederholte Impressionen"
1967
+
1968
+ #: dashboard/publisher/groups-edit.php:135
1969
+ msgid "Count impressions for every cycle of adverts?"
1970
+ msgstr "Zählen Sie Impressionen für jeden Werbezyklus?"
1971
+
1972
+ #: dashboard/publisher/groups-edit.php:138
1973
+ msgid ""
1974
+ "Uncheck this option to only count impressions for the first cycle of adverts."
1975
+ msgstr ""
1976
+ "Deaktivieren Sie diese Option, um nur Impressionen für den ersten "
1977
+ "Werbezyklus zu zählen."
1978
+
1979
+ #: dashboard/publisher/groups-edit.php:143
1980
+ #: dashboard/publisher/groups-edit.php:216
1981
+ msgid "Get access to all features in AdRotate Pro."
1982
+ msgstr "Erhalten Sie Zugriff auf alle Funktionen in AdRotate Pro."
1983
+
1984
+ #: dashboard/publisher/groups-edit.php:143
1985
+ msgid "Upgrade today"
1986
+ msgstr "Noch heute Upgraden"
1987
+
1988
+ #: dashboard/publisher/groups-edit.php:150
1989
+ #: dashboard/publisher/groups-edit.php:304
1990
+ msgid ""
1991
+ "Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
1992
+ "Adverts\" and enter ID"
1993
+ msgstr ""
1994
+ "Ziehen Sie das AdRotate Widget in der gewünschten Seitenleiste, wählen Sie "
1995
+ "\"Gruppe von Anzeigen\" und geben Sie die ID an"
1996
+
1997
+ #: dashboard/publisher/groups-edit.php:162
1998
+ #: dashboard/publisher/groups-edit.php:316
1999
+ #: dashboard/publisher/groups-edit.php:410
2000
+ msgid "Save Group"
2001
+ msgstr "Gruppe speichern"
2002
+
2003
+ #: dashboard/publisher/groups-edit.php:170
2004
+ msgid "Advert Margin"
2005
+ msgstr "Anzeigen-Rand"
2006
+
2007
+ #: dashboard/publisher/groups-edit.php:172
2008
+ msgid "pixel(s)"
2009
+ msgstr "Pixel"
2010
+
2011
+ #: dashboard/publisher/groups-edit.php:175
2012
+ msgid "A transparent area outside the advert in pixels. Default: 0."
2013
+ msgstr ""
2014
+ "Ein transparenter Bereich außerhalb der Anzeige in Pixeln. Standard: 0."
2015
+
2016
+ #: dashboard/publisher/groups-edit.php:175
2017
+ msgid "Set to 0 to disable."
2018
+ msgstr "0 zur Deaktivierung eintragen."
2019
+
2020
+ #: dashboard/publisher/groups-edit.php:175
2021
+ msgid "Margins are automatically disabled for blocks where required."
2022
+ msgstr "Ränder werden automatisch da deaktiviert, wo Blöcke erforderlich sind."
2023
+
2024
+ #: dashboard/publisher/groups-edit.php:179
2025
+ msgid "Align the group"
2026
+ msgstr "Ausrichten der Gruppe"
2027
+
2028
+ #: dashboard/publisher/groups-edit.php:182
2029
+ msgid "None (Default)"
2030
+ msgstr "Keine (Standard)"
2031
+
2032
+ #: dashboard/publisher/groups-edit.php:183
2033
+ msgid "Left"
2034
+ msgstr "Links"
2035
+
2036
+ #: dashboard/publisher/groups-edit.php:184
2037
+ msgid "Right"
2038
+ msgstr "Rechts"
2039
+
2040
+ #: dashboard/publisher/groups-edit.php:185
2041
+ msgid "Center"
2042
+ msgstr "Zzentriert"
2043
+
2044
+ #: dashboard/publisher/groups-edit.php:189
2045
+ msgid ""
2046
+ "Align the group in your post or page. Using 'center' may affect your margin "
2047
+ "setting. Not every theme supports this feature."
2048
+ msgstr ""
2049
+ "Richten Sie die Gruppe in Ihrer Nachricht oder Seite aus. 'Zentriert' "
2050
+ "beeinträchtigt die Randeinstellung. Nicht jedes theme unterstützt diese "
2051
+ "Funktion."
2052
+
2053
+ #: dashboard/publisher/groups-edit.php:194
2054
+ msgid "Enable Geo Targeting for this group."
2055
+ msgstr "Aktivieren Sie die Geo-Targeting für diese Gruppe."
2056
+
2057
+ #: dashboard/publisher/groups-edit.php:195
2058
+ msgid "Do not forget to tell the adverts for which areas they should show."
2059
+ msgstr ""
2060
+ "Vergessen Sie nicht anzugeben, in welchen Bereichen die Werbung gezeigt "
2061
+ "werden soll."
2062
+
2063
+ #: dashboard/publisher/groups-edit.php:198
2064
+ msgid "Mobile Support"
2065
+ msgstr "Mobiler Support"
2066
+
2067
+ #: dashboard/publisher/groups-edit.php:199
2068
+ msgid "Enable mobile support for this group."
2069
+ msgstr "Aktivieren Sie mobile Unterstützung für diese Gruppe."
2070
+
2071
+ #: dashboard/publisher/groups-edit.php:200
2072
+ msgid "Do not forget to put at least one mobile advert in this group."
2073
+ msgstr ""
2074
+ "Vergessen Sie nicht, mindestens eine mobile Anzeige in dieser Gruppe zu "
2075
+ "setzen."
2076
+
2077
+ #: dashboard/publisher/groups-edit.php:203
2078
+ msgid "Fallback Group"
2079
+ msgstr "Fallback-Gruppe"
2080
+
2081
+ #: dashboard/publisher/groups-edit.php:211
2082
+ msgid ""
2083
+ "Select another group to fall back on when all adverts are expired, not in "
2084
+ "the visitors geographic area or are otherwise unavailable."
2085
+ msgstr ""
2086
+ "Wählen Sie eine andere Gruppe, wenn alle Anzeigen abgelaufen sind, die nicht "
2087
+ "im geographischen Bereich des Besuchers oder anderweitig verfügbar sind."
2088
+
2089
+ #: dashboard/publisher/groups-edit.php:227
2090
+ #: dashboard/publisher/groups-edit.php:264
2091
+ #: dashboard/settings/geotargeting.php:24
2092
+ msgid "Disabled"
2093
+ msgstr "Deaktiviert"
2094
+
2095
+ #: dashboard/publisher/groups-edit.php:228
2096
+ #: dashboard/publisher/groups-edit.php:265
2097
+ msgid "Widget (Pro only)"
2098
+ msgstr "Widget (nur Pro)"
2099
+
2100
+ #: dashboard/publisher/groups-edit.php:229
2101
+ #: dashboard/publisher/groups-edit.php:266
2102
+ msgid "Before content"
2103
+ msgstr "Vor dem Inhalt"
2104
+
2105
+ #: dashboard/publisher/groups-edit.php:230
2106
+ #: dashboard/publisher/groups-edit.php:267
2107
+ msgid "After content"
2108
+ msgstr "Nach dem Inhalt"
2109
+
2110
+ #: dashboard/publisher/groups-edit.php:231
2111
+ #: dashboard/publisher/groups-edit.php:268
2112
+ msgid "Before and after content"
2113
+ msgstr "Vor und nach dem Inhalt"
2114
+
2115
+ #: dashboard/publisher/groups-edit.php:232
2116
+ #: dashboard/publisher/groups-edit.php:269
2117
+ msgid "Inside the content..."
2118
+ msgstr "Im Inhalt..."
2119
+
2120
+ #: dashboard/publisher/groups-edit.php:238
2121
+ #: dashboard/publisher/groups-edit.php:275
2122
+ msgid "after the middle paragraph"
2123
+ msgstr "nach dem mittleren Absatz"
2124
+
2125
+ #: dashboard/publisher/groups-edit.php:239
2126
+ #: dashboard/publisher/groups-edit.php:276
2127
+ msgid "after the 1st paragraph"
2128
+ msgstr "nach dem 1. Absatz"
2129
+
2130
+ #: dashboard/publisher/groups-edit.php:240
2131
+ #: dashboard/publisher/groups-edit.php:277
2132
+ msgid "after the 2nd paragraph"
2133
+ msgstr "nach dem 2. Absatz"
2134
+
2135
+ #: dashboard/publisher/groups-edit.php:241
2136
+ #: dashboard/publisher/groups-edit.php:278
2137
+ msgid "after the 3rd paragraph"
2138
+ msgstr "nach dem 3. Absatz"
2139
+
2140
+ #: dashboard/publisher/groups-edit.php:242
2141
+ #: dashboard/publisher/groups-edit.php:279
2142
+ msgid "after the 4th paragraph"
2143
+ msgstr "nach dem 4. Absatz"
2144
+
2145
+ #: dashboard/publisher/groups-edit.php:243
2146
+ #: dashboard/publisher/groups-edit.php:280
2147
+ msgid "after the 5th paragraph"
2148
+ msgstr "nach dem 5. Absatz"
2149
+
2150
+ #: dashboard/publisher/groups-edit.php:244
2151
+ #: dashboard/publisher/groups-edit.php:281
2152
+ msgid "after the 6th paragraph"
2153
+ msgstr "nach dem 6. Absatz"
2154
+
2155
+ #: dashboard/publisher/groups-edit.php:245
2156
+ #: dashboard/publisher/groups-edit.php:282
2157
+ msgid "after the 7th paragraph"
2158
+ msgstr "nach dem 7. Absatz"
2159
+
2160
+ #: dashboard/publisher/groups-edit.php:246
2161
+ #: dashboard/publisher/groups-edit.php:283
2162
+ msgid "after the 8th paragraph"
2163
+ msgstr "nach dem 8. Absatz"
2164
+
2165
+ #: dashboard/publisher/groups-edit.php:260
2166
+ msgid "Page Injection"
2167
+ msgstr "Seiten-Injektion"
2168
+
2169
+ #: dashboard/publisher/groups-edit.php:320
2170
+ msgid "Wrapper code"
2171
+ msgstr "Wrappercode"
2172
+
2173
+ #: dashboard/publisher/groups-edit.php:321
2174
+ msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
2175
+ msgstr "Wrapps um jede Anzeige. HTML/JavaScript ist zugelassen, aber Vorsicht!"
2176
+
2177
+ #: dashboard/publisher/groups-edit.php:325
2178
+ msgid "Before advert"
2179
+ msgstr "Vor der Anzeige"
2180
+
2181
+ #: dashboard/publisher/groups-edit.php:328
2182
+ #: dashboard/publisher/groups-edit.php:336
2183
+ msgid "Example:"
2184
+ msgstr "Beispiel:"
2185
+
2186
+ #: dashboard/publisher/groups-edit.php:329
2187
+ msgid "Options:"
2188
+ msgstr "Optionen:"
2189
+
2190
+ #: dashboard/publisher/groups-edit.php:333
2191
+ msgid "After advert"
2192
+ msgstr "Nach der Anzeige"
2193
+
2194
+ #: dashboard/publisher/groups-edit.php:342
2195
+ msgid "Select adverts"
2196
+ msgstr "Anzeigen auswählen"
2197
+
2198
+ #: dashboard/publisher/groups-edit.php:349
2199
+ msgid "Visible until"
2200
+ msgstr "Sichtbar bis"
2201
+
2202
+ #: dashboard/publisher/groups-edit.php:397
2203
+ msgid "No adverts created!"
2204
+ msgstr "Es wurden keine Anzeigen erstellt!"
2205
+
2206
+ #: dashboard/publisher/groups-edit.php:404
2207
+ msgid "Configuration errors."
2208
+ msgstr "Konfigurationsfehler."
2209
+
2210
+ #: dashboard/publisher/groups-edit.php:405
2211
+ #: dashboard/publisher/schedules-main.php:87
2212
+ msgid "Expires soon."
2213
+ msgstr "Läuft ab."
2214
+
2215
+ #: dashboard/publisher/groups-edit.php:406
2216
+ #: dashboard/publisher/schedules-main.php:88
2217
+ msgid "Has expired."
2218
+ msgstr "Ist abgelaufen."
2219
+
2220
+ #: dashboard/publisher/groups-main.php:21
2221
+ msgid "Delete Group"
2222
+ msgstr "Gruppe löschen"
2223
+
2224
+ #: dashboard/publisher/groups-main.php:22
2225
+ msgid "Delete Group including adverts"
2226
+ msgstr "Gruppe Löschen inklusiv Banner"
2227
+
2228
+ #: dashboard/publisher/groups-main.php:24
2229
+ msgid "You are about to delete a group"
2230
+ msgstr "Sie sind dabei, eine Gruppe löschen"
2231
+
2232
+ #: dashboard/publisher/groups-main.php:24
2233
+ msgid "This action can not be undone!"
2234
+ msgstr "Diese Aktion kann nicht rückgängig gemacht werden!"
2235
+
2236
+ #: dashboard/publisher/groups-main.php:24 dashboard/settings/maintenance.php:22
2237
+ #: dashboard/settings/maintenance.php:91
2238
+ msgid "OK to continue, CANCEL to stop."
2239
+ msgstr "OK um fortzufahren, CANCEL, um zu stoppen."
2240
+
2241
+ #: dashboard/publisher/groups-main.php:84
2242
+ msgid "No groups created!"
2243
+ msgstr "Keine Gruppen erstellt!"
2244
+
2245
+ #: dashboard/publisher/media.php:17
2246
+ msgid "Upload new file"
2247
+ msgstr "Neue Datei hochladen"
2248
+
2249
+ #: dashboard/publisher/media.php:18
2250
+ msgid "Accepted files:"
2251
+ msgstr "Akzeptierte Dateiformate:"
2252
+
2253
+ #: dashboard/publisher/media.php:18
2254
+ msgid "Maximum size is 512Kb per file."
2255
+ msgstr "Die maximale Größe beträgt 512 KB pro Datei."
2256
+
2257
+ #: dashboard/publisher/media.php:18
2258
+ msgid ""
2259
+ "Make sure your file has no spaces or special characters in the name. Replace "
2260
+ "spaces with a - or _."
2261
+ msgstr ""
2262
+ "Stellen Sie sicher, dass die Datei keine Leer- oder Sonderzeichen im Namen "
2263
+ "hat. Ersetzen Sie diese mit ein - oder _."
2264
+
2265
+ #: dashboard/publisher/media.php:18
2266
+ msgid ""
2267
+ "If you remove spaces from filenames for HTML5 adverts also edit the html "
2268
+ "file so it knows about the changed name. For example for the javascript file."
2269
+ msgstr ""
2270
+ "Wenn Sie Leerzeichen aus Dateinamen für HTML5 Werbung entfernen, sollten Sie "
2271
+ "auch die html-Datei bearbeiten, so dass der geänderte Namen bekannt ist. Zum "
2272
+ "Beispiel für die Javascript-Datei."
2273
+
2274
+ #: dashboard/publisher/media.php:21
2275
+ msgid "Upload file"
2276
+ msgstr "Datei hochladen"
2277
+
2278
+ #: dashboard/publisher/media.php:21
2279
+ msgid "Click only once per file!"
2280
+ msgstr "Klicken Sie nur einmal pro Datei!"
2281
+
2282
+ #: dashboard/publisher/media.php:25
2283
+ msgid "Available files in"
2284
+ msgstr "Verfügbar Dateien in"
2285
+
2286
+ #: dashboard/publisher/media.php:31
2287
+ msgid "Actions"
2288
+ msgstr "Aktionen"
2289
+
2290
+ #: dashboard/publisher/media.php:65
2291
+ msgid "No files found!"
2292
+ msgstr "Es wurden keine Dateien gefunden!"
2293
+
2294
+ #: dashboard/publisher/media.php:72
2295
+ msgid ""
2296
+ "Make sure the banner images are not in use by adverts when you delete them!"
2297
+ msgstr ""
2298
+ "Stellen Sie sicher, dass die Bannerbilder von Anzeigen nicht aktiv sind, "
2299
+ "wenn Sie diese löschen!"
2300
+
2301
+ #: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
2302
+ #: dashboard/publisher/statistics-advert.php:109
2303
+ #: dashboard/publisher/statistics-group.php:113
2304
+ #: dashboard/publisher/statistics-main.php:83
2305
+ msgid "Get more features with AdRotate Pro"
2306
+ msgstr "Holen Sie sich mehr Funktionen mit AdRotate Pro"
2307
+
2308
+ #: dashboard/publisher/schedules-main.php:13
2309
+ msgid ""
2310
+ "In AdRotate Pro you can schedule adverts for multiple periods of time. One "
2311
+ "schedule can be assigned to many adverts allowing you to manage multi advert "
2312
+ "campaigns easily. Schedules can be active on certain days of the week or on "
2313
+ "certain hours of the day."
2314
+ msgstr ""
2315
+ "In AdRotate Pro können Sie Anzeigen für mehrere Zeiträume planen. Vielen "
2316
+ "Anzeigen kann ein Zeitplan zugewiesen werden, sodass Sie Kampagnen mit "
2317
+ "mehreren Anzeigen einfach verwalten können. Zeitpläne können an bestimmten "
2318
+ "Wochentagen oder zu bestimmten Tageszeiten aktiv sein."
2319
+
2320
+ #: dashboard/publisher/schedules-main.php:36
2321
+ msgid "Max Shown"
2322
+ msgstr "Max gezeigt"
2323
+
2324
+ #: dashboard/publisher/schedules-main.php:37
2325
+ msgid "Max Clicks"
2326
+ msgstr "Max Klicks"
2327
+
2328
+ #: dashboard/publisher/schedules-main.php:70
2329
+ msgid "Mon:"
2330
+ msgstr "Mo:"
2331
+
2332
+ #: dashboard/publisher/schedules-main.php:70
2333
+ msgid "Tue:"
2334
+ msgstr "Di:"
2335
+
2336
+ #: dashboard/publisher/schedules-main.php:70
2337
+ msgid "Wed:"
2338
+ msgstr "Mi:"
2339
+
2340
+ #: dashboard/publisher/schedules-main.php:70
2341
+ msgid "Thu:"
2342
+ msgstr "Do:"
2343
+
2344
+ #: dashboard/publisher/schedules-main.php:70
2345
+ msgid "Fri:"
2346
+ msgstr "Fr:"
2347
+
2348
+ #: dashboard/publisher/schedules-main.php:70
2349
+ msgid "Sat:"
2350
+ msgstr "SA:"
2351
+
2352
+ #: dashboard/publisher/schedules-main.php:70
2353
+ msgid "Sun:"
2354
+ msgstr "So:"
2355
+
2356
+ #: dashboard/publisher/schedules-main.php:70
2357
+ msgid "Between:"
2358
+ msgstr "Zwischen:"
2359
+
2360
+ #: dashboard/publisher/schedules-main.php:70
2361
+ msgid "Impression spread:"
2362
+ msgstr "Verbreitung der Impressionen:"
2363
+
2364
+ #: dashboard/publisher/schedules-main.php:70
2365
+ msgid "Auto Delete:"
2366
+ msgstr "Auto Löschen:"
2367
+
2368
+ #: dashboard/publisher/schedules-main.php:81
2369
+ msgid "Nothing here!"
2370
+ msgstr "Nichts hier!"
2371
+
2372
+ #: dashboard/publisher/statistics-advert.php:39
2373
+ msgid "Statistics for advert"
2374
+ msgstr "Statistiken zur Anzeige"
2375
+
2376
+ #: dashboard/publisher/statistics-advert.php:46
2377
+ #: dashboard/publisher/statistics-group.php:53
2378
+ #: dashboard/publisher/statistics-main.php:30
2379
+ msgid "All time"
2380
+ msgstr "Gesamter Zeitraum"
2381
+
2382
+ #: dashboard/publisher/statistics-advert.php:51
2383
+ #: dashboard/publisher/statistics-advert.php:57
2384
+ #: dashboard/publisher/statistics-advert.php:71
2385
+ #: dashboard/publisher/statistics-advert.php:77
2386
+ #: dashboard/publisher/statistics-advert.php:98
2387
+ #: dashboard/publisher/statistics-group.php:58
2388
+ #: dashboard/publisher/statistics-group.php:64
2389
+ #: dashboard/publisher/statistics-group.php:78
2390
+ #: dashboard/publisher/statistics-group.php:84
2391
+ #: dashboard/publisher/statistics-group.php:103
2392
+ #: dashboard/publisher/statistics-main.php:39
2393
+ #: dashboard/publisher/statistics-main.php:53
2394
+ #: dashboard/publisher/statistics-main.php:57
2395
+ #: dashboard/publisher/statistics-main.php:74
2396
+ msgid "Impressions"
2397
+ msgstr "Impressions"
2398
+
2399
+ #: dashboard/publisher/statistics-advert.php:64
2400
+ #: dashboard/publisher/statistics-group.php:71
2401
+ #: dashboard/publisher/statistics-main.php:46
2402
+ msgid "Last month"
2403
+ msgstr "Letzten Monat"
2404
+
2405
+ #: dashboard/publisher/statistics-advert.php:85
2406
+ #: dashboard/publisher/statistics-group.php:92
2407
+ #: dashboard/publisher/statistics-main.php:64
2408
+ msgid "Monthly overview of clicks and impressions"
2409
+ msgstr "Monatliche Übersicht über Klicks und Impressionen"
2410
+
2411
+ #: dashboard/publisher/statistics-advert.php:108
2412
+ #: dashboard/publisher/statistics-group.php:112
2413
+ #: dashboard/publisher/statistics-main.php:82
2414
+ #: dashboard/settings/notifications.php:58
2415
+ msgid "Note:"
2416
+ msgstr "Notiz:"
2417
+
2418
+ #: dashboard/publisher/statistics-advert.php:108
2419
+ #: dashboard/publisher/statistics-group.php:112
2420
+ #: dashboard/publisher/statistics-main.php:82
2421
+ msgid ""
2422
+ "All statistics are indicative. They do not nessesarily reflect results "
2423
+ "counted by other parties."
2424
+ msgstr ""
2425
+ "Alle Statistiken sind Richtwerte. Sie haben nicht unbedingt Auswirkungen auf "
2426
+ "andere Bereiche."
2427
+
2428
+ #: dashboard/publisher/statistics-group.php:46
2429
+ msgid "Statistics for group"
2430
+ msgstr "Statistiken für Gruppe"
2431
+
2432
+ #: dashboard/publisher/statistics-main.php:37
2433
+ msgid "Adverts counting stats"
2434
+ msgstr "Anzeigen - Statistik"
2435
+
2436
+ #: dashboard/settings/advertisers.php:16
2437
+ msgid "Advertisers - Available in AdRotate Pro"
2438
+ msgstr "Inserenten - verfügbar in AdRotate Pro"
2439
+
2440
+ #: dashboard/settings/advertisers.php:17
2441
+ msgid "Enable advertisers so they can review and manage their own ads."
2442
+ msgstr ""
2443
+ "Inserenten aktiviert, damit diese ihre eigenen Anzeigen verwalten und prüfen "
2444
+ "können."
2445
+
2446
+ #: dashboard/settings/advertisers.php:20
2447
+ msgid "Enable Advertisers"
2448
+ msgstr "Bearbeitung durch Inserenten aktivieren"
2449
+
2450
+ #: dashboard/settings/advertisers.php:22
2451
+ msgid "Allow adverts to be coupled to users (Advertisers)."
2452
+ msgstr "Erlaube es Anzeigen Nutzern (Werbekunden) zuzuordnen."
2453
+
2454
+ #: dashboard/settings/advertisers.php:26
2455
+ msgid "Edit/update adverts"
2456
+ msgstr "Anzeigen bearbeiten oder aktualisieren"
2457
+
2458
+ #: dashboard/settings/advertisers.php:28
2459
+ msgid "Allow advertisers to add new or edit their adverts."
2460
+ msgstr "Erlaube Inserenten, neue hinzufügen oder ihre Anzeigen zubearbeiten."
2461
+
2462
+ #: dashboard/settings/advertisers.php:32
2463
+ msgid "Mobile adverts"
2464
+ msgstr "Mobile Anzeigen"
2465
+
2466
+ #: dashboard/settings/advertisers.php:34
2467
+ msgid "Allow advertisers to specify on which devices their ads will show."
2468
+ msgstr ""
2469
+ "Erlaube Inserenten die Option, anzugeben, auf welchen Geräten ihre Anzeigen "
2470
+ "gezeigt werden."
2471
+
2472
+ #: dashboard/settings/advertisers.php:40
2473
+ msgid ""
2474
+ "Allow advertisers to specify where their ads will show. Geo Targeting has to "
2475
+ "be enabled, too."
2476
+ msgstr ""
2477
+ "Erlaube Inserenten die Option, wo ihre Anzeigen gezeigt werden soll. Geo-"
2478
+ "Targeting muss ebenfalls aktiviert sein."
2479
+
2480
+ #: dashboard/settings/advertisers.php:44
2481
+ msgid "Advertiser role"
2482
+ msgstr "Inserenten-Rolle"
2483
+
2484
+ #: dashboard/settings/advertisers.php:46
2485
+ msgid "Create a seperate user role for your advertisers."
2486
+ msgstr "Erstellen Sie eine separate Benutzerrolle für Ihre Anzeigenkunden."
2487
+
2488
+ #: dashboard/settings/advertisers.php:47
2489
+ msgid ""
2490
+ "Don't forget to give these users access to their advertiser dashboard via "
2491
+ "the Roles tab."
2492
+ msgstr ""
2493
+ "Vergessen Sie nicht, Benutzern Zugriff auf ihr Inserenten-Dashboard über die "
2494
+ "Registerkarte \"Rollen\" zu geben."
2495
+
2496
+ #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2497
+ #: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
2498
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2499
+ #: dashboard/settings/statistics.php:83
2500
+ msgid "Update Options"
2501
+ msgstr "Einstellungen aktualisieren"
2502
+
2503
+ #: dashboard/settings/general.php:17
2504
+ msgid "General Settings"
2505
+ msgstr "Allgemeine Einstellungen"
2506
+
2507
+ #: dashboard/settings/general.php:18
2508
+ msgid "General settings for AdRotate."
2509
+ msgstr "Allgemeine Einstellungen für AdRotate."
2510
+
2511
+ #: dashboard/settings/general.php:18 dashboard/settings/statistics.php:18
2512
+ msgid "Some options are only available in AdRotate Pro!"
2513
+ msgstr "Einige Optionen sind nur verfügbar in AdRotate Pro!"
2514
+
2515
+ #: dashboard/settings/general.php:21
2516
+ msgid "Shortcode in widgets"
2517
+ msgstr "Shortcode in Text-widgets"
2518
+
2519
+ #: dashboard/settings/general.php:22
2520
+ msgid ""
2521
+ "Enable this option to if your theme does not support shortcodes in the "
2522
+ "WordPress text widget."
2523
+ msgstr ""
2524
+ "Aktivieren Sie diese Option, wenn Ihr theme keine Shortcodes im Text-Widget "
2525
+ "von WordPress unterstützt."
2526
+
2527
+ #: dashboard/settings/general.php:25
2528
+ msgid "Disable live preview"
2529
+ msgstr "Live-Vorschau deaktivieren"
2530
+
2531
+ #: dashboard/settings/general.php:26
2532
+ msgid ""
2533
+ "Enable this option if you have faulty adverts that overflow their designated "
2534
+ "area while creating/editing adverts."
2535
+ msgstr ""
2536
+ "Aktivieren Sie diese Option, wenn Sie fehlerhafte Anzeigen haben, die über "
2537
+ "den gewählten Bereich beim Erstellen/Bearbeiten der Anzeigen reichen."
2538
+
2539
+ #: dashboard/settings/general.php:29
2540
+ msgid "Disable dynamic mode"
2541
+ msgstr "Dynamischen Modus deaktivieren"
2542
+
2543
+ #: dashboard/settings/general.php:30
2544
+ msgid ""
2545
+ "Enable this option to disable dynamic mode in groups for mobile devices if "
2546
+ "you notice skipping or jumpy content."
2547
+ msgstr ""
2548
+ "Aktivieren Sie diese Option, um den dynamischen Modus bei Gruppen für "
2549
+ "Mobilgeräte zu deaktivieren, falls der Inhalt nicht korrekt angezeigt wird."
2550
+
2551
+ #: dashboard/settings/general.php:33
2552
+ msgid "Load jQuery"
2553
+ msgstr "Laden von jQuery"
2554
+
2555
+ #: dashboard/settings/general.php:34
2556
+ msgid ""
2557
+ "Enable this option if your theme does not load jQuery. jQuery is required "
2558
+ "for dynamic groups, statistics and some other features."
2559
+ msgstr ""
2560
+ "Aktivieren Sie diese Option, wenn in Ihrem theme jQuery nicht geladen wird. "
2561
+ "jQuery ist erforderlich für dynamische Gruppen, Statistik und einige andere "
2562
+ "Features."
2563
+
2564
+ #: dashboard/settings/general.php:37
2565
+ msgid "Load scripts in footer?"
2566
+ msgstr "Skripte in Fußzeile laden ?"
2567
+
2568
+ #: dashboard/settings/general.php:38
2569
+ msgid ""
2570
+ "Enable this option if you want to load all AdRotate Javascripts in the "
2571
+ "footer of your site."
2572
+ msgstr ""
2573
+ "Aktivieren Sie diese Option, wenn Sie alle AdRotate Javascripts in der "
2574
+ "Fußzeile Ihrer Website laden möchten."
2575
+
2576
+ #: dashboard/settings/general.php:41
2577
+ msgid "Adblock disguise"
2578
+ msgstr "Verhindern von Adblock"
2579
+
2580
+ #: dashboard/settings/general.php:43
2581
+ msgid "Leave empty to disable. Use only lowercaps letters. For example:"
2582
+ msgstr ""
2583
+ "Lassen Sie dies leer, um das zu deaktivieren. Verwenden Sie nur "
2584
+ "Kleinbuchstaben. Zum Beispiel:"
2585
+
2586
+ #: dashboard/settings/general.php:44
2587
+ msgid ""
2588
+ "Try and avoid adblock plugins in most modern browsers when using shortcodes."
2589
+ msgstr ""
2590
+ "Um die Funktion von Adblock Plugins zu verhindern, sollten Sie shortcodes "
2591
+ "verwenden."
2592
+
2593
+ #: dashboard/settings/general.php:44
2594
+ msgid ""
2595
+ "To also apply this feature to widgets, use a text widget with a shortcode "
2596
+ "instead of the AdRotate widget."
2597
+ msgstr ""
2598
+ "Um auch dieses Feature auf Widgets anzuwenden, verwenden Sie eine Text-"
2599
+ "Widget mit einem shortcode statt AdRotate-Widget."
2600
+
2601
+ #: dashboard/settings/general.php:44
2602
+ msgid ""
2603
+ "Avoid the use of obvious keywords or filenames in your adverts or this "
2604
+ "feature will have little effect!"
2605
+ msgstr ""
2606
+ "Vermeiden Sie offensichtliche Keywords oder Dateinamen in Ihrer Werbung, "
2607
+ "sonst wird dieses Feature nur geringe Auswirkungen haben!"
2608
+
2609
+ #: dashboard/settings/general.php:49
2610
+ msgid "Banner Folder"
2611
+ msgstr "Banner-Ordner"
2612
+
2613
+ #: dashboard/settings/general.php:50
2614
+ msgid "Set a folder where your banner images will be stored."
2615
+ msgstr ""
2616
+ "Legen Sie einen Ordner fest, in dem Ihre Bannerbilder gespeichert werden."
2617
+
2618
+ #: dashboard/settings/general.php:53
2619
+ msgid "Folder name"
2620
+ msgstr "Ordnername"
2621
+
2622
+ #: dashboard/settings/general.php:55
2623
+ msgid "(Default: banners)."
2624
+ msgstr "(Standard: Banner)."
2625
+
2626
+ #: dashboard/settings/general.php:56
2627
+ msgid ""
2628
+ "To try and trick ad blockers you could set the folder to something crazy "
2629
+ "like:"
2630
+ msgstr ""
2631
+ "Um Ad-Blocker zu zu irritieren, können Sie den Ordner auf etwas verrücktes "
2632
+ "einstellen wie:"
2633
+
2634
+ #: dashboard/settings/general.php:57
2635
+ msgid ""
2636
+ "This folder will not be automatically created if it doesn't exist. AdRotate "
2637
+ "will show errors when the folder is missing."
2638
+ msgstr ""
2639
+ "Dieser Ordner wird nicht automatisch erstellt, wenn er nicht vorhanden ist. "
2640
+ "AdRotate wird einen Fehler anzeigen, wenn der Ordner nicht vorhanden ist."
2641
+
2642
+ #: dashboard/settings/general.php:62
2643
+ msgid "Bot filter"
2644
+ msgstr "Bot-filter"
2645
+
2646
+ #: dashboard/settings/general.php:63
2647
+ msgid "The bot filter is used for the AdRotate stats tracker."
2648
+ msgstr "Der Bot-Filter wird für den AdRotate Statistik-Tracker verwendet."
2649
+
2650
+ #: dashboard/settings/general.php:66
2651
+ msgid "User-Agent Filter"
2652
+ msgstr "Benutzer-Agent-Filter"
2653
+
2654
+ #: dashboard/settings/general.php:69
2655
+ msgid ""
2656
+ "A comma separated list of keywords. Filter out bots/crawlers/user-agents."
2657
+ msgstr ""
2658
+ "Eine kommagetrennte Liste von Schlüsselwörtern. Bots/Crawler/Benutzer-Agents "
2659
+ "herausfiltern."
2660
+
2661
+ #: dashboard/settings/general.php:70
2662
+ msgid ""
2663
+ "Keep in mind that this might give false positives. The word 'fire' also "
2664
+ "matches 'firefox', but not vice-versa. So be careful!"
2665
+ msgstr ""
2666
+ "Denken Sie daran, dass dies \"falsche Positive\" ergeben könnte. Das Wort "
2667
+ "'Fire' findet auch 'Firefox', aber nicht umgekehrt. Also seien Sie "
2668
+ "vorsichtig!"
2669
+
2670
+ #: dashboard/settings/general.php:71
2671
+ msgid ""
2672
+ "Only words with alphanumeric characters and [ - _ ] are allowed. All other "
2673
+ "characters are stripped out."
2674
+ msgstr ""
2675
+ "Nur Wörter mit alphanumerischen Zeichen und [-_] sind zulässig. Alle anderen "
2676
+ "Zeichen werden entfernt."
2677
+
2678
+ #: dashboard/settings/general.php:72
2679
+ msgid ""
2680
+ "Additionally to the list specified here, empty User-Agents are blocked as "
2681
+ "well."
2682
+ msgstr ""
2683
+ "Zusätzlich zu der hier angegebenen Liste werden leere User-Agents ebenfalls "
2684
+ "blockiert."
2685
+
2686
+ #: dashboard/settings/general.php:72
2687
+ msgid "Learn more about"
2688
+ msgstr "Mehr über"
2689
+
2690
+ #: dashboard/settings/general.php:72
2691
+ msgid "user-agents"
2692
+ msgstr "Benutzer-agents"
2693
+
2694
+ #: dashboard/settings/geotargeting.php:17
2695
+ msgid "Geo Targeting - Available in AdRotate Pro"
2696
+ msgstr "Geo-Targeting - verfügbar in AdRotate Pro"
2697
+
2698
+ #: dashboard/settings/geotargeting.php:18
2699
+ msgid "Target certain areas in the world for better advertising oppurtunities."
2700
+ msgstr ""
2701
+ "Richten Sie ihre Anzeigen an bestimmte Gebiete in der Welt für eine bessere "
2702
+ "Werbemöglichkeit."
2703
+
2704
+ #: dashboard/settings/geotargeting.php:21
2705
+ msgid "Which Geo Service"
2706
+ msgstr "Welcher Geo-Service"
2707
+
2708
+ #: dashboard/settings/geotargeting.php:32
2709
+ msgid "30000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2710
+ msgstr ""
2711
+ "Täglich 30000 kostenlose Lookups, GeoLite2 Datenbanken wird verwendet von "
2712
+ "MaxMind!"
2713
+
2714
+ #: dashboard/settings/geotargeting.php:33
2715
+ #: dashboard/settings/geotargeting.php:37
2716
+ #: dashboard/settings/geotargeting.php:41
2717
+ #: dashboard/settings/geotargeting.php:45 dashboard/settings/statistics.php:33
2718
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:39
2719
+ #: dashboard/settings/statistics.php:42 dashboard/settings/statistics.php:45
2720
+ msgid "Supports:"
2721
+ msgstr "Unterstützt:"
2722
+
2723
+ #: dashboard/settings/geotargeting.php:34
2724
+ #: dashboard/settings/geotargeting.php:38
2725
+ #: dashboard/settings/geotargeting.php:42
2726
+ #: dashboard/settings/geotargeting.php:46
2727
+ msgid "Scalability:"
2728
+ msgstr "Skalierbarkeit:"
2729
+
2730
+ #: dashboard/settings/geotargeting.php:34
2731
+ msgid "Suitable for small to medium sized websites."
2732
+ msgstr "Geeignet für kleine bis mittelgroße Websites."
2733
+
2734
+ #: dashboard/settings/geotargeting.php:36
2735
+ #: dashboard/settings/geotargeting.php:40
2736
+ msgid "More info"
2737
+ msgstr "Mehr Info"
2738
+
2739
+ #: dashboard/settings/geotargeting.php:36
2740
+ msgid "10000 free lookups per month, requires account."
2741
+ msgstr "10000 kostenlose Suchungen pro Monat, erfordert Konto."
2742
+
2743
+ #: dashboard/settings/geotargeting.php:38
2744
+ msgid ""
2745
+ "Suitable for small to medium sized websites with a free account - Paid "
2746
+ "options available."
2747
+ msgstr ""
2748
+ "Geeignet für kleine bis mittelgroße Websites mit einem kostenlosen Konto - "
2749
+ "Kostenpflichtige Optionen verfügbar."
2750
+
2751
+ #: dashboard/settings/geotargeting.php:40
2752
+ msgid "The most accurate geo targeting available."
2753
+ msgstr "Das genaueste verfügbare Geo-Targeting."
2754
+
2755
+ #: dashboard/settings/geotargeting.php:42
2756
+ msgid "Suitable for any size website as long as you have lookups."
2757
+ msgstr "Geeignet für jede Größe Website, solange Sie Suchungen haben."
2758
+
2759
+ #: dashboard/settings/geotargeting.php:44
2760
+ msgid "Basic geolocation included in every CloudFlare account."
2761
+ msgstr "Grundlegende Geolocation in jeden CloudFlare Konto."
2762
+
2763
+ #: dashboard/settings/geotargeting.php:46
2764
+ msgid "Suitable for any size website."
2765
+ msgstr "Geeignet für jede Größe von Website."
2766
+
2767
+ #: dashboard/settings/geotargeting.php:51
2768
+ msgid "Geo Cookie Lifespan"
2769
+ msgstr "Geo-Cookie-Lebensdauer"
2770
+
2771
+ #: dashboard/settings/geotargeting.php:60
2772
+ msgid "Hours."
2773
+ msgstr "Stunden."
2774
+
2775
+ #: dashboard/settings/geotargeting.php:61
2776
+ msgid ""
2777
+ "Geo Data is stored in a cookie to reduce lookups. How long should this "
2778
+ "cookie last? A longer period is less accurate for mobile users but may "
2779
+ "reduce the usage of your lookups drastically."
2780
+ msgstr ""
2781
+ "Geo-Daten werden in einem Cookie gespeichert, um Suchvorgänge zu reduzieren. "
2782
+ "Wie lange sollte dieses Cookie gesetzt sein? Ein längerer Zeitraum ist "
2783
+ "ungenauer für Handynutzer, kann aber die Nutzung Ihrer Suchvorgänge "
2784
+ "drastisch reduzieren."
2785
+
2786
+ #: dashboard/settings/geotargeting.php:67
2787
+ msgid "MaxMind City/Country"
2788
+ msgstr "MaxMind Stadt / Land"
2789
+
2790
+ #: dashboard/settings/geotargeting.php:70
2791
+ msgid "Username/Email"
2792
+ msgstr "Benutzer Name / Email"
2793
+
2794
+ #: dashboard/settings/geotargeting.php:74
2795
+ msgid "Password/License Key"
2796
+ msgstr "Passwort/Lizenzschlüssel"
2797
+
2798
+ #: dashboard/settings/maintenance.php:17
2799
+ msgid ""
2800
+ "Use these functions when you notice your database is slow, unresponsive and "
2801
+ "sluggish."
2802
+ msgstr ""
2803
+ "Verwenden Sie diese Funktionen, wenn Sie merken, dass Ihre Datenbank langsam "
2804
+ "ist, nicht mehr reagiert oder schwerfällig ist."
2805
+
2806
+ #: dashboard/settings/maintenance.php:22
2807
+ msgid "Check all adverts for configuration errors"
2808
+ msgstr "Überprüfen Sie alle Anzeigen auf Konfigurationsfehler"
2809
+
2810
+ #: dashboard/settings/maintenance.php:22
2811
+ msgid "You are about to check all adverts for errors."
2812
+ msgstr "Sie sind im Begriff, alle Anzeigen auf Fehler zu überprüfen."
2813
+
2814
+ #: dashboard/settings/maintenance.php:22
2815
+ msgid "This might take a few seconds!"
2816
+ msgstr "Dies kann ein paar Sekunden dauern!"
2817
+
2818
+ #: dashboard/settings/maintenance.php:24
2819
+ msgid ""
2820
+ "Apply all evaluation rules to all adverts to see if any error slipped in."
2821
+ msgstr ""
2822
+ "Wenden Sie alle Bewertungsregeln auf alle Anzeigen an, um festzustellen, ob "
2823
+ "ein Fehler eingerutscht ist."
2824
+
2825
+ #: dashboard/settings/maintenance.php:28
2826
+ msgid "Clean-up Database and Files"
2827
+ msgstr "Datenbank aufräumen"
2828
+
2829
+ #: dashboard/settings/maintenance.php:30
2830
+ msgid "Clean-up database and old files"
2831
+ msgstr "Datenbank aufräumen"
2832
+
2833
+ #: dashboard/settings/maintenance.php:30
2834
+ msgid "You are about to do maintenance on your setup of AdRotate."
2835
+ msgstr "Sie sind dabei, die AdRotate Datenbank optimieren."
2836
+
2837
+ #: dashboard/settings/maintenance.php:30
2838
+ msgid ""
2839
+ "This optionally may delete old statistics and tries to delete old export "
2840
+ "files."
2841
+ msgstr ""
2842
+ "Dies kann optional alte Statistiken löschen und versucht, alte Exportdateien "
2843
+ "zu löschen."
2844
+
2845
+ #: dashboard/settings/maintenance.php:30
2846
+ msgid "Are you sure you want to continue?"
2847
+ msgstr "Sind Sie sicher, dass Sie fortfahren möchten?"
2848
+
2849
+ #: dashboard/settings/maintenance.php:30
2850
+ msgid "THIS ACTION CAN NOT BE UNDONE!"
2851
+ msgstr "Diese Aktion kann nicht rückgängig gemacht werden!"
2852
+
2853
+ #: dashboard/settings/maintenance.php:32
2854
+ msgid "Basic database maintenance."
2855
+ msgstr "Grundlegende Datenbankwartung."
2856
+
2857
+ #: dashboard/settings/maintenance.php:33
2858
+ msgid "Delete stats older than 365 days."
2859
+ msgstr "Löschen Sie Statistiken, die älter als 365 Tage ist."
2860
+
2861
+ #: dashboard/settings/maintenance.php:34
2862
+ msgid "Delete leftover export files."
2863
+ msgstr "Löschen Sie übrig gebliebene Exportdateien."
2864
+
2865
+ #: dashboard/settings/maintenance.php:35
2866
+ msgid ""
2867
+ "For when you create an advert, group or schedule and it does not save or "
2868
+ "keep changes you make."
2869
+ msgstr ""
2870
+ "Denn wenn Sie eine Anzeige, Gruppe oder einen Zeitplan erstellen und sie "
2871
+ "keine Änderungen speichert oder aufnimmt, die Sie vornehmen. Oder Updates "
2872
+ "werden nicht angezeigt, während Ihre Lizenz aktiv ist."
2873
+
2874
+ #: dashboard/settings/maintenance.php:35
2875
+ msgid ""
2876
+ "Additionally you can delete statistics and/or unused export files. This will "
2877
+ "improve the speed of your site."
2878
+ msgstr ""
2879
+ "En outre, vous pouvez nettoyer les anciennes statistiques. Cela permettre "
2880
+ "d'améliorer la vitesse de votre site."
2881
+
2882
+ #: dashboard/settings/maintenance.php:39
2883
+ msgid ""
2884
+ "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
2885
+ "database or clean up overhead data. They only apply to your ads/groups and "
2886
+ "stats. Not to other settings or other parts of WordPress! Always always make "
2887
+ "a backup! If for any reason your data is lost, damaged or otherwise becomes "
2888
+ "unusable in any way or by any means in whichever way I will not take "
2889
+ "responsibility. You should always have a backup of your database. These "
2890
+ "functions do NOT destroy data. If data is lost, damaged or unusable in any "
2891
+ "way, your database likely was beyond repair already. Claiming it worked "
2892
+ "before clicking these buttons is not a valid point in any case."
2893
+ msgstr ""
2894
+ "DISCLAIMER: Diese Funktionen sollen verwendet werden, um Ihre Datenbank zu "
2895
+ "optimieren. Sie gelten nur für Ihre Anzeigen / Gruppen und Statistiken. "
2896
+ "Nicht auf andere Einstellungen oder andere Teile von Wordpress ! Bitte immer "
2897
+ "vorher ein Backup machen! Wenn aus irgendeinem Grund Ihre Daten verloren "
2898
+ "gehen, beschädigt oder anderweitig unbrauchbar werden in irgendeiner Weise "
2899
+ "oder mit irgendwelchen Mitteln in welcher Art und Weise auch immer, werde "
2900
+ "ich nicht die Verantwortung übernehmen . Sie sollten immer ein Backup Ihrer "
2901
+ "Datenbank haben. Diese Funktionen zerstören keine Daten. Wenn Daten verloren "
2902
+ "gehen, oder in irgendeiner Weise beschädigt oder unbrauchbar werden, war "
2903
+ "Ihre Datenbank wahrscheinlich bereits nicht mehr zu reparieren. Eine "
2904
+ "Reklamation mit der Behauptung, dass es funktionierte, bevor Sie diese "
2905
+ "Schaltflächen klicken, ist auf jeden Fall kein entscheidender Punkt."
2906
+
2907
+ #: dashboard/settings/maintenance.php:41
2908
+ msgid "Status and Versions"
2909
+ msgstr "Status und Versionen"
2910
+
2911
+ #: dashboard/settings/maintenance.php:44
2912
+ msgid "Current status of adverts"
2913
+ msgstr "Aktueller Status der Anzeigen"
2914
+
2915
+ #: dashboard/settings/maintenance.php:45
2916
+ msgid "Normal"
2917
+ msgstr "Normal"
2918
+
2919
+ #: dashboard/settings/maintenance.php:45
2920
+ msgid "Error"
2921
+ msgstr "Fehler"
2922
+
2923
+ #: dashboard/settings/maintenance.php:45
2924
+ msgid "Expires Soon"
2925
+ msgstr "Läuft ab"
2926
+
2927
+ #: dashboard/settings/maintenance.php:45
2928
+ msgid "Unknown"
2929
+ msgstr "Unbekannt"
2930
+
2931
+ #: dashboard/settings/maintenance.php:48
2932
+ msgid "Banners/assets Folder"
2933
+ msgstr "Banner Ordner"
2934
+
2935
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2936
+ msgid "Exists and appears writable"
2937
+ msgstr "Existiert und scheint beschreibbar"
2938
+
2939
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2940
+ msgid "Not writable or does not exist"
2941
+ msgstr "Nicht beschreibbar oder existiert nicht"
2942
+
2943
+ #: dashboard/settings/maintenance.php:57
2944
+ msgid "Reports Folder"
2945
+ msgstr "Ordner \"Reports\""
2946
+
2947
+ #: dashboard/settings/maintenance.php:66
2948
+ msgid "Advert evaluation"
2949
+ msgstr "Anzeige-Auswertung"
2950
+
2951
+ #: dashboard/settings/maintenance.php:67
2952
+ msgid "Not scheduled! Re-activate the plugin from the plugins page."
2953
+ msgstr "Nicht geplant! Reaktivieren Sie das Plugin auf der Plugins Seite."
2954
+
2955
+ #: dashboard/settings/maintenance.php:68
2956
+ msgid "Clean Trackerdata"
2957
+ msgstr "Löschen abgelaufener Trackerdaten"
2958
+
2959
+ #: dashboard/settings/maintenance.php:69
2960
+ msgid "Not scheduled!"
2961
+ msgstr "Zeitplan deaktiviert!"
2962
+
2963
+ #: dashboard/settings/maintenance.php:72
2964
+ msgid "Background tasks"
2965
+ msgstr "Hintergrundaufgaben"
2966
+
2967
+ #: dashboard/settings/maintenance.php:74
2968
+ msgid "Reset background tasks"
2969
+ msgstr "Zurücksetzen von Hintergrundaufgaben"
2970
+
2971
+ #: dashboard/settings/maintenance.php:79
2972
+ msgid "Internal Versions"
2973
+ msgstr "Interne Version"
2974
+
2975
+ #: dashboard/settings/maintenance.php:80
2976
+ msgid ""
2977
+ "Unless you experience database issues or a warning shows below, these "
2978
+ "numbers are not really relevant for troubleshooting. Support may ask for "
2979
+ "them to verify your database status."
2980
+ msgstr ""
2981
+ "Sofern Datenbankprobleme auftreten oder eine Warnung unten gezeigt wird, "
2982
+ "sind diese Zahlen nicht wirklich relevant für die Problembehandlung. Der "
2983
+ "Support wird Sie möglicherweise darum bitten, um Ihren Datenbankstatus zu "
2984
+ "überprüfen."
2985
+
2986
+ #: dashboard/settings/maintenance.php:83
2987
+ msgid "AdRotate version"
2988
+ msgstr "AdRotate version"
2989
+
2990
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2991
+ msgid "Current:"
2992
+ msgstr "Aktuell:"
2993
+
2994
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2995
+ msgid "Should be:"
2996
+ msgstr "Sollte sein:"
2997
+
2998
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2999
+ msgid "Previous:"
3000
+ msgstr "Vorherige(r):"
3001
+
3002
+ #: dashboard/settings/maintenance.php:85
3003
+ msgid "Database version"
3004
+ msgstr "Datenbank Version"
3005
+
3006
+ #: dashboard/settings/maintenance.php:89
3007
+ msgid "Manual upgrade"
3008
+ msgstr "Manuelles Upgrade"
3009
+
3010
+ #: dashboard/settings/maintenance.php:91
3011
+ msgid "YOU ARE ABOUT TO DO A MANUAL UPDATE FOR ADROTATE."
3012
+ msgstr "SIE SIND ÜBER EIN MANUELLEs UPDATE FÜR ADROTATE ZU TUN."
3013
+
3014
+ #: dashboard/settings/maintenance.php:91
3015
+ msgid "Make sure you have a database backup!"
3016
+ msgstr "Stellen Sie sicher, dass Sie über eine Datenbanksicherung verfügen!"
3017
+
3018
+ #: dashboard/settings/maintenance.php:91
3019
+ msgid "This might take a while and may slow down your site during this action!"
3020
+ msgstr ""
3021
+ "Dies kann eine Weile dauern und möglicherweise wird Ihre Website während "
3022
+ "dieser Aktion langsamer reagieren!"
3023
+
3024
+ #: dashboard/settings/maintenance.php:91
3025
+ msgid "Run updater"
3026
+ msgstr "Updater starten"
3027
+
3028
+ #: dashboard/settings/misc.php:19
3029
+ msgid "Widget alignment"
3030
+ msgstr "Widget Ausrichtung"
3031
+
3032
+ #: dashboard/settings/misc.php:20
3033
+ msgid ""
3034
+ "Check this box if your widgets do not align in your themes sidebar. (Does "
3035
+ "not always help!)"
3036
+ msgstr ""
3037
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Ihre Widgets in der Sidebar des "
3038
+ "themes nicht ausgerichtet wird. (hilft nicht immer !)"
3039
+
3040
+ #: dashboard/settings/misc.php:23
3041
+ msgid "Widget padding"
3042
+ msgstr "Widget Padding"
3043
+
3044
+ #: dashboard/settings/misc.php:24
3045
+ msgid ""
3046
+ "Enable this to remove the padding (blank space) around ads in widgets. (Does "
3047
+ "not always work!)"
3048
+ msgstr ""
3049
+ "Aktivieren Sie diese Option, um den angegebenen Rahmen um die Anzeigen in "
3050
+ "Text-Widgets zu entfernen. (Funktioniert nicht immer!)"
3051
+
3052
+ #: dashboard/settings/misc.php:28
3053
+ msgid "NOTICE:"
3054
+ msgstr "HINWEIS:"
3055
+
3056
+ #: dashboard/settings/misc.php:29
3057
+ msgid ""
3058
+ "You have enabled W3 Total Caching support but not defined the security hash."
3059
+ msgstr ""
3060
+ "Sie haben W3 Total Cache-Unterstützung aktiviert, aber nicht den Sicherheit "
3061
+ "Hash definiert."
3062
+
3063
+ #: dashboard/settings/misc.php:29
3064
+ msgid ""
3065
+ "AdRotate has generated the following line for you to add to your wp-config."
3066
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
3067
+ "add this line, check out the following guide;"
3068
+ msgstr ""
3069
+ "AdRotate hat die folgende Zeile für Sie in der wp-config.php etwa bei line "
3070
+ "52 (unterhalb der WordPress Nonces) generiert. Wenn Sie nicht wissen, wie "
3071
+ "diese Zeile hinzufügen, sehen Sie sich die folgende Anleitung an;"
3072
+
3073
+ #: dashboard/settings/misc.php:29
3074
+ msgid "Set up W3 Total Caching"
3075
+ msgstr "Richten Sie W3 Total Cache ein"
3076
+
3077
+ #: dashboard/settings/misc.php:33
3078
+ msgid "W3 Total Caching"
3079
+ msgstr "W3 Total Cache"
3080
+
3081
+ #: dashboard/settings/misc.php:34
3082
+ msgid "Check this box if you use W3 Total Caching on your site."
3083
+ msgstr ""
3084
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie W3 Total Cache auf Ihrer "
3085
+ "Website verwenden."
3086
+
3087
+ #: dashboard/settings/misc.php:37
3088
+ msgid "Borlabs Cache"
3089
+ msgstr "Borlabs Cache"
3090
+
3091
+ #: dashboard/settings/misc.php:38
3092
+ msgid "Check this box if you use Borlabs Caching on your site."
3093
+ msgstr ""
3094
+ "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Borlabs Caching auf Ihrer "
3095
+ "Website verwenden."
3096
+
3097
+ #: dashboard/settings/misc.php:42
3098
+ msgid ""
3099
+ "It may take a while for the ad to start rotating. The caching plugin needs "
3100
+ "to refresh the cache. This can take up to a week if not done manually."
3101
+ msgstr ""
3102
+ "Es kann eine Weile dauern, bis die Rotation der Anzeige beginnt. Das Caching-"
3103
+ "Plugin muss zunächst den Cache aktualisieren. Dies kann bis zu einer Woche "
3104
+ "dauern, wenn es nicht manuell vorgenommen wird."
3105
+
3106
+ #: dashboard/settings/misc.php:42
3107
+ msgid ""
3108
+ "Caching support only works for [shortcodes] and the AdRotate Widget. If you "
3109
+ "use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
3110
+ msgstr ""
3111
+ "Caching-Unterstützung funktioniert nur bei Verwendung von [shortcodes] und "
3112
+ "dem AdRotate Widget. Wenn Sie ein PHP Snippet verwenden, müssen Sie das "
3113
+ "selbst im Ausschlussecode per PHP berücksichtigen."
3114
+
3115
+ #: dashboard/settings/notifications.php:19
3116
+ msgid "Set up who gets notifications if ads need your attention."
3117
+ msgstr ""
3118
+ "Hier können Sie einrichten, wer die Benachrichtigungen erhält, wenn Anzeigen "
3119
+ "Ihre Aufmerksamkeit erfordern."
3120
+
3121
+ #: dashboard/settings/notifications.php:22
3122
+ msgid "How to notify"
3123
+ msgstr "So benachrichtigen Sie"
3124
+
3125
+ #: dashboard/settings/notifications.php:24
3126
+ msgid "Dashboard banner."
3127
+ msgstr "Dashboard Banner."
3128
+
3129
+ #: dashboard/settings/notifications.php:25
3130
+ msgid "Email message."
3131
+ msgstr "Email Nachricht."
3132
+
3133
+ #: dashboard/settings/notifications.php:29
3134
+ msgid "Test notification"
3135
+ msgstr "Testbenachrichtigung"
3136
+
3137
+ #: dashboard/settings/notifications.php:31
3138
+ msgid "Test"
3139
+ msgstr "Test"
3140
+
3141
+ #: dashboard/settings/notifications.php:31
3142
+ msgid ""
3143
+ "Send a test notification to enabled methods. Before you test, save the "
3144
+ "options first!"
3145
+ msgstr ""
3146
+ "Sendet eine Test-Benachrichtigung über die aktiven Methoden. Vor einem Test, "
3147
+ "müssen Sie zuerst die Optionen speichern!"
3148
+
3149
+ #: dashboard/settings/notifications.php:36
3150
+ msgid "Dashboard Banner"
3151
+ msgstr "Dashboard-Banner"
3152
+
3153
+ #: dashboard/settings/notifications.php:37
3154
+ msgid ""
3155
+ "These go in a dashboard banner visible to all users with access to AdRotate "
3156
+ "on every WordPress dashboard page."
3157
+ msgstr ""
3158
+ "Diese gehen in einem Dashboard-Banner sichtbar für alle Benutzer mit Zugriff "
3159
+ "auf AdRotate auf jeder WordPress-Dashboard-Seite."
3160
+
3161
+ #: dashboard/settings/notifications.php:40
3162
+ #: dashboard/settings/notifications.php:52
3163
+ msgid "What"
3164
+ msgstr "Was"
3165
+
3166
+ #: dashboard/settings/notifications.php:42
3167
+ msgid "Expired adverts."
3168
+ msgstr "Abgelaufene Anzeigen."
3169
+
3170
+ #: dashboard/settings/notifications.php:43
3171
+ msgid "Almost expired adverts."
3172
+ msgstr "Fast abgelaufene Anzeigen."
3173
+
3174
+ #: dashboard/settings/notifications.php:48
3175
+ msgid "Email Message"
3176
+ msgstr "E-Mail Nachricht"
3177
+
3178
+ #: dashboard/settings/notifications.php:49
3179
+ msgid ""
3180
+ "Receive email notifications about what is happening with your AdRotate setup."
3181
+ msgstr ""
3182
+ "Erhalten Sie E-Mail-Benachrichtigungen darüber, was mit Ihrem AdRotate Setup "
3183
+ "passiert."
3184
+
3185
+ #: dashboard/settings/notifications.php:54
3186
+ msgid "Daily digest of any advert status other than normal."
3187
+ msgstr "Tägliche Zusammenfassung des Anzeigen - Status."
3188
+
3189
+ #: dashboard/settings/notifications.php:55
3190
+ msgid "When you are running out of Geo Targeting Lookups."
3191
+ msgstr "Wenn sie aus Geo-Targeting-Lookups ausgeführt werden."
3192
+
3193
+ #: dashboard/settings/notifications.php:56
3194
+ msgid "Any advertiser saving an advert in your moderation queue."
3195
+ msgstr ""
3196
+ "Alle Inserenten, die eine Anzeige erstellt haben, die sich zur Prüfung in "
3197
+ "der Warteschlange befindet."
3198
+
3199
+ #: dashboard/settings/notifications.php:57
3200
+ msgid "A moderator approved an advert from the moderation queue."
3201
+ msgstr "Ein Moderator genehmigt eine Werbeanzeige aus der Warteschlange."
3202
+
3203
+ #: dashboard/settings/notifications.php:58
3204
+ msgid "A moderator rejected an advert from the moderation queue."
3205
+ msgstr "Ein Moderator hat eine Werbeanzeige aus der Warteschlange abgelehnt."
3206
+
3207
+ #: dashboard/settings/notifications.php:58
3208
+ msgid ""
3209
+ "If you have a lot of activity with many advertisers adding/changing adverts "
3210
+ "you may get a lot of messages!"
3211
+ msgstr ""
3212
+ "Wenn Sie eine Menge Kontakt mit vielen Inserenten haben, die Anzeigen "
3213
+ "hinzufügen/ändern können, werden Sie viele Nachrichten erhalten!"
3214
+
3215
+ #: dashboard/settings/notifications.php:58
3216
+ msgid ""
3217
+ "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3218
+ "spammy. This may result in automated filters such as those used in services "
3219
+ "like Google Gmail and Microsoft Hotmail/Outlook.com blocking your server. "
3220
+ "Make sure you whitelist the sending address in your email account once you "
3221
+ "start receiving notifications!"
3222
+ msgstr ""
3223
+ "Das Versenden einer Menge von E-Mails wird manchmal als automatisiertes "
3224
+ "Mailing und als Spam angesehen. Dies kann dazu führen, dass automatisierte "
3225
+ "Filter, wie sie in Diensten wie Google Gmail und Microsoft Hotmail/Outlook."
3226
+ "com verwendet werden, Ihren Server blockieren. Stellen Sie sicher, dass Sie "
3227
+ "die sendende Adresse in Ihrem E-Mail-Konto auf die whitelist, sobald Sie "
3228
+ "Benachrichtigungen erhalten haben!"
3229
+
3230
+ #: dashboard/settings/notifications.php:63
3231
+ msgid "Publishers"
3232
+ msgstr "Publisher"
3233
+
3234
+ #: dashboard/settings/notifications.php:66
3235
+ msgid ""
3236
+ "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3237
+ "separated. This field may not be empty!"
3238
+ msgstr ""
3239
+ "Nachrichten werden alle 24 Stunden gesendet. Maximal 5 Adressen. Komma "
3240
+ "getrennt. Dieses Feld darf nicht leer sein!"
3241
+
3242
+ #: dashboard/settings/notifications.php:73
3243
+ msgid ""
3244
+ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3245
+ "This field may not be empty!"
3246
+ msgstr ""
3247
+ "Wer bekommt E-Mail von Inserenten. Bis zu 5 Adressen. Durch Komma getrennt. "
3248
+ "Dieses Feld darf nicht leer sein!"
3249
+
3250
+ #: dashboard/settings/roles.php:18
3251
+ msgid "Who has access to what?"
3252
+ msgstr "Wer hat Zugang zu was?"
3253
+
3254
+ #: dashboard/settings/roles.php:21
3255
+ msgid "Manage/Add/Edit adverts"
3256
+ msgstr "Anzeigen verwalten/hinzufügen/bearbeiten"
3257
+
3258
+ #: dashboard/settings/roles.php:25
3259
+ msgid "Role to see and add/edit ads."
3260
+ msgstr "Rolle, um Anzeigen aufzulisten, hinzuzufügen oder zu bearbeiten."
3261
+
3262
+ #: dashboard/settings/roles.php:29
3263
+ msgid "Delete/Reset adverts"
3264
+ msgstr "Löschen/Reset der Anzeigen"
3265
+
3266
+ #: dashboard/settings/roles.php:33
3267
+ msgid "Role to delete ads and reset stats."
3268
+ msgstr "Rolle, um Anzeigen zu löschen und die Statistik zurück zu setzen."
3269
+
3270
+ #: dashboard/settings/roles.php:37
3271
+ msgid "Manage/Add/Edit groups"
3272
+ msgstr "Gruppen verwalten/hinzufügen/bearbeiten"
3273
+
3274
+ #: dashboard/settings/roles.php:41
3275
+ msgid "Role to see and add/edit groups."
3276
+ msgstr "Rolle, um Gruppen aufzulisten, hinzuzufügen oder zu bearbeiten."
3277
+
3278
+ #: dashboard/settings/roles.php:45
3279
+ msgid "Delete groups"
3280
+ msgstr "Gruppen löschen"
3281
+
3282
+ #: dashboard/settings/roles.php:49
3283
+ msgid "Role to delete groups."
3284
+ msgstr "Rolle, um Gruppen zu löschen."
3285
+
3286
+ #: dashboard/settings/statistics.php:18
3287
+ msgid "Track statistics for your adverts."
3288
+ msgstr "Verfolgen Sie Statistiken für Ihre Anzeigen."
3289
+
3290
+ #: dashboard/settings/statistics.php:21
3291
+ msgid "How to track stats"
3292
+ msgstr "Wie Statistiken verfolgt werden können"
3293
+
3294
+ #: dashboard/settings/statistics.php:24
3295
+ msgid "Disabled - Do not track stats"
3296
+ msgstr "Ausggeschaltet - Statistik nicht überwachen"
3297
+
3298
+ #: dashboard/settings/statistics.php:32
3299
+ msgid "Tracks impressions and clicks locally"
3300
+ msgstr "Verfolgt Impressionen und Klicks lokal"
3301
+
3302
+ #: dashboard/settings/statistics.php:32 dashboard/settings/statistics.php:35
3303
+ #: dashboard/settings/statistics.php:38 dashboard/settings/statistics.php:44
3304
+ msgid "Setup guide"
3305
+ msgstr "Einrichtungsanleitung"
3306
+
3307
+ #: dashboard/settings/statistics.php:33
3308
+ msgid ""
3309
+ "Clicks and Impressions, Click and impression limits, impression spread for "
3310
+ "schedules. Javascript/HTML5 adverts will only track impressions."
3311
+ msgstr ""
3312
+ "Klicks und Impressionen, Klick- und Impressionslimits, Abdruck für "
3313
+ "Zeitpläne. Javascript/HTML5-Anzeigen verfolgen nur Impressionen."
3314
+
3315
+ #: dashboard/settings/statistics.php:35
3316
+ msgid "Requires Google Global Tag tracker installed in your sites footer!"
3317
+ msgstr ""
3318
+ "Erfordert Google Global Tag Tracking-Code in Ihren Websites Fußzeile "
3319
+ "installiert!"
3320
+
3321
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:42
3322
+ msgid ""
3323
+ "Clicks and Impressions via events. Javascript/HTML5 adverts will only track "
3324
+ "impressions."
3325
+ msgstr ""
3326
+ "Klicks und Impressionen über Events. Javascript/HTML5-Anzeigen verfolgen nur "
3327
+ "Impressionen."
3328
+
3329
+ #: dashboard/settings/statistics.php:38
3330
+ msgid ""
3331
+ "Requires Google Tag Manager installed in your sites head tag and a Google "
3332
+ "Analytics Account!"
3333
+ msgstr ""
3334
+ "Erfordert Google Tag Manager installiert in Ihren Websites Head-Tag und ein "
3335
+ "Google Analytics-Konto!"
3336
+
3337
+ #: dashboard/settings/statistics.php:39
3338
+ msgid ""
3339
+ "Clicks and Impressions via custom events. Javascript/HTML5 adverts will only "
3340
+ "track impressions."
3341
+ msgstr ""
3342
+ "Klicks und Impressionen über benutzerdefinierte Events. Javascript/HTML5-"
3343
+ "Anzeigen verfolgen nur Impressionen."
3344
+
3345
+ #: dashboard/settings/statistics.php:41
3346
+ msgid ""
3347
+ "Maintained for backwards compatibility, please switch to Google Global Tag "
3348
+ "or Google Tag Manager."
3349
+ msgstr ""
3350
+ "Um Die Abwärtskompatibilität zu gewährleisten, wechseln Sie bitte zu Google "
3351
+ "Global Tag oder Google Tag Manager."
3352
+
3353
+ #: dashboard/settings/statistics.php:44
3354
+ msgid "Requires the Matomo tracker installed in your sites footer."
3355
+ msgstr ""
3356
+ "Erfordert den Matomo-Tracker, der in der Fußzeile Ihrer Site installiert ist."
3357
+
3358
+ #: dashboard/settings/statistics.php:45
3359
+ msgid ""
3360
+ "Click and Impression recording via Cookie. Javascript/HTML5 adverts will "
3361
+ "only track impressions."
3362
+ msgstr ""
3363
+ "Click and Impression-Aufzeichnung über Cookie. Javascript / HTML5-Anzeigen "
3364
+ "verfolgen nur Impressionen."
3365
+
3366
+ #: dashboard/settings/statistics.php:51
3367
+ msgid "AdRotate Tracker"
3368
+ msgstr "AdRotate Tracker"
3369
+
3370
+ #: dashboard/settings/statistics.php:52
3371
+ msgid ""
3372
+ "The settings below are for the internal tracker and have no effect when "
3373
+ "using Piwik/Google Analytics."
3374
+ msgstr ""
3375
+ "Die folgenden Einstellungen werden für den internen Tracker benötigt und "
3376
+ "haben keine Wirkung bei der Verwendung von Piwik / Google Analytics."
3377
+
3378
+ #: dashboard/settings/statistics.php:55
3379
+ msgid "Logged in impressions"
3380
+ msgstr "Impressions"
3381
+
3382
+ #: dashboard/settings/statistics.php:57
3383
+ msgid "Track impressions from logged in users."
3384
+ msgstr "Track impressions von angemeldeten Nutzern."
3385
+
3386
+ #: dashboard/settings/statistics.php:61
3387
+ msgid "Logged in clicks"
3388
+ msgstr "Clicks"
3389
+
3390
+ #: dashboard/settings/statistics.php:63
3391
+ msgid "Track clicks from logged in users."
3392
+ msgstr "Track Klicks von angemeldeten Nutzern."
3393
+
3394
+ #: dashboard/settings/statistics.php:67
3395
+ msgid "Impression timer"
3396
+ msgstr "Impression-Timer"
3397
+
3398
+ #: dashboard/settings/statistics.php:69 dashboard/settings/statistics.php:76
3399
+ msgid "Seconds."
3400
+ msgstr "Sekunden."
3401
+
3402
+ #: dashboard/settings/statistics.php:70
3403
+ msgid "Default: 60."
3404
+ msgstr "Standard: 60."
3405
+
3406
+ #: dashboard/settings/statistics.php:70
3407
+ msgid "This number may not be empty, be lower than 10 or exceed 3600 (1 hour)."
3408
+ msgstr ""
3409
+ "Diese Zahl darf nicht leer sein, entweder weniger als 10 oder mehr als 3600 "
3410
+ "(1 Stunde)."
3411
+
3412
+ #: dashboard/settings/statistics.php:74
3413
+ msgid "Click timer"
3414
+ msgstr "Klicken Sie auf Zeitgeber"
3415
+
3416
+ #: dashboard/settings/statistics.php:77
3417
+ msgid "Default: 86400."
3418
+ msgstr "Standard: 86400."
3419
+
3420
+ #: dashboard/settings/statistics.php:77
3421
+ msgid ""
3422
+ "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3423
+ msgstr ""
3424
+ "Diese Zahl darf nicht leer sein, sollte niedriger sein als 60 oder mehr als "
3425
+ "86400 (24 Stunden)."
3426
+
3427
+ #: dashboard/support.php:25
3428
+ msgid "Support Forums"
3429
+ msgstr "Support-Foren"
3430
+
3431
+ #: dashboard/support.php:27
3432
+ msgid ""
3433
+ "When you are stuck with AdRotate or AdRotate Pro, check the forums first. "
3434
+ "Chances are your question has already been asked and answered!"
3435
+ msgstr ""
3436
+ "Wenn Sie mit AdRotate Banner Manager oder AdRotate Professional hängen "
3437
+ "bleiben, überprüfen Sie zuerst die Foren. Die Chancen stehen gut, dass Ihre "
3438
+ "Frage bereits gestellt und beantwortet wurde!"
3439
+
3440
+ #: dashboard/support.php:27
3441
+ msgid ""
3442
+ "Next to the forum there are many manuals and guides available for almost "
3443
+ "every function and feature in the plugin."
3444
+ msgstr ""
3445
+ "Neben dem Forum gibt es viele Handbücher und Anleitungen für fast jede "
3446
+ "Funktion und Funktion im Plugin zur Verfügung."
3447
+
3448
+ #: dashboard/support.php:27
3449
+ msgid "Take a look at the AdRotate Manuals"
3450
+ msgstr "Werfen Sie einen Blick auf die AdRotate-Handbücher"
3451
+
3452
+ #: dashboard/support.php:29 dashboard/support.php:30 dashboard/support.php:31
3453
+ #: dashboard/support.php:32 dashboard/support.php:33 dashboard/support.php:34
3454
+ msgid "View topics"
3455
+ msgstr "Ansichtsfenster"
3456
+
3457
+ #: dashboard/support.php:83
3458
+ msgid "Premium Support available in AdRotate Pro"
3459
+ msgstr "Diese Funktion ist verfügbar in AdRotate Pro"
3460
+
3461
+ #: dashboard/support.php:86
3462
+ msgid "Premium support always comes first!"
3463
+ msgstr "Premium-Support steht immer an erster Stelle!"
3464
+
3465
+ #: dashboard/support.php:86
3466
+ msgid "No queuing up on the forum..."
3467
+ msgstr "Kein Anstehen im Forum ..."
3468
+
3469
+ #: dashboard/support.php:86
3470
+ msgid "Using this form includes essential information for a quick answer."
3471
+ msgstr ""
3472
+ "Die Verwendung dieses Formulars enthält wichtige Informationen für eine "
3473
+ "schnelle Antwort."
3474
+
3475
+ #: dashboard/support.php:86
3476
+ msgid "Available in AdRotate Professional!"
3477
+ msgstr "Verfügbar in AdRotate Professional!"
3478
+
3479
+ #: dashboard/support.php:88
3480
+ msgid "Your name:"
3481
+ msgstr "Ihr Name:"
3482
+
3483
+ #: dashboard/support.php:89
3484
+ msgid "Your Email Address:"
3485
+ msgstr "Ihre E-Mail Adresse:"
3486
+
3487
+ #: dashboard/support.php:90
3488
+ msgid "Subject:"
3489
+ msgstr "Betreff:"
3490
+
3491
+ #: dashboard/support.php:91
3492
+ msgid "Problem description / Question:"
3493
+ msgstr "Beschreibung des Problems / Frage:"
3494
+
3495
+ #: dashboard/support.php:92
3496
+ msgid "Please log in to my website and take a look."
3497
+ msgstr ""
3498
+ "Bitte loggen Sie sich auf meine Website ein und werfen Sie einen Blick."
3499
+
3500
+ #: dashboard/support.php:94
3501
+ msgid "When you send this form the following data will be submitted:"
3502
+ msgstr "Wenn Sie dieses Formular senden, werden folgenden Daten übermittelt:"
3503
+
3504
+ #: dashboard/support.php:95
3505
+ msgid ""
3506
+ "Your name, Account email address, Your website url and some basic WordPress "
3507
+ "information will be included with the message."
3508
+ msgstr ""
3509
+ "Ihr Name, Konto-E-Mail-Adresse, Ihre Website-URL und einige grundlegende "
3510
+ "WordPress-Informationen werden in die Nachricht aufgenommen."
3511
+
3512
+ #: dashboard/support.php:95
3513
+ msgid "This information is treated as confidential and is mandatory."
3514
+ msgstr "Diese Informationen ist vertraulich und obligatorisch."
3515
+
3516
+ #: dashboard/support.php:98
3517
+ msgid "Get Help"
3518
+ msgstr "Hilfe erhalten"
3519
+
3520
+ #: dashboard/support.php:98
3521
+ msgid "Premium Support is available in AdRotate Pro!"
3522
+ msgstr "Diese Funktion ist verfügbar in AdRotate Pro!"
3523
+
3524
+ #~ msgid "Yes, this ad will be used"
3525
+ #~ msgstr "Ja, diese Anzeige wird verwendet"
3526
+
3527
+ #~ msgid "No, do not show this ad anywhere"
3528
+ #~ msgstr "Nein, diese Anzeige nicht überall anzeigen"
3529
+
3530
+ #~ msgid "[AdRotate] CSV Report!"
3531
+ #~ msgstr "[AdRotate] CSV-Report!"
3532
+
3533
+ #~ msgid "Hello"
3534
+ #~ msgstr "Guten Tag"
3535
+
3536
+ #~ msgid ""
3537
+ #~ "Attached in this email you will find the exported CSV file you generated "
3538
+ #~ "on "
3539
+ #~ msgstr ""
3540
+ #~ "In dieser e-Mail finden Sie im Anhang die exportierte CSV-Datei, die Sie "
3541
+ #~ "generiert haben"
3542
+
3543
+ #~ msgid "Have a nice day!"
3544
+ #~ msgstr "Einen schönen Tag noch!"
3545
+
3546
+ #~ msgid "Your AdRotate Notifier"
3547
+ #~ msgstr "Ihr AdRotate Hinweis"
3548
+
3549
+ #~ msgid "advert(s) with errors!"
3550
+ #~ msgstr "Anzeige(n) mit Fehlern!"
3551
+
3552
+ #~ msgid "advert(s) expired!"
3553
+ #~ msgstr "Anzeige(e) abgelaufen!"
3554
+
3555
+ #~ msgid "advert(s) will expire in less than 2 days."
3556
+ #~ msgstr "Anzeige(n) läuft/laufen in weniger als 2 Tagen ab."
3557
+
3558
+ #~ msgid "advert(s) will expire in less than a week."
3559
+ #~ msgstr "Anzeigen verfallen in weniger als einer Woche."
3560
+
3561
+ #~ msgid "advert(s) have an unknown status."
3562
+ #~ msgstr "Anzeige(n) haben einen unbekannten Status."
3563
+
3564
+ #~ msgid "This notification is sent to you from your website"
3565
+ #~ msgstr "Diese Benachrichtigung wird Ihnen von Ihrer Website gesendet"
3566
+
3567
+ #~ msgid "Access your dashboard here:"
3568
+ #~ msgstr "Greifen Sie auf Ihr dashboard hier zu:"
3569
+
3570
+ #~ msgid "[AdRotate]"
3571
+ #~ msgstr "[AdRotate]"
3572
+
3573
+ #~ msgid ""
3574
+ #~ "You can reply to this message by clicking reply in your email client."
3575
+ #~ msgstr ""
3576
+ #~ "Sie können auf diese Nachricht antworten, indem Sie auf in Ihrem e-Mail-"
3577
+ #~ "Client auf antworten klicken."
3578
+
3579
+ #~ msgid "[AdRotate] An advertiser has put in a request for renewal!"
3580
+ #~ msgstr "[AdRotate] Ein Inserent hat einen Antrag auf Verlängerung gestellt!"
3581
+
3582
+ #~ msgid "[AdRotate] An advertiser wants his ad removed."
3583
+ #~ msgstr "[AdRotate] Ein Inserent möchte, dass seine Anzeige entfernt wird."
3584
+
3585
+ #~ msgid "[AdRotate] An advertiser wrote a comment on his ad!"
3586
+ #~ msgstr ""
3587
+ #~ "[AdRotate] Ein Inserent hat einen Kommentar zu seiner Anzeige geschrieben!"
3588
+
3589
+ #~ msgid "[AdRotate] An advertiser has a problem!"
3590
+ #~ msgstr "[AdRotate] Ein Inserent hat ein Problem!"
3591
+
3592
+ #~ msgid "Hello moderator"
3593
+ #~ msgstr "Hallo Moderator"
3594
+
3595
+ #~ msgid "requests ad"
3596
+ #~ msgstr "Anfragen-Anzeige"
3597
+
3598
+ #~ msgid "renewed!"
3599
+ #~ msgstr "Erneuert!"
3600
+
3601
+ #~ msgid "removed."
3602
+ #~ msgstr "entfernt."
3603
+
3604
+ #~ msgid "has something to say about ad"
3605
+ #~ msgstr "hat etwas zu sagen über Anzeigen"
3606
+
3607
+ #~ msgid "has a problem with AdRotate."
3608
+ #~ msgstr "hat ein Problem mit AdRotate."
3609
+
3610
+ #~ msgid "Attached message:"
3611
+ #~ msgstr "Angefügte Nachricht:"
3612
+
3613
+ #~ msgid "You can reply to this message to contact"
3614
+ #~ msgstr "Sie können auf diese Nachricht antworten, um Kontakt aufzunehmen"
3615
+
3616
+ #~ msgid "Review the ad here:"
3617
+ #~ msgstr "Überprüfen Sie die Anzeige hier:"
3618
+
3619
+ #~ msgid "Banner image saved"
3620
+ #~ msgstr "Banner-Bild gespeichert"
3621
+
3622
+ #~ msgid "Advertiser updated"
3623
+ #~ msgstr "Inserent aktualisiert"
3624
+
3625
+ #~ msgid "Asset(s) deleted"
3626
+ #~ msgstr "Assets gelöscht"
3627
+
3628
+ #~ msgid ""
3629
+ #~ "Something went wrong deleting the file or folder. Make sure your "
3630
+ #~ "permissions are in order."
3631
+ #~ msgstr ""
3632
+ #~ "Beim Löschen der Datei oder des Ordners ist etwas schief gelaufen. "
3633
+ #~ "Stellen Sie sicher, dass Ihre Berechtigungen in Ordnung sind."
3634
+
3635
+ #~ msgid "Email(s) with reports successfully sent"
3636
+ #~ msgstr "E-Mail(s) mit Berichten wurde erfolgreich versandt"
3637
+
3638
+ #~ msgid "Weight changed"
3639
+ #~ msgstr "Gewichtung geändert"
3640
+
3641
+ #~ msgid "Adverts imported"
3642
+ #~ msgstr "Anzeigen importiert"
3643
+
3644
+ #~ msgid "Schedule saved"
3645
+ #~ msgstr "Zeitplan gespeichert"
3646
+
3647
+ #~ msgid "Schedule(s) deleted"
3648
+ #~ msgstr "Zeitplan oder Zeitpläne gelöscht"
3649
+
3650
+ #~ msgid "Advert(s) duplicated"
3651
+ #~ msgstr "Anzeige(n) dupliziert"
3652
+
3653
+ #~ msgid "Advert(s) archived"
3654
+ #~ msgstr "Archivierte Anzeige(n)"
3655
+
3656
+ #~ msgid "Advert(s) moved to the trash"
3657
+ #~ msgstr "Anzeigen in den Papierkorb verschoben"
3658
+
3659
+ #~ msgid "Advert(s) restored from trash"
3660
+ #~ msgstr "Anzeigen aus dem Papierkorb wiederhergestellt"
3661
+
3662
+ #~ msgid "Your message has been sent."
3663
+ #~ msgstr "Ihre Nachricht wurde gesendet."
3664
+
3665
+ #~ msgid "Header & ads.txt updated."
3666
+ #~ msgstr "Header & ads.txt aktualisiert."
3667
+
3668
+ #~ msgid "Your message has been sent. Someone will be in touch shortly."
3669
+ #~ msgstr ""
3670
+ #~ "Ihre Nachricht wurde gesendet. Jemand wird in Kürze Kontakt aufnehmen."
3671
+
3672
+ #~ msgid "Advert submitted for review"
3673
+ #~ msgstr "Anzeige zur Prüfung"
3674
+
3675
+ #~ msgid "Advert updated and awaiting review"
3676
+ #~ msgstr "Anzeige aktualisiert und wartet auf Überprüfung"
3677
+
3678
+ #~ msgid "Ad approved"
3679
+ #~ msgstr "Anzeige genehmigt"
3680
+
3681
+ #~ msgid "Ad(s) rejected"
3682
+ #~ msgstr "Anzeige(n) abgelehnt"
3683
+
3684
+ #~ msgid "Ad(s) queued"
3685
+ #~ msgstr "Anzeige(n) in der Warteschlange"
3686
+
3687
+ #~ msgid "Test notification sent"
3688
+ #~ msgstr "Test-Benachrichtigung gesendet"
3689
+
3690
+ #~ msgid "Test mailing sent"
3691
+ #~ msgstr "Test-Mailing gesendet"
3692
+
3693
+ #~ msgid ""
3694
+ #~ "The ad was saved but has an issue which might prevent it from working "
3695
+ #~ "properly. Please contact staff."
3696
+ #~ msgstr ""
3697
+ #~ "Die Anzeige wurde gespeichert, aber hat einige Merkmale, die verhindern "
3698
+ #~ "könnten, dass sie ordnungsgemäß funktioniert. Kontaktieren Sie die "
3699
+ #~ "Mitarbeiter."
3700
+
3701
+ #~ msgid "No file uploaded."
3702
+ #~ msgstr "Keine Datei hochgeladen."
3703
+
3704
+ #~ msgid "The file could not be read."
3705
+ #~ msgstr "Die Datei konnte nicht gelesen werden."
3706
+
3707
+ #~ msgid "Wrong file type."
3708
+ #~ msgstr "Falsche Dateityp."
3709
+
3710
+ #~ msgid "Wrong file type. No file uploaded."
3711
+ #~ msgstr "Falsche Dateityp. Keine Datei hochgeladen."
3712
+
3713
+ #~ msgid "File is too large."
3714
+ #~ msgstr "Die Datei ist zu groß."
3715
+
3716
+ #~ msgid "There was an error unzipping the file. Please try again later."
3717
+ #~ msgstr ""
3718
+ #~ "Beim Entpacken der Datei ist ein Fehler aufgetreten. Versuchen Sie es "
3719
+ #~ "später erneut."
3720
+
3721
+ #~ msgid "Invalid request"
3722
+ #~ msgstr "Ungültige Anfrage"
3723
+
3724
+ #~ msgid "No license key or email provided"
3725
+ #~ msgstr "Kein Lizenz-Schlüssel oder die e-Mail-Adresse angegeben"
3726
+
3727
+ #~ msgid ""
3728
+ #~ "The request did not get through or the response was invalid. Contact "
3729
+ #~ "support."
3730
+ #~ msgstr ""
3731
+ #~ "Die Anforderung kam nicht an oder die Antwort war ungültig. Kontaktieren "
3732
+ #~ "Sie den Support."
3733
+
3734
+ #~ msgid "The email provided is invalid."
3735
+ #~ msgstr "Diese E-Mail Adresse ist ungültig."
3736
+
3737
+ #~ msgid "Invalid license key."
3738
+ #~ msgstr "Lizenzschlüssel ist ungültig."
3739
+
3740
+ #~ msgid "The purchase matching this product is not complete. Contact support."
3741
+ #~ msgstr ""
3742
+ #~ "Der Kauf dieses Produktes ist nicht abgeschlossen. Nehmen Sie Kontakt zum "
3743
+ #~ "Support auf."
3744
+
3745
+ #~ msgid ""
3746
+ #~ "No remaining activations for this license. You can manage your license "
3747
+ #~ "activations from your account on ajdg.solutions."
3748
+ #~ msgstr ""
3749
+ #~ "Keine verbleibenden Aktivierungen für diese Lizenz. Sie können Ihre "
3750
+ #~ "Lizenzaktivierungen von Ihrem Konto aus auf ajdg.solutions verwalten."
3751
+
3752
+ #~ msgid "Could not (de)activate key. Contact support."
3753
+ #~ msgstr ""
3754
+ #~ "Konnte Key nicht (de)-aktivieren. Nehmen Sie Kontakt zum Support auf."
3755
+
3756
+ #~ msgid ""
3757
+ #~ "Woohoo! Thank you! Your license is now active. You can now use Premium "
3758
+ #~ "Support and AdRotate Geo."
3759
+ #~ msgstr ""
3760
+ #~ "Woohoo! Danke! Ihre Lizenz ist jetzt aktiv. Sie können jetzt Premium-"
3761
+ #~ "Support und AdRotate Geo verwenden."
3762
+
3763
+ #~ msgid ""
3764
+ #~ "Also you will receive updates and support for one year of purchasing and "
3765
+ #~ "be notified via email when it is time to renew your license."
3766
+ #~ msgstr ""
3767
+ #~ "Außerdem erhalten Sie Updates und Support für ein Jahr des Kaufs und "
3768
+ #~ "werden per E-Mail benachrichtigt, wenn es Zeit ist, Ihre Lizenz zu "
3769
+ #~ "erneuern."
3770
+
3771
+ #~ msgid "Your license is now de-activated"
3772
+ #~ msgstr "Ihre Lizenz ist jetzt deaktiviert"
3773
+
3774
+ #~ msgid "Thank you. Your licenses have been reset"
3775
+ #~ msgstr "Danke. Ihre Lizenzen wurden zurückgesetzt"
3776
+
3777
+ #~ msgid ""
3778
+ #~ "This license can not be activated for networks. Please purchase a "
3779
+ #~ "Developer license."
3780
+ #~ msgstr ""
3781
+ #~ "Diese Lizenz kann für Netzwerke nicht aktiviert werden. Bitte erwerben "
3782
+ #~ "Sie eine Entwicklerlizenz."
3783
+
3784
+ #~ msgid "File size exceeded."
3785
+ #~ msgstr "Dateigröße überschritten."
3786
+
3787
+ #~ msgid "Upload incomplete."
3788
+ #~ msgstr "Upload unvollständig."
3789
+
3790
+ #~ msgid "Could not write file to server."
3791
+ #~ msgstr "Datei konnte nicht auf dem Server gespeichert werden."
3792
+
3793
+ #~ msgid "An unknown error occured, contact staff."
3794
+ #~ msgstr "Ein unbekannter Fehler ist aufgetreten, Kontakt zu Mitarbeitern."
3795
+
3796
+ #~ msgid "Something went wrong!"
3797
+ #~ msgstr "Oha! Da ist etwas schief gelaufen!"
3798
+
3799
+ #~ msgid "Go back and try again. If the error persists, contact staff."
3800
+ #~ msgstr ""
3801
+ #~ "Gehen Sie zurück und versuchen Sie es erneut. Wenn der Fehler weiterhin "
3802
+ #~ "auftritt, wenden Sie sich an die Mitarbeiter."
3803
+
3804
+ #~ msgid "The file was either too large or not in the right format."
3805
+ #~ msgstr "Die Datei ist entweder zu groß oder nicht im richtigen Format."
3806
+
3807
+ #~ msgid "Enable"
3808
+ #~ msgstr "Aktivieren"
3809
+
3810
+ #~ msgid "Is this user an AdRotate Advertiser?"
3811
+ #~ msgstr "Ist dieser Nutzer ein AdRotate Werbekunde?"
3812
+
3813
+ #~ msgid "Permissions"
3814
+ #~ msgstr "Berechtigungen"
3815
+
3816
+ #~ msgid "Can create and edit their own adverts?"
3817
+ #~ msgstr "Kann eigene Anzeigen erstellen und bearbeiten?"
3818
+
3819
+ #~ msgid "Can specify mobile devices?"
3820
+ #~ msgstr "Können Sie mobile Geräte angeben?"
3821
+
3822
+ #~ msgid "Can use Geo Targeting?"
3823
+ #~ msgstr "Kann Geo-Targeting verewnden?"
3824
+
3825
+ #~ msgid ""
3826
+ #~ "These settings only have effect if you enable the global setting in "
3827
+ #~ "AdRotate Settings."
3828
+ #~ msgstr ""
3829
+ #~ "Diese Einstellungen wirken sich nur aus, wenn Sie die globale Einstellung "
3830
+ #~ "in den AdRotate-Einstellungen aktivieren."
3831
+
3832
+ #~ msgid "Notes"
3833
+ #~ msgstr "Notizen"
3834
+
3835
+ #~ msgid "Also visible in the advertiser profile."
3836
+ #~ msgstr "Ebenfalls sichtbar im Werbekunden Profil."
3837
+
3838
+ #, php-format
3839
+ #~ msgid ""
3840
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3841
+ #~ "geolocation/mobile restrictions or does not exist!"
3842
+ #~ msgstr ""
3843
+ #~ "Fehler, Anzeige (%s) ist derzeit aufgrund von Schedule/Budgeting/"
3844
+ #~ "Geolocation/Mobile-Einschränkungen nicht verfügbar oder nicht vorhanden!"
3845
+
3846
+ #, php-format
3847
+ #~ msgid ""
3848
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3849
+ #~ "geolocation/mobile restrictions!"
3850
+ #~ msgstr ""
3851
+ #~ "Fehler, Anzeige (%s) ist derzeit aufgrund von Schedule/Budgeting/"
3852
+ #~ "Geolocation/Mobile Einschränkungen nicht verfügbar!"
3853
+
3854
+ #~ msgid ""
3855
+ #~ "You did not yet activate your AdRotate Professional license. Activate and "
3856
+ #~ "get updates, premium support and access to AdRotate Geo!"
3857
+ #~ msgstr ""
3858
+ #~ "Sie haben Ihre AdRotate Professional-Lizenz noch nicht aktiviert. "
3859
+ #~ "Aktivieren und erhalten Sie Updates, Premium-Support und Zugriff auf "
3860
+ #~ "AdRotate Geo!"
3861
+
3862
+ #~ msgid "Activate license"
3863
+ #~ msgstr "Lizenz aktivieren"
3864
+
3865
+ #~ msgid "Your license has expired. Please consider getting a new license."
3866
+ #~ msgstr ""
3867
+ #~ "Ihre Lizenz ist abgelaufen. Bitte erwägen Sie, eine neue Lizenz zu "
3868
+ #~ "erhalten."
3869
+
3870
+ #~ msgid "Get a discount"
3871
+ #~ msgstr "Erhalten Sie einen Rabatt"
3872
+
3873
+ #~ msgid ""
3874
+ #~ "You have enabled email notifications but did not select anything to be "
3875
+ #~ "notified about. You are wasting server resources!"
3876
+ #~ msgstr ""
3877
+ #~ "Sie haben E-Mail-Benachrichtigungen aktiviert, aber nichts ausgewählt, "
3878
+ #~ "über das benachrichtigt werden soll. Sie verschwenden Serverressourcen!"
3879
+
3880
+ #~ msgid "Set up notifications"
3881
+ #~ msgstr "Benachrichtigungen einrichten"
3882
+
3883
+ #~ msgid ""
3884
+ #~ "The AdRotate Geo service can only be used after you activate your license "
3885
+ #~ "for this website."
3886
+ #~ msgstr ""
3887
+ #~ "Die AdRotate Geo-Service kann nur verwendet werden, nachdem Sie Ihre "
3888
+ #~ "Lizenz für diese Website aktiviert haben."
3889
+
3890
+ #~ msgid ""
3891
+ #~ "AdRotate Geo can only be used with a valid license. Your license has "
3892
+ #~ "expired. In order to continue to use AdRotate Geo please get a new "
3893
+ #~ "license."
3894
+ #~ msgstr ""
3895
+ #~ "AdRotate Geo kann nur mit einer gültigen Lizenz verwendet werden. Ihre "
3896
+ #~ "Lizenz ist abgelaufen. Um AdRotate Geo weiterhin nutzen zu können, "
3897
+ #~ "erhalten Sie bitte eine neue Lizenz."
3898
+
3899
+ #~ msgid "Buy a new license"
3900
+ #~ msgstr "Eine neue Lizenz kaufen"
3901
+
3902
+ #, php-format
3903
+ #~ msgid ""
3904
+ #~ "You are running out of Geo Lookups for AdRotate. You have less than %d "
3905
+ #~ "remaining lookups."
3906
+ #~ msgstr ""
3907
+ #~ "Geo-Lookups für AdRotate laufen ab. Sie haben weniger als %d verbleibende "
3908
+ #~ "Suchvorgänge."
3909
+
3910
+ #~ msgid ""
3911
+ #~ "AdRotate Geo is no longer working because you have no more lookups for "
3912
+ #~ "today. This resets at midnight UTC/GMT."
3913
+ #~ msgstr ""
3914
+ #~ "AdRotate Geo funktioniert nicht mehr, da Sie keine Suchvorgänge heute "
3915
+ #~ "haben. Ein Reset findet um Mitternacht UTC/GMT statt."
3916
+
3917
+ #~ msgid ""
3918
+ #~ "MaxMind Geo Targeting is no longer working because you have no more "
3919
+ #~ "lookups. Buy more lookups from the Maxmind website!"
3920
+ #~ msgstr ""
3921
+ #~ "MaxMind Geo Targeting funktioniert nicht mehr, da Sie keine Suchstellen "
3922
+ #~ "mehr haben. Kaufen Sie weitere Suchaufstellen von der Maxmind Website!"
3923
+
3924
+ #~ msgid ""
3925
+ #~ "Geo Targeting is not working because your MaxMind account details are "
3926
+ #~ "incomplete."
3927
+ #~ msgstr ""
3928
+ #~ "Geo-Targeting funktioniert nicht, weil Ihre Kontodaten bei MaxMind "
3929
+ #~ "unvollständig sind."
3930
+
3931
+ #~ msgid "Enter MaxMind account details"
3932
+ #~ msgstr "MaxMind-Kontodetails eingeben"
3933
+
3934
+ #~ msgid ""
3935
+ #~ "Geo Targeting is not working. Check if IP Geolocation is enabled in your "
3936
+ #~ "CloudFlare account."
3937
+ #~ msgstr ""
3938
+ #~ "Geo Targeting funktioniert nicht. Überprüfen Sie, ob IP-Geolocation in "
3939
+ #~ "Ihrem CloudFlare-Konto aktiviert ist."
3940
+
3941
+ #~ msgid ""
3942
+ #~ "Geo Targeting is not working because your Ipstack account API key is "
3943
+ #~ "missing."
3944
+ #~ msgstr ""
3945
+ #~ "Geo Targeting funktioniert nicht, da Ihr Ipstack-Konto-API-Schlüssel "
3946
+ #~ "fehlt."
3947
+
3948
+ #~ msgid "Enter API key"
3949
+ #~ msgstr "API-Schlüssel eingeben"
3950
+
3951
+ #~ msgid "You can also ask questions via"
3952
+ #~ msgstr "Sie können auch Fragen via"
3953
+
3954
+ #~ msgid "email"
3955
+ #~ msgstr "E-Mail"
3956
+
3957
+ #~ msgid "if you have a valid license."
3958
+ #~ msgstr "Wenn Sie über eine gültige Lizenz verfügen."
3959
+
3960
+ #~ msgid "Your adverts"
3961
+ #~ msgstr "Ihre Anzeigen"
3962
+
3963
+ #~ msgid ""
3964
+ #~ "The overall stats do not take adverts from other advertisers into account."
3965
+ #~ msgstr ""
3966
+ #~ "Die gesamte Statistik berücksichtigt keine Anzeigen von anderen "
3967
+ #~ "Inserenten."
3968
+
3969
+ #~ msgid "Your ads are published with"
3970
+ #~ msgstr "Ihre Anzeigen werden veröffentlicht mit"
3971
+
3972
+ #~ msgid "is a registered trademark"
3973
+ #~ msgstr "ist eine eingetragene Marke"
3974
+
3975
+ #~ msgid "Premium Support"
3976
+ #~ msgstr "Premium Support"
3977
+
3978
+ #~ msgid "Advertiser"
3979
+ #~ msgstr "Inserent"
3980
+
3981
+ #~ msgid "Network Settings"
3982
+ #~ msgstr "Netzwerkeinstellungen"
3983
+
3984
+ #~ msgid "License"
3985
+ #~ msgstr "Lizenz"
3986
+
3987
+ #~ msgid "Header & ads.txt"
3988
+ #~ msgstr "Header & ads.txt"
3989
+
3990
+ #~ msgid "Queue"
3991
+ #~ msgstr "Warteschlange"
3992
+
3993
+ #~ msgid "Archive"
3994
+ #~ msgstr "Archiv"
3995
+
3996
+ #~ msgid "Trash"
3997
+ #~ msgstr "Papierkorb"
3998
+
3999
+ #~ msgid "All Users"
4000
+ #~ msgstr "Alle Benutzer"
4001
+
4002
+ #~ msgid "New User"
4003
+ #~ msgstr "Neuer Benutzer"
4004
+
4005
+ #~ msgid "Tools"
4006
+ #~ msgstr "Werkzeuge"
4007
+
4008
+ #~ msgid "Notice"
4009
+ #~ msgstr "Hinweis"
4010
+
4011
+ #~ msgid "No ads for user."
4012
+ #~ msgstr "Keine Inserate für Benutzer."
4013
+
4014
+ #~ msgid "Primary site"
4015
+ #~ msgstr "Primärer Standort"
4016
+
4017
+ #~ msgid ""
4018
+ #~ "Enter the site id for the site you will publish adverts from. This is "
4019
+ #~ "usually id 1."
4020
+ #~ msgstr ""
4021
+ #~ "Geben Sie die Website-ID für die Website ein, von der aus Sie Anzeigen "
4022
+ #~ "veröffentlichen möchten. Dies ist in der Regel id 1."
4023
+
4024
+ #~ msgid "Enable dashboard on sites"
4025
+ #~ msgstr "Dashboard auf Websites aktivieren"
4026
+
4027
+ #~ msgid ""
4028
+ #~ "Enabled by default. This allows admins of those sites to create and "
4029
+ #~ "manage adverts with AdRotate Pro just like you do from your primary site. "
4030
+ #~ "Caution: May cause group id conflicts when using cross site adverts, use "
4031
+ #~ "with care!"
4032
+ #~ msgstr ""
4033
+ #~ "Standardmäßig aktiviert. Dies ermöglicht Es Administratoren dieser "
4034
+ #~ "Websites, Anzeigen mit AdRotate Pro zu erstellen und zu verwalten, genau "
4035
+ #~ "wie Sie es von Ihrer primären Website aus tun. Achtung: Kann Gruppen-ID-"
4036
+ #~ "Konflikte verursachen, wenn Sie websiteübergreifende Werbung verwenden, "
4037
+ #~ "mit Sorgfalt verwenden!"
4038
+
4039
+ #~ msgid "Network License"
4040
+ #~ msgstr "Netzwerk-Lizenz"
4041
+
4042
+ #~ msgid ""
4043
+ #~ "Activate your AdRotate License here to receive automated updates and "
4044
+ #~ "enable support via the fast and personal ticket system."
4045
+ #~ msgstr ""
4046
+ #~ "Aktivieren Sie Ihre AdRotate Lizenz hier, um automatisch Updates erhalten "
4047
+ #~ "und Unterstützung über die schnelle und persönliche Ticket-System zu "
4048
+ #~ "ermöglichen."
4049
+
4050
+ #~ msgid "For network activated setups like this you need a Developer License."
4051
+ #~ msgstr "Für aktivierte Netzwerk-Setups benötigen Sie eine Entwicklerlizenz."
4052
+
4053
+ #~ msgid "License Type"
4054
+ #~ msgstr "Lizenzart"
4055
+
4056
+ #~ msgid "Not activated - Not eligible for support and updates."
4057
+ #~ msgstr "Nicht aktiviert - nicht für Support und Updates."
4058
+
4059
+ #~ msgid ""
4060
+ #~ "Your license has expired. In order to continue to receive updates, "
4061
+ #~ "support and access to AdRotate Geo please get a new license."
4062
+ #~ msgstr ""
4063
+ #~ "Ihre Lizenz ist abgelaufen. Um weiterhin Updates, Support und Zugriff auf "
4064
+ #~ "AdRotate Geo zu erhalten, erhalten Sie bitte eine neue Lizenz."
4065
+
4066
+ #~ msgid ""
4067
+ #~ "As a thank you for your continued use and support of AdRotate Pro you can "
4068
+ #~ "get a new license at a special discounted price."
4069
+ #~ msgstr ""
4070
+ #~ "Als Dankeschön für Ihre fortgesetzte Nutzung und Unterstützung von "
4071
+ #~ "AdRotate Pro können Sie eine neue Lizenz zu einem speziellen ermäßigten "
4072
+ #~ "Preis erhalten."
4073
+
4074
+ #~ msgid "Get a new license"
4075
+ #~ msgstr "Erwerben Sie eine neue Lizenz"
4076
+
4077
+ #~ msgid "License Email"
4078
+ #~ msgstr "Lizenz E-Mail"
4079
+
4080
+ #~ msgid "The email address you used in your purchase of AdRotate Pro."
4081
+ #~ msgstr ""
4082
+ #~ "Die e-Mail-Adresse, die Sie beim Kauf von AdRotate Pro verwendet haben."
4083
+
4084
+ #~ msgid "License Key"
4085
+ #~ msgstr "Lizenzschlüssel"
4086
+
4087
+ #~ msgid "You can find the license key in your order email."
4088
+ #~ msgstr "Sie finden den Lizenzschlüssel in der Bestellungs - e-Mail."
4089
+
4090
+ #~ msgid "Hide License"
4091
+ #~ msgstr "Hide-Lizenz"
4092
+
4093
+ #~ msgid ""
4094
+ #~ "If you have installed AdRotate Pro for a client or in a multisite setup "
4095
+ #~ "and want to hide the License Key, Email address from them."
4096
+ #~ msgstr ""
4097
+ #~ "Wenn Sie AdRotate Pro für einen Client oder in einem Standort-Setup "
4098
+ #~ "installiert haben und den Lizenzschlüssel, die E-Mail-Adresse davor "
4099
+ #~ "ausblenden möchten."
4100
+
4101
+ #~ msgid "Force de-activate"
4102
+ #~ msgstr "Erzwinge Deaktivierung"
4103
+
4104
+ #~ msgid ""
4105
+ #~ "If your license has expired you may need to force de-activate the old "
4106
+ #~ "license before you can activate the new key."
4107
+ #~ msgstr ""
4108
+ #~ "Wenn Ihre Lizenz abgelaufen ist, müssen Sie möglicherweise die "
4109
+ #~ "Deaktivierung der alten Lizenz erzwingen, bevor Sie den neuen Schlüssel "
4110
+ #~ "aktivieren können."
4111
+
4112
+ #~ msgid "De-activate"
4113
+ #~ msgstr "Deaktivieren"
4114
+
4115
+ #~ msgid "Group:"
4116
+ #~ msgstr "Gruppe:"
4117
+
4118
+ #~ msgid "Wrapper before:"
4119
+ #~ msgstr "Wrapper vor:"
4120
+
4121
+ #~ msgid "Wrapper after:"
4122
+ #~ msgstr "Wrapper nach:"
4123
+
4124
+ #~ msgid "Simple HTML to center an advert or apply a paragraph for example."
4125
+ #~ msgstr ""
4126
+ #~ "Simples HTML um eine Anzeige zu zentrieren oder z.B. die Verwendung eines "
4127
+ #~ "Paragrafen-Tags."
4128
+
4129
+ #~ msgid "Advert:"
4130
+ #~ msgstr "Anzeigen:"
4131
+
4132
+ #~ msgid "-- Choose an advert --"
4133
+ #~ msgstr "-- Wählen Sie eine Anzeige --"
4134
+
4135
+ #~ msgid "NOTE: This widget has Post Injection enabled!"
4136
+ #~ msgstr "Hinweis: Dieses Widget hat Post Injection aktiviert!"
4137
+
4138
+ #~ msgid "-- Choose a group --"
4139
+ #~ msgstr "-- Wählen Sie eine Gruppe --"
4140
+
4141
+ #~ msgid "Please contact staff, click tracking is not active!"
4142
+ #~ msgstr "Kontaktieren Sie die Mitarbeiter, Klick-tracking ist nicht aktiv!"
4143
+
4144
+ #~ msgid "Please contact staff if you don't know what this means."
4145
+ #~ msgstr ""
4146
+ #~ "Kontaktieren Sie die Mitarbeiter, wenn Sie nicht wissen, was das bedeutet."
4147
+
4148
+ #~ msgid "This advert has no schedules!"
4149
+ #~ msgstr "Diese Anzeige hat keine Zeitpläne!"
4150
+
4151
+ #~ msgid ""
4152
+ #~ "Clicktracking is enabled but no valid link/tag was found in the adcode!"
4153
+ #~ msgstr ""
4154
+ #~ "Clicktracking ist aktiviert, aber es gibt keinen gültige Link/Tag im "
4155
+ #~ "Adcode!"
4156
+
4157
+ #~ msgid ""
4158
+ #~ "Correct your adcode or contact staff if you don't know what this means."
4159
+ #~ msgstr ""
4160
+ #~ "Korrigieren Sie Ihren Adcode oder nehmen Sie Kontakt zu einem Mitarbeiter "
4161
+ #~ "auf, wenn Sie nicht wissen, was das bedeutet."
4162
+
4163
+ #~ msgid ""
4164
+ #~ "Please contact staff, CPC is enabled but clicktracking is not active!"
4165
+ #~ msgstr ""
4166
+ #~ "Bitte kontaktieren Sie das Personal, CPC ist aktiviert, aber "
4167
+ #~ "Clicktracking ist nicht aktiv!"
4168
+
4169
+ #~ msgid ""
4170
+ #~ "This advert has been rejected by staff Please adjust the ad to conform "
4171
+ #~ "with the requirements!"
4172
+ #~ msgstr ""
4173
+ #~ "Diese Anzeige wurde abgelehnt. Bitte passen Sie die Anzeige so an, dass "
4174
+ #~ "Sie den Anforderungen entspricht!"
4175
+
4176
+ #~ msgid "This advert is queued and awaiting review!"
4177
+ #~ msgstr "Diese Anzeige ist in der Warteschlange und wartet auf Überprüfung!"
4178
+
4179
+ #~ msgid ""
4180
+ #~ "AdRotate can not find an error but the ad is marked erroneous, try re-"
4181
+ #~ "saving the ad!"
4182
+ #~ msgstr ""
4183
+ #~ "AdRotate kann keinen Fehler finden, obwohl die Anzeige falsch "
4184
+ #~ "gekennzeichnet ist, versuchen Sie erneut die Anzeige zu speichern!"
4185
+
4186
+ #~ msgid "This ad is expired and currently not rotating!"
4187
+ #~ msgstr "Diese Anzeige ist abgelaufen und rotiert derzeit nicht!"
4188
+
4189
+ #~ msgid "This ad has been disabled and is not rotating!"
4190
+ #~ msgstr "Diese Anzeige wurde deaktiviert und wird nicht rotieren!"
4191
+
4192
+ #~ msgid ""
4193
+ #~ "This advert is approved and currently showing on the site! Saving the "
4194
+ #~ "advert now will put it in the moderation queue for review!"
4195
+ #~ msgstr ""
4196
+ #~ "Diese Anzeige ist zugelassen und wird derzeit auf der Website angezeigt! "
4197
+ #~ "Speichern Sie nun die Anzeige, damit die Anzeige in die Warteschlange zur "
4198
+ #~ "Überprüfung kommt!"
4199
+
4200
+ #~ msgid "Title"
4201
+ #~ msgstr "Titel"
4202
+
4203
+ #~ msgid "For your and the staffs reference."
4204
+ #~ msgstr "Referenz für Sie und Ihre Mitarbeiter."
4205
+
4206
+ #~ msgid "Live Preview"
4207
+ #~ msgstr "Live Vorschau"
4208
+
4209
+ #~ msgid "Upload a file"
4210
+ #~ msgstr "Eine Datei hochladen"
4211
+
4212
+ #~ msgid "Accepted files are:"
4213
+ #~ msgstr "Akzeptiert Dateien sind:"
4214
+
4215
+ #~ msgid "Banner folder"
4216
+ #~ msgstr "Banner-Ordner"
4217
+
4218
+ #~ msgid "Use either the upload option or the dropdown menu."
4219
+ #~ msgstr "Verwenden Sie entweder die Upload-Option oder das Dropdown-Menü."
4220
+
4221
+ #~ msgid "Device"
4222
+ #~ msgstr "Gerät"
4223
+
4224
+ #~ msgid "Computers"
4225
+ #~ msgstr "Computer"
4226
+
4227
+ #~ msgid ""
4228
+ #~ "Operating system detection only detects iOS/Android/Others or neither. "
4229
+ #~ "Only works if Smartphones and/or Tablets is enabled."
4230
+ #~ msgstr ""
4231
+ #~ "Die Erkennung des Betriebssystems erkennt nur iOS/Android/Andere oder "
4232
+ #~ "keines von beiden. Funktioniert nur, wenn Smartphones und/oder Tablets "
4233
+ #~ "aktiviert sind."
4234
+
4235
+ #~ msgid "Others"
4236
+ #~ msgstr "Andere"
4237
+
4238
+ #~ msgid ""
4239
+ #~ "Select where your ad should be visible. If your desired group/location is "
4240
+ #~ "not listed or the specification is unclear contact your publisher."
4241
+ #~ msgstr ""
4242
+ #~ "Wählen Sie aus, wo Ihre Anzeige sichtbar sein soll. Wenn Ihre gewünschte "
4243
+ #~ "Gruppe/Ort nicht aufgeführt ist oder die Spezifikation unklar ist, "
4244
+ #~ "kontaktieren Sie Ihren Herausgeber."
4245
+
4246
+ #~ msgid "Choose Schedules"
4247
+ #~ msgstr "Wählen Sie Zeitpläne"
4248
+
4249
+ #~ msgid ""
4250
+ #~ "Select when your ad should be visible. If your desired timeframe is not "
4251
+ #~ "listed contact your publisher."
4252
+ #~ msgstr ""
4253
+ #~ "Wählen Sie, wenn Ihre Anzeige sichtbar sein sollte. Wenn Ihre gewünschten "
4254
+ #~ "Zeitrahmen nicht aufgeführt sind, kontaktieren Sie Ihren Herausgeber."
4255
+
4256
+ #~ msgid "In use by this advert."
4257
+ #~ msgstr "Wird von dieser Anzeige verwendet."
4258
+
4259
+ #~ msgid "Submit ad for review"
4260
+ #~ msgstr "Anzeige zur Überprüfung einreichen"
4261
+
4262
+ #~ msgid "Editing and creating adverts is not available right now"
4263
+ #~ msgstr "Bearbeiten und Erstellen von Anzeigen ist im Moment nicht verfügbar"
4264
+
4265
+ #~ msgid ""
4266
+ #~ "The administrator has disabled editing of adverts. Contact your "
4267
+ #~ "representative if you think this is incorrect."
4268
+ #~ msgstr ""
4269
+ #~ "Der Administrator hat die Bearbeitung von Anzeigen deaktiviert. Wenden "
4270
+ #~ "Sie sich an Ihren Vertreter, wenn Sie der Meinung sind, dass dies nicht "
4271
+ #~ "korrekt ist."
4272
+
4273
+ #~ msgid ""
4274
+ #~ "The adverts in here are disabled but kept for reference or later use."
4275
+ #~ msgstr ""
4276
+ #~ "Die Anzeigen hier sind deaktiviert, aber für eine spätere Verwendung "
4277
+ #~ "gespeichert."
4278
+
4279
+ #~ msgid "Queued Adverts"
4280
+ #~ msgstr "Anzeigen in Warteschlange"
4281
+
4282
+ #~ msgid ""
4283
+ #~ "Adverts listed here are queued for review, awaiting payment, rejected by "
4284
+ #~ "a reviewer or have a configuration error."
4285
+ #~ msgstr ""
4286
+ #~ "Hier aufgeführte Anzeigen stehen zur Überprüfung an, warten auf Zahlung, "
4287
+ #~ "wurden von einem Gutachter abgelehnt oder haben einen "
4288
+ #~ "Konfigurationsfehler."
4289
+
4290
+ #~ msgid "Budget:"
4291
+ #~ msgstr "Budget:"
4292
+
4293
+ #~ msgid "CPC:"
4294
+ #~ msgstr "CPC:"
4295
+
4296
+ #~ msgid "CPM:"
4297
+ #~ msgstr "CPM:"
4298
+
4299
+ #~ msgid "Rejected"
4300
+ #~ msgstr "Abgelehnt"
4301
+
4302
+ #~ msgid "Summary"
4303
+ #~ msgstr "Zusammenfassung"
4304
+
4305
+ #~ msgid "Overall statistics over active adverts"
4306
+ #~ msgstr "Gesamtstatistik über aktive Anzeigen"
4307
+
4308
+ #~ msgid "Best performing advert"
4309
+ #~ msgstr "Anzeige mit der besten Performance"
4310
+
4311
+ #~ msgid "with"
4312
+ #~ msgstr "mit"
4313
+
4314
+ #~ msgid "clicks."
4315
+ #~ msgstr "Klicks."
4316
+
4317
+ #~ msgid "No advert stands out at this time."
4318
+ #~ msgstr "Keine Anzeige zu diesem Zeitpunkt."
4319
+
4320
+ #~ msgid "Least performing advert"
4321
+ #~ msgstr "Anzeige mit der schlechtesten Performance"
4322
+
4323
+ #~ msgid "Export options for montly overview"
4324
+ #~ msgstr "Exportoptionen für monatlichen Übersicht"
4325
+
4326
+ #~ msgid "Select period"
4327
+ #~ msgstr "Zeitraum auswählen"
4328
+
4329
+ #~ msgid "Email options"
4330
+ #~ msgstr "E-Mail-Optionen"
4331
+
4332
+ #~ msgid ""
4333
+ #~ "Maximum of 3 email addresses, comma seperated. Leave empty to download "
4334
+ #~ "the CSV file instead."
4335
+ #~ msgstr ""
4336
+ #~ "Maximal 3 e-Mail-Adressen durch Kommas getrennt. Lassen Sie das Feld "
4337
+ #~ "leer, um stattdessen die CSV-Datei herunterladen."
4338
+
4339
+ #~ msgid "Export"
4340
+ #~ msgstr "Export"
4341
+
4342
+ #~ msgid "Download or email your selected timeframe as a CSV file."
4343
+ #~ msgstr ""
4344
+ #~ "Laden Sie Ihre ausgewählten Zeitrahmen runter oder senden Sie per e-Mail "
4345
+ #~ "Ihre ausgewählten Zeitrahmen als CSV-Datei."
4346
+
4347
+ #~ msgid ""
4348
+ #~ "These are active and currently in the pool of adverts shown on the "
4349
+ #~ "website."
4350
+ #~ msgstr ""
4351
+ #~ "Diese sind aktiv und aktuell aus dem Bereich von Anzeigen, die auf der "
4352
+ #~ "Website angezeigt werden."
4353
+
4354
+ #~ msgid "Statistics for"
4355
+ #~ msgstr "Statistiken anzeigen für"
4356
+
4357
+ #~ msgid "Impressions today"
4358
+ #~ msgstr "Impressionen heute"
4359
+
4360
+ #~ msgid "Clicks today"
4361
+ #~ msgstr "Klicks heute"
4362
+
4363
+ #~ msgid "Impressions last month"
4364
+ #~ msgstr "Impressionen letzten Monat"
4365
+
4366
+ #~ msgid "Clicks last month"
4367
+ #~ msgstr "Clicks im letzten Monat"
4368
+
4369
+ #~ msgid "Impressions this month"
4370
+ #~ msgstr "Impressions letzten Monat"
4371
+
4372
+ #~ msgid "Clicks this month"
4373
+ #~ msgstr "Clicks in diesem Monat"
4374
+
4375
+ #~ msgid "Periodic overview of clicks and impressions"
4376
+ #~ msgstr "Regelmäßige Übersicht über Klicks und Impressionen"
4377
+
4378
+ #~ msgid "Shown from"
4379
+ #~ msgstr "Gezeigt von"
4380
+
4381
+ #~ msgid "Shown until"
4382
+ #~ msgstr "Erst gezeigt"
4383
+
4384
+ #~ msgid "Used"
4385
+ #~ msgstr "Benutzt"
4386
+
4387
+ #~ msgid "Max Impressions"
4388
+ #~ msgstr "Max Impressionen"
4389
+
4390
+ #~ msgid ""
4391
+ #~ "This is because of CSS differences. The themes CSS file is not active "
4392
+ #~ "here!"
4393
+ #~ msgstr ""
4394
+ #~ "Dies hat mit Unterschieden hinsichtlich CSS zu tun. Ihre theme-CSS-Datei "
4395
+ #~ "ist hier nicht aktiv!"
4396
+
4397
+ #~ msgid "Export options"
4398
+ #~ msgstr "Export-Optionen"
4399
+
4400
+ #~ msgid "Whole year"
4401
+ #~ msgstr "Ganzes Jahr"
4402
+
4403
+ #~ msgid "Invalid ad ID."
4404
+ #~ msgstr "Ungültige Anzeigen ID."
4405
+
4406
+ #~ msgid "Queued"
4407
+ #~ msgstr "In Warteschlange"
4408
+
4409
+ #~ msgid "Support AdRotate Professional"
4410
+ #~ msgstr "Unterstützung von AdRotate Professional"
4411
+
4412
+ #~ msgid "Contact your Advertiser"
4413
+ #~ msgstr "Kontaktieren Sie Ihren Anbieter"
4414
+
4415
+ #~ msgid "Subject"
4416
+ #~ msgstr "Betreff"
4417
+
4418
+ #~ msgid "Advert/Campaign"
4419
+ #~ msgstr "Anzeige/Kampagne"
4420
+
4421
+ #~ msgid "No advert in particular"
4422
+ #~ msgstr "Keine Anzeige im Besonderen"
4423
+
4424
+ #~ msgid "Short message"
4425
+ #~ msgstr "Kurzmitteilung"
4426
+
4427
+ #~ msgid "Send"
4428
+ #~ msgstr "Absenden"
4429
+
4430
+ #~ msgid ""
4431
+ #~ "These are users marked as Advertisers. You can add more advertisers by "
4432
+ #~ "editing existing users or creating new users."
4433
+ #~ msgstr ""
4434
+ #~ "Dies sind Benutzer, die als Werbetreibende gekennzeichnet sind. Sie "
4435
+ #~ "können weitere Werbetreibende hinzufügen, indem Sie vorhandene Benutzer "
4436
+ #~ "bearbeiten oder neue Benutzer erstellen."
4437
+
4438
+ #~ msgid "Email"
4439
+ #~ msgstr "E-Mail"
4440
+
4441
+ #~ msgid "Contact"
4442
+ #~ msgstr "Kontakt"
4443
+
4444
+ #~ msgid "Has no adverts"
4445
+ #~ msgstr "Hat keine Anzeigen"
4446
+
4447
+ #~ msgid "Advertiser Profile"
4448
+ #~ msgstr "Werbekunden Profil"
4449
+
4450
+ #~ msgid "Profile"
4451
+ #~ msgstr "Profil"
4452
+
4453
+ #~ msgid "Who"
4454
+ #~ msgstr "Wer"
4455
+
4456
+ #~ msgid "No HTML/Javascript or code allowed."
4457
+ #~ msgstr "Kein HTML/Javascript oder Code erlaubt."
4458
+
4459
+ #~ msgid "Create and edit their own adverts?"
4460
+ #~ msgstr "Erstellen oder bearbeiten der eigenen Anzeigen?"
4461
+
4462
+ #~ msgid "Specify devices for mobile adverts?"
4463
+ #~ msgstr "Gebe Geräte für die mobile Werbung an?"
4464
+
4465
+ #~ msgid "Can set up Geo Targeting?"
4466
+ #~ msgstr "Kann Geo Targeting eingerichtet werden?"
4467
+
4468
+ #~ msgid "Save"
4469
+ #~ msgstr "Speichern"
4470
+
4471
+ #~ msgid "Back"
4472
+ #~ msgstr "Zurück"
4473
+
4474
+ #~ msgid "ads.txt"
4475
+ #~ msgstr "ads.txt"
4476
+
4477
+ #~ msgid ""
4478
+ #~ "Add authorized publishers here to make sure the adverts you display are "
4479
+ #~ "legitimate. Only applies to advertising networks. The use of ads.txt is "
4480
+ #~ "optional."
4481
+ #~ msgstr ""
4482
+ #~ "Fügen Sie hier autorisierte Publisher hinzu, um sicherzustellen, dass die "
4483
+ #~ "anzeigen, die Sie anzeigen, legitim sind. Gilt nur für Werbenetzwerke. "
4484
+ #~ "Die Verwendung von ads.txt ist optional."
4485
+
4486
+ #~ msgid ""
4487
+ #~ "An authorization consists of 3 or 4 parts; domainname, Publisher ID, Type "
4488
+ #~ "[, Authority ID]. Comment lines are prefixed with a #."
4489
+ #~ msgstr ""
4490
+ #~ "Eine Berechtigung besteht aus 3 oder 4 Teilen; Domänenname, Verleger-ID, "
4491
+ #~ "Typ [, Autoritäts-ID]. Den Kommentarzeilen wird ein ."
4492
+
4493
+ #~ msgid ""
4494
+ #~ "Typos and wrong information may result in missing adverts or the wrong "
4495
+ #~ "adverts being shown on your website."
4496
+ #~ msgstr ""
4497
+ #~ "Tippfehler und falsche Informationen können dazu führen, dass Anzeigen "
4498
+ #~ "fehlen oder falsche Anzeigen auf Ihrer Website angezeigt werden."
4499
+
4500
+ #~ msgid "Header Snippet"
4501
+ #~ msgstr "Header-Snippet"
4502
+
4503
+ #~ msgid ""
4504
+ #~ "Use this field for code from adverts that require a piece of code in the "
4505
+ #~ "header. Some newer Google AdSense adverts require this."
4506
+ #~ msgstr ""
4507
+ #~ "Verwenden Sie dieses Feld für Code aus Anzeigen, die einen Codeimz im "
4508
+ #~ "Kopf erfordern. Einige neuere Google AdSense-Anzeigen erfordern dies."
4509
+
4510
+ #~ msgid ""
4511
+ #~ "Make sure you paste the code exactly as provided without alterations. If "
4512
+ #~ "you have more than one snippet paste them under each other on a new line."
4513
+ #~ msgstr ""
4514
+ #~ "Stellen Sie sicher, dass Sie den Code genau so einfügen, wie es ohne "
4515
+ #~ "Änderungen bereitgestellt wurde. Wenn Sie mehr als einen Ausschnitt "
4516
+ #~ "haben, fügen Sie sie untereinander in einer neuen Zeile ein."
4517
+
4518
+ #~ msgid ""
4519
+ #~ "If you have multiple snippets but some are identical you should only use "
4520
+ #~ "one snippet."
4521
+ #~ msgstr ""
4522
+ #~ "Wenn Sie mehrere Ausschnitte haben, aber einige identisch sind, sollten "
4523
+ #~ "Sie nur einen Ausschnitt verwenden."
4524
+
4525
+ #~ msgid "Archived Adverts"
4526
+ #~ msgstr "Archivierte Anzeige(n)"
4527
+
4528
+ #~ msgid ""
4529
+ #~ "The archive is a way of permanently disabling adverts. Archiving adverts "
4530
+ #~ "is meant to preserve stats and/or settings. While you can edit the "
4531
+ #~ "adverts, you can not activate them again. They can however be duplicated "
4532
+ #~ "to new adverts which you can use."
4533
+ #~ msgstr ""
4534
+ #~ "Das Archiv ist dazu da, Werbung dauerhaft zu deaktivieren. Wenn Werbung "
4535
+ #~ "archiviert wird, werden Statistiken und/oder Einstellungen beibehalten. "
4536
+ #~ "Während Sie die Anzeigen bearbeiten, können Sie sie nicht wieder "
4537
+ #~ "aktivieren. Sie können jedoch als neue Anzeige dupliziert werden, die Sie "
4538
+ #~ "dann wieder verwenden können."
4539
+
4540
+ #~ msgid ""
4541
+ #~ "Archived adverts have their stats moved to a separate database table "
4542
+ #~ "which may increase the overall speed of your site."
4543
+ #~ msgstr ""
4544
+ #~ "Archivierte Anzeigen werden in eine separate Datenbank-Tabelle "
4545
+ #~ "verschoben, damit die Gesamtgeschwindigkeit Ihrer Website erhöhen werden "
4546
+ #~ "kann."
4547
+
4548
+ #~ msgid "Caution:"
4549
+ #~ msgstr "Vorsicht:"
4550
+
4551
+ #~ msgid ""
4552
+ #~ "Archiving multiple adverts at the same time may slow down your site, in "
4553
+ #~ "some cases a lot of data has to be moved. Not every hosting provider "
4554
+ #~ "allows you to move large quantities of data. To avoid this, archive one "
4555
+ #~ "or two adverts at a time."
4556
+ #~ msgstr ""
4557
+ #~ "Das Verschieben bei mehrerer Anzeigen gleichzeitig kann dazu führen, dass "
4558
+ #~ "Ihre Website langsamer wird, wenn große Datenmengen bewegt werden. Nicht "
4559
+ #~ "jeder hosting-Provider erlaubt das Verschieben großer Datenmengen. Um "
4560
+ #~ "dies zu vermeiden, sollten dann ein oder zwei Anzeigen gleichzeitig "
4561
+ #~ "archiviert werden."
4562
+
4563
+ #~ msgid "Duplicate"
4564
+ #~ msgstr "Duplizieren"
4565
+
4566
+ #~ msgid "Delete (Permanently)"
4567
+ #~ msgstr "Dauerhaft löschen"
4568
+
4569
+ #~ msgid "Export to XML"
4570
+ #~ msgstr "Export als XML"
4571
+
4572
+ #~ msgid "Advertiser:"
4573
+ #~ msgstr "Inserent:"
4574
+
4575
+ #~ msgid ""
4576
+ #~ "These adverts are temporarily disabled. You can archive adverts to "
4577
+ #~ "permanently disable them."
4578
+ #~ msgstr ""
4579
+ #~ "Diese Anzeigen sind vorübergehend deaktiviert. Werbung kann archiviert "
4580
+ #~ "und dauerhaft deaktiviert werden."
4581
+
4582
+ #~ msgid ""
4583
+ #~ "Archiving adverts moves gathered statistics away from the live database "
4584
+ #~ "which may speed up your website."
4585
+ #~ msgstr ""
4586
+ #~ "Die Archivierung von Anzeigen entfernt die gesammelten Statistiken aus "
4587
+ #~ "der Live-Datenbank, dies kann Ihre Website beschleunigen."
4588
+
4589
+ #~ msgid "Archive (Permanently)"
4590
+ #~ msgstr "Archiv (dauerhaft)"
4591
+
4592
+ #~ msgid "Move to Trash"
4593
+ #~ msgstr "In den Papierkorb verschieben"
4594
+
4595
+ #~ msgid "Devices:"
4596
+ #~ msgstr "Geräte:"
4597
+
4598
+ #~ msgid "Weight:"
4599
+ #~ msgstr "Gewicht:"
4600
+
4601
+ #~ msgid "You have set an advertiser but didn't enable tracking!"
4602
+ #~ msgstr ""
4603
+ #~ "Sie haben einen Inserenten eingerichtet, aber das tracking nicht "
4604
+ #~ "aktiviert!"
4605
+
4606
+ #~ msgid ""
4607
+ #~ "There is a problem saving the asset. Please try again with the media "
4608
+ #~ "picker and re-save the advert!"
4609
+ #~ msgstr ""
4610
+ #~ "Es gibt ein Problem. Bitte versuchen Sie es erneut mit dem Medien-Picker "
4611
+ #~ "und speichern Sie die Anzeige erneut!"
4612
+
4613
+ #~ msgid ""
4614
+ #~ "This advert has run out of budget. Add more budget to the advert or reset "
4615
+ #~ "the rate to zero!"
4616
+ #~ msgstr ""
4617
+ #~ "Diese Anzeige hat das Budget überschritten. Berücksichtigen Sie mehr "
4618
+ #~ "Budget bei dieser Anzeige oder setzen Sie die Rate auf Null zurück!"
4619
+
4620
+ #~ msgid "CPC is enabled but Tracking is not active!"
4621
+ #~ msgstr "CPC ist aktiviert, aber Tracking ist nicht aktiv!"
4622
+
4623
+ #~ msgid "Advert has no devices selected!"
4624
+ #~ msgstr "Anzeige hat keine Geräte ausgewählt!"
4625
+
4626
+ #~ msgid "Advert has no operating systems selected!"
4627
+ #~ msgstr "Anzeige hat keine Betriebssysteme ausgewählt!"
4628
+
4629
+ #~ msgid ""
4630
+ #~ "AdRotate cannot find an error but the advert is marked erroneous, check "
4631
+ #~ "the settings and try re-saving the advert!"
4632
+ #~ msgstr ""
4633
+ #~ "AdRotate kann keinen Fehler, aber die Anzeige falsch gekennzeichnet ist, "
4634
+ #~ "überprüfen Sie die Einstellungen und versuchen Sie erneut die Anzeige zu "
4635
+ #~ "speichern!"
4636
+
4637
+ #~ msgid ""
4638
+ #~ "This advert has been rejected by staff. Please adjust the advert to "
4639
+ #~ "conform with the requirements!"
4640
+ #~ msgstr ""
4641
+ #~ "Diese Anzeige wurde abgelehnt. Bitte passen Sie die Anzeige so an, dass "
4642
+ #~ "Sie den Anforderungen entspricht!"
4643
+
4644
+ #~ msgid "This advert is expired and currently not shown on your website!"
4645
+ #~ msgstr ""
4646
+ #~ "Diese Anzeige ist abgelaufen und wird derzeit nicht auf Ihrer Website "
4647
+ #~ "angezeigt!"
4648
+
4649
+ #~ msgid "The advert will expire in less than 2 days!"
4650
+ #~ msgstr "Die Anzeige läuft in weniger als 2 Tagen ab!"
4651
+
4652
+ #~ msgid "This advert will expire in less than 7 days!"
4653
+ #~ msgstr "Diese Anzeige läuft in weniger als 7 Tage ab!"
4654
+
4655
+ #~ msgid "This advert has been disabled and does not rotate on your site!"
4656
+ #~ msgstr ""
4657
+ #~ "Diese Anzeige wurde deaktiviert und rotiert nicht mehr auf Ihrer Website!"
4658
+
4659
+ #~ msgid "This advert has been archived and can not be activated anymore!"
4660
+ #~ msgstr ""
4661
+ #~ "Diese Anzeige wurde archiviert und kann nicht mehr aktiviert werden!"
4662
+
4663
+ #~ msgid "Visible to Advertisers!"
4664
+ #~ msgstr "Für Inserenten sichtbar!"
4665
+
4666
+ #~ msgid "WordPress media"
4667
+ #~ msgstr "WordPress-Medien"
4668
+
4669
+ #~ msgid "Status"
4670
+ #~ msgstr "Status"
4671
+
4672
+ #~ msgid "Maybe, this advert is queued for review"
4673
+ #~ msgstr ""
4674
+ #~ "Vielleicht wird diese Anzeige zur Überprüfung in die Warteschlange "
4675
+ #~ "gestellt"
4676
+
4677
+ #~ msgid "No, this advert is rejected (advertiser can make changes)"
4678
+ #~ msgstr ""
4679
+ #~ "Nein, diese Anzeige ist abgelehnt (Werbekunde kann Änderungen vornehmen)"
4680
+
4681
+ #~ msgid "Archive this advert permanently"
4682
+ #~ msgstr "Diese Anzeige dauerhaft archivieren"
4683
+
4684
+ #~ msgid "Create a new schedule"
4685
+ #~ msgstr "Erstellen eines neuen Zeitplans"
4686
+
4687
+ #~ msgid "Leave empty to skip this."
4688
+ #~ msgstr "Lassen Sie leer, um dies zu überspringen."
4689
+
4690
+ #~ msgid "Spread Impressions"
4691
+ #~ msgstr "Verbreitung der Impressions"
4692
+
4693
+ #~ msgid ""
4694
+ #~ "Try to evenly spread impressions for each advert over the duration of "
4695
+ #~ "this schedule. This may cause adverts to intermittently not show."
4696
+ #~ msgstr ""
4697
+ #~ "Versuchen Sie, Eindrücke für jede Anzeige über die Dauer dieses Zeitplans "
4698
+ #~ "gleichmäßig zu verbreiten. Dies kann dazu führen, dass Anzeigen zeitweise "
4699
+ #~ "nicht angezeigt werden."
4700
+
4701
+ #~ msgid "Choose an existing schedules"
4702
+ #~ msgstr "Auswählen vorhandener Zeitpläne"
4703
+
4704
+ #~ msgid "You can add, edit or delete schedules from the"
4705
+ #~ msgstr "Sie können Zeitpläne hinzufügen, bearbeiten oder löschen aus der"
4706
+
4707
+ #~ msgid "dashboard. Save your advert first!"
4708
+ #~ msgstr "Dashboard. Speichern Sie zuerst Ihre Anzeige!"
4709
+
4710
+ #~ msgid "Schedules not in use by this advert are hidden."
4711
+ #~ msgstr ""
4712
+ #~ "Zeitpläne, die nicht von dieser Anzeige benötigt werden, werden "
4713
+ #~ "ausgeblendet."
4714
+
4715
+ #~ msgid "Operating System"
4716
+ #~ msgstr "Betriebssystem"
4717
+
4718
+ #~ msgid "Not specified"
4719
+ #~ msgstr "Nicht spezifiziert"
4720
+
4721
+ #~ msgid ""
4722
+ #~ "Must be a registered user on your site with appropriate access roles."
4723
+ #~ msgstr ""
4724
+ #~ "Ein registrierter Benutzer auf Ihrer Website muss über entsprechende "
4725
+ #~ "Zugriffsrollen verfügen."
4726
+
4727
+ #~ msgid "Advert Budget"
4728
+ #~ msgstr "Anzeige-Budget"
4729
+
4730
+ #~ msgid "When the budget reaches 0, the advert will expire."
4731
+ #~ msgstr "Wenn das Budget 0 erreicht, läuft die Anzeige ab."
4732
+
4733
+ #~ msgid "Cost-per-Click"
4734
+ #~ msgstr "Kosten pro Klick"
4735
+
4736
+ #~ msgid "Cost-per-Mille"
4737
+ #~ msgstr "Kosten pro Mille"
4738
+
4739
+ #~ msgid "Active"
4740
+ #~ msgstr "Aktiv"
4741
+
4742
+ #~ msgid "Default rotation"
4743
+ #~ msgstr "Standard-Rotation"
4744
+
4745
+ #~ msgid "-- Weight --"
4746
+ #~ msgstr "-- Gewichtung --"
4747
+
4748
+ #~ msgid "Barely visible"
4749
+ #~ msgstr "Sichtbar bis"
4750
+
4751
+ #~ msgid "Normal coverage"
4752
+ #~ msgstr "Normale Abdeckung"
4753
+
4754
+ #~ msgid "Best visibility"
4755
+ #~ msgstr "Beste Sichtbarkeit"
4756
+
4757
+ #~ msgid "Moderation Queue"
4758
+ #~ msgstr "Moderations Warteschlange"
4759
+
4760
+ #~ msgid ""
4761
+ #~ "The moderation queue lists adverts assigned to your advertisers that need "
4762
+ #~ "reviewing. This includes changes made by advertisers."
4763
+ #~ msgstr ""
4764
+ #~ "Die Moderationswarteschlange listet Anzeigen auf, die Ihren "
4765
+ #~ "Werbetreibenden zugewiesen sind und überprüft werden müssen. Dazu gehören "
4766
+ #~ "auch Änderungen, die von Werbetreibenden vorgenommen wurden."
4767
+
4768
+ #~ msgid "Approve"
4769
+ #~ msgstr "Genehmigen"
4770
+
4771
+ #~ msgid "Reject"
4772
+ #~ msgstr "Ablehnen"
4773
+
4774
+ #~ msgid "Rejected."
4775
+ #~ msgstr "Abgelehnt."
4776
+
4777
+ #~ msgid "Trashed Adverts"
4778
+ #~ msgstr "Trashed Anzeigen"
4779
+
4780
+ #~ msgid ""
4781
+ #~ "The trash is a temporary place for deleted adverts. If an advert is "
4782
+ #~ "deleted by accident you can restore it from here. If nothing is done the "
4783
+ #~ "advert is deleted after 3 days. Once the advert has been deleted it can "
4784
+ #~ "no longer be recovered."
4785
+ #~ msgstr ""
4786
+ #~ "Der Papierkorb ist ein temporärer Ort für gelöschte Anzeigen. Wenn eine "
4787
+ #~ "Anzeige versehentlich gelöscht wird, können Sie sie von hier "
4788
+ #~ "wiederherstellen. Wenn nichts getan wird, wird die Anzeige nach 3 Tagen "
4789
+ #~ "gelöscht. Sobald die Anzeige gelöscht wurde, kann sie nicht mehr "
4790
+ #~ "wiederhergestellt werden."
4791
+
4792
+ #~ msgid "Restore"
4793
+ #~ msgstr "Wiederherstellen"
4794
+
4795
+ #~ msgid "px wide"
4796
+ #~ msgstr "px Breite"
4797
+
4798
+ #~ msgid "px high."
4799
+ #~ msgstr "px Höhe."
4800
+
4801
+ #~ msgid ""
4802
+ #~ "The size will be visible in management and is for reference when in "
4803
+ #~ "default mode."
4804
+ #~ msgstr ""
4805
+ #~ "Die Größe wird in der Verwaltung sichtbar und dient als Referenz, wenn "
4806
+ #~ "sie sich im Standardmodus befindet."
4807
+
4808
+ #~ msgid "Automatic refresh"
4809
+ #~ msgstr "Automatische Aktualisierung"
4810
+
4811
+ #~ msgid ""
4812
+ #~ "Drag the AdRotate widget to the sidebar where you want to place the group "
4813
+ #~ "and select the group."
4814
+ #~ msgstr ""
4815
+ #~ "Ziehen Sie das AdRotate-Widget auf die Seitenleiste, an der Sie die "
4816
+ #~ "Gruppe platzieren und die Gruppe auswählen möchten."
4817
+
4818
+ #~ msgid "A transparent area outside the advert in pixels. Default: 0/0/0/0."
4819
+ #~ msgstr ""
4820
+ #~ "Ein transparenter Bereich außerhalb der Anzeige in Pixeln. Standard: 0."
4821
+
4822
+ #~ msgid "Do not forget to set up Geo Targeting for your adverts as well."
4823
+ #~ msgstr ""
4824
+ #~ "Vergessen Sie nicht, Geo-Targeting ebenfalls für Ihre Anzeigen "
4825
+ #~ "einzurichten."
4826
+
4827
+ #~ msgid ""
4828
+ #~ "Do not forget to put at least one mobile advert in this group or no "
4829
+ #~ "adverts may show."
4830
+ #~ msgstr ""
4831
+ #~ "Vergessen Sie nicht, mindestens eine mobile Anzeige in dieser Gruppe "
4832
+ #~ "anzulegen oder es wird keine Werbung angezeigt."
4833
+
4834
+ #~ msgid "No"
4835
+ #~ msgstr "Nein"
4836
+
4837
+ #~ msgid "Fallback"
4838
+ #~ msgstr "Fallback"
4839
+
4840
+ #~ msgid "Group"
4841
+ #~ msgstr "Gruppe"
4842
+
4843
+ #~ msgid ""
4844
+ #~ "Zip files are automatically extracted in the location where they are "
4845
+ #~ "uploaded and the original zip file will be deleted once extracted."
4846
+ #~ msgstr ""
4847
+ #~ "Zip-Dateien werden automatisch an dem Speicherort extrahiert, an dem sie "
4848
+ #~ "hochgeladen werden, und die ursprüngliche ZIP-Datei wird nach dem "
4849
+ #~ "Extrahieren gelöscht."
4850
+
4851
+ #~ msgid "Deleting a folder deletes everything inside that folder as well!"
4852
+ #~ msgstr ""
4853
+ #~ "Durch das Löschen eines Ordners wird auch alles in diesem Ordner gelöscht!"
4854
+
4855
+ #~ msgid "New Schedule"
4856
+ #~ msgstr "Neuer Zeitplan"
4857
+
4858
+ #~ msgid "Edit Schedule"
4859
+ #~ msgstr "Bearbeiten Sie Ihren Zeitplan"
4860
+
4861
+ #~ msgid ""
4862
+ #~ "Time uses a 24 hour clock. When you're used to AM/PM: If the start or end "
4863
+ #~ "time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
4864
+ #~ msgstr ""
4865
+ #~ "Hinweis: Time verwendet eine 24-Stunden-Uhr. Wenn Sie die AM/PM-System "
4866
+ #~ "gewohnt sind, denken Sie daran: Wenn die Start- oder Endzeit nach Mittag "
4867
+ #~ "ist, müssen 12 Stunden hinzugefügt werden. 2PM ist 14:00 Uhr. 6AM ist "
4868
+ #~ "06:00 Uhr."
4869
+
4870
+ #~ msgid "Everything below is optional."
4871
+ #~ msgstr "Alles unterhalb ist optional."
4872
+
4873
+ #~ msgid ""
4874
+ #~ "These settings may cause adverts to intermittently not show. Use with "
4875
+ #~ "care!"
4876
+ #~ msgstr ""
4877
+ #~ "Diese Einstellungen bewirken möglicherweise, dass die Anzeigen zeitweise "
4878
+ #~ "nicht gezeigt werden. Verwenden Sie das mit Vorsicht!"
4879
+
4880
+ #~ msgid ""
4881
+ #~ "The maximum clicks and impressions are measured only for the schedule "
4882
+ #~ "that has the limit set up. And applies to each individual advert in the "
4883
+ #~ "group."
4884
+ #~ msgstr ""
4885
+ #~ "Die maximalen Klicks und Impressionen werden nur für den Zeitplan "
4886
+ #~ "gemessen, für den das Limit eingerichtet wurde. Und gilt für jede "
4887
+ #~ "einzelne Anzeige in der Gruppe."
4888
+
4889
+ #~ msgid "Show only on"
4890
+ #~ msgstr "Nur zeigen auf"
4891
+
4892
+ #~ msgid "Monday"
4893
+ #~ msgstr "Montag"
4894
+
4895
+ #~ msgid "Tuesday"
4896
+ #~ msgstr "Dienstag"
4897
+
4898
+ #~ msgid "Wednesday"
4899
+ #~ msgstr "Mittwoch"
4900
+
4901
+ #~ msgid "Thursday"
4902
+ #~ msgstr "Donnerstag"
4903
+
4904
+ #~ msgid "Friday"
4905
+ #~ msgstr "Freitag"
4906
+
4907
+ #~ msgid "Saturday"
4908
+ #~ msgstr "Samstag"
4909
+
4910
+ #~ msgid "Sunday"
4911
+ #~ msgstr "Sonntag"
4912
+
4913
+ #~ msgid "Daily start at"
4914
+ #~ msgstr "Täglicher Start bei"
4915
+
4916
+ #~ msgid "End on"
4917
+ #~ msgstr "Endet am"
4918
+
4919
+ #~ msgid ""
4920
+ #~ "Evenly spread impressions for each advert over the duration of this "
4921
+ #~ "schedule."
4922
+ #~ msgstr ""
4923
+ #~ "Gleichmäßig verbreiten Eindrücke für jede Anzeige über die Dauer dieses "
4924
+ #~ "Zeitplans."
4925
+
4926
+ #~ msgid "Requires Maximum Impressions to be higher than 100."
4927
+ #~ msgstr "Erfordert, dass maximale Impressionen höher als 100 sein müssen."
4928
+
4929
+ #~ msgid "Automatically delete the schedule 1 day after it expires?"
4930
+ #~ msgstr "Löschen Sie den Zeitplan 1 Tag nach Ablauf automatisch?"
4931
+
4932
+ #~ msgid "Adverts hide schedules that are not used by that advert."
4933
+ #~ msgstr ""
4934
+ #~ "Zeitpläne, die nicht von dieser Anzeige verwendet werden, werden "
4935
+ #~ "ausgeblendet."
4936
+
4937
+ #~ msgid "Save Schedule"
4938
+ #~ msgstr "Zeitplan speichern"
4939
+
4940
+ #~ msgid "Select Adverts"
4941
+ #~ msgstr "Anzeigen auswählen"
4942
+
4943
+ #~ msgid "Overview of clicks and impressions"
4944
+ #~ msgstr "Übersicht über Klicks und Impressionen"
4945
+
4946
+ #~ msgid "Period"
4947
+ #~ msgstr "Zeitraum"
4948
+
4949
+ #~ msgid "From"
4950
+ #~ msgstr "Von"
4951
+
4952
+ #~ msgid "Until"
4953
+ #~ msgstr "Bis"
4954
+
4955
+ #~ msgid "from"
4956
+ #~ msgstr "ab"
4957
+
4958
+ #~ msgid "Enable advertisers so they can review and manage their own adverts."
4959
+ #~ msgstr ""
4960
+ #~ "Inserenten aktivieren, damit diese ihre eigenen Anzeigen verwalten und "
4961
+ #~ "prüfen können."
4962
+
4963
+ #~ msgid "Duplicate adverts"
4964
+ #~ msgstr "Doppelte Werbung"
4965
+
4966
+ #~ msgid ""
4967
+ #~ "Enable this option to prevent adverts in groups that are in Default or "
4968
+ #~ "Block mode from showing multiple times on the same pageload."
4969
+ #~ msgstr ""
4970
+ #~ "Aktivieren Sie diese Option, um zu verhindern, dass Anzeigen in Gruppen, "
4971
+ #~ "die sich im Standard- oder Blockmodus befinden, mehrmals auf demselben "
4972
+ #~ "Seitenladen angezeigt werden."
4973
+
4974
+ #~ msgid ""
4975
+ #~ "If you still notice double adverts from groups placed on a page, start "
4976
+ #~ "with carefully looking at your setup to make sure you did not cause this "
4977
+ #~ "yourself."
4978
+ #~ msgstr ""
4979
+ #~ "Wenn Sie immer noch doppelte Anzeigen von Gruppen bemerken, die auf einer "
4980
+ #~ "Seite platziert sind, beginnen Sie mit einem sorgfältigen Betrachten "
4981
+ #~ "Ihres Setups, um sicherzustellen, dass Sie dies nicht selbst verursacht "
4982
+ #~ "haben."
4983
+
4984
+ #~ msgid "On some servers $_SESSION is disabled."
4985
+ #~ msgstr "Auf einigen Servern ist _SESSION deaktiviert."
4986
+
4987
+ #~ msgid ""
4988
+ #~ "A plugin called \"WP Session Manager\" by Eric Mann may fix this. "
4989
+ #~ "However, most people will not need this extra plugin!"
4990
+ #~ msgstr ""
4991
+ #~ "Ein Plugin namens \"WP Session Manager\" von Eric Mann kann dies beheben. "
4992
+ #~ "Jedoch, die meisten Menschen werden dieses zusätzliche Plugin nicht "
4993
+ #~ "brauchen!"
4994
+
4995
+ #~ msgid ""
4996
+ #~ "Enable this option to if your theme does not support shortcodes in the "
4997
+ #~ "WordPress text widget. (This does not always work!)"
4998
+ #~ msgstr ""
4999
+ #~ "Aktivieren Sie diese Option, wenn Ihr theme keine Shortcodes im Text-"
5000
+ #~ "Widget von WordPress unterstützt. (Dies funktioniert nicht immer!)"
5001
+
5002
+ #~ msgid "Live preview"
5003
+ #~ msgstr "Live-Vorschau"
5004
+
5005
+ #~ msgid "Dynamic mode"
5006
+ #~ msgstr "Dynamischer Modus"
5007
+
5008
+ #~ msgid ""
5009
+ #~ "The bot filter is used for Geo Targeting and the AdRotate stats tracker."
5010
+ #~ msgstr "Der Bot-Filter wird für den AdRotate Statistik-Tracker verwendet."
5011
+
5012
+ #~ msgid "Lookups remaining"
5013
+ #~ msgstr "Verbleibende Suchstellen"
5014
+
5015
+ #~ msgid ""
5016
+ #~ "This number is provided by the geo service and not checked for accuracy. "
5017
+ #~ "Not every geo service provides a quota."
5018
+ #~ msgstr ""
5019
+ #~ "Diese Nummer wird vom Geo-Service bereitgestellt und nicht auf Ihre "
5020
+ #~ "Richtigkeit überprüft. Nicht jeder Geo-Service stellt ein Kontingent "
5021
+ #~ "bereit."
5022
+
5023
+ #~ msgid "User ID"
5024
+ #~ msgstr "Benutzer ID"
5025
+
5026
+ #~ msgid "License Key/API Key"
5027
+ #~ msgstr "Lizenzschlüssel/API-Schlüssel"
5028
+
5029
+ #~ msgid "AdRotate Pro License"
5030
+ #~ msgstr "AdRotate Pro Lizenz"
5031
+
5032
+ #~ msgid ""
5033
+ #~ "Activate your AdRotate Pro License to receive automatic updates, use "
5034
+ #~ "AdRotate Geo and be eligble for premium support."
5035
+ #~ msgstr ""
5036
+ #~ "Aktivieren Sie die AdRotate Pro Lizenz, um automatische Updates zu "
5037
+ #~ "erhalten und Sie können AdRotate Geo verwenden. Sie sind berechtigt, "
5038
+ #~ "Premium-Support zu erhalten."
5039
+
5040
+ #~ msgid "Hide License Details"
5041
+ #~ msgstr "Lizenzdetails ausblenden"
5042
+
5043
+ #~ msgid "De-activate license"
5044
+ #~ msgstr "Deaktivieren Sie die Lizenz"
5045
+
5046
+ #~ msgid "Click only once! this may take a few seconds."
5047
+ #~ msgstr "Nur einmal klicken! Dies kann einige Sekunden dauern."
5048
+
5049
+ #~ msgid ""
5050
+ #~ "Use these functions when you are running into trouble with your adverts "
5051
+ #~ "or you notice your database is slow, unresponsive and sluggish. Normally "
5052
+ #~ "you should not need these functions, but sometimes they are a lifesaver!"
5053
+ #~ msgstr ""
5054
+ #~ "Verwenden Sie diese Funktionen, wenn Sie Probleme mit Ihren Anzeigen "
5055
+ #~ "haben oder feststellen, dass Ihre Datenbank langsam, nicht reagiert und "
5056
+ #~ "träge ist. Normalerweise sollten Sie diese Funktionen nicht brauchen, "
5057
+ #~ "aber manchmal sind sie ein Lebensretter!"
5058
+
5059
+ #~ msgid "Delete Assets"
5060
+ #~ msgstr "Assets löschen"
5061
+
5062
+ #~ msgid "Clean-up Assets"
5063
+ #~ msgstr "Bereinigungs-Assets"
5064
+
5065
+ #~ msgid ""
5066
+ #~ "You are about to delete advert files. This may delete advert assets "
5067
+ #~ "(images etc.) you may want to re-use at some point. Make sure you have a "
5068
+ #~ "backup!"
5069
+ #~ msgstr ""
5070
+ #~ "Sie sind im Begriff, Anzeigendateien zu löschen. Dadurch können "
5071
+ #~ "Werbeelemente (Bilder usw.) gelöscht werden, die Sie möglicherweise "
5072
+ #~ "irgendwann wiederverwenden möchten. Stellen Sie sicher, dass Sie ein "
5073
+ #~ "Backup haben!"
5074
+
5075
+ #~ msgid ""
5076
+ #~ "Check for unused image assets and delete them. This function only deletes "
5077
+ #~ "images and optionally export files. No other files or folders are touched."
5078
+ #~ msgstr ""
5079
+ #~ "Suchen Sie nach nicht verwendeten Bildassets, und löschen Sie sie. Diese "
5080
+ #~ "Funktion löscht nur Bilder und exportiert optional Dateien. Es werden "
5081
+ #~ "keine anderen Dateien oder Ordner berührt."
5082
+
5083
+ #~ msgid "Delete expired schedules."
5084
+ #~ msgstr "Löschen Sie abgelaufene Zeitpläne."
5085
+
5086
+ #~ msgid "Delete all adverts and their data from the trash."
5087
+ #~ msgstr "Löschen Sie alle Anzeigen und ihre Daten aus dem Papierkorb."
5088
+
5089
+ #~ msgid ""
5090
+ #~ "Additionally you can delete old schedules, statistics, trashed adverts. "
5091
+ #~ "Running this routine from time to time may improve the speed of your site."
5092
+ #~ msgstr ""
5093
+ #~ "Zusätzlich können Sie alte Zeitpläne, Statistiken, gelöschte Anzeigen "
5094
+ #~ "löschen. Das Ausführen dieser Routine von Zeit zu Zeit kann die "
5095
+ #~ "Geschwindigkeit Ihrer Website verbessern."
5096
+
5097
+ #~ msgid "Troubleshooting"
5098
+ #~ msgstr "Fehlerbehebung"
5099
+
5100
+ #~ msgid ""
5101
+ #~ "The below options are not meant for normal use and are only there for "
5102
+ #~ "developers to review saved settings or how ads are selected. These can be "
5103
+ #~ "used as a measure of troubleshooting upon request but for normal use they "
5104
+ #~ "SHOULD BE LEFT UNCHECKED!!"
5105
+ #~ msgstr ""
5106
+ #~ "Die folgenden Optionen sind nicht für den normalen Gebrauch gedacht und "
5107
+ #~ "sind nur für Entwickler, um die Bearbeitungseinstellungen zu speichern "
5108
+ #~ "oder wie Anzeigen ausgewählt werden. Diese können für die "
5109
+ #~ "Problembehandlung auf Anfrage verwendet werden, aber für normale Nutzer "
5110
+ #~ "sollte ALLES DEAKTIVIERT BLEIBEN!!"
5111
+
5112
+ #~ msgid "Developer Debug"
5113
+ #~ msgstr "Entwickler Debug"
5114
+
5115
+ #~ msgid ""
5116
+ #~ "Troubleshoot ads and how they are selected. Visible on the front-end."
5117
+ #~ msgstr ""
5118
+ #~ "Problembehandlung bei Anzeigen und wie sie ausgewählt werden. Auf dem "
5119
+ #~ "Front-End sichtbar."
5120
+
5121
+ #~ msgid "Geo Data output on the front-end."
5122
+ #~ msgstr "Geo-Daten-Ausgabe am Front-End."
5123
+
5124
+ #~ msgid ""
5125
+ #~ "Disable timers for clicks and impressions. AdRotate Internal Tracker only."
5126
+ #~ msgstr ""
5127
+ #~ "Timer für Klicks und Impressionen deaktivieren. Nur interner AdRotate-"
5128
+ #~ "Tracker."
5129
+
5130
+ #~ msgid ""
5131
+ #~ "Temporarily disable encryption on the redirect url. AdRotate Internal "
5132
+ #~ "Tracker only."
5133
+ #~ msgstr ""
5134
+ #~ "Deaktivieren Sie vorübergehend die Verschlüsselung auf der redirect Url. "
5135
+ #~ "Nur für AdRotate Internal Tracker."
5136
+
5137
+ #~ msgid "Check adverts for errors"
5138
+ #~ msgstr "Anzeigen auf Fehler prüfen"
5139
+
5140
+ #~ msgid "Send email notifications"
5141
+ #~ msgstr "E-Mail Benachrichtigungen senden"
5142
+
5143
+ #~ msgid "Delete adverts from trash"
5144
+ #~ msgstr "Löschen von Anzeigen aus dem Papierkorb"
5145
+
5146
+ #~ msgid "Delete expired trackerdata"
5147
+ #~ msgstr "Löschen abgelaufener Trackerdaten"
5148
+
5149
+ #~ msgid "Delete expired adverts"
5150
+ #~ msgstr "Löschen abgelaufener Anzeigen"
5151
+
5152
+ #~ msgid "Check for new version"
5153
+ #~ msgstr "Suchen nach einer neuen Version"
5154
+
5155
+ #~ msgid "Check for updates"
5156
+ #~ msgstr "Auf Aktualisierungen prüfen"
5157
+
5158
+ #~ msgid ""
5159
+ #~ "Enable this to remove the padding (blank space) around adverts in "
5160
+ #~ "widgets. (Does not always work!)"
5161
+ #~ msgstr ""
5162
+ #~ "Aktivieren Sie diese Option, um den angegebenen Rahmen um die Anzeigen in "
5163
+ #~ "Text-Widgets zu entfernen. (Funktioniert nicht immer!)"
5164
+
5165
+ #~ msgid "Hide Schedules"
5166
+ #~ msgstr "Zeitpläne ausblenden"
5167
+
5168
+ #~ msgid ""
5169
+ #~ "When editing adverts; Hide schedules that are not in use by that advert."
5170
+ #~ msgstr ""
5171
+ #~ "Wenn Sie Anzeigen bearbeiten: Blenden Sie Zeitpläne, die nicht von dieser "
5172
+ #~ "Anzeige verwendet werden, aus."
5173
+
5174
+ #~ msgid "Set up who gets notifications if adverts need your attention."
5175
+ #~ msgstr ""
5176
+ #~ "Hier können Sie angeben, wer die Benachrichtigungen erhält, wenn Anzeigen "
5177
+ #~ "Ihre Aufmerksamkeit erfordern."
5178
+
5179
+ #~ msgid ""
5180
+ #~ "Who has access to what? All but the \"advertiser page\" are usually for "
5181
+ #~ "admins and moderators."
5182
+ #~ msgstr ""
5183
+ #~ "Wer hat Zugang zu was? Alle Seiten außer die \"Inserent-Seite\" sind in "
5184
+ #~ "der Regel für Admins und Moderatoren gedacht."
5185
+
5186
+ #~ msgid "Advertiser page"
5187
+ #~ msgstr "Anbieter-Seite"
5188
+
5189
+ #~ msgid "Role to allow users/advertisers to see their advertisement page."
5190
+ #~ msgstr ""
5191
+ #~ "Rolle für Benutzer/Inserenten, die Ihre Anzeigenseite sehen zu möchten."
5192
+
5193
+ #~ msgid ""
5194
+ #~ "All permissions below do NOT apply to avertisers and they should NOT have "
5195
+ #~ "access to it!"
5196
+ #~ msgstr ""
5197
+ #~ "Alle Berechtigungen unten gelten nicht für Werbekunden und sie sollten "
5198
+ #~ "keinen Zugriff darauf haben!"
5199
+
5200
+ #~ msgid "Full report page"
5201
+ #~ msgstr "Vollständige Berichtsseite"
5202
+
5203
+ #~ msgid "Role to review the full report."
5204
+ #~ msgstr "Rolle, um den vollständigen Bericht zu lesen."
5205
+
5206
+ #~ msgid "Role to see and add/edit adverts."
5207
+ #~ msgstr "Rolle, um Anzeigen zu sehen, hinzufügen oder zu bearbeiten."
5208
+
5209
+ #~ msgid "Role to delete adverts and reset stats."
5210
+ #~ msgstr "Rolle, um Anzeigen zu löschen und die Statistik zurück zu setzen."
5211
+
5212
+ #~ msgid "Manage/Add/Edit schedules"
5213
+ #~ msgstr "Zeitpläne verwalten/hinzufügen/bearbeiten"
5214
+
5215
+ #~ msgid "Role to see and add/edit schedules."
5216
+ #~ msgstr ""
5217
+ #~ "Rolle, um Zeitpläne\n"
5218
+ #~ " zu sehen, hinzufügen oder zu bearbeiten."
5219
+
5220
+ #~ msgid "Delete schedules"
5221
+ #~ msgstr "Löschen Sie Zeitpläne"
5222
+
5223
+ #~ msgid "Role to delete schedules."
5224
+ #~ msgstr "Rolle, Zeitpläne zu löschen."
5225
+
5226
+ #~ msgid "Manage advertisers"
5227
+ #~ msgstr "Verwalte Inserenten"
5228
+
5229
+ #~ msgid "Access to see and manage the advertisers."
5230
+ #~ msgstr "Zugriff, um die Werbetreibenden zu sehen und zu verwalten."
5231
+
5232
+ #~ msgid "Moderate new adverts"
5233
+ #~ msgstr "Moderiere neue Anzeigen"
5234
+
5235
+ #~ msgid "Role to approve adverts submitted by advertisers."
5236
+ #~ msgstr "Rolle, um Werbung zu genehmigen."
5237
+
5238
+ #~ msgid "Approve/Reject adverts in Moderation Queue"
5239
+ #~ msgstr "Genehmigen / Ablehnen Anzeigen in Moderation Queue"
5240
+
5241
+ #~ msgid "Role to approve or reject adverts submitted by advertisers."
5242
+ #~ msgstr ""
5243
+ #~ "Rolle, um Werbung, die von Inserenten verfasst wurde, zu genehmigen oder "
5244
+ #~ "abzulehnen."
5245
+
5246
+ #~ msgid "Depreciated"
5247
+ #~ msgstr "Abschreibung"
5248
+
5249
+ #~ msgid ""
5250
+ #~ "Requires the Matomo tracking code installed in your sites footer. See the "
5251
+ #~ "manual for details."
5252
+ #~ msgstr ""
5253
+ #~ "Erfordert den Matomo-Tracking-Code, der in der Fußzeile Ihrer Sites "
5254
+ #~ "installiert ist. Weitere Informationen finden Sie im Handbuch."
5255
+
5256
+ #~ msgid "Google Analytics"
5257
+ #~ msgstr "Google Analytics"
5258
+
5259
+ #~ msgid ""
5260
+ #~ "The settings below only have effect when you use Google Analytics. Either "
5261
+ #~ "the Universal Tracker of the Global Tag Tracker."
5262
+ #~ msgstr ""
5263
+ #~ "Die folgenden Einstellungen wirken sich nur aus, wenn Sie Google "
5264
+ #~ "Analytics verwenden. Entweder der Universal Tracker des Global Tag "
5265
+ #~ "Tracker."
5266
+
5267
+ #~ msgid "Click value"
5268
+ #~ msgstr "Klickwert"
5269
+
5270
+ #~ msgid "Default: 1.00."
5271
+ #~ msgstr "Standard: 1.00."
5272
+
5273
+ #~ msgid "This number may not be empty, be lower than 0.1 or higher than 10."
5274
+ #~ msgstr ""
5275
+ #~ "Diese Zahl darf nicht leer sein, entweder weniger als 10 oder mehr als "
5276
+ #~ "3600 (1 Stunde)."
5277
+
5278
+ #~ msgid "Impression value"
5279
+ #~ msgstr "Impressionswert"
5280
+
5281
+ #~ msgid "Default: 2.00."
5282
+ #~ msgstr "Standard: 2.00."
5283
+
5284
+ #~ msgid "Bulk import adverts"
5285
+ #~ msgstr "Massenimport-Anzeigen"
5286
+
5287
+ #~ msgid ""
5288
+ #~ "Make sure the file is smaller than 4096Kb (up to approximately 1000 "
5289
+ #~ "adverts in 1 file)."
5290
+ #~ msgstr ""
5291
+ #~ "Stellen Sie sicher, dass die Datei kleiner als 4096Kb (bis etwa 1000 "
5292
+ #~ "Inserate 1 Datei)."
5293
+
5294
+ #~ msgid "Import"
5295
+ #~ msgstr "Import"
5296
+
5297
+ #~ msgid "Click only once!"
5298
+ #~ msgstr "Nur einmal klicken!"
5299
+
5300
+ #~ msgid ""
5301
+ #~ "As a thank you for your continued use and support of AdRotate "
5302
+ #~ "Professional you can get a new license at a special discounted price."
5303
+ #~ msgstr ""
5304
+ #~ "Als Dankeschön für Ihre fortgesetzte Nutzung und Unterstützung von "
5305
+ #~ "AdRotate Professional können Sie eine neue Lizenz zu einem speziellen "
5306
+ #~ "ermäßigten Preis erhalten."
5307
+
5308
+ #~ msgid ""
5309
+ #~ "Licenses are valid for 1 year from purchasing. Activating a new license "
5310
+ #~ "key will re-enable the Premium Support contact form and lets you use "
5311
+ #~ "AdRotate Geo again."
5312
+ #~ msgstr ""
5313
+ #~ "Lizenzen sind 1 Jahr ab Kauf gültig. Durch das Aktivieren eines neuen "
5314
+ #~ "Lizenzschlüssels wird das Premium Support-Kontaktformular wieder "
5315
+ #~ "aktiviert und Sie können AdRotate Geo erneut verwenden."
5316
+
5317
+ #~ msgid "Get your new License"
5318
+ #~ msgstr "Holen Sie sich Ihre neue Lizenz"
5319
+
5320
+ #~ msgid "Replace License key"
5321
+ #~ msgstr "Lizenzschlüssel ersetzen"
5322
+
5323
+ #~ msgid "I have a new License key already"
5324
+ #~ msgstr "Ich habe bereits einen neuen Lizenzschlüssel"
5325
+
5326
+ #~ msgid "What went wrong? Or what are you trying to do?"
5327
+ #~ msgstr "Was lief falsch? Oder was möchten Sie tun?"
5328
+
5329
+ #~ msgid "Include error messages and/or relevant information."
5330
+ #~ msgstr "Beinhaltet Fehlermeldungen und/oder relevante Informationen."
5331
+
5332
+ #~ msgid "Try to remember any actions that may cause the problem."
5333
+ #~ msgstr ""
5334
+ #~ "Versuchen Sie, sich alle Aktionen zu merken, die das Problem verursachen "
5335
+ #~ "können."
5336
+
5337
+ #~ msgid "Any code/HTML will be stripped from your message."
5338
+ #~ msgstr "Jeder Code / HTML wird aus der Nachricht entfernt werden."
5339
+
5340
+ #~ msgid "Your question"
5341
+ #~ msgstr "Ihre Frage"
5342
+
5343
+ #~ msgid "Your feedback"
5344
+ #~ msgstr "Ihr Feedback"
5345
+
5346
+ #~ msgid "Favorite feature in AdRotate Professional?"
5347
+ #~ msgstr "Lieblingsfunktion in AdRotate Professional?"
5348
+
5349
+ #~ msgid "Which feature do you think should be improved?"
5350
+ #~ msgstr "Welche Funktion sollte Ihrer Meinung nach verbessert werden?"
5351
+
5352
+ #~ msgid "Please use English or Dutch only!"
5353
+ #~ msgstr "Bitte verwenden Sie nur Englisch oder Niederländisch!"
5354
+
5355
+ #~ msgid ""
5356
+ #~ "Sending multiple messages with the same question will put you at the very "
5357
+ #~ "end of my support priorities. Please do not send the same message more "
5358
+ #~ "than once here or elsewhere. Thank you!"
5359
+ #~ msgstr ""
5360
+ #~ "Wenn Sie mehrere Nachrichten mit derselben Frage senden, stehen Sie ganz "
5361
+ #~ "am Ende meiner Supportprioritäten. Bitte senden Sie die gleiche Nachricht "
5362
+ #~ "nicht mehr als einmal hier oder anderswo. Danke!"
5363
+
5364
+ #~ msgid ""
5365
+ #~ "When you activate your AdRotate Professional license you can use fast "
5366
+ #~ "email support. No more queueing up in the forums. Email support is get "
5367
+ #~ "priority over the forums and is checked almost every workday."
5368
+ #~ msgstr ""
5369
+ #~ "Wenn Sie Ihre AdRotate Professional-Lizenz aktivieren, können Sie "
5370
+ #~ "schnellen E-Mail-Support verwenden. Keine Warteschlange mehr in den "
5371
+ #~ "Foren. E-Mail-Support hat Vorrang vor den Foren und wird fast jeden "
5372
+ #~ "Werktag überprüft."
5373
+
5374
+ #~ msgid "Activate License"
5375
+ #~ msgstr "Lizenz aktivieren"
5376
+
5377
+ #~ msgid "Contact your site administrator if you do not know what this means."
5378
+ #~ msgstr ""
5379
+ #~ "Kontaktieren Sie Ihren Administrator, wenn Sie nicht wissen, was das "
5380
+ #~ "bedeutet."
5381
+
5382
+ #~ msgid "No files found"
5383
+ #~ msgstr "Keine Dateien gefunden"
5384
+
5385
+ #~ msgid "Folder not found or not accessible"
5386
+ #~ msgstr "Ordner nicht gefunden oder nicht zugänglich"
5387
+
5388
+ #, fuzzy
5389
+ #~| msgid "Geo Targeting"
5390
+ #~ msgid "Set up Geo Targeting"
5391
+ #~ msgstr "Geo Targeting"
5392
+
5393
+ #, fuzzy
5394
+ #~| msgid "Geo Targeting"
5395
+ #~ msgid "Configure Geo Targeting"
5396
+ #~ msgstr "Geo Targeting"
5397
+
5398
+ #~ msgid "Roles"
5399
+ #~ msgstr "Benutzerrollen"
5400
+
5401
+ #, fuzzy
5402
+ #~| msgid ""
5403
+ #~| "Consider writing a review if you like AdRotate. Also follow my Facebook "
5404
+ #~| "page for updates about me and my plugins. Thank you!"
5405
+ #~ msgid ""
5406
+ #~ "Consider writing a review if you like AdRotate. Also take a look at my "
5407
+ #~ "Facebook page for updates about me and my plugins. Thank you!"
5408
+ #~ msgstr ""
5409
+ #~ "Schreibe eine Rezension, wenn Du AdRotate magst. Sieh Dir meine Facebook-"
5410
+ #~ "Seite an, um Neuigkeiten über mich und meine plugins zu erfahren. Danke!"
5411
+
5412
+ #~ msgid "Required when selecting a image/asset below."
5413
+ #~ msgstr "Erforderlich, wenn ein Bild unten ausgewählt wird."
5414
+
5415
+ #~ msgid ""
5416
+ #~ "Place the cursor in your AdCode where you want to add any of these tags "
5417
+ #~ "and click to add it."
5418
+ #~ msgstr ""
5419
+ #~ "Platzieren Sie den Cursor in Ihrem AdCode an der Stelle, wo Sie diese "
5420
+ #~ "Tags hinzufügen möchten und klicken Sie dann."
5421
+
5422
+ #~ msgid "Remaining Requests"
5423
+ #~ msgstr "Verbleibende Anforderungen"
5424
+
5425
+ #~ msgid "Important"
5426
+ #~ msgstr "Wichtig"
5427
+
5428
+ #~ msgid "More information"
5429
+ #~ msgstr "Mehr Informationen"
5430
+
5431
+ #~ msgid "Re-evaluate Ads"
5432
+ #~ msgstr "Anzeigen neu prüfen"
5433
+
5434
+ #~ msgid "Re-evaluate all ads"
5435
+ #~ msgstr "Alle anzeigen neu prüfen"
5436
+
5437
+ #~ msgid "Optimize Database"
5438
+ #~ msgstr "Datenbankoptimierung"
5439
+
5440
+ #~ msgid "Did you make a backup of your database?"
5441
+ #~ msgstr "Haben Sie ein Backup Ihrer Datenbank gemacht ?"
5442
+
5443
+ #~ msgid ""
5444
+ #~ "This may take a moment and may cause your website to respond slow "
5445
+ #~ "temporarily!"
5446
+ #~ msgstr ""
5447
+ #~ "Dies kann einen Moment dauern und kann dazu führen, dass Ihre Website "
5448
+ #~ "vorübergehend langsam reagieren!"
5449
+
5450
+ #, fuzzy
5451
+ #~| msgid "Activate License"
5452
+ #~ msgid "Affiliate Links"
5453
+ #~ msgstr "Lizenz aktivieren"
5454
+
5455
+ #, fuzzy
5456
+ #~| msgid "AdRotate Pro"
5457
+ #~ msgid "Update AdRotate Pro"
5458
+ #~ msgstr "AdRotate Pro"
5459
+
5460
+ #, fuzzy
5461
+ #~| msgid "AdRotate website"
5462
+ #~ msgid "AdRotate setup"
5463
+ #~ msgstr "AdRotate Website"
5464
+
5465
+ #~ msgid "Thank you. Your license is now active"
5466
+ #~ msgstr "Danke. Ihre Lizenz ist jetzt aktiv"
5467
+
5468
+ #~ msgid "Contact sales"
5469
+ #~ msgstr "Verkaufs-Kontakt"
5470
+
5471
+ #~ msgid "Contact publisher"
5472
+ #~ msgstr "Kontakt zum Herausgeber"
5473
+
5474
+ #~ msgid "Renew"
5475
+ #~ msgstr "Erneuern"
5476
+
5477
+ #~ msgid "Remove"
5478
+ #~ msgstr "Entfernen"
5479
+
5480
+ #~ msgid "Other"
5481
+ #~ msgstr "Sonstige"
5482
+
5483
+ #~ msgid "Renewal of"
5484
+ #~ msgstr "Erneuerung der"
5485
+
5486
+ #~ msgid "- I'd want my ad renewed for 1 year. Quote me!"
5487
+ #~ msgstr ""
5488
+ #~ "-Ich möchte meine Anzeige für 1 Jahr verlängern. Kontaktieren Sie mich!"
5489
+
5490
+ #~ msgid "- Renew my ad, but i want the weight set higher."
5491
+ #~ msgstr ""
5492
+ #~ "Ich möchte meine Anzeige verlängern, aber die Gewichtung soll höher "
5493
+ #~ "gesetzt werden-."
5494
+
5495
+ #~ msgid "- This ad doesn't perform, please remove it."
5496
+ #~ msgstr ""
5497
+ #~ "- Diese Anzeige wurde nicht ausführt, bitte entfernen Sie die Anzeige."
5498
+
5499
+ #~ msgid "- The budget is spent, please remove the ad when it expires."
5500
+ #~ msgstr ""
5501
+ #~ "- Das Budget ist ausgeschöpft, entfernen Sie bitte die Anzeige, wenn sie "
5502
+ #~ "abgelaufen ist."
5503
+
5504
+ #~ msgid "About"
5505
+ #~ msgstr "Über"
5506
+
5507
+ #~ msgid "- The ad is not in the right place. I'd like...."
5508
+ #~ msgstr ""
5509
+ #~ "- Die Anzeige ist nicht an der richtigen Stelle. Ich würde gerne...."
5510
+
5511
+ #~ msgid "- This ad works great for me!!"
5512
+ #~ msgstr "- Diese Anzeige läuft super !!"
5513
+
5514
+ #~ msgid "Complaint or problem"
5515
+ #~ msgstr "Beanstandung oder Problem"
5516
+
5517
+ #~ msgid "- My adverts do not show, what's going on?"
5518
+ #~ msgstr "- Meine Anzeigen werden nicht gezeigt, was ist da passiert?"
5519
+
5520
+ #~ msgid "- Why can't i see any clicks?"
5521
+ #~ msgstr "- Warum kann ich nicht alle Klicks sehen?"
5522
+
5523
+ #~ msgid "No address specified"
5524
+ #~ msgstr "Keine Adresse angegeben"
5525
+
5526
+ #~ msgid "Contact your Publisher"
5527
+ #~ msgstr "Kontakt zum Herausgeber"
5528
+
5529
+ #~ msgid ""
5530
+ #~ "Put in a request for renewal, removal or report an issue with this ad."
5531
+ #~ msgstr ""
5532
+ #~ "Antrag auf Verlängerung, Entfernung oder senden Sie einen Report bei "
5533
+ #~ "Problemen mit dieser Anzeige."
5534
+
5535
+ #~ msgid "ad"
5536
+ #~ msgstr "Anzeige"
5537
+
5538
+ #~ msgid "Short message/Reason"
5539
+ #~ msgstr "Kurze Nachricht/Begründung"
5540
+
5541
+ #~ msgid "Examples:"
5542
+ #~ msgstr "Beispiele:"
5543
+
5544
+ #, fuzzy
5545
+ #~| msgid "Save Advert"
5546
+ #~ msgid "Save Header"
5547
+ #~ msgstr "Anzeige speichern"
5548
+
5549
+ #~ msgid ""
5550
+ #~ "View advert specs and (some) stats in the dashboard. Visible only to "
5551
+ #~ "publishers."
5552
+ #~ msgstr ""
5553
+ #~ "Spezifikationen der Anzeige und Statistik auf dem Dashboard anzeigen. Nur "
5554
+ #~ "für Herausgeber sichtbar."
5555
+
5556
+ #~ msgid ""
5557
+ #~ "View advert specs on the moderator queue. Output stats summary for "
5558
+ #~ "Advertisers!"
5559
+ #~ msgstr ""
5560
+ #~ "Anzeige-Spezifikationen in der Moderator-Warteschlange anzeigen. Ausgabe "
5561
+ #~ "der Statistik-Zusammenfassung für Inserenten!"
5562
+
5563
+ #, fuzzy
5564
+ #~| msgid ""
5565
+ #~| "Requires Google Universal Analytics tracker installed in your sites "
5566
+ #~| "footer! uses onClick() and onload() in adverts"
5567
+ #~ msgid ""
5568
+ #~ "Requires Google Universal tracker installed in your sites footer! Uses "
5569
+ #~ "inline onClick() and onload() attributes in adverts"
5570
+ #~ msgstr ""
5571
+ #~ "Benötigt Google Universal-Analytics-Tracker, der in der Fußzeile Ihrer "
5572
+ #~ "Websites installiert werden muss! Verwendet onClick () und onload () in "
5573
+ #~ "den Anzeigen"
5574
+
5575
+ #, fuzzy
5576
+ #~| msgid ""
5577
+ #~| "Click and Impression recording via Cookie, stats are displayed in Events "
5578
+ #~| "> Banner."
5579
+ #~ msgid ""
5580
+ #~ "Click and Impression reporting via Cookie, stats are displayed in Events "
5581
+ #~ "> Banner."
5582
+ #~ msgstr ""
5583
+ #~ "Klicks und Impressionen werden über Cookies aufgenommen, Statistiken "
5584
+ #~ "werden in Events > Banner angezeigt."
5585
+
5586
+ #~ msgid "Internal Tracker"
5587
+ #~ msgstr "Interner Tracker"
5588
+
5589
+ #~ msgid "AdRotate"
5590
+ #~ msgstr "AdRotate"
5591
+
5592
+ #~ msgid "Add new Advert"
5593
+ #~ msgstr "Neue Anzeige hinzufügen"
5594
+
5595
+ #~ msgid "Currently"
5596
+ #~ msgstr "Aktuell"
5597
+
5598
+ #~ msgid "Send Email"
5599
+ #~ msgstr "Nachricht senden"
5600
+
5601
+ #, fuzzy
5602
+ #~| msgid "Start date (day/month/year)"
5603
+ #~ msgid "Start date (dd-mm-yyyy)"
5604
+ #~ msgstr "Startdatum (Tag/Monat/Jahr)"
5605
+
5606
+ #, fuzzy
5607
+ #~| msgid "End date (day/month/year)"
5608
+ #~ msgid "End date (dd-mm-yyyy)"
5609
+ #~ msgstr "End-Datum (Tag/Monat/Jahr)"
5610
+
5611
+ #~ msgid "Start time (hh:mm)"
5612
+ #~ msgstr "Start Uhrzeit (hh: mm)"
5613
+
5614
+ #~ msgid "End time (hh:mm)"
5615
+ #~ msgstr "Endzeit (hh: mm)"
5616
+
5617
+ #~ msgid "Choose groups"
5618
+ #~ msgstr "Gruppen auswählen"
5619
+
5620
+ #, fuzzy
5621
+ #~| msgid "Statistics for advert"
5622
+ #~ msgid "Basic advert"
5623
+ #~ msgstr "Statistiken zur Anzeige"
5624
+
5625
+ #, fuzzy
5626
+ #~| msgid ""
5627
+ #~| "Use either the text field or the dropdown. If the textfield has content "
5628
+ #~| "that field has priority."
5629
+ #~ msgid ""
5630
+ #~ "Use either the dropdown or the text field. If the dropdown is used, that "
5631
+ #~ "field has priority."
5632
+ #~ msgstr ""
5633
+ #~ "Verwenden Sie das Textfeld oder die Dropdown-Liste. Wenn Textfeld gefüllt "
5634
+ #~ "ist, hat das Feld Priorität."
5635
+
5636
+ #, fuzzy
5637
+ #~| msgid ""
5638
+ #~| "Define the maximum size of the adverts in pixels. Size can be "
5639
+ #~| "'auto' (Not recommended). Default: 125/125."
5640
+ #~ msgid "Define the maximum size of the adverts in pixels."
5641
+ #~ msgstr ""
5642
+ #~ "Definieren Sie die maximale Größe der Werbung in Pixel. Die Größe kann "
5643
+ #~ "sein 'auto' (nicht empfohlen). Standard: 125/125."
5644
+
5645
+ #, fuzzy
5646
+ #~| msgid "Least clicks"
5647
+ #~ msgid "Flash clickTAG"
5648
+ #~ msgstr "Am wenigsten Klicks"
5649
+
5650
+ #, fuzzy
5651
+ #~| msgid "Most clicks"
5652
+ #~ msgid "No clickTAG"
5653
+ #~ msgstr "Die meisten Klicks"
5654
+
5655
+ #, fuzzy
5656
+ #~| msgid "Clicks"
5657
+ #~ msgid "ClickTag"
5658
+ #~ msgstr "Clicks"
5659
+
5660
+ #, fuzzy
5661
+ #~ msgid "Clicktag"
5662
+ #~ msgstr "Clicktracking :"
5663
+
5664
+ #, fuzzy
5665
+ #~| msgid "Title (optional):"
5666
+ #~ msgid "(Optional)"
5667
+ #~ msgstr "Titel (optional):"
5668
+
5669
+ #~ msgid "Only required if your group is in Dynamic or Block mode."
5670
+ #~ msgstr ""
5671
+ #~ "Nur erforderlich, wenn Ihre Gruppe im dynamischen oder Block-Modus ist."
5672
+
5673
+ #~ msgid "Choose adverts"
5674
+ #~ msgstr "Wählen Sie Anzeigen"
5675
+
5676
+ #~ msgid "Admin Bar"
5677
+ #~ msgstr "Admin-Leiste"
5678
+
5679
+ #~ msgid "Enable the AdRotate Quickmenu in the Admin Bar"
5680
+ #~ msgstr "Aktivieren der AdRotate Quickmenu in der Admin-Bar"
5681
+
5682
+ #~ msgid "ID - Title"
5683
+ #~ msgstr "ID - Titel"
5684
+
5685
+ #~ msgid "Visible from"
5686
+ #~ msgstr "Sichtbar von"
5687
+
5688
+ #~ msgid "Is almost expired."
5689
+ #~ msgstr "Ist bereits abgelaufen"
5690
+
5691
+ #~ msgid ""
5692
+ #~ "No adverts found, if you feel this to be in error contact your publisher."
5693
+ #~ msgstr ""
5694
+ #~ "Keine Anzeigen gefunden, wenn Sie anderer Meinung sind nehmen Sie Kontakt "
5695
+ #~ "zum Herausgeber auf."
5696
+
5697
+ #~ msgid "Has been rejected."
5698
+ #~ msgstr "wurde abgelehnt"
5699
+
5700
+ #~ msgid "ads, sharing a total of"
5701
+ #~ msgstr "Anzeigen, freigeben von insgesamt"
5702
+
5703
+ #~ msgid "impressions."
5704
+ #~ msgstr "Impressions."
5705
+
5706
+ #~ msgid "Most clicks"
5707
+ #~ msgstr "Die meisten Klicks"
5708
+
5709
+ #~ msgid "No ad stands out at this time."
5710
+ #~ msgstr "Keine Anzeige zu diesem Zeitpunkt."
5711
+
5712
+ #~ msgid "Least clicks"
5713
+ #~ msgstr "Am wenigsten Klicks"
5714
+
5715
+ #~ msgid "Click-Through-Rate"
5716
+ #~ msgstr "Click-Through-Rate"
5717
+
5718
+ #~ msgid "based on"
5719
+ #~ msgstr "Auf Basis von:"
5720
+
5721
+ #~ msgid "impressions and"
5722
+ #~ msgstr "Impressionen und"
5723
+
5724
+ #~ msgid "Useful Links"
5725
+ #~ msgstr "Nützliche Links"
5726
+
5727
+ #~ msgid "Useful links to learn more about AdRotate"
5728
+ #~ msgstr "Nützliche Links, um mehr über AdRotate zu lernen"
5729
+
5730
+ #~ msgid "AdRotate manuals"
5731
+ #~ msgstr "AdRotate Handbücher"
5732
+
5733
+ #, fuzzy
5734
+ #~| msgid "Follow Arnan on Facebook"
5735
+ #~ msgid "Follow me on Facebook"
5736
+ #~ msgstr "Arnan auf Facebook folgen"
5737
+
5738
+ #~ msgid "Brought to you by"
5739
+ #~ msgstr "Mit freundlicher Empfehlung von"
5740
+
5741
+ #~ msgid "Single Ad - Use Ad ID"
5742
+ #~ msgstr "Einzelne Anzeige - Verwenden Sie die Anzeigen-ID"
5743
+
5744
+ #~ msgid "Group of Ads - Use group ID"
5745
+ #~ msgstr "Gruppe von Anzeigen - Verwenden Sie Gruppen-ID"
5746
+
5747
+ #~ msgid "Advert/Group ID:"
5748
+ #~ msgstr "Anzeige/Gruppen-ID:"
5749
+
5750
+ #~ msgid "Site ID:"
5751
+ #~ msgstr "Website-ID"
5752
+
5753
+ #~ msgid "Recommended"
5754
+ #~ msgstr "Empfohlen"
5755
+
5756
+ #~ msgid "Cleans up overhead data in the AdRotate tables."
5757
+ #~ msgstr "Daten in den Tabellen von AdRotate werden bereinigt."
5758
+
5759
+ #~ msgid ""
5760
+ #~ "Overhead data is accumulated garbage resulting from changes you've made. "
5761
+ #~ "This can vary from nothing to several hundred kilobytes of data."
5762
+ #~ msgstr ""
5763
+ #~ "Es können unnötige Dateien aufgrund von vielen Veränderungen, die Sie "
5764
+ #~ "vorgenommen haben, entstanden sein. Dies können Hunderte von KiB sein."
5765
+
5766
+ #~ msgid "Push notifications to your smartphone."
5767
+ #~ msgstr "Push-Benachrichtigungen auf Ihr Smartphone."
5768
+
5769
+ #~ msgid ""
5770
+ #~ "Push notifications are delivered through Pushover, a notification service "
5771
+ #~ "for Android and iOS"
5772
+ #~ msgstr ""
5773
+ #~ "Push-Benachrichtigungen werden über Pushover, ein Benachrichtigungsdienst "
5774
+ #~ "für Android und iOS bereitgestellt."
5775
+
5776
+ #~ msgid ""
5777
+ #~ "The Pushover App is a one time purchase for either Android and/or iOS. "
5778
+ #~ "More information can be found on the pushover website;"
5779
+ #~ msgstr ""
5780
+ #~ "Die Pushover-App ist ein Zeit-Kauf für entweder Android oder iOS. Weitere "
5781
+ #~ "Informationen finden Sie auf der pushover Website;"
5782
+
5783
+ #~ msgid "Push Notifications"
5784
+ #~ msgstr "Benachrichtigungen"
5785
+
5786
+ #~ msgid ""
5787
+ #~ "Receive information about what is happening with your AdRotate setup on "
5788
+ #~ "your smartphone via Pushover."
5789
+ #~ msgstr ""
5790
+ #~ "Erhalten Sie Informationen über Neuigkeiten Ihres AdRotate-Setup auf "
5791
+ #~ "Ihrem Smartphone über Pushover."
5792
+
5793
+ #~ msgid "User Key"
5794
+ #~ msgstr "Nutzer Key"
5795
+
5796
+ #~ msgid "Get your user token"
5797
+ #~ msgstr "Holen Sie sich Ihre Benutzertoken"
5798
+
5799
+ #~ msgid "here"
5800
+ #~ msgstr "hier"
5801
+
5802
+ #~ msgid "Api Token"
5803
+ #~ msgstr "API-Token"
5804
+
5805
+ #~ msgid "App"
5806
+ #~ msgstr "App"
5807
+
5808
+ #~ msgid "and get your API token"
5809
+ #~ msgstr "und erhalten Ihre API token"
5810
+
5811
+ #~ msgid "Advanced, Faster"
5812
+ #~ msgstr "Erweitert, schneller"
5813
+
5814
+ #~ msgid "Faster"
5815
+ #~ msgstr "Schneller"
5816
+
5817
+ #~ msgid "manual"
5818
+ #~ msgstr "Handbuch"
5819
+
5820
+ #~ msgid "Banner image deleted"
5821
+ #~ msgstr "Banner-Bild gelöscht"
5822
+
5823
+ #~ msgid "Something went wrong deleting the file"
5824
+ #~ msgstr ""
5825
+ #~ "Oha! Da ist etwas schief gelaufen, als die Datei gelöscht werden sollte!"
5826
+
5827
+ #~ msgid "Empty database records removed"
5828
+ #~ msgstr "Leere Datenbankdatensätze entfernt"
5829
+
5830
+ #~ msgid "Delete file"
5831
+ #~ msgstr "Lösche Datei"
5832
+
5833
+ #~ msgid "Are you sure you want to delete this file?"
5834
+ #~ msgstr "Möchten Sie diese Datei wirklich löschen?"
5835
+
5836
+ #~ msgid "Make sure no adverts still use this image!"
5837
+ #~ msgstr "Stellen Sie sicher, dass keine Werbung dieses Bild verwendet!"
5838
+
5839
+ #~ msgid "Banners folder not found or not accessible"
5840
+ #~ msgstr "Banner-Ordner nicht gefunden oder nicht zugänglich"
5841
+
5842
+ #~ msgid "No valid response from license server. Contact support."
5843
+ #~ msgstr ""
5844
+ #~ "Keine gültige Antwort vom Lizenzserver. Kontakt zum Support aufnehmen."
5845
+
5846
+ #~ msgid "Specification"
5847
+ #~ msgstr "Vorgabe"
5848
+
5849
+ #~ msgid "impressions per hour"
5850
+ #~ msgstr "Impressions pro Stunde"
5851
+
5852
+ #~ msgid "AdRotate is brought to you by"
5853
+ #~ msgstr "AdRotate wird erstellt mit freundlicher Empfehlung von"
5854
+
5855
+ #~ msgid ""
5856
+ #~ "I am a digital nomad in the Philippines. Click on my name to find out "
5857
+ #~ "more about me and what I am doing. Thanks for your support and for using "
5858
+ #~ "my plugins!"
5859
+ #~ msgstr ""
5860
+ #~ "Ich bin ein digitaler Nomade auf den Philippinen. Klicken Sie auf meinen "
5861
+ #~ "Namen, um mehr über mich zu erfahren. Vielen Dank für Ihre Unterstützung "
5862
+ #~ "und für meine Plugins!"
5863
+
5864
+ #~ msgid "Location"
5865
+ #~ msgstr "Ort"
5866
+
5867
+ #~ msgid ""
5868
+ #~ "View Geo Targeting data on the Geo Targeting tab here in settings. Also "
5869
+ #~ "has Geo Data output on the front-end."
5870
+ #~ msgstr ""
5871
+ #~ "Geo-Targeting-Daten auf der Geo-Targeting Registerkarte hier in den "
5872
+ #~ "Einstellungen anzeigen. Ausgabe der Geo-Daten erfolgt auch auf dem Front-"
5873
+ #~ "End."
5874
+
5875
+ #~ msgid "Cities/States"
5876
+ #~ msgstr "Städte / Staaten"
5877
+
5878
+ #~ msgid ""
5879
+ #~ "A comma separated list of cities (or the Metro ID) and/or states (Also "
5880
+ #~ "the states ISO codes are supported)"
5881
+ #~ msgstr ""
5882
+ #~ "Eine durch Kommas getrennte Liste der Städte (oder die Metro-ID) und/oder "
5883
+ #~ "Staaten (auch die Statuswerte ISO-Codes werden unterstützt)"
5884
+
5885
+ #~ msgid "Countries"
5886
+ #~ msgstr "Länder"
5887
+
5888
+ #~ msgid "Select the countries you want the adverts to show in."
5889
+ #~ msgstr "Wählen Sie die Länder, in denen Sie die Werbung anzeigen wollen."
5890
+
5891
+ #~ msgid "Cities take priority and will be filtered first."
5892
+ #~ msgstr "Städte haben eine höhere Priorität und werden zunächst gefiltert."
5893
+
5894
+ #~ msgid "In categories?"
5895
+ #~ msgstr "Welche Kategorien?"
5896
+
5897
+ #~ msgid "Which categories?"
5898
+ #~ msgstr "Welche Kategorien?"
5899
+
5900
+ #~ msgid "Click the categories posts you want the adverts to show in."
5901
+ #~ msgstr ""
5902
+ #~ "Klicken Sie auf die Kategorien Einträge, damit die darin enthaltenen "
5903
+ #~ "Anzeigen gezeigt werden."
5904
+
5905
+ #~ msgid "In pages?"
5906
+ #~ msgstr "Welche Seiten?"
5907
+
5908
+ #~ msgid "Which pages?"
5909
+ #~ msgstr "Welche Seiten?"
5910
+
5911
+ #~ msgid "Click the pages you want the adverts to show in."
5912
+ #~ msgstr ""
5913
+ #~ "Klicken Sie auf die Seiten, auf denen Sie die Werbung angezeigt bekommen "
5914
+ #~ "wollen."
5915
+
5916
+ #~ msgid ""
5917
+ #~ "AdRotate creates empty records when you start making adverts, groups or "
5918
+ #~ "schedules. In rare occasions these records are faulty."
5919
+ #~ msgstr ""
5920
+ #~ "AdRotate erstellt leere Datensätze, wenn Sie Anzeigen, Gruppen oder "
5921
+ #~ "Zeitpläne erstellen. In seltenen Fällen sind diese Einträge fehlerhaft."
5922
+
5923
+ #~ msgid "Responsive"
5924
+ #~ msgstr "Responsive"
5925
+
5926
+ #~ msgid "Enable responsive support for this advert."
5927
+ #~ msgstr "Aktivieren Sie responsive Unterstützung für diese Anzeige."
5928
+
5929
+ #~ msgid ""
5930
+ #~ "Upload your images to the banner folder and make sure the filename is in "
5931
+ #~ "the following format; \"imagename.full.ext\"."
5932
+ #~ msgstr ""
5933
+ #~ "Laden Sie Ihre Bilder in den Banner-Ordner und stellen Sie sicher, dass "
5934
+ #~ "der Dateiname im folgenden Format ist; \"imagename.full.ext\"."
5935
+
5936
+ #~ msgid ""
5937
+ #~ "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in "
5938
+ #~ "the filename instead of \".full\" for the various viewports."
5939
+ #~ msgstr ""
5940
+ #~ "Für kleinere Bilder verwenden \"0,320\", \"0,480\", \"0,768\" oder "
5941
+ #~ "\"0,1024\" im Dateinamen anstelle von \"full\" für die verschiedenen "
5942
+ #~ "Ansichtsfenster."
5943
+
5944
+ #~ msgid ""
5945
+ #~ "This feature will not be developed any further. Consider using the Mobile "
5946
+ #~ "feature above!"
5947
+ #~ msgstr ""
5948
+ #~ "Dieses Feature wird nicht weiter ausgebaut. Erwägen Sie das Mobile "
5949
+ #~ "Feature oben!"
5950
+
5951
+ #~ msgid "Ads imported"
5952
+ #~ msgstr "Anzeigen importiert"
5953
+
5954
+ #~ msgid ""
5955
+ #~ "This license can not be activated for networks. Please purchase a "
5956
+ #~ "Developer or Network license."
5957
+ #~ msgstr ""
5958
+ #~ "Diese Lizenz kann nicht für Netzwerke aktiviert werden. Bitte kaufen Sie "
5959
+ #~ "eine Lizenz für Entwickler oder Netzwerk."
5960
+
5961
+ #~ msgid "email support"
5962
+ #~ msgstr "Email Support"
5963
+
5964
+ #~ msgid "Moderation queue"
5965
+ #~ msgstr "Moderiere Warteschlange"
5966
+
5967
+ #~ msgid "Full Report"
5968
+ #~ msgstr "Vollständiger Bericht"
5969
+
5970
+ #~ msgid "Schedule Management"
5971
+ #~ msgstr "Zeitplanmanagement"
5972
+
5973
+ #~ msgid "Media Management"
5974
+ #~ msgstr "Medienmanagement"
5975
+
5976
+ #~ msgid "AdRotate Network License"
5977
+ #~ msgstr "AdRotate Netzwerklizenz"
5978
+
5979
+ #~ msgid ""
5980
+ #~ "For network activated setups like this you need a Network or Developer "
5981
+ #~ "License."
5982
+ #~ msgstr ""
5983
+ #~ "Für aktivierte Netzwerk-Setups benötigen Sie eine Netzwerk- oder eine "
5984
+ #~ "Entwicklerlizenz."
5985
+
5986
+ #~ msgid "Queued and Erroneous Adverts"
5987
+ #~ msgstr "In der Warteschlange und falsche Anzeigen"
5988
+
5989
+ #~ msgid ""
5990
+ #~ "Adverts listed here are queued for review, rejected by a reviewer or have "
5991
+ #~ "a configuration error."
5992
+ #~ msgstr ""
5993
+ #~ "Anzeigen, die hier aufgeführt sind, befinden sich zur Überprüfung in der "
5994
+ #~ "Warteschlange, sind von einem Prüfer abgelehnt worden oder haben einen "
5995
+ #~ "Konfigurationsfehler."
5996
+
5997
+ #~ msgid "Your Active Adverts"
5998
+ #~ msgstr "Ihre aktiven Anzeigen"
5999
+
6000
+ #~ msgid "What went wrong? (if anything) or what are you trying to do?"
6001
+ #~ msgstr "Was lief falsch (wenn überhaupt)? oder was möchten Sie tun?"
6002
+
6003
+ #~ msgid "Please use english or dutch only!"
6004
+ #~ msgstr "Bitte schreiben Sie nur Englisch oder Niederländisch!"
6005
+
6006
+ #~ msgid "There are no archived adverts!"
6007
+ #~ msgstr "Es gibt keine archivierten Werbung!"
6008
+
6009
+ #~ msgid "Sortorder"
6010
+ #~ msgstr "Sortierreihenfolge"
6011
+
6012
+ #~ msgid "For administrative purposes set a sortorder."
6013
+ #~ msgstr "Legen eine Sortierungsordnung für administrative Zwecke an."
6014
+
6015
+ #~ msgid "Leave empty or 0 to skip this. Will default to ad id."
6016
+ #~ msgstr ""
6017
+ #~ "Leer lassen oder 0, um dies zu überspringen. Anzeigen-Id standardmäßig "
6018
+ #~ "wird verwendet."
6019
+
6020
+ #~ msgid "Select a file to import"
6021
+ #~ msgstr "Wählen Sie die Datei zum Importieren"
6022
+
6023
+ #~ msgid "Overall Impressions"
6024
+ #~ msgstr "Alle Impressions"
6025
+
6026
+ #~ msgid "Overall Clicks"
6027
+ #~ msgstr "Gesamte Klicks"
6028
+
6029
+ #~ msgid "Leave empty or 0 to skip this. Will default to group id."
6030
+ #~ msgstr ""
6031
+ #~ "Leer lassen oder 0, um dies zu überspringen. Gruppen-Id standardmäßig "
6032
+ #~ "wird verwendet."
6033
+
6034
+ #~ msgid "For HTML5 adverts you can also upload html and javascript files."
6035
+ #~ msgstr ""
6036
+ #~ "Für HTML5-Anzeigen können Sie auch HTML und JavaScript-Dateien hochladen."
6037
+
6038
+ #~ msgid "Maximum size is 512Kb."
6039
+ #~ msgstr "Maximale Größe ist 512Kb."
6040
+
6041
+ #~ msgid "Waiting for Review and Approval"
6042
+ #~ msgstr "Warten auf Prüfung und Genehmigung"
6043
+
6044
+ #~ msgid "No adverts in queue yet!"
6045
+ #~ msgstr "Keine Werbung in der Warteschlange!"
6046
+
6047
+ #~ msgid "Rejected adverts"
6048
+ #~ msgstr "Abgelehnte Anzeigen"
6049
+
6050
+ #~ msgid "No schedules created yet!"
6051
+ #~ msgstr "Noch keine Zeitpläne erstellt!"
6052
+
6053
+ #~ msgid "ad(s) with errors!"
6054
+ #~ msgstr "Anzeige(n) mit Fehlern!"
6055
+
6056
+ #~ msgid "ad(s) expired!"
6057
+ #~ msgstr "Anzeige(n) abgelaufen!"
6058
+
6059
+ #~ msgid "ad(s) have an unknown status."
6060
+ #~ msgstr "Anzeige(n) haben einen unbekannten Status."
6061
+
6062
+ #~ msgid "[AdRotate Alert] Test message!"
6063
+ #~ msgstr "[AdRotate Alarm] Testmeldung!"
6064
+
6065
+ #~ msgid "This is a test notification!"
6066
+ #~ msgstr "Dies ist eine Test-Mitteilung!"
6067
+
6068
+ #~ msgid "[AdRotate Alert] Your ads need your help!"
6069
+ #~ msgstr "[AdRotate Alarm] Ihre Anzeigen brauchen Ihre Aufmerksamkeit!"
6070
+
6071
+ #~ msgid "Current issues:"
6072
+ #~ msgstr "Aktuelle Themen"
6073
+
6074
+ #~ msgid ""
6075
+ #~ "ad(s) have configuration errors. This needs your immediate attention!"
6076
+ #~ msgstr ""
6077
+ #~ "Anzeige(n) haben Konfigurationsfehler. Dies benötigt Ihre sofortige "
6078
+ #~ "Aufmerksamkeit!"
6079
+
6080
+ #~ msgid "ad(s) expired. This needs your immediate attention!"
6081
+ #~ msgstr "Anzeige(n) abgelaufen. Dies benötigt Ihre sofortige Aufmerksamkeit!"
6082
+
6083
+ #~ msgid "A total of"
6084
+ #~ msgstr "Insgesamt"
6085
+
6086
+ #~ msgid "ad(s) are in need of your care!"
6087
+ #~ msgstr "Anzeige(n) benötigen Ihre Aufmerksamkeit!"
6088
+
6089
+ #~ msgid "Moderate"
6090
+ #~ msgstr "Moderiere"
6091
+
6092
+ #~ msgid "You didn't use %image% in your AdCode but did select an image!"
6093
+ #~ msgstr ""
6094
+ #~ "Sie haben %image% nicht in Ihrem AdCode verwendet, haben aber eine Datei "
6095
+ #~ "ausgewählt!"
6096
+
6097
+ #~ msgid "You did use %image% in your AdCode but did not select an image!"
6098
+ #~ msgstr ""
6099
+ #~ "Sie haben %image% in Ihrem AdCode verwendet, haben aber keine Datei "
6100
+ #~ "ausgewählt!"
6101
+
6102
+ #~ msgid "Please contact staff, your advert is not being displayed!"
6103
+ #~ msgstr ""
6104
+ #~ "Kontaktieren Sie die Mitarbeiter, Ihre Anzeige wird nicht angezeigt!"
6105
+
6106
+ #~ msgid ""
6107
+ #~ "Please contact staff, a Click rate was set but clicktracking is not "
6108
+ #~ "active!"
6109
+ #~ msgstr ""
6110
+ #~ "Kontaktieren Sie die Mitarbeiter, eine Klickrate wurde festgelegt, aber "
6111
+ #~ "Clicktracking ist nicht aktiv!"
6112
+
6113
+ #~ msgid "Insert the %image% tag. Required when selecting a image below."
6114
+ #~ msgstr ""
6115
+ #~ "Fügen Sie %image% ein. Dies ist erforderlich, wenn unten ein Bild "
6116
+ #~ "ausgewählt wird."
6117
+
6118
+ #~ msgid "Use %image% in the code. Accepted files are:"
6119
+ #~ msgstr "Verwenden Sie%image% im Code. Akzeptierte Dateien sind:"
6120
+
6121
+ #~ msgid "Show on;"
6122
+ #~ msgstr "Gezeigt bei;"
6123
+
6124
+ #~ msgid "Tablets."
6125
+ #~ msgstr "Tablets"
6126
+
6127
+ #~ msgid "Check the group specification to see if Mobile support is enabled."
6128
+ #~ msgstr ""
6129
+ #~ "Überprüfen der Gruppen-Spezifikation, um festzustellen, ob Mobile-"
6130
+ #~ "Unterstützung aktiviert ist."
6131
+
6132
+ #~ msgid "Normal visibility"
6133
+ #~ msgstr "Normale Sicht"
6134
+
6135
+ #~ msgid ""
6136
+ #~ "Weight decides the visibility. Better visibility means more impressions."
6137
+ #~ msgstr ""
6138
+ #~ "Gewichtung entscheidet die Sichtbarkeit. Bessere Sichtbarkeit bedeutet "
6139
+ #~ "mehr impressions."
6140
+
6141
+ #~ msgid ""
6142
+ #~ "The staff usually is free to change this value depending on their "
6143
+ #~ "agreement with you."
6144
+ #~ msgstr ""
6145
+ #~ "Die Mitarbeiter sind berechtigt, diesen Wert entsprechend der "
6146
+ #~ "Vereinbarung mit Ihnen zu ändern."
6147
+
6148
+ #~ msgid "Check with your publisher if localized adverts are possible for you."
6149
+ #~ msgstr "Überprüfen Sie, ob lokalisierte Werbung für Sie möglich sind."
6150
+
6151
+ #~ msgid "Cities"
6152
+ #~ msgstr "Städte"
6153
+
6154
+ #~ msgid "Usage:"
6155
+ #~ msgstr "Verwendung:"
6156
+
6157
+ #~ msgid "Request group information"
6158
+ #~ msgstr "Gruppeninformationen anfordern"
6159
+
6160
+ #~ msgid "Request new schedule"
6161
+ #~ msgstr "Anforderung neuer Zeitplan"
6162
+
6163
+ #~ msgid "impressions per day"
6164
+ #~ msgstr "Impressions pro Tag"
6165
+
6166
+ #~ msgid "You did not use %image% in your AdCode but did select a file to use!"
6167
+ #~ msgstr ""
6168
+ #~ "Sie haben %image% nicht in Ihrem AdCode verwendet, haben aber eine Datei "
6169
+ #~ "ausgewählt!"
6170
+
6171
+ #~ msgid "You did use %image% in your AdCode but did not select a file to use!"
6172
+ #~ msgstr ""
6173
+ #~ "Sie haben %image% in Ihrem AdCode verwendet, haben aber keine Datei "
6174
+ #~ "ausgewählt!"
6175
+
6176
+ #~ msgid ""
6177
+ #~ "You did not use %image% in your AdCode. The responsive feature will be "
6178
+ #~ "ineffective."
6179
+ #~ msgstr ""
6180
+ #~ "Sie haben %image% nicht in Ihrem AdCode verwendet, die checkbox "
6181
+ #~ "\"responsive\" wird unwirksam."
6182
+
6183
+ #~ msgid "Responsive is enabled but your banner image has the wrong name."
6184
+ #~ msgstr ""
6185
+ #~ "Responsive ist aktiviert, aber dein Bannerbild hat den falschen Namen."
6186
+
6187
+ #~ msgid "A Click rate was set but Tracking is not active!"
6188
+ #~ msgstr "Eine Klickrate wurde eingestellt, aber Tracking ist nicht aktiv!"
6189
+
6190
+ #~ msgid "Use %image% in the adcode instead of the file path."
6191
+ #~ msgstr "Verwenden Sie Bild % im Adcode statt den Dateipfad."
6192
+
6193
+ #~ msgid "Yes, this ad will be visible"
6194
+ #~ msgstr "Ja, diese Anzeige wird sichtbar sein."
6195
+
6196
+ #~ msgid "Disabled, do not show this ad anywhere"
6197
+ #~ msgstr "Deaktiviert, diese Anzeige nirgendwo anzeigen"
6198
+
6199
+ #~ msgid "Maybe, this ad is queued for review"
6200
+ #~ msgstr ""
6201
+ #~ "Vielleicht ist diese Anzeige für die Überprüfung in der Warteschlange"
6202
+
6203
+ #~ msgid "No, this ad is rejected"
6204
+ #~ msgstr "Nein, diese Anzeige abgelehnt wird"
6205
+
6206
+ #~ msgid ""
6207
+ #~ "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad"
6208
+ #~ "\" and enter ID"
6209
+ #~ msgstr ""
6210
+ #~ "Ziehen Sie das AdRotate Widget in der gewünschten Seitenleiste, wählen "
6211
+ #~ "Sie \"Einzelne Anzeige\" und geben Sie die ID an."
6212
+
6213
+ #~ msgid ""
6214
+ #~ "If you use a multisite/networked setup you can not select groups from "
6215
+ #~ "other sites here. Use the override in the shortcode or PHP snippet "
6216
+ #~ "instead!"
6217
+ #~ msgstr ""
6218
+ #~ "Wenn Sie ein Multisite / Netzwerk-Setup verwenden, können Sie keine "
6219
+ #~ "Gruppen von anderen Websites auswählen. Verwenden Sie stattdessen einen "
6220
+ #~ "Shortcode oder PHP Snippet!"
6221
+
6222
+ #~ msgid ""
6223
+ #~ "For responsive adverts make sure the filename is in the following format; "
6224
+ #~ "\"imagename.full.ext\". A full set of sized images is strongly "
6225
+ #~ "recommended."
6226
+ #~ msgstr ""
6227
+ #~ "Für responsive Werbung stellen Sie sicher, dass der Dateiname im "
6228
+ #~ "folgenden Format steht: \"imagename.full.ext\". Eine ganze Reihe von "
6229
+ #~ "großen Bildern wird dringend empfohlen."
6230
+
6231
+ #~ msgid ""
6232
+ #~ "image.full.jpg, image.320.jpg and image.768.jpg will serve the same "
6233
+ #~ "advert for different viewports."
6234
+ #~ msgstr ""
6235
+ #~ "image.full.jpg, image.320.jpg und image.768.jpg werden für die gleiche "
6236
+ #~ "Anzeige bei verschiedenen Ansichten genutzt."
6237
+
6238
+ #~ msgid ""
6239
+ #~ "The most complete and accurate geo targeting you can get for only $20 USD "
6240
+ #~ "per 50000 lookups."
6241
+ #~ msgstr ""
6242
+ #~ "Das vollständigste und genaue Geo-Ausrichtung erhalten Sie für nur $20 "
6243
+ #~ "USD pro 50000 Suchvorgänge."
6244
+
6245
+ #~ msgid "Sending out notifications on"
6246
+ #~ msgstr "Versenden von Benachrichtigungen auf"
6247
+
6248
+ #~ msgid "Next trackerdata cleanup"
6249
+ #~ msgstr "Nächste Trackerdata-Bereinigung"
6250
+
6251
+ #~ msgid "Delivery method"
6252
+ #~ msgstr "Übermittlungsmethode"
6253
+
6254
+ #~ msgid ""
6255
+ #~ "This sends a test notification. Before you test, save the options first!"
6256
+ #~ msgstr ""
6257
+ #~ "Dies sendet eine Test-Benachrichtigung. Vor einem Test, müssen Sie zuerst "
6258
+ #~ "die Optionen speichern!"
6259
+
6260
+ #~ msgid "Set up who gets notification emails."
6261
+ #~ msgstr "Hier können Sie einrichten, wer die Benachrichtigungs-Mails erhält."
6262
+
6263
+ #~ msgid ""
6264
+ #~ "A comma separated list of email addresses. Maximum of 5 addresses. Keep "
6265
+ #~ "this list to a minimum!"
6266
+ #~ msgstr ""
6267
+ #~ "Eine durch Kommas getrennte Liste der e-Mail-Adressen. Bis zu 5 Adressen. "
6268
+ #~ "Halten Sie diese Liste auf ein Minimum!"
6269
+
6270
+ #~ msgid ""
6271
+ #~ "Messages are sent once every 24 hours when needed. If this field is empty "
6272
+ #~ "no email notifications will be send."
6273
+ #~ msgstr ""
6274
+ #~ "Meldungen werden einmal alle 24 Stunden bei Bedarf gesendet. Wenn dieses "
6275
+ #~ "Feld leer ist, werden keine e-Mail-Benachrichtigungen gesendet."
6276
+
6277
+ #~ msgid ""
6278
+ #~ "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
6279
+ #~ "This field may not be empty!"
6280
+ #~ msgstr ""
6281
+ #~ "Wer bekommt eine e-Mail von Inserenten. Maximal 2 Adressen. Durch Kommas "
6282
+ #~ "getrennt. Dieses Feld darf nicht leer sein!"
6283
+
6284
+ #~ msgid "AdRotate News and Developer Blog"
6285
+ #~ msgstr "AdRotate News und Entwicklerblog"
6286
+
6287
+ #~ msgid ""
6288
+ #~ "Premium plugins, support and services for WordPress and WooCommerce! I am "
6289
+ #~ "a digital nomad in the Philippines. Click on my name to find out more "
6290
+ #~ "about me and what I am doing. Thanks for your support and for using my "
6291
+ #~ "plugins!"
6292
+ #~ msgstr ""
6293
+ #~ "Premium-Plugins, Support und Services für WordPress und WooCommerce! Ich "
6294
+ #~ "bin ein digitaler Nomade auf den Philippinen. Klicken Sie auf meinen "
6295
+ #~ "Namen, um mehr über mich und was ich mache, zu erfahren. Vielen Dank für "
6296
+ #~ "Ihre Unterstützung und dafür, dass Sie meine Plugins verwenden!"
6297
+
6298
+ #~ msgid "AdRotate Notice"
6299
+ #~ msgstr "AdRotate Hinweis"
6300
+
6301
+ #~ msgid "for WordPress. Created by"
6302
+ #~ msgstr "für WordPress. Erstellt von"
6303
+
6304
+ #~ msgid "This ad used"
6305
+ #~ msgstr "Diese Anzeige wird verwendet"
6306
+
6307
+ #~ msgid "Choose the ads to use in this group"
6308
+ #~ msgstr "Wählen Sie die Anzeigen, die in dieser Gruppe verwendet werden soll"
6309
+
6310
+ #~ msgid "unlimited"
6311
+ #~ msgstr "unbegrenzt"
6312
+
6313
+ #~ msgid "Visit the"
6314
+ #~ msgstr "Besuche den"
6315
+
6316
+ #~ msgid "AdRotate License"
6317
+ #~ msgstr "AdRotate Lizenz"
6318
+
6319
+ #~ msgid "Remove Role"
6320
+ #~ msgstr "Rolle entfernen."
6321
+
6322
+ #~ msgid "Disable Dashboard Notifications."
6323
+ #~ msgstr "Dashboard-Benachrichtigungen deaktivieren."
6324
+
6325
+ #~ msgid "Review Full Report, per ad/group stats. Visible only to publishers."
6326
+ #~ msgstr ""
6327
+ #~ "Überprüfen Sie die vollständigen Bericht pro Anzeigengruppe/Statistik. "
6328
+ #~ "Nur für Herausgeber sichtbar."
6329
+
6330
+ #~ msgid "Full report"
6331
+ #~ msgstr "Kompletter Bericht"
6332
+
6333
+ #~ msgid "Ticket Support"
6334
+ #~ msgstr "Support-Ticket"
6335
+
6336
+ #~ msgid "Advert ID:"
6337
+ #~ msgstr "Anzeige-ID:"
6338
+
6339
+ #~ msgid "Current image:"
6340
+ #~ msgstr "Aktuelles Bild:"
6341
+
6342
+ #~ msgid "ticket support"
6343
+ #~ msgstr "Support-Ticket"
6344
+
6345
+ #~ msgid "Post Ticket"
6346
+ #~ msgstr "Post-Ticket"
6347
+
6348
+ #~ msgid "Register License"
6349
+ #~ msgstr "Lizenz registrieren"
6350
+
6351
+ #~ msgid ""
6352
+ #~ "Error, Ad is not available at this time due to schedule/budgeting/"
6353
+ #~ "geolocation restrictions or does not exist!"
6354
+ #~ msgstr ""
6355
+ #~ "Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung "
6356
+ #~ "aufgrund der Zeitplan / Geolocation Einschränkungen oder existiert nicht!"
6357
+
6358
+ #~ msgid ""
6359
+ #~ "Error, Ad is not available at this time due to schedule/budgeting/"
6360
+ #~ "geolocation restrictions!"
6361
+ #~ msgstr ""
6362
+ #~ "Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung "
6363
+ #~ "aufgrund der Zeitplan / Geolocation Einschränkungen!"
6364
+
6365
+ #~ msgid "Cost per click"
6366
+ #~ msgstr "Kosten pro Klick"
6367
+
6368
+ #~ msgid "Will be visible to Advertisers."
6369
+ #~ msgstr "Für Inserenten sichtbar."
6370
+
6371
+ #~ msgid "Ad Impression Rate:"
6372
+ #~ msgstr "Ad Impression Rate:"
6373
+
6374
+ #~ msgid "Ad Click Budget:"
6375
+ #~ msgstr "Ad Click Budget:"
6376
+
6377
+ #~ msgid "Ad Impression Budget:"
6378
+ #~ msgstr "AD Impression Budget:"
6379
+
6380
+ #~ msgid "An unknown error occurred"
6381
+ #~ msgstr "Ein unbekannter Fehler ist aufgetreten"
6382
+
6383
+ #~ msgid "Geographic Tracking"
6384
+ #~ msgstr "Geographic Tracking"
6385
+
6386
+ #~ msgid "GeoLocation"
6387
+ #~ msgstr "Geolokalisierung"
6388
+
6389
+ #~ msgid "Geo Location"
6390
+ #~ msgstr "Geo-Location"
6391
+
6392
+ #~ msgid "Find my website at"
6393
+ #~ msgstr "Finden Sie meine Website unter"
6394
+
6395
+ #, fuzzy
6396
+ #~ msgid "From / Until"
6397
+ #~ msgstr "Visible jusqu'à"
6398
+
6399
+ #~ msgid "Start"
6400
+ #~ msgstr "Start"
6401
+
6402
+ #~ msgid "End"
6403
+ #~ msgstr "Ende"
6404
+
6405
+ #, fuzzy
6406
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
6407
+ #~ msgstr ""
6408
+ #~ "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
6409
+ #~ "retrouvé dans le adcode!"
6410
+
6411
+ #, fuzzy
6412
+ #~ msgid "Show from"
6413
+ #~ msgstr "Montrer de "
6414
+
6415
+ #, fuzzy
6416
+ #~ msgid "Show until"
6417
+ #~ msgstr "Montrer jusqu'à"
6418
+
6419
+ #, fuzzy
6420
+ #~ msgid "Find out more"
6421
+ #~ msgstr "En savoir plus"
6422
+
6423
+ #~ msgid "ID - Name"
6424
+ #~ msgstr "ID - Name"
6425
+
6426
+ #, fuzzy
6427
+ #~ msgid "Code"
6428
+ #~ msgstr "Code"
6429
+
6430
+ #, fuzzy
6431
+ #~ msgid "Impressions timer"
6432
+ #~ msgstr "Minuterie de impressions"
6433
+
6434
+ #, fuzzy
6435
+ #~ msgid "Clicks timer"
6436
+ #~ msgstr "Interval de clicks"
6437
+
6438
+ #, fuzzy
6439
+ #~ msgid ""
6440
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
6441
+ #~ "Find out more about what I can do for you!"
6442
+ #~ msgstr ""
6443
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
6444
+ #~ "les façettes de Wordpress! Découvrez plus sur ce que je peux faire pour "
6445
+ #~ "vous!"
6446
+
6447
+ #~ msgid "website"
6448
+ #~ msgstr "Webseite"
6449
+
6450
+ #, fuzzy
6451
+ #~ msgid ""
6452
+ #~ "A comma separated list of keywords. Filter out bots/crawlers/user-agents. "
6453
+ #~ "To prevent impressions and clicks counted on them."
6454
+ #~ msgstr ""
6455
+ #~ "Filtrage par une liste de mots-clés séparés de virgules pour éviter les "
6456
+ #~ "impressions et le clics fait par les robots/crawlers/user-agents."
6457
+
6458
+ #, fuzzy
6459
+ #~ msgid ""
6460
+ #~ "Keep in mind that this might give false positives. The word 'google' also "
6461
+ #~ "matches 'googlebot', but not vice-versa. So be careful!"
6462
+ #~ msgstr ""
6463
+ #~ "Gardez à l'esprit que cela peut donner des faux positifs. Le mot «Google» "
6464
+ #~ "correspond également à «Googlebot», mais pas vice-versa. Soyez donc "
6465
+ #~ "prudents!"
6466
+
6467
+ #, fuzzy
6468
+ #~ msgid "Keep your list up-to-date"
6469
+ #~ msgstr "Gardez votre liste à jour"
6470
+
6471
+ #, fuzzy
6472
+ #~ msgid ""
6473
+ #~ "Use only words with alphanumeric characters, [ - _ ] are allowed too. All "
6474
+ #~ "other characters are stripped out."
6475
+ #~ msgstr ""
6476
+ #~ "Utilisez uniquement des mots avec des caractères alphanumériques, [ - _ ] "
6477
+ #~ "sont aussi permis. Tous les autres caractères seront supprimés. "
6478
+
6479
+ #, fuzzy
6480
+ #~ msgid ""
6481
+ #~ "You have enabled WP Super Cache support. If you have version 1.4 or "
6482
+ #~ "newer, this function will not work. WP Super Cache has discontinued "
6483
+ #~ "support for dynamic content."
6484
+ #~ msgstr ""
6485
+ #~ "Vous avez activé le support de WP Super Cache. Si vous avez la version "
6486
+ #~ "1.4 ou plus récent, cette fonction ne marchera pas. WP Super Cache a "
6487
+ #~ "arrêté le support pour le contenu dynamique."
6488
+
6489
+ #, fuzzy
6490
+ #~ msgid "WP Super Cache"
6491
+ #~ msgstr "WP Super Cache"
6492
+
6493
+ #, fuzzy
6494
+ #~ msgid "Check this box if you use WP Super Cache on your site."
6495
+ #~ msgstr "Cochez cette option si vous utilisez WP Super Cache sur votre site."
6496
+
6497
+ #, fuzzy
6498
+ #~ msgid ""
6499
+ #~ "jQuery is required for all Javascript features below. Enable this if your "
6500
+ #~ "theme does not load jQuery already."
6501
+ #~ msgstr ""
6502
+ #~ "jQuery est requis pour toutes les fonctions Javascript ci-dessous. "
6503
+ #~ "Activez-le si votre thème ne charge pas jQuery directement."
6504
+
6505
+ #, fuzzy
6506
+ #~ msgid "Load in footer?"
6507
+ #~ msgstr "Chargement dans le pied de page?"
6508
+
6509
+ #, fuzzy
6510
+ #~ msgid ""
6511
+ #~ "Enable if you want to load the above libraries in the footer. Your theme "
6512
+ #~ "needs to call wp_footer() for this to work."
6513
+ #~ msgstr ""
6514
+ #~ "Activez cette option si vous voulez charger les bibliothèques dans le "
6515
+ #~ "pied de page. Votre thème doit appeler wp_footer() pour que cela "
6516
+ #~ "fonctionne."
6517
+
6518
+ #, fuzzy
6519
+ #~ msgid ""
6520
+ #~ "NOTE: The below functions are intented to be used to OPTIMIZE your "
6521
+ #~ "database. They only apply to your ads/groups and stats. Not to other "
6522
+ #~ "settings or other parts of WordPress! Always always make a backup! These "
6523
+ #~ "functions are to be used when you feel or notice your database is slow, "
6524
+ #~ "unresponsive and sluggish."
6525
+ #~ msgstr ""
6526
+ #~ "NOTA BENE : Les options ci-dessous sont destinées à optimiser votre base "
6527
+ #~ "de données. Ils ne sont appliqués qu'à vos publicités/groupes et "
6528
+ #~ "statistiques, et non pas aux autres parties de Wordpress! Ayez toujours "
6529
+ #~ "une sauvegarde de votre site! Ces fonctions seront utilisées quand vous "
6530
+ #~ "sentez que votre base de données est lente ou ne réponds pas."
6531
+
6532
+ #, fuzzy
6533
+ #~ msgid ""
6534
+ #~ "DISCLAIMER: If for any reason your data is lost, damaged or otherwise "
6535
+ #~ "becomes unusable in any way or by any means in whichever way I will not "
6536
+ #~ "take responsibility. You should always have a backup of your database. "
6537
+ #~ "These functions do NOT destroy data. If data is lost, damaged or "
6538
+ #~ "unusable, your database likely was beyond repair already. Claiming it "
6539
+ #~ "worked before clicking these buttons is not a valid point in any case."
6540
+ #~ msgstr ""
6541
+ #~ "AVERTISSEMENT: Si pour une raison quelconque, vos données sont perdues, "
6542
+ #~ "endommagées ou autrement deviennent inutilisables je ne vais pas en "
6543
+ #~ "prendre la responsabilité. Vous devriez toujours avoir une sauvegarde de "
6544
+ #~ "votre base de données. Ces fonctions ne détruisent pas les données. Si "
6545
+ #~ "les données sont perdues, endommagées ou inutilisables, votre base de "
6546
+ #~ "données était probablement déjà au-delà de la réparation. Affirmer que le "
6547
+ #~ "site fonctionnait avant de cliquer sur ces boutons n'est pas un argument "
6548
+ #~ "valable."
6549
+
6550
+ #, fuzzy
6551
+ #~ msgid "Unknown Status"
6552
+ #~ msgstr "Statut Inconnu"
6553
+
6554
+ #, fuzzy
6555
+ #~ msgid ""
6556
+ #~ "NOTE: The below options are not meant for normal use and are only there "
6557
+ #~ "for developers to review saved settings or how ads are selected. These "
6558
+ #~ "can be used as a measure of troubleshooting upon request but for normal "
6559
+ #~ "use they SHOULD BE LEFT UNCHECKED!!"
6560
+ #~ msgstr ""
6561
+ #~ "NOTA BENE : Les options ci-dessous ne sont pas destinées à une "
6562
+ #~ "utilisation normale, et ne sont là que pour que les développeurs puissent "
6563
+ #~ "examiner les paramètres ou voir comment les publicités sont "
6564
+ #~ "sélectionnées. Ceux-ci peuvent être utilisés comme une mesure de "
6565
+ #~ "dépannage sur demande, mais pour une utilisation normale, ils ne doivent "
6566
+ #~ "pas être activés!"
6567
+
6568
+ #, fuzzy
6569
+ #~ msgid ""
6570
+ #~ "Troubleshoot ads and how (if) they are selected, has front-end output."
6571
+ #~ msgstr ""
6572
+ #~ "Dépannage des publicités. Si cette option est activée, les données seront "
6573
+ #~ "placées sur le site."
6574
+
6575
+ #, fuzzy
6576
+ #~ msgid "Show all settings, dashboard routines and related values."
6577
+ #~ msgstr ""
6578
+ #~ "Afficher tous les paramétres, les widgets du tableau de bord et les "
6579
+ #~ "valeurs connexes."
6580
+
6581
+ #, fuzzy
6582
+ #~ msgid "Show array of all userroles and capabilities."
6583
+ #~ msgstr ""
6584
+ #~ "Voir les données de tous les rôles d'utilisateurs et leur capacités."
6585
+
6586
+ #, fuzzy
6587
+ #~ msgid "Review saved advertisers! Visible to advertisers."
6588
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
6589
+
6590
+ #~ msgid ""
6591
+ #~ "Disable timers for clicks and impressions and enable a alert window for "
6592
+ #~ "clicktracking."
6593
+ #~ msgstr ""
6594
+ #~ "Deaktivieren Sie die timer für Klicks und Impressionen und aktivieren Sie "
6595
+ #~ "ein Alarmfenster für Clicktracking."
6596
+
6597
+ #~ msgid "Temporarily disable encryption on the redirect url."
6598
+ #~ msgstr "Vorübergehend die Verschlüsselung zur Redirect Url deaktivieren."
6599
+
6600
+ #, fuzzy
6601
+ #~ msgid "The last few days"
6602
+ #~ msgstr "Les derniers jours"
6603
+
6604
+ #, fuzzy
6605
+ #~ msgid ""
6606
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! If "
6607
+ #~ "you need a custom plugin. Theme customizations or have your site moved/"
6608
+ #~ "migrated entirely. Visit my website for details!"
6609
+ #~ msgstr ""
6610
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
6611
+ #~ "les façettes de Wordpress! Si vous avez besoin d'un plugin sur mesure, de "
6612
+ #~ "personnalisation de thème ou pour la migration de votre site entier, "
6613
+ #~ "visitez mon site pour tous les détails!"
6614
+
6615
+ #, fuzzy
6616
+ #~ msgid "Title:"
6617
+ #~ msgstr "Titre :"
6618
+
6619
+ #, fuzzy
6620
+ #~ msgid "AdCode:"
6621
+ #~ msgstr "Code :"
6622
+
6623
+ #, fuzzy
6624
+ #~ msgid "After..."
6625
+ #~ msgstr "Après..."
6626
+
6627
+ #, fuzzy
6628
+ #~ msgid "the first paragraph"
6629
+ #~ msgstr "le premier parapgraphe"
6630
+
6631
+ #, fuzzy
6632
+ #~ msgid "every 2nd paragraph"
6633
+ #~ msgstr "chaque second paragraphe"
6634
+
6635
+ #, fuzzy
6636
+ #~ msgid "every 3rd paragraph"
6637
+ #~ msgstr "chaque 3ème paragraphe"
6638
+
6639
+ #, fuzzy
6640
+ #~ msgid "every 4th paragraph"
6641
+ #~ msgstr "chaque 4ème paragraphe"
6642
+
6643
+ #, fuzzy
6644
+ #~ msgid "every 5th paragraph"
6645
+ #~ msgstr "chaque 5ème paragraphe"
6646
+
6647
+ #, fuzzy
6648
+ #~ msgid "every 6th paragraph"
6649
+ #~ msgstr "chaque 6ème paragraphe"
6650
+
6651
+ #, fuzzy
6652
+ #~ msgid "every 7th paragraph"
6653
+ #~ msgstr "chaque 7ème paragraphe"
6654
+
6655
+ #, fuzzy
6656
+ #~ msgid "every 8th paragraph"
6657
+ #~ msgstr "chaque 8ème paragraphe"
6658
+
6659
+ #, fuzzy
6660
+ #~ msgid "Upload new banner image"
6661
+ #~ msgstr "Image :"
6662
+
6663
+ #, fuzzy
6664
+ #~ msgid "Upload image"
6665
+ #~ msgstr "Image :"
6666
+
6667
+ #, fuzzy
6668
+ #~ msgid "Enable stats"
6669
+ #~ msgstr "Statistiques activés"
6670
+
6671
+ #, fuzzy
6672
+ #~ msgid "Track clicks and impressions."
6673
+ #~ msgstr "Suivi des clicks et des impressions."
6674
+
6675
+ #, fuzzy
6676
+ #~ msgid ""
6677
+ #~ "There is a problem saving the image specification. Please reset your "
6678
+ #~ "image and re-save the ad!"
6679
+ #~ msgstr ""
6680
+ #~ "Il y a un problème au niveau de la sauvergarde des spécifications de "
6681
+ #~ "l'image. Merci de bien vouloir réinitialiser votre image et réenregistrer "
6682
+ #~ "la publicité!"
6683
+
6684
+ #, fuzzy
6685
+ #~ msgid "Enable click tracking for this advert."
6686
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
6687
+
6688
+ #, fuzzy
6689
+ #~ msgid "Activate:"
6690
+ #~ msgstr "Activer"
6691
+
6692
+ #, fuzzy
6693
+ #~ msgid "In a post or page:"
6694
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
6695
+
6696
+ #, fuzzy
6697
+ #~ msgid "Directly in a theme:"
6698
+ #~ msgstr "Directement dans un thème :"
6699
+
6700
+ #, fuzzy
6701
+ #~ msgid "Start date (day/month/year):"
6702
+ #~ msgstr "Date de début (jour/mois/année) :"
6703
+
6704
+ #, fuzzy
6705
+ #~ msgid "End date (day/month/year):"
6706
+ #~ msgstr "Date de fin (jour/mois/année) :"
6707
+
6708
+ #, fuzzy
6709
+ #~ msgid "Start time (hh:mm):"
6710
+ #~ msgstr "Début (hh:mm) :"
6711
+
6712
+ #, fuzzy
6713
+ #~ msgid "End time (hh:mm):"
6714
+ #~ msgstr "Fin (hh:mm) :"
6715
+
6716
+ #, fuzzy
6717
+ #~ msgid "Maximum Clicks:"
6718
+ #~ msgstr "Nombre de clicks max :"
6719
+
6720
+ #, fuzzy
6721
+ #~ msgid "Maximum Impressions:"
6722
+ #~ msgstr "Nombre max de vues :"
6723
+
6724
+ #, fuzzy
6725
+ #~ msgid "Responsive:"
6726
+ #~ msgstr "Responsive :"
6727
+
6728
+ #, fuzzy
6729
+ #~ msgid "Sortorder:"
6730
+ #~ msgstr "Ordre de tri :"
6731
+
6732
+ #, fuzzy
6733
+ #~ msgid "Name:"
6734
+ #~ msgstr "Nom"
6735
+
6736
+ #, fuzzy
6737
+ #~ msgid "Include ads in categories?"
6738
+ #~ msgstr "Intégrer les publicités dans les catégories?"
6739
+
6740
+ #, fuzzy
6741
+ #~ msgid "the 2nd paragraph"
6742
+ #~ msgstr "le second paragraphe"
6743
+
6744
+ #, fuzzy
6745
+ #~ msgid "the 3rd paragraph"
6746
+ #~ msgstr "le troisième paragraphe"
6747
+
6748
+ #, fuzzy
6749
+ #~ msgid "the 4th paragraph"
6750
+ #~ msgstr "le quatrième paragraphe"
6751
+
6752
+ #, fuzzy
6753
+ #~ msgid "Include ads in pages?"
6754
+ #~ msgstr "Intégrer les publicités dans les pages?"
6755
+
6756
+ #, fuzzy
6757
+ #~ msgid "Before ad"
6758
+ #~ msgstr "Avant la pub"
6759
+
6760
+ #, fuzzy
6761
+ #~ msgid "After ad"
6762
+ #~ msgstr "Après la pub"
6763
+
6764
+ #, fuzzy
6765
+ #~ msgid "Target URL:"
6766
+ #~ msgstr "URL Cible :"
6767
+
6768
+ #, fuzzy
6769
+ #~ msgid "These are required."
6770
+ #~ msgstr "Ces données sont requises."
6771
+
6772
+ #, fuzzy
6773
+ #~ msgid ""
6774
+ #~ "Copy the shortcode in a post or page. The PHP code goes in a theme file "
6775
+ #~ "where you want the advert to show up."
6776
+ #~ msgstr ""
6777
+ #~ "Copiez le shortcode dans un article ou une page. Le code PHP doit être "
6778
+ #~ "dans un fichier du thème si vus voulez que cette publicité soit affichée."
6779
+
6780
+ #, fuzzy
6781
+ #~ msgid ""
6782
+ #~ "Note: Clicktracking does generally not work for Javascript adverts such "
6783
+ #~ "as those provided by Google AdSense."
6784
+ #~ msgstr ""
6785
+ #~ "Nota Bene: Le suivi des clicks ne fonctionne généralement pas pour les "
6786
+ #~ "publicités en Javascript telles que celles fournies par Google AdSense."
6787
+
6788
+ #, fuzzy
6789
+ #~ msgid ""
6790
+ #~ "image.full.jpg, image.320.jpg and image.768.jpg will serve the same "
6791
+ #~ "advert for different viewports. Requires jQuery."
6792
+ #~ msgstr ""
6793
+ #~ "image.full.jpg, image.320.jpg et image.768.jpg serviront la même "
6794
+ #~ "publicité pour différentes tailles d'écran si le site est fluide. "
6795
+ #~ "Nécessite jQuery."
6796
+
6797
+ #, fuzzy
6798
+ #~ msgid "Media:"
6799
+ #~ msgstr "Médias :"
6800
+
6801
+ #, fuzzy
6802
+ #~ msgid "Optionally select the group(s) this ad belongs to."
6803
+ #~ msgstr ""
6804
+ #~ "Choisir le groupe auquel cette publicité va être rattachée (optionel)"
6805
+
6806
+ #, fuzzy
6807
+ #~ msgid "Block shape and border"
6808
+ #~ msgstr "Dimensions et bordure du bloc"
6809
+
6810
+ #, fuzzy
6811
+ #~ msgid ""
6812
+ #~ "Make a grid for your ads. Selecting 3 and 2 makes a grid with 2 columns "
6813
+ #~ "showing a maximum of 6 ads. Default: 2x2."
6814
+ #~ msgstr ""
6815
+ #~ "Créer une grille pour vos publicités. Choisissez 3 et 2 créera une grille "
6816
+ #~ "avec 2 colonnes montrant un maximum de 6 publicités. Valeur par défaut : "
6817
+ #~ "2x2."
6818
+
6819
+ #, fuzzy
6820
+ #~ msgid "Advert Width and Height"
6821
+ #~ msgstr "Dimensions des publicités"
6822
+
6823
+ #, fuzzy
6824
+ #~ msgid "Insert ads to the begin or end of a post/page."
6825
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
6826
+
6827
+ #, fuzzy
6828
+ #~ msgid "Wraps around each ad."
6829
+ #~ msgstr "Code qui enveloppe chaque publicité."
6830
+
6831
+ #, fuzzy
6832
+ #~ msgid "HTML/JavaScript allowed, use with care!"
6833
+ #~ msgstr "HTML/Javascript est authorisé, utiliser avec précaution!"
6834
+
6835
+ #, fuzzy
6836
+ #~ msgid "You are using"
6837
+ #~ msgstr "Vous utilisez"
6838
+
6839
+ #, fuzzy
6840
+ #~ msgid ""
6841
+ #~ "AdRotate server is currently in development and these menus are not "
6842
+ #~ "functional yet."
6843
+ #~ msgstr ""
6844
+ #~ "AdRotate Server est actuellement en développement et ces menus ne sont "
6845
+ #~ "pas encore fonctionels."
6846
+
6847
+ #, fuzzy
6848
+ #~ msgid "Overview"
6849
+ #~ msgstr "Vue d'ensemble"
6850
+
6851
+ #, fuzzy
6852
+ #~ msgid "Javascript Libraries"
6853
+ #~ msgstr "Librairies Javascript"
6854
+
6855
+ #, fuzzy
6856
+ #~ msgid ""
6857
+ #~ "These adverts are circulating in the pool of active adverts, served from "
6858
+ #~ "AdRotate server."
6859
+ #~ msgstr ""
6860
+ #~ "Ces publicités sont en circulation dans la séléction de publicités "
6861
+ #~ "actives servies par AdRotate server."
6862
+
6863
+ #, fuzzy
6864
+ #~ msgid "No ads received yet!"
6865
+ #~ msgstr "Aucune publicité n'a été reçue pour le moment!"
6866
+
6867
+ #, fuzzy
6868
+ #~ msgid "Erroneous ads from server"
6869
+ #~ msgstr "Publicités erronées parvenues du serveur"
6870
+
6871
+ #, fuzzy
6872
+ #~ msgid "Adverts served from AdRotate server but having some issues."
6873
+ #~ msgstr "Publicités provenant du serveur AdRotate mais qui ont des soucis."
6874
+
6875
+ #, fuzzy
6876
+ #~ msgid "Updated"
6877
+ #~ msgstr "Mis à jour"
6878
+
6879
+ #, fuzzy
6880
+ #~ msgid "AdRotate Server Settings"
6881
+ #~ msgstr "Paramètres du serveur AdRotate"
6882
+
6883
+ #, fuzzy
6884
+ #~ msgid ""
6885
+ #~ "Link this website to an AdRotate server so your adverts and stats are "
6886
+ #~ "synchronised regularly."
6887
+ #~ msgstr ""
6888
+ #~ "Lier ce site web à un serveur Adrotate pour que vos publicités et vos "
6889
+ #~ "statistiques soient synchronisées regulièrement."
6890
+
6891
+ #, fuzzy
6892
+ #~ msgid "Linked - Adverts can be synced."
6893
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
6894
+
6895
+ #, fuzzy
6896
+ #~ msgid "Not linked - No adverts will be synced."
6897
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
6898
+
6899
+ #, fuzzy
6900
+ #~ msgid "Server Key"
6901
+ #~ msgstr "Clé Serveur"
6902
+
6903
+ #, fuzzy
6904
+ #~ msgid ""
6905
+ #~ "You can get your server key from your AdRotate Server installation or the "
6906
+ #~ "AdRollr website."
6907
+ #~ msgstr ""
6908
+ #~ "Vous pouvez recevoir votre clé de serveur de votre installation AdRotate "
6909
+ #~ "Server ou du site AdRollr."
6910
+
6911
+ #, fuzzy
6912
+ #~ msgid ""
6913
+ #~ "You should not share your key with anyone you do not trust. Treat this "
6914
+ #~ "key as a password!"
6915
+ #~ msgstr ""
6916
+ #~ "Vous ne devez pas partager votre clé. Traitez cette clé comme un mot de "
6917
+ #~ "passe!"
6918
+
6919
+ #, fuzzy
6920
+ #~ msgid "Make this site a puppet"
6921
+ #~ msgstr "Rendre ce site une \"cellule\""
6922
+
6923
+ #, fuzzy
6924
+ #~ msgid "Have AdRotate use AdRotate Server adverts exclusively."
6925
+ #~ msgstr "Utilisez les publicités provenant de AdRotate Server uniquement."
6926
+
6927
+ #, fuzzy
6928
+ #~ msgid ""
6929
+ #~ "Enabling this function will DISABLE ALL LOCAL MANAGEMENT and will make "
6930
+ #~ "this installation of AdRotate a puppet for your AdRotate Server."
6931
+ #~ msgstr ""
6932
+ #~ "L'activation de cette fonction permet de désactiver toute la gestion "
6933
+ #~ "locale et de rendre cette installation de AdRotate une cellule de votre "
6934
+ #~ "serveur AdRotate. "
6935
+
6936
+ #, fuzzy
6937
+ #~ msgid "Hide Server Details"
6938
+ #~ msgstr "Cacher les détails du serveur"
6939
+
6940
+ #, fuzzy
6941
+ #~ msgid ""
6942
+ #~ "If you have installed AdRotate Pro for a client or in a Multisite network "
6943
+ #~ "and want to hide the server details from your users or client."
6944
+ #~ msgstr ""
6945
+ #~ "Si vous avez installé AdRotate Pro pour un client ou dans une "
6946
+ #~ "installation réseau et vous voulez cacher les détails du serveur de vos "
6947
+ #~ "utilisateurs ou client. "
6948
+
6949
+ #, fuzzy
6950
+ #~ msgid "Link to server"
6951
+ #~ msgstr "Lier au serveur"
6952
+
6953
+ #, fuzzy
6954
+ #~ msgid "Unlink from server"
6955
+ #~ msgstr "Dissocier du serveur"
6956
+
6957
+ #, fuzzy
6958
+ #~ msgid "AdRotate Website"
6959
+ #~ msgstr "Magasin AdRotate"
6960
+
6961
+ #, fuzzy
6962
+ #~ msgid "Block of Ads (Obsolete)"
6963
+ #~ msgstr "Bloc de publicité (obsolète)"
6964
+
6965
+ #, fuzzy
6966
+ #~ msgid "Default: 60. Set to 0 to disable this timer."
6967
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6968
+
6969
+ #, fuzzy
6970
+ #~ msgid "Default: 86400. Set to 0 to disable this timer."
6971
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6972
+
6973
+ #, fuzzy
6974
+ #~ msgid "Load jQuery Clicktracking"
6975
+ #~ msgstr "Charger le clicktracking (nombre de clicks) de jQuery"
6976
+
6977
+ #, fuzzy
6978
+ #~ msgid ""
6979
+ #~ "Required for jQuery Clicktracking. When disabled AdRotate falls back on "
6980
+ #~ "Redirect Tracking."
6981
+ #~ msgstr ""
6982
+ #~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
6983
+ #~ "désactivée, AdRotate utilise le suivi par redirection."
6984
+
6985
+ #, fuzzy
6986
+ #~ msgid "Get help with installations"
6987
+ #~ msgstr "Obtenez de l'aide pour les installations"
6988
+
6989
+ #, fuzzy
6990
+ #~ msgid "Not sure how to set up AdRotate? Get me to do it!"
6991
+ #~ msgstr "Vous ne savez pas comment configurer AdRotate? Embauchez-moi!"
6992
+
6993
+ #, fuzzy
6994
+ #~ msgid "Stuck with AdRotate? I'll help!"
6995
+ #~ msgstr "Bloqué avec AdRotate? Je peux vous aider!"
6996
+
6997
+ #, fuzzy
6998
+ #~ msgid "Visit store to see all services and products"
6999
+ #~ msgstr "Aller au magasin pour voir tous les services et tous les produits"
7000
+
7001
+ #, fuzzy
7002
+ #~ msgid ""
7003
+ #~ "Redirect clicktracking is enabled but the %link% tag was not found in the "
7004
+ #~ "adcode!"
7005
+ #~ msgstr ""
7006
+ #~ "La redirection pour le suivi des clics est activée mais la balise %link% "
7007
+ #~ "n'a pas été trouvée dans le adcode!"
7008
+
7009
+ #, fuzzy
7010
+ #~ msgid "Email or Remote page:"
7011
+ #~ msgstr "Email ou page distante :"
7012
+
7013
+ #~ msgid ""
7014
+ #~ "Error, Ad is not available at this time due to schedule/geolocation "
7015
+ #~ "restrictions or does not exist!"
7016
+ #~ msgstr ""
7017
+ #~ "Fehler, die Anzeige steht zu diesem Zeitpunkt nicht zur Verfügung "
7018
+ #~ "aufgrund der Zeitplan / Geolocation Einschränkungen oder existiert nicht!"
7019
+
7020
+ #~ msgid ""
7021
+ #~ "You've been using <strong>AdRotate</strong> for a while now. Why not "
7022
+ #~ "upgrade to the <strong>PRO</strong> version"
7023
+ #~ msgstr ""
7024
+ #~ "Sie nutzen <strong>AdRotate</strong> bereits einige Zeit. Warum nicht auf "
7025
+ #~ "die <strong>PRO-Version</strong> umsteigen"
7026
+
7027
+ #~ msgid ""
7028
+ #~ "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate "
7029
+ #~ "license!"
7030
+ #~ msgstr ""
7031
+ #~ "Nutzen Sie <b>getadrotatepro</b> for 10% off on any AdRotate license!"
7032
+
7033
+ #~ msgid "Thank you for your purchase!"
7034
+ #~ msgstr "Vielen Dank für Ihren Einkauf!"
7035
+
7036
+ #~ msgid "More information..."
7037
+ #~ msgstr "Mehr Informationen..."
7038
+
7039
+ #~ msgid "Learn more"
7040
+ #~ msgstr "Mehr erfahren"
7041
+
7042
+ #~ msgid "Schedule Management available in AdRotate Pro"
7043
+ #~ msgstr "Zeitplan-Management in AdRotate Pro"
7044
+
7045
+ #~ msgid ""
7046
+ #~ "Schedule management and multiple schedules per advert is available in "
7047
+ #~ "AdRotate Pro."
7048
+ #~ msgstr ""
7049
+ #~ "Terminmanagement und mehrere Zeitpläne pro Inserat ist in AdRotate Pro "
7050
+ #~ "verfügbar."
7051
+
7052
+ #~ msgid "Ads"
7053
+ #~ msgstr "Anzeigen"
7054
+
7055
+ #~ msgid "Easily manage your schedules from here with AdRotate Pro."
7056
+ #~ msgstr "Einfache Verwaltung Ihrer Termine von hier aus mit AdRotate Pro."
7057
+
7058
+ #~ msgid "Upgrade today!"
7059
+ #~ msgstr "Noch heute Upgraden"
7060
+
7061
+ #~ msgid "Media Management available in AdRotate Pro"
7062
+ #~ msgstr "Media Management verfügbar in AdRotate Pro"
7063
+
7064
+ #~ msgid "Upload images to the AdRotate Pro banners folder from here."
7065
+ #~ msgstr "Bilder in den AdRotate Pro Banner Ordner hochladen."
7066
+
7067
+ #~ msgid ""
7068
+ #~ "This is useful if you use responsive adverts with multiple images or have "
7069
+ #~ "HTML5 adverts containing multiple files."
7070
+ #~ msgstr ""
7071
+ #~ "Dies ist nützlich, wenn Sie responsive Anzeigen mit mehreren Bildern oder "
7072
+ #~ "HTML5-Werbung mit mehreren Dateien verwenden ."
7073
+
7074
+ #~ msgid "Media uploading and management is available in AdRotate Pro."
7075
+ #~ msgstr ""
7076
+ #~ "Hochladen von Medien und Management von Medien stehen in AdRotate Pro zur "
7077
+ #~ "Verfügung."
7078
+
7079
+ #~ msgid "For HTML5 ads you can also upload html and javascript files."
7080
+ #~ msgstr ""
7081
+ #~ "Für HTML5-Anzeigen können Sie auch HTML und JavaScript-Dateien hochladen."
7082
+
7083
+ #~ msgid "Manage your banner folder from here with AdRotate Pro."
7084
+ #~ msgstr "Verwalten Sie Ihren Banner-Ordner von hier mit AdRotate Pro."
7085
+
7086
+ #~ msgid "For two WordPress installations."
7087
+ #~ msgstr "Für zwei Wordpress-Installationen."
7088
+
7089
+ #~ msgid "Compare licenses"
7090
+ #~ msgstr "Lizenzen vergleichen"
7091
+
7092
+ #~ msgid "Not sure which license is for you? Compare them..."
7093
+ #~ msgstr "Nicht sicher, welche Lizenz Sie haben? Vergleichen sie..."
7094
+
7095
+ #~ msgid "All Licenses"
7096
+ #~ msgstr "Alle Lizenzen"
7097
+
7098
+ #~ msgid "Lifetime License"
7099
+ #~ msgstr "Lebenslange Lizenz"
7100
+
7101
+ #~ msgid "Single installation."
7102
+ #~ msgstr "Einzelinstallation."
7103
+
7104
+ #~ msgid "Up to 2 installations."
7105
+ #~ msgstr "Bis zu 2 Installationen."
7106
+
7107
+ #~ msgid "Up to 10 installations."
7108
+ #~ msgstr "Bis zu 10 Installationen."
7109
+
7110
+ #~ msgid "Up to 25 installations or multisite networks."
7111
+ #~ msgstr "Bis zu 25 Installationen oder Multisite-Netzwerke."
7112
+
7113
+ #~ msgid ""
7114
+ #~ "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
7115
+ #~ msgstr ""
7116
+ #~ "Abonnements erhalten 1 Jahr Zugriff auf Updates, E-Mail Support & "
7117
+ #~ "AdRotate Geo."
7118
+
7119
+ #~ msgid "Not sure which license is for you?"
7120
+ #~ msgstr "Nicht sicher, welche Lizenz Sie haben?"
7121
+
7122
+ #~ msgid "Compare Licenses"
7123
+ #~ msgstr "Lizenzen vergleichen"
7124
+
7125
+ #~ msgid ""
7126
+ #~ "You did not use %image% in your AdCode. The responsive checkbox will be "
7127
+ #~ "ineffective."
7128
+ #~ msgstr ""
7129
+ #~ "Sie haben nicht %image% in Ihrem AdCode verwendet, die checkbox "
7130
+ #~ "\"responsive\" wird unwirksam."
7131
+
7132
+ #~ msgid ""
7133
+ #~ "Note: Time uses a 24 hour clock. When you are used to the AM/PM system "
7134
+ #~ "keep this in mind: If the start or end time is after lunch, add 12 hours. "
7135
+ #~ "2PM is 14:00 hours. 6AM is 6:00 hours."
7136
+ #~ msgstr ""
7137
+ #~ "Hinweis: Time verwendet eine 24-Stunden-Uhr. Wenn Sie die AM/PM-System "
7138
+ #~ "gewohnt sind, denken Sie daran: Wenn die Start- oder Endzeit nach Mittag "
7139
+ #~ "ist, müssen 12 Stunden hinzugefügt werden. 2PM ist 14:00 Uhr. 6AM ist "
7140
+ #~ "06:00 Uhr."
7141
+
7142
+ #~ msgid "Also enable mobile support in the group this advert goes in."
7143
+ #~ msgstr ""
7144
+ #~ "Der Support für mobile Geräte wird bei dieser Werbung innerhalb der "
7145
+ #~ "Gruppe aktiviert."
7146
+
7147
+ #~ msgid ""
7148
+ #~ "This feature will not be developed any further. Consider switching to the "
7149
+ #~ "Mobile feature in AdRotate Pro as seen above!"
7150
+ #~ msgstr ""
7151
+ #~ "Dieses Feature wird nicht weiter ausgebaut. Es gibt ein mobiles feature "
7152
+ #~ "in AdRotate Pro, wie oben gesehen!"
7153
+
7154
+ #~ msgid "Geo Targeting in AdRotate Pro"
7155
+ #~ msgstr "Geo-Targeting in AdRotate Pro"
7156
+
7157
+ #~ msgid "Set up mobile support and use Geo Targeting in AdRotate Pro"
7158
+ #~ msgstr ""
7159
+ #~ "In AdRotate Pro können Sie eine mobile Unterstützung einrichten und Geo-"
7160
+ #~ "Targeting verwenden, "
7161
+
7162
+ #~ msgid ""
7163
+ #~ "Overhead data is accumulated garbage resulting from many changes you've "
7164
+ #~ "made. This can vary from nothing to hundreds of KiB of data."
7165
+ #~ msgstr ""
7166
+ #~ "Es können unnötige Dateien aufgrund von vielen Veränderungen, die Sie "
7167
+ #~ "vorgenommen haben, entstanden sein. Dies können Hunderte von KiB sein."
7168
+
7169
+ #~ msgid "Delete stats older than 356 days (Optional)."
7170
+ #~ msgstr "Löschen Sie die Statistik, die älter als 356 Tage (Optional) ist."
7171
+
7172
+ #~ msgid ""
7173
+ #~ "AdRotate creates empty records when you start making ads, groups or "
7174
+ #~ "schedules. In rare occasions these records are faulty."
7175
+ #~ msgstr ""
7176
+ #~ "AdRotate erstellt leere Datensätze, wenn Sie Anzeigen, Gruppen oder "
7177
+ #~ "Zeitpläne erstellen. In seltenen Fällen sind diese Einträge fehlerhaft."
7178
+
7179
+ #~ msgid "View advert specs and (some) stats in the dashboard."
7180
+ #~ msgstr ""
7181
+ #~ "Anzeige Spezifikationen und (einige) Statistiken auf dem Dashboard "
7182
+ #~ "anzeigen."
7183
+
7184
+ #~ msgid "Current version:"
7185
+ #~ msgstr "Aktuelle Version:"
7186
+
7187
+ #~ msgid "Previous version:"
7188
+ #~ msgstr "Vorherige Version:"
7189
+
7190
+ #~ msgid "Current database version:"
7191
+ #~ msgstr "Aktuelle Datenbankversion:"
7192
+
7193
+ #~ msgid "Previous database version:"
7194
+ #~ msgstr "Vorherige Datenbank-Version:"
7195
+
7196
+ #~ msgid "Ad evaluation next run:"
7197
+ #~ msgstr "Anzeigen - Auswertung nächster Lauf:"
7198
+
7199
+ #~ msgid "Notifications - Available in AdRotate Pro"
7200
+ #~ msgstr "Achtung - erhältlich in AdRotate Pro"
7201
+
7202
+ #~ msgid ""
7203
+ #~ "Benefit from extra features to reinforce your income with advertising "
7204
+ #~ "campaigns. Make the most of your website with the powerful tools AdRotate "
7205
+ #~ "Pro offers on top of the trusted features included in the free version."
7206
+ #~ msgstr ""
7207
+ #~ "Profitieren Sie von extra-Features, um Ihr Einkommen aus Werbekampagnen "
7208
+ #~ "zu erhöhen. Nutzen Sie Ihre Website mit den leistungsfähigen Werkzeugen, "
7209
+ #~ "die AdRotate Pro zusätzlich zu den bekannten Features in der kostenlosen "
7210
+ #~ "Version bietet."
7211
+
7212
+ #~ msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
7213
+ #~ msgstr ""
7214
+ #~ "50000 Kostenlose Lookups jeden Tag nutzt GeoLite2 Datenbanken von MaxMind!"
7215
+
7216
+ #, fuzzy
7217
+ #~ msgid ""
7218
+ #~ "Upload your images to the banner folder and make sure the filename is in "
7219
+ #~ "the following format; \"imagename.full.ext\". A full set of sized images "
7220
+ #~ "is strongly recommended."
7221
+ #~ msgstr ""
7222
+ #~ "Transférez vos images dans le dossier de la bannière et assurez-vous que "
7223
+ #~ "le fichier est dans le format suivant: \"nomdefichier.full.ext\". Un "
7224
+ #~ "ensemble complet d'images de tailles différentes est recommendé si vous "
7225
+ #~ "avez un site fluide."
7226
+
7227
+ #, fuzzy
7228
+ #~ msgid "Create multiple schedules for each advert with AdRotate Pro."
7229
+ #~ msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
7230
+
7231
+ #, fuzzy
7232
+ #~ msgid "Ads in group"
7233
+ #~ msgstr "Pubs dans le groupe"
7234
+
7235
+ #, fuzzy
7236
+ #~ msgid "Learn More"
7237
+ #~ msgstr "En savoir plus"
7238
+
7239
+ #, fuzzy
7240
+ #~ msgid "Thank you for your consideration!"
7241
+ #~ msgstr "Avez-vous fait une sauvegarde de votre base de données?"
7242
+
7243
+ #, fuzzy
7244
+ #~ msgid "Ad created"
7245
+ #~ msgstr "Publicité créée"
7246
+
7247
+ #, fuzzy
7248
+ #~ msgid ""
7249
+ #~ "The ad was saved but has an issue which might prevent it from working "
7250
+ #~ "properly. Review the yellow marked ad."
7251
+ #~ msgstr ""
7252
+ #~ "La publicité a éré sauvegardée mais a un soucis qui pourrait l'empêcher "
7253
+ #~ "de fonctionner correctement. Veuillez vérifier la publicité marquée en "
7254
+ #~ "jaune."
7255
+
7256
+ #, fuzzy
7257
+ #~ msgid "Group created"
7258
+ #~ msgstr "Groupe créé"
7259
+
7260
+ #, fuzzy
7261
+ #~ msgid ""
7262
+ #~ "AdRotate creates empty records when you start making ads or groups. In "
7263
+ #~ "rare occasions these records are faulty."
7264
+ #~ msgstr ""
7265
+ #~ "AdRotate crée des registres vides lorsque vous commencez à faire des "
7266
+ #~ "annonces ou des groupes. Dans de rares cas, ces registres sont défectueux."
7267
+
7268
+ #, fuzzy
7269
+ #~ msgid ""
7270
+ #~ "If you made an ad or group that does not save when you make it use this "
7271
+ #~ "button to delete those empty records."
7272
+ #~ msgstr ""
7273
+ #~ "Si vous avez créé une publicité ou un groupe et celui-ci n'est pas "
7274
+ #~ "sauvegardé quand vous le créez, cliquez sur ce bouton opur effacer ces "
7275
+ #~ "registres vides."
7276
+
7277
+ #, fuzzy
7278
+ #~ msgid "Review global stats, per ad/group stats. Visible only to publishers."
7279
+ #~ msgstr ""
7280
+ #~ "Voir le suivi des statistiques globales, ainsi que par publicité/groupe. "
7281
+ #~ "Visible uniquement aux annonceurs."
7282
+
7283
+ #, fuzzy
7284
+ #~ msgid "Set up your own advertising network on a WordPress Multisite."
7285
+ #~ msgstr ""
7286
+ #~ "Mettez en place votre propre réseau de publicité sur une installation "
7287
+ #~ "Wordpress Multisite."
7288
+
7289
+ #, fuzzy
7290
+ #~ msgid ""
7291
+ #~ "When you activate your AdRotate Pro license you are entitled to ticket "
7292
+ #~ "support. AdRotate premium support which takes priority over the Forums "
7293
+ #~ "and even email. Get a solution (usually) within a day."
7294
+ #~ msgstr ""
7295
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
7296
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
7297
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
7298
+
7299
+ #, fuzzy
7300
+ #~ msgid ""
7301
+ #~ "Schedule your adverts and set up advertising campaigns based on date "
7302
+ #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
7303
+ #~ "schedules it."
7304
+ #~ msgstr ""
7305
+ #~ "Planifiez vos publicités et mettez en place des campagnes de publicité "
7306
+ #~ "basées sur les dates facilement. Vous pouvez utiliser AdRotate pour "
7307
+ #~ "planifier des annonces saisonnières, hebdomadaires ou à la carte. "
7308
+
7309
+ #, fuzzy
7310
+ #~ msgid "Stay up-to-date with the notification system"
7311
+ #~ msgstr "Restez à jour avec le système de notification"
7312
+
7313
+ #, fuzzy
7314
+ #~ msgid ""
7315
+ #~ "Stay in touch with Email and/or push notifications. Get notified when "
7316
+ #~ "adverts expire, have errors or when advertisers create new adverts. Never "
7317
+ #~ "miss an expiration date again."
7318
+ #~ msgstr ""
7319
+ #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
7320
+ #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
7321
+ #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
7322
+ #~ "d'expiration."
7323
+
7324
+ #, fuzzy
7325
+ #~ msgid ""
7326
+ #~ "The maximum clicks and impressions are measured over the set schedule "
7327
+ #~ "only. Every schedule can have it's own limit!"
7328
+ #~ msgstr ""
7329
+ #~ "Le nombre maximum de clics et d'impressions est mesuré pour le calendrier "
7330
+ #~ "en question uniquement. Tous les calendriers peuvent avoir leurs propres "
7331
+ #~ "limites!"
7332
+
7333
+ #, fuzzy
7334
+ #~ msgid "Set up a fallback group and use Geo Location in AdRotate Pro"
7335
+ #~ msgstr ""
7336
+ #~ "Mettre en place un groupe de secours, et utiliser la localisation "
7337
+ #~ "géographique dans AdRotate Pro"
7338
+
7339
+ #, fuzzy
7340
+ #~ msgid "Select Ads"
7341
+ #~ msgstr "Choisir les pubs"
7342
+
7343
+ #, fuzzy
7344
+ #~ msgid ""
7345
+ #~ "Activate AdRotate on unlimited WordPress installations and/or networks."
7346
+ #~ msgstr ""
7347
+ #~ "Activez AdRotate dans un nombre illimité d'installations Wordpress et/ou "
7348
+ #~ "réseaux."
7349
+
7350
+ #, fuzzy
7351
+ #~ msgid "Place the target URL in your adcode - Similar to code example 1."
7352
+ #~ msgstr ""
7353
+ #~ "Insérez l'URL cible dans votre code de pub pour activer le suivi des "
7354
+ #~ "clicks."
7355
+
7356
+ #, fuzzy
7357
+ #~ msgid ""
7358
+ #~ "With AdRotate Pro you can also set a weight to give adverts more or less "
7359
+ #~ "attention."
7360
+ #~ msgstr ""
7361
+ #~ "Avec AdRotate Pro, vous pouvez aussi mettre un poids pour donner à vos "
7362
+ #~ "publicités plus ou moins d'importance."
7363
+
7364
+ #, fuzzy
7365
+ #~ msgid "Geo Location in AdRotate Pro"
7366
+ #~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
7367
+
7368
+ #, fuzzy
7369
+ #~ msgid "Target your audience with Geo Location in AdRotate Pro"
7370
+ #~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
7371
+
7372
+ #, fuzzy
7373
+ #~ msgid "Schedule"
7374
+ #~ msgstr "Planning"
7375
+
7376
+ #, fuzzy
7377
+ #~ msgid "From when to when is the advert visible?"
7378
+ #~ msgstr ""
7379
+ #~ "Quel est l'interval de dates pendant lequel la publicité est visible?"
7380
+
7381
+ #, fuzzy
7382
+ #~ msgid "Choose Multiple Schedules in AdRotate Pro"
7383
+ #~ msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
7384
+
7385
+ #, fuzzy
7386
+ #~ msgid "AdRotate Website."
7387
+ #~ msgstr "Magasin AdRotate"
7388
+
7389
+ #, fuzzy
7390
+ #~ msgid "AdRotate Getting Started."
7391
+ #~ msgstr "Paramètres de AdRotate"
7392
+
7393
+ #, fuzzy
7394
+ #~ msgid "AdRotate Website Forum."
7395
+ #~ msgstr "Magasin AdRotate"
7396
+
7397
+ #, fuzzy
7398
+ #~ msgid "or go to the"
7399
+ #~ msgstr "Aller"
7400
+
7401
+ #, fuzzy
7402
+ #~ msgid "Your gift will ensure the continued development of AdRotate!"
7403
+ #~ msgstr "Votre don permettra d'assurer le développement continu de AdRotate!"
7404
+
7405
+ #, fuzzy
7406
+ #~ msgid ""
7407
+ #~ "Place the target URL in the field below, use %link% in the adcode instead "
7408
+ #~ "of the target URL and enable clicktracking."
7409
+ #~ msgstr ""
7410
+ #~ "Insérez le URL cible dans le champ ci-dessous, puis utilisez %link% dans "
7411
+ #~ "le code au lieux du lien cicle, et activez le suivi des clics."
7412
+
7413
+ #, fuzzy
7414
+ #~ msgid "Enter the target URL for your advert here."
7415
+ #~ msgstr "Insérer l'URL cible de votre publicité ici."
language/adrotate-el.mo DELETED
Binary file
language/adrotate-fr_FR.mo CHANGED
Binary file
language/adrotate-fr_FR.po ADDED
@@ -0,0 +1,6056 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AdRotate Professional\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-03 17:37-0500\n"
6
+ "PO-Revision-Date: 2020-04-22 13:35-0500\n"
7
+ "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
+ "Language-Team: Arnan de Gans\n"
9
+ "Language: fr\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: adrotate-functions.php:692
21
+ msgid "Ad saved"
22
+ msgstr "Annonce sauvée"
23
+
24
+ #: adrotate-functions.php:696
25
+ msgid "Group saved"
26
+ msgstr "Groupe enregistré"
27
+
28
+ #: adrotate-functions.php:700
29
+ msgid "Ad(s) deleted"
30
+ msgstr "Publicité(s) supprimée(s)"
31
+
32
+ #: adrotate-functions.php:704
33
+ msgid "Group deleted"
34
+ msgstr "Groupe supprimé"
35
+
36
+ #: adrotate-functions.php:708
37
+ msgid "Ad(s) statistics reset"
38
+ msgstr "Statistiques de la publicité/des publicités ont été mises à zéro"
39
+
40
+ #: adrotate-functions.php:712
41
+ msgid "Ad(s) renewed"
42
+ msgstr "Publicité(s) renouvellée(s)"
43
+
44
+ #: adrotate-functions.php:716
45
+ msgid "Ad(s) deactivated"
46
+ msgstr "Publicité(s) désactivée(s)"
47
+
48
+ #: adrotate-functions.php:720
49
+ msgid "Ad(s) activated"
50
+ msgstr "Publicité(s) activée(s)"
51
+
52
+ #: adrotate-functions.php:724
53
+ msgid "Group including it's Ads deleted"
54
+ msgstr "Le gruop ainsi que ses publicités ont été supprimés"
55
+
56
+ #: adrotate-functions.php:728
57
+ msgid "Export created"
58
+ msgstr "Export créé"
59
+
60
+ #: adrotate-functions.php:732
61
+ msgid ""
62
+ "Advert HTML generated and placed in the AdCode field. Configure your advert "
63
+ "below."
64
+ msgstr ""
65
+ "Annonce HTML générée et placée dans le champ AdCode. Configurez votre "
66
+ "annonce ci-dessous."
67
+
68
+ #: adrotate-functions.php:737
69
+ msgid "Settings saved"
70
+ msgstr "Paramètres sauvegardés"
71
+
72
+ #: adrotate-functions.php:741
73
+ msgid "Database optimized"
74
+ msgstr "Base de données optimisée"
75
+
76
+ #: adrotate-functions.php:745
77
+ msgid "Database repaired"
78
+ msgstr "Base de données réparée"
79
+
80
+ #: adrotate-functions.php:749
81
+ msgid "Ads evaluated and statuses have been corrected where required"
82
+ msgstr ""
83
+ "Publicités évalués et les statuts ont été corrigées si c'était nécessaire"
84
+
85
+ #: adrotate-functions.php:753
86
+ msgid "Cleanup complete"
87
+ msgstr "Nettoyage complet"
88
+
89
+ #: adrotate-functions.php:758
90
+ msgid "Action prohibited"
91
+ msgstr "Action interdite"
92
+
93
+ #: adrotate-functions.php:762
94
+ msgid ""
95
+ "The ad was saved but has an issue which might prevent it from working "
96
+ "properly. Review the colored ad."
97
+ msgstr ""
98
+ "L'annonce a été sauvé, mais a un problème pourrait l'empêcher de fonctionner "
99
+ "correctement. Revoir l'annonce colorée."
100
+
101
+ #: adrotate-functions.php:766
102
+ msgid "No data found in selected time period"
103
+ msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
104
+
105
+ #: adrotate-functions.php:770
106
+ msgid "Database can only be optimized or cleaned once every hour"
107
+ msgstr ""
108
+ "La base de données peut être optimisée ou nettoyée une fois toutes les heures"
109
+
110
+ #: adrotate-functions.php:774
111
+ msgid "Form can not be (partially) empty!"
112
+ msgstr "Forme ne peut pas être (partiellement) vide !"
113
+
114
+ #: adrotate-functions.php:778
115
+ msgid "No ads found."
116
+ msgstr "Aucune annonce trouvée."
117
+
118
+ #: adrotate-functions.php:782
119
+ msgid "Unexpected error"
120
+ msgstr "Erreur inattendue"
121
+
122
+ #: adrotate-manage-publisher.php:772
123
+ msgid "AdRotate Advertiser"
124
+ msgstr "AdRotate annonceur"
125
+
126
+ #: adrotate-output.php:543
127
+ msgid "Oh no! Something went wrong!"
128
+ msgstr "Oh no! Un problème est survenu!"
129
+
130
+ #: adrotate-output.php:544
131
+ msgid ""
132
+ "WordPress was unable to verify the authenticity of the url you have clicked. "
133
+ "Verify if the url used is valid or log in via your browser."
134
+ msgstr ""
135
+ "Wordpress n'a pas pu verifier l'authentiticité du lien que vous avez cliqué. "
136
+ "Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
137
+ "votre navigateur."
138
+
139
+ #: adrotate-output.php:545
140
+ msgid ""
141
+ "If you have received the url you want to visit via email, you are being "
142
+ "tricked!"
143
+ msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
144
+
145
+ #: adrotate-output.php:546
146
+ msgid "Contact support if the issue persists:"
147
+ msgstr "Contactez le support si le soucis persiste :"
148
+
149
+ #: adrotate-output.php:558
150
+ msgid ""
151
+ "Error, Ad is not available at this time due to schedule/geolocation "
152
+ "restrictions!"
153
+ msgstr ""
154
+ "Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
155
+ "horaires/géographiques!"
156
+
157
+ #: adrotate-output.php:563
158
+ msgid ""
159
+ "Either there are no banners, they are disabled or none qualified for this "
160
+ "location!"
161
+ msgstr ""
162
+ "Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
163
+ "cet endroit!"
164
+
165
+ #: adrotate-output.php:568
166
+ msgid "Error, no Ad ID set! Check your syntax!"
167
+ msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe!"
168
+
169
+ #: adrotate-output.php:574
170
+ msgid "Error, no group ID set! Check your syntax!"
171
+ msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
172
+
173
+ #: adrotate-output.php:579
174
+ msgid "Error, group does not exist! Check your syntax!"
175
+ msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
176
+
177
+ #: adrotate-output.php:585
178
+ msgid ""
179
+ "There was an error locating the database tables for AdRotate. Please "
180
+ "deactivate and re-activate AdRotate from the plugin page!!"
181
+ msgstr ""
182
+ "AdRotate ne peut pas trouver la table de la base de données dont elle a "
183
+ "besoin. Veuillez désactiver et ré-activer AdRotate de la page des extensions!"
184
+
185
+ #: adrotate-output.php:585
186
+ msgid "If this does not solve the issue please seek support at"
187
+ msgstr ""
188
+ "Si les instructions ne résoudent pas le soucis, veuillez contacter le "
189
+ "support à"
190
+
191
+ #: adrotate-output.php:591
192
+ msgid ""
193
+ "There was an error loading the page. Please try again by reloading the page "
194
+ "via the menu on the left."
195
+ msgstr ""
196
+ "Il y a eu une erreur de chargement de la page. S’il vous plaît essayer à "
197
+ "nouveau en rechargeant la page via le menu sur la gauche."
198
+
199
+ #: adrotate-output.php:591
200
+ msgid "If the issue persists please seek help at"
201
+ msgstr "Si le problème persiste, veuillez demander de l’aide"
202
+
203
+ #: adrotate-output.php:597
204
+ msgid "An unknown error occured."
205
+ msgstr "Une erreur inconnue s'est produite."
206
+
207
+ #: adrotate-output.php:617 adrotate-output.php:620 adrotate-output.php:624
208
+ #: dashboard/settings/maintenance.php:20
209
+ msgid "Check adverts"
210
+ msgstr "Vérifier les annonces"
211
+
212
+ #: adrotate-output.php:629
213
+ msgid ""
214
+ "You have enabled caching support but W3 Total Cache is not active on your "
215
+ "site!"
216
+ msgstr ""
217
+ "Vous avez activé la prise en charge mise en cache, mais W3 Total Cache n’est "
218
+ "pas actif sur votre site !"
219
+
220
+ #: adrotate-output.php:629
221
+ msgid "Disable W3 Total Cache Support"
222
+ msgstr "Désactiver W3 Total Cache Support"
223
+
224
+ #: adrotate-output.php:632
225
+ msgid ""
226
+ "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
227
+ "not set."
228
+ msgstr ""
229
+ "Vous avez activer le support de mise en cache, mais la définition "
230
+ "W3TC_DYNAMIC_SECURITY n’est pas définie."
231
+
232
+ #: adrotate-output.php:632
233
+ msgid "How to configure W3 Total Cache"
234
+ msgstr "Comment configurer W3 Total Cache"
235
+
236
+ #: adrotate-output.php:636
237
+ msgid ""
238
+ "You have enable caching support but Borlabs Cache is not active on your site!"
239
+ msgstr ""
240
+ "Vous avez permis de mettre en cache le support mais Borlabs Cache n’est pas "
241
+ "actif sur votre site !"
242
+
243
+ #: adrotate-output.php:636
244
+ msgid "Disable Borlabs Cache Support"
245
+ msgstr "Désactiver borlabs Cache Support"
246
+
247
+ #: adrotate-output.php:642
248
+ msgid ""
249
+ "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
250
+ msgstr ""
251
+ "Vous avez activé le support Borlabs Cache mais la mise en cache Fragment "
252
+ "n’est pas activée !"
253
+
254
+ #: adrotate-output.php:642
255
+ msgid "Enable Fragment Caching"
256
+ msgstr "Permettre aux annonceurs"
257
+
258
+ #: adrotate-output.php:649
259
+ msgid "Your AdRotate Banner folder is not writable or does not exist."
260
+ msgstr ""
261
+ "Votre dossier AdRotate bannière n’est pas accessible en écriture ou n’existe "
262
+ "pas."
263
+
264
+ #: adrotate-output.php:649
265
+ msgid "Set up your banner folder"
266
+ msgstr "Configurez votre dossier de bannière"
267
+
268
+ #: adrotate-output.php:652
269
+ msgid ""
270
+ "You have the AdRotate Professional installed. Please check out the upgrade "
271
+ "manual and switch over to AdRotate Pro!"
272
+ msgstr ""
273
+ "Vous avez installé le professionnel AdRotate. S’il vous plaît vérifier le "
274
+ "manuel de mise à niveau et passer à AdRotate Pro!"
275
+
276
+ #: adrotate-output.php:652
277
+ msgid "Upgrade instructions"
278
+ msgstr "Instructions d’installation"
279
+
280
+ #: adrotate-output.php:655
281
+ msgid ""
282
+ "Something is wrong with your installation of AdRotate. Either the plugin is "
283
+ "installed twice or your current installation has the wrong folder name. "
284
+ "Please install the plugin properly!"
285
+ msgstr ""
286
+ "Quelque chose ne va pas avec votre installation d’AdRotate. Soit le plugin "
287
+ "est installé deux fois, soit votre installation actuelle a le mauvais nom de "
288
+ "dossier. S’il vous plaît installer le plugin correctement!"
289
+
290
+ #: adrotate-output.php:655
291
+ msgid "Installation instructions"
292
+ msgstr "Instructions d’installation"
293
+
294
+ #: adrotate-output.php:727
295
+ msgid "your attention:"
296
+ msgstr "votre attention:"
297
+
298
+ #: adrotate-output.php:758
299
+ msgid ""
300
+ "Thank you for choosing AdRotate Banner Manager. Everything related to "
301
+ "AdRotate is in this menu. If you need help getting started take a look at the"
302
+ msgstr ""
303
+ "Merci d’avoir choisi AdRotate Banner Manager. Tout ce qui concerne AdRotate "
304
+ "est dans ce menu. Si vous avez besoin d’aide pour commencer, jetez un coup "
305
+ "d’œil à la"
306
+
307
+ #: adrotate-output.php:758
308
+ msgid "manuals"
309
+ msgstr "manuels"
310
+
311
+ #: adrotate-output.php:758 adrotate-output.php:842
312
+ msgid "and"
313
+ msgstr "et"
314
+
315
+ #: adrotate-output.php:758
316
+ msgid "forums"
317
+ msgstr "forums"
318
+
319
+ #: adrotate-output.php:834
320
+ msgid "Help AdRotate Grow"
321
+ msgstr "AdRotate Pro"
322
+
323
+ #: adrotate-output.php:835 adrotate.php:149
324
+ msgid "AdRotate Professional"
325
+ msgstr "AdRotate professionel"
326
+
327
+ #: adrotate-output.php:842
328
+ msgid ""
329
+ "Many users only think to review AdRotate when something goes wrong while "
330
+ "thousands of people happily use AdRotate."
331
+ msgstr ""
332
+ "Beaucoup d’utilisateurs pensent seulement à revoir AdRotate quand quelque "
333
+ "chose va mal tandis que des milliers de personnes utilisent heureusement "
334
+ "AdRotate."
335
+
336
+ #: adrotate-output.php:842
337
+ msgid "If you find AdRotate useful please leave your"
338
+ msgstr "Si vous trouvez AdRotate utile s’il vous plaît laissez votre"
339
+
340
+ #: adrotate-output.php:842
341
+ msgid "rating"
342
+ msgstr "évaluation"
343
+
344
+ #: adrotate-output.php:842
345
+ msgid "review"
346
+ msgstr "avis"
347
+
348
+ #: adrotate-output.php:842
349
+ msgid "on WordPress.org to help AdRotate grow in a positive way"
350
+ msgstr "sur WordPress.org pour aider AdRotate à s'améliorer"
351
+
352
+ #: adrotate-output.php:843
353
+ msgid ""
354
+ "Get more advanced features like Geo Targeting, scheduling and much more with "
355
+ "AdRotate Pro."
356
+ msgstr ""
357
+ "Obtenez des fonctionnalités plus avancées comme Geo Targeting, la "
358
+ "planification et bien plus encore avec AdRotate Pro."
359
+
360
+ #: adrotate-output.php:843
361
+ msgid "Includes premium support and free updates for one year!"
362
+ msgstr "Inclut le support premium et les mises à jour gratuites pendant un an!"
363
+
364
+ #: adrotate-output.php:843
365
+ msgid "Get started today"
366
+ msgstr "Commencez dès aujourd'hui"
367
+
368
+ #: adrotate-statistics.php:155
369
+ msgid "January"
370
+ msgstr "Janvier"
371
+
372
+ #: adrotate-statistics.php:155
373
+ msgid "February"
374
+ msgstr "Février"
375
+
376
+ #: adrotate-statistics.php:155
377
+ msgid "March"
378
+ msgstr "Mars"
379
+
380
+ #: adrotate-statistics.php:155
381
+ msgid "April"
382
+ msgstr "Avril"
383
+
384
+ #: adrotate-statistics.php:155
385
+ msgid "May"
386
+ msgstr "Mai"
387
+
388
+ #: adrotate-statistics.php:155
389
+ msgid "June"
390
+ msgstr "Juin"
391
+
392
+ #: adrotate-statistics.php:155
393
+ msgid "July"
394
+ msgstr "Juillet"
395
+
396
+ #: adrotate-statistics.php:155
397
+ msgid "August"
398
+ msgstr "Août"
399
+
400
+ #: adrotate-statistics.php:155
401
+ msgid "September"
402
+ msgstr "Septembre"
403
+
404
+ #: adrotate-statistics.php:155
405
+ msgid "October"
406
+ msgstr "Octobre"
407
+
408
+ #: adrotate-statistics.php:155
409
+ msgid "November"
410
+ msgstr "Novembre"
411
+
412
+ #: adrotate-statistics.php:155
413
+ msgid "December"
414
+ msgstr "Décembre"
415
+
416
+ #: adrotate-statistics.php:164
417
+ msgid "Previous"
418
+ msgstr "Précédent"
419
+
420
+ #: adrotate-statistics.php:166 dashboard/publisher/statistics-advert.php:66
421
+ #: dashboard/publisher/statistics-group.php:73
422
+ #: dashboard/publisher/statistics-main.php:48
423
+ msgid "This month"
424
+ msgstr "Ce mois-ci"
425
+
426
+ #: adrotate-statistics.php:167
427
+ msgid "Next"
428
+ msgstr "Prochain"
429
+
430
+ #: adrotate-statistics.php:225
431
+ msgid "No data to show!"
432
+ msgstr "Aucune donnée à montrer!"
433
+
434
+ #: adrotate-statistics.php:302 adrotate-statistics.php:303
435
+ msgid "Not found"
436
+ msgstr "Non trouvé"
437
+
438
+ #: adrotate-widget.php:134
439
+ msgid "Title (optional):"
440
+ msgstr "Titre (optionel) :"
441
+
442
+ #: adrotate-widget.php:137
443
+ msgid "HTML will be stripped out."
444
+ msgstr "Le code HTML sera retiré."
445
+
446
+ #: adrotate-widget.php:140
447
+ msgid "Description (optional):"
448
+ msgstr "Description (optionelle) :"
449
+
450
+ #: adrotate-widget.php:143
451
+ msgid "What is this widget used for? (Not parsed, HTML will be stripped out.)"
452
+ msgstr ""
453
+ "Quelle est l'utilisation de ce widget? (Non executé, le code HTML sera "
454
+ "dépouillé.)"
455
+
456
+ #: adrotate-widget.php:146
457
+ msgid "Type:"
458
+ msgstr "Type :"
459
+
460
+ #: adrotate-widget.php:148
461
+ msgid "Advert - Use Advert ID"
462
+ msgstr "Publicité - Utiliser l’ID d’annonce"
463
+
464
+ #: adrotate-widget.php:149
465
+ msgid "Group - Use group ID"
466
+ msgstr "Groupe - Utiliser l’ID de groupe"
467
+
468
+ #: adrotate-widget.php:152
469
+ msgid "Choose what you want to use this widget for"
470
+ msgstr "Choisissez le fonction de ce widget"
471
+
472
+ #: adrotate-widget.php:155
473
+ msgid "ID:"
474
+ msgstr "ID :"
475
+
476
+ #: adrotate-widget.php:158
477
+ msgid "Fill in the ID of the type you want to display!"
478
+ msgstr "Insérez l'identifiant du type que vous voulez afficher!"
479
+
480
+ #: adrotate.php:102
481
+ msgid "General Info"
482
+ msgstr "Informations générales"
483
+
484
+ #: adrotate.php:103
485
+ msgid "AdRotate Pro"
486
+ msgstr "AdRotate Pro"
487
+
488
+ #: adrotate.php:104
489
+ msgid "Manage Adverts"
490
+ msgstr "Gérer Annonces"
491
+
492
+ #: adrotate.php:105 dashboard/publisher/groups-main.php:12
493
+ msgid "Manage Groups"
494
+ msgstr "Gérer les groupes"
495
+
496
+ #: adrotate.php:106 dashboard/publisher/schedules-main.php:12
497
+ msgid "Manage Schedules"
498
+ msgstr "Gérer les horaires"
499
+
500
+ #: adrotate.php:107 adrotate.php:387 adrotate.php:505
501
+ #: dashboard/adrotatepro.php:69 dashboard/publisher/adverts-edit.php:177
502
+ #: dashboard/publisher/statistics-main.php:23
503
+ #: dashboard/settings/statistics.php:17
504
+ msgid "Statistics"
505
+ msgstr "Statistiques"
506
+
507
+ #: adrotate.php:108
508
+ msgid "Manage Media"
509
+ msgstr "Gérer les médias"
510
+
511
+ #: adrotate.php:109 adrotate.php:468
512
+ msgid "Support"
513
+ msgstr "Support"
514
+
515
+ #: adrotate.php:110
516
+ msgid "Settings"
517
+ msgstr "Paramètres"
518
+
519
+ #: adrotate.php:131
520
+ msgid "AdRotate Info"
521
+ msgstr "Informations sur Adrotate"
522
+
523
+ #: adrotate.php:189
524
+ msgid "Advert Management"
525
+ msgstr "Gestion de l’annonce"
526
+
527
+ #: adrotate.php:249 adrotate.php:317
528
+ msgid "Manage"
529
+ msgstr "Gérer"
530
+
531
+ #: adrotate.php:250
532
+ msgid "Generator"
533
+ msgstr "Générateur"
534
+
535
+ #: adrotate.php:251 adrotate.php:318
536
+ msgid "Add New"
537
+ msgstr "Ajouter"
538
+
539
+ #: adrotate.php:311
540
+ msgid "Group Management"
541
+ msgstr "Gérer les groupes"
542
+
543
+ #: adrotate.php:348
544
+ msgid "Schedules"
545
+ msgstr "Planifications"
546
+
547
+ #: adrotate.php:429
548
+ msgid "Media and Assets"
549
+ msgstr "Médias et actifs"
550
+
551
+ #: adrotate.php:433
552
+ msgid ""
553
+ "Upload images to the AdRotate Pro banners folder from here. This is useful "
554
+ "if you have HTML5 adverts containing multiple files."
555
+ msgstr ""
556
+ "Téléchargez des images sur le dossier de bannières AdRotate Pro à partir "
557
+ "d’ici. Ceci est utile si vous avez des annonces HTML5 contenant plusieurs "
558
+ "fichiers."
559
+
560
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
561
+ msgid "Get more features"
562
+ msgstr "Obtenez plus de fonctionnalités"
563
+
564
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
565
+ msgid "Get AdRotate Pro"
566
+ msgstr "Obtenez AdRotate Pro"
567
+
568
+ #: adrotate.php:498
569
+ msgid "AdRotate Settings"
570
+ msgstr "Paramètres de AdRotate"
571
+
572
+ #: adrotate.php:503 dashboard/publisher/statistics-main.php:28
573
+ msgid "General"
574
+ msgstr "Général"
575
+
576
+ #: adrotate.php:504 dashboard/settings/notifications.php:18
577
+ msgid "Notifications"
578
+ msgstr "Notifications"
579
+
580
+ #: adrotate.php:506 dashboard/publisher/adverts-edit.php:358
581
+ #: dashboard/publisher/groups-edit.php:193
582
+ #: dashboard/settings/advertisers.php:38
583
+ msgid "Geo Targeting"
584
+ msgstr "Ciblage géo"
585
+
586
+ #: adrotate.php:507 dashboard/settings/notifications.php:70
587
+ msgid "Advertisers"
588
+ msgstr "Annonceurs"
589
+
590
+ #: adrotate.php:508 dashboard/settings/roles.php:17
591
+ msgid "Access Roles"
592
+ msgstr "Niveaux d’accès"
593
+
594
+ #: adrotate.php:509 dashboard/settings/misc.php:16
595
+ msgid "Miscellaneous"
596
+ msgstr "Divers"
597
+
598
+ #: adrotate.php:510 dashboard/settings/maintenance.php:16
599
+ msgid "Maintenance"
600
+ msgstr "Maintenance"
601
+
602
+ #: dashboard/adrotatepro.php:18
603
+ msgid "Mobile campaigns"
604
+ msgstr "Campagnes mobiles"
605
+
606
+ #: dashboard/adrotatepro.php:21
607
+ msgid ""
608
+ "Target mobile users with ease and show the right adverts to smartphones, "
609
+ "tablets and computers. Mix and match as you please and offer adverts that "
610
+ "suit the device or mobile operating system. Create as many mobile adverts as "
611
+ "you want without effort and with a few easy to use options they show up "
612
+ "where you want them to!"
613
+ msgstr ""
614
+ "Ciblez les utilisateurs mobiles facilement et affichez les bonnes publicités "
615
+ "aux smartphones, tablettes et ordinateurs. Mélangez et assortissez à votre "
616
+ "guise et proposez des publicités adaptées à l’appareil ou au système "
617
+ "d’exploitation mobile. Créez autant d’annonces mobiles que vous voulez sans "
618
+ "effort et avec quelques options faciles à utiliser, ils apparaissent où vous "
619
+ "voulez qu’ils!"
620
+
621
+ #: dashboard/adrotatepro.php:26
622
+ msgid "Schedule all campaigns with ease"
623
+ msgstr "Planifier toutes vos campagnes en toute simplicité"
624
+
625
+ #: dashboard/adrotatepro.php:29
626
+ msgid ""
627
+ "Schedule your adverts and set up advertising campaigns based on dates you or "
628
+ "your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
629
+ "specific days in the week. You name it, AdRotate schedules it. This makes "
630
+ "planning your revenue stream very flexible. You can set one or many "
631
+ "schedules for adverts."
632
+ msgstr ""
633
+ "Planifiez vos annonces et configurez des campagnes publicitaires en fonction "
634
+ "des dates que vous ou vos annonceurs spécifiez sans tracas. Annonces "
635
+ "saisonnières, publicités hebdomadaires, jours spécifiques de la semaine. "
636
+ "Vous l’appelez, AdRotate l’é horaire. Cela rend la planification de votre "
637
+ "flux de revenus très flexible. Vous pouvez définir un ou plusieurs horaires "
638
+ "pour les publicités."
639
+
640
+ #: dashboard/adrotatepro.php:34
641
+ msgid "Satisfy your advertisers"
642
+ msgstr "Comblez vos annonceurs"
643
+
644
+ #: dashboard/adrotatepro.php:37
645
+ msgid ""
646
+ "Set up advertisers and let them log in to their statistics or even create "
647
+ "their own adverts. Created adverts go into a moderation queue for your staff "
648
+ "to review. Advertisers have access to their own little dashboard where they "
649
+ "can see their adverts performance."
650
+ msgstr ""
651
+ "Mettez en place les annonceurs et laissez-les se connecter à leurs "
652
+ "statistiques ou donnez leur la permission de créez leurs propres publicités. "
653
+ "Les annonces créées iront dans votre file d'attente afin d'être revues par "
654
+ "votre personel. Les annonceurs ont accès à leur propre petit tableau de bord "
655
+ "où ils peuvent voir les performances de leur publicités."
656
+
657
+ #: dashboard/adrotatepro.php:42
658
+ msgid "Get Fast Support almost all year round"
659
+ msgstr "Obtenez un soutien rapide presque toute l’année"
660
+
661
+ #: dashboard/adrotatepro.php:45
662
+ msgid ""
663
+ "When you activate your AdRotate Pro license you can use the more personal "
664
+ "email support. No more queueing up in the forums. AdRotate support takes "
665
+ "priority over the forums and is checked once or twice a day. Get a solution "
666
+ "(usually) within two business days."
667
+ msgstr ""
668
+ "Lorsque vous activez votre licence AdRotate Pro, vous pouvez utiliser le "
669
+ "support e-mail plus personnel. Plus besoin de faire la queue dans les "
670
+ "forums. Le support AdRotate est prioritaire sur les forums et est vérifié "
671
+ "une ou deux fois par jour. Obtenez une solution (généralement) dans les deux "
672
+ "jours ouvrables."
673
+
674
+ #: dashboard/adrotatepro.php:53
675
+ msgid "Localize your ad campaigns with Geo Targeting"
676
+ msgstr "Localiser vos campagnes publicitaires avec le ciblage géographique"
677
+
678
+ #: dashboard/adrotatepro.php:56
679
+ msgid ""
680
+ "Go nationwide or global with localized adverts for your various audiences. "
681
+ "Set up adverts for countries and cities and sell impressions per general "
682
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
683
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
684
+ msgstr ""
685
+ "Allez à l’échelle nationale ou mondiale avec des publicités localisées pour "
686
+ "vos différents publics. Configurez des annonces pour les pays et les villes "
687
+ "et vendez des impressions par zone générale. Connectez votre site à MaxMind "
688
+ "GeoIP2: Precision ou AdRotate Geo. AdRotate Geo est un service exclusif de "
689
+ "recherche géo pour les utilisateurs d’AdRotate Pro."
690
+
691
+ #: dashboard/adrotatepro.php:61
692
+ msgid "Avoid adblockers"
693
+ msgstr "Évitez les adblockers"
694
+
695
+ #: dashboard/adrotatepro.php:64
696
+ msgid ""
697
+ "Try and avoid adblockers so your adverts get the exposure you want them to "
698
+ "have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
699
+ "adverts are less likely to be removed. Of-course make sure you create your "
700
+ "adverts smartly so these features reach their full potential!"
701
+ msgstr ""
702
+ "Essayez d’éviter les adblockers afin que vos annonces obtiennent "
703
+ "l’exposition que vous voulez qu’ils aient. AdRotate Pro offre quelques "
704
+ "outils avancés pour tromper les adblockers afin que vos annonces soient "
705
+ "moins susceptibles d’être supprimées. Bien sûr, assurez-vous de créer vos "
706
+ "annonces intelligemment afin que ces fonctionnalités atteignent leur plein "
707
+ "potentiel!"
708
+
709
+ #: dashboard/adrotatepro.php:72
710
+ msgid ""
711
+ "Get statistics in AdRotate Pro. Similar to the free version you can track "
712
+ "stats in AdRotate itself and use all kinds of extra scheduling options. Or "
713
+ "you can track stats in Google Analytics and see more in-depth information "
714
+ "which relates to your visitors that way."
715
+ msgstr ""
716
+ "Obtenez des statistiques dans AdRotate Pro. Semblable à la version gratuite, "
717
+ "vous pouvez suivre les statistiques dans AdRotate lui-même et utiliser "
718
+ "toutes sortes d’options de planification supplémentaires. Ou vous pouvez "
719
+ "suivre les statistiques dans Google Analytics et voir des informations plus "
720
+ "détaillées qui se rapportent à vos visiteurs de cette façon."
721
+
722
+ #: dashboard/adrotatepro.php:77
723
+ msgid "Stay up-to-date with notifications"
724
+ msgstr "Restez à jour avec les notifications"
725
+
726
+ #: dashboard/adrotatepro.php:80
727
+ msgid ""
728
+ "Stay in touch with Email notifications. Have AdRotate send you an alert when "
729
+ "adverts expire or need your attention. Get notified when adverts expire, "
730
+ "have errors or when advertisers create new adverts. Select up to three email "
731
+ "addresses to be notified. Never miss an expiration date again."
732
+ msgstr ""
733
+ "Restez en contact avec les notifications par e-mail. Demandez à AdRotate de "
734
+ "vous envoyer une alerte lorsque les annonces expirent ou ont besoin de votre "
735
+ "attention. Informez-vous lorsque les annonces expirent, faites des erreurs "
736
+ "ou lorsque les annonceurs créent de nouvelles publicités. Sélectionnez "
737
+ "jusqu’à trois adresses e-mail à aviser. Ne manquez plus jamais une date "
738
+ "d’expiration."
739
+
740
+ #: dashboard/info.php:22
741
+ msgid "At a Glance"
742
+ msgstr "D’un coup d’œil"
743
+
744
+ #: dashboard/info.php:27
745
+ msgid "Your setup"
746
+ msgstr "Votre configuration"
747
+
748
+ #: dashboard/info.php:28
749
+ msgid "Adverts that need you"
750
+ msgstr "Publicités qui ont besoin de votre attention"
751
+
752
+ #: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:451
753
+ #: dashboard/publisher/groups-main.php:34
754
+ #: dashboard/publisher/schedules-main.php:34
755
+ #: dashboard/publisher/statistics-main.php:35
756
+ msgid "Adverts"
757
+ msgstr "Publicités"
758
+
759
+ #: dashboard/info.php:35
760
+ msgid "(Almost) Expired"
761
+ msgstr "(presque) expiré"
762
+
763
+ #: dashboard/info.php:38
764
+ msgid "Groups"
765
+ msgstr "Groupes"
766
+
767
+ #: dashboard/info.php:39
768
+ msgid "Have errors"
769
+ msgstr "Il y a des erreurs"
770
+
771
+ #: dashboard/info.php:47
772
+ msgid "AdRotate Banner Manager"
773
+ msgstr "AdRotate Banner Manager"
774
+
775
+ #: dashboard/info.php:49
776
+ msgid "Support AdRotate Banner Manager"
777
+ msgstr "Soutenir AdRotate Banner Manager"
778
+
779
+ #: dashboard/info.php:50
780
+ msgid ""
781
+ "Consider writing a review or making a donation if you like the plugin or if "
782
+ "you find the plugin useful. Thanks for your support!"
783
+ msgstr ""
784
+ "Envisagez d’écrire un avis ou de faire un don si vous aimez le plugin ou si "
785
+ "vous trouvez le plugin utile. Merci pour votre soutien!"
786
+
787
+ #: dashboard/info.php:53 dashboard/support.php:39
788
+ msgid "Plugins and services"
789
+ msgstr "Plugins et services"
790
+
791
+ #: dashboard/info.php:59 dashboard/support.php:47
792
+ msgid "WP Maintenance"
793
+ msgstr "WP Maintenance"
794
+
795
+ #: dashboard/info.php:60 dashboard/info.php:70 dashboard/support.php:48
796
+ #: dashboard/support.php:58
797
+ msgid "Professional service"
798
+ msgstr "Service Pro"
799
+
800
+ #: dashboard/info.php:63 dashboard/support.php:51
801
+ msgid ""
802
+ "Get all the latest updates for WordPress and plugins. Maintenance, delete "
803
+ "spam and clean up files."
804
+ msgstr ""
805
+ "Obtenez toutes les dernières mises à jour pour WordPress et plugins. "
806
+ "Entretien, supprimer le spam et nettoyer les fichiers."
807
+
808
+ #: dashboard/info.php:69 dashboard/support.php:57
809
+ msgid "HTML5 Advert setup"
810
+ msgstr "Configuration de l’annonce HTML5"
811
+
812
+ #: dashboard/info.php:73 dashboard/support.php:61
813
+ msgid ""
814
+ "Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll "
815
+ "install and configure it for you."
816
+ msgstr ""
817
+ "Avez-vous obtenu une annonce HTML5 et ne peut pas le faire fonctionner dans "
818
+ "AdRotate Pro? Je vais l’installer et le configurer pour vous."
819
+
820
+ #: dashboard/info.php:79 dashboard/support.php:67
821
+ msgid "Single Page Checkout"
822
+ msgstr "Paiement par page unique"
823
+
824
+ #: dashboard/info.php:80 dashboard/support.php:68
825
+ msgid "WooCommerce Plugin"
826
+ msgstr "Plugin WooCommerce"
827
+
828
+ #: dashboard/info.php:83 dashboard/support.php:71
829
+ msgid ""
830
+ "Merge your cart and checkout pages into one single page in seconds with no "
831
+ "setup required at all."
832
+ msgstr ""
833
+ "Fusionnez vos pages de panier et de caisse en une seule page en quelques "
834
+ "secondes sans aucune configuration requise du tout."
835
+
836
+ #: dashboard/info.php:95
837
+ msgid "News & Updates"
838
+ msgstr "Actualités"
839
+
840
+ #: dashboard/info.php:108
841
+ msgid "Buy AdRotate Professional"
842
+ msgstr "Achetez AdRotate Professionel"
843
+
844
+ #: dashboard/info.php:110
845
+ msgid ""
846
+ "AdRotate Professional has a lot more functions for even better advertising "
847
+ "management. Check out the feature comparison tab on any of the product pages "
848
+ "to see what AdRotate Pro has to offer for you!"
849
+ msgstr ""
850
+ "AdRotate Professional a beaucoup plus de fonctions pour une gestion de la "
851
+ "publicité encore meilleure. Consultez l’onglet comparaison des "
852
+ "fonctionnalités sur l’une des pages de produits pour voir ce qu’AdRotate Pro "
853
+ "a à offrir pour vous!"
854
+
855
+ #: dashboard/info.php:112
856
+ msgid "Single License"
857
+ msgstr "Licence unique"
858
+
859
+ #: dashboard/info.php:112
860
+ msgid "Use on ONE WordPress installation."
861
+ msgstr "Utilisation sur l’installation ONE WordPress."
862
+
863
+ #: dashboard/info.php:112 dashboard/info.php:113 dashboard/info.php:114
864
+ #: dashboard/info.php:115
865
+ msgid "Buy now"
866
+ msgstr "Acheter maintenant"
867
+
868
+ #: dashboard/info.php:113
869
+ msgid "Duo License"
870
+ msgstr "Licence Duo"
871
+
872
+ #: dashboard/info.php:113
873
+ msgid "Use on TWO WordPress installations."
874
+ msgstr "Utilisation sur DEUX installations WordPress."
875
+
876
+ #: dashboard/info.php:114
877
+ msgid "Multi License"
878
+ msgstr "Licence Multiple"
879
+
880
+ #: dashboard/info.php:114
881
+ msgid "Use on up to FIVE WordPress installations."
882
+ msgstr "Utiliser sur jusqu’à CINQ installations WordPress."
883
+
884
+ #: dashboard/info.php:115
885
+ msgid "Developer License"
886
+ msgstr "Licence de Developpeur"
887
+
888
+ #: dashboard/info.php:115
889
+ msgid "Use on up to a HUNDRED WordPress installations and/or networks."
890
+ msgstr ""
891
+ "Utiliser sur jusqu’à une installation et/ou réseaux WORDPress de HUNDRED."
892
+
893
+ #: dashboard/info.php:126
894
+ msgid "Advertising Partners & Affiliates"
895
+ msgstr "Partenaires publicitaires et affiliés"
896
+
897
+ #: dashboard/info.php:127
898
+ msgid ""
899
+ "A selection of quality advertiser networks and useful products. If you need "
900
+ "adverts or just want more or more diverse adverts. Check out these great "
901
+ "options!"
902
+ msgstr ""
903
+ "Une sélection de réseaux d’annonceurs de qualité et de produits utiles. Si "
904
+ "vous avez besoin de publicités ou tout simplement voulez des publicités plus "
905
+ "ou plus diversifiées. Découvrez ces excellentes options!"
906
+
907
+ #: dashboard/info.php:134
908
+ msgid "Join the Media.net advertising network"
909
+ msgstr "Joignez-vous au réseau publicitaire Media.net"
910
+
911
+ #: dashboard/publisher/adverts-disabled.php:15
912
+ msgid "Disabled Adverts"
913
+ msgstr "Annonce mobilité"
914
+
915
+ #: dashboard/publisher/adverts-disabled.php:20
916
+ #: dashboard/publisher/adverts-error.php:19
917
+ #: dashboard/publisher/adverts-main.php:20
918
+ #: dashboard/publisher/groups-main.php:20
919
+ #: dashboard/publisher/schedules-main.php:21
920
+ msgid "Bulk Actions"
921
+ msgstr "Actions en vrac"
922
+
923
+ #: dashboard/publisher/adverts-disabled.php:21
924
+ #: dashboard/publisher/adverts-edit.php:186
925
+ msgid "Activate"
926
+ msgstr "Activer"
927
+
928
+ #: dashboard/publisher/adverts-disabled.php:22
929
+ #: dashboard/publisher/adverts-error.php:21
930
+ #: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
931
+ msgid "Delete"
932
+ msgstr "Effacer"
933
+
934
+ #: dashboard/publisher/adverts-disabled.php:23
935
+ #: dashboard/publisher/adverts-error.php:22
936
+ #: dashboard/publisher/adverts-main.php:23
937
+ msgid "Reset stats"
938
+ msgstr "Mettre à zéro les statistiques"
939
+
940
+ #: dashboard/publisher/adverts-disabled.php:25
941
+ #: dashboard/publisher/adverts-error.php:29
942
+ #: dashboard/publisher/adverts-main.php:30
943
+ #: dashboard/publisher/groups-main.php:24
944
+ #: dashboard/publisher/schedules-main.php:22
945
+ msgid "Go"
946
+ msgstr "Aller"
947
+
948
+ #: dashboard/publisher/adverts-disabled.php:35
949
+ #: dashboard/publisher/adverts-edit.php:449
950
+ #: dashboard/publisher/adverts-error.php:39
951
+ #: dashboard/publisher/adverts-main.php:39
952
+ #: dashboard/publisher/groups-edit.php:347
953
+ #: dashboard/publisher/groups-main.php:32
954
+ #: dashboard/publisher/schedules-main.php:31
955
+ msgid "ID"
956
+ msgstr "ID"
957
+
958
+ #: dashboard/publisher/adverts-disabled.php:36
959
+ #: dashboard/publisher/adverts-error.php:41
960
+ #: dashboard/publisher/adverts-main.php:40
961
+ #: dashboard/publisher/schedules-main.php:32
962
+ msgid "Start / End"
963
+ msgstr "Début / Fin"
964
+
965
+ #: dashboard/publisher/adverts-disabled.php:37
966
+ #: dashboard/publisher/adverts-edit.php:112
967
+ #: dashboard/publisher/adverts-edit.php:450
968
+ #: dashboard/publisher/adverts-error.php:40
969
+ #: dashboard/publisher/adverts-main.php:41
970
+ #: dashboard/publisher/groups-edit.php:53
971
+ #: dashboard/publisher/groups-edit.php:348
972
+ #: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
973
+ #: dashboard/publisher/schedules-main.php:33
974
+ msgid "Name"
975
+ msgstr "Nom"
976
+
977
+ #: dashboard/publisher/adverts-disabled.php:39
978
+ #: dashboard/publisher/adverts-main.php:43
979
+ #: dashboard/publisher/groups-edit.php:352
980
+ #: dashboard/publisher/groups-main.php:36
981
+ msgid "Shown"
982
+ msgstr "Montré"
983
+
984
+ #: dashboard/publisher/adverts-disabled.php:40
985
+ #: dashboard/publisher/adverts-main.php:45
986
+ #: dashboard/publisher/groups-edit.php:353
987
+ #: dashboard/publisher/groups-main.php:38
988
+ #: dashboard/publisher/statistics-advert.php:52
989
+ #: dashboard/publisher/statistics-advert.php:58
990
+ #: dashboard/publisher/statistics-advert.php:72
991
+ #: dashboard/publisher/statistics-advert.php:78
992
+ #: dashboard/publisher/statistics-advert.php:99
993
+ #: dashboard/publisher/statistics-group.php:59
994
+ #: dashboard/publisher/statistics-group.php:65
995
+ #: dashboard/publisher/statistics-group.php:79
996
+ #: dashboard/publisher/statistics-group.php:85
997
+ #: dashboard/publisher/statistics-group.php:104
998
+ #: dashboard/publisher/statistics-main.php:40
999
+ #: dashboard/publisher/statistics-main.php:54
1000
+ #: dashboard/publisher/statistics-main.php:58
1001
+ #: dashboard/publisher/statistics-main.php:75
1002
+ msgid "Clicks"
1003
+ msgstr "Clicks"
1004
+
1005
+ #: dashboard/publisher/adverts-disabled.php:41
1006
+ #: dashboard/publisher/adverts-main.php:47
1007
+ #: dashboard/publisher/statistics-advert.php:53
1008
+ #: dashboard/publisher/statistics-advert.php:59
1009
+ #: dashboard/publisher/statistics-advert.php:73
1010
+ #: dashboard/publisher/statistics-advert.php:79
1011
+ #: dashboard/publisher/statistics-advert.php:100
1012
+ #: dashboard/publisher/statistics-group.php:60
1013
+ #: dashboard/publisher/statistics-group.php:66
1014
+ #: dashboard/publisher/statistics-group.php:80
1015
+ #: dashboard/publisher/statistics-group.php:86
1016
+ #: dashboard/publisher/statistics-group.php:105
1017
+ #: dashboard/publisher/statistics-main.php:41
1018
+ #: dashboard/publisher/statistics-main.php:55
1019
+ #: dashboard/publisher/statistics-main.php:59
1020
+ #: dashboard/publisher/statistics-main.php:76
1021
+ msgid "CTR"
1022
+ msgstr "CTR"
1023
+
1024
+ #: dashboard/publisher/adverts-disabled.php:59
1025
+ #: dashboard/publisher/adverts-error.php:56
1026
+ #: dashboard/publisher/adverts-main.php:66
1027
+ #: dashboard/publisher/groups-main.php:70
1028
+ msgid "Edit"
1029
+ msgstr "Modifier"
1030
+
1031
+ #: dashboard/publisher/adverts-disabled.php:59
1032
+ #: dashboard/publisher/adverts-error.php:56
1033
+ #: dashboard/publisher/adverts-main.php:66
1034
+ #: dashboard/publisher/groups-main.php:70
1035
+ msgid "Stats"
1036
+ msgstr "Statistiques"
1037
+
1038
+ #: dashboard/publisher/adverts-disabled.php:59
1039
+ #: dashboard/publisher/adverts-error.php:56
1040
+ #: dashboard/publisher/adverts-main.php:66
1041
+ msgid "Groups:"
1042
+ msgstr "Groupes:"
1043
+
1044
+ #: dashboard/publisher/adverts-edit.php:50
1045
+ msgid "The AdCode cannot be empty!"
1046
+ msgstr "Le code de la publicité ne peut être vide!"
1047
+
1048
+ #: dashboard/publisher/adverts-edit.php:53
1049
+ msgid ""
1050
+ "You did not use %asset% (or %image%) in your AdCode but did select a file to "
1051
+ "use!"
1052
+ msgstr ""
1053
+ "Vous n’avez pas utilisé %actif% (ou %image%) dans votre AdCode, mais a "
1054
+ "choisi un fichier à utiliser!"
1055
+
1056
+ #: dashboard/publisher/adverts-edit.php:56
1057
+ msgid ""
1058
+ "You did use %asset% (or %image%) in your AdCode but did not select a file to "
1059
+ "use!"
1060
+ msgstr ""
1061
+ "Vous n’a utilisé des actifs (ou % image %) dans votre AdCode mais n’avez pas "
1062
+ "sélectionné un fichier à utiliser !"
1063
+
1064
+ #: dashboard/publisher/adverts-edit.php:59
1065
+ msgid ""
1066
+ "There is a problem saving the image. Please reset your image and re-save the "
1067
+ "ad!"
1068
+ msgstr ""
1069
+ "Il y a un problème à sauver l’image. Veuillez réinitialiser votre image et "
1070
+ "sauvegarder l’annonce !"
1071
+
1072
+ #: dashboard/publisher/adverts-edit.php:62
1073
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1074
+ msgstr ""
1075
+ "Le suivi est activé mais aucun lien/balise valide a été trouvé dans "
1076
+ "l’adcode !"
1077
+
1078
+ #: dashboard/publisher/adverts-edit.php:67
1079
+ msgid ""
1080
+ "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1081
+ "the ad!"
1082
+ msgstr ""
1083
+ "AdRotate ne peut pas trouver une erreur, mais l'annonce est marquée erronée, "
1084
+ "essayez d'enregistrer votre publicité à nouveau!"
1085
+
1086
+ #: dashboard/publisher/adverts-edit.php:70
1087
+ msgid "This ad is expired and currently not shown on your website!"
1088
+ msgstr ""
1089
+ "Cette publicité est expirée et ne figure actuellement pas sur votre site!"
1090
+
1091
+ #: dashboard/publisher/adverts-edit.php:73
1092
+ msgid "The ad will expire in less than 2 days!"
1093
+ msgstr "Cette publicité va expirer dans moins de 2 jours!"
1094
+
1095
+ #: dashboard/publisher/adverts-edit.php:76
1096
+ msgid "This ad will expire in less than 7 days!"
1097
+ msgstr "Cette publicité va expirer dans moins de 7 jours!"
1098
+
1099
+ #: dashboard/publisher/adverts-edit.php:79
1100
+ msgid "This ad has been disabled and does not rotate on your site!"
1101
+ msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
1102
+
1103
+ #: dashboard/publisher/adverts-edit.php:104
1104
+ msgid "New Advert"
1105
+ msgstr "Nouvelle pub"
1106
+
1107
+ #: dashboard/publisher/adverts-edit.php:106
1108
+ msgid "Edit Advert"
1109
+ msgstr "Modifier la pub"
1110
+
1111
+ #: dashboard/publisher/adverts-edit.php:121
1112
+ msgid "AdCode"
1113
+ msgstr "AdCode"
1114
+
1115
+ #: dashboard/publisher/adverts-edit.php:126
1116
+ msgid "Basic Examples:"
1117
+ msgstr "Exemples de base :"
1118
+
1119
+ #: dashboard/publisher/adverts-edit.php:127
1120
+ msgid "Click any of the examples to use it."
1121
+ msgstr "Cliquez sur l’un des exemples pour l’utiliser."
1122
+
1123
+ #: dashboard/publisher/adverts-edit.php:136
1124
+ msgid "Useful tags"
1125
+ msgstr "Étiquettes utiles"
1126
+
1127
+ #: dashboard/publisher/adverts-edit.php:138
1128
+ msgid "Insert the advert ID Number."
1129
+ msgstr "Insérer l’annonce numéro d’identification."
1130
+
1131
+ #: dashboard/publisher/adverts-edit.php:138
1132
+ msgid "Use this tag when selecting a image below."
1133
+ msgstr "Utilisez cette balise lors de la sélection d’une image ci-dessous."
1134
+
1135
+ #: dashboard/publisher/adverts-edit.php:138
1136
+ msgid "Insert the advert name."
1137
+ msgstr "Insérez le nom de l’annonce."
1138
+
1139
+ #: dashboard/publisher/adverts-edit.php:138
1140
+ msgid "Insert a random string. Useful for DFP/DoubleClick type adverts."
1141
+ msgstr ""
1142
+ "Insérer une chaîne aléatoire. Utile pour les annonces de type DFP/"
1143
+ "DoubleClick."
1144
+
1145
+ #: dashboard/publisher/adverts-edit.php:138
1146
+ msgid "Add inside the &lt;a&gt; tag to open the advert in a new window."
1147
+ msgstr ""
1148
+ "Ajouter à l’intérieur de l’étiquette 'lt;a’gt; pour ouvrir l’annonce dans "
1149
+ "une nouvelle fenêtre."
1150
+
1151
+ #: dashboard/publisher/adverts-edit.php:138
1152
+ msgid "Add inside the &lt;a&gt; tag to tell crawlers to ignore this link."
1153
+ msgstr ""
1154
+ "Ajouter à l’intérieur de l’étiquette 'lt;a’gt; pour dire aux chenilles "
1155
+ "d’ignorer ce lien."
1156
+
1157
+ #: dashboard/publisher/adverts-edit.php:139
1158
+ msgid ""
1159
+ "Place the cursor where you want to add a tag and click to add it to your "
1160
+ "AdCode."
1161
+ msgstr ""
1162
+ "Placez le curseur où vous souhaitez ajouter une balise, puis cliquez sur "
1163
+ "pour l’ajouter à votre AdCode."
1164
+
1165
+ #: dashboard/publisher/adverts-edit.php:144
1166
+ msgid "Preview"
1167
+ msgstr "En avant-première"
1168
+
1169
+ #: dashboard/publisher/adverts-edit.php:147
1170
+ msgid ""
1171
+ "Note: While this preview is an accurate one, it might look different then it "
1172
+ "does on the website."
1173
+ msgstr ""
1174
+ "NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
1175
+ "différente sur le site."
1176
+
1177
+ #: dashboard/publisher/adverts-edit.php:148
1178
+ msgid ""
1179
+ "This is because of CSS differences. Your themes CSS file is not active here!"
1180
+ msgstr ""
1181
+ "Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
1182
+ "pas actif ici!"
1183
+
1184
+ #: dashboard/publisher/adverts-edit.php:153
1185
+ msgid "Banner asset"
1186
+ msgstr "Atout de la bannière"
1187
+
1188
+ #: dashboard/publisher/adverts-edit.php:156
1189
+ msgid "WordPress media:"
1190
+ msgstr "WordPress médias:"
1191
+
1192
+ #: dashboard/publisher/adverts-edit.php:156
1193
+ msgid "Select Banner"
1194
+ msgstr "Choisir l'image"
1195
+
1196
+ #: dashboard/publisher/adverts-edit.php:158
1197
+ msgid "- OR -"
1198
+ msgstr "- OU -"
1199
+
1200
+ #: dashboard/publisher/adverts-edit.php:160
1201
+ msgid "Banner folder:"
1202
+ msgstr "Dossier Bannière:"
1203
+
1204
+ #: dashboard/publisher/adverts-edit.php:161
1205
+ msgid "No image selected"
1206
+ msgstr "Aucune image sélectionnée"
1207
+
1208
+ #: dashboard/publisher/adverts-edit.php:172
1209
+ msgid "Use %asset% in the adcode instead of the file path."
1210
+ msgstr "Utilisez % actif dans l’adcode au lieu du chemin de fichier."
1211
+
1212
+ #: dashboard/publisher/adverts-edit.php:172
1213
+ msgid ""
1214
+ "Use either the text field or the dropdown. If the textfield has content that "
1215
+ "field has priority."
1216
+ msgstr ""
1217
+ "Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
1218
+ "valeur, ce champ a la priorité."
1219
+
1220
+ #: dashboard/publisher/adverts-edit.php:179
1221
+ msgid "Enable click and impression tracking for this advert."
1222
+ msgstr "Activez le suivi des clics et des impressions pour cette annonce."
1223
+
1224
+ #: dashboard/publisher/adverts-edit.php:180
1225
+ msgid ""
1226
+ "Note: Clicktracking does not work for Javascript adverts such as those "
1227
+ "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1228
+ "always supported."
1229
+ msgstr ""
1230
+ "Remarque : Clicktracking ne fonctionne pas pour les annonces de Javascript "
1231
+ "tels que ceux fournis par Google AdSense/DFP/DoubleClick. HTML5/Flash "
1232
+ "annonces ne sont pas toujours pris en charge."
1233
+
1234
+ #: dashboard/publisher/adverts-edit.php:190
1235
+ msgid "Yes, this ad will be used"
1236
+ msgstr "Oui, cette publicité sera utilisée"
1237
+
1238
+ #: dashboard/publisher/adverts-edit.php:191
1239
+ msgid "No, do not show this ad anywhere"
1240
+ msgstr "Non, cette publicité ne sera pas utilisée"
1241
+
1242
+ #: dashboard/publisher/adverts-edit.php:198
1243
+ #: dashboard/publisher/adverts-main.php:90
1244
+ #: dashboard/publisher/groups-main.php:89
1245
+ msgid "Get more features with AdRotate Pro."
1246
+ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
1247
+
1248
+ #: dashboard/publisher/adverts-edit.php:198
1249
+ #: dashboard/publisher/adverts-edit.php:274
1250
+ #: dashboard/publisher/adverts-edit.php:356
1251
+ #: dashboard/publisher/adverts-edit.php:420
1252
+ #: dashboard/publisher/adverts-main.php:90
1253
+ #: dashboard/publisher/groups-edit.php:216
1254
+ #: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
1255
+ #: dashboard/publisher/schedules-main.php:89
1256
+ #: dashboard/publisher/statistics-advert.php:109
1257
+ #: dashboard/publisher/statistics-group.php:113
1258
+ #: dashboard/publisher/statistics-main.php:83
1259
+ msgid "Upgrade now"
1260
+ msgstr "Mettre à jour maintenant"
1261
+
1262
+ #: dashboard/publisher/adverts-edit.php:201
1263
+ #: dashboard/publisher/adverts-edit.php:277
1264
+ #: dashboard/publisher/adverts-edit.php:439
1265
+ #: dashboard/publisher/adverts-edit.php:482
1266
+ msgid "Save Advert"
1267
+ msgstr "Sauvegarder la pub"
1268
+
1269
+ #: dashboard/publisher/adverts-edit.php:202
1270
+ #: dashboard/publisher/adverts-edit.php:278
1271
+ #: dashboard/publisher/adverts-edit.php:440
1272
+ #: dashboard/publisher/adverts-edit.php:483
1273
+ #: dashboard/publisher/adverts-generator.php:147
1274
+ #: dashboard/publisher/groups-edit.php:163
1275
+ #: dashboard/publisher/groups-edit.php:317
1276
+ #: dashboard/publisher/groups-edit.php:411
1277
+ msgid "Cancel"
1278
+ msgstr "Annuller"
1279
+
1280
+ #: dashboard/publisher/adverts-edit.php:205
1281
+ #: dashboard/publisher/adverts-edit.php:422
1282
+ #: dashboard/publisher/groups-edit.php:145
1283
+ #: dashboard/publisher/groups-edit.php:299
1284
+ msgid "Usage"
1285
+ msgstr "Usage"
1286
+
1287
+ #: dashboard/publisher/adverts-edit.php:209
1288
+ #: dashboard/publisher/adverts-edit.php:426
1289
+ #: dashboard/publisher/groups-edit.php:149
1290
+ #: dashboard/publisher/groups-edit.php:303
1291
+ msgid "Widget"
1292
+ msgstr "Widget"
1293
+
1294
+ #: dashboard/publisher/adverts-edit.php:210
1295
+ #: dashboard/publisher/adverts-edit.php:427
1296
+ msgid ""
1297
+ "Drag the AdRotate widget to the sidebar where you want to place the advert "
1298
+ "and select the advert or the group the advert is in."
1299
+ msgstr ""
1300
+ "Faites glisser le widget AdRotate à la barre latérale où vous voulez placer "
1301
+ "l’annonce, puis sélectionnez l’annonce ou le groupe l’annonce est en."
1302
+
1303
+ #: dashboard/publisher/adverts-edit.php:213
1304
+ #: dashboard/publisher/adverts-edit.php:430
1305
+ #: dashboard/publisher/groups-edit.php:153
1306
+ #: dashboard/publisher/groups-edit.php:307
1307
+ msgid "In a post or page"
1308
+ msgstr "Dans un message ou une page"
1309
+
1310
+ #: dashboard/publisher/adverts-edit.php:215
1311
+ #: dashboard/publisher/adverts-edit.php:432
1312
+ #: dashboard/publisher/groups-edit.php:155
1313
+ #: dashboard/publisher/groups-edit.php:309
1314
+ msgid "Directly in a theme"
1315
+ msgstr "Directement dans un thème"
1316
+
1317
+ #: dashboard/publisher/adverts-edit.php:221
1318
+ msgid "Get contextual adverts from Media.net"
1319
+ msgstr "Obtenez des annonces contextuelles de Media.net"
1320
+
1321
+ #: dashboard/publisher/adverts-edit.php:234
1322
+ msgid "Schedule your advert"
1323
+ msgstr "Planifiez votre annonce"
1324
+
1325
+ #: dashboard/publisher/adverts-edit.php:235
1326
+ msgid ""
1327
+ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1328
+ "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1329
+ "hours. 6AM is 6:00 hours."
1330
+ msgstr ""
1331
+ "L'horaire utilise la mesure normalle de 24 heures. Quand vous êtes habitués "
1332
+ "au système de AM/PM, gardez cela en tête : si l'heure de début ou de fin est "
1333
+ "après midi, ajoutez 12 heures (par exemple, 2PM est égal à 14:00 et 6AM est "
1334
+ "6:00)."
1335
+
1336
+ #: dashboard/publisher/adverts-edit.php:239
1337
+ msgid "Start date"
1338
+ msgstr "Date de début"
1339
+
1340
+ #: dashboard/publisher/adverts-edit.php:243
1341
+ msgid "End date"
1342
+ msgstr "Date de fin"
1343
+
1344
+ #: dashboard/publisher/adverts-edit.php:249
1345
+ msgid "Start time"
1346
+ msgstr "Heure de début"
1347
+
1348
+ #: dashboard/publisher/adverts-edit.php:256
1349
+ msgid "End time"
1350
+ msgstr "Heure de fin"
1351
+
1352
+ #: dashboard/publisher/adverts-edit.php:266
1353
+ msgid "Maximum Clicks"
1354
+ msgstr "Clics maximum"
1355
+
1356
+ #: dashboard/publisher/adverts-edit.php:267
1357
+ #: dashboard/publisher/adverts-edit.php:269
1358
+ msgid "Leave empty or 0 to skip this."
1359
+ msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
1360
+
1361
+ #: dashboard/publisher/adverts-edit.php:268
1362
+ msgid "Maximum Impressions"
1363
+ msgstr "Impressions maximales"
1364
+
1365
+ #: dashboard/publisher/adverts-edit.php:274
1366
+ msgid ""
1367
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1368
+ "Pro."
1369
+ msgstr ""
1370
+ "Créez des horaires multiples et plus avancés pour chaque annonce avec "
1371
+ "AdRotate Pro."
1372
+
1373
+ #: dashboard/publisher/adverts-edit.php:281
1374
+ #: dashboard/publisher/groups-edit.php:166 dashboard/settings/statistics.php:27
1375
+ #: dashboard/settings/statistics.php:29
1376
+ msgid "Advanced"
1377
+ msgstr "Avancé"
1378
+
1379
+ #: dashboard/publisher/adverts-edit.php:282
1380
+ #: dashboard/publisher/adverts-edit.php:359
1381
+ msgid "Available in AdRotate Pro!"
1382
+ msgstr "Disponible dans Adrotate Pro!"
1383
+
1384
+ #: dashboard/publisher/adverts-edit.php:287
1385
+ msgid "Show to everyone"
1386
+ msgstr "Afficher à tout le monde"
1387
+
1388
+ #: dashboard/publisher/adverts-edit.php:289
1389
+ msgid "Disable this option to hide the advert from logged-in visitors."
1390
+ msgstr "Désactiver cette option pour cacher l’annonce des visiteurs connectés."
1391
+
1392
+ #: dashboard/publisher/adverts-edit.php:294
1393
+ #: dashboard/publisher/groups-edit.php:350
1394
+ msgid "Weight"
1395
+ msgstr "Importance"
1396
+
1397
+ #: dashboard/publisher/adverts-edit.php:297
1398
+ msgid "Few impressions"
1399
+ msgstr "Peu d’impressions"
1400
+
1401
+ #: dashboard/publisher/adverts-edit.php:302
1402
+ msgid "Less than average"
1403
+ msgstr ""
1404
+
1405
+ #: dashboard/publisher/adverts-edit.php:307
1406
+ msgid "Normal impressions"
1407
+ msgstr "Impressions normales"
1408
+
1409
+ #: dashboard/publisher/adverts-edit.php:312
1410
+ msgid "More than average"
1411
+ msgstr ""
1412
+
1413
+ #: dashboard/publisher/adverts-edit.php:317
1414
+ msgid "Many impressions"
1415
+ msgstr "Impressions"
1416
+
1417
+ #: dashboard/publisher/adverts-edit.php:322
1418
+ msgid "Mobile"
1419
+ msgstr "Mobile"
1420
+
1421
+ #: dashboard/publisher/adverts-edit.php:324
1422
+ msgid "Desktops/Laptops"
1423
+ msgstr "Ordinateurs de bureau/ordinateurs portables"
1424
+
1425
+ #: dashboard/publisher/adverts-edit.php:327
1426
+ msgid "Smartphones"
1427
+ msgstr "Smartphone"
1428
+
1429
+ #: dashboard/publisher/adverts-edit.php:330
1430
+ msgid "Tablets"
1431
+ msgstr "Tablettes"
1432
+
1433
+ #: dashboard/publisher/adverts-edit.php:333
1434
+ msgid ""
1435
+ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
1436
+ "and 'Operating System' are ignored!"
1437
+ msgstr ""
1438
+ "Activez également 'Support Mobile' dans le groupe cette annonce va dans ou "
1439
+ "'Device' et 'Système d’exploitation' sont ignorés!"
1440
+
1441
+ #: dashboard/publisher/adverts-edit.php:333
1442
+ msgid ""
1443
+ "Operating system detection only detects iOS and Android, select 'Not Mobile/"
1444
+ "Other' for everything else."
1445
+ msgstr ""
1446
+ "La détection du système d’exploitation ne détecte qu’iOS et Android, "
1447
+ "sélectionnez 'Not Mobile/Other' pour tout le reste."
1448
+
1449
+ #: dashboard/publisher/adverts-edit.php:337
1450
+ msgid "Mobile OS"
1451
+ msgstr "OS mobile"
1452
+
1453
+ #: dashboard/publisher/adverts-edit.php:339
1454
+ msgid "iOS"
1455
+ msgstr "iOS"
1456
+
1457
+ #: dashboard/publisher/adverts-edit.php:342
1458
+ msgid "Android"
1459
+ msgstr "Android"
1460
+
1461
+ #: dashboard/publisher/adverts-edit.php:345
1462
+ msgid "Not mobile/Others"
1463
+ msgstr "Pas mobile/Autres"
1464
+
1465
+ #: dashboard/publisher/adverts-edit.php:349
1466
+ msgid "Auto-delete"
1467
+ msgstr "Suppression automatique"
1468
+
1469
+ #: dashboard/publisher/adverts-edit.php:351
1470
+ msgid "Automatically delete the advert 1 day after it expires?"
1471
+ msgstr "Supprimer automatiquement l’annonce 1 jour après son expiration?"
1472
+
1473
+ #: dashboard/publisher/adverts-edit.php:351
1474
+ msgid ""
1475
+ "This is useful for short running campaigns that do not require attention "
1476
+ "after they finish."
1477
+ msgstr ""
1478
+ "Ceci est utile pour les campagnes de courte durée qui ne nécessitent pas "
1479
+ "d’attention après leur fin."
1480
+
1481
+ #: dashboard/publisher/adverts-edit.php:356
1482
+ msgid ""
1483
+ "With AdRotate Pro you can easily select which devices and mobile operating "
1484
+ "systems the advert should show on!"
1485
+ msgstr ""
1486
+ "Avec AdRotate Pro, vous pouvez facilement sélectionner les appareils et les "
1487
+ "systèmes d’exploitation mobiles sur lesquels l’annonce doit être exposée !"
1488
+
1489
+ #: dashboard/publisher/adverts-edit.php:359
1490
+ msgid ""
1491
+ "Assign the advert to a group and enable that group to use Geo Targeting."
1492
+ msgstr ""
1493
+ "Attribuez l’annonce à un groupe et activez ce groupe pour utiliser Geo "
1494
+ "Targeting."
1495
+
1496
+ #: dashboard/publisher/adverts-edit.php:366
1497
+ msgid "Select Countries and or Regions"
1498
+ msgstr "Sélectionner les pays et les régions"
1499
+
1500
+ #: dashboard/publisher/adverts-edit.php:408
1501
+ msgid "Enter cities, metro IDs, States or State ISO codes"
1502
+ msgstr "Entrez dans les villes, les métros, les États ou les codes ISO d’État"
1503
+
1504
+ #: dashboard/publisher/adverts-edit.php:411
1505
+ msgid "A comma separated list of items:"
1506
+ msgstr "Une liste séparée de virgule d’éléments :"
1507
+
1508
+ #: dashboard/publisher/adverts-edit.php:411
1509
+ msgid ""
1510
+ "AdRotate does not check the validity of names so make sure you spell them "
1511
+ "correctly!"
1512
+ msgstr ""
1513
+ "AdRotate ne vérifie pas la validité des noms alors assurez-vous de les "
1514
+ "épeler correctement!"
1515
+
1516
+ #: dashboard/publisher/adverts-edit.php:420
1517
+ msgid "Target your audience with Geo Targeting in AdRotate Pro"
1518
+ msgstr "Ciblez votre audience avec Geo Targeting in AdRotate Pro"
1519
+
1520
+ #: dashboard/publisher/adverts-edit.php:444
1521
+ msgid "Select Groups"
1522
+ msgstr "Choisir groupes"
1523
+
1524
+ #: dashboard/publisher/adverts-edit.php:460
1525
+ #: dashboard/publisher/groups-main.php:60
1526
+ #: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
1527
+ msgid "Default"
1528
+ msgstr "Par défaut"
1529
+
1530
+ #: dashboard/publisher/adverts-edit.php:461
1531
+ #: dashboard/publisher/groups-main.php:61
1532
+ msgid "Dynamic"
1533
+ msgstr "Dynamique"
1534
+
1535
+ #: dashboard/publisher/adverts-edit.php:461
1536
+ #: dashboard/publisher/groups-main.php:61
1537
+ msgid "second rotation"
1538
+ msgstr "deuxième rotation"
1539
+
1540
+ #: dashboard/publisher/adverts-edit.php:462
1541
+ #: dashboard/publisher/groups-main.php:62
1542
+ msgid "Block"
1543
+ msgstr "Bloc"
1544
+
1545
+ #: dashboard/publisher/adverts-edit.php:462
1546
+ #: dashboard/publisher/groups-main.php:62
1547
+ msgid "grid"
1548
+ msgstr "grille"
1549
+
1550
+ #: dashboard/publisher/adverts-edit.php:463
1551
+ #: dashboard/publisher/groups-edit.php:223
1552
+ #: dashboard/publisher/groups-main.php:63
1553
+ msgid "Post Injection"
1554
+ msgstr "Injection dans l'article"
1555
+
1556
+ #: dashboard/publisher/adverts-edit.php:464
1557
+ msgid "Geolocation"
1558
+ msgstr "Géolocalisation"
1559
+
1560
+ #: dashboard/publisher/adverts-edit.php:471
1561
+ #: dashboard/publisher/groups-edit.php:62
1562
+ #: dashboard/publisher/groups-main.php:70
1563
+ msgid "Mode"
1564
+ msgstr "Mode"
1565
+
1566
+ #: dashboard/publisher/adverts-error.php:12
1567
+ msgid "Adverts that need attention"
1568
+ msgstr "Annonces qui nécessitent une attention"
1569
+
1570
+ #: dashboard/publisher/adverts-error.php:20
1571
+ #: dashboard/publisher/adverts-main.php:21
1572
+ msgid "Deactivate"
1573
+ msgstr "Désactiver"
1574
+
1575
+ #: dashboard/publisher/adverts-error.php:23
1576
+ #: dashboard/publisher/adverts-main.php:25
1577
+ msgid "-- Renew --"
1578
+ msgstr "-- Renouveller --"
1579
+
1580
+ #: dashboard/publisher/adverts-error.php:24
1581
+ #: dashboard/publisher/adverts-main.php:26
1582
+ msgid "For 1 year"
1583
+ msgstr "Pour 1 année"
1584
+
1585
+ #: dashboard/publisher/adverts-error.php:25
1586
+ #: dashboard/publisher/adverts-main.php:27
1587
+ msgid "For 180 days"
1588
+ msgstr "Pour 180 jours"
1589
+
1590
+ #: dashboard/publisher/adverts-error.php:26
1591
+ #: dashboard/publisher/adverts-main.php:28
1592
+ msgid "For 30 days"
1593
+ msgstr "Pour 30 jours"
1594
+
1595
+ #: dashboard/publisher/adverts-error.php:27
1596
+ #: dashboard/publisher/adverts-main.php:29
1597
+ msgid "For 7 days"
1598
+ msgstr "Pour 7 jours"
1599
+
1600
+ #: dashboard/publisher/adverts-error.php:64
1601
+ msgid "Configuration errors"
1602
+ msgstr "Erreurs de configuration"
1603
+
1604
+ #: dashboard/publisher/adverts-error.php:65
1605
+ msgid "Expires soon"
1606
+ msgstr "Expire bientôt"
1607
+
1608
+ #: dashboard/publisher/adverts-error.php:66
1609
+ #: dashboard/settings/maintenance.php:45
1610
+ msgid "Expired"
1611
+ msgstr "Expiré"
1612
+
1613
+ #: dashboard/publisher/adverts-generator.php:36
1614
+ msgid "Generate Advert Code"
1615
+ msgstr "Générer du code d’annonce"
1616
+
1617
+ #: dashboard/publisher/adverts-generator.php:37
1618
+ msgid ""
1619
+ "Use the Generator if you have received a target url, banner image and/or "
1620
+ "some separate files with a description on how to use those. The AdRotate "
1621
+ "Generator will take your bits and pieces and try to generate a working "
1622
+ "adcode from it."
1623
+ msgstr ""
1624
+ "Utilisez le générateur si vous avez reçu une url cible, une image de "
1625
+ "bannière et/ou certains fichiers distincts avec une description sur la façon "
1626
+ "de les utiliser. Le générateur AdRotate prendra vos morceaux et essayera de "
1627
+ "générer un code d’annonce de travail à partir de lui."
1628
+
1629
+ #: dashboard/publisher/adverts-generator.php:39
1630
+ msgid ""
1631
+ "If you have a complete and working ad code / ad tag you do not use the "
1632
+ "Generator. You can simply paste that code in the AdCode field when creating "
1633
+ "your advert. For example as provided by Media.net or Google AdSense among "
1634
+ "others."
1635
+ msgstr ""
1636
+ "Si vous avez un code d’annonce complet et fonctionnant / ad tag vous "
1637
+ "n’utilisez pas le générateur. Vous pouvez simplement coller ce code dans le "
1638
+ "champ AdCode lors de la création de votre annonce. Par exemple, tel que "
1639
+ "fourni par Media.net ou Google AdSense entre autres."
1640
+
1641
+ #: dashboard/publisher/adverts-generator.php:41
1642
+ msgid "Create your advert"
1643
+ msgstr "Créez votre annonce"
1644
+
1645
+ #: dashboard/publisher/adverts-generator.php:42
1646
+ msgid ""
1647
+ "This is a regular advert consisting of an image and a link, made up from "
1648
+ "HTML code."
1649
+ msgstr ""
1650
+ "Il s’agit d’une publicité régulière composée d’une image et d’un lien, "
1651
+ "composé de code HTML."
1652
+
1653
+ #: dashboard/publisher/adverts-generator.php:47
1654
+ msgid "Required"
1655
+ msgstr "Requis"
1656
+
1657
+ #: dashboard/publisher/adverts-generator.php:53
1658
+ msgid "Banner image"
1659
+ msgstr "Bannière image"
1660
+
1661
+ #: dashboard/publisher/adverts-generator.php:57
1662
+ msgid "Select advert image"
1663
+ msgstr "Sélectionnez l’image de publicité"
1664
+
1665
+ #: dashboard/publisher/adverts-generator.php:63
1666
+ msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
1667
+ msgstr ""
1668
+ "Votre fichier n’est-il pas répertorié ? Téléchargez-le sur le dossier des "
1669
+ "bannières à l’aide de (s)FTP."
1670
+
1671
+ #: dashboard/publisher/adverts-generator.php:68
1672
+ msgid "Target website"
1673
+ msgstr "Site Web cible"
1674
+
1675
+ #: dashboard/publisher/adverts-generator.php:70
1676
+ msgid "Where does the person clicking the advert go?"
1677
+ msgstr "Où va la personne en cliquant sur l’annonce ?"
1678
+
1679
+ #: dashboard/publisher/adverts-generator.php:77
1680
+ msgid "Viewports"
1681
+ msgstr "Fenêtres"
1682
+
1683
+ #: dashboard/publisher/adverts-generator.php:77
1684
+ #: dashboard/publisher/groups-edit.php:207
1685
+ #: dashboard/settings/notifications.php:48
1686
+ msgid "Available in AdRotate Pro"
1687
+ msgstr "Disponible dans Adrotate Pro"
1688
+
1689
+ #: dashboard/publisher/adverts-generator.php:83
1690
+ msgid "Smaller Devices"
1691
+ msgstr "Appareils plus petits"
1692
+
1693
+ #: dashboard/publisher/adverts-generator.php:87
1694
+ #: dashboard/publisher/adverts-generator.php:97
1695
+ #: dashboard/publisher/adverts-generator.php:107
1696
+ msgid "No file selected"
1697
+ msgstr "Aucun fichier sélectionné"
1698
+
1699
+ #: dashboard/publisher/adverts-generator.php:88
1700
+ msgid ""
1701
+ "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
1702
+ "1440px resolution)."
1703
+ msgstr ""
1704
+ "Petits smartphones et tablettes avec un viewport allant jusqu’à 480px de "
1705
+ "large (jusqu’à 1440px résolution)."
1706
+
1707
+ #: dashboard/publisher/adverts-generator.php:93
1708
+ msgid "Medium sized Devices"
1709
+ msgstr "Appareils de taille moyenne"
1710
+
1711
+ #: dashboard/publisher/adverts-generator.php:98
1712
+ msgid ""
1713
+ "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
1714
+ "to 1536px resolution)."
1715
+ msgstr ""
1716
+ "Smartphones plus grands ou petites tablettes avec un support allant jusqu’à "
1717
+ "960px de large (jusqu’à 1536px résolution)."
1718
+
1719
+ #: dashboard/publisher/adverts-generator.php:103
1720
+ msgid "Larger Devices"
1721
+ msgstr "Appareils plus grands"
1722
+
1723
+ #: dashboard/publisher/adverts-generator.php:108
1724
+ msgid ""
1725
+ "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
1726
+ "2048px resolution)."
1727
+ msgstr ""
1728
+ "Petits ordinateurs portables et tablettes plus grandes avec un support "
1729
+ "allant jusqu’à 1280px de large (jusqu’à 2048px résolution)."
1730
+
1731
+ #: dashboard/publisher/adverts-generator.php:113
1732
+ #: dashboard/publisher/media.php:18
1733
+ msgid "Important:"
1734
+ msgstr "Important :"
1735
+
1736
+ #: dashboard/publisher/adverts-generator.php:113
1737
+ msgid ""
1738
+ "All sizes are optional, but it is highly recommended to use at least the "
1739
+ "small and medium size. Devices with viewports greater than 1280px will use "
1740
+ "the full sized banner."
1741
+ msgstr ""
1742
+ "Toutes les tailles sont facultatives, mais il est fortement recommandé "
1743
+ "d’utiliser au moins les petites et moyennes tailles. Les appareils avec des "
1744
+ "ports de vue supérieurs à 1280px utiliseront la bannière pleine grandeur."
1745
+
1746
+ #: dashboard/publisher/adverts-generator.php:113
1747
+ msgid ""
1748
+ "Are your files not listed? Upload them via the AdRotate Media Manager. For "
1749
+ "your convenience, use easy to use filenames."
1750
+ msgstr ""
1751
+ "Vos fichiers ne sont-ils pas répertoriés ? Téléchargez-les via le "
1752
+ "responsable des médias AdRotate. Pour votre commodité, utilisez facilement "
1753
+ "les noms de fichiers."
1754
+
1755
+ #: dashboard/publisher/adverts-generator.php:118
1756
+ msgid "Optional"
1757
+ msgstr "Optionnel"
1758
+
1759
+ #: dashboard/publisher/adverts-generator.php:124
1760
+ msgid "Target window"
1761
+ msgstr "Fenêtre cible"
1762
+
1763
+ #: dashboard/publisher/adverts-generator.php:126
1764
+ msgid "Open the advert in a new window?"
1765
+ msgstr "Ouvrez l’annonce dans une nouvelle fenêtre?"
1766
+
1767
+ #: dashboard/publisher/adverts-generator.php:126
1768
+ msgid "(Recommended)"
1769
+ msgstr "(Recommandé)"
1770
+
1771
+ #: dashboard/publisher/adverts-generator.php:130
1772
+ msgid "NoFollow"
1773
+ msgstr "NoFollow"
1774
+
1775
+ #: dashboard/publisher/adverts-generator.php:132
1776
+ msgid "Tell crawlers and search engines not to follow the target website url?"
1777
+ msgstr ""
1778
+ "Dire aux chenilles et aux moteurs de recherche de ne pas suivre l’URL du "
1779
+ "site Web cible?"
1780
+
1781
+ #: dashboard/publisher/adverts-generator.php:132
1782
+ #: dashboard/publisher/adverts-generator.php:138
1783
+ msgid "(Available in AdRotate Pro)"
1784
+ msgstr "Disponible dans Adrotate Pro"
1785
+
1786
+ #: dashboard/publisher/adverts-generator.php:132
1787
+ msgid ""
1788
+ "Letting bots (Such as Googlebot) index paid links may negatively affect your "
1789
+ "SEO and PageRank."
1790
+ msgstr ""
1791
+ "Louer des bots (tels que Googlebot) index liens payés peuvent affecter "
1792
+ "négativement votre référencement et PageRank."
1793
+
1794
+ #: dashboard/publisher/adverts-generator.php:136
1795
+ msgid "Alt and Title"
1796
+ msgstr "Alt et Titre"
1797
+
1798
+ #: dashboard/publisher/adverts-generator.php:138
1799
+ msgid "Add an alt and title attribute based on the asset name?"
1800
+ msgstr "Ajouter un alt et un attribut de titre basé sur le nom de l’actif ?"
1801
+
1802
+ #: dashboard/publisher/adverts-generator.php:138
1803
+ msgid ""
1804
+ "Some bots/crawlers use them as a descriptive measure to see what the code is "
1805
+ "about."
1806
+ msgstr ""
1807
+ "Certains bots / crawlers les utiliser comme une mesure descriptive pour voir "
1808
+ "ce que le code est d’environ."
1809
+
1810
+ #: dashboard/publisher/adverts-generator.php:146
1811
+ msgid "Generate and Configure Advert"
1812
+ msgstr "Générer et configurer l’annonce"
1813
+
1814
+ #: dashboard/publisher/adverts-generator.php:147
1815
+ msgid "Always test your adverts before activating them."
1816
+ msgstr "Testez toujours vos annonces avant de les activer."
1817
+
1818
+ #: dashboard/publisher/adverts-generator.php:150
1819
+ msgid "NOTE:"
1820
+ msgstr "NOTE:"
1821
+
1822
+ #: dashboard/publisher/adverts-generator.php:150
1823
+ msgid ""
1824
+ "While the Code Generator has been tested and works, code generation, as "
1825
+ "always, is a interpretation of user input. If you provide the correct bits "
1826
+ "and pieces, a working advert may be generated. If you leave fields empty or "
1827
+ "insert the wrong info you probably end up with a broken advert."
1828
+ msgstr ""
1829
+ "Bien que le générateur de code ait été testé et fonctionne, la génération de "
1830
+ "code, comme toujours, est une interprétation de l’entrée de l’utilisateur. "
1831
+ "Si vous fournissez les morceaux corrects, une annonce de travail peut être "
1832
+ "générée. Si vous laissez les champs vides ou insérez les mauvaises "
1833
+ "informations, vous vous retrouvez probablement avec une annonce cassée."
1834
+
1835
+ #: dashboard/publisher/adverts-generator.php:150
1836
+ msgid ""
1837
+ "Based on your input and experiences later iterations of the Code Generator "
1838
+ "will be better and more feature rich."
1839
+ msgstr ""
1840
+ "D’après vos commentaires et vos expériences, les itérations ultérieures du "
1841
+ "générateur de code seront meilleures et plus riches en fonctionnalités."
1842
+
1843
+ #: dashboard/publisher/adverts-main.php:12
1844
+ msgid "Active Adverts"
1845
+ msgstr "Annonces actives"
1846
+
1847
+ #: dashboard/publisher/adverts-main.php:24
1848
+ msgid "Export to CSV"
1849
+ msgstr "Exporter au format CSV"
1850
+
1851
+ #: dashboard/publisher/adverts-main.php:44
1852
+ #: dashboard/publisher/adverts-main.php:46
1853
+ #: dashboard/publisher/groups-main.php:37
1854
+ #: dashboard/publisher/groups-main.php:39
1855
+ #: dashboard/publisher/statistics-advert.php:44
1856
+ #: dashboard/publisher/statistics-group.php:51
1857
+ msgid "Today"
1858
+ msgstr "Aujourd'hui"
1859
+
1860
+ #: dashboard/publisher/adverts-main.php:85
1861
+ msgid "No adverts created yet!"
1862
+ msgstr "Aucune annonces créés encore !"
1863
+
1864
+ #: dashboard/publisher/groups-edit.php:45
1865
+ msgid "New Group"
1866
+ msgstr "Nouveau Groupe"
1867
+
1868
+ #: dashboard/publisher/groups-edit.php:47
1869
+ msgid "Edit Group"
1870
+ msgstr "Modifier Groupe"
1871
+
1872
+ #: dashboard/publisher/groups-edit.php:65
1873
+ msgid "Default - Show one ad at a time"
1874
+ msgstr "Par defaut - Montrer une pub"
1875
+
1876
+ #: dashboard/publisher/groups-edit.php:66
1877
+ msgid "Dynamic Mode - Show a different ad every few seconds"
1878
+ msgstr "Mode dynamique - Montrer une pub différente à une intervale précise"
1879
+
1880
+ #: dashboard/publisher/groups-edit.php:67
1881
+ msgid "Block Mode - Show a block of adverts"
1882
+ msgstr "Mode Bloc - Afficher un bloc de publicités"
1883
+
1884
+ #: dashboard/publisher/groups-edit.php:71
1885
+ msgid "Dynamic mode requires jQuery. You can enable this in AdRotate Settings."
1886
+ msgstr ""
1887
+ "Le mode dynamique nécessite jQuery. Vous pouvez l’activer dans les "
1888
+ "paramètres AdRotate."
1889
+
1890
+ #: dashboard/publisher/groups-edit.php:75
1891
+ msgid "Advert size"
1892
+ msgstr "Taille de l'annonce"
1893
+
1894
+ #: dashboard/publisher/groups-edit.php:77
1895
+ msgid "pixel(s) wide"
1896
+ msgstr "largeur en pixels"
1897
+
1898
+ #: dashboard/publisher/groups-edit.php:77
1899
+ msgid "pixel(s) high."
1900
+ msgstr "pixel(s) élevé."
1901
+
1902
+ #: dashboard/publisher/groups-edit.php:80
1903
+ msgid ""
1904
+ "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
1905
+ "recommended)."
1906
+ msgstr ""
1907
+ "Définir la taille maximale des spots en pixels. Taille peut être "
1908
+ "« auto » (non recommandé)."
1909
+
1910
+ #: dashboard/publisher/groups-edit.php:86
1911
+ msgid "Dynamic and Block Mode"
1912
+ msgstr "Mode Dynamique et en Bloc"
1913
+
1914
+ #: dashboard/publisher/groups-edit.php:90
1915
+ msgid "Block size"
1916
+ msgstr "Taille de bloc"
1917
+
1918
+ #: dashboard/publisher/groups-edit.php:96
1919
+ msgid "rows"
1920
+ msgstr "lignes"
1921
+
1922
+ #: dashboard/publisher/groups-edit.php:100
1923
+ msgid "columns"
1924
+ msgstr "colonnes"
1925
+
1926
+ #: dashboard/publisher/groups-edit.php:103
1927
+ msgid "Block Mode"
1928
+ msgstr "Mode en Bloc"
1929
+
1930
+ #: dashboard/publisher/groups-edit.php:103
1931
+ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
1932
+ msgstr ""
1933
+ "De plus grands blocs dégraderont les performances de vos sites ! Défaut: 2/2."
1934
+
1935
+ #: dashboard/publisher/groups-edit.php:107
1936
+ msgid "Automated refresh"
1937
+ msgstr "Rafraîchissement automatique"
1938
+
1939
+ #: dashboard/publisher/groups-edit.php:126
1940
+ msgid "seconds."
1941
+ msgstr "secondes."
1942
+
1943
+ #: dashboard/publisher/groups-edit.php:129
1944
+ #: dashboard/publisher/groups-edit.php:138
1945
+ msgid "Dynamic Mode"
1946
+ msgstr "Mode dynamique"
1947
+
1948
+ #: dashboard/publisher/groups-edit.php:129
1949
+ msgid ""
1950
+ "Load a new advert in this interval without reloading the page. Default: 6."
1951
+ msgstr ""
1952
+ "Chargez une nouvelle publicité sans recharger le page après cette "
1953
+ "intervalle. La valeur par défaut est : 6."
1954
+
1955
+ #: dashboard/publisher/groups-edit.php:133
1956
+ msgid "Repeat impressions"
1957
+ msgstr "Impressions répétées"
1958
+
1959
+ #: dashboard/publisher/groups-edit.php:135
1960
+ msgid "Count impressions for every cycle of adverts?"
1961
+ msgstr "Comptez des impressions pour chaque cycle de publicités?"
1962
+
1963
+ #: dashboard/publisher/groups-edit.php:138
1964
+ msgid ""
1965
+ "Uncheck this option to only count impressions for the first cycle of adverts."
1966
+ msgstr ""
1967
+ "Décochez cette option pour ne compter les impressions que pour le premier "
1968
+ "cycle de publicités."
1969
+
1970
+ #: dashboard/publisher/groups-edit.php:143
1971
+ #: dashboard/publisher/groups-edit.php:216
1972
+ msgid "Get access to all features in AdRotate Pro."
1973
+ msgstr "Accédez à toutes les fonctionnalités d’AdRotate Pro."
1974
+
1975
+ #: dashboard/publisher/groups-edit.php:143
1976
+ msgid "Upgrade today"
1977
+ msgstr "Mettez à niveau dès aujourd'hui"
1978
+
1979
+ #: dashboard/publisher/groups-edit.php:150
1980
+ #: dashboard/publisher/groups-edit.php:304
1981
+ msgid ""
1982
+ "Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
1983
+ "Adverts\" and enter ID"
1984
+ msgstr ""
1985
+ "Faites glisser le widget AdRotate sur la barre latérale dans lequel vous le "
1986
+ "souhaitez, sélectionnez « Groupe d’annonces » et saisissez l’ID"
1987
+
1988
+ #: dashboard/publisher/groups-edit.php:162
1989
+ #: dashboard/publisher/groups-edit.php:316
1990
+ #: dashboard/publisher/groups-edit.php:410
1991
+ msgid "Save Group"
1992
+ msgstr "Sauvegarder groupe"
1993
+
1994
+ #: dashboard/publisher/groups-edit.php:170
1995
+ msgid "Advert Margin"
1996
+ msgstr "Marges autour de la pub"
1997
+
1998
+ #: dashboard/publisher/groups-edit.php:172
1999
+ msgid "pixel(s)"
2000
+ msgstr "pixel(s)"
2001
+
2002
+ #: dashboard/publisher/groups-edit.php:175
2003
+ msgid "A transparent area outside the advert in pixels. Default: 0."
2004
+ msgstr ""
2005
+ "Une marge transparente en dehors de la publicité en pixels. Valeur par "
2006
+ "défaut : 0."
2007
+
2008
+ #: dashboard/publisher/groups-edit.php:175
2009
+ msgid "Set to 0 to disable."
2010
+ msgstr "Mettre 0 pour désactiver."
2011
+
2012
+ #: dashboard/publisher/groups-edit.php:175
2013
+ msgid "Margins are automatically disabled for blocks where required."
2014
+ msgstr ""
2015
+ "Marges sont automatiquement désactivées pour les blocs lorsqu’elle est "
2016
+ "exigée."
2017
+
2018
+ #: dashboard/publisher/groups-edit.php:179
2019
+ msgid "Align the group"
2020
+ msgstr "Aligner le groupe"
2021
+
2022
+ #: dashboard/publisher/groups-edit.php:182
2023
+ msgid "None (Default)"
2024
+ msgstr "Aucun (par défaut)"
2025
+
2026
+ #: dashboard/publisher/groups-edit.php:183
2027
+ msgid "Left"
2028
+ msgstr "Gauche"
2029
+
2030
+ #: dashboard/publisher/groups-edit.php:184
2031
+ msgid "Right"
2032
+ msgstr "Droite"
2033
+
2034
+ #: dashboard/publisher/groups-edit.php:185
2035
+ msgid "Center"
2036
+ msgstr "Centre"
2037
+
2038
+ #: dashboard/publisher/groups-edit.php:189
2039
+ msgid ""
2040
+ "Align the group in your post or page. Using 'center' may affect your margin "
2041
+ "setting. Not every theme supports this feature."
2042
+ msgstr ""
2043
+ "Aligner le groupe dans votre poste ou de la page. L’utilisation « center » "
2044
+ "peut altérer votre paramètre de marge. Non chaque thème prend en charge "
2045
+ "cette fonctionnalité."
2046
+
2047
+ #: dashboard/publisher/groups-edit.php:194
2048
+ msgid "Enable Geo Targeting for this group."
2049
+ msgstr "Activez le ciblage Geo pour ce groupe."
2050
+
2051
+ #: dashboard/publisher/groups-edit.php:195
2052
+ msgid "Do not forget to tell the adverts for which areas they should show."
2053
+ msgstr ""
2054
+ "N’oubliez pas de dire aux annonces pour les zones qu’ils doivent montrer."
2055
+
2056
+ #: dashboard/publisher/groups-edit.php:198
2057
+ msgid "Mobile Support"
2058
+ msgstr "Support mobile"
2059
+
2060
+ #: dashboard/publisher/groups-edit.php:199
2061
+ msgid "Enable mobile support for this group."
2062
+ msgstr "Activer le support mobile de ce groupe."
2063
+
2064
+ #: dashboard/publisher/groups-edit.php:200
2065
+ msgid "Do not forget to put at least one mobile advert in this group."
2066
+ msgstr "N’oubliez pas de mettre au moins une publicité mobile dans ce groupe."
2067
+
2068
+ #: dashboard/publisher/groups-edit.php:203
2069
+ msgid "Fallback Group"
2070
+ msgstr "Groupe de secours"
2071
+
2072
+ #: dashboard/publisher/groups-edit.php:211
2073
+ msgid ""
2074
+ "Select another group to fall back on when all adverts are expired, not in "
2075
+ "the visitors geographic area or are otherwise unavailable."
2076
+ msgstr ""
2077
+ "Sélectionnez un autre groupe à se replier sur quand toutes les annonces sont "
2078
+ "expirés, pas dans la zone géographique de visiteurs ou sont autrement "
2079
+ "indisponibles."
2080
+
2081
+ #: dashboard/publisher/groups-edit.php:227
2082
+ #: dashboard/publisher/groups-edit.php:264
2083
+ #: dashboard/settings/geotargeting.php:24
2084
+ msgid "Disabled"
2085
+ msgstr "Désactivé"
2086
+
2087
+ #: dashboard/publisher/groups-edit.php:228
2088
+ #: dashboard/publisher/groups-edit.php:265
2089
+ msgid "Widget (Pro only)"
2090
+ msgstr "Widget (Pro seulement)"
2091
+
2092
+ #: dashboard/publisher/groups-edit.php:229
2093
+ #: dashboard/publisher/groups-edit.php:266
2094
+ msgid "Before content"
2095
+ msgstr "Avant le contenu"
2096
+
2097
+ #: dashboard/publisher/groups-edit.php:230
2098
+ #: dashboard/publisher/groups-edit.php:267
2099
+ msgid "After content"
2100
+ msgstr "Après le contenu"
2101
+
2102
+ #: dashboard/publisher/groups-edit.php:231
2103
+ #: dashboard/publisher/groups-edit.php:268
2104
+ msgid "Before and after content"
2105
+ msgstr "Avant et après le contenu"
2106
+
2107
+ #: dashboard/publisher/groups-edit.php:232
2108
+ #: dashboard/publisher/groups-edit.php:269
2109
+ msgid "Inside the content..."
2110
+ msgstr "À l’intérieur du contenu..."
2111
+
2112
+ #: dashboard/publisher/groups-edit.php:238
2113
+ #: dashboard/publisher/groups-edit.php:275
2114
+ msgid "after the middle paragraph"
2115
+ msgstr "après le paragraphe du milieu"
2116
+
2117
+ #: dashboard/publisher/groups-edit.php:239
2118
+ #: dashboard/publisher/groups-edit.php:276
2119
+ msgid "after the 1st paragraph"
2120
+ msgstr "après l’alinéa 1er"
2121
+
2122
+ #: dashboard/publisher/groups-edit.php:240
2123
+ #: dashboard/publisher/groups-edit.php:277
2124
+ msgid "after the 2nd paragraph"
2125
+ msgstr "après le 2e paragraphe"
2126
+
2127
+ #: dashboard/publisher/groups-edit.php:241
2128
+ #: dashboard/publisher/groups-edit.php:278
2129
+ msgid "after the 3rd paragraph"
2130
+ msgstr "après le 3e paragraphe"
2131
+
2132
+ #: dashboard/publisher/groups-edit.php:242
2133
+ #: dashboard/publisher/groups-edit.php:279
2134
+ msgid "after the 4th paragraph"
2135
+ msgstr "après le 4e paragraphe"
2136
+
2137
+ #: dashboard/publisher/groups-edit.php:243
2138
+ #: dashboard/publisher/groups-edit.php:280
2139
+ msgid "after the 5th paragraph"
2140
+ msgstr "après le 5e paragraphe"
2141
+
2142
+ #: dashboard/publisher/groups-edit.php:244
2143
+ #: dashboard/publisher/groups-edit.php:281
2144
+ msgid "after the 6th paragraph"
2145
+ msgstr "après le 6e paragraphe"
2146
+
2147
+ #: dashboard/publisher/groups-edit.php:245
2148
+ #: dashboard/publisher/groups-edit.php:282
2149
+ msgid "after the 7th paragraph"
2150
+ msgstr "après le 7e paragraphe"
2151
+
2152
+ #: dashboard/publisher/groups-edit.php:246
2153
+ #: dashboard/publisher/groups-edit.php:283
2154
+ msgid "after the 8th paragraph"
2155
+ msgstr "après le 8e paragraphe"
2156
+
2157
+ #: dashboard/publisher/groups-edit.php:260
2158
+ msgid "Page Injection"
2159
+ msgstr "Page Injection"
2160
+
2161
+ #: dashboard/publisher/groups-edit.php:320
2162
+ msgid "Wrapper code"
2163
+ msgstr "Code enveloppant"
2164
+
2165
+ #: dashboard/publisher/groups-edit.php:321
2166
+ msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
2167
+ msgstr ""
2168
+ "Enveloppe autour de chaque annonce. HTML/JavaScript autorisé, utiliser avec "
2169
+ "soin!"
2170
+
2171
+ #: dashboard/publisher/groups-edit.php:325
2172
+ msgid "Before advert"
2173
+ msgstr "Avant l’annonce"
2174
+
2175
+ #: dashboard/publisher/groups-edit.php:328
2176
+ #: dashboard/publisher/groups-edit.php:336
2177
+ msgid "Example:"
2178
+ msgstr "Exemple :"
2179
+
2180
+ #: dashboard/publisher/groups-edit.php:329
2181
+ msgid "Options:"
2182
+ msgstr "Options :"
2183
+
2184
+ #: dashboard/publisher/groups-edit.php:333
2185
+ msgid "After advert"
2186
+ msgstr "Après l’annonce"
2187
+
2188
+ #: dashboard/publisher/groups-edit.php:342
2189
+ msgid "Select adverts"
2190
+ msgstr "Sélectionnez les annonces"
2191
+
2192
+ #: dashboard/publisher/groups-edit.php:349
2193
+ msgid "Visible until"
2194
+ msgstr "Visible jusqu'à"
2195
+
2196
+ #: dashboard/publisher/groups-edit.php:397
2197
+ msgid "No adverts created!"
2198
+ msgstr "Aucune annonces créés !"
2199
+
2200
+ #: dashboard/publisher/groups-edit.php:404
2201
+ msgid "Configuration errors."
2202
+ msgstr "Erreurs de configuration."
2203
+
2204
+ #: dashboard/publisher/groups-edit.php:405
2205
+ #: dashboard/publisher/schedules-main.php:87
2206
+ msgid "Expires soon."
2207
+ msgstr "Expire bientôt."
2208
+
2209
+ #: dashboard/publisher/groups-edit.php:406
2210
+ #: dashboard/publisher/schedules-main.php:88
2211
+ msgid "Has expired."
2212
+ msgstr "A expiré."
2213
+
2214
+ #: dashboard/publisher/groups-main.php:21
2215
+ msgid "Delete Group"
2216
+ msgstr "Supprimer le groupe"
2217
+
2218
+ #: dashboard/publisher/groups-main.php:22
2219
+ msgid "Delete Group including adverts"
2220
+ msgstr "Supprimer le groupe y compris les annonces"
2221
+
2222
+ #: dashboard/publisher/groups-main.php:24
2223
+ msgid "You are about to delete a group"
2224
+ msgstr "Vous allez supprimer un groupe"
2225
+
2226
+ #: dashboard/publisher/groups-main.php:24
2227
+ msgid "This action can not be undone!"
2228
+ msgstr "Ceci ne peux pas être défait!"
2229
+
2230
+ #: dashboard/publisher/groups-main.php:24 dashboard/settings/maintenance.php:22
2231
+ #: dashboard/settings/maintenance.php:91
2232
+ msgid "OK to continue, CANCEL to stop."
2233
+ msgstr "Pour continuer, cliquez Ok, autrement, cliquez sur Annuler."
2234
+
2235
+ #: dashboard/publisher/groups-main.php:84
2236
+ msgid "No groups created!"
2237
+ msgstr "Aucun groupe n'a été créé!"
2238
+
2239
+ #: dashboard/publisher/media.php:17
2240
+ msgid "Upload new file"
2241
+ msgstr "Déposer un nouveau fichier"
2242
+
2243
+ #: dashboard/publisher/media.php:18
2244
+ msgid "Accepted files:"
2245
+ msgstr "Fichiers acceptés :"
2246
+
2247
+ #: dashboard/publisher/media.php:18
2248
+ msgid "Maximum size is 512Kb per file."
2249
+ msgstr "La taille maximale est de 512 Ko par fichier."
2250
+
2251
+ #: dashboard/publisher/media.php:18
2252
+ msgid ""
2253
+ "Make sure your file has no spaces or special characters in the name. Replace "
2254
+ "spaces with a - or _."
2255
+ msgstr ""
2256
+ "Assurez-vous que votre fichier a sans espaces ou des caractères spéciaux "
2257
+ "dans le nom. Remplacez les espaces avec un - ou _."
2258
+
2259
+ #: dashboard/publisher/media.php:18
2260
+ msgid ""
2261
+ "If you remove spaces from filenames for HTML5 adverts also edit the html "
2262
+ "file so it knows about the changed name. For example for the javascript file."
2263
+ msgstr ""
2264
+ "Si vous supprimez des espaces des noms de fichiers pour les annonces HTML5, "
2265
+ "modifiez également le fichier html afin qu’il sache sur le nom changé. Par "
2266
+ "exemple pour le fichier javascript."
2267
+
2268
+ #: dashboard/publisher/media.php:21
2269
+ msgid "Upload file"
2270
+ msgstr "Télécharger le fichier"
2271
+
2272
+ #: dashboard/publisher/media.php:21
2273
+ msgid "Click only once per file!"
2274
+ msgstr "Cliquez une seule fois par fichier !"
2275
+
2276
+ #: dashboard/publisher/media.php:25
2277
+ msgid "Available files in"
2278
+ msgstr "Fichiers disponibles dans"
2279
+
2280
+ #: dashboard/publisher/media.php:31
2281
+ msgid "Actions"
2282
+ msgstr "Actions"
2283
+
2284
+ #: dashboard/publisher/media.php:65
2285
+ msgid "No files found!"
2286
+ msgstr "Aucun fichier trouvé!"
2287
+
2288
+ #: dashboard/publisher/media.php:72
2289
+ msgid ""
2290
+ "Make sure the banner images are not in use by adverts when you delete them!"
2291
+ msgstr ""
2292
+ "Assurez-vous que les images de la bannière ne sont pas utilisés par les "
2293
+ "publicités lorsque vous les supprimez !"
2294
+
2295
+ #: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
2296
+ #: dashboard/publisher/statistics-advert.php:109
2297
+ #: dashboard/publisher/statistics-group.php:113
2298
+ #: dashboard/publisher/statistics-main.php:83
2299
+ msgid "Get more features with AdRotate Pro"
2300
+ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
2301
+
2302
+ #: dashboard/publisher/schedules-main.php:13
2303
+ msgid ""
2304
+ "In AdRotate Pro you can schedule adverts for multiple periods of time. One "
2305
+ "schedule can be assigned to many adverts allowing you to manage multi advert "
2306
+ "campaigns easily. Schedules can be active on certain days of the week or on "
2307
+ "certain hours of the day."
2308
+ msgstr ""
2309
+ "Dans AdRotate Pro, vous pouvez planifier des annonces pendant plusieurs "
2310
+ "périodes de temps. Un calendrier peut être attribué à de nombreuses "
2311
+ "publicités vous permettant de gérer facilement les campagnes multi annonces. "
2312
+ "Les horaires peuvent être actifs certains jours de la semaine ou à certaines "
2313
+ "heures de la journée."
2314
+
2315
+ #: dashboard/publisher/schedules-main.php:36
2316
+ msgid "Max Shown"
2317
+ msgstr "Affichage maximum"
2318
+
2319
+ #: dashboard/publisher/schedules-main.php:37
2320
+ msgid "Max Clicks"
2321
+ msgstr "Clics maximum"
2322
+
2323
+ #: dashboard/publisher/schedules-main.php:70
2324
+ msgid "Mon:"
2325
+ msgstr "Lun:"
2326
+
2327
+ #: dashboard/publisher/schedules-main.php:70
2328
+ msgid "Tue:"
2329
+ msgstr "Mar:"
2330
+
2331
+ #: dashboard/publisher/schedules-main.php:70
2332
+ msgid "Wed:"
2333
+ msgstr "Mer:"
2334
+
2335
+ #: dashboard/publisher/schedules-main.php:70
2336
+ msgid "Thu:"
2337
+ msgstr "Jeu:"
2338
+
2339
+ #: dashboard/publisher/schedules-main.php:70
2340
+ msgid "Fri:"
2341
+ msgstr "Ven:"
2342
+
2343
+ #: dashboard/publisher/schedules-main.php:70
2344
+ msgid "Sat:"
2345
+ msgstr "Sam:"
2346
+
2347
+ #: dashboard/publisher/schedules-main.php:70
2348
+ msgid "Sun:"
2349
+ msgstr "Dim:"
2350
+
2351
+ #: dashboard/publisher/schedules-main.php:70
2352
+ msgid "Between:"
2353
+ msgstr "Entre:"
2354
+
2355
+ #: dashboard/publisher/schedules-main.php:70
2356
+ msgid "Impression spread:"
2357
+ msgstr "Vues d'impressions:"
2358
+
2359
+ #: dashboard/publisher/schedules-main.php:70
2360
+ msgid "Auto Delete:"
2361
+ msgstr "Suppression automatique:"
2362
+
2363
+ #: dashboard/publisher/schedules-main.php:81
2364
+ msgid "Nothing here!"
2365
+ msgstr "Rien ici!"
2366
+
2367
+ #: dashboard/publisher/statistics-advert.php:39
2368
+ msgid "Statistics for advert"
2369
+ msgstr "Statistiques pour la pub"
2370
+
2371
+ #: dashboard/publisher/statistics-advert.php:46
2372
+ #: dashboard/publisher/statistics-group.php:53
2373
+ #: dashboard/publisher/statistics-main.php:30
2374
+ msgid "All time"
2375
+ msgstr "Tout le temps"
2376
+
2377
+ #: dashboard/publisher/statistics-advert.php:51
2378
+ #: dashboard/publisher/statistics-advert.php:57
2379
+ #: dashboard/publisher/statistics-advert.php:71
2380
+ #: dashboard/publisher/statistics-advert.php:77
2381
+ #: dashboard/publisher/statistics-advert.php:98
2382
+ #: dashboard/publisher/statistics-group.php:58
2383
+ #: dashboard/publisher/statistics-group.php:64
2384
+ #: dashboard/publisher/statistics-group.php:78
2385
+ #: dashboard/publisher/statistics-group.php:84
2386
+ #: dashboard/publisher/statistics-group.php:103
2387
+ #: dashboard/publisher/statistics-main.php:39
2388
+ #: dashboard/publisher/statistics-main.php:53
2389
+ #: dashboard/publisher/statistics-main.php:57
2390
+ #: dashboard/publisher/statistics-main.php:74
2391
+ msgid "Impressions"
2392
+ msgstr "Vues"
2393
+
2394
+ #: dashboard/publisher/statistics-advert.php:64
2395
+ #: dashboard/publisher/statistics-group.php:71
2396
+ #: dashboard/publisher/statistics-main.php:46
2397
+ msgid "Last month"
2398
+ msgstr "Mois dernier"
2399
+
2400
+ #: dashboard/publisher/statistics-advert.php:85
2401
+ #: dashboard/publisher/statistics-group.php:92
2402
+ #: dashboard/publisher/statistics-main.php:64
2403
+ msgid "Monthly overview of clicks and impressions"
2404
+ msgstr "Synthèse mensuelle de clics et d'impressions"
2405
+
2406
+ #: dashboard/publisher/statistics-advert.php:108
2407
+ #: dashboard/publisher/statistics-group.php:112
2408
+ #: dashboard/publisher/statistics-main.php:82
2409
+ #: dashboard/settings/notifications.php:58
2410
+ msgid "Note:"
2411
+ msgstr "Note :"
2412
+
2413
+ #: dashboard/publisher/statistics-advert.php:108
2414
+ #: dashboard/publisher/statistics-group.php:112
2415
+ #: dashboard/publisher/statistics-main.php:82
2416
+ msgid ""
2417
+ "All statistics are indicative. They do not nessesarily reflect results "
2418
+ "counted by other parties."
2419
+ msgstr ""
2420
+ "Toutes les statistiques sont indicatives. Elles ne reflètent pas "
2421
+ "nécessairement les résultats comptés par d'autres partis."
2422
+
2423
+ #: dashboard/publisher/statistics-group.php:46
2424
+ msgid "Statistics for group"
2425
+ msgstr "Statistiques pour le groupe"
2426
+
2427
+ #: dashboard/publisher/statistics-main.php:37
2428
+ msgid "Adverts counting stats"
2429
+ msgstr "Annonces statistiques de comptage"
2430
+
2431
+ #: dashboard/settings/advertisers.php:16
2432
+ msgid "Advertisers - Available in AdRotate Pro"
2433
+ msgstr "Annonceurs - Disponible en AdRotate Pro"
2434
+
2435
+ #: dashboard/settings/advertisers.php:17
2436
+ msgid "Enable advertisers so they can review and manage their own ads."
2437
+ msgstr ""
2438
+ "Permettre aux annonceurs d'examiner et de gérer leurs propres annonces."
2439
+
2440
+ #: dashboard/settings/advertisers.php:20
2441
+ msgid "Enable Advertisers"
2442
+ msgstr "Permettre aux annonceurs"
2443
+
2444
+ #: dashboard/settings/advertisers.php:22
2445
+ msgid "Allow adverts to be coupled to users (Advertisers)."
2446
+ msgstr ""
2447
+ "Autoriser les publicités à être couplées aux utilisateurs (annonceurs)."
2448
+
2449
+ #: dashboard/settings/advertisers.php:26
2450
+ msgid "Edit/update adverts"
2451
+ msgstr "Modifier / Mise à jour des annonces"
2452
+
2453
+ #: dashboard/settings/advertisers.php:28
2454
+ msgid "Allow advertisers to add new or edit their adverts."
2455
+ msgstr "Permettent aux annonceurs d'ajouter ou modifier leurs annonces."
2456
+
2457
+ #: dashboard/settings/advertisers.php:32
2458
+ msgid "Mobile adverts"
2459
+ msgstr "Annonces mobiles"
2460
+
2461
+ #: dashboard/settings/advertisers.php:34
2462
+ msgid "Allow advertisers to specify on which devices their ads will show."
2463
+ msgstr ""
2464
+ "Permettre aux annonceurs de spécifier sur quels appareils leurs annonces "
2465
+ "s’afficheront."
2466
+
2467
+ #: dashboard/settings/advertisers.php:40
2468
+ msgid ""
2469
+ "Allow advertisers to specify where their ads will show. Geo Targeting has to "
2470
+ "be enabled, too."
2471
+ msgstr ""
2472
+ "Permettre aux annonceurs de spécifier l’endroit où leurs annonces seront "
2473
+ "diffusées. Le ciblage géographique doit également être activé."
2474
+
2475
+ #: dashboard/settings/advertisers.php:44
2476
+ msgid "Advertiser role"
2477
+ msgstr "Annonceur"
2478
+
2479
+ #: dashboard/settings/advertisers.php:46
2480
+ msgid "Create a seperate user role for your advertisers."
2481
+ msgstr "Créer un rôle d’utilisateur séparé pour vos annonceurs."
2482
+
2483
+ #: dashboard/settings/advertisers.php:47
2484
+ msgid ""
2485
+ "Don't forget to give these users access to their advertiser dashboard via "
2486
+ "the Roles tab."
2487
+ msgstr ""
2488
+ "N’oubliez pas de donner à ces utilisateurs l’accès à leur tableau de bord de "
2489
+ "l’annonceur par l’intermédiaire de l’onglet rôles."
2490
+
2491
+ #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2492
+ #: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
2493
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2494
+ #: dashboard/settings/statistics.php:83
2495
+ msgid "Update Options"
2496
+ msgstr "Mettre à jour les options"
2497
+
2498
+ #: dashboard/settings/general.php:17
2499
+ msgid "General Settings"
2500
+ msgstr "Réglages généraux"
2501
+
2502
+ #: dashboard/settings/general.php:18
2503
+ msgid "General settings for AdRotate."
2504
+ msgstr "Paramètres généraux pour AdRotate."
2505
+
2506
+ #: dashboard/settings/general.php:18 dashboard/settings/statistics.php:18
2507
+ msgid "Some options are only available in AdRotate Pro!"
2508
+ msgstr "Certaines options ne sont disponibles que dans AdRotate Pro!"
2509
+
2510
+ #: dashboard/settings/general.php:21
2511
+ msgid "Shortcode in widgets"
2512
+ msgstr "Code court dans les widgets"
2513
+
2514
+ #: dashboard/settings/general.php:22
2515
+ msgid ""
2516
+ "Enable this option to if your theme does not support shortcodes in the "
2517
+ "WordPress text widget."
2518
+ msgstr ""
2519
+ "Activez cette option si votre thème ne prend pas en charge les codes courts "
2520
+ "dans le widget texte WordPress."
2521
+
2522
+ #: dashboard/settings/general.php:25
2523
+ msgid "Disable live preview"
2524
+ msgstr "Désactiver en direct aperçu"
2525
+
2526
+ #: dashboard/settings/general.php:26
2527
+ msgid ""
2528
+ "Enable this option if you have faulty adverts that overflow their designated "
2529
+ "area while creating/editing adverts."
2530
+ msgstr ""
2531
+ "Activez cette option si vous avez des publicités défectueuses qui débordent "
2532
+ "de leur zone désignée tout en créant/éditant des publicités."
2533
+
2534
+ #: dashboard/settings/general.php:29
2535
+ msgid "Disable dynamic mode"
2536
+ msgstr "Désactiver le mode dynamique"
2537
+
2538
+ #: dashboard/settings/general.php:30
2539
+ msgid ""
2540
+ "Enable this option to disable dynamic mode in groups for mobile devices if "
2541
+ "you notice skipping or jumpy content."
2542
+ msgstr ""
2543
+ "Activez cette option pour désactiver le mode dynamique en groupes pour les "
2544
+ "appareils mobiles si vous remarquez sauter ou du contenu nerveux."
2545
+
2546
+ #: dashboard/settings/general.php:33
2547
+ msgid "Load jQuery"
2548
+ msgstr "Utilisez jQuery"
2549
+
2550
+ #: dashboard/settings/general.php:34
2551
+ msgid ""
2552
+ "Enable this option if your theme does not load jQuery. jQuery is required "
2553
+ "for dynamic groups, statistics and some other features."
2554
+ msgstr ""
2555
+ "Activez cette option si votre thème ne charge pas jQuery. jQuery est requise "
2556
+ "pour les groupes dynamiques, des statistiques et quelques autres "
2557
+ "fonctionnalités."
2558
+
2559
+ #: dashboard/settings/general.php:37
2560
+ msgid "Load scripts in footer?"
2561
+ msgstr "Charger Script dans Footer?"
2562
+
2563
+ #: dashboard/settings/general.php:38
2564
+ msgid ""
2565
+ "Enable this option if you want to load all AdRotate Javascripts in the "
2566
+ "footer of your site."
2567
+ msgstr ""
2568
+ "Activez cette option si vous voulez charger tous les Javascripts AdRotate "
2569
+ "dans le pied de page de votre site."
2570
+
2571
+ #: dashboard/settings/general.php:41
2572
+ msgid "Adblock disguise"
2573
+ msgstr "Déguisement de Adblock"
2574
+
2575
+ #: dashboard/settings/general.php:43
2576
+ msgid "Leave empty to disable. Use only lowercaps letters. For example:"
2577
+ msgstr ""
2578
+ "Laisser vide pour désactiver. Utilisez uniquement des lettres lowercaps. Par "
2579
+ "exemple :"
2580
+
2581
+ #: dashboard/settings/general.php:44
2582
+ msgid ""
2583
+ "Try and avoid adblock plugins in most modern browsers when using shortcodes."
2584
+ msgstr ""
2585
+ "Essayez d'éviter les plugins de Adblock dans la plupart des navigateurs "
2586
+ "modernes en utilisant shortcodes."
2587
+
2588
+ #: dashboard/settings/general.php:44
2589
+ msgid ""
2590
+ "To also apply this feature to widgets, use a text widget with a shortcode "
2591
+ "instead of the AdRotate widget."
2592
+ msgstr ""
2593
+ "Pour également appliquer cette fonctionnalité aux widgets, utiliser un "
2594
+ "widget de texte avec un shortcode plutôt que le widget AdRotate."
2595
+
2596
+ #: dashboard/settings/general.php:44
2597
+ msgid ""
2598
+ "Avoid the use of obvious keywords or filenames in your adverts or this "
2599
+ "feature will have little effect!"
2600
+ msgstr ""
2601
+ "Évitez l’utilisation de mots clés ou de noms de fichiers évidents dans vos "
2602
+ "annonces ou cette fonctionnalité aura peu d’effet!"
2603
+
2604
+ #: dashboard/settings/general.php:49
2605
+ msgid "Banner Folder"
2606
+ msgstr "Dossier Bannière"
2607
+
2608
+ #: dashboard/settings/general.php:50
2609
+ msgid "Set a folder where your banner images will be stored."
2610
+ msgstr "Réglez un dossier où vos images de bannière seront stockées."
2611
+
2612
+ #: dashboard/settings/general.php:53
2613
+ msgid "Folder name"
2614
+ msgstr "Nom du dossier"
2615
+
2616
+ #: dashboard/settings/general.php:55
2617
+ msgid "(Default: banners)."
2618
+ msgstr "(Par défaut : bannières)."
2619
+
2620
+ #: dashboard/settings/general.php:56
2621
+ msgid ""
2622
+ "To try and trick ad blockers you could set the folder to something crazy "
2623
+ "like:"
2624
+ msgstr ""
2625
+ "Pour tenter de tromper les bloqueurs de publicité, vous pouvez définir le "
2626
+ "dossier avec comme quelque chose de fou :"
2627
+
2628
+ #: dashboard/settings/general.php:57
2629
+ msgid ""
2630
+ "This folder will not be automatically created if it doesn't exist. AdRotate "
2631
+ "will show errors when the folder is missing."
2632
+ msgstr ""
2633
+ "Ce dossier ne sera pas automatiquement créé s’il n’existe pas. AdRotate "
2634
+ "affichera des erreurs lorsque le dossier est manquant."
2635
+
2636
+ #: dashboard/settings/general.php:62
2637
+ msgid "Bot filter"
2638
+ msgstr "Filtre de robots"
2639
+
2640
+ #: dashboard/settings/general.php:63
2641
+ msgid "The bot filter is used for the AdRotate stats tracker."
2642
+ msgstr "Le filtre bot est utilisé pour le tracker AdRotate stats."
2643
+
2644
+ #: dashboard/settings/general.php:66
2645
+ msgid "User-Agent Filter"
2646
+ msgstr "Filtrage par User-Agent"
2647
+
2648
+ #: dashboard/settings/general.php:69
2649
+ msgid ""
2650
+ "A comma separated list of keywords. Filter out bots/crawlers/user-agents."
2651
+ msgstr ""
2652
+ "Liste de mots-clés séparés par une virgule. Filtrer les robots/robots/agents-"
2653
+ "utilisateurs."
2654
+
2655
+ #: dashboard/settings/general.php:70
2656
+ msgid ""
2657
+ "Keep in mind that this might give false positives. The word 'fire' also "
2658
+ "matches 'firefox', but not vice-versa. So be careful!"
2659
+ msgstr ""
2660
+ "Gardez à l’esprit que cela pourrait donner de faux positifs. Le mot «feu» "
2661
+ "correspond également à «firefox», mais pas vice-versa. Alors soyez prudent!"
2662
+
2663
+ #: dashboard/settings/general.php:71
2664
+ msgid ""
2665
+ "Only words with alphanumeric characters and [ - _ ] are allowed. All other "
2666
+ "characters are stripped out."
2667
+ msgstr ""
2668
+ "Seuls les mots avec des caractères alphanumériques et [ - ] sont autorisés. "
2669
+ "Tous les autres personnages sont dépouillés."
2670
+
2671
+ #: dashboard/settings/general.php:72
2672
+ msgid ""
2673
+ "Additionally to the list specified here, empty User-Agents are blocked as "
2674
+ "well."
2675
+ msgstr ""
2676
+ "En outre de la liste spécifiée ci-dessus, les User-Agent vides seront aussi "
2677
+ "bloqués."
2678
+
2679
+ #: dashboard/settings/general.php:72
2680
+ msgid "Learn more about"
2681
+ msgstr "En savoir plus sur"
2682
+
2683
+ #: dashboard/settings/general.php:72
2684
+ msgid "user-agents"
2685
+ msgstr "user-agents"
2686
+
2687
+ #: dashboard/settings/geotargeting.php:17
2688
+ msgid "Geo Targeting - Available in AdRotate Pro"
2689
+ msgstr "Geo Targeting - Disponible en AdRotate Pro"
2690
+
2691
+ #: dashboard/settings/geotargeting.php:18
2692
+ msgid "Target certain areas in the world for better advertising oppurtunities."
2693
+ msgstr ""
2694
+ "Cibler certaines zones dans le monde pour la meilleure publicité "
2695
+ "oppurtunities."
2696
+
2697
+ #: dashboard/settings/geotargeting.php:21
2698
+ msgid "Which Geo Service"
2699
+ msgstr "Quel service Geo"
2700
+
2701
+ #: dashboard/settings/geotargeting.php:32
2702
+ msgid "20000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2703
+ msgstr ""
2704
+ "20000 recherches gratuites tous les jours, utilise les bases de données "
2705
+ "GeoLite2 de MaxMind!"
2706
+
2707
+ #: dashboard/settings/geotargeting.php:33
2708
+ #: dashboard/settings/geotargeting.php:37
2709
+ #: dashboard/settings/geotargeting.php:41
2710
+ #: dashboard/settings/geotargeting.php:45 dashboard/settings/statistics.php:33
2711
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:39
2712
+ #: dashboard/settings/statistics.php:42 dashboard/settings/statistics.php:45
2713
+ msgid "Supports:"
2714
+ msgstr "Prend en charge :"
2715
+
2716
+ #: dashboard/settings/geotargeting.php:34
2717
+ #: dashboard/settings/geotargeting.php:38
2718
+ #: dashboard/settings/geotargeting.php:42
2719
+ #: dashboard/settings/geotargeting.php:46
2720
+ msgid "Scalability:"
2721
+ msgstr "Évolutivité:"
2722
+
2723
+ #: dashboard/settings/geotargeting.php:34
2724
+ msgid "Suitable for small to medium sized websites."
2725
+ msgstr "Convient aux sites Web de petite et moyenne taille."
2726
+
2727
+ #: dashboard/settings/geotargeting.php:36
2728
+ msgid "10000 free lookups per month, requires account."
2729
+ msgstr "10000 recherches gratuites par mois, nécessite un compte."
2730
+
2731
+ #: dashboard/settings/geotargeting.php:38
2732
+ msgid ""
2733
+ "Suitable for small to medium sized websites with a free account - Paid "
2734
+ "options available."
2735
+ msgstr ""
2736
+ "Convient aux sites Web de petite et moyenne taille avec un compte gratuit - "
2737
+ "Options payantes disponibles."
2738
+
2739
+ #: dashboard/settings/geotargeting.php:40
2740
+ msgid "The most accurate geo targeting available."
2741
+ msgstr "Le ciblage géo le plus précis disponible."
2742
+
2743
+ #: dashboard/settings/geotargeting.php:42
2744
+ msgid "Suitable for any size website as long as you have lookups."
2745
+ msgstr ""
2746
+ "Convient à n’importe quel site Web de taille tant que vous avez des "
2747
+ "recherches."
2748
+
2749
+ #: dashboard/settings/geotargeting.php:44
2750
+ msgid "Basic geolocation included in every CloudFlare account."
2751
+ msgstr "Géolocalisation de base incluse dans chaque compte de CloudFlare."
2752
+
2753
+ #: dashboard/settings/geotargeting.php:46
2754
+ msgid "Suitable for any size website."
2755
+ msgstr "Convient pour n’importe quel site de taille."
2756
+
2757
+ #: dashboard/settings/geotargeting.php:51
2758
+ msgid "Geo Cookie Lifespan"
2759
+ msgstr "Geo Cookie Durée de vie"
2760
+
2761
+ #: dashboard/settings/geotargeting.php:60
2762
+ msgid "Hours."
2763
+ msgstr "Heures."
2764
+
2765
+ #: dashboard/settings/geotargeting.php:61
2766
+ msgid ""
2767
+ "Geo Data is stored in a cookie to reduce lookups. How long should this "
2768
+ "cookie last? A longer period is less accurate for mobile users but may "
2769
+ "reduce the usage of your lookups drastically."
2770
+ msgstr ""
2771
+ "Geo Data est stockée dans un cookie pour réduire les examens. Combien de "
2772
+ "temps ce cookie devrait-il durer? Une période plus longue est moins précise "
2773
+ "pour les utilisateurs mobiles, mais peut réduire l’utilisation de vos "
2774
+ "recherchers de manière drastique."
2775
+
2776
+ #: dashboard/settings/geotargeting.php:67
2777
+ msgid "MaxMind City/Country"
2778
+ msgstr "MaxMind ville/pays"
2779
+
2780
+ #: dashboard/settings/geotargeting.php:70
2781
+ msgid "Username/Email"
2782
+ msgstr "Nom d’utilisateur ou Adresse Email"
2783
+
2784
+ #: dashboard/settings/geotargeting.php:74
2785
+ msgid "Password/License Key"
2786
+ msgstr "Mot de passe/clé de licence"
2787
+
2788
+ #: dashboard/settings/maintenance.php:17
2789
+ msgid ""
2790
+ "Use these functions when you notice your database is slow, unresponsive and "
2791
+ "sluggish."
2792
+ msgstr ""
2793
+ "Utilisez ces fonctions lorsque vous remarquez que votre base de données est "
2794
+ "lente, insensible et lente."
2795
+
2796
+ #: dashboard/settings/maintenance.php:22
2797
+ msgid "Check all adverts for configuration errors"
2798
+ msgstr "Vérifiez toutes les annonces pour les erreurs de configuration"
2799
+
2800
+ #: dashboard/settings/maintenance.php:22
2801
+ msgid "You are about to check all adverts for errors."
2802
+ msgstr ""
2803
+ "Vous êtes sur le point de vérifier toutes les annonces pour les erreurs."
2804
+
2805
+ #: dashboard/settings/maintenance.php:22
2806
+ msgid "This might take a few seconds!"
2807
+ msgstr "Cela pourrait prendre quelques secondes!"
2808
+
2809
+ #: dashboard/settings/maintenance.php:24
2810
+ msgid ""
2811
+ "Apply all evaluation rules to all adverts to see if any error slipped in."
2812
+ msgstr ""
2813
+ "Appliquer toutes les règles d’évaluation à toutes les annonces pour voir si "
2814
+ "une erreur a glissé."
2815
+
2816
+ #: dashboard/settings/maintenance.php:28
2817
+ msgid "Clean-up Database and Files"
2818
+ msgstr "Nettoyer la base de données et fichiers"
2819
+
2820
+ #: dashboard/settings/maintenance.php:30
2821
+ msgid "Clean-up database and old files"
2822
+ msgstr "Base de données de nettoyage et fichiers anciens"
2823
+
2824
+ #: dashboard/settings/maintenance.php:30
2825
+ msgid "You are about to do maintenance on your setup of AdRotate."
2826
+ msgstr ""
2827
+ "Vous êtes sur le point de faire de l’entretien sur votre configuration "
2828
+ "d’AdRotate."
2829
+
2830
+ #: dashboard/settings/maintenance.php:30
2831
+ msgid ""
2832
+ "This optionally may delete old statistics and tries to delete old export "
2833
+ "files."
2834
+ msgstr ""
2835
+ "Cette option peut supprimer les anciennes statistiques et tente de supprimer "
2836
+ "les anciens fichiers d’exportation."
2837
+
2838
+ #: dashboard/settings/maintenance.php:30
2839
+ msgid "Are you sure you want to continue?"
2840
+ msgstr "Etes-vous certains de vouloir continuer?"
2841
+
2842
+ #: dashboard/settings/maintenance.php:30
2843
+ msgid "THIS ACTION CAN NOT BE UNDONE!"
2844
+ msgstr "CETTE ACTION NE PEUT PAS ÊTRE ANNULÉE!"
2845
+
2846
+ #: dashboard/settings/maintenance.php:32
2847
+ msgid "Basic database maintenance."
2848
+ msgstr "Maintenance de base de base de base de base."
2849
+
2850
+ #: dashboard/settings/maintenance.php:33
2851
+ msgid "Delete stats older than 365 days."
2852
+ msgstr "Supprimer les statistiques de plus de 365 jours (optionel)."
2853
+
2854
+ #: dashboard/settings/maintenance.php:34
2855
+ msgid "Delete leftover export files."
2856
+ msgstr "Supprimer les restes de fichiers d’exportation."
2857
+
2858
+ #: dashboard/settings/maintenance.php:35
2859
+ msgid ""
2860
+ "For when you create an advert, group or schedule and it does not save or "
2861
+ "keep changes you make."
2862
+ msgstr ""
2863
+ "Car lorsque vous créez une annonce, un groupe ou un calendrier et qu’elle "
2864
+ "n’enregistre pas ou ne conserve pas les modifications que vous modifiez."
2865
+
2866
+ #: dashboard/settings/maintenance.php:35
2867
+ msgid ""
2868
+ "Additionally you can delete statistics and/or unused export files. This will "
2869
+ "improve the speed of your site."
2870
+ msgstr ""
2871
+ "En outre, vous pouvez supprimer des statistiques et/ou des fichiers "
2872
+ "d’exportation inutilisés. Cela permettra d’améliorer la vitesse de votre "
2873
+ "site."
2874
+
2875
+ #: dashboard/settings/maintenance.php:39
2876
+ msgid ""
2877
+ "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
2878
+ "database or clean up overhead data. They only apply to your ads/groups and "
2879
+ "stats. Not to other settings or other parts of WordPress! Always always make "
2880
+ "a backup! If for any reason your data is lost, damaged or otherwise becomes "
2881
+ "unusable in any way or by any means in whichever way I will not take "
2882
+ "responsibility. You should always have a backup of your database. These "
2883
+ "functions do NOT destroy data. If data is lost, damaged or unusable in any "
2884
+ "way, your database likely was beyond repair already. Claiming it worked "
2885
+ "before clicking these buttons is not a valid point in any case."
2886
+ msgstr ""
2887
+ "DISCLAIMER : Les fonctions ci-dessus sont censées être utilisées pour "
2888
+ "OPTIMISER votre base de données ou nettoyer les données aériennes. Ils ne "
2889
+ "s’appliquent qu’à vos annonces/groupes et statistiques. Pas à d’autres "
2890
+ "paramètres ou d’autres parties de WordPress! Toujours toujours faire une "
2891
+ "sauvegarde! Si, pour quelque raison que ce soit, vos données sont perdues, "
2892
+ "endommagées ou deviennent inutilisables d’une manière ou d’une autre ou de "
2893
+ "quelque façon que ce soit de quelque façon que ce soit, je ne prendrai pas "
2894
+ "la responsabilité. Vous devriez toujours avoir une sauvegarde de votre base "
2895
+ "de données. Ces fonctions ne détruisent PAS les données. Si les données sont "
2896
+ "perdues, endommagées ou inutilisables de quelque façon que ce soit, votre "
2897
+ "base de données était probablement déjà irréparable. Prétendre qu’il a "
2898
+ "fonctionné avant de cliquer sur ces boutons n’est pas un point valable en "
2899
+ "tout cas."
2900
+
2901
+ #: dashboard/settings/maintenance.php:41
2902
+ msgid "Status and Versions"
2903
+ msgstr "Statut et versions"
2904
+
2905
+ #: dashboard/settings/maintenance.php:44
2906
+ msgid "Current status of adverts"
2907
+ msgstr "Etat actuel des publicités"
2908
+
2909
+ #: dashboard/settings/maintenance.php:45
2910
+ msgid "Normal"
2911
+ msgstr "Normal"
2912
+
2913
+ #: dashboard/settings/maintenance.php:45
2914
+ msgid "Error"
2915
+ msgstr "Erreur"
2916
+
2917
+ #: dashboard/settings/maintenance.php:45
2918
+ msgid "Expires Soon"
2919
+ msgstr "Expire bientôt"
2920
+
2921
+ #: dashboard/settings/maintenance.php:45
2922
+ msgid "Unknown"
2923
+ msgstr "Inconnu"
2924
+
2925
+ #: dashboard/settings/maintenance.php:48
2926
+ msgid "Banners/assets Folder"
2927
+ msgstr "Bannières/actifs Dossier"
2928
+
2929
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2930
+ msgid "Exists and appears writable"
2931
+ msgstr "Il existe et s’affiche en écriture"
2932
+
2933
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2934
+ msgid "Not writable or does not exist"
2935
+ msgstr "Pas accessible en écriture ou n’existe pas"
2936
+
2937
+ #: dashboard/settings/maintenance.php:57
2938
+ msgid "Reports Folder"
2939
+ msgstr "Rapports Folder"
2940
+
2941
+ #: dashboard/settings/maintenance.php:66
2942
+ msgid "Advert evaluation"
2943
+ msgstr "Évaluation de l’annonce"
2944
+
2945
+ #: dashboard/settings/maintenance.php:67
2946
+ msgid "Not scheduled! Re-activate the plugin from the plugins page."
2947
+ msgstr "Pas à la demande ! Re-activer le plugin dans la page des plugins."
2948
+
2949
+ #: dashboard/settings/maintenance.php:68
2950
+ msgid "Clean Trackerdata"
2951
+ msgstr "Trackerdata propre"
2952
+
2953
+ #: dashboard/settings/maintenance.php:69
2954
+ msgid "Not scheduled!"
2955
+ msgstr "Pas planifié!"
2956
+
2957
+ #: dashboard/settings/maintenance.php:72
2958
+ msgid "Background tasks"
2959
+ msgstr "Tâches de fond"
2960
+
2961
+ #: dashboard/settings/maintenance.php:74
2962
+ msgid "Reset background tasks"
2963
+ msgstr "Réinitialisation des tâches d’arrière-plan"
2964
+
2965
+ #: dashboard/settings/maintenance.php:79
2966
+ msgid "Internal Versions"
2967
+ msgstr "Versions internes"
2968
+
2969
+ #: dashboard/settings/maintenance.php:80
2970
+ msgid ""
2971
+ "Unless you experience database issues or a warning shows below, these "
2972
+ "numbers are not really relevant for troubleshooting. Support may ask for "
2973
+ "them to verify your database status."
2974
+ msgstr ""
2975
+ "Sauf si vous rencontrez des problèmes de base de données ou une mise en "
2976
+ "garde ci-dessous montre, ces chiffres ne sont pas vraiment pertinentes pour "
2977
+ "le dépannage. Prise en charge peut demander à vérifier l’état de votre base "
2978
+ "de données."
2979
+
2980
+ #: dashboard/settings/maintenance.php:83
2981
+ msgid "AdRotate version"
2982
+ msgstr "AdRotate version"
2983
+
2984
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2985
+ msgid "Current:"
2986
+ msgstr "Actuel:"
2987
+
2988
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2989
+ msgid "Should be:"
2990
+ msgstr "Devrait être :"
2991
+
2992
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2993
+ msgid "Previous:"
2994
+ msgstr "Précédent:"
2995
+
2996
+ #: dashboard/settings/maintenance.php:85
2997
+ msgid "Database version"
2998
+ msgstr "Version base de données"
2999
+
3000
+ #: dashboard/settings/maintenance.php:89
3001
+ msgid "Manual upgrade"
3002
+ msgstr "Mettez à niveau dès aujourd'hui"
3003
+
3004
+ #: dashboard/settings/maintenance.php:91
3005
+ msgid "YOU ARE ABOUT TO DO A MANUAL UPDATE FOR ADROTATE."
3006
+ msgstr ""
3007
+ "VOUS ÊTES SUR LE POINT DE FAIRE UNE MISE À JOUR MANUELLE POUR ADROTATE."
3008
+
3009
+ #: dashboard/settings/maintenance.php:91
3010
+ msgid "Make sure you have a database backup!"
3011
+ msgstr "Assurez-vous que vous disposez d’une sauvegarde de base de données !"
3012
+
3013
+ #: dashboard/settings/maintenance.php:91
3014
+ msgid "This might take a while and may slow down your site during this action!"
3015
+ msgstr ""
3016
+ "Ceci peut prendre un certain temps et peut ralentir votre site pendant cet "
3017
+ "interval!"
3018
+
3019
+ #: dashboard/settings/maintenance.php:91
3020
+ msgid "Run updater"
3021
+ msgstr "Exécuter updater"
3022
+
3023
+ #: dashboard/settings/misc.php:19
3024
+ msgid "Widget alignment"
3025
+ msgstr "Alignement du Widget"
3026
+
3027
+ #: dashboard/settings/misc.php:20
3028
+ msgid ""
3029
+ "Check this box if your widgets do not align in your themes sidebar. (Does "
3030
+ "not always help!)"
3031
+ msgstr ""
3032
+ "Cochez cette case si votre widget ne s'aligne pas à la barre latèrale de "
3033
+ "votre thème. Cette fonction peux ne pas régler le soucis!"
3034
+
3035
+ #: dashboard/settings/misc.php:23
3036
+ msgid "Widget padding"
3037
+ msgstr "Marge interne du Widget"
3038
+
3039
+ #: dashboard/settings/misc.php:24
3040
+ msgid ""
3041
+ "Enable this to remove the padding (blank space) around ads in widgets. (Does "
3042
+ "not always work!)"
3043
+ msgstr ""
3044
+ "Activez cette option pour supprimer la marge (espace vide) autour des "
3045
+ "publicités dans les widgets. Ceci ne fonctionne pas toujours!"
3046
+
3047
+ #: dashboard/settings/misc.php:28
3048
+ msgid "NOTICE:"
3049
+ msgstr "Texte de notice de la boutique:"
3050
+
3051
+ #: dashboard/settings/misc.php:29
3052
+ msgid ""
3053
+ "You have enabled W3 Total Caching support but not defined the security hash."
3054
+ msgstr ""
3055
+ "Vous avez activé le support W3 Total cache mais ne pas défini le hachage de "
3056
+ "sécurité."
3057
+
3058
+ #: dashboard/settings/misc.php:29
3059
+ msgid ""
3060
+ "AdRotate has generated the following line for you to add to your wp-config."
3061
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
3062
+ "add this line, check out the following guide;"
3063
+ msgstr ""
3064
+ "AdRotate a généré la ligne suivante pour vous d’ajouter à votre wp-config."
3065
+ "php autour de la ligne 52 (en dessous des nonces WordPress). Si vous ne "
3066
+ "savez pas comment ajouter cette ligne, consultez le guide suivant;"
3067
+
3068
+ #: dashboard/settings/misc.php:29
3069
+ msgid "Set up W3 Total Caching"
3070
+ msgstr "Mettre en place W3 Total cache"
3071
+
3072
+ #: dashboard/settings/misc.php:33
3073
+ msgid "W3 Total Caching"
3074
+ msgstr "W3 Total Caching"
3075
+
3076
+ #: dashboard/settings/misc.php:34
3077
+ msgid "Check this box if you use W3 Total Caching on your site."
3078
+ msgstr "Cochez cette case si vous utilisez W3 Total Caching sur votre site."
3079
+
3080
+ #: dashboard/settings/misc.php:37
3081
+ msgid "Borlabs Cache"
3082
+ msgstr "Borlabs Cache"
3083
+
3084
+ #: dashboard/settings/misc.php:38
3085
+ msgid "Check this box if you use Borlabs Caching on your site."
3086
+ msgstr "Cochez cette case si vous utilisez Borlabs Caching sur votre site."
3087
+
3088
+ #: dashboard/settings/misc.php:42
3089
+ msgid ""
3090
+ "It may take a while for the ad to start rotating. The caching plugin needs "
3091
+ "to refresh the cache. This can take up to a week if not done manually."
3092
+ msgstr ""
3093
+ "Un certain délai est possible avant que les publicités ne commencent à "
3094
+ "tourner correctement sur votre site. Le plugin de mise en cache doit "
3095
+ "actualiser son contenu. Cela peut prendre jusqu'à une semaine si ce n'est "
3096
+ "pas fait manuellement."
3097
+
3098
+ #: dashboard/settings/misc.php:42
3099
+ msgid ""
3100
+ "Caching support only works for [shortcodes] and the AdRotate Widget. If you "
3101
+ "use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
3102
+ msgstr ""
3103
+ "Le support de la mise en cache ne fonctionne qu'avec le shortcode ou le "
3104
+ "widget Adrotate. Si vous utilisez du code PHP, vous devez envelopper votre "
3105
+ "PHP dans le code d'exclusion vous-même."
3106
+
3107
+ #: dashboard/settings/notifications.php:19
3108
+ msgid "Set up who gets notifications if ads need your attention."
3109
+ msgstr ""
3110
+ "Configurez qui reçoit des notifications si les annonces ont besoin de votre "
3111
+ "attention."
3112
+
3113
+ #: dashboard/settings/notifications.php:22
3114
+ msgid "How to notify"
3115
+ msgstr "Comment notifier"
3116
+
3117
+ #: dashboard/settings/notifications.php:24
3118
+ msgid "Dashboard banner."
3119
+ msgstr "Bannière de tableau de bord."
3120
+
3121
+ #: dashboard/settings/notifications.php:25
3122
+ msgid "Email message."
3123
+ msgstr "Message des emails."
3124
+
3125
+ #: dashboard/settings/notifications.php:29
3126
+ msgid "Test notification"
3127
+ msgstr "Envoyer un test de notification"
3128
+
3129
+ #: dashboard/settings/notifications.php:31
3130
+ msgid "Test"
3131
+ msgstr "Test"
3132
+
3133
+ #: dashboard/settings/notifications.php:31
3134
+ msgid ""
3135
+ "Send a test notification to enabled methods. Before you test, save the "
3136
+ "options first!"
3137
+ msgstr ""
3138
+ "Envoyer une notification de test aux méthodes activées. Avant de tester, "
3139
+ "enregistrer les options d'abord!"
3140
+
3141
+ #: dashboard/settings/notifications.php:36
3142
+ msgid "Dashboard Banner"
3143
+ msgstr "Bannière de tableau de bord"
3144
+
3145
+ #: dashboard/settings/notifications.php:37
3146
+ msgid ""
3147
+ "These go in a dashboard banner visible to all users with access to AdRotate "
3148
+ "on every WordPress dashboard page."
3149
+ msgstr ""
3150
+ "Ces aller dans un bandeau de tableau de bord visible à tous les utilisateurs "
3151
+ "ayant accès à AdRotate sur chaque page de tableau de bord de WordPress."
3152
+
3153
+ #: dashboard/settings/notifications.php:40
3154
+ #: dashboard/settings/notifications.php:52
3155
+ msgid "What"
3156
+ msgstr "Quoi"
3157
+
3158
+ #: dashboard/settings/notifications.php:42
3159
+ msgid "Expired adverts."
3160
+ msgstr "Annonces périmées."
3161
+
3162
+ #: dashboard/settings/notifications.php:43
3163
+ msgid "Almost expired adverts."
3164
+ msgstr "Annonces presque expirés."
3165
+
3166
+ #: dashboard/settings/notifications.php:48
3167
+ msgid "Email Message"
3168
+ msgstr "Message de l’e-mail"
3169
+
3170
+ #: dashboard/settings/notifications.php:49
3171
+ msgid ""
3172
+ "Receive email notifications about what is happening with your AdRotate setup."
3173
+ msgstr ""
3174
+ "Recevez des notifications par e-mail sur ce qui se passe avec votre "
3175
+ "configuration AdRotate."
3176
+
3177
+ #: dashboard/settings/notifications.php:54
3178
+ msgid "Daily digest of any advert status other than normal."
3179
+ msgstr "Daily digest de tout statut annonce autre que normal."
3180
+
3181
+ #: dashboard/settings/notifications.php:55
3182
+ msgid "When you are running out of Geo Targeting Lookups."
3183
+ msgstr "Lorsque vous exécutez hors Geo Targeting recherches."
3184
+
3185
+ #: dashboard/settings/notifications.php:56
3186
+ msgid "Any advertiser saving an advert in your moderation queue."
3187
+ msgstr ""
3188
+ "Tout annonceur économisant une annonce dans votre file d’attente de "
3189
+ "modération."
3190
+
3191
+ #: dashboard/settings/notifications.php:57
3192
+ msgid "A moderator approved an advert from the moderation queue."
3193
+ msgstr ""
3194
+ "Un modérateur a approuvé une annonce de la file d'attente de modération."
3195
+
3196
+ #: dashboard/settings/notifications.php:58
3197
+ msgid "A moderator rejected an advert from the moderation queue."
3198
+ msgstr "Un modérateur a rejeté une annonce de la file d'attente de modération."
3199
+
3200
+ #: dashboard/settings/notifications.php:58
3201
+ msgid ""
3202
+ "If you have a lot of activity with many advertisers adding/changing adverts "
3203
+ "you may get a lot of messages!"
3204
+ msgstr ""
3205
+ "Si vous avez beaucoup d’activité avec de nombreux annonceurs ajoutant / "
3206
+ "changer des annonces, vous pouvez obtenir beaucoup de messages!"
3207
+
3208
+ #: dashboard/settings/notifications.php:58
3209
+ msgid ""
3210
+ "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3211
+ "spammy. This may result in automated filters such as those used in services "
3212
+ "like Google Gmail and Microsoft Hotmail/Outlook.com blocking your server. "
3213
+ "Make sure you whitelist the sending address in your email account once you "
3214
+ "start receiving notifications!"
3215
+ msgstr ""
3216
+ "Envoi d’un lot d’email est parfois considérée comme diffusion automatisée et "
3217
+ "considéré comme spam. Cela peut entraîner des filtres automatiques tels que "
3218
+ "ceux utilisés dans les services comme Google Gmail et Microsoft Hotmail/"
3219
+ "Outlook.com bloquer votre serveur. Assurez-vous que vous liste blanche "
3220
+ "l’envoi adresse dans votre compte de messagerie lorsque vous commencerez à "
3221
+ "recevoir des notifications !"
3222
+
3223
+ #: dashboard/settings/notifications.php:63
3224
+ msgid "Publishers"
3225
+ msgstr "Tous les éditeurs"
3226
+
3227
+ #: dashboard/settings/notifications.php:66
3228
+ msgid ""
3229
+ "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3230
+ "separated. This field may not be empty!"
3231
+ msgstr ""
3232
+ "Les messages sont envoyés une fois toutes les 24 heures. Maximum de 5 "
3233
+ "adresses. La virgule s’est séparée. Ce champ n’est peut-être pas vide !"
3234
+
3235
+ #: dashboard/settings/notifications.php:73
3236
+ msgid ""
3237
+ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3238
+ "This field may not be empty!"
3239
+ msgstr ""
3240
+ "Qui reçoit le courrier électronique auprès des annonceurs. Maximum de 5 "
3241
+ "adresses. Séparés par des virgules. Ce champ ne peut pas être vide !"
3242
+
3243
+ #: dashboard/settings/roles.php:18
3244
+ msgid "Who has access to what?"
3245
+ msgstr "Qui a accès à quoi?"
3246
+
3247
+ #: dashboard/settings/roles.php:21
3248
+ msgid "Manage/Add/Edit adverts"
3249
+ msgstr "Gérer/Ajouter/Modifier les publicités"
3250
+
3251
+ #: dashboard/settings/roles.php:25
3252
+ msgid "Role to see and add/edit ads."
3253
+ msgstr "Rôle pour voir et gérer/modifier les publicités."
3254
+
3255
+ #: dashboard/settings/roles.php:29
3256
+ msgid "Delete/Reset adverts"
3257
+ msgstr "Supprimer/Mettre à zéro les publicités"
3258
+
3259
+ #: dashboard/settings/roles.php:33
3260
+ msgid "Role to delete ads and reset stats."
3261
+ msgstr "Rôle pour supprimer les publicités et mettre à zéro les statistiques."
3262
+
3263
+ #: dashboard/settings/roles.php:37
3264
+ msgid "Manage/Add/Edit groups"
3265
+ msgstr "Gérer/Ajouter/Modifier les groupes"
3266
+
3267
+ #: dashboard/settings/roles.php:41
3268
+ msgid "Role to see and add/edit groups."
3269
+ msgstr "Rôle pour voir et ajouter/modifier les groupes."
3270
+
3271
+ #: dashboard/settings/roles.php:45
3272
+ msgid "Delete groups"
3273
+ msgstr "Effacer les groups"
3274
+
3275
+ #: dashboard/settings/roles.php:49
3276
+ msgid "Role to delete groups."
3277
+ msgstr "Rôle pour supprimer les groupes."
3278
+
3279
+ #: dashboard/settings/statistics.php:18
3280
+ msgid "Track statistics for your adverts."
3281
+ msgstr "Suivre les statistiques de vos annonces."
3282
+
3283
+ #: dashboard/settings/statistics.php:21
3284
+ msgid "How to track stats"
3285
+ msgstr "Comment suivre les statistiques"
3286
+
3287
+ #: dashboard/settings/statistics.php:24
3288
+ msgid "Disabled - Do not track stats"
3289
+ msgstr "Personnes handicapées - ne suivent pas les stats"
3290
+
3291
+ #: dashboard/settings/statistics.php:32
3292
+ msgid "Tracks impressions and clicks locally"
3293
+ msgstr "Suivi des impressions et des clics localement"
3294
+
3295
+ #: dashboard/settings/statistics.php:32 dashboard/settings/statistics.php:35
3296
+ #: dashboard/settings/statistics.php:38 dashboard/settings/statistics.php:44
3297
+ msgid "Setup guide"
3298
+ msgstr "Guide de configuration"
3299
+
3300
+ #: dashboard/settings/statistics.php:33
3301
+ msgid ""
3302
+ "Clicks and Impressions, Click and impression limits, impression spread for "
3303
+ "schedules. Javascript/HTML5 adverts will only track impressions."
3304
+ msgstr ""
3305
+ "Clics et impressions, Limites de clics et d’impression, impression répartie "
3306
+ "pour les horaires. Les publicités Javascript/HTML5 ne feront que suivre les "
3307
+ "impressions."
3308
+
3309
+ #: dashboard/settings/statistics.php:35
3310
+ msgid "Requires Google Global Tag tracker installed in your sites footer!"
3311
+ msgstr "Nécessite Google Global Tag tracker installé dans votre pied de sites!"
3312
+
3313
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:42
3314
+ msgid ""
3315
+ "Clicks and Impressions via events. Javascript/HTML5 adverts will only track "
3316
+ "impressions."
3317
+ msgstr ""
3318
+ "Clics et impressions via des événements. Les publicités Javascript/HTML5 ne "
3319
+ "feront que suivre les impressions."
3320
+
3321
+ #: dashboard/settings/statistics.php:38
3322
+ msgid ""
3323
+ "Requires Google Tag Manager installed in your sites head tag and a Google "
3324
+ "Analytics Account!"
3325
+ msgstr ""
3326
+ "Nécessite Google Tag Manager installé dans votre étiquette de tête de sites "
3327
+ "et un compte Google Analytics!"
3328
+
3329
+ #: dashboard/settings/statistics.php:39
3330
+ msgid ""
3331
+ "Clicks and Impressions via custom events. Javascript/HTML5 adverts will only "
3332
+ "track impressions."
3333
+ msgstr ""
3334
+ "Clics et impressions via des événements personnalisés. Les publicités "
3335
+ "Javascript/HTML5 ne feront que suivre les impressions."
3336
+
3337
+ #: dashboard/settings/statistics.php:41
3338
+ msgid ""
3339
+ "Maintained for backwards compatibility, please switch to Google Global Tag "
3340
+ "or Google Tag Manager."
3341
+ msgstr ""
3342
+ "Maintenu pour la compatibilité à l’envers, s’il vous plaît passer à Google "
3343
+ "Global Tag ou Google Tag Manager."
3344
+
3345
+ #: dashboard/settings/statistics.php:44
3346
+ msgid "Requires the Matomo tracker installed in your sites footer."
3347
+ msgstr "Nécessite le tracker Matomo installé dans votre pied de sites."
3348
+
3349
+ #: dashboard/settings/statistics.php:45
3350
+ msgid ""
3351
+ "Click and Impression recording via Cookie. Javascript/HTML5 adverts will "
3352
+ "only track impressions."
3353
+ msgstr ""
3354
+ "Cliquez et impression d’enregistrement via Cookie. Les publicités Javascript/"
3355
+ "HTML5 ne feront que suivre les impressions."
3356
+
3357
+ #: dashboard/settings/statistics.php:51
3358
+ msgid "AdRotate Tracker"
3359
+ msgstr "Suivi AdRotate"
3360
+
3361
+ #: dashboard/settings/statistics.php:52
3362
+ msgid ""
3363
+ "The settings below are for the internal tracker and have no effect when "
3364
+ "using Piwik/Google Analytics."
3365
+ msgstr ""
3366
+ "Les paramètres ci-dessous sont pour le tracker interne et n’ont aucun effet "
3367
+ "lors de l’utilisation de Piwik / Google Analytics."
3368
+
3369
+ #: dashboard/settings/statistics.php:55
3370
+ msgid "Logged in impressions"
3371
+ msgstr "Impressions enregistrées"
3372
+
3373
+ #: dashboard/settings/statistics.php:57
3374
+ msgid "Track impressions from logged in users."
3375
+ msgstr "Suivre les impressions des utilisateurs connectés."
3376
+
3377
+ #: dashboard/settings/statistics.php:61
3378
+ msgid "Logged in clicks"
3379
+ msgstr "Connecté en clics"
3380
+
3381
+ #: dashboard/settings/statistics.php:63
3382
+ msgid "Track clicks from logged in users."
3383
+ msgstr "Suivi des clics des utilisateurs connectés."
3384
+
3385
+ #: dashboard/settings/statistics.php:67
3386
+ msgid "Impression timer"
3387
+ msgstr "Minuterie d’impression"
3388
+
3389
+ #: dashboard/settings/statistics.php:69 dashboard/settings/statistics.php:76
3390
+ msgid "Seconds."
3391
+ msgstr "Secondes."
3392
+
3393
+ #: dashboard/settings/statistics.php:70
3394
+ msgid "Default: 60."
3395
+ msgstr "Par défaut: 60."
3396
+
3397
+ #: dashboard/settings/statistics.php:70
3398
+ msgid "This number may not be empty, be lower than 10 or exceed 3600 (1 hour)."
3399
+ msgstr ""
3400
+ "Ce nombre ne peut pas être vide, être inférieure à 10 ou dépasser 3 600 (1 "
3401
+ "heure)."
3402
+
3403
+ #: dashboard/settings/statistics.php:74
3404
+ msgid "Click timer"
3405
+ msgstr "Cliquez sur la minuterie"
3406
+
3407
+ #: dashboard/settings/statistics.php:77
3408
+ msgid "Default: 86400."
3409
+ msgstr "Par défaut : 86400."
3410
+
3411
+ #: dashboard/settings/statistics.php:77
3412
+ msgid ""
3413
+ "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3414
+ msgstr ""
3415
+ "Ce nombre ne peut pas être vide, être inférieure à 60 ou dépasser 86400 (24 "
3416
+ "heures)."
3417
+
3418
+ #: dashboard/support.php:25
3419
+ msgid "Support Forums"
3420
+ msgstr "Forums de support"
3421
+
3422
+ #: dashboard/support.php:27
3423
+ msgid ""
3424
+ "When you are stuck with AdRotate or AdRotate Pro, check the forums first. "
3425
+ "Chances are your question has already been asked and answered!"
3426
+ msgstr ""
3427
+ "Lorsque vous êtes coincé avec AdRotate ou AdRotate Pro, consultez d’abord "
3428
+ "les forums. Il y a de fortes chances que votre question ait déjà été posée "
3429
+ "et répondue!"
3430
+
3431
+ #: dashboard/support.php:27
3432
+ msgid ""
3433
+ "Next to the forum there are many manuals and guides available for almost "
3434
+ "every function and feature in the plugin."
3435
+ msgstr ""
3436
+ "À côté du forum il ya beaucoup de manuels et de guides disponibles pour "
3437
+ "presque toutes les fonctions et fonctionnalités dans le plugin."
3438
+
3439
+ #: dashboard/support.php:27
3440
+ msgid "Take a look at the AdRotate Manuals"
3441
+ msgstr "Jetez un oeil aux manuels adRotate"
3442
+
3443
+ #: dashboard/support.php:29 dashboard/support.php:30 dashboard/support.php:31
3444
+ #: dashboard/support.php:32 dashboard/support.php:33 dashboard/support.php:34
3445
+ msgid "View topics"
3446
+ msgstr "Afficher les sujets"
3447
+
3448
+ #: dashboard/support.php:83
3449
+ msgid "Premium Support available in AdRotate Pro"
3450
+ msgstr "Support Premium disponible en AdRotate Pro"
3451
+
3452
+ #: dashboard/support.php:86
3453
+ msgid "Premium support always comes first!"
3454
+ msgstr "Le support Premium passe toujours en premier !"
3455
+
3456
+ #: dashboard/support.php:86
3457
+ msgid "No queuing up on the forum..."
3458
+ msgstr "Pas de file d’attente sur le forum..."
3459
+
3460
+ #: dashboard/support.php:86
3461
+ msgid "Using this form includes essential information for a quick answer."
3462
+ msgstr ""
3463
+ "L’utilisation de ce formulaire comprend des informations essentielles pour "
3464
+ "une réponse rapide."
3465
+
3466
+ #: dashboard/support.php:86
3467
+ msgid "Available in AdRotate Professional!"
3468
+ msgstr "Disponible en AdRotate Professional!"
3469
+
3470
+ #: dashboard/support.php:88
3471
+ msgid "Your name:"
3472
+ msgstr "Votre nom :"
3473
+
3474
+ #: dashboard/support.php:89
3475
+ msgid "Your Email Address:"
3476
+ msgstr "Votre adresse électronique:"
3477
+
3478
+ #: dashboard/support.php:90
3479
+ msgid "Subject:"
3480
+ msgstr "Sujet:"
3481
+
3482
+ #: dashboard/support.php:91
3483
+ msgid "Problem description / Question:"
3484
+ msgstr "Description du problème / Question :"
3485
+
3486
+ #: dashboard/support.php:92
3487
+ msgid "Please log in to my website and take a look."
3488
+ msgstr "S’il vous plaît connectez-vous à mon site Web et jetez un oeil."
3489
+
3490
+ #: dashboard/support.php:94
3491
+ msgid "When you send this form the following data will be submitted:"
3492
+ msgstr "Lorsque vous envoyez ce formulaire, les données suivantes est soumis :"
3493
+
3494
+ #: dashboard/support.php:95
3495
+ msgid ""
3496
+ "Your name, Account email address, Your website url and some basic WordPress "
3497
+ "information will be included with the message."
3498
+ msgstr ""
3499
+ "Votre nom, adresse e-mail de compte, URL de votre site Web et quelques "
3500
+ "informations WordPress de base seront inclus dans le message."
3501
+
3502
+ #: dashboard/support.php:95
3503
+ msgid "This information is treated as confidential and is mandatory."
3504
+ msgstr "Cette information est traitée comme confidentielle et est obligatoire."
3505
+
3506
+ #: dashboard/support.php:98
3507
+ msgid "Get Help"
3508
+ msgstr "Aide"
3509
+
3510
+ #: dashboard/support.php:98
3511
+ msgid "Premium Support is available in AdRotate Pro!"
3512
+ msgstr "Premium Support est disponible dans AdRotate Pro!"
3513
+
3514
+ #~ msgid "[AdRotate] CSV Report!"
3515
+ #~ msgstr "[AdRotate] Rapport CSV!"
3516
+
3517
+ #~ msgid "Hello"
3518
+ #~ msgstr "Bonjour"
3519
+
3520
+ #~ msgid ""
3521
+ #~ "Attached in this email you will find the exported CSV file you generated "
3522
+ #~ "on "
3523
+ #~ msgstr ""
3524
+ #~ "Joint à ce courriel, vous trouverez le fichier CSV exporté que vous avez "
3525
+ #~ "généré "
3526
+
3527
+ #~ msgid "Have a nice day!"
3528
+ #~ msgstr "Bonne journée !"
3529
+
3530
+ #~ msgid "Your AdRotate Notifier"
3531
+ #~ msgstr "Votre notificateur AdRotate"
3532
+
3533
+ #~ msgid "advert(s) with errors!"
3534
+ #~ msgstr "advert(s) avec des erreurs !"
3535
+
3536
+ #~ msgid "advert(s) expired!"
3537
+ #~ msgstr "advert(s) a expiré !"
3538
+
3539
+ #~ msgid "advert(s) will expire in less than 2 days."
3540
+ #~ msgstr "annonce(s) expirera dans moins de 2 jours."
3541
+
3542
+ #, fuzzy
3543
+ #~ msgid "advert(s) will expire in less than a week."
3544
+ #~ msgstr "annonce)expirera dans moins d’une semaine."
3545
+
3546
+ #~ msgid "advert(s) have an unknown status."
3547
+ #~ msgstr "advert(s) ont un statut inconnu."
3548
+
3549
+ #, fuzzy
3550
+ #~ msgid "This notification is sent to you from your website"
3551
+ #~ msgstr "Cette notification vous est envoyée à partir de votre site Web"
3552
+
3553
+ #~ msgid "Access your dashboard here:"
3554
+ #~ msgstr "Accédez à votre tableau de bord ici :"
3555
+
3556
+ #~ msgid "[AdRotate]"
3557
+ #~ msgstr "AdRotate Pro"
3558
+
3559
+ #~ msgid ""
3560
+ #~ "You can reply to this message by clicking reply in your email client."
3561
+ #~ msgstr ""
3562
+ #~ "Vous pouvez répondre à ce message en cliquant sur répondre dans votre "
3563
+ #~ "client de messagerie."
3564
+
3565
+ #~ msgid "[AdRotate] An advertiser has put in a request for renewal!"
3566
+ #~ msgstr "[AdRotate] Un annonceur a effectué une demande de renouvellement !"
3567
+
3568
+ #~ msgid "[AdRotate] An advertiser wants his ad removed."
3569
+ #~ msgstr "[AdRotate] Un annonceur veut que son annonce soit retirée."
3570
+
3571
+ #~ msgid "[AdRotate] An advertiser wrote a comment on his ad!"
3572
+ #~ msgstr "[AdRotate] Un annonceur a écrit un commentaire sur son annonce !"
3573
+
3574
+ #~ msgid "[AdRotate] An advertiser has a problem!"
3575
+ #~ msgstr "[AdRotate] Un annonceur a un problème !"
3576
+
3577
+ #~ msgid "Hello moderator"
3578
+ #~ msgstr "Bonjour modérateur"
3579
+
3580
+ #~ msgid "requests ad"
3581
+ #~ msgstr "demande annonce"
3582
+
3583
+ #~ msgid "renewed!"
3584
+ #~ msgstr "renouvellée!"
3585
+
3586
+ #~ msgid "removed."
3587
+ #~ msgstr "supprimé."
3588
+
3589
+ #~ msgid "has something to say about ad"
3590
+ #~ msgstr "a quelque chose à propos d’ad"
3591
+
3592
+ #~ msgid "has a problem with AdRotate."
3593
+ #~ msgstr "a un problème avec AdRotate."
3594
+
3595
+ #~ msgid "Attached message:"
3596
+ #~ msgstr "Message ci-joint:"
3597
+
3598
+ #~ msgid "You can reply to this message to contact"
3599
+ #~ msgstr "Vous pouvez répondre à ce message contact"
3600
+
3601
+ #~ msgid "Review the ad here:"
3602
+ #~ msgstr "Vérifiez l’annonce ici :"
3603
+
3604
+ #~ msgid "Banner image saved"
3605
+ #~ msgstr "Bannière image sauvegardée"
3606
+
3607
+ #~ msgid "Advertiser updated"
3608
+ #~ msgstr "Annonceur mis à jour"
3609
+
3610
+ #, fuzzy
3611
+ #~ msgid "Asset(s) deleted"
3612
+ #~ msgstr "Actif (s) supprimé"
3613
+
3614
+ #, fuzzy
3615
+ #~ msgid ""
3616
+ #~ "Something went wrong deleting the file or folder. Make sure your "
3617
+ #~ "permissions are in order."
3618
+ #~ msgstr ""
3619
+ #~ "Quelque chose s’est mal passé en supprimant le fichier ou le dossier. "
3620
+ #~ "Assurez-vous que vos autorisations sont en ordre."
3621
+
3622
+ #~ msgid "Email(s) with reports successfully sent"
3623
+ #~ msgstr "Email(s) avec les rapports envoyés avec succès"
3624
+
3625
+ #~ msgid "Weight changed"
3626
+ #~ msgstr "Modifié les poids"
3627
+
3628
+ #~ msgid "Adverts imported"
3629
+ #~ msgstr "Annonces importées"
3630
+
3631
+ #~ msgid "Schedule saved"
3632
+ #~ msgstr "Horaire sauvegardé"
3633
+
3634
+ #~ msgid "Schedule(s) deleted"
3635
+ #~ msgstr "Horaire(s) supprimé"
3636
+
3637
+ #~ msgid "Advert(s) duplicated"
3638
+ #~ msgstr "Advert(s) dupliqué"
3639
+
3640
+ #~ msgid "Advert(s) archived"
3641
+ #~ msgstr "Advert(s) archivées"
3642
+
3643
+ #, fuzzy
3644
+ #~ msgid "Advert(s) moved to the trash"
3645
+ #~ msgstr "Publicité(s) déplacé à la poubelle"
3646
+
3647
+ #, fuzzy
3648
+ #~ msgid "Advert(s) restored from trash"
3649
+ #~ msgstr "Publicité(s) restaurée à partir de déchets"
3650
+
3651
+ #~ msgid "Your message has been sent."
3652
+ #~ msgstr "Votre message a été envoyé."
3653
+
3654
+ #, fuzzy
3655
+ #~ msgid "Header & ads.txt updated."
3656
+ #~ msgstr "En-tête - ads.txt mis à jour."
3657
+
3658
+ #~ msgid "Your message has been sent. Someone will be in touch shortly."
3659
+ #~ msgstr ""
3660
+ #~ "Votre message a été envoyé. Une personne sera très prochainement en "
3661
+ #~ "contact."
3662
+
3663
+ #, fuzzy
3664
+ #~ msgid "Advert submitted for review"
3665
+ #~ msgstr "Annonce soumise à l’examen"
3666
+
3667
+ #~ msgid "Advert updated and awaiting review"
3668
+ #~ msgstr "Annonce mise à jour et en attente d'examen"
3669
+
3670
+ #, fuzzy
3671
+ #~ msgid "Ad approved"
3672
+ #~ msgstr "Annonce approuvée"
3673
+
3674
+ #~ msgid "Ad(s) rejected"
3675
+ #~ msgstr "Annonce(s) rejetée"
3676
+
3677
+ #, fuzzy
3678
+ #~ msgid "Ad(s) queued"
3679
+ #~ msgstr "Annonce (s) en file d’attente"
3680
+
3681
+ #, fuzzy
3682
+ #~ msgid "Test notification sent"
3683
+ #~ msgstr "Notification de test envoyée"
3684
+
3685
+ #~ msgid "Test mailing sent"
3686
+ #~ msgstr "Test mailing envoyée"
3687
+
3688
+ #~ msgid ""
3689
+ #~ "The ad was saved but has an issue which might prevent it from working "
3690
+ #~ "properly. Please contact staff."
3691
+ #~ msgstr ""
3692
+ #~ "L'annonce a été sauvé, mais a un problème pourrait l'empêcher de "
3693
+ #~ "fonctionner correctement. Veuillez nous contacter."
3694
+
3695
+ #~ msgid "No file uploaded."
3696
+ #~ msgstr "Pas de fichier téléchargé."
3697
+
3698
+ #~ msgid "The file could not be read."
3699
+ #~ msgstr "Impossible de lire le fichier."
3700
+
3701
+ #, fuzzy
3702
+ #~ msgid "Wrong file type."
3703
+ #~ msgstr "Mauvais type de fichier."
3704
+
3705
+ #~ msgid "Wrong file type. No file uploaded."
3706
+ #~ msgstr "Type de fichier incorrect. Aucun fichier ne téléchargé."
3707
+
3708
+ #~ msgid "File is too large."
3709
+ #~ msgstr "Ce fichier est trop volumineux."
3710
+
3711
+ #, fuzzy
3712
+ #~ msgid "There was an error unzipping the file. Please try again later."
3713
+ #~ msgstr ""
3714
+ #~ "Il y a eu une erreur qui a décompressé le fichier. S’il vous plaît "
3715
+ #~ "essayer à nouveau plus tard."
3716
+
3717
+ #~ msgid "Invalid request"
3718
+ #~ msgstr "Requête invalide"
3719
+
3720
+ #~ msgid "No license key or email provided"
3721
+ #~ msgstr "Aucune clé de licence ou de courriel fournie"
3722
+
3723
+ #, fuzzy
3724
+ #~ msgid ""
3725
+ #~ "The request did not get through or the response was invalid. Contact "
3726
+ #~ "support."
3727
+ #~ msgstr ""
3728
+ #~ "La demande n’a pas été transmise ou la réponse a été invalide. Contactez-"
3729
+ #~ "vous."
3730
+
3731
+ #~ msgid "The email provided is invalid."
3732
+ #~ msgstr "L'email que vous avez fourni est invalide."
3733
+
3734
+ #~ msgid "Invalid license key."
3735
+ #~ msgstr "Clé de licence non valide."
3736
+
3737
+ #~ msgid "The purchase matching this product is not complete. Contact support."
3738
+ #~ msgstr ""
3739
+ #~ "L’achat correspondant à ce produit n’est pas complète. Contacter le "
3740
+ #~ "support technique."
3741
+
3742
+ #, fuzzy
3743
+ #~ msgid ""
3744
+ #~ "No remaining activations for this license. You can manage your license "
3745
+ #~ "activations from your account on ajdg.solutions."
3746
+ #~ msgstr ""
3747
+ #~ "Aucune activation restante pour cette licence. Vous pouvez gérer vos "
3748
+ #~ "activations de licence à partir de votre compte sur ajdg.solutions."
3749
+
3750
+ #, fuzzy
3751
+ #~ msgid "Could not (de)activate key. Contact support."
3752
+ #~ msgstr "Impossible (de) activer la clé. Contactez-vous."
3753
+
3754
+ #, fuzzy
3755
+ #~ msgid ""
3756
+ #~ "Woohoo! Thank you! Your license is now active. You can now use Premium "
3757
+ #~ "Support and AdRotate Geo."
3758
+ #~ msgstr ""
3759
+ #~ "Woohoo! Je vous remercie! Votre licence est maintenant active. Vous "
3760
+ #~ "pouvez maintenant utiliser Premium Support et AdRotate Geo."
3761
+
3762
+ #, fuzzy
3763
+ #~ msgid ""
3764
+ #~ "Also you will receive updates and support for one year of purchasing and "
3765
+ #~ "be notified via email when it is time to renew your license."
3766
+ #~ msgstr ""
3767
+ #~ "Vous recevrez également des mises à jour et un soutien pour un an d’achat "
3768
+ #~ "et serez avisé par e-mail quand il est temps de renouveler votre licence."
3769
+
3770
+ #, fuzzy
3771
+ #~ msgid "Your license is now de-activated"
3772
+ #~ msgstr "Votre licence est maintenant désactivée"
3773
+
3774
+ #, fuzzy
3775
+ #~ msgid "Thank you. Your licenses have been reset"
3776
+ #~ msgstr "Je vous remercie. Vos licences ont été réinitialisées"
3777
+
3778
+ #~ msgid ""
3779
+ #~ "This license can not be activated for networks. Please purchase a "
3780
+ #~ "Developer license."
3781
+ #~ msgstr ""
3782
+ #~ "Cette licence ne peut être activée pour les réseaux. Veuillez acheter une "
3783
+ #~ "licence réseau."
3784
+
3785
+ #~ msgid "File size exceeded."
3786
+ #~ msgstr "Taille max du fichier dépassée."
3787
+
3788
+ #~ msgid "Upload incomplete."
3789
+ #~ msgstr "Téléchargement incomplet."
3790
+
3791
+ #, fuzzy
3792
+ #~ msgid "Could not write file to server."
3793
+ #~ msgstr "Impossible d’écrire fichier au serveur."
3794
+
3795
+ #~ msgid "An unknown error occured, contact staff."
3796
+ #~ msgstr "Une erreur inconnue est survenue, contactez-nous."
3797
+
3798
+ #~ msgid "Something went wrong!"
3799
+ #~ msgstr "Un problème est survenu !"
3800
+
3801
+ #, fuzzy
3802
+ #~ msgid "Go back and try again. If the error persists, contact staff."
3803
+ #~ msgstr ""
3804
+ #~ "Retourne et essaie encore. Si l’erreur persiste, contactez le personnel."
3805
+
3806
+ #~ msgid "The file was either too large or not in the right format."
3807
+ #~ msgstr "Le fichier est trop grande ou n'a pas dans le bon format."
3808
+
3809
+ #~ msgid "Enable"
3810
+ #~ msgstr "Activer"
3811
+
3812
+ #~ msgid "Is this user an AdRotate Advertiser?"
3813
+ #~ msgstr "Est à cet utilisateur un annonceur AdRotate ?"
3814
+
3815
+ #~ msgid "Permissions"
3816
+ #~ msgstr "Permissions"
3817
+
3818
+ #, fuzzy
3819
+ #~ msgid "Can create and edit their own adverts?"
3820
+ #~ msgstr "Peut créer et modifier leurs propres publicités?"
3821
+
3822
+ #~ msgid "Can specify mobile devices?"
3823
+ #~ msgstr "Peut spécifier des appareils mobiles ?"
3824
+
3825
+ #~ msgid "Can use Geo Targeting?"
3826
+ #~ msgstr "Pouvez utiliser Geo Targeting ?"
3827
+
3828
+ #, fuzzy
3829
+ #~ msgid ""
3830
+ #~ "These settings only have effect if you enable the global setting in "
3831
+ #~ "AdRotate Settings."
3832
+ #~ msgstr ""
3833
+ #~ "Ces paramètres n’ont d’effet que si vous activez le paramètre global dans "
3834
+ #~ "les paramètres AdRotate."
3835
+
3836
+ #~ msgid "Notes"
3837
+ #~ msgstr "Notes"
3838
+
3839
+ #, fuzzy
3840
+ #~ msgid "Also visible in the advertiser profile."
3841
+ #~ msgstr "Également visible dans le profil de l’annonceur."
3842
+
3843
+ #, fuzzy, php-format
3844
+ #~ msgid ""
3845
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3846
+ #~ "geolocation/mobile restrictions or does not exist!"
3847
+ #~ msgstr ""
3848
+ #~ "Erreur, la pub n'est pas disponible en ce moment en raison de "
3849
+ #~ "restrictions horaires/géographiques ou n'existe pas!"
3850
+
3851
+ #, fuzzy
3852
+ #~ msgid ""
3853
+ #~ "You did not yet activate your AdRotate Professional license. Activate and "
3854
+ #~ "get updates, premium support and access to AdRotate Geo!"
3855
+ #~ msgstr ""
3856
+ #~ "Vous n’avez pas encore activé votre licence AdRotate Professional. "
3857
+ #~ "Activez et obtenez des mises à jour, un support premium et un accès à "
3858
+ #~ "AdRotate Geo !"
3859
+
3860
+ #~ msgid "Activate license"
3861
+ #~ msgstr "Activer la licence"
3862
+
3863
+ #, fuzzy
3864
+ #~ msgid "Your license has expired. Please consider getting a new license."
3865
+ #~ msgstr ""
3866
+ #~ "Votre licence a expiré. S’il vous plaît envisager d’obtenir une nouvelle "
3867
+ #~ "licence."
3868
+
3869
+ #, fuzzy
3870
+ #~ msgid "Get a discount"
3871
+ #~ msgstr "Obtenez un rabais"
3872
+
3873
+ #, fuzzy
3874
+ #~ msgid ""
3875
+ #~ "You have enabled email notifications but did not select anything to be "
3876
+ #~ "notified about. You are wasting server resources!"
3877
+ #~ msgstr ""
3878
+ #~ "Vous avez activé les notifications par e-mail mais n’avez rien choisi "
3879
+ #~ "pour être informé. Vous gaspillez les ressources du serveur!"
3880
+
3881
+ #~ msgid ""
3882
+ #~ "The AdRotate Geo service can only be used after you activate your license "
3883
+ #~ "for this website."
3884
+ #~ msgstr ""
3885
+ #~ "Le service AdRotate Geo utilisable uniquement après avoir activé votre "
3886
+ #~ "licence pour ce site."
3887
+
3888
+ #, fuzzy
3889
+ #~ msgid ""
3890
+ #~ "AdRotate Geo can only be used with a valid license. Your license has "
3891
+ #~ "expired. In order to continue to use AdRotate Geo please get a new "
3892
+ #~ "license."
3893
+ #~ msgstr ""
3894
+ #~ "AdRotate Geo ne peut être utilisé qu’avec une licence valide. Votre "
3895
+ #~ "licence a expiré. Afin de continuer à utiliser AdRotate Geo s’il vous "
3896
+ #~ "plaît obtenir une nouvelle licence."
3897
+
3898
+ #~ msgid "Buy a new license"
3899
+ #~ msgstr "Acheter une nouvelle licence"
3900
+
3901
+ #, php-format
3902
+ #~ msgid ""
3903
+ #~ "You are running out of Geo Lookups for AdRotate. You have less than %d "
3904
+ #~ "remaining lookups."
3905
+ #~ msgstr ""
3906
+ #~ "Vous exécutez hors recherches géo pour AdRotate. Vous avez moins que les "
3907
+ #~ "recherches par %d restants."
3908
+
3909
+ #, fuzzy
3910
+ #~ msgid ""
3911
+ #~ "AdRotate Geo is no longer working because you have no more lookups for "
3912
+ #~ "today. This resets at midnight UTC/GMT."
3913
+ #~ msgstr ""
3914
+ #~ "AdRotate Geo ne fonctionne plus parce que vous n’avez plus de recherches "
3915
+ #~ "pour aujourd’hui. Cela se réinitialise à minuit UTC/GMT."
3916
+
3917
+ #, fuzzy
3918
+ #~ msgid ""
3919
+ #~ "MaxMind Geo Targeting is no longer working because you have no more "
3920
+ #~ "lookups. Buy more lookups from the Maxmind website!"
3921
+ #~ msgstr ""
3922
+ #~ "MaxMind Geo Targeting ne fonctionne plus parce que vous n’avez plus de "
3923
+ #~ "recherches. Achetez plus de recherches sur le site Maxmind!"
3924
+
3925
+ #~ msgid ""
3926
+ #~ "Geo Targeting is not working because your MaxMind account details are "
3927
+ #~ "incomplete."
3928
+ #~ msgstr ""
3929
+ #~ "Geo Targeting ne fonctionne pas parce que les détails de votre compte de "
3930
+ #~ "MaxMind sont incomplètes."
3931
+
3932
+ #, fuzzy
3933
+ #~ msgid "Enter MaxMind account details"
3934
+ #~ msgstr "Entrez les détails du compte MaxMind"
3935
+
3936
+ #, fuzzy
3937
+ #~ msgid ""
3938
+ #~ "Geo Targeting is not working. Check if IP Geolocation is enabled in your "
3939
+ #~ "CloudFlare account."
3940
+ #~ msgstr ""
3941
+ #~ "Geo Targeting ne fonctionne pas. Vérifiez si la géolocalisation IP est "
3942
+ #~ "activée sur votre compte CloudFlare."
3943
+
3944
+ #, fuzzy
3945
+ #~ msgid ""
3946
+ #~ "Geo Targeting is not working because your Ipstack account API key is "
3947
+ #~ "missing."
3948
+ #~ msgstr ""
3949
+ #~ "Geo Targeting ne fonctionne pas parce que votre clé API de compte Ipstack "
3950
+ #~ "est manquante."
3951
+
3952
+ #~ msgid "Enter API key"
3953
+ #~ msgstr "Saisissez la clé d’API"
3954
+
3955
+ #, fuzzy
3956
+ #~ msgid "You can also ask questions via"
3957
+ #~ msgstr "Vous pouvez également poser des questions via"
3958
+
3959
+ #~ msgid "email"
3960
+ #~ msgstr "email"
3961
+
3962
+ #~ msgid "if you have a valid license."
3963
+ #~ msgstr "si vous possédez une licence."
3964
+
3965
+ #, fuzzy
3966
+ #~ msgid "Your adverts"
3967
+ #~ msgstr "Vos annonces"
3968
+
3969
+ #, fuzzy
3970
+ #~ msgid ""
3971
+ #~ "The overall stats do not take adverts from other advertisers into account."
3972
+ #~ msgstr ""
3973
+ #~ "Les statistiques globales ne tiennent pas compte des annonces d’autres "
3974
+ #~ "annonceurs."
3975
+
3976
+ #~ msgid "Your ads are published with"
3977
+ #~ msgstr "Vos annonces sont publiées avec"
3978
+
3979
+ #, fuzzy
3980
+ #~ msgid "is a registered trademark"
3981
+ #~ msgstr "est une marque déposée"
3982
+
3983
+ #~ msgid "Premium Support"
3984
+ #~ msgstr "Support Premium"
3985
+
3986
+ #~ msgid "Advertiser"
3987
+ #~ msgstr "Annonceur"
3988
+
3989
+ #~ msgid "Network Settings"
3990
+ #~ msgstr "Paramètres du réseau"
3991
+
3992
+ #, fuzzy
3993
+ #~ msgid "Header & ads.txt"
3994
+ #~ msgstr "En-tête - ads.txt"
3995
+
3996
+ #~ msgid "Queue"
3997
+ #~ msgstr "File d'attente"
3998
+
3999
+ #~ msgid "Archive"
4000
+ #~ msgstr "Archive"
4001
+
4002
+ #~ msgid "Trash"
4003
+ #~ msgstr "Corbeille"
4004
+
4005
+ #~ msgid "All Users"
4006
+ #~ msgstr "Tous les utilisateurs"
4007
+
4008
+ #~ msgid "New User"
4009
+ #~ msgstr "Nouvel utilisateur"
4010
+
4011
+ #~ msgid "Tools"
4012
+ #~ msgstr "Outils"
4013
+
4014
+ #~ msgid "Notice"
4015
+ #~ msgstr "Avis"
4016
+
4017
+ #~ msgid "No ads for user."
4018
+ #~ msgstr "Aucune annonce pour l’utilisateur."
4019
+
4020
+ #, fuzzy
4021
+ #~ msgid "Primary site"
4022
+ #~ msgstr "Site principal"
4023
+
4024
+ #~ msgid ""
4025
+ #~ "Enter the site id for the site you will publish adverts from. This is "
4026
+ #~ "usually id 1."
4027
+ #~ msgstr ""
4028
+ #~ "Entrez le code de site du site de que vous publieront annonces. Il s’agit "
4029
+ #~ "généralement d’id 1."
4030
+
4031
+ #~ msgid "Enable dashboard on sites"
4032
+ #~ msgstr "Activez le tableau de bord sur sites"
4033
+
4034
+ #, fuzzy
4035
+ #~ msgid ""
4036
+ #~ "Enabled by default. This allows admins of those sites to create and "
4037
+ #~ "manage adverts with AdRotate Pro just like you do from your primary site. "
4038
+ #~ "Caution: May cause group id conflicts when using cross site adverts, use "
4039
+ #~ "with care!"
4040
+ #~ msgstr ""
4041
+ #~ "Activé par défaut. Cela permet aux administrateurs de ces sites de créer "
4042
+ #~ "et de gérer des publicités avec AdRotate Pro comme vous le faites à "
4043
+ #~ "partir de votre site principal. Attention : Peut causer des conflits "
4044
+ #~ "d’identification de groupe lors de l’utilisation d’annonces cross site, "
4045
+ #~ "utilisez avec soin!"
4046
+
4047
+ #, fuzzy
4048
+ #~ msgid "Network License"
4049
+ #~ msgstr "Licence réseau"
4050
+
4051
+ #~ msgid ""
4052
+ #~ "Activate your AdRotate License here to receive automated updates and "
4053
+ #~ "enable support via the fast and personal ticket system."
4054
+ #~ msgstr ""
4055
+ #~ "Activer votre licence AdRotate ici pour recevoir des mises à jour "
4056
+ #~ "automatiques et activer le support via le système de billetterie rapide "
4057
+ #~ "et personnel."
4058
+
4059
+ #, fuzzy
4060
+ #~ msgid "For network activated setups like this you need a Developer License."
4061
+ #~ msgstr ""
4062
+ #~ "Pour les configurations activées par réseau comme celle-ci, vous avez "
4063
+ #~ "besoin d’une licence de développeur."
4064
+
4065
+ #~ msgid "License Type"
4066
+ #~ msgstr "Type de licence"
4067
+
4068
+ #~ msgid "Not activated - Not eligible for support and updates."
4069
+ #~ msgstr "Non activé - Non éligible pour le soutien et les mises à jour."
4070
+
4071
+ #, fuzzy
4072
+ #~ msgid ""
4073
+ #~ "Your license has expired. In order to continue to receive updates, "
4074
+ #~ "support and access to AdRotate Geo please get a new license."
4075
+ #~ msgstr ""
4076
+ #~ "Votre licence a expiré. Afin de continuer à recevoir des mises à jour, le "
4077
+ #~ "soutien et l’accès à AdRotate Geo s’il vous plaît obtenir une nouvelle "
4078
+ #~ "licence."
4079
+
4080
+ #, fuzzy
4081
+ #~ msgid ""
4082
+ #~ "As a thank you for your continued use and support of AdRotate Pro you can "
4083
+ #~ "get a new license at a special discounted price."
4084
+ #~ msgstr ""
4085
+ #~ "En remerciement de votre utilisation continue et le soutien d’AdRotate "
4086
+ #~ "Pro, vous pouvez obtenir une nouvelle licence à un prix réduit spécial."
4087
+
4088
+ #, fuzzy
4089
+ #~ msgid "Get a new license"
4090
+ #~ msgstr "Obtenir une nouvelle licence"
4091
+
4092
+ #~ msgid "License Email"
4093
+ #~ msgstr "E-mail de licence"
4094
+
4095
+ #~ msgid "The email address you used in your purchase of AdRotate Pro."
4096
+ #~ msgstr "L’adresse e-mail utilisée dans votre achat de AdRotate Pro."
4097
+
4098
+ #~ msgid "You can find the license key in your order email."
4099
+ #~ msgstr "Vous pouvez trouver la clé de licence dans votre email de commande."
4100
+
4101
+ #, fuzzy
4102
+ #~ msgid ""
4103
+ #~ "If you have installed AdRotate Pro for a client or in a multisite setup "
4104
+ #~ "and want to hide the License Key, Email address from them."
4105
+ #~ msgstr ""
4106
+ #~ "Si vous avez installé AdRotate Pro pour un client ou dans une "
4107
+ #~ "installation réseau et vous voulez cacher les détails du serveur de vos "
4108
+ #~ "utilisateurs ou client. "
4109
+
4110
+ #~ msgid "Force de-activate"
4111
+ #~ msgstr "Force de désactiver cette fonction"
4112
+
4113
+ #, fuzzy
4114
+ #~ msgid ""
4115
+ #~ "If your license has expired you may need to force de-activate the old "
4116
+ #~ "license before you can activate the new key."
4117
+ #~ msgstr ""
4118
+ #~ "Si votre licence a expiré, vous devrez peut-être forcer à désactiver "
4119
+ #~ "l’ancienne licence avant de pouvoir activer la nouvelle clé."
4120
+
4121
+ #~ msgid "De-activate"
4122
+ #~ msgstr "Desactivate"
4123
+
4124
+ #~ msgid "Group:"
4125
+ #~ msgstr "Groupe:"
4126
+
4127
+ #, fuzzy
4128
+ #~ msgid "Wrapper before:"
4129
+ #~ msgstr "Emballage avant:"
4130
+
4131
+ #, fuzzy
4132
+ #~ msgid "Wrapper after:"
4133
+ #~ msgstr "Emballage après:"
4134
+
4135
+ #~ msgid "Simple HTML to center an advert or apply a paragraph for example."
4136
+ #~ msgstr ""
4137
+ #~ "HTML simple pour centrer une annonce ou pour appliquer un paragraphe par "
4138
+ #~ "exemple."
4139
+
4140
+ #~ msgid "Advert:"
4141
+ #~ msgstr "Annonce:"
4142
+
4143
+ #, fuzzy
4144
+ #~ msgid "-- Choose an advert --"
4145
+ #~ msgstr "-- Choisissez une annonce --"
4146
+
4147
+ #~ msgid "NOTE: This widget has Post Injection enabled!"
4148
+ #~ msgstr "REMARQUE : Ce widget a Post Injection activée !"
4149
+
4150
+ #, fuzzy
4151
+ #~ msgid "-- Choose a group --"
4152
+ #~ msgstr "-- Choisissez un groupe --"
4153
+
4154
+ #~ msgid "Please contact staff, click tracking is not active!"
4155
+ #~ msgstr ""
4156
+ #~ "Veuillez communiquer avec le personnel, cliquez sur suivi n’est pas "
4157
+ #~ "actif !"
4158
+
4159
+ #~ msgid "Please contact staff if you don't know what this means."
4160
+ #~ msgstr ""
4161
+ #~ "Si vous ne savez pas ce que cela signifie, veuillez communiquer avec le "
4162
+ #~ "personnel."
4163
+
4164
+ #, fuzzy
4165
+ #~ msgid "This advert has no schedules!"
4166
+ #~ msgstr "Cette annonce n’a pas d’horaires!"
4167
+
4168
+ #~ msgid ""
4169
+ #~ "Clicktracking is enabled but no valid link/tag was found in the adcode!"
4170
+ #~ msgstr ""
4171
+ #~ "Clicktracking est activée, mais aucun lien/balise valide a été trouvé "
4172
+ #~ "dans l’adcode !"
4173
+
4174
+ #, fuzzy
4175
+ #~ msgid ""
4176
+ #~ "Correct your adcode or contact staff if you don't know what this means."
4177
+ #~ msgstr ""
4178
+ #~ "Corrigez votre code d’annonce ou contactez le personnel si vous ne savez "
4179
+ #~ "pas ce que cela signifie."
4180
+
4181
+ #, fuzzy
4182
+ #~ msgid ""
4183
+ #~ "Please contact staff, CPC is enabled but clicktracking is not active!"
4184
+ #~ msgstr ""
4185
+ #~ "S’il vous plaît contacter le personnel, CPC est activé, mais "
4186
+ #~ "clicktracking n’est pas actif!"
4187
+
4188
+ #~ msgid ""
4189
+ #~ "This advert has been rejected by staff Please adjust the ad to conform "
4190
+ #~ "with the requirements!"
4191
+ #~ msgstr ""
4192
+ #~ "Cette annonce a été rejetée par le personnel S'il vous plaît ajuster "
4193
+ #~ "l'annonce pour se conformer aux exigences!"
4194
+
4195
+ #~ msgid "This advert is queued and awaiting review!"
4196
+ #~ msgstr "Cette annonce est en attente et en attente de révision !"
4197
+
4198
+ #, fuzzy
4199
+ #~ msgid "This ad is expired and currently not rotating!"
4200
+ #~ msgstr "Cette annonce est expirée et actuellement ne tourne pas!"
4201
+
4202
+ #~ msgid "This ad has been disabled and is not rotating!"
4203
+ #~ msgstr "Cette annonce a été désactivée et ne tourne pas !"
4204
+
4205
+ #~ msgid ""
4206
+ #~ "This advert is approved and currently showing on the site! Saving the "
4207
+ #~ "advert now will put it in the moderation queue for review!"
4208
+ #~ msgstr ""
4209
+ #~ "Cette annonce est approuvée et affichés sur le site ! Enregistrer "
4210
+ #~ "l’annonce maintenant il mettra dans la file d’attente de modération pour "
4211
+ #~ "l’examen !"
4212
+
4213
+ #~ msgid "Title"
4214
+ #~ msgstr "Titre"
4215
+
4216
+ #~ msgid "For your and the staffs reference."
4217
+ #~ msgstr "Pour votre et la référence des États-majors."
4218
+
4219
+ #~ msgid "Live Preview"
4220
+ #~ msgstr "Aperçu en direct"
4221
+
4222
+ #~ msgid "Upload a file"
4223
+ #~ msgstr "Télécharger un fichier"
4224
+
4225
+ #~ msgid "Accepted files are:"
4226
+ #~ msgstr "Les fichiers acceptés sont :"
4227
+
4228
+ #, fuzzy
4229
+ #~ msgid "Use either the upload option or the dropdown menu."
4230
+ #~ msgstr "Utilisez soit l’option de téléchargement, soit le menu de dépôt."
4231
+
4232
+ #~ msgid "Device"
4233
+ #~ msgstr "Appareil"
4234
+
4235
+ #~ msgid "Computers"
4236
+ #~ msgstr "Ordinateurs"
4237
+
4238
+ #, fuzzy
4239
+ #~ msgid ""
4240
+ #~ "Operating system detection only detects iOS/Android/Others or neither. "
4241
+ #~ "Only works if Smartphones and/or Tablets is enabled."
4242
+ #~ msgstr ""
4243
+ #~ "La détection du système d’exploitation ne détecte iOS/Android/Autres ou "
4244
+ #~ "ni l’un ni l’autre. Fonctionne uniquement si les smartphones et/ou "
4245
+ #~ "tablettes sont activés."
4246
+
4247
+ #~ msgid "Others"
4248
+ #~ msgstr "Autres"
4249
+
4250
+ #~ msgid ""
4251
+ #~ "Select where your ad should be visible. If your desired group/location is "
4252
+ #~ "not listed or the specification is unclear contact your publisher."
4253
+ #~ msgstr ""
4254
+ #~ "Sélectionnez où votre annonce doit être visible. Si votre groupe/"
4255
+ #~ "emplacement souhaité ne figure pas ou ne sait pas la spécification "
4256
+ #~ "contacter votre éditeur."
4257
+
4258
+ #, fuzzy
4259
+ #~ msgid "Choose Schedules"
4260
+ #~ msgstr "Choisissez des horaires"
4261
+
4262
+ #~ msgid ""
4263
+ #~ "Select when your ad should be visible. If your desired timeframe is not "
4264
+ #~ "listed contact your publisher."
4265
+ #~ msgstr ""
4266
+ #~ "Sélectionnez votre annonce doit être visible. Si votre délai souhaité ne "
4267
+ #~ "figure pas, contactez votre éditeur."
4268
+
4269
+ #~ msgid "In use by this advert."
4270
+ #~ msgstr "En cours d’utilisation par cette annonce."
4271
+
4272
+ #~ msgid "Submit ad for review"
4273
+ #~ msgstr "Soumettre à relecture"
4274
+
4275
+ #~ msgid "Editing and creating adverts is not available right now"
4276
+ #~ msgstr "Édition et création d’annonces n’est pas disponible dès maintenant"
4277
+
4278
+ #, fuzzy
4279
+ #~ msgid ""
4280
+ #~ "The administrator has disabled editing of adverts. Contact your "
4281
+ #~ "representative if you think this is incorrect."
4282
+ #~ msgstr ""
4283
+ #~ "L’administrateur a désactivé l’édition des publicités. Contactez votre "
4284
+ #~ "représentant si vous pensez que c’est incorrect."
4285
+
4286
+ #~ msgid ""
4287
+ #~ "The adverts in here are disabled but kept for reference or later use."
4288
+ #~ msgstr ""
4289
+ #~ "Les annonces ici sont désactivées, mais conservés pour référence ou d’une "
4290
+ #~ "utilisation ultérieure."
4291
+
4292
+ #, fuzzy
4293
+ #~ msgid "Queued Adverts"
4294
+ #~ msgstr "Annonces en file d’attente"
4295
+
4296
+ #~ msgid ""
4297
+ #~ "Adverts listed here are queued for review, awaiting payment, rejected by "
4298
+ #~ "a reviewer or have a configuration error."
4299
+ #~ msgstr ""
4300
+ #~ "Annonces répertoriées ici sont en attente d’examen, en attente de "
4301
+ #~ "paiement, rejeté par un relecteur ou ont une erreur de configuration."
4302
+
4303
+ #~ msgid "Budget:"
4304
+ #~ msgstr "Budget :"
4305
+
4306
+ #~ msgid "CPC:"
4307
+ #~ msgstr "Le C.P.C :"
4308
+
4309
+ #~ msgid "CPM:"
4310
+ #~ msgstr "CPM:"
4311
+
4312
+ #~ msgid "Rejected"
4313
+ #~ msgstr "Rejeté"
4314
+
4315
+ #~ msgid "Summary"
4316
+ #~ msgstr "Résumé"
4317
+
4318
+ #~ msgid "Overall statistics over active adverts"
4319
+ #~ msgstr "Statistiques globales sur les annonces actives"
4320
+
4321
+ #~ msgid "Best performing advert"
4322
+ #~ msgstr "Meilleure exécution annonce"
4323
+
4324
+ #~ msgid "with"
4325
+ #~ msgstr "avec"
4326
+
4327
+ #~ msgid "clicks."
4328
+ #~ msgstr "clics."
4329
+
4330
+ #~ msgid "No advert stands out at this time."
4331
+ #~ msgstr "Aucune annonce se distingue en ce moment."
4332
+
4333
+ #, fuzzy
4334
+ #~ msgid "Least performing advert"
4335
+ #~ msgstr "Publicité la moins performante"
4336
+
4337
+ #~ msgid "Export options for montly overview"
4338
+ #~ msgstr "Options d’exportation pour aperçu mensuel"
4339
+
4340
+ #~ msgid "Select period"
4341
+ #~ msgstr "Choisir une période"
4342
+
4343
+ #~ msgid "Email options"
4344
+ #~ msgstr "Options d&rsquo;e-mail"
4345
+
4346
+ #, fuzzy
4347
+ #~ msgid ""
4348
+ #~ "Maximum of 3 email addresses, comma seperated. Leave empty to download "
4349
+ #~ "the CSV file instead."
4350
+ #~ msgstr ""
4351
+ #~ "Maximum de 3 adresses e-mail, virgule ségrémentée. Laissez vide pour "
4352
+ #~ "télécharger le fichier CSV à la place."
4353
+
4354
+ #~ msgid "Export"
4355
+ #~ msgstr "Exporter"
4356
+
4357
+ #~ msgid "Download or email your selected timeframe as a CSV file."
4358
+ #~ msgstr ""
4359
+ #~ "Télécharger ou envoyer votre calendrier sélectionné dans un fichier CSV."
4360
+
4361
+ #~ msgid ""
4362
+ #~ "These are active and currently in the pool of adverts shown on the "
4363
+ #~ "website."
4364
+ #~ msgstr ""
4365
+ #~ "Ceux-ci sont actifs et actuellement dans la piscine de publicités "
4366
+ #~ "figurant sur le site."
4367
+
4368
+ #~ msgid "Statistics for"
4369
+ #~ msgstr "Statistiques"
4370
+
4371
+ #~ msgid "Clicks today"
4372
+ #~ msgstr "Clicks aujourd'hui"
4373
+
4374
+ #~ msgid "Impressions last month"
4375
+ #~ msgstr "Le mois dernier d’impressions"
4376
+
4377
+ #, fuzzy
4378
+ #~ msgid "Clicks last month"
4379
+ #~ msgstr "Clique le mois dernier"
4380
+
4381
+ #~ msgid "Impressions this month"
4382
+ #~ msgstr "Impressions ce mois-ci"
4383
+
4384
+ #~ msgid "Clicks this month"
4385
+ #~ msgstr "Clics ce mois-ci"
4386
+
4387
+ #~ msgid "Periodic overview of clicks and impressions"
4388
+ #~ msgstr "Présentation périodique de clics et d’impressions"
4389
+
4390
+ #, fuzzy
4391
+ #~ msgid "Shown from"
4392
+ #~ msgstr "Montré de"
4393
+
4394
+ #, fuzzy
4395
+ #~ msgid "Shown until"
4396
+ #~ msgstr "Présenté jusqu’à"
4397
+
4398
+ #~ msgid "Used"
4399
+ #~ msgstr "Utilisé"
4400
+
4401
+ #~ msgid "Max Impressions"
4402
+ #~ msgstr "Impressions"
4403
+
4404
+ #~ msgid ""
4405
+ #~ "This is because of CSS differences. The themes CSS file is not active "
4406
+ #~ "here!"
4407
+ #~ msgstr ""
4408
+ #~ "Les différences dans le CSS causent ces soucis. Le CSS de votre thème "
4409
+ #~ "n'est pas actif ici!"
4410
+
4411
+ #~ msgid "Export options"
4412
+ #~ msgstr "Options d’importation"
4413
+
4414
+ #~ msgid "Whole year"
4415
+ #~ msgstr "Toute l’année"
4416
+
4417
+ #~ msgid "Invalid ad ID."
4418
+ #~ msgstr "Invalid ID de l'annonce."
4419
+
4420
+ #~ msgid "Queued"
4421
+ #~ msgstr "File d'attente"
4422
+
4423
+ #~ msgid "Subject"
4424
+ #~ msgstr "Sujet"
4425
+
4426
+ #, fuzzy
4427
+ #~ msgid "Advert/Campaign"
4428
+ #~ msgstr "Publicité/Campagne"
4429
+
4430
+ #~ msgid "No advert in particular"
4431
+ #~ msgstr "Aucune annonce en particulier"
4432
+
4433
+ #, fuzzy
4434
+ #~ msgid "Short message"
4435
+ #~ msgstr "Message court"
4436
+
4437
+ #~ msgid "Send"
4438
+ #~ msgstr "Envoyer"
4439
+
4440
+ #~ msgid ""
4441
+ #~ "These are users marked as Advertisers. You can add more advertisers by "
4442
+ #~ "editing existing users or creating new users."
4443
+ #~ msgstr ""
4444
+ #~ "Il s’agit d’utilisateurs marqués comme annonceurs. Vous pouvez ajouter "
4445
+ #~ "plus d’annonceurs en éditant les utilisateurs existants ou créer de "
4446
+ #~ "nouveaux utilisateurs."
4447
+
4448
+ #, fuzzy
4449
+ #~ msgid "Email"
4450
+ #~ msgstr "E-mail"
4451
+
4452
+ #~ msgid "Contact"
4453
+ #~ msgstr "Contact"
4454
+
4455
+ #, fuzzy
4456
+ #~ msgid "Has no adverts"
4457
+ #~ msgstr "N’a pas de publicités"
4458
+
4459
+ #~ msgid "Advertiser Profile"
4460
+ #~ msgstr "Profil de l’annonceur"
4461
+
4462
+ #~ msgid "Profile"
4463
+ #~ msgstr "Profil"
4464
+
4465
+ #~ msgid "Who"
4466
+ #~ msgstr "Qui"
4467
+
4468
+ #~ msgid "No HTML/Javascript or code allowed."
4469
+ #~ msgstr "Pas de HTML/Javascript ou le code autorisé."
4470
+
4471
+ #, fuzzy
4472
+ #~ msgid "Create and edit their own adverts?"
4473
+ #~ msgstr "Créer et modifier leurs propres publicités ?"
4474
+
4475
+ #~ msgid "Specify devices for mobile adverts?"
4476
+ #~ msgstr "Spécifier les dispositifs pour les annonces mobiles ?"
4477
+
4478
+ #~ msgid "Can set up Geo Targeting?"
4479
+ #~ msgstr "Pouvez configurer Geo Targeting ?"
4480
+
4481
+ #~ msgid "Save"
4482
+ #~ msgstr "Sauvegarder"
4483
+
4484
+ #~ msgid "Back"
4485
+ #~ msgstr "Retour"
4486
+
4487
+ #, fuzzy
4488
+ #~ msgid "ads.txt"
4489
+ #~ msgstr "ads.txt annonces"
4490
+
4491
+ #, fuzzy
4492
+ #~ msgid ""
4493
+ #~ "Add authorized publishers here to make sure the adverts you display are "
4494
+ #~ "legitimate. Only applies to advertising networks. The use of ads.txt is "
4495
+ #~ "optional."
4496
+ #~ msgstr ""
4497
+ #~ "Ajoutez des éditeurs autorisés ici pour vous assurer que les publicités "
4498
+ #~ "que vous affichez sont légitimes. Ne s’applique qu’aux réseaux "
4499
+ #~ "publicitaires. L’utilisation de ads.txt est facultative."
4500
+
4501
+ #, fuzzy
4502
+ #~ msgid ""
4503
+ #~ "An authorization consists of 3 or 4 parts; domainname, Publisher ID, Type "
4504
+ #~ "[, Authority ID]. Comment lines are prefixed with a #."
4505
+ #~ msgstr ""
4506
+ #~ "Une autorisation se compose de 3 ou 4 parties; domainname, Publisher ID, "
4507
+ #~ "Type [, Id d’Autorité]. Les lignes de commentaires sont préfixées avec un "
4508
+ #~ "' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '"
4509
+
4510
+ #, fuzzy
4511
+ #~ msgid ""
4512
+ #~ "Typos and wrong information may result in missing adverts or the wrong "
4513
+ #~ "adverts being shown on your website."
4514
+ #~ msgstr ""
4515
+ #~ "Les typos et les mauvaises informations peuvent entraîner des publicités "
4516
+ #~ "manquantes ou des fausses annonces affichées sur votre site Web."
4517
+
4518
+ #, fuzzy
4519
+ #~ msgid "Header Snippet"
4520
+ #~ msgstr "Extrait d’en-tête"
4521
+
4522
+ #, fuzzy
4523
+ #~ msgid ""
4524
+ #~ "Use this field for code from adverts that require a piece of code in the "
4525
+ #~ "header. Some newer Google AdSense adverts require this."
4526
+ #~ msgstr ""
4527
+ #~ "Utilisez ce champ pour le code à partir de publicités qui nécessitent un "
4528
+ #~ "morceau de code dans l’en-tête. Certaines nouvelles annonces Google "
4529
+ #~ "AdSense l’exigent."
4530
+
4531
+ #, fuzzy
4532
+ #~ msgid ""
4533
+ #~ "Make sure you paste the code exactly as provided without alterations. If "
4534
+ #~ "you have more than one snippet paste them under each other on a new line."
4535
+ #~ msgstr ""
4536
+ #~ "Assurez-vous de coller le code exactement comme prévu sans modifications. "
4537
+ #~ "Si vous avez plus d’un extrait les coller les uns sous l’autre sur une "
4538
+ #~ "nouvelle ligne."
4539
+
4540
+ #, fuzzy
4541
+ #~ msgid ""
4542
+ #~ "If you have multiple snippets but some are identical you should only use "
4543
+ #~ "one snippet."
4544
+ #~ msgstr ""
4545
+ #~ "Si vous avez plusieurs extraits, mais certains sont identiques, vous ne "
4546
+ #~ "devriez utiliser qu’un seul extrait."
4547
+
4548
+ #~ msgid "Archived Adverts"
4549
+ #~ msgstr "Annonces archivées"
4550
+
4551
+ #~ msgid ""
4552
+ #~ "The archive is a way of permanently disabling adverts. Archiving adverts "
4553
+ #~ "is meant to preserve stats and/or settings. While you can edit the "
4554
+ #~ "adverts, you can not activate them again. They can however be duplicated "
4555
+ #~ "to new adverts which you can use."
4556
+ #~ msgstr ""
4557
+ #~ "L’archive est un moyen de désactiver définitivement annonces. Archivage "
4558
+ #~ "des annonces est destinée à préserver les paramètres et/ou ses stats. "
4559
+ #~ "Alors que vous pouvez modifier les annonces, vous ne pouvez pas les "
4560
+ #~ "activer à nouveau. Ils peuvent toutefois être dupliqué à de nouvelles "
4561
+ #~ "annonces que vous pouvez utiliser."
4562
+
4563
+ #, fuzzy
4564
+ #~ msgid ""
4565
+ #~ "Archived adverts have their stats moved to a separate database table "
4566
+ #~ "which may increase the overall speed of your site."
4567
+ #~ msgstr ""
4568
+ #~ "Les annonces archivées ont leurs statistiques transférées à une table de "
4569
+ #~ "base de données séparée qui peut augmenter la vitesse globale de votre "
4570
+ #~ "site."
4571
+
4572
+ #~ msgid "Caution:"
4573
+ #~ msgstr "Attention :"
4574
+
4575
+ #~ msgid ""
4576
+ #~ "Archiving multiple adverts at the same time may slow down your site, in "
4577
+ #~ "some cases a lot of data has to be moved. Not every hosting provider "
4578
+ #~ "allows you to move large quantities of data. To avoid this, archive one "
4579
+ #~ "or two adverts at a time."
4580
+ #~ msgstr ""
4581
+ #~ "Archivage des annonces multiples en même temps peut-être ralentir votre "
4582
+ #~ "site, dans certains cas, qu'une grande quantité de données doit être "
4583
+ #~ "déplacé. Pas chaque hébergeur vous permet de déplacer de grandes "
4584
+ #~ "quantités de données. Pour éviter cela, Archives des annonces d’un ou "
4585
+ #~ "deux à la fois."
4586
+
4587
+ #~ msgid "Duplicate"
4588
+ #~ msgstr "Dupliquer"
4589
+
4590
+ #, fuzzy
4591
+ #~ msgid "Delete (Permanently)"
4592
+ #~ msgstr "Supprimer (de façon permanente)"
4593
+
4594
+ #~ msgid "Export to XML"
4595
+ #~ msgstr "Exporter au format XML"
4596
+
4597
+ #~ msgid "Advertiser:"
4598
+ #~ msgstr "Annonceur:"
4599
+
4600
+ #~ msgid ""
4601
+ #~ "These adverts are temporarily disabled. You can archive adverts to "
4602
+ #~ "permanently disable them."
4603
+ #~ msgstr ""
4604
+ #~ "Ces publicités sont temporairement désactivées. Vous pouvez archiver les "
4605
+ #~ "annonces pour les désactiver en permanence."
4606
+
4607
+ #~ msgid ""
4608
+ #~ "Archiving adverts moves gathered statistics away from the live database "
4609
+ #~ "which may speed up your website."
4610
+ #~ msgstr ""
4611
+ #~ "Archivage des annonces déplace statistiques loin de la base de données "
4612
+ #~ "active qui peut accélérer votre site Web."
4613
+
4614
+ #~ msgid "Archive (Permanently)"
4615
+ #~ msgstr "Archive (en permanence)"
4616
+
4617
+ #~ msgid "Move to Trash"
4618
+ #~ msgstr "Mettre à la corbeille"
4619
+
4620
+ #, fuzzy
4621
+ #~ msgid "Devices:"
4622
+ #~ msgstr "Dispositifs:"
4623
+
4624
+ #~ msgid "Weight:"
4625
+ #~ msgstr "Poids :"
4626
+
4627
+ #, fuzzy
4628
+ #~ msgid "You have set an advertiser but didn't enable tracking!"
4629
+ #~ msgstr "Vous avez défini un annonceur mais n’avez pas permis le suivi!"
4630
+
4631
+ #~ msgid ""
4632
+ #~ "There is a problem saving the asset. Please try again with the media "
4633
+ #~ "picker and re-save the advert!"
4634
+ #~ msgstr ""
4635
+ #~ "Il y a un problème d’enregistrement de l’actif. S’il vous plaît essayer "
4636
+ #~ "de nouveau avec le sélecteur de média et le ré-enregistrer l’annonce !"
4637
+
4638
+ #, fuzzy
4639
+ #~ msgid ""
4640
+ #~ "This advert has run out of budget. Add more budget to the advert or reset "
4641
+ #~ "the rate to zero!"
4642
+ #~ msgstr ""
4643
+ #~ "Cette annonce a manqué de budget. Ajoutez plus de budget à l’annonce ou "
4644
+ #~ "réinitialisez le taux à zéro!"
4645
+
4646
+ #~ msgid "CPC is enabled but Tracking is not active!"
4647
+ #~ msgstr "CPC est activée mais suivi n’est pas actif !"
4648
+
4649
+ #, fuzzy
4650
+ #~ msgid "Advert has no devices selected!"
4651
+ #~ msgstr "Advert n’a pas d’appareils sélectionnés!"
4652
+
4653
+ #, fuzzy
4654
+ #~ msgid "Advert has no operating systems selected!"
4655
+ #~ msgstr "Advert n’a pas de systèmes d’exploitation sélectionnés!"
4656
+
4657
+ #~ msgid ""
4658
+ #~ "AdRotate cannot find an error but the advert is marked erroneous, check "
4659
+ #~ "the settings and try re-saving the advert!"
4660
+ #~ msgstr ""
4661
+ #~ "AdRotate impossible de trouver une erreur, mais l’annonce est marquée "
4662
+ #~ "erronée, vérifiez les paramètres et essayer de réenregistrer l’annonce !"
4663
+
4664
+ #, fuzzy
4665
+ #~ msgid ""
4666
+ #~ "This advert has been rejected by staff. Please adjust the advert to "
4667
+ #~ "conform with the requirements!"
4668
+ #~ msgstr ""
4669
+ #~ "Cette annonce a été rejetée par le personnel. S’il vous plaît ajuster "
4670
+ #~ "l’annonce pour se conformer aux exigences!"
4671
+
4672
+ #, fuzzy
4673
+ #~ msgid "The advert will expire in less than 2 days!"
4674
+ #~ msgstr "L’annonce expirera dans moins de 2 jours!"
4675
+
4676
+ #~ msgid "This advert will expire in less than 7 days!"
4677
+ #~ msgstr "Cette annonce expire dans moins de 7 jours !"
4678
+
4679
+ #~ msgid "This advert has been archived and can not be activated anymore!"
4680
+ #~ msgstr "Cette annonce a été archivée et ne peut pas être activée en plus !"
4681
+
4682
+ #, fuzzy
4683
+ #~ msgid "Visible to Advertisers!"
4684
+ #~ msgstr "Visible pour les annonceurs!"
4685
+
4686
+ #~ msgid "Status"
4687
+ #~ msgstr "Statut"
4688
+
4689
+ #~ msgid "Maybe, this advert is queued for review"
4690
+ #~ msgstr "Peut-être, cette annonce est en attente d’examen"
4691
+
4692
+ #, fuzzy
4693
+ #~ msgid "No, this advert is rejected (advertiser can make changes)"
4694
+ #~ msgstr ""
4695
+ #~ "Non, cette annonce est rejetée (l’annonceur peut apporter des "
4696
+ #~ "modifications)"
4697
+
4698
+ #~ msgid "Archive this advert permanently"
4699
+ #~ msgstr "Archiver cette annonce en permanence"
4700
+
4701
+ #, fuzzy
4702
+ #~ msgid "Create a new schedule"
4703
+ #~ msgstr "Créer un nouvel horaire"
4704
+
4705
+ #, fuzzy
4706
+ #~ msgid "Leave empty to skip this."
4707
+ #~ msgstr "Laissez vide pour sauter ça."
4708
+
4709
+ #~ msgid "Spread Impressions"
4710
+ #~ msgstr "Impressions de propagation"
4711
+
4712
+ #~ msgid ""
4713
+ #~ "Try to evenly spread impressions for each advert over the duration of "
4714
+ #~ "this schedule. This may cause adverts to intermittently not show."
4715
+ #~ msgstr ""
4716
+ #~ "Essayez de répartir uniformément les impressions pour chaque annonce "
4717
+ #~ "pendant toute la durée de la présente annexe. Cela peut provoquer des "
4718
+ #~ "publicités de façon intermittente ne pas montrer."
4719
+
4720
+ #, fuzzy
4721
+ #~ msgid "Choose an existing schedules"
4722
+ #~ msgstr "Choisissez des horaires existants"
4723
+
4724
+ #~ msgid "You can add, edit or delete schedules from the"
4725
+ #~ msgstr "Vous pouvez ajouter, modifier ou supprimer des planifications de la"
4726
+
4727
+ #~ msgid "dashboard. Save your advert first!"
4728
+ #~ msgstr "tableau de bord. Enregistrer votre annonce d’abord!"
4729
+
4730
+ #, fuzzy
4731
+ #~ msgid "Schedules not in use by this advert are hidden."
4732
+ #~ msgstr ""
4733
+ #~ "Les horaires qui ne sont pas utilisés par cette annonce sont cachés."
4734
+
4735
+ #~ msgid "Operating System"
4736
+ #~ msgstr "Système d'exploitation"
4737
+
4738
+ #~ msgid "Not specified"
4739
+ #~ msgstr "Non-spécifié"
4740
+
4741
+ #~ msgid ""
4742
+ #~ "Must be a registered user on your site with appropriate access roles."
4743
+ #~ msgstr ""
4744
+ #~ "Doit être un utilisateur enregistré sur votre site avec des rôles d’accès "
4745
+ #~ "appropriés."
4746
+
4747
+ #, fuzzy
4748
+ #~ msgid "Advert Budget"
4749
+ #~ msgstr "Budget de l’annonce"
4750
+
4751
+ #, fuzzy
4752
+ #~ msgid "When the budget reaches 0, the advert will expire."
4753
+ #~ msgstr "Lorsque le budget atteint 0, l’annonce expirera."
4754
+
4755
+ #, fuzzy
4756
+ #~ msgid "Cost-per-Click"
4757
+ #~ msgstr "Coût par clic"
4758
+
4759
+ #~ msgid "Cost-per-Mille"
4760
+ #~ msgstr "Coût-par-Mille"
4761
+
4762
+ #~ msgid "Active"
4763
+ #~ msgstr "Actif"
4764
+
4765
+ #~ msgid "Default rotation"
4766
+ #~ msgstr "Rotation par défaut"
4767
+
4768
+ #~ msgid "-- Weight --"
4769
+ #~ msgstr "Poids"
4770
+
4771
+ #~ msgid "Barely visible"
4772
+ #~ msgstr "À peine visible"
4773
+
4774
+ #, fuzzy
4775
+ #~ msgid "Normal coverage"
4776
+ #~ msgstr "Couverture normale"
4777
+
4778
+ #~ msgid "Best visibility"
4779
+ #~ msgstr "Meilleure visibilité"
4780
+
4781
+ #~ msgid "Moderation Queue"
4782
+ #~ msgstr "File d'attente de modération"
4783
+
4784
+ #~ msgid ""
4785
+ #~ "The moderation queue lists adverts assigned to your advertisers that need "
4786
+ #~ "reviewing. This includes changes made by advertisers."
4787
+ #~ msgstr ""
4788
+ #~ "La file de modération listes annonces assignés à vos annonceurs qui "
4789
+ #~ "doivent examiner. Cela inclut les modifications apportées par les "
4790
+ #~ "annonceurs."
4791
+
4792
+ #~ msgid "Approve"
4793
+ #~ msgstr "Approuver"
4794
+
4795
+ #~ msgid "Reject"
4796
+ #~ msgstr "Rejeter"
4797
+
4798
+ #~ msgid "Rejected."
4799
+ #~ msgstr ""
4800
+ #~ "Étant donné que dans les enquêtes criminelles, l’identification des "
4801
+ #~ "données requises ou des individus impliqués peut prendre des mois, voire "
4802
+ #~ "des années, après le transfert initial de fonds, il apparaît adéquat "
4803
+ #~ "d’exiger des prestataires de services de paiement qu’ils conservent les "
4804
+ #~ "dossiers d’information sur le donneur d’ordre afin d’empêcher, de "
4805
+ #~ "rechercher et de détecter toute activité de blanchiment d’argent ou de "
4806
+ #~ "financement terroriste."
4807
+
4808
+ #, fuzzy
4809
+ #~ msgid "Trashed Adverts"
4810
+ #~ msgstr "Annonces saccagées"
4811
+
4812
+ #, fuzzy
4813
+ #~ msgid ""
4814
+ #~ "The trash is a temporary place for deleted adverts. If an advert is "
4815
+ #~ "deleted by accident you can restore it from here. If nothing is done the "
4816
+ #~ "advert is deleted after 3 days. Once the advert has been deleted it can "
4817
+ #~ "no longer be recovered."
4818
+ #~ msgstr ""
4819
+ #~ "La poubelle est un endroit temporaire pour les publicités supprimées. Si "
4820
+ #~ "une annonce est supprimée par accident, vous pouvez la restaurer à partir "
4821
+ #~ "d’ici. Si rien n’est fait, l’annonce est supprimée après 3 jours. Une "
4822
+ #~ "fois l’annonce supprimée, elle ne peut plus être récupérée."
4823
+
4824
+ #~ msgid "Restore"
4825
+ #~ msgstr "Restaurer"
4826
+
4827
+ #~ msgid "px wide"
4828
+ #~ msgstr "px de large"
4829
+
4830
+ #, fuzzy
4831
+ #~ msgid "px high."
4832
+ #~ msgstr "px élevé."
4833
+
4834
+ #~ msgid ""
4835
+ #~ "The size will be visible in management and is for reference when in "
4836
+ #~ "default mode."
4837
+ #~ msgstr ""
4838
+ #~ "La taille sera visible dans la gestion et est comme référence pour défaut "
4839
+ #~ "de mode."
4840
+
4841
+ #~ msgid "Automatic refresh"
4842
+ #~ msgstr "Rafraîchissement automatique"
4843
+
4844
+ #, fuzzy
4845
+ #~ msgid "Do not forget to set up Geo Targeting for your adverts as well."
4846
+ #~ msgstr "N’oubliez pas de configurer Geo Targeting pour vos annonces ainsi."
4847
+
4848
+ #~ msgid "No"
4849
+ #~ msgstr "Non"
4850
+
4851
+ #~ msgid "Fallback"
4852
+ #~ msgstr "Retrait"
4853
+
4854
+ #~ msgid "Group"
4855
+ #~ msgstr "Groupe"
4856
+
4857
+ #, fuzzy
4858
+ #~ msgid ""
4859
+ #~ "Zip files are automatically extracted in the location where they are "
4860
+ #~ "uploaded and the original zip file will be deleted once extracted."
4861
+ #~ msgstr ""
4862
+ #~ "Les fichiers Zip sont automatiquement extraits à l’endroit où ils sont "
4863
+ #~ "téléchargés et le fichier zip d’origine sera supprimé une fois extrait."
4864
+
4865
+ #, fuzzy
4866
+ #~ msgid "Deleting a folder deletes everything inside that folder as well!"
4867
+ #~ msgstr ""
4868
+ #~ "La suppression d’un dossier supprime tout à l’intérieur de ce dossier "
4869
+ #~ "ainsi!"
4870
+
4871
+ #~ msgid "New Schedule"
4872
+ #~ msgstr "Nouveau Programme"
4873
+
4874
+ #~ msgid "Edit Schedule"
4875
+ #~ msgstr "Modifier le Programme"
4876
+
4877
+ #~ msgid ""
4878
+ #~ "Time uses a 24 hour clock. When you're used to AM/PM: If the start or end "
4879
+ #~ "time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
4880
+ #~ msgstr ""
4881
+ #~ "Utilise une horloge de 24 heures. Quand vous avez l’habitude de AM/PM : "
4882
+ #~ "si l’heure de début ou de fin après le déjeuner, ajouter 12 heures. 14:00 "
4883
+ #~ "est de 14:00 heures. 06:00 est 06:00 heures."
4884
+
4885
+ #~ msgid "Everything below is optional."
4886
+ #~ msgstr "Tous les paramètres ci-dessous sont optionels."
4887
+
4888
+ #~ msgid ""
4889
+ #~ "These settings may cause adverts to intermittently not show. Use with "
4890
+ #~ "care!"
4891
+ #~ msgstr ""
4892
+ #~ "Ces paramètres peuvent entraîner des publicités de façon intermittente ne "
4893
+ #~ "pas montrer. Utiliser avec précaution !"
4894
+
4895
+ #~ msgid ""
4896
+ #~ "The maximum clicks and impressions are measured only for the schedule "
4897
+ #~ "that has the limit set up. And applies to each individual advert in the "
4898
+ #~ "group."
4899
+ #~ msgstr ""
4900
+ #~ "Les clics maximum et les impressions sont mesurées uniquement pour le "
4901
+ #~ "calendrier qui a la limite, mises en place. Et s’applique à chaque "
4902
+ #~ "annonce individuel dans le groupe."
4903
+
4904
+ #, fuzzy
4905
+ #~ msgid "Show only on"
4906
+ #~ msgstr "Afficher uniquement sur"
4907
+
4908
+ #~ msgid "Monday"
4909
+ #~ msgstr "Lundi"
4910
+
4911
+ #~ msgid "Tuesday"
4912
+ #~ msgstr "Mardi"
4913
+
4914
+ #~ msgid "Wednesday"
4915
+ #~ msgstr "Mercredi"
4916
+
4917
+ #~ msgid "Thursday"
4918
+ #~ msgstr "Jeudi"
4919
+
4920
+ #~ msgid "Friday"
4921
+ #~ msgstr "Vendredi"
4922
+
4923
+ #~ msgid "Saturday"
4924
+ #~ msgstr "Samedi"
4925
+
4926
+ #~ msgid "Sunday"
4927
+ #~ msgstr "Dimanche"
4928
+
4929
+ #, fuzzy
4930
+ #~ msgid "Daily start at"
4931
+ #~ msgstr "Début quotidien à"
4932
+
4933
+ #~ msgid "End on"
4934
+ #~ msgstr "Fin sur"
4935
+
4936
+ #, fuzzy
4937
+ #~ msgid ""
4938
+ #~ "Evenly spread impressions for each advert over the duration of this "
4939
+ #~ "schedule."
4940
+ #~ msgstr ""
4941
+ #~ "Répartir uniformément les impressions pour chaque annonce sur la durée de "
4942
+ #~ "ce calendrier."
4943
+
4944
+ #, fuzzy
4945
+ #~ msgid "Requires Maximum Impressions to be higher than 100."
4946
+ #~ msgstr "Nécessite des impressions maximales à plus de 100."
4947
+
4948
+ #, fuzzy
4949
+ #~ msgid "Automatically delete the schedule 1 day after it expires?"
4950
+ #~ msgstr "Supprimer automatiquement l’horaire 1 jour après son expiration?"
4951
+
4952
+ #, fuzzy
4953
+ #~ msgid "Adverts hide schedules that are not used by that advert."
4954
+ #~ msgstr ""
4955
+ #~ "Les publicités cachent des horaires qui ne sont pas utilisés par cette "
4956
+ #~ "annonce."
4957
+
4958
+ #~ msgid "Save Schedule"
4959
+ #~ msgstr "Enregistrer la planification"
4960
+
4961
+ #, fuzzy
4962
+ #~ msgid "Select Adverts"
4963
+ #~ msgstr "Sélectionner les annonces"
4964
+
4965
+ #, fuzzy
4966
+ #~ msgid "Overview of clicks and impressions"
4967
+ #~ msgstr "Synthèse mensuelle de clics et d'impressions"
4968
+
4969
+ #~ msgid "Period"
4970
+ #~ msgstr "Période"
4971
+
4972
+ #~ msgid "From"
4973
+ #~ msgstr "De"
4974
+
4975
+ #~ msgid "Until"
4976
+ #~ msgstr "Jusqu'à"
4977
+
4978
+ #~ msgid "from"
4979
+ #~ msgstr "de"
4980
+
4981
+ #, fuzzy
4982
+ #~ msgid "Duplicate adverts"
4983
+ #~ msgstr "Annonces en double"
4984
+
4985
+ #, fuzzy
4986
+ #~ msgid ""
4987
+ #~ "Enable this option to prevent adverts in groups that are in Default or "
4988
+ #~ "Block mode from showing multiple times on the same pageload."
4989
+ #~ msgstr ""
4990
+ #~ "Activez cette option pour empêcher les annonces dans les groupes qui sont "
4991
+ #~ "en mode Défaut ou Bloc de s’afficher plusieurs fois sur la même pageload."
4992
+
4993
+ #, fuzzy
4994
+ #~ msgid ""
4995
+ #~ "If you still notice double adverts from groups placed on a page, start "
4996
+ #~ "with carefully looking at your setup to make sure you did not cause this "
4997
+ #~ "yourself."
4998
+ #~ msgstr ""
4999
+ #~ "Si vous remarquez toujours les doubles annonces de groupes placés sur une "
5000
+ #~ "page, commencez par regarder attentivement votre configuration pour vous "
5001
+ #~ "assurer que vous n’avez pas causé cela vous-même."
5002
+
5003
+ #, fuzzy
5004
+ #~ msgid "On some servers $_SESSION is disabled."
5005
+ #~ msgstr "Sur certains serveurs, _SESSION $est désactivé."
5006
+
5007
+ #, fuzzy
5008
+ #~ msgid ""
5009
+ #~ "A plugin called \"WP Session Manager\" by Eric Mann may fix this. "
5010
+ #~ "However, most people will not need this extra plugin!"
5011
+ #~ msgstr ""
5012
+ #~ "Un plugin appelé \"WP Session Manager\" par Eric Mann peut résoudre ce "
5013
+ #~ "problème. Cependant, la plupart des gens n’auront pas besoin de ce plugin "
5014
+ #~ "supplémentaire!"
5015
+
5016
+ #~ msgid "More info"
5017
+ #~ msgstr "En savoir plus"
5018
+
5019
+ #, fuzzy
5020
+ #~ msgid "Lookups remaining"
5021
+ #~ msgstr "Les examens restants"
5022
+
5023
+ #, fuzzy
5024
+ #~ msgid ""
5025
+ #~ "This number is provided by the geo service and not checked for accuracy. "
5026
+ #~ "Not every geo service provides a quota."
5027
+ #~ msgstr ""
5028
+ #~ "Ce numéro est fourni par le service géo et n’est pas vérifié pour "
5029
+ #~ "l’exactitude. Tous les services géo ne fournissent pas de quota."
5030
+
5031
+ #~ msgid "User ID"
5032
+ #~ msgstr "ID de l’utilisateur"
5033
+
5034
+ #, fuzzy
5035
+ #~ msgid "License Key/API Key"
5036
+ #~ msgstr "Clé/clé API de licence"
5037
+
5038
+ #~ msgid "AdRotate Pro License"
5039
+ #~ msgstr "Licence Pro AdRotate"
5040
+
5041
+ #~ msgid ""
5042
+ #~ "Activate your AdRotate Pro License to receive automatic updates, use "
5043
+ #~ "AdRotate Geo and be eligble for premium support."
5044
+ #~ msgstr ""
5045
+ #~ "Activer votre licence Pro AdRotate pour recevoir des mises à jour "
5046
+ #~ "automatiques, utilisez AdRotate Geo et être qualifié de support premium."
5047
+
5048
+ #, fuzzy
5049
+ #~ msgid "Hide License Details"
5050
+ #~ msgstr "Masquer les détails de la licence"
5051
+
5052
+ #~ msgid "De-activate license"
5053
+ #~ msgstr "Activer"
5054
+
5055
+ #, fuzzy
5056
+ #~ msgid "Click only once! this may take a few seconds."
5057
+ #~ msgstr "Cliquez seulement une fois! cela peut prendre quelques secondes."
5058
+
5059
+ #, fuzzy
5060
+ #~ msgid ""
5061
+ #~ "Use these functions when you are running into trouble with your adverts "
5062
+ #~ "or you notice your database is slow, unresponsive and sluggish. Normally "
5063
+ #~ "you should not need these functions, but sometimes they are a lifesaver!"
5064
+ #~ msgstr ""
5065
+ #~ "Utilisez ces fonctions lorsque vous rencontrez des problèmes avec vos "
5066
+ #~ "annonces ou vous remarquez que votre base de données est lente, "
5067
+ #~ "insensible et lente. Normalement, vous ne devriez pas avoir besoin de ces "
5068
+ #~ "fonctions, mais parfois ils sont une bouée de sauvetage!"
5069
+
5070
+ #, fuzzy
5071
+ #~ msgid "Delete Assets"
5072
+ #~ msgstr "Supprimer les actifs"
5073
+
5074
+ #, fuzzy
5075
+ #~ msgid "Clean-up Assets"
5076
+ #~ msgstr "Actifs de nettoyage"
5077
+
5078
+ #, fuzzy
5079
+ #~ msgid ""
5080
+ #~ "You are about to delete advert files. This may delete advert assets "
5081
+ #~ "(images etc.) you may want to re-use at some point. Make sure you have a "
5082
+ #~ "backup!"
5083
+ #~ msgstr ""
5084
+ #~ "Vous êtes sur le point de supprimer les fichiers publicitaires. Cela peut "
5085
+ #~ "supprimer les actifs publicitaires (images, etc.) que vous pouvez "
5086
+ #~ "réutilisation à un moment donné. Assurez-vous d’avoir une sauvegarde!"
5087
+
5088
+ #, fuzzy
5089
+ #~ msgid ""
5090
+ #~ "Check for unused image assets and delete them. This function only deletes "
5091
+ #~ "images and optionally export files. No other files or folders are touched."
5092
+ #~ msgstr ""
5093
+ #~ "Vérifiez les ressources d’image inutilisées et supprimez-les. Cette "
5094
+ #~ "fonction ne supprime que les images et les fichiers d’exportation "
5095
+ #~ "optionnelle. Aucun autre fichier ou dossier n’est touché."
5096
+
5097
+ #~ msgid "Delete expired schedules."
5098
+ #~ msgstr "Supprimer des planifications expirées."
5099
+
5100
+ #, fuzzy
5101
+ #~ msgid "Delete all adverts and their data from the trash."
5102
+ #~ msgstr "Supprimer toutes les annonces et leurs données de la poubelle."
5103
+
5104
+ #~ msgid "Troubleshooting"
5105
+ #~ msgstr "Diagnostic de dépannage"
5106
+
5107
+ #~ msgid ""
5108
+ #~ "The below options are not meant for normal use and are only there for "
5109
+ #~ "developers to review saved settings or how ads are selected. These can be "
5110
+ #~ "used as a measure of troubleshooting upon request but for normal use they "
5111
+ #~ "SHOULD BE LEFT UNCHECKED!!"
5112
+ #~ msgstr ""
5113
+ #~ "Les options ci-dessous ne sont pas destinés à un usage normal et ne sont "
5114
+ #~ "là que pour les développeurs de révision sauvé des réglages ou comment "
5115
+ #~ "sont sélectionnés les annonces. Ce peuvent être utilisés en guise de "
5116
+ #~ "dépannage sur demande mais pour la normale ils utilisent DEVRAIT ÊTRE "
5117
+ #~ "GAUCHE DÉCOCHÉE !!"
5118
+
5119
+ #~ msgid ""
5120
+ #~ "Troubleshoot ads and how they are selected. Visible on the front-end."
5121
+ #~ msgstr ""
5122
+ #~ "Dépanner les annonces et comment ils sont sélectionnés. Visible sur le "
5123
+ #~ "serveur frontal."
5124
+
5125
+ #, fuzzy
5126
+ #~ msgid "Geo Data output on the front-end."
5127
+ #~ msgstr "Sortie Geo Data sur le front."
5128
+
5129
+ #, fuzzy
5130
+ #~ msgid ""
5131
+ #~ "Disable timers for clicks and impressions. AdRotate Internal Tracker only."
5132
+ #~ msgstr ""
5133
+ #~ "Désactiver les minuteries pour les clics et les impressions. AdRotate "
5134
+ #~ "Internal Tracker uniquement."
5135
+
5136
+ #, fuzzy
5137
+ #~ msgid ""
5138
+ #~ "Temporarily disable encryption on the redirect url. AdRotate Internal "
5139
+ #~ "Tracker only."
5140
+ #~ msgstr ""
5141
+ #~ "Désactiver temporairement le chiffrement sur l’url de redirection. "
5142
+ #~ "AdRotate Internal Tracker uniquement."
5143
+
5144
+ #, fuzzy
5145
+ #~ msgid "Check adverts for errors"
5146
+ #~ msgstr "Vérifier les annonces pour les erreurs"
5147
+
5148
+ #~ msgid "Send email notifications"
5149
+ #~ msgstr "Envoyer des notifications par e-mail"
5150
+
5151
+ #, fuzzy
5152
+ #~ msgid "Delete adverts from trash"
5153
+ #~ msgstr "Supprimer les publicités à partir de déchets"
5154
+
5155
+ #, fuzzy
5156
+ #~ msgid "Delete expired adverts"
5157
+ #~ msgstr "Supprimer les annonces périmées"
5158
+
5159
+ #, fuzzy
5160
+ #~ msgid "Check for new version"
5161
+ #~ msgstr "Vérifier la nouvelle version"
5162
+
5163
+ #~ msgid "Check for updates"
5164
+ #~ msgstr "Vérifier les mises à jour"
5165
+
5166
+ #~ msgid "Hide Schedules"
5167
+ #~ msgstr "Masquer les horaires"
5168
+
5169
+ #, fuzzy
5170
+ #~ msgid ""
5171
+ #~ "When editing adverts; Hide schedules that are not in use by that advert."
5172
+ #~ msgstr ""
5173
+ #~ "Lors de l’édition de publicités; Masquer les horaires qui ne sont pas "
5174
+ #~ "utilisés par cette annonce."
5175
+
5176
+ #~ msgid ""
5177
+ #~ "Who has access to what? All but the \"advertiser page\" are usually for "
5178
+ #~ "admins and moderators."
5179
+ #~ msgstr ""
5180
+ #~ "Qui a accès à quoi ? Tous sauf la page « annonceur » sont habituellement "
5181
+ #~ "pour les admins et modérateurs."
5182
+
5183
+ #~ msgid "Advertiser page"
5184
+ #~ msgstr "Page Annonceur"
5185
+
5186
+ #, fuzzy
5187
+ #~ msgid "Role to allow users/advertisers to see their advertisement page."
5188
+ #~ msgstr ""
5189
+ #~ "Rôle pour permettre aux utilisateurs/annonceurs de voir leur page de "
5190
+ #~ "publicité."
5191
+
5192
+ #~ msgid ""
5193
+ #~ "All permissions below do NOT apply to avertisers and they should NOT have "
5194
+ #~ "access to it!"
5195
+ #~ msgstr ""
5196
+ #~ "Toutes les autorisations ci-dessous ne s’appliquent PAS aux avertisers, "
5197
+ #~ "et ils ne devraient PAS avoir accès à elle !"
5198
+
5199
+ #~ msgid "Full report page"
5200
+ #~ msgstr "Rapport pleine page"
5201
+
5202
+ #, fuzzy
5203
+ #~ msgid "Role to review the full report."
5204
+ #~ msgstr "Rôle à l’examen du rapport complet."
5205
+
5206
+ #~ msgid "Manage/Add/Edit schedules"
5207
+ #~ msgstr "Horaires de gérer/ajouter/modifier"
5208
+
5209
+ #~ msgid "Role to see and add/edit schedules."
5210
+ #~ msgstr "Rôle de voir et d’ajouter/modifier des horaires."
5211
+
5212
+ #, fuzzy
5213
+ #~ msgid "Delete schedules"
5214
+ #~ msgstr "Supprimer les horaires"
5215
+
5216
+ #~ msgid "Role to delete schedules."
5217
+ #~ msgstr "Rôle de supprimer les horaires."
5218
+
5219
+ #~ msgid "Manage advertisers"
5220
+ #~ msgstr "Gérer les annonceurs"
5221
+
5222
+ #~ msgid "Access to see and manage the advertisers."
5223
+ #~ msgstr "Accès à voir et gérer les annonceurs."
5224
+
5225
+ #, fuzzy
5226
+ #~ msgid "Moderate new adverts"
5227
+ #~ msgstr "Nouvelles publicités modérées"
5228
+
5229
+ #~ msgid "Role to approve adverts submitted by advertisers."
5230
+ #~ msgstr "Rôle d’approuver les publicités soumises par les annonceurs."
5231
+
5232
+ #, fuzzy
5233
+ #~ msgid "Approve/Reject adverts in Moderation Queue"
5234
+ #~ msgstr "Approuver/rejeter les annonces dans la file d’attente de modération"
5235
+
5236
+ #~ msgid "Role to approve or reject adverts submitted by advertisers."
5237
+ #~ msgstr ""
5238
+ #~ "Rôle pour approuver ou rejeter les publicités soumises par les annonceurs."
5239
+
5240
+ #, fuzzy
5241
+ #~ msgid "Depreciated"
5242
+ #~ msgstr "Amortis"
5243
+
5244
+ #, fuzzy
5245
+ #~ msgid ""
5246
+ #~ "Requires the Matomo tracking code installed in your sites footer. See the "
5247
+ #~ "manual for details."
5248
+ #~ msgstr ""
5249
+ #~ "Nécessite le code de suivi Matomo installé dans votre pied de sites. Voir "
5250
+ #~ "le manuel pour plus de détails."
5251
+
5252
+ #~ msgid "Google Analytics"
5253
+ #~ msgstr "Google Analytics"
5254
+
5255
+ #, fuzzy
5256
+ #~ msgid ""
5257
+ #~ "The settings below only have effect when you use Google Analytics. Either "
5258
+ #~ "the Universal Tracker of the Global Tag Tracker."
5259
+ #~ msgstr ""
5260
+ #~ "Les paramètres ci-dessous n’ont d’effet que lorsque vous utilisez Google "
5261
+ #~ "Analytics. Soit le tracker universel du Global Tag Tracker."
5262
+
5263
+ #, fuzzy
5264
+ #~ msgid "Click value"
5265
+ #~ msgstr "Valeur de clic"
5266
+
5267
+ #, fuzzy
5268
+ #~ msgid "Default: 1.00."
5269
+ #~ msgstr "Défaut : 1.00."
5270
+
5271
+ #, fuzzy
5272
+ #~ msgid "This number may not be empty, be lower than 0.1 or higher than 10."
5273
+ #~ msgstr ""
5274
+ #~ "Ce nombre peut ne pas être vide, être inférieur à 0,1 ou supérieur à 10."
5275
+
5276
+ #, fuzzy
5277
+ #~ msgid "Impression value"
5278
+ #~ msgstr "Valeur de l’impression"
5279
+
5280
+ #, fuzzy
5281
+ #~ msgid "Default: 2.00."
5282
+ #~ msgstr "Défaut : 2.00."
5283
+
5284
+ #, fuzzy
5285
+ #~ msgid "Bulk import adverts"
5286
+ #~ msgstr "Annonces d’importation en vrac"
5287
+
5288
+ #~ msgid ""
5289
+ #~ "Make sure the file is smaller than 4096Kb (up to approximately 1000 "
5290
+ #~ "adverts in 1 file)."
5291
+ #~ msgstr ""
5292
+ #~ "Assurez-vous que le fichier est plus petit que 4096 ko (jusqu'à environ "
5293
+ #~ "1000 annonces 1 fichier)."
5294
+
5295
+ #~ msgid "Import"
5296
+ #~ msgstr "Importer"
5297
+
5298
+ #~ msgid "Click only once!"
5299
+ #~ msgstr "Cliquez une seule fois !"
5300
+
5301
+ #, fuzzy
5302
+ #~ msgid ""
5303
+ #~ "As a thank you for your continued use and support of AdRotate "
5304
+ #~ "Professional you can get a new license at a special discounted price."
5305
+ #~ msgstr ""
5306
+ #~ "En remerciement de votre utilisation continue et le soutien d’AdRotate "
5307
+ #~ "Professional, vous pouvez obtenir une nouvelle licence à un prix réduit "
5308
+ #~ "spécial."
5309
+
5310
+ #, fuzzy
5311
+ #~ msgid ""
5312
+ #~ "Licenses are valid for 1 year from purchasing. Activating a new license "
5313
+ #~ "key will re-enable the Premium Support contact form and lets you use "
5314
+ #~ "AdRotate Geo again."
5315
+ #~ msgstr ""
5316
+ #~ "Les licences sont valides pendant 1 an à l’achat. L’activation d’une "
5317
+ #~ "nouvelle clé de licence permettra de réactiver le formulaire de contact "
5318
+ #~ "Premium Support et vous permettra d’utiliser À nouveau AdRotate Geo."
5319
+
5320
+ #, fuzzy
5321
+ #~ msgid "Get your new License"
5322
+ #~ msgstr "Obtenez votre nouvelle licence"
5323
+
5324
+ #, fuzzy
5325
+ #~ msgid "Replace License key"
5326
+ #~ msgstr "Remplacer la clé de licence"
5327
+
5328
+ #, fuzzy
5329
+ #~ msgid "I have a new License key already"
5330
+ #~ msgstr "J’ai déjà une nouvelle clé de licence"
5331
+
5332
+ #, fuzzy
5333
+ #~ msgid "What went wrong? Or what are you trying to do?"
5334
+ #~ msgstr "Qu’est-ce qui s’est passé ? Ou qu’est-ce que tu essaies de faire ?"
5335
+
5336
+ #~ msgid "Include error messages and/or relevant information."
5337
+ #~ msgstr "Inclure les messages d’erreur ou des informations pertinentes."
5338
+
5339
+ #, fuzzy
5340
+ #~ msgid "Try to remember any actions that may cause the problem."
5341
+ #~ msgstr ""
5342
+ #~ "Essayez de vous souvenir de toutes les actions qui peuvent causer le "
5343
+ #~ "problème."
5344
+
5345
+ #~ msgid "Any code/HTML will be stripped from your message."
5346
+ #~ msgstr "N’importe quel code/HTML sera supprimé de votre message."
5347
+
5348
+ #~ msgid "Your question"
5349
+ #~ msgstr "Votre question"
5350
+
5351
+ #~ msgid "Your feedback"
5352
+ #~ msgstr "Votre avis"
5353
+
5354
+ #, fuzzy
5355
+ #~ msgid "Which feature do you think should be improved?"
5356
+ #~ msgstr "À votre avis, quelle fonctionnalité devrait être améliorée?"
5357
+
5358
+ #~ msgid "Please use English or Dutch only!"
5359
+ #~ msgstr "Veuillez utiliser seulement les anglais ou néerlandais !"
5360
+
5361
+ #, fuzzy
5362
+ #~ msgid ""
5363
+ #~ "Sending multiple messages with the same question will put you at the very "
5364
+ #~ "end of my support priorities. Please do not send the same message more "
5365
+ #~ "than once here or elsewhere. Thank you!"
5366
+ #~ msgstr ""
5367
+ #~ "L’envoi de plusieurs messages avec la même question vous mettra à la "
5368
+ #~ "toute fin de mes priorités de soutien. S’il vous plaît ne pas envoyer le "
5369
+ #~ "même message plus d’une fois ici ou ailleurs. Je vous remercie!"
5370
+
5371
+ #~ msgid "Activate License"
5372
+ #~ msgstr "Activer la licence"
5373
+
5374
+ #~ msgid "Contact your site administrator if you do not know what this means."
5375
+ #~ msgstr ""
5376
+ #~ "Si vous ne savez pas ce que cela signifie, contactez votre administrateur "
5377
+ #~ "de site."
5378
+
5379
+ #, fuzzy
5380
+ #~ msgid "Start date (dd-mm-yyyy)"
5381
+ #~ msgstr "Date de début (jour/mois/année) :"
5382
+
5383
+ #, fuzzy
5384
+ #~ msgid "impressions per hour"
5385
+ #~ msgstr "Vues"
5386
+
5387
+ #, fuzzy
5388
+ #~ msgid "From / Until"
5389
+ #~ msgstr "Visible jusqu'à"
5390
+
5391
+ #, fuzzy
5392
+ #~ msgid "End"
5393
+ #~ msgstr "Début / Fin"
5394
+
5395
+ #, fuzzy
5396
+ #~ msgid "AdRotate Notice"
5397
+ #~ msgstr "AdRotate Pro"
5398
+
5399
+ #, fuzzy
5400
+ #~ msgid "for WordPress. Created by"
5401
+ #~ msgstr "Publicité créée"
5402
+
5403
+ #, fuzzy
5404
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
5405
+ #~ msgstr ""
5406
+ #~ "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
5407
+ #~ "retrouvé dans le adcode!"
5408
+
5409
+ #, fuzzy
5410
+ #~ msgid "This ad used"
5411
+ #~ msgstr "Oui, cette publicité sera utilisée"
5412
+
5413
+ #, fuzzy
5414
+ #~ msgid "Show from"
5415
+ #~ msgstr "Montrer de "
5416
+
5417
+ #, fuzzy
5418
+ #~ msgid "Show until"
5419
+ #~ msgstr "Montrer jusqu'à"
5420
+
5421
+ #, fuzzy
5422
+ #~ msgid "Find out more"
5423
+ #~ msgstr "En savoir plus"
5424
+
5425
+ #, fuzzy
5426
+ #~ msgid "ID - Name"
5427
+ #~ msgstr "ID - Nom"
5428
+
5429
+ #, fuzzy
5430
+ #~ msgid "Code"
5431
+ #~ msgstr "Code"
5432
+
5433
+ #, fuzzy
5434
+ #~ msgid "unlimited"
5435
+ #~ msgstr ""
5436
+ #~ "Activez AdRotate dans un nombre illimité d'installations Wordpress et/ou "
5437
+ #~ "réseaux."
5438
+
5439
+ #, fuzzy
5440
+ #~ msgid "Clicks timer"
5441
+ #~ msgstr "Interval de clicks"
5442
+
5443
+ #, fuzzy
5444
+ #~ msgid ""
5445
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
5446
+ #~ "Find out more about what I can do for you!"
5447
+ #~ msgstr ""
5448
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5449
+ #~ "les façettes de Wordpress! Découvrez plus sur ce que je peux faire pour "
5450
+ #~ "vous!"
5451
+
5452
+ #, fuzzy
5453
+ #~ msgid "Visit the"
5454
+ #~ msgstr "Visitez le"
5455
+
5456
+ #, fuzzy
5457
+ #~ msgid "Remove Role"
5458
+ #~ msgstr "Rôle pour supprimer les groupes."
5459
+
5460
+ #, fuzzy
5461
+ #~ msgid ""
5462
+ #~ "A comma separated list of keywords. Filter out bots/crawlers/user-agents. "
5463
+ #~ "To prevent impressions and clicks counted on them."
5464
+ #~ msgstr ""
5465
+ #~ "Filtrage par une liste de mots-clés séparés de virgules pour éviter les "
5466
+ #~ "impressions et le clics fait par les robots/crawlers/user-agents."
5467
+
5468
+ #, fuzzy
5469
+ #~ msgid ""
5470
+ #~ "Keep in mind that this might give false positives. The word 'google' also "
5471
+ #~ "matches 'googlebot', but not vice-versa. So be careful!"
5472
+ #~ msgstr ""
5473
+ #~ "Gardez à l'esprit que cela peut donner des faux positifs. Le mot «Google» "
5474
+ #~ "correspond également à «Googlebot», mais pas vice-versa. Soyez donc "
5475
+ #~ "prudents!"
5476
+
5477
+ #, fuzzy
5478
+ #~ msgid "Keep your list up-to-date"
5479
+ #~ msgstr "Gardez votre liste à jour"
5480
+
5481
+ #, fuzzy
5482
+ #~ msgid ""
5483
+ #~ "Use only words with alphanumeric characters, [ - _ ] are allowed too. All "
5484
+ #~ "other characters are stripped out."
5485
+ #~ msgstr ""
5486
+ #~ "Utilisez uniquement des mots avec des caractères alphanumériques, [ - _ ] "
5487
+ #~ "sont aussi permis. Tous les autres caractères seront supprimés. "
5488
+
5489
+ #, fuzzy
5490
+ #~ msgid "Show nag for"
5491
+ #~ msgstr "Aucune donnée à montrer!"
5492
+
5493
+ #, fuzzy
5494
+ #~ msgid "Disable Dashboard Notifications."
5495
+ #~ msgstr ""
5496
+ #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
5497
+ #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
5498
+ #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
5499
+ #~ "d'expiration."
5500
+
5501
+ #, fuzzy
5502
+ #~ msgid ""
5503
+ #~ "You have enabled WP Super Cache support. If you have version 1.4 or "
5504
+ #~ "newer, this function will not work. WP Super Cache has discontinued "
5505
+ #~ "support for dynamic content."
5506
+ #~ msgstr ""
5507
+ #~ "Vous avez activé le support de WP Super Cache. Si vous avez la version "
5508
+ #~ "1.4 ou plus récent, cette fonction ne marchera pas. WP Super Cache a "
5509
+ #~ "arrêté le support pour le contenu dynamique."
5510
+
5511
+ #, fuzzy
5512
+ #~ msgid "WP Super Cache"
5513
+ #~ msgstr "WP Super Cache"
5514
+
5515
+ #, fuzzy
5516
+ #~ msgid ""
5517
+ #~ "jQuery is required for all Javascript features below. Enable this if your "
5518
+ #~ "theme does not load jQuery already."
5519
+ #~ msgstr ""
5520
+ #~ "jQuery est requis pour toutes les fonctions Javascript ci-dessous. "
5521
+ #~ "Activez-le si votre thème ne charge pas jQuery directement."
5522
+
5523
+ #, fuzzy
5524
+ #~ msgid "Load in footer?"
5525
+ #~ msgstr "Chargement dans le pied de page?"
5526
+
5527
+ #, fuzzy
5528
+ #~ msgid ""
5529
+ #~ "Enable if you want to load the above libraries in the footer. Your theme "
5530
+ #~ "needs to call wp_footer() for this to work."
5531
+ #~ msgstr ""
5532
+ #~ "Activez cette option si vous voulez charger les bibliothèques dans le "
5533
+ #~ "pied de page. Votre thème doit appeler wp_footer() pour que cela "
5534
+ #~ "fonctionne."
5535
+
5536
+ #, fuzzy
5537
+ #~ msgid ""
5538
+ #~ "NOTE: The below functions are intented to be used to OPTIMIZE your "
5539
+ #~ "database. They only apply to your ads/groups and stats. Not to other "
5540
+ #~ "settings or other parts of WordPress! Always always make a backup! These "
5541
+ #~ "functions are to be used when you feel or notice your database is slow, "
5542
+ #~ "unresponsive and sluggish."
5543
+ #~ msgstr ""
5544
+ #~ "NOTA BENE : Les options ci-dessous sont destinées à optimiser votre base "
5545
+ #~ "de données. Ils ne sont appliqués qu'à vos publicités/groupes et "
5546
+ #~ "statistiques, et non pas aux autres parties de Wordpress! Ayez toujours "
5547
+ #~ "une sauvegarde de votre site! Ces fonctions seront utilisées quand vous "
5548
+ #~ "sentez que votre base de données est lente ou ne réponds pas."
5549
+
5550
+ #, fuzzy
5551
+ #~ msgid ""
5552
+ #~ "DISCLAIMER: If for any reason your data is lost, damaged or otherwise "
5553
+ #~ "becomes unusable in any way or by any means in whichever way I will not "
5554
+ #~ "take responsibility. You should always have a backup of your database. "
5555
+ #~ "These functions do NOT destroy data. If data is lost, damaged or "
5556
+ #~ "unusable, your database likely was beyond repair already. Claiming it "
5557
+ #~ "worked before clicking these buttons is not a valid point in any case."
5558
+ #~ msgstr ""
5559
+ #~ "AVERTISSEMENT: Si pour une raison quelconque, vos données sont perdues, "
5560
+ #~ "endommagées ou autrement deviennent inutilisables je ne vais pas en "
5561
+ #~ "prendre la responsabilité. Vous devriez toujours avoir une sauvegarde de "
5562
+ #~ "votre base de données. Ces fonctions ne détruisent pas les données. Si "
5563
+ #~ "les données sont perdues, endommagées ou inutilisables, votre base de "
5564
+ #~ "données était probablement déjà au-delà de la réparation. Affirmer que le "
5565
+ #~ "site fonctionnait avant de cliquer sur ces boutons n'est pas un argument "
5566
+ #~ "valable."
5567
+
5568
+ #, fuzzy
5569
+ #~ msgid "Unknown Status"
5570
+ #~ msgstr "Statut Inconnu"
5571
+
5572
+ #, fuzzy
5573
+ #~ msgid ""
5574
+ #~ "NOTE: The below options are not meant for normal use and are only there "
5575
+ #~ "for developers to review saved settings or how ads are selected. These "
5576
+ #~ "can be used as a measure of troubleshooting upon request but for normal "
5577
+ #~ "use they SHOULD BE LEFT UNCHECKED!!"
5578
+ #~ msgstr ""
5579
+ #~ "NOTA BENE : Les options ci-dessous ne sont pas destinées à une "
5580
+ #~ "utilisation normale, et ne sont là que pour que les développeurs puissent "
5581
+ #~ "examiner les paramètres ou voir comment les publicités sont "
5582
+ #~ "sélectionnées. Ceux-ci peuvent être utilisés comme une mesure de "
5583
+ #~ "dépannage sur demande, mais pour une utilisation normale, ils ne doivent "
5584
+ #~ "pas être activés!"
5585
+
5586
+ #, fuzzy
5587
+ #~ msgid ""
5588
+ #~ "Troubleshoot ads and how (if) they are selected, has front-end output."
5589
+ #~ msgstr ""
5590
+ #~ "Dépannage des publicités. Si cette option est activée, les données seront "
5591
+ #~ "placées sur le site."
5592
+
5593
+ #, fuzzy
5594
+ #~ msgid "Show all settings, dashboard routines and related values."
5595
+ #~ msgstr ""
5596
+ #~ "Afficher tous les paramétres, les widgets du tableau de bord et les "
5597
+ #~ "valeurs connexes."
5598
+
5599
+ #, fuzzy
5600
+ #~ msgid "Show array of all userroles and capabilities."
5601
+ #~ msgstr ""
5602
+ #~ "Voir les données de tous les rôles d'utilisateurs et leur capacités."
5603
+
5604
+ #, fuzzy
5605
+ #~ msgid "Review saved advertisers! Visible to advertisers."
5606
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5607
+
5608
+ #, fuzzy
5609
+ #~ msgid "Review Full Report, per ad/group stats. Visible only to publishers."
5610
+ #~ msgstr ""
5611
+ #~ "Voir le suivi des statistiques globales, ainsi que par publicité/groupe. "
5612
+ #~ "Visible uniquement aux annonceurs."
5613
+
5614
+ #, fuzzy
5615
+ #~ msgid "Temporarily disable encryption on the redirect url."
5616
+ #~ msgstr "Désactiver temporairement le chiffrement sur l'url de redirection."
5617
+
5618
+ #, fuzzy
5619
+ #~ msgid "The last few days"
5620
+ #~ msgstr "Les derniers jours"
5621
+
5622
+ #, fuzzy
5623
+ #~ msgid "Full report"
5624
+ #~ msgstr "Rapport"
5625
+
5626
+ #, fuzzy
5627
+ #~ msgid "Ticket Support"
5628
+ #~ msgstr ""
5629
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5630
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5631
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5632
+
5633
+ #, fuzzy
5634
+ #~ msgid ""
5635
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! If "
5636
+ #~ "you need a custom plugin. Theme customizations or have your site moved/"
5637
+ #~ "migrated entirely. Visit my website for details!"
5638
+ #~ msgstr ""
5639
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5640
+ #~ "les façettes de Wordpress! Si vous avez besoin d'un plugin sur mesure, de "
5641
+ #~ "personnalisation de thème ou pour la migration de votre site entier, "
5642
+ #~ "visitez mon site pour tous les détails!"
5643
+
5644
+ #, fuzzy
5645
+ #~ msgid "Advert ID:"
5646
+ #~ msgstr "ID :"
5647
+
5648
+ #, fuzzy
5649
+ #~ msgid "Title:"
5650
+ #~ msgstr "Titre :"
5651
+
5652
+ #, fuzzy
5653
+ #~ msgid "AdCode:"
5654
+ #~ msgstr "Code :"
5655
+
5656
+ #, fuzzy
5657
+ #~ msgid "Current image:"
5658
+ #~ msgstr "Version actuelle :"
5659
+
5660
+ #, fuzzy
5661
+ #~ msgid "After..."
5662
+ #~ msgstr "Après..."
5663
+
5664
+ #, fuzzy
5665
+ #~ msgid "the first paragraph"
5666
+ #~ msgstr "le premier parapgraphe"
5667
+
5668
+ #, fuzzy
5669
+ #~ msgid "every 2nd paragraph"
5670
+ #~ msgstr "chaque second paragraphe"
5671
+
5672
+ #, fuzzy
5673
+ #~ msgid "every 3rd paragraph"
5674
+ #~ msgstr "chaque 3ème paragraphe"
5675
+
5676
+ #, fuzzy
5677
+ #~ msgid "every 4th paragraph"
5678
+ #~ msgstr "chaque 4ème paragraphe"
5679
+
5680
+ #, fuzzy
5681
+ #~ msgid "every 5th paragraph"
5682
+ #~ msgstr "chaque 5ème paragraphe"
5683
+
5684
+ #, fuzzy
5685
+ #~ msgid "every 6th paragraph"
5686
+ #~ msgstr "chaque 6ème paragraphe"
5687
+
5688
+ #, fuzzy
5689
+ #~ msgid "every 7th paragraph"
5690
+ #~ msgstr "chaque 7ème paragraphe"
5691
+
5692
+ #, fuzzy
5693
+ #~ msgid "every 8th paragraph"
5694
+ #~ msgstr "chaque 8ème paragraphe"
5695
+
5696
+ #, fuzzy
5697
+ #~ msgid "Upload new banner image"
5698
+ #~ msgstr "Image :"
5699
+
5700
+ #, fuzzy
5701
+ #~ msgid "Upload image"
5702
+ #~ msgstr "Image :"
5703
+
5704
+ #, fuzzy
5705
+ #~ msgid "ticket support"
5706
+ #~ msgstr ""
5707
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5708
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5709
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5710
+
5711
+ #, fuzzy
5712
+ #~ msgid "Post Ticket"
5713
+ #~ msgstr "Dans un article ou une page :"
5714
+
5715
+ #, fuzzy
5716
+ #~ msgid "Enable stats"
5717
+ #~ msgstr "Statistiques activés"
5718
+
5719
+ #, fuzzy
5720
+ #~ msgid "Enable click tracking for this advert."
5721
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5722
+
5723
+ #, fuzzy
5724
+ #~ msgid "Activate:"
5725
+ #~ msgstr "Activer"
5726
+
5727
+ #, fuzzy
5728
+ #~ msgid "In a post or page:"
5729
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5730
+
5731
+ #, fuzzy
5732
+ #~ msgid "Directly in a theme:"
5733
+ #~ msgstr "Directement dans un thème :"
5734
+
5735
+ #, fuzzy
5736
+ #~ msgid "End date (day/month/year):"
5737
+ #~ msgstr "Date de fin (jour/mois/année) :"
5738
+
5739
+ #, fuzzy
5740
+ #~ msgid "Start time (hh:mm):"
5741
+ #~ msgstr "Début (hh:mm) :"
5742
+
5743
+ #, fuzzy
5744
+ #~ msgid "Maximum Clicks:"
5745
+ #~ msgstr "Nombre de clicks max :"
5746
+
5747
+ #, fuzzy
5748
+ #~ msgid "Responsive:"
5749
+ #~ msgstr "Responsive :"
5750
+
5751
+ #, fuzzy
5752
+ #~ msgid "Sortorder:"
5753
+ #~ msgstr "Ordre de tri :"
5754
+
5755
+ #, fuzzy
5756
+ #~ msgid "Cost per click"
5757
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5758
+
5759
+ #, fuzzy
5760
+ #~ msgid "Name:"
5761
+ #~ msgstr "Nom"
5762
+
5763
+ #, fuzzy
5764
+ #~ msgid "Include ads in categories?"
5765
+ #~ msgstr "Intégrer les publicités dans les catégories?"
5766
+
5767
+ #, fuzzy
5768
+ #~ msgid "the 2nd paragraph"
5769
+ #~ msgstr "le second paragraphe"
5770
+
5771
+ #, fuzzy
5772
+ #~ msgid "the 3rd paragraph"
5773
+ #~ msgstr "le troisième paragraphe"
5774
+
5775
+ #, fuzzy
5776
+ #~ msgid "the 4th paragraph"
5777
+ #~ msgstr "le quatrième paragraphe"
5778
+
5779
+ #, fuzzy
5780
+ #~ msgid "Include ads in pages?"
5781
+ #~ msgstr "Intégrer les publicités dans les pages?"
5782
+
5783
+ #, fuzzy
5784
+ #~ msgid "Before ad"
5785
+ #~ msgstr "Avant la pub"
5786
+
5787
+ #, fuzzy
5788
+ #~ msgid "After ad"
5789
+ #~ msgstr "Après la pub"
5790
+
5791
+ #, fuzzy
5792
+ #~ msgid "Target URL:"
5793
+ #~ msgstr "URL Cible :"
5794
+
5795
+ #, fuzzy
5796
+ #~ msgid "Will be visible to Advertisers."
5797
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5798
+
5799
+ #, fuzzy
5800
+ #~ msgid "These are required."
5801
+ #~ msgstr "Ces données sont requises."
5802
+
5803
+ #, fuzzy
5804
+ #~ msgid ""
5805
+ #~ "Copy the shortcode in a post or page. The PHP code goes in a theme file "
5806
+ #~ "where you want the advert to show up."
5807
+ #~ msgstr ""
5808
+ #~ "Copiez le shortcode dans un article ou une page. Le code PHP doit être "
5809
+ #~ "dans un fichier du thème si vus voulez que cette publicité soit affichée."
5810
+
5811
+ #, fuzzy
5812
+ #~ msgid ""
5813
+ #~ "Note: Clicktracking does generally not work for Javascript adverts such "
5814
+ #~ "as those provided by Google AdSense."
5815
+ #~ msgstr ""
5816
+ #~ "Nota Bene: Le suivi des clicks ne fonctionne généralement pas pour les "
5817
+ #~ "publicités en Javascript telles que celles fournies par Google AdSense."
5818
+
5819
+ #, fuzzy
5820
+ #~ msgid ""
5821
+ #~ "image.full.jpg, image.320.jpg and image.768.jpg will serve the same "
5822
+ #~ "advert for different viewports. Requires jQuery."
5823
+ #~ msgstr ""
5824
+ #~ "image.full.jpg, image.320.jpg et image.768.jpg serviront la même "
5825
+ #~ "publicité pour différentes tailles d'écran si le site est fluide. "
5826
+ #~ "Nécessite jQuery."
5827
+
5828
+ #, fuzzy
5829
+ #~ msgid "Media:"
5830
+ #~ msgstr "Médias :"
5831
+
5832
+ #, fuzzy
5833
+ #~ msgid "Ad Click Budget:"
5834
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5835
+
5836
+ #, fuzzy
5837
+ #~ msgid "Ad Impression Budget:"
5838
+ #~ msgstr "Gestion des pubs"
5839
+
5840
+ #, fuzzy
5841
+ #~ msgid "Optionally select the group(s) this ad belongs to."
5842
+ #~ msgstr ""
5843
+ #~ "Choisir le groupe auquel cette publicité va être rattachée (optionel)"
5844
+
5845
+ #, fuzzy
5846
+ #~ msgid "Block shape and border"
5847
+ #~ msgstr "Dimensions et bordure du bloc"
5848
+
5849
+ #, fuzzy
5850
+ #~ msgid ""
5851
+ #~ "Make a grid for your ads. Selecting 3 and 2 makes a grid with 2 columns "
5852
+ #~ "showing a maximum of 6 ads. Default: 2x2."
5853
+ #~ msgstr ""
5854
+ #~ "Créer une grille pour vos publicités. Choisissez 3 et 2 créera une grille "
5855
+ #~ "avec 2 colonnes montrant un maximum de 6 publicités. Valeur par défaut : "
5856
+ #~ "2x2."
5857
+
5858
+ #, fuzzy
5859
+ #~ msgid "Advert Width and Height"
5860
+ #~ msgstr "Dimensions des publicités"
5861
+
5862
+ #, fuzzy
5863
+ #~ msgid "Insert ads to the begin or end of a post/page."
5864
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5865
+
5866
+ #, fuzzy
5867
+ #~ msgid "Wraps around each ad."
5868
+ #~ msgstr "Code qui enveloppe chaque publicité."
5869
+
5870
+ #, fuzzy
5871
+ #~ msgid "HTML/JavaScript allowed, use with care!"
5872
+ #~ msgstr "HTML/Javascript est authorisé, utiliser avec précaution!"
5873
+
5874
+ #, fuzzy
5875
+ #~ msgid "You are using"
5876
+ #~ msgstr "Vous utilisez"
5877
+
5878
+ #, fuzzy
5879
+ #~ msgid ""
5880
+ #~ "AdRotate server is currently in development and these menus are not "
5881
+ #~ "functional yet."
5882
+ #~ msgstr ""
5883
+ #~ "AdRotate Server est actuellement en développement et ces menus ne sont "
5884
+ #~ "pas encore fonctionels."
5885
+
5886
+ #, fuzzy
5887
+ #~ msgid "Javascript Libraries"
5888
+ #~ msgstr "Librairies Javascript"
5889
+
5890
+ #, fuzzy
5891
+ #~ msgid ""
5892
+ #~ "These adverts are circulating in the pool of active adverts, served from "
5893
+ #~ "AdRotate server."
5894
+ #~ msgstr ""
5895
+ #~ "Ces publicités sont en circulation dans la séléction de publicités "
5896
+ #~ "actives servies par AdRotate server."
5897
+
5898
+ #, fuzzy
5899
+ #~ msgid "No ads received yet!"
5900
+ #~ msgstr "Aucune publicité n'a été reçue pour le moment!"
5901
+
5902
+ #, fuzzy
5903
+ #~ msgid "Erroneous ads from server"
5904
+ #~ msgstr "Publicités erronées parvenues du serveur"
5905
+
5906
+ #, fuzzy
5907
+ #~ msgid "Adverts served from AdRotate server but having some issues."
5908
+ #~ msgstr "Publicités provenant du serveur AdRotate mais qui ont des soucis."
5909
+
5910
+ #, fuzzy
5911
+ #~ msgid "Updated"
5912
+ #~ msgstr "Mis à jour"
5913
+
5914
+ #, fuzzy
5915
+ #~ msgid ""
5916
+ #~ "Link this website to an AdRotate server so your adverts and stats are "
5917
+ #~ "synchronised regularly."
5918
+ #~ msgstr ""
5919
+ #~ "Lier ce site web à un serveur Adrotate pour que vos publicités et vos "
5920
+ #~ "statistiques soient synchronisées regulièrement."
5921
+
5922
+ #, fuzzy
5923
+ #~ msgid "Linked - Adverts can be synced."
5924
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
5925
+
5926
+ #, fuzzy
5927
+ #~ msgid "Not linked - No adverts will be synced."
5928
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
5929
+
5930
+ #, fuzzy
5931
+ #~ msgid "Server Key"
5932
+ #~ msgstr "Clé Serveur"
5933
+
5934
+ #, fuzzy
5935
+ #~ msgid ""
5936
+ #~ "You can get your server key from your AdRotate Server installation or the "
5937
+ #~ "AdRollr website."
5938
+ #~ msgstr ""
5939
+ #~ "Vous pouvez recevoir votre clé de serveur de votre installation AdRotate "
5940
+ #~ "Server ou du site AdRollr."
5941
+
5942
+ #, fuzzy
5943
+ #~ msgid ""
5944
+ #~ "You should not share your key with anyone you do not trust. Treat this "
5945
+ #~ "key as a password!"
5946
+ #~ msgstr ""
5947
+ #~ "Vous ne devez pas partager votre clé. Traitez cette clé comme un mot de "
5948
+ #~ "passe!"
5949
+
5950
+ #, fuzzy
5951
+ #~ msgid "Make this site a puppet"
5952
+ #~ msgstr "Rendre ce site une \"cellule\""
5953
+
5954
+ #, fuzzy
5955
+ #~ msgid "Have AdRotate use AdRotate Server adverts exclusively."
5956
+ #~ msgstr "Utilisez les publicités provenant de AdRotate Server uniquement."
5957
+
5958
+ #, fuzzy
5959
+ #~ msgid ""
5960
+ #~ "Enabling this function will DISABLE ALL LOCAL MANAGEMENT and will make "
5961
+ #~ "this installation of AdRotate a puppet for your AdRotate Server."
5962
+ #~ msgstr ""
5963
+ #~ "L'activation de cette fonction permet de désactiver toute la gestion "
5964
+ #~ "locale et de rendre cette installation de AdRotate une cellule de votre "
5965
+ #~ "serveur AdRotate. "
5966
+
5967
+ #, fuzzy
5968
+ #~ msgid "Hide Server Details"
5969
+ #~ msgstr "Cacher les détails du serveur"
5970
+
5971
+ #, fuzzy
5972
+ #~ msgid "Link to server"
5973
+ #~ msgstr "Lier au serveur"
5974
+
5975
+ #, fuzzy
5976
+ #~ msgid "Unlink from server"
5977
+ #~ msgstr "Dissocier du serveur"
5978
+
5979
+ #, fuzzy
5980
+ #~ msgid "An unknown error occurred"
5981
+ #~ msgstr "Une erreur inconnue s'est produite."
5982
+
5983
+ #, fuzzy
5984
+ #~ msgid "Geographic Tracking"
5985
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5986
+
5987
+ #, fuzzy
5988
+ #~ msgid "GeoLocation"
5989
+ #~ msgstr "Géolocalisation"
5990
+
5991
+ #, fuzzy
5992
+ #~ msgid "Geo Location"
5993
+ #~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
5994
+
5995
+ #, fuzzy
5996
+ #~ msgid "AdRotate Website"
5997
+ #~ msgstr ""
5998
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5999
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
6000
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
6001
+
6002
+ #, fuzzy
6003
+ #~ msgid "Find my website at"
6004
+ #~ msgstr "site"
6005
+
6006
+ #, fuzzy
6007
+ #~ msgid "Block of Ads (Obsolete)"
6008
+ #~ msgstr "Bloc de publicité (obsolète)"
6009
+
6010
+ #, fuzzy
6011
+ #~ msgid "Default: 60. Set to 0 to disable this timer."
6012
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6013
+
6014
+ #, fuzzy
6015
+ #~ msgid "Default: 86400. Set to 0 to disable this timer."
6016
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6017
+
6018
+ #, fuzzy
6019
+ #~ msgid "Load jQuery Clicktracking"
6020
+ #~ msgstr "Charger le clicktracking (nombre de clicks) de jQuery"
6021
+
6022
+ #, fuzzy
6023
+ #~ msgid ""
6024
+ #~ "Required for jQuery Clicktracking. When disabled AdRotate falls back on "
6025
+ #~ "Redirect Tracking."
6026
+ #~ msgstr ""
6027
+ #~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
6028
+ #~ "désactivée, AdRotate utilise le suivi par redirection."
6029
+
6030
+ #, fuzzy
6031
+ #~ msgid "Get help with installations"
6032
+ #~ msgstr "Obtenez de l'aide pour les installations"
6033
+
6034
+ #, fuzzy
6035
+ #~ msgid "Not sure how to set up AdRotate? Get me to do it!"
6036
+ #~ msgstr "Vous ne savez pas comment configurer AdRotate? Embauchez-moi!"
6037
+
6038
+ #, fuzzy
6039
+ #~ msgid "Stuck with AdRotate? I'll help!"
6040
+ #~ msgstr "Bloqué avec AdRotate? Je peux vous aider!"
6041
+
6042
+ #, fuzzy
6043
+ #~ msgid "Visit store to see all services and products"
6044
+ #~ msgstr "Aller au magasin pour voir tous les services et tous les produits"
6045
+
6046
+ #, fuzzy
6047
+ #~ msgid ""
6048
+ #~ "Redirect clicktracking is enabled but the %link% tag was not found in the "
6049
+ #~ "adcode!"
6050
+ #~ msgstr ""
6051
+ #~ "La redirection pour le suivi des clics est activée mais la balise %link% "
6052
+ #~ "n'a pas été trouvée dans le adcode!"
6053
+
6054
+ #, fuzzy
6055
+ #~ msgid "Email or Remote page:"
6056
+ #~ msgstr "Email ou page distante :"
language/adrotate-id_ID.mo DELETED
Binary file
language/adrotate-it_IT.mo ADDED
Binary file
language/adrotate-it_IT.po ADDED
@@ -0,0 +1,6131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AdRotate Professional\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-22 13:05-0500\n"
6
+ "PO-Revision-Date: 2020-04-22 13:26-0500\n"
7
+ "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
+ "Language-Team: Arnan de Gans\n"
9
+ "Language: it\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: adrotate-functions.php:692
21
+ msgid "Ad saved"
22
+ msgstr "Annuncio salvato"
23
+
24
+ #: adrotate-functions.php:696
25
+ msgid "Group saved"
26
+ msgstr "Gruppo salvato"
27
+
28
+ #: adrotate-functions.php:700
29
+ msgid "Ad(s) deleted"
30
+ msgstr "Annunci eliminati"
31
+
32
+ #: adrotate-functions.php:704
33
+ msgid "Group deleted"
34
+ msgstr "Gruppo eliminato"
35
+
36
+ #: adrotate-functions.php:708
37
+ msgid "Ad(s) statistics reset"
38
+ msgstr "Reimpostazione delle statistiche degli annunci"
39
+
40
+ #: adrotate-functions.php:712
41
+ msgid "Ad(s) renewed"
42
+ msgstr "Annunci rinnovati"
43
+
44
+ #: adrotate-functions.php:716
45
+ msgid "Ad(s) deactivated"
46
+ msgstr "Annunci disattivati"
47
+
48
+ #: adrotate-functions.php:720
49
+ msgid "Ad(s) activated"
50
+ msgstr "Annunci attivati"
51
+
52
+ #: adrotate-functions.php:724
53
+ msgid "Group including it's Ads deleted"
54
+ msgstr "Gruppo che include gli annunci eliminati"
55
+
56
+ #: adrotate-functions.php:728
57
+ msgid "Export created"
58
+ msgstr "Esportazione creata"
59
+
60
+ #: adrotate-functions.php:732
61
+ msgid ""
62
+ "Advert HTML generated and placed in the AdCode field. Configure your advert "
63
+ "below."
64
+ msgstr ""
65
+ "Il codice HTML dell'annuncio è stato generato e inserito nel campo AdCode. "
66
+ "Configura la tua inserzione qui sotto."
67
+
68
+ #: adrotate-functions.php:737
69
+ msgid "Settings saved"
70
+ msgstr "Impostazioni salvate"
71
+
72
+ #: adrotate-functions.php:741
73
+ msgid "Database optimized"
74
+ msgstr "Database ottimizzato"
75
+
76
+ #: adrotate-functions.php:745
77
+ msgid "Database repaired"
78
+ msgstr "Database riparato"
79
+
80
+ #: adrotate-functions.php:749
81
+ msgid "Ads evaluated and statuses have been corrected where required"
82
+ msgstr "Gli annunci valutati e gli stati sono stati corretti ove necessario"
83
+
84
+ #: adrotate-functions.php:753
85
+ msgid "Cleanup complete"
86
+ msgstr "Pulitura completata"
87
+
88
+ #: adrotate-functions.php:758
89
+ msgid "Action prohibited"
90
+ msgstr "Azione vietata"
91
+
92
+ #: adrotate-functions.php:762
93
+ msgid ""
94
+ "The ad was saved but has an issue which might prevent it from working "
95
+ "properly. Review the colored ad."
96
+ msgstr ""
97
+ "L'annuncio è stato salvato ma presenta un problema che potrebbe impedirne il "
98
+ "corretto funzionamento. Esamina l'annuncio colorato."
99
+
100
+ #: adrotate-functions.php:766
101
+ msgid "No data found in selected time period"
102
+ msgstr "Nessun dato trovato nel periodo di tempo selezionato"
103
+
104
+ #: adrotate-functions.php:770
105
+ msgid "Database can only be optimized or cleaned once every hour"
106
+ msgstr "Il database può essere ottimizzato o pulito solo una volta ogni ora"
107
+
108
+ #: adrotate-functions.php:774
109
+ msgid "Form can not be (partially) empty!"
110
+ msgstr "Modulo non può essere (parzialmente) vuoto!"
111
+
112
+ #: adrotate-functions.php:778
113
+ msgid "No ads found."
114
+ msgstr "Nessun annuncio trovato."
115
+
116
+ #: adrotate-functions.php:782
117
+ msgid "Unexpected error"
118
+ msgstr "Errore inatteso"
119
+
120
+ #: adrotate-manage-publisher.php:772
121
+ msgid "AdRotate Advertiser"
122
+ msgstr "Inserzionista AdRotate"
123
+
124
+ #: adrotate-output.php:543
125
+ msgid "Oh no! Something went wrong!"
126
+ msgstr "Oh no! Qualcosa è andato storto!"
127
+
128
+ #: adrotate-output.php:544
129
+ msgid ""
130
+ "WordPress was unable to verify the authenticity of the url you have clicked. "
131
+ "Verify if the url used is valid or log in via your browser."
132
+ msgstr ""
133
+ "WordPress non è stato in grado di verificare l'autenticità dell'URL su cui "
134
+ "hai fatto clic. Verifica se l'URL utilizzato è valido o accedi tramite il "
135
+ "tuo browser."
136
+
137
+ #: adrotate-output.php:545
138
+ msgid ""
139
+ "If you have received the url you want to visit via email, you are being "
140
+ "tricked!"
141
+ msgstr "Se hai ricevuto l'URL che vuoi visitare via e-mail, vieni ingannato!"
142
+
143
+ #: adrotate-output.php:546
144
+ msgid "Contact support if the issue persists:"
145
+ msgstr "Contattare il supporto tecnico se il problema persiste:"
146
+
147
+ #: adrotate-output.php:558
148
+ msgid ""
149
+ "Error, Ad is not available at this time due to schedule/geolocation "
150
+ "restrictions!"
151
+ msgstr ""
152
+ "Errore, L'annuncio non è al momento disponibile a causa di restrizioni di "
153
+ "pianificazione/geolocalizzazione!"
154
+
155
+ #: adrotate-output.php:563
156
+ msgid ""
157
+ "Either there are no banners, they are disabled or none qualified for this "
158
+ "location!"
159
+ msgstr ""
160
+ "O non ci sono banner, sono disabilitati o nessuno qualificato per questa "
161
+ "posizione!"
162
+
163
+ #: adrotate-output.php:568
164
+ msgid "Error, no Ad ID set! Check your syntax!"
165
+ msgstr "Errore, nessun ID annuncio impostato! Controlla la tua sintassi!"
166
+
167
+ #: adrotate-output.php:574
168
+ msgid "Error, no group ID set! Check your syntax!"
169
+ msgstr "Errore, nessun ID gruppo impostato! Controlla la tua sintassi!"
170
+
171
+ #: adrotate-output.php:579
172
+ msgid "Error, group does not exist! Check your syntax!"
173
+ msgstr "Errore, il gruppo non esiste! Controlla la tua sintassi!"
174
+
175
+ #: adrotate-output.php:585
176
+ msgid ""
177
+ "There was an error locating the database tables for AdRotate. Please "
178
+ "deactivate and re-activate AdRotate from the plugin page!!"
179
+ msgstr ""
180
+ "Si è verificato un errore durante l'individuazione delle tabelle di database "
181
+ "per AdRotate. Si prega di disattivare e riattivare AdRotate dalla pagina del "
182
+ "plugin !!"
183
+
184
+ #: adrotate-output.php:585
185
+ msgid "If this does not solve the issue please seek support at"
186
+ msgstr "Se il problema persiste, rivolgersi a"
187
+
188
+ #: adrotate-output.php:591
189
+ msgid ""
190
+ "There was an error loading the page. Please try again by reloading the page "
191
+ "via the menu on the left."
192
+ msgstr ""
193
+ "C'è stato un errore nel caricamento della pagina. Si prega di provare "
194
+ "nuovamente ricaricando la pagina tramite il menù a sinistra."
195
+
196
+ #: adrotate-output.php:591
197
+ msgid "If the issue persists please seek help at"
198
+ msgstr "Se questo problema persiste, si prega di cercare aiuto a"
199
+
200
+ #: adrotate-output.php:597
201
+ msgid "An unknown error occured."
202
+ msgstr "Si è verificato un errore sconosciuto."
203
+
204
+ #: adrotate-output.php:617 adrotate-output.php:620 adrotate-output.php:624
205
+ #: dashboard/settings/maintenance.php:20
206
+ msgid "Check adverts"
207
+ msgstr "Controllo inserzioni"
208
+
209
+ #: adrotate-output.php:629
210
+ msgid ""
211
+ "You have enabled caching support but W3 Total Cache is not active on your "
212
+ "site!"
213
+ msgstr ""
214
+ "Hai abilitato il supporto della memorizzazione nella cache, ma W3 Total "
215
+ "Cache non è attiva sul tuo sito!"
216
+
217
+ #: adrotate-output.php:629
218
+ msgid "Disable W3 Total Cache Support"
219
+ msgstr "Disabilitare il supporto della W3 Total Cache"
220
+
221
+ #: adrotate-output.php:632
222
+ msgid ""
223
+ "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
224
+ "not set."
225
+ msgstr ""
226
+ "Hai abilitato il supporto caching ma la definizione W3TC_DYNAMIC_SECURITY "
227
+ "non è impostata."
228
+
229
+ #: adrotate-output.php:632
230
+ msgid "How to configure W3 Total Cache"
231
+ msgstr "Come configurare la W3 Total Cache"
232
+
233
+ #: adrotate-output.php:636
234
+ msgid ""
235
+ "You have enable caching support but Borlabs Cache is not active on your site!"
236
+ msgstr ""
237
+ "Hai attivato il supporto della memorizzazione nella cache, ma Borlabs Cache "
238
+ "non è attivo sul tuo sito!"
239
+
240
+ #: adrotate-output.php:636
241
+ msgid "Disable Borlabs Cache Support"
242
+ msgstr "Disabilitare il supporto della Borlabs Cache"
243
+
244
+ #: adrotate-output.php:642
245
+ msgid ""
246
+ "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
247
+ msgstr ""
248
+ "È stato abilitato il supporto della cache di Borlabs, ma la memorizzazione "
249
+ "nella cache dei frammenti non è abilitata."
250
+
251
+ #: adrotate-output.php:642
252
+ msgid "Enable Fragment Caching"
253
+ msgstr "Abilitare la Fragment Caching"
254
+
255
+ #: adrotate-output.php:649
256
+ msgid "Your AdRotate Banner folder is not writable or does not exist."
257
+ msgstr "La tua cartella AdRotate Banner non è scrivibile o non esiste."
258
+
259
+ #: adrotate-output.php:649
260
+ msgid "Set up your banner folder"
261
+ msgstr "Configurare la banner folder"
262
+
263
+ #: adrotate-output.php:652
264
+ msgid ""
265
+ "You have the AdRotate Professional installed. Please check out the upgrade "
266
+ "manual and switch over to AdRotate Pro!"
267
+ msgstr ""
268
+ "Hai installato AdRotate Professional. Si prega di controllare il manuale di "
269
+ "aggiornamento e passare ad AdRotate Pro!"
270
+
271
+ #: adrotate-output.php:652
272
+ msgid "Upgrade instructions"
273
+ msgstr "Istruzioni per l'aggiornamento"
274
+
275
+ #: adrotate-output.php:655
276
+ msgid ""
277
+ "Something is wrong with your installation of AdRotate. Either the plugin is "
278
+ "installed twice or your current installation has the wrong folder name. "
279
+ "Please install the plugin properly!"
280
+ msgstr ""
281
+ "Si è verificato un problema con l'installazione di AdRotate. Il plugin viene "
282
+ "installato due volte o l'installazione corrente ha il nome della cartella "
283
+ "errata. Si prega di installare il plugin correttamente!"
284
+
285
+ #: adrotate-output.php:655
286
+ msgid "Installation instructions"
287
+ msgstr "Istruzioni per l'installazione"
288
+
289
+ #: adrotate-output.php:727
290
+ msgid "your attention:"
291
+ msgstr "la vostra attenzione:"
292
+
293
+ #: adrotate-output.php:758
294
+ msgid ""
295
+ "Thank you for choosing AdRotate Banner Manager. Everything related to "
296
+ "AdRotate is in this menu. If you need help getting started take a look at the"
297
+ msgstr ""
298
+ "Grazie per aver scelto AdRotate Banner Manager. Tutto ciò che riguarda "
299
+ "AdRotate è in questo menu. Se hai bisogno di aiuto per iniziare, dai "
300
+ "un'occhiata al"
301
+
302
+ #: adrotate-output.php:758
303
+ msgid "manuals"
304
+ msgstr "Manuali"
305
+
306
+ #: adrotate-output.php:758 adrotate-output.php:842
307
+ msgid "and"
308
+ msgstr "e"
309
+
310
+ #: adrotate-output.php:758
311
+ msgid "forums"
312
+ msgstr "forum"
313
+
314
+ #: adrotate-output.php:834
315
+ msgid "Help AdRotate Grow"
316
+ msgstr "Aiuta AdRotate a crescere"
317
+
318
+ #: adrotate-output.php:835 adrotate.php:149
319
+ msgid "AdRotate Professional"
320
+ msgstr "AdRotate Professional"
321
+
322
+ #: adrotate-output.php:842
323
+ msgid ""
324
+ "Many users only think to review AdRotate when something goes wrong while "
325
+ "thousands of people happily use AdRotate."
326
+ msgstr ""
327
+ "Molti utenti pensano solo di rivedere AdRotate quando qualcosa va storto, "
328
+ "mentre migliaia di persone usano felicemente AdRotate."
329
+
330
+ #: adrotate-output.php:842
331
+ msgid "If you find AdRotate useful please leave your"
332
+ msgstr "Se ritieni utile AdRotate, lascia il tuo"
333
+
334
+ #: adrotate-output.php:842
335
+ msgid "rating"
336
+ msgstr "valutazione"
337
+
338
+ #: adrotate-output.php:842
339
+ msgid "review"
340
+ msgstr "recensione"
341
+
342
+ #: adrotate-output.php:842
343
+ msgid "on WordPress.org to help AdRotate grow in a positive way"
344
+ msgstr "su WordPress.org per aiutare AdRotate a crescere in modo positivo"
345
+
346
+ #: adrotate-output.php:843
347
+ msgid ""
348
+ "Get more advanced features like Geo Targeting, scheduling and much more with "
349
+ "AdRotate Pro."
350
+ msgstr ""
351
+ "Ottieni funzionalità più avanzate come Geo Targeting, pianificazione e molto "
352
+ "altro con AdRotate Pro."
353
+
354
+ #: adrotate-output.php:843
355
+ msgid "Includes premium support and free updates for one year!"
356
+ msgstr "Include supporto premium e aggiornamenti gratuiti per un anno!"
357
+
358
+ #: adrotate-output.php:843
359
+ msgid "Get started today"
360
+ msgstr "Iniziate oggi stesso"
361
+
362
+ #: adrotate-statistics.php:155
363
+ msgid "January"
364
+ msgstr "Gennaio"
365
+
366
+ #: adrotate-statistics.php:155
367
+ msgid "February"
368
+ msgstr "Febbraio"
369
+
370
+ #: adrotate-statistics.php:155
371
+ msgid "March"
372
+ msgstr "Marzo"
373
+
374
+ #: adrotate-statistics.php:155
375
+ msgid "April"
376
+ msgstr "Aprile"
377
+
378
+ #: adrotate-statistics.php:155
379
+ msgid "May"
380
+ msgstr "Maggio"
381
+
382
+ #: adrotate-statistics.php:155
383
+ msgid "June"
384
+ msgstr "Giugno"
385
+
386
+ #: adrotate-statistics.php:155
387
+ msgid "July"
388
+ msgstr "Luglio"
389
+
390
+ #: adrotate-statistics.php:155
391
+ msgid "August"
392
+ msgstr "Agosto"
393
+
394
+ #: adrotate-statistics.php:155
395
+ msgid "September"
396
+ msgstr "Settembre"
397
+
398
+ #: adrotate-statistics.php:155
399
+ msgid "October"
400
+ msgstr "Ottobre"
401
+
402
+ #: adrotate-statistics.php:155
403
+ msgid "November"
404
+ msgstr "Novembre"
405
+
406
+ #: adrotate-statistics.php:155
407
+ msgid "December"
408
+ msgstr "Dicembre"
409
+
410
+ #: adrotate-statistics.php:164
411
+ msgid "Previous"
412
+ msgstr "Precedente"
413
+
414
+ #: adrotate-statistics.php:166 dashboard/publisher/statistics-advert.php:66
415
+ #: dashboard/publisher/statistics-group.php:73
416
+ #: dashboard/publisher/statistics-main.php:48
417
+ msgid "This month"
418
+ msgstr "Questo mese"
419
+
420
+ #: adrotate-statistics.php:167
421
+ msgid "Next"
422
+ msgstr "Successivo"
423
+
424
+ #: adrotate-statistics.php:225
425
+ msgid "No data to show!"
426
+ msgstr "Nessun dato da mostrare!"
427
+
428
+ #: adrotate-statistics.php:302 adrotate-statistics.php:303
429
+ msgid "Not found"
430
+ msgstr "Non trovato"
431
+
432
+ #: adrotate-widget.php:134
433
+ msgid "Title (optional):"
434
+ msgstr "Titolo (opzionale):"
435
+
436
+ #: adrotate-widget.php:137
437
+ msgid "HTML will be stripped out."
438
+ msgstr "HTML verrà rimosso."
439
+
440
+ #: adrotate-widget.php:140
441
+ msgid "Description (optional):"
442
+ msgstr "Descrizione (facoltativa):"
443
+
444
+ #: adrotate-widget.php:143
445
+ msgid "What is this widget used for? (Not parsed, HTML will be stripped out.)"
446
+ msgstr "A cosa serve questo widget? (Non analizzato, HTML verrà rimosso.)"
447
+
448
+ #: adrotate-widget.php:146
449
+ msgid "Type:"
450
+ msgstr "Tipo:"
451
+
452
+ #: adrotate-widget.php:148
453
+ msgid "Advert - Use Advert ID"
454
+ msgstr "Advert - Usa ID Advert"
455
+
456
+ #: adrotate-widget.php:149
457
+ msgid "Group - Use group ID"
458
+ msgstr "Gruppo - Usa ID del gruppo"
459
+
460
+ #: adrotate-widget.php:152
461
+ msgid "Choose what you want to use this widget for"
462
+ msgstr "Scegliere ciò che si desidera utilizzare questo widget per"
463
+
464
+ #: adrotate-widget.php:155
465
+ msgid "ID:"
466
+ msgstr "ID:"
467
+
468
+ #: adrotate-widget.php:158
469
+ msgid "Fill in the ID of the type you want to display!"
470
+ msgstr "Inserire l'ID del tipo che si desidera visualizzare!"
471
+
472
+ #: adrotate.php:102
473
+ msgid "General Info"
474
+ msgstr "Informazioni generali"
475
+
476
+ #: adrotate.php:103
477
+ msgid "AdRotate Pro"
478
+ msgstr "AdRotate Pro"
479
+
480
+ #: adrotate.php:104
481
+ msgid "Manage Adverts"
482
+ msgstr "Gestisci Inserzioni"
483
+
484
+ #: adrotate.php:105 dashboard/publisher/groups-main.php:12
485
+ msgid "Manage Groups"
486
+ msgstr "Gestisci Gruppi"
487
+
488
+ #: adrotate.php:106 dashboard/publisher/schedules-main.php:12
489
+ msgid "Manage Schedules"
490
+ msgstr "Gestisci pianificazioni"
491
+
492
+ #: adrotate.php:107 adrotate.php:387 adrotate.php:504
493
+ #: dashboard/adrotatepro.php:69 dashboard/publisher/adverts-edit.php:177
494
+ #: dashboard/publisher/statistics-main.php:23
495
+ #: dashboard/settings/statistics.php:17
496
+ msgid "Statistics"
497
+ msgstr "Statistiche"
498
+
499
+ #: adrotate.php:108
500
+ msgid "Manage Media"
501
+ msgstr "Gestisci Media"
502
+
503
+ #: adrotate.php:109 adrotate.php:468
504
+ msgid "Support"
505
+ msgstr "Supporto"
506
+
507
+ #: adrotate.php:110
508
+ msgid "Settings"
509
+ msgstr "Impostazioni"
510
+
511
+ #: adrotate.php:131
512
+ msgid "AdRotate Info"
513
+ msgstr "Informazioni AdRotate"
514
+
515
+ #: adrotate.php:189
516
+ msgid "Advert Management"
517
+ msgstr "Gestione Inserzioni"
518
+
519
+ #: adrotate.php:249 adrotate.php:317
520
+ msgid "Manage"
521
+ msgstr "Gestisci"
522
+
523
+ #: adrotate.php:250
524
+ msgid "Generator"
525
+ msgstr "Generatore"
526
+
527
+ #: adrotate.php:251 adrotate.php:318
528
+ msgid "Add New"
529
+ msgstr "Aggiungi Nuovo"
530
+
531
+ #: adrotate.php:311
532
+ msgid "Group Management"
533
+ msgstr "Gruppo eliminato"
534
+
535
+ #: adrotate.php:348
536
+ msgid "Schedules"
537
+ msgstr "Pianificazioni"
538
+
539
+ #: adrotate.php:429
540
+ msgid "Media and Assets"
541
+ msgstr "Media e risorse"
542
+
543
+ #: adrotate.php:433
544
+ msgid ""
545
+ "Upload images to the AdRotate Pro banners folder from here. This is useful "
546
+ "if you have HTML5 adverts containing multiple files."
547
+ msgstr ""
548
+ "Carica le immagini nella cartella dei banner AdRotate Pro da qui. Ciò è "
549
+ "utile se si dispone di annunci HTML5 contenenti più file."
550
+
551
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
552
+ msgid "Get more features"
553
+ msgstr "Ottenga più caratteristiche"
554
+
555
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
556
+ msgid "Get AdRotate Pro"
557
+ msgstr "Ottieni AdRotate Pro"
558
+
559
+ #: adrotate.php:497
560
+ msgid "AdRotate Settings"
561
+ msgstr "Impostazioni AdRotate"
562
+
563
+ #: adrotate.php:502 dashboard/publisher/statistics-main.php:28
564
+ msgid "General"
565
+ msgstr "Generale"
566
+
567
+ #: adrotate.php:503 dashboard/settings/notifications.php:18
568
+ msgid "Notifications"
569
+ msgstr "Notifiche"
570
+
571
+ #: adrotate.php:505 dashboard/publisher/adverts-edit.php:358
572
+ #: dashboard/publisher/groups-edit.php:193
573
+ #: dashboard/settings/advertisers.php:38
574
+ msgid "Geo Targeting"
575
+ msgstr "Geo Targeting"
576
+
577
+ #: adrotate.php:506 dashboard/settings/notifications.php:70
578
+ msgid "Advertisers"
579
+ msgstr "Inserzionisti"
580
+
581
+ #: adrotate.php:507 dashboard/settings/roles.php:17
582
+ msgid "Access Roles"
583
+ msgstr "Ruoli di accesso"
584
+
585
+ #: adrotate.php:508 dashboard/settings/misc.php:16
586
+ msgid "Miscellaneous"
587
+ msgstr "Varie"
588
+
589
+ #: adrotate.php:509 dashboard/settings/maintenance.php:16
590
+ msgid "Maintenance"
591
+ msgstr "Manutenzione"
592
+
593
+ #: dashboard/adrotatepro.php:18
594
+ msgid "Mobile campaigns"
595
+ msgstr "Campagne per dispositivi mobili"
596
+
597
+ #: dashboard/adrotatepro.php:21
598
+ msgid ""
599
+ "Target mobile users with ease and show the right adverts to smartphones, "
600
+ "tablets and computers. Mix and match as you please and offer adverts that "
601
+ "suit the device or mobile operating system. Create as many mobile adverts as "
602
+ "you want without effort and with a few easy to use options they show up "
603
+ "where you want them to!"
604
+ msgstr ""
605
+ "Rivolgiti agli utenti mobili con facilità e mostra le inserzioni giuste a "
606
+ "smartphone, tablet e computer. Mescolare e abbinare a tuo piacimento e "
607
+ "offrire annunci che si adattano al dispositivo o al sistema operativo "
608
+ "mobile. Crea tutte le inserzioni per dispositivi mobili che vuoi senza "
609
+ "sforzo e con alcune opzioni facili da usare vengono nel modo desiderato!"
610
+
611
+ #: dashboard/adrotatepro.php:26
612
+ msgid "Schedule all campaigns with ease"
613
+ msgstr "Pianifica tutte le campagne con facilità"
614
+
615
+ #: dashboard/adrotatepro.php:29
616
+ msgid ""
617
+ "Schedule your adverts and set up advertising campaigns based on dates you or "
618
+ "your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
619
+ "specific days in the week. You name it, AdRotate schedules it. This makes "
620
+ "planning your revenue stream very flexible. You can set one or many "
621
+ "schedules for adverts."
622
+ msgstr ""
623
+ "Pianifica le tue inserzioni e imposta campagne pubblicitarie in base alle "
624
+ "date che tu o i tuoi inserzionisti specificate senza incorrere. Inserzioni "
625
+ "stagionali, inserzioni settimanali, giorni specifici della settimana. Se lo "
626
+ "chiami, AdRotate lo pianifica. Questo rende la pianificazione del flusso di "
627
+ "entrate molto flessibile. Puoi impostare una o più pianificazioni per le "
628
+ "inserzioni."
629
+
630
+ #: dashboard/adrotatepro.php:34
631
+ msgid "Satisfy your advertisers"
632
+ msgstr "Soddisfa i tuoi inserzionisti"
633
+
634
+ #: dashboard/adrotatepro.php:37
635
+ msgid ""
636
+ "Set up advertisers and let them log in to their statistics or even create "
637
+ "their own adverts. Created adverts go into a moderation queue for your staff "
638
+ "to review. Advertisers have access to their own little dashboard where they "
639
+ "can see their adverts performance."
640
+ msgstr ""
641
+ "Imposta gli inserzionisti e lascia che esedano l'accesso alle loro "
642
+ "statistiche o addirittura creino le loro inserzioni. Le inserzioni create "
643
+ "vanno in una coda di moderazione per la revisione da parte del personale. "
644
+ "Gli inserzionisti hanno accesso alla loro piccola dashboard dove possono "
645
+ "vedere il rendimento delle loro inserzioni."
646
+
647
+ #: dashboard/adrotatepro.php:42
648
+ msgid "Get Fast Support almost all year round"
649
+ msgstr "Ottieni supporto veloce quasi tutto l'anno"
650
+
651
+ #: dashboard/adrotatepro.php:45
652
+ msgid ""
653
+ "When you activate your AdRotate Pro license you can use the more personal "
654
+ "email support. No more queueing up in the forums. AdRotate support takes "
655
+ "priority over the forums and is checked once or twice a day. Get a solution "
656
+ "(usually) within two business days."
657
+ msgstr ""
658
+ "Quando attivi la licenza AdRotate Pro, puoi utilizzare il supporto email più "
659
+ "personale. Niente più code nei forum. Il supporto AdRotate ha la priorità "
660
+ "sui forum e viene controllato una o due volte al giorno. Ottieni una "
661
+ "soluzione (in genere) entro due giorni lavorativi."
662
+
663
+ #: dashboard/adrotatepro.php:53
664
+ msgid "Localize your ad campaigns with Geo Targeting"
665
+ msgstr "Localizza le tue campagne pubblicitarie con Targeting geografico"
666
+
667
+ #: dashboard/adrotatepro.php:56
668
+ msgid ""
669
+ "Go nationwide or global with localized adverts for your various audiences. "
670
+ "Set up adverts for countries and cities and sell impressions per general "
671
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
672
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
673
+ msgstr ""
674
+ "Lavora a livello nazionale o globale con inserzioni localizzate per il tuo "
675
+ "pubblico più diversificato. Imposta le inserzioni per nazioni e città e "
676
+ "vendi le impressioni per tutta l'area. Collega il tuo sito a MaxMind GeoIP2, "
677
+ "Precision o AdRotate Geo. AdRotate Geo è un servizio di ricerca esclusivo "
678
+ "riservato agli utenti di AdRotate Pro."
679
+
680
+ #: dashboard/adrotatepro.php:61
681
+ msgid "Avoid adblockers"
682
+ msgstr "Evita i blocchi della pubblicità"
683
+
684
+ #: dashboard/adrotatepro.php:64
685
+ msgid ""
686
+ "Try and avoid adblockers so your adverts get the exposure you want them to "
687
+ "have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
688
+ "adverts are less likely to be removed. Of-course make sure you create your "
689
+ "adverts smartly so these features reach their full potential!"
690
+ msgstr ""
691
+ "Cerca di evitare gli adblocker in modo che le tue inserzioni ottuano "
692
+ "l'esposizione che desideri. AdRotate Pro offre alcuni strumenti avanzati per "
693
+ "ingannare gli adblocker in modo che le tue inserzioni siano meno soggette a "
694
+ "rimozione. Naturalmente assicurati di creare le tue inserzioni in modo "
695
+ "intelligente in modo che queste funzionalità raggiungano il loro pieno "
696
+ "potenziale!"
697
+
698
+ #: dashboard/adrotatepro.php:72
699
+ msgid ""
700
+ "Get statistics in AdRotate Pro. Similar to the free version you can track "
701
+ "stats in AdRotate itself and use all kinds of extra scheduling options. Or "
702
+ "you can track stats in Google Analytics and see more in-depth information "
703
+ "which relates to your visitors that way."
704
+ msgstr ""
705
+ "Ottieni statistiche in AdRotate Pro. Simile alla versione gratuita è "
706
+ "possibile tenere traccia delle statistiche in AdRotate stesso e utilizzare "
707
+ "tutti i tipi di opzioni di pianificazione extra. Oppure puoi monitorare le "
708
+ "statistiche in Google Analytics e visualizzare informazioni più approfondite "
709
+ "relative ai tuoi visitatori in questo modo."
710
+
711
+ #: dashboard/adrotatepro.php:77
712
+ msgid "Stay up-to-date with notifications"
713
+ msgstr "Rimani aggiornato con le notifiche"
714
+
715
+ #: dashboard/adrotatepro.php:80
716
+ msgid ""
717
+ "Stay in touch with Email notifications. Have AdRotate send you an alert when "
718
+ "adverts expire or need your attention. Get notified when adverts expire, "
719
+ "have errors or when advertisers create new adverts. Select up to three email "
720
+ "addresses to be notified. Never miss an expiration date again."
721
+ msgstr ""
722
+ "Rimani in contatto con le notifiche e-mail. Chiedi a AdRotate di inviarti un "
723
+ "avviso quando le inserzioni scadono o richiedono la tua attenzione. Ricevi "
724
+ "una notifica quando le inserzioni scadono, presentano errori o quando gli "
725
+ "inserzionisti creano nuove inserzioni. Selezionare fino a tre indirizzi di "
726
+ "posta elettronica per la notifica. Non perdere mai più una data di scadenza."
727
+
728
+ #: dashboard/info.php:22
729
+ msgid "At a Glance"
730
+ msgstr "A prima vista"
731
+
732
+ #: dashboard/info.php:27
733
+ msgid "Your setup"
734
+ msgstr "La tua configurazione"
735
+
736
+ #: dashboard/info.php:28
737
+ msgid "Adverts that need you"
738
+ msgstr "Inserzioni che hanno bisogno di te"
739
+
740
+ #: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:487
741
+ #: dashboard/publisher/groups-main.php:34
742
+ #: dashboard/publisher/schedules-main.php:34
743
+ #: dashboard/publisher/statistics-main.php:35
744
+ msgid "Adverts"
745
+ msgstr "Pubblicità"
746
+
747
+ #: dashboard/info.php:35
748
+ msgid "(Almost) Expired"
749
+ msgstr "(Quasi) Scaduto"
750
+
751
+ #: dashboard/info.php:38
752
+ msgid "Groups"
753
+ msgstr "Gruppi"
754
+
755
+ #: dashboard/info.php:39
756
+ msgid "Have errors"
757
+ msgstr "Errori"
758
+
759
+ #: dashboard/info.php:47
760
+ msgid "AdRotate Banner Manager"
761
+ msgstr "AdRotate Banner Manager"
762
+
763
+ #: dashboard/info.php:49
764
+ msgid "Support AdRotate Banner Manager"
765
+ msgstr "Supporto AdRotate Banner Manager"
766
+
767
+ #: dashboard/info.php:50
768
+ msgid ""
769
+ "Consider writing a review or making a donation if you like the plugin or if "
770
+ "you find the plugin useful. Thanks for your support!"
771
+ msgstr ""
772
+ "Prendi in considerazione la possibilità di scrivere una recensione o di fare "
773
+ "una donazione se ti piace il plugin o se ritieni che il plugin sia utile. "
774
+ "Grazie per il vostro sostegno!"
775
+
776
+ #: dashboard/info.php:53 dashboard/support.php:39
777
+ msgid "Plugins and services"
778
+ msgstr "Plugin e servizi"
779
+
780
+ #: dashboard/info.php:59 dashboard/support.php:47
781
+ msgid "WP Maintenance"
782
+ msgstr "WP Maintenance"
783
+
784
+ #: dashboard/info.php:60 dashboard/info.php:70 dashboard/support.php:48
785
+ #: dashboard/support.php:58
786
+ msgid "Professional service"
787
+ msgstr "Servizio professionale"
788
+
789
+ #: dashboard/info.php:63 dashboard/support.php:51
790
+ msgid ""
791
+ "Get all the latest updates for WordPress and plugins. Maintenance, delete "
792
+ "spam and clean up files."
793
+ msgstr ""
794
+ "Ottenere tutti gli ultimi aggiornamenti per WordPress e plugin. "
795
+ "Manutenzione, eliminazione di spam e pulizia dei file."
796
+
797
+ #: dashboard/info.php:69 dashboard/support.php:57
798
+ msgid "HTML5 Advert setup"
799
+ msgstr "Impostazione Inserzione HTML5"
800
+
801
+ #: dashboard/info.php:73 dashboard/support.php:61
802
+ msgid ""
803
+ "Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll "
804
+ "install and configure it for you."
805
+ msgstr ""
806
+ "Hai ricevuto un annuncio HTML5 e non riesci a farlo funzionare in AdRotate "
807
+ "Pro? Lo installerò e configurerò per te."
808
+
809
+ #: dashboard/info.php:79 dashboard/support.php:67
810
+ msgid "Single Page Checkout"
811
+ msgstr "Pagina singola Checkout"
812
+
813
+ #: dashboard/info.php:80 dashboard/support.php:68
814
+ msgid "WooCommerce Plugin"
815
+ msgstr "WooCommerce Plugin"
816
+
817
+ #: dashboard/info.php:83 dashboard/support.php:71
818
+ msgid ""
819
+ "Merge your cart and checkout pages into one single page in seconds with no "
820
+ "setup required at all."
821
+ msgstr ""
822
+ "Unisci il carrello e le pagine di checkout in un'unica pagina in pochi "
823
+ "secondi senza alcuna configurazione richiesta."
824
+
825
+ #: dashboard/info.php:95
826
+ msgid "News & Updates"
827
+ msgstr "News ed aggiornamenti"
828
+
829
+ #: dashboard/info.php:108
830
+ msgid "Buy AdRotate Professional"
831
+ msgstr "Acquista AdRotate Professional"
832
+
833
+ #: dashboard/info.php:110
834
+ msgid ""
835
+ "AdRotate Professional has a lot more functions for even better advertising "
836
+ "management. Check out the feature comparison tab on any of the product pages "
837
+ "to see what AdRotate Pro has to offer for you!"
838
+ msgstr ""
839
+ "AdRotate Professional ha molte più funzioni per una migliore gestione della "
840
+ "pubblicità. Dai un'occhiata alla scheda di confronto delle funzionalità in "
841
+ "una qualsiasi delle pagine dei prodotti per vedere cosa AdRotate Pro ha da "
842
+ "offrire per te!"
843
+
844
+ #: dashboard/info.php:112
845
+ msgid "Single License"
846
+ msgstr "Licenza singola"
847
+
848
+ #: dashboard/info.php:112
849
+ msgid "Use on ONE WordPress installation."
850
+ msgstr "Utilizzare su un'installazione WordPress."
851
+
852
+ #: dashboard/info.php:112 dashboard/info.php:113 dashboard/info.php:114
853
+ #: dashboard/info.php:115
854
+ msgid "Buy now"
855
+ msgstr "Acquista ora"
856
+
857
+ #: dashboard/info.php:113
858
+ msgid "Duo License"
859
+ msgstr "Licenza Duo"
860
+
861
+ #: dashboard/info.php:113
862
+ msgid "Use on TWO WordPress installations."
863
+ msgstr "Utilizzare su due installazioni WordPress."
864
+
865
+ #: dashboard/info.php:114
866
+ msgid "Multi License"
867
+ msgstr "Licenza multipla"
868
+
869
+ #: dashboard/info.php:114
870
+ msgid "Use on up to FIVE WordPress installations."
871
+ msgstr "Utilizzare su un massimo di cinque installazioni WordPress."
872
+
873
+ #: dashboard/info.php:115
874
+ msgid "Developer License"
875
+ msgstr "Licenza Developer"
876
+
877
+ #: dashboard/info.php:115
878
+ msgid "Use on up to a HUNDRED WordPress installations and/or networks."
879
+ msgstr ""
880
+ "Utilizzare su un massimo di un HUNDRED WordPress installazioni e/o reti."
881
+
882
+ #: dashboard/info.php:126
883
+ msgid "Advertising Partners & Affiliates"
884
+ msgstr "Pubblicità Partner & Affiliati"
885
+
886
+ #: dashboard/info.php:127
887
+ msgid ""
888
+ "A selection of quality advertiser networks and useful products. If you need "
889
+ "adverts or just want more or more diverse adverts. Check out these great "
890
+ "options!"
891
+ msgstr ""
892
+ "Una selezione di reti di inserzionisti di qualità e prodotti utili. Se hai "
893
+ "bisogno di pubblicità o vuoi solo più pubblicità o pubblicità diverse. Dai "
894
+ "un'occhiata a queste fantastiche opzioni!"
895
+
896
+ #: dashboard/info.php:134
897
+ msgid "Join the Media.net advertising network"
898
+ msgstr "Entra a far parte della rete pubblicitaria Media.net"
899
+
900
+ #: dashboard/publisher/adverts-disabled.php:15
901
+ msgid "Disabled Adverts"
902
+ msgstr "Inserzioni Disabilitate"
903
+
904
+ #: dashboard/publisher/adverts-disabled.php:20
905
+ #: dashboard/publisher/adverts-error.php:19
906
+ #: dashboard/publisher/adverts-main.php:20
907
+ #: dashboard/publisher/groups-main.php:20
908
+ #: dashboard/publisher/schedules-main.php:21
909
+ msgid "Bulk Actions"
910
+ msgstr "Azioni in blocco"
911
+
912
+ #: dashboard/publisher/adverts-disabled.php:21
913
+ #: dashboard/publisher/adverts-edit.php:186
914
+ msgid "Activate"
915
+ msgstr "Attiva"
916
+
917
+ #: dashboard/publisher/adverts-disabled.php:22
918
+ #: dashboard/publisher/adverts-error.php:21
919
+ #: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
920
+ msgid "Delete"
921
+ msgstr "Elimina"
922
+
923
+ #: dashboard/publisher/adverts-disabled.php:23
924
+ #: dashboard/publisher/adverts-error.php:22
925
+ #: dashboard/publisher/adverts-main.php:23
926
+ msgid "Reset stats"
927
+ msgstr "Azzera statistiche"
928
+
929
+ #: dashboard/publisher/adverts-disabled.php:25
930
+ #: dashboard/publisher/adverts-error.php:29
931
+ #: dashboard/publisher/adverts-main.php:30
932
+ #: dashboard/publisher/groups-main.php:24
933
+ #: dashboard/publisher/schedules-main.php:22
934
+ msgid "Go"
935
+ msgstr "Vai"
936
+
937
+ #: dashboard/publisher/adverts-disabled.php:35
938
+ #: dashboard/publisher/adverts-edit.php:485
939
+ #: dashboard/publisher/adverts-error.php:39
940
+ #: dashboard/publisher/adverts-main.php:39
941
+ #: dashboard/publisher/groups-edit.php:347
942
+ #: dashboard/publisher/groups-main.php:32
943
+ #: dashboard/publisher/schedules-main.php:31
944
+ msgid "ID"
945
+ msgstr "ID"
946
+
947
+ #: dashboard/publisher/adverts-disabled.php:36
948
+ #: dashboard/publisher/adverts-error.php:41
949
+ #: dashboard/publisher/adverts-main.php:40
950
+ #: dashboard/publisher/schedules-main.php:32
951
+ msgid "Start / End"
952
+ msgstr "Inizio / Fine"
953
+
954
+ #: dashboard/publisher/adverts-disabled.php:37
955
+ #: dashboard/publisher/adverts-edit.php:112
956
+ #: dashboard/publisher/adverts-edit.php:486
957
+ #: dashboard/publisher/adverts-error.php:40
958
+ #: dashboard/publisher/adverts-main.php:41
959
+ #: dashboard/publisher/groups-edit.php:53
960
+ #: dashboard/publisher/groups-edit.php:348
961
+ #: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
962
+ #: dashboard/publisher/schedules-main.php:33
963
+ msgid "Name"
964
+ msgstr "Nome"
965
+
966
+ #: dashboard/publisher/adverts-disabled.php:39
967
+ #: dashboard/publisher/adverts-main.php:43
968
+ #: dashboard/publisher/groups-edit.php:352
969
+ #: dashboard/publisher/groups-main.php:36
970
+ msgid "Shown"
971
+ msgstr "Visibile"
972
+
973
+ #: dashboard/publisher/adverts-disabled.php:40
974
+ #: dashboard/publisher/adverts-main.php:45
975
+ #: dashboard/publisher/groups-edit.php:353
976
+ #: dashboard/publisher/groups-main.php:38
977
+ #: dashboard/publisher/statistics-advert.php:52
978
+ #: dashboard/publisher/statistics-advert.php:58
979
+ #: dashboard/publisher/statistics-advert.php:72
980
+ #: dashboard/publisher/statistics-advert.php:78
981
+ #: dashboard/publisher/statistics-advert.php:99
982
+ #: dashboard/publisher/statistics-group.php:59
983
+ #: dashboard/publisher/statistics-group.php:65
984
+ #: dashboard/publisher/statistics-group.php:79
985
+ #: dashboard/publisher/statistics-group.php:85
986
+ #: dashboard/publisher/statistics-group.php:104
987
+ #: dashboard/publisher/statistics-main.php:40
988
+ #: dashboard/publisher/statistics-main.php:54
989
+ #: dashboard/publisher/statistics-main.php:58
990
+ #: dashboard/publisher/statistics-main.php:75
991
+ msgid "Clicks"
992
+ msgstr "Clic"
993
+
994
+ #: dashboard/publisher/adverts-disabled.php:41
995
+ #: dashboard/publisher/adverts-main.php:47
996
+ #: dashboard/publisher/statistics-advert.php:53
997
+ #: dashboard/publisher/statistics-advert.php:59
998
+ #: dashboard/publisher/statistics-advert.php:73
999
+ #: dashboard/publisher/statistics-advert.php:79
1000
+ #: dashboard/publisher/statistics-advert.php:100
1001
+ #: dashboard/publisher/statistics-group.php:60
1002
+ #: dashboard/publisher/statistics-group.php:66
1003
+ #: dashboard/publisher/statistics-group.php:80
1004
+ #: dashboard/publisher/statistics-group.php:86
1005
+ #: dashboard/publisher/statistics-group.php:105
1006
+ #: dashboard/publisher/statistics-main.php:41
1007
+ #: dashboard/publisher/statistics-main.php:55
1008
+ #: dashboard/publisher/statistics-main.php:59
1009
+ #: dashboard/publisher/statistics-main.php:76
1010
+ msgid "CTR"
1011
+ msgstr "CTR"
1012
+
1013
+ #: dashboard/publisher/adverts-disabled.php:59
1014
+ #: dashboard/publisher/adverts-error.php:56
1015
+ #: dashboard/publisher/adverts-main.php:66
1016
+ #: dashboard/publisher/groups-main.php:70
1017
+ msgid "Edit"
1018
+ msgstr "Modifica"
1019
+
1020
+ #: dashboard/publisher/adverts-disabled.php:59
1021
+ #: dashboard/publisher/adverts-error.php:56
1022
+ #: dashboard/publisher/adverts-main.php:66
1023
+ #: dashboard/publisher/groups-main.php:70
1024
+ msgid "Stats"
1025
+ msgstr "Statistiche"
1026
+
1027
+ #: dashboard/publisher/adverts-disabled.php:59
1028
+ #: dashboard/publisher/adverts-error.php:56
1029
+ #: dashboard/publisher/adverts-main.php:66
1030
+ msgid "Groups:"
1031
+ msgstr "Gruppi:"
1032
+
1033
+ #: dashboard/publisher/adverts-edit.php:50
1034
+ msgid "The AdCode cannot be empty!"
1035
+ msgstr "L'AdCode non può essere vuoto!"
1036
+
1037
+ #: dashboard/publisher/adverts-edit.php:53
1038
+ msgid ""
1039
+ "You did not use %asset% (or %image%) in your AdCode but did select a file to "
1040
+ "use!"
1041
+ msgstr ""
1042
+ "Non hai utilizzato %asset% (o %image%) nel tuo AdCode ma hai selezionato un "
1043
+ "file da usare!"
1044
+
1045
+ #: dashboard/publisher/adverts-edit.php:56
1046
+ msgid ""
1047
+ "You did use %asset% (or %image%) in your AdCode but did not select a file to "
1048
+ "use!"
1049
+ msgstr ""
1050
+ "Hai utilizzato %asset% (o %image%) nel tuo AdCode ma non hai selezionato un "
1051
+ "file da usare!"
1052
+
1053
+ #: dashboard/publisher/adverts-edit.php:59
1054
+ msgid ""
1055
+ "There is a problem saving the image. Please reset your image and re-save the "
1056
+ "ad!"
1057
+ msgstr ""
1058
+ "Si è verificato un problema durante il salvataggio dell'immagine. Si prega "
1059
+ "di ripristinare l'immagine e salvare nuovamente l'annuncio!"
1060
+
1061
+ #: dashboard/publisher/adverts-edit.php:62
1062
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1063
+ msgstr ""
1064
+ "Il monitoraggio è abilitato ma non è stato trovato alcun link/tag valido "
1065
+ "nell'adcode!"
1066
+
1067
+ #: dashboard/publisher/adverts-edit.php:67
1068
+ msgid ""
1069
+ "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1070
+ "the ad!"
1071
+ msgstr ""
1072
+ "AdRotate non riesce a trovare un errore, ma l'annuncio è contrassegnato come "
1073
+ "errato, prova a salvare nuovamente l'annuncio!"
1074
+
1075
+ #: dashboard/publisher/adverts-edit.php:70
1076
+ msgid "This ad is expired and currently not shown on your website!"
1077
+ msgstr ""
1078
+ "Questo annuncio è scaduto e attualmente non viene mostrato sul tuo sito web!"
1079
+
1080
+ #: dashboard/publisher/adverts-edit.php:73
1081
+ msgid "The ad will expire in less than 2 days!"
1082
+ msgstr "L'annuncio scadrà tra meno di 2 giorni!"
1083
+
1084
+ #: dashboard/publisher/adverts-edit.php:76
1085
+ msgid "This ad will expire in less than 7 days!"
1086
+ msgstr "Questo annuncio scadrà tra meno di 7 giorni!"
1087
+
1088
+ #: dashboard/publisher/adverts-edit.php:79
1089
+ msgid "This ad has been disabled and does not rotate on your site!"
1090
+ msgstr "Questo annuncio è stato disabilitato e non ruota sul tuo sito!"
1091
+
1092
+ #: dashboard/publisher/adverts-edit.php:104
1093
+ msgid "New Advert"
1094
+ msgstr "Nuova inserzione"
1095
+
1096
+ #: dashboard/publisher/adverts-edit.php:106
1097
+ msgid "Edit Advert"
1098
+ msgstr "Modifica annuncio"
1099
+
1100
+ #: dashboard/publisher/adverts-edit.php:121
1101
+ msgid "AdCode"
1102
+ msgstr "AdCode"
1103
+
1104
+ #: dashboard/publisher/adverts-edit.php:126
1105
+ msgid "Basic Examples:"
1106
+ msgstr "Esempi di base:"
1107
+
1108
+ #: dashboard/publisher/adverts-edit.php:127
1109
+ msgid "Click any of the examples to use it."
1110
+ msgstr "Fare clic su uno degli esempi per utilizzarlo."
1111
+
1112
+ #: dashboard/publisher/adverts-edit.php:136
1113
+ msgid "Useful tags"
1114
+ msgstr "Tag utili"
1115
+
1116
+ #: dashboard/publisher/adverts-edit.php:138
1117
+ msgid "Insert the advert ID Number."
1118
+ msgstr "Inserisci il numero ID dell'inserzione."
1119
+
1120
+ #: dashboard/publisher/adverts-edit.php:138
1121
+ msgid "Use this tag when selecting a image below."
1122
+ msgstr "Utilizzare questo tag quando si seleziona un'immagine di seguito."
1123
+
1124
+ #: dashboard/publisher/adverts-edit.php:138
1125
+ msgid "Insert the advert name."
1126
+ msgstr "Inserisci il nome dell'inserzione."
1127
+
1128
+ #: dashboard/publisher/adverts-edit.php:138
1129
+ msgid "Insert a random string. Useful for DFP/DoubleClick type adverts."
1130
+ msgstr ""
1131
+ "Inserire una stringa casuale. Utile per le inserzioni di tipo DFP/"
1132
+ "DoubleClick."
1133
+
1134
+ #: dashboard/publisher/adverts-edit.php:138
1135
+ msgid "Add inside the &lt;a&gt; tag to open the advert in a new window."
1136
+ msgstr ""
1137
+ "Aggiungi all'interno del tag &lt;a&gt; per aprire l'inserzione in una nuova "
1138
+ "finestra."
1139
+
1140
+ #: dashboard/publisher/adverts-edit.php:138
1141
+ msgid "Add inside the &lt;a&gt; tag to tell crawlers to ignore this link."
1142
+ msgstr ""
1143
+ "Aggiungere all'interno del tag &lt;a&gt; per indicare ai crawler di ignorare "
1144
+ "questo collegamento."
1145
+
1146
+ #: dashboard/publisher/adverts-edit.php:139
1147
+ msgid ""
1148
+ "Place the cursor where you want to add a tag and click to add it to your "
1149
+ "AdCode."
1150
+ msgstr ""
1151
+ "Posiziona il cursore nel punto in cui desideri aggiungere un tag e fai clic "
1152
+ "per aggiungerlo al tuo AdCode."
1153
+
1154
+ #: dashboard/publisher/adverts-edit.php:144
1155
+ msgid "Preview"
1156
+ msgstr "Anteprima"
1157
+
1158
+ #: dashboard/publisher/adverts-edit.php:147
1159
+ msgid ""
1160
+ "Note: While this preview is an accurate one, it might look different then it "
1161
+ "does on the website."
1162
+ msgstr ""
1163
+ "Nota: Anche se questa anteprima è accurata, potrebbe sembrare diversa dal "
1164
+ "sito web."
1165
+
1166
+ #: dashboard/publisher/adverts-edit.php:148
1167
+ msgid ""
1168
+ "This is because of CSS differences. Your themes CSS file is not active here!"
1169
+ msgstr ""
1170
+ "Ciò è dovuto alle differenze CSS. Il tuo file CSS temi non è attivo qui!"
1171
+
1172
+ #: dashboard/publisher/adverts-edit.php:153
1173
+ msgid "Banner asset"
1174
+ msgstr "Elemento Banner"
1175
+
1176
+ #: dashboard/publisher/adverts-edit.php:156
1177
+ msgid "WordPress media:"
1178
+ msgstr "WordPress media:"
1179
+
1180
+ #: dashboard/publisher/adverts-edit.php:156
1181
+ msgid "Select Banner"
1182
+ msgstr "Selezionare il Banner"
1183
+
1184
+ #: dashboard/publisher/adverts-edit.php:158
1185
+ msgid "- OR -"
1186
+ msgstr "- O -"
1187
+
1188
+ #: dashboard/publisher/adverts-edit.php:160
1189
+ msgid "Banner folder:"
1190
+ msgstr "Cartella Banner:"
1191
+
1192
+ #: dashboard/publisher/adverts-edit.php:161
1193
+ msgid "No image selected"
1194
+ msgstr "Nessuna immagine selezionata"
1195
+
1196
+ #: dashboard/publisher/adverts-edit.php:172
1197
+ msgid "Use %asset% in the adcode instead of the file path."
1198
+ msgstr "Utilizza %asset% nell'AdCode invece del percorso al file."
1199
+
1200
+ #: dashboard/publisher/adverts-edit.php:172
1201
+ msgid ""
1202
+ "Use either the text field or the dropdown. If the textfield has content that "
1203
+ "field has priority."
1204
+ msgstr ""
1205
+ "Utilizzare il campo di testo o l'elenco a discesa. Se il campo di testo ha "
1206
+ "contenuto, il campo ha la priorità."
1207
+
1208
+ #: dashboard/publisher/adverts-edit.php:179
1209
+ msgid "Enable click and impression tracking for this advert."
1210
+ msgstr "Abilita il tracciamento di click e impressioni per questo annuncio."
1211
+
1212
+ #: dashboard/publisher/adverts-edit.php:180
1213
+ msgid ""
1214
+ "Note: Clicktracking does not work for Javascript adverts such as those "
1215
+ "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1216
+ "always supported."
1217
+ msgstr ""
1218
+ "Nota: il clicktracking non funziona per le inserzioni Javascript come quelle "
1219
+ "fornite da Google AdSense/DFP/DoubleClick. Gli annunci HTML5/Flash non sono "
1220
+ "sempre supportati."
1221
+
1222
+ #: dashboard/publisher/adverts-edit.php:190
1223
+ msgid "Enabled, this ad will be visible"
1224
+ msgstr "Abilitato, questo annuncio sarà visibile"
1225
+
1226
+ #: dashboard/publisher/adverts-edit.php:191
1227
+ msgid "Disabled, do not show this advert anywhere"
1228
+ msgstr "Disabilitato, non mostrare questo annuncio da nessuna parte"
1229
+
1230
+ #: dashboard/publisher/adverts-edit.php:198
1231
+ #: dashboard/publisher/adverts-main.php:90
1232
+ #: dashboard/publisher/groups-main.php:89
1233
+ msgid "Get more features with AdRotate Pro."
1234
+ msgstr "Ottieni più funzionalità con AdRotate Pro."
1235
+
1236
+ #: dashboard/publisher/adverts-edit.php:198
1237
+ #: dashboard/publisher/adverts-edit.php:274
1238
+ #: dashboard/publisher/adverts-edit.php:356
1239
+ #: dashboard/publisher/adverts-edit.php:456
1240
+ #: dashboard/publisher/adverts-main.php:90
1241
+ #: dashboard/publisher/groups-edit.php:216
1242
+ #: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
1243
+ #: dashboard/publisher/schedules-main.php:89
1244
+ #: dashboard/publisher/statistics-advert.php:109
1245
+ #: dashboard/publisher/statistics-group.php:113
1246
+ #: dashboard/publisher/statistics-main.php:83
1247
+ msgid "Upgrade now"
1248
+ msgstr "Aggiorna adesso"
1249
+
1250
+ #: dashboard/publisher/adverts-edit.php:201
1251
+ #: dashboard/publisher/adverts-edit.php:277
1252
+ #: dashboard/publisher/adverts-edit.php:475
1253
+ #: dashboard/publisher/adverts-edit.php:518
1254
+ msgid "Save Advert"
1255
+ msgstr "Salva inserzione"
1256
+
1257
+ #: dashboard/publisher/adverts-edit.php:202
1258
+ #: dashboard/publisher/adverts-edit.php:278
1259
+ #: dashboard/publisher/adverts-edit.php:476
1260
+ #: dashboard/publisher/adverts-edit.php:519
1261
+ #: dashboard/publisher/adverts-generator.php:147
1262
+ #: dashboard/publisher/groups-edit.php:163
1263
+ #: dashboard/publisher/groups-edit.php:317
1264
+ #: dashboard/publisher/groups-edit.php:411
1265
+ msgid "Cancel"
1266
+ msgstr "Annulla"
1267
+
1268
+ #: dashboard/publisher/adverts-edit.php:205
1269
+ #: dashboard/publisher/adverts-edit.php:458
1270
+ #: dashboard/publisher/groups-edit.php:145
1271
+ #: dashboard/publisher/groups-edit.php:299
1272
+ msgid "Usage"
1273
+ msgstr "Utilizzo"
1274
+
1275
+ #: dashboard/publisher/adverts-edit.php:209
1276
+ #: dashboard/publisher/adverts-edit.php:462
1277
+ #: dashboard/publisher/groups-edit.php:149
1278
+ #: dashboard/publisher/groups-edit.php:303
1279
+ msgid "Widget"
1280
+ msgstr "Widget"
1281
+
1282
+ #: dashboard/publisher/adverts-edit.php:210
1283
+ #: dashboard/publisher/adverts-edit.php:463
1284
+ msgid ""
1285
+ "Drag the AdRotate widget to the sidebar where you want to place the advert "
1286
+ "and select the advert or the group the advert is in."
1287
+ msgstr ""
1288
+ "Trascina il widget AdRotate nella sidebar in cui vuoi mettere l'inserzione e "
1289
+ "seleziona questa o il gruppo in cui l'inserzione si trova."
1290
+
1291
+ #: dashboard/publisher/adverts-edit.php:213
1292
+ #: dashboard/publisher/adverts-edit.php:466
1293
+ #: dashboard/publisher/groups-edit.php:153
1294
+ #: dashboard/publisher/groups-edit.php:307
1295
+ msgid "In a post or page"
1296
+ msgstr "In un post o in una pagina"
1297
+
1298
+ #: dashboard/publisher/adverts-edit.php:215
1299
+ #: dashboard/publisher/adverts-edit.php:468
1300
+ #: dashboard/publisher/groups-edit.php:155
1301
+ #: dashboard/publisher/groups-edit.php:309
1302
+ msgid "Directly in a theme"
1303
+ msgstr "Direttamente in un tema"
1304
+
1305
+ #: dashboard/publisher/adverts-edit.php:221
1306
+ msgid "Get contextual adverts from Media.net"
1307
+ msgstr "Ottenere inserzioni contestuali da Media.net"
1308
+
1309
+ #: dashboard/publisher/adverts-edit.php:234
1310
+ msgid "Schedule your advert"
1311
+ msgstr "Pianifica la tua inserzione"
1312
+
1313
+ #: dashboard/publisher/adverts-edit.php:235
1314
+ msgid ""
1315
+ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1316
+ "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1317
+ "hours. 6AM is 6:00 hours."
1318
+ msgstr ""
1319
+ "L'ora utilizza un orologio a 24 ore. Quando sei abituato al sistema AM/PM "
1320
+ "tienilo a mente: se l'ora di inizio o di fine è dopo pranzo, aggiungi 12 "
1321
+ "ore. 2PM è 14:00 ore. 6AM è 6:00 ore."
1322
+
1323
+ #: dashboard/publisher/adverts-edit.php:239
1324
+ msgid "Start date"
1325
+ msgstr "Data di inizio"
1326
+
1327
+ #: dashboard/publisher/adverts-edit.php:243
1328
+ msgid "End date"
1329
+ msgstr "Data fine"
1330
+
1331
+ #: dashboard/publisher/adverts-edit.php:249
1332
+ msgid "Start time"
1333
+ msgstr "Ora di inizio"
1334
+
1335
+ #: dashboard/publisher/adverts-edit.php:256
1336
+ msgid "End time"
1337
+ msgstr "Ora fine"
1338
+
1339
+ #: dashboard/publisher/adverts-edit.php:266
1340
+ msgid "Maximum Clicks"
1341
+ msgstr "Numero massimo di clic"
1342
+
1343
+ #: dashboard/publisher/adverts-edit.php:267
1344
+ #: dashboard/publisher/adverts-edit.php:269
1345
+ msgid "Leave empty or 0 to skip this."
1346
+ msgstr "Lasciare vuoto o 0 per ignorare questa opzione."
1347
+
1348
+ #: dashboard/publisher/adverts-edit.php:268
1349
+ msgid "Maximum Impressions"
1350
+ msgstr "Numero massimo di impressioni"
1351
+
1352
+ #: dashboard/publisher/adverts-edit.php:274
1353
+ msgid ""
1354
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1355
+ "Pro."
1356
+ msgstr ""
1357
+ "Crea pianificazioni multiple e più avanzate per ogni inserzione con AdRotate "
1358
+ "Pro."
1359
+
1360
+ #: dashboard/publisher/adverts-edit.php:281
1361
+ #: dashboard/publisher/groups-edit.php:166 dashboard/settings/statistics.php:27
1362
+ #: dashboard/settings/statistics.php:29
1363
+ msgid "Advanced"
1364
+ msgstr "Avanzate"
1365
+
1366
+ #: dashboard/publisher/adverts-edit.php:282
1367
+ #: dashboard/publisher/adverts-edit.php:359
1368
+ msgid "Available in AdRotate Pro!"
1369
+ msgstr "Disponibile in AdRotate Pro!"
1370
+
1371
+ #: dashboard/publisher/adverts-edit.php:287
1372
+ msgid "Show to everyone"
1373
+ msgstr "Mostra a tutti"
1374
+
1375
+ #: dashboard/publisher/adverts-edit.php:289
1376
+ msgid "Disable this option to hide the advert from logged-in visitors."
1377
+ msgstr ""
1378
+ "Disattiva questa opzione per nascondere l'inserzione ai visitatori che hanno "
1379
+ "effettuato l'accesso."
1380
+
1381
+ #: dashboard/publisher/adverts-edit.php:294
1382
+ #: dashboard/publisher/groups-edit.php:350
1383
+ msgid "Weight"
1384
+ msgstr "Peso"
1385
+
1386
+ #: dashboard/publisher/adverts-edit.php:297
1387
+ msgid "Few impressions"
1388
+ msgstr "Poche impressioni"
1389
+
1390
+ #: dashboard/publisher/adverts-edit.php:302
1391
+ msgid "Less than average"
1392
+ msgstr "Meno della media"
1393
+
1394
+ #: dashboard/publisher/adverts-edit.php:307
1395
+ msgid "Normal impressions"
1396
+ msgstr "Impressioni normali"
1397
+
1398
+ #: dashboard/publisher/adverts-edit.php:312
1399
+ msgid "More than average"
1400
+ msgstr "Più della media"
1401
+
1402
+ #: dashboard/publisher/adverts-edit.php:317
1403
+ msgid "Many impressions"
1404
+ msgstr "Molte impressioni"
1405
+
1406
+ #: dashboard/publisher/adverts-edit.php:322
1407
+ msgid "Mobile"
1408
+ msgstr "Cellulare"
1409
+
1410
+ #: dashboard/publisher/adverts-edit.php:324
1411
+ msgid "Desktops/Laptops"
1412
+ msgstr "Desktops/Laptops"
1413
+
1414
+ #: dashboard/publisher/adverts-edit.php:327
1415
+ msgid "Smartphones"
1416
+ msgstr "Smartphones"
1417
+
1418
+ #: dashboard/publisher/adverts-edit.php:330
1419
+ msgid "Tablets"
1420
+ msgstr "Tablet"
1421
+
1422
+ #: dashboard/publisher/adverts-edit.php:333
1423
+ msgid ""
1424
+ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
1425
+ "and 'Operating System' are ignored!"
1426
+ msgstr ""
1427
+ "Abilita anche il supporto per i dispositivi mobili nel gruppo in cui va "
1428
+ "questa inserzione oppure 'Dispositivo' e 'Sistema Operativo' verranno "
1429
+ "ignorati!"
1430
+
1431
+ #: dashboard/publisher/adverts-edit.php:333
1432
+ msgid ""
1433
+ "Operating system detection only detects iOS and Android, select 'Not Mobile/"
1434
+ "Other' for everything else."
1435
+ msgstr ""
1436
+ "L'individuazione dei sistemi operativi individua solo iOS e Android, "
1437
+ "seleziona 'Non Mobili/Altri' per tutto il resto."
1438
+
1439
+ #: dashboard/publisher/adverts-edit.php:337
1440
+ msgid "Mobile OS"
1441
+ msgstr "Sistema operativo mobile"
1442
+
1443
+ #: dashboard/publisher/adverts-edit.php:339
1444
+ msgid "iOS"
1445
+ msgstr "iOS"
1446
+
1447
+ #: dashboard/publisher/adverts-edit.php:342
1448
+ msgid "Android"
1449
+ msgstr "Android"
1450
+
1451
+ #: dashboard/publisher/adverts-edit.php:345
1452
+ msgid "Not mobile/Others"
1453
+ msgstr "Non mobili/Altri"
1454
+
1455
+ #: dashboard/publisher/adverts-edit.php:349
1456
+ msgid "Auto-delete"
1457
+ msgstr "Auto-eliminazione"
1458
+
1459
+ #: dashboard/publisher/adverts-edit.php:351
1460
+ msgid "Automatically delete the advert 1 day after it expires?"
1461
+ msgstr "Eliminare automaticamente l'inserzione 1 giorno dopo la scadenza?"
1462
+
1463
+ #: dashboard/publisher/adverts-edit.php:351
1464
+ msgid ""
1465
+ "This is useful for short running campaigns that do not require attention "
1466
+ "after they finish."
1467
+ msgstr ""
1468
+ "Ciò è utile per le campagne a breve esecuzione che non richiedono attenzione "
1469
+ "al termine."
1470
+
1471
+ #: dashboard/publisher/adverts-edit.php:356
1472
+ msgid ""
1473
+ "With AdRotate Pro you can easily select which devices and mobile operating "
1474
+ "systems the advert should show on!"
1475
+ msgstr ""
1476
+ "Con AdRotate Pro puoi facilmente selezionare su quali dispositivi e sistemi "
1477
+ "operativi mobili l'annuncio dovrebbe essere mostrato!"
1478
+
1479
+ #: dashboard/publisher/adverts-edit.php:359
1480
+ msgid ""
1481
+ "Assign the advert to a group and enable that group to use Geo Targeting."
1482
+ msgstr ""
1483
+ "Assegna l'annuncio a un gruppo e abilita quel gruppo a utilizzare il Geo "
1484
+ "Targeting."
1485
+
1486
+ #: dashboard/publisher/adverts-edit.php:366
1487
+ msgid "Enter cities or metro IDs (DMA)"
1488
+ msgstr "Immettere città o metro-ID (DMA)"
1489
+
1490
+ #: dashboard/publisher/adverts-edit.php:369
1491
+ msgid "A comma separated list of Cities or Metro IDs:"
1492
+ msgstr "Un elenco separato da virgole di città o indirizzi di lavoro metro:"
1493
+
1494
+ #: dashboard/publisher/adverts-edit.php:369
1495
+ #: dashboard/publisher/adverts-edit.php:378
1496
+ msgid ""
1497
+ "AdRotate does not check the validity of names and assumes the basic english "
1498
+ "name."
1499
+ msgstr ""
1500
+ "AdRotate non controlla la validità dei nomi e assume il nome inglese di base."
1501
+
1502
+ #: dashboard/publisher/adverts-edit.php:374
1503
+ msgid "Enter States or State ISO3166-2 codes"
1504
+ msgstr "Immettere gli stati o i codici ISO3166-2 di stato"
1505
+
1506
+ #: dashboard/publisher/adverts-edit.php:376
1507
+ msgid "The listed cities must be in these states?"
1508
+ msgstr "Le città elencate devono trovarsi in questi stati?"
1509
+
1510
+ #: dashboard/publisher/adverts-edit.php:378
1511
+ msgid "A comma separated list of states:"
1512
+ msgstr "Un elenco di stati separati da virgole:"
1513
+
1514
+ #: dashboard/publisher/adverts-edit.php:386
1515
+ msgid "Select Countries and or Regions"
1516
+ msgstr "Seleziona Paesi e Regioni"
1517
+
1518
+ #: dashboard/publisher/adverts-edit.php:456
1519
+ msgid "Target your audience with Geo Targeting in AdRotate Pro"
1520
+ msgstr "Scegli come target il tuo pubblico con Geo Targeting in AdRotate Pro"
1521
+
1522
+ #: dashboard/publisher/adverts-edit.php:480
1523
+ msgid "Select Groups"
1524
+ msgstr "Seleziona gruppi"
1525
+
1526
+ #: dashboard/publisher/adverts-edit.php:496
1527
+ #: dashboard/publisher/groups-main.php:60
1528
+ #: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
1529
+ msgid "Default"
1530
+ msgstr "Predefinito"
1531
+
1532
+ #: dashboard/publisher/adverts-edit.php:497
1533
+ #: dashboard/publisher/groups-main.php:61
1534
+ msgid "Dynamic"
1535
+ msgstr "Dinamico"
1536
+
1537
+ #: dashboard/publisher/adverts-edit.php:497
1538
+ #: dashboard/publisher/groups-main.php:61
1539
+ msgid "second rotation"
1540
+ msgstr "seconda rotazione"
1541
+
1542
+ #: dashboard/publisher/adverts-edit.php:498
1543
+ #: dashboard/publisher/groups-main.php:62
1544
+ msgid "Block"
1545
+ msgstr "Blocco"
1546
+
1547
+ #: dashboard/publisher/adverts-edit.php:498
1548
+ #: dashboard/publisher/groups-main.php:62
1549
+ msgid "grid"
1550
+ msgstr "griglia"
1551
+
1552
+ #: dashboard/publisher/adverts-edit.php:499
1553
+ #: dashboard/publisher/groups-edit.php:223
1554
+ #: dashboard/publisher/groups-main.php:63
1555
+ msgid "Post Injection"
1556
+ msgstr "Post iniezione"
1557
+
1558
+ #: dashboard/publisher/adverts-edit.php:500
1559
+ msgid "Geolocation"
1560
+ msgstr "Geolocalizzazione"
1561
+
1562
+ #: dashboard/publisher/adverts-edit.php:507
1563
+ #: dashboard/publisher/groups-edit.php:62
1564
+ #: dashboard/publisher/groups-main.php:70
1565
+ msgid "Mode"
1566
+ msgstr "Modalità"
1567
+
1568
+ #: dashboard/publisher/adverts-error.php:12
1569
+ msgid "Adverts that need attention"
1570
+ msgstr "Inserzioni che necessitano di attenzione"
1571
+
1572
+ #: dashboard/publisher/adverts-error.php:20
1573
+ #: dashboard/publisher/adverts-main.php:21
1574
+ msgid "Deactivate"
1575
+ msgstr "Disattiva"
1576
+
1577
+ #: dashboard/publisher/adverts-error.php:23
1578
+ #: dashboard/publisher/adverts-main.php:25
1579
+ msgid "-- Renew --"
1580
+ msgstr "-- Rinnova --"
1581
+
1582
+ #: dashboard/publisher/adverts-error.php:24
1583
+ #: dashboard/publisher/adverts-main.php:26
1584
+ msgid "For 1 year"
1585
+ msgstr "Per 1 anno"
1586
+
1587
+ #: dashboard/publisher/adverts-error.php:25
1588
+ #: dashboard/publisher/adverts-main.php:27
1589
+ msgid "For 180 days"
1590
+ msgstr "Per 180 giorni"
1591
+
1592
+ #: dashboard/publisher/adverts-error.php:26
1593
+ #: dashboard/publisher/adverts-main.php:28
1594
+ msgid "For 30 days"
1595
+ msgstr "Per 30 giorni"
1596
+
1597
+ #: dashboard/publisher/adverts-error.php:27
1598
+ #: dashboard/publisher/adverts-main.php:29
1599
+ msgid "For 7 days"
1600
+ msgstr "per 7 giorni"
1601
+
1602
+ #: dashboard/publisher/adverts-error.php:64
1603
+ msgid "Configuration errors"
1604
+ msgstr "Errori di configurazione"
1605
+
1606
+ #: dashboard/publisher/adverts-error.php:65
1607
+ msgid "Expires soon"
1608
+ msgstr "Scadrà presto"
1609
+
1610
+ #: dashboard/publisher/adverts-error.php:66
1611
+ #: dashboard/settings/maintenance.php:45
1612
+ msgid "Expired"
1613
+ msgstr "Scaduto"
1614
+
1615
+ #: dashboard/publisher/adverts-generator.php:36
1616
+ msgid "Generate Advert Code"
1617
+ msgstr "Genera codice annuncio"
1618
+
1619
+ #: dashboard/publisher/adverts-generator.php:37
1620
+ msgid ""
1621
+ "Use the Generator if you have received a target url, banner image and/or "
1622
+ "some separate files with a description on how to use those. The AdRotate "
1623
+ "Generator will take your bits and pieces and try to generate a working "
1624
+ "adcode from it."
1625
+ msgstr ""
1626
+ "Utilizzare il generatore se avete ricevuto un URL di destinazione, immagine "
1627
+ "banner e /o alcuni file separati con una descrizione su come utilizzarli. Il "
1628
+ "generatore AdRotate prenderà i tuoi pezzi e cercherà di generare un codice "
1629
+ "di codice funzionante da esso."
1630
+
1631
+ #: dashboard/publisher/adverts-generator.php:39
1632
+ msgid ""
1633
+ "If you have a complete and working ad code / ad tag you do not use the "
1634
+ "Generator. You can simply paste that code in the AdCode field when creating "
1635
+ "your advert. For example as provided by Media.net or Google AdSense among "
1636
+ "others."
1637
+ msgstr ""
1638
+ "Se disponi di un codice annuncio/tag annuncio completo e funzionante, non "
1639
+ "utilizzi il Generatore. Puoi semplicemente incollare il codice nel campo "
1640
+ "AdCode quando crei la tua inserzione. Ad esempio, come fornito da Media.net "
1641
+ "o Google AdSense tra gli altri."
1642
+
1643
+ #: dashboard/publisher/adverts-generator.php:41
1644
+ msgid "Create your advert"
1645
+ msgstr "Crea la tua inserzione"
1646
+
1647
+ #: dashboard/publisher/adverts-generator.php:42
1648
+ msgid ""
1649
+ "This is a regular advert consisting of an image and a link, made up from "
1650
+ "HTML code."
1651
+ msgstr ""
1652
+ "Si tratta di un annuncio regolare costituito da un'immagine e un link, "
1653
+ "costituito da codice HTML."
1654
+
1655
+ #: dashboard/publisher/adverts-generator.php:47
1656
+ msgid "Required"
1657
+ msgstr "Richiesto"
1658
+
1659
+ #: dashboard/publisher/adverts-generator.php:53
1660
+ msgid "Banner image"
1661
+ msgstr "Immagine banner"
1662
+
1663
+ #: dashboard/publisher/adverts-generator.php:57
1664
+ msgid "Select advert image"
1665
+ msgstr "Seleziona immagine inserzione"
1666
+
1667
+ #: dashboard/publisher/adverts-generator.php:63
1668
+ msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
1669
+ msgstr ""
1670
+ "Il file non è presente nell'elenco? Caricarlo nella cartella banner "
1671
+ "utilizzando (s)FTP."
1672
+
1673
+ #: dashboard/publisher/adverts-generator.php:68
1674
+ msgid "Target website"
1675
+ msgstr "Sito web di destinazione"
1676
+
1677
+ #: dashboard/publisher/adverts-generator.php:70
1678
+ msgid "Where does the person clicking the advert go?"
1679
+ msgstr "Dove va la persona che fa clic sull'inserzione?"
1680
+
1681
+ #: dashboard/publisher/adverts-generator.php:77
1682
+ msgid "Viewports"
1683
+ msgstr "Larghezze di schermo"
1684
+
1685
+ #: dashboard/publisher/adverts-generator.php:77
1686
+ #: dashboard/publisher/groups-edit.php:207
1687
+ #: dashboard/settings/notifications.php:48
1688
+ msgid "Available in AdRotate Pro"
1689
+ msgstr "Disponibile in AdRotate Pro"
1690
+
1691
+ #: dashboard/publisher/adverts-generator.php:83
1692
+ msgid "Smaller Devices"
1693
+ msgstr "Dispositivi Piccoli"
1694
+
1695
+ #: dashboard/publisher/adverts-generator.php:87
1696
+ #: dashboard/publisher/adverts-generator.php:97
1697
+ #: dashboard/publisher/adverts-generator.php:107
1698
+ msgid "No file selected"
1699
+ msgstr "Nessun file selezionato"
1700
+
1701
+ #: dashboard/publisher/adverts-generator.php:88
1702
+ msgid ""
1703
+ "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
1704
+ "1440px resolution)."
1705
+ msgstr ""
1706
+ "Smartphone e tablet più piccoli con una larghezza massima di 480 pixel "
1707
+ "(risoluzione fino a 1440 pixel)."
1708
+
1709
+ #: dashboard/publisher/adverts-generator.php:93
1710
+ msgid "Medium sized Devices"
1711
+ msgstr "Dispositivi di media dimensione"
1712
+
1713
+ #: dashboard/publisher/adverts-generator.php:98
1714
+ msgid ""
1715
+ "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
1716
+ "to 1536px resolution)."
1717
+ msgstr ""
1718
+ "Smartphone più grandi o tablet di piccole dimensioni con una larghezza "
1719
+ "massima di 960 pixel (risoluzione fino a 1536 pixel)."
1720
+
1721
+ #: dashboard/publisher/adverts-generator.php:103
1722
+ msgid "Larger Devices"
1723
+ msgstr "Dispositivi Grandi"
1724
+
1725
+ #: dashboard/publisher/adverts-generator.php:108
1726
+ msgid ""
1727
+ "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
1728
+ "2048px resolution)."
1729
+ msgstr ""
1730
+ "Piccoli laptop e tablet più grandi con una larghezza massima di 1280 pixel "
1731
+ "(risoluzione fino a 2048 pixel)."
1732
+
1733
+ #: dashboard/publisher/adverts-generator.php:113
1734
+ #: dashboard/publisher/media.php:18
1735
+ msgid "Important:"
1736
+ msgstr "Importante:"
1737
+
1738
+ #: dashboard/publisher/adverts-generator.php:113
1739
+ msgid ""
1740
+ "All sizes are optional, but it is highly recommended to use at least the "
1741
+ "small and medium size. Devices with viewports greater than 1280px will use "
1742
+ "the full sized banner."
1743
+ msgstr ""
1744
+ "Tutte le dimensioni sono opzionali, ma si consiglia vivamente di utilizzare "
1745
+ "almeno dimensioni piccole e medie. I dispositivi con larghezza massima "
1746
+ "superiore a 1280 px utilizzeranno il banner di dimensioni complete."
1747
+
1748
+ #: dashboard/publisher/adverts-generator.php:113
1749
+ msgid ""
1750
+ "Are your files not listed? Upload them via the AdRotate Media Manager. For "
1751
+ "your convenience, use easy to use filenames."
1752
+ msgstr ""
1753
+ "I tuoi file non sono elencati? Caricali tramite il Media Manager di "
1754
+ "AdRotate. Per tua comodità, utilizza nomi di file facili."
1755
+
1756
+ #: dashboard/publisher/adverts-generator.php:118
1757
+ msgid "Optional"
1758
+ msgstr "Opzionale"
1759
+
1760
+ #: dashboard/publisher/adverts-generator.php:124
1761
+ msgid "Target window"
1762
+ msgstr "Finestra di destinazione"
1763
+
1764
+ #: dashboard/publisher/adverts-generator.php:126
1765
+ msgid "Open the advert in a new window?"
1766
+ msgstr "Vuoi aprire il sito in un'altra finestra?"
1767
+
1768
+ #: dashboard/publisher/adverts-generator.php:126
1769
+ msgid "(Recommended)"
1770
+ msgstr "(Raccomandato)"
1771
+
1772
+ #: dashboard/publisher/adverts-generator.php:130
1773
+ msgid "NoFollow"
1774
+ msgstr "NoFollow"
1775
+
1776
+ #: dashboard/publisher/adverts-generator.php:132
1777
+ msgid "Tell crawlers and search engines not to follow the target website url?"
1778
+ msgstr ""
1779
+ "Dire ai crawler e ai motori di ricerca di non seguire l'URL del sito Web di "
1780
+ "destinazione?"
1781
+
1782
+ #: dashboard/publisher/adverts-generator.php:132
1783
+ #: dashboard/publisher/adverts-generator.php:138
1784
+ msgid "(Available in AdRotate Pro)"
1785
+ msgstr "(Disponibile in AdRotate Pro)"
1786
+
1787
+ #: dashboard/publisher/adverts-generator.php:132
1788
+ msgid ""
1789
+ "Letting bots (Such as Googlebot) index paid links may negatively affect your "
1790
+ "SEO and PageRank."
1791
+ msgstr ""
1792
+ "Consentire ai bot (ad esempio Googlebot) di indicizzare link a pagamento può "
1793
+ "influire negativamente sul SEO e PageRank."
1794
+
1795
+ #: dashboard/publisher/adverts-generator.php:136
1796
+ msgid "Alt and Title"
1797
+ msgstr "Alt e Titolo"
1798
+
1799
+ #: dashboard/publisher/adverts-generator.php:138
1800
+ msgid "Add an alt and title attribute based on the asset name?"
1801
+ msgstr "Aggiungere un attributo alt e title in base al nome della risorsa?"
1802
+
1803
+ #: dashboard/publisher/adverts-generator.php:138
1804
+ msgid ""
1805
+ "Some bots/crawlers use them as a descriptive measure to see what the code is "
1806
+ "about."
1807
+ msgstr ""
1808
+ "Alcuni bot/crawler li usano come misura descrittiva per vedere di cosa "
1809
+ "tratta il codice."
1810
+
1811
+ #: dashboard/publisher/adverts-generator.php:146
1812
+ msgid "Generate and Configure Advert"
1813
+ msgstr "Genera e configura inserzione"
1814
+
1815
+ #: dashboard/publisher/adverts-generator.php:147
1816
+ msgid "Always test your adverts before activating them."
1817
+ msgstr "Prova sempre le tue inserzioni prima di attivarle."
1818
+
1819
+ #: dashboard/publisher/adverts-generator.php:150
1820
+ msgid "NOTE:"
1821
+ msgstr "NOTA:"
1822
+
1823
+ #: dashboard/publisher/adverts-generator.php:150
1824
+ msgid ""
1825
+ "While the Code Generator has been tested and works, code generation, as "
1826
+ "always, is a interpretation of user input. If you provide the correct bits "
1827
+ "and pieces, a working advert may be generated. If you leave fields empty or "
1828
+ "insert the wrong info you probably end up with a broken advert."
1829
+ msgstr ""
1830
+ "Mentre il generatore di codice è stato testato e funziona, la generazione di "
1831
+ "codice, come sempre, è un'interpretazione dell'input dell'utente. Se "
1832
+ "fornisci i bit e i pezzi corretti, potrebbe essere generata un'inserzione "
1833
+ "funzionante. Se lasci vuoti i campi o inserisci le informazioni errate, "
1834
+ "probabilmente avrai un annuncio danneggiato."
1835
+
1836
+ #: dashboard/publisher/adverts-generator.php:150
1837
+ msgid ""
1838
+ "Based on your input and experiences later iterations of the Code Generator "
1839
+ "will be better and more feature rich."
1840
+ msgstr ""
1841
+ "In base all'input ed esperienze successive del generatore di codice sarà "
1842
+ "migliore e più ricco di funzionalità."
1843
+
1844
+ #: dashboard/publisher/adverts-main.php:12
1845
+ msgid "Active Adverts"
1846
+ msgstr "Inserzioni Attive"
1847
+
1848
+ #: dashboard/publisher/adverts-main.php:24
1849
+ msgid "Export to CSV"
1850
+ msgstr "Esporta in CSV"
1851
+
1852
+ #: dashboard/publisher/adverts-main.php:44
1853
+ #: dashboard/publisher/adverts-main.php:46
1854
+ #: dashboard/publisher/groups-main.php:37
1855
+ #: dashboard/publisher/groups-main.php:39
1856
+ #: dashboard/publisher/statistics-advert.php:44
1857
+ #: dashboard/publisher/statistics-group.php:51
1858
+ msgid "Today"
1859
+ msgstr "Oggi"
1860
+
1861
+ #: dashboard/publisher/adverts-main.php:85
1862
+ msgid "No adverts created yet!"
1863
+ msgstr "Non sono ancora state create inserzioni!"
1864
+
1865
+ #: dashboard/publisher/groups-edit.php:45
1866
+ msgid "New Group"
1867
+ msgstr "Nuovo gruppo"
1868
+
1869
+ #: dashboard/publisher/groups-edit.php:47
1870
+ msgid "Edit Group"
1871
+ msgstr "Modifica Gruppo"
1872
+
1873
+ #: dashboard/publisher/groups-edit.php:65
1874
+ msgid "Default - Show one ad at a time"
1875
+ msgstr "Predefinito - Mostra un annuncio alla volta"
1876
+
1877
+ #: dashboard/publisher/groups-edit.php:66
1878
+ msgid "Dynamic Mode - Show a different ad every few seconds"
1879
+ msgstr "Modalità Dinamica - Mostra un annuncio differente ogni pochi secondi"
1880
+
1881
+ #: dashboard/publisher/groups-edit.php:67
1882
+ msgid "Block Mode - Show a block of adverts"
1883
+ msgstr "Blocco - Mostra un blocco di inserzioni"
1884
+
1885
+ #: dashboard/publisher/groups-edit.php:71
1886
+ msgid "Dynamic mode requires jQuery. You can enable this in AdRotate Settings."
1887
+ msgstr ""
1888
+ "La modalità dinamica richiede jQuery.Dynamic mode requires jQuery. È "
1889
+ "possibile abilitare questa funzionalità in Impostazioni AdRotate.You can "
1890
+ "enable this in AdRotate Settings."
1891
+
1892
+ #: dashboard/publisher/groups-edit.php:75
1893
+ msgid "Advert size"
1894
+ msgstr "Dimensioni dell'inserzione"
1895
+
1896
+ #: dashboard/publisher/groups-edit.php:77
1897
+ msgid "pixel(s) wide"
1898
+ msgstr "pixel(i) di larghezza"
1899
+
1900
+ #: dashboard/publisher/groups-edit.php:77
1901
+ msgid "pixel(s) high."
1902
+ msgstr "pixel(i) in alto."
1903
+
1904
+ #: dashboard/publisher/groups-edit.php:80
1905
+ msgid ""
1906
+ "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
1907
+ "recommended)."
1908
+ msgstr ""
1909
+ "Definisci le dimensioni massime delle inserzioni in pixel. La dimensione può "
1910
+ "essere 'auto' (scelta non consigliata)."
1911
+
1912
+ #: dashboard/publisher/groups-edit.php:86
1913
+ msgid "Dynamic and Block Mode"
1914
+ msgstr "Modalità dinamica e di blocco"
1915
+
1916
+ #: dashboard/publisher/groups-edit.php:90
1917
+ msgid "Block size"
1918
+ msgstr "Dimensione blocco"
1919
+
1920
+ #: dashboard/publisher/groups-edit.php:96
1921
+ msgid "rows"
1922
+ msgstr "righe"
1923
+
1924
+ #: dashboard/publisher/groups-edit.php:100
1925
+ msgid "columns"
1926
+ msgstr "colonne"
1927
+
1928
+ #: dashboard/publisher/groups-edit.php:103
1929
+ msgid "Block Mode"
1930
+ msgstr "Modalità blocco"
1931
+
1932
+ #: dashboard/publisher/groups-edit.php:103
1933
+ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
1934
+ msgstr ""
1935
+ "Blocchi più grandi diminuiranno le prestazioni dei tuoi siti! Valore "
1936
+ "predefinito: 2/2."
1937
+
1938
+ #: dashboard/publisher/groups-edit.php:107
1939
+ msgid "Automated refresh"
1940
+ msgstr "Aggiornamento automatico"
1941
+
1942
+ #: dashboard/publisher/groups-edit.php:126
1943
+ msgid "seconds."
1944
+ msgstr "secondi."
1945
+
1946
+ #: dashboard/publisher/groups-edit.php:129
1947
+ #: dashboard/publisher/groups-edit.php:138
1948
+ msgid "Dynamic Mode"
1949
+ msgstr "Modalità dinamica"
1950
+
1951
+ #: dashboard/publisher/groups-edit.php:129
1952
+ msgid ""
1953
+ "Load a new advert in this interval without reloading the page. Default: 6."
1954
+ msgstr ""
1955
+ "Carica una nuova inserzione in questo intervallo senza ricaricare la pagina. "
1956
+ "Valore predefinito: 6."
1957
+
1958
+ #: dashboard/publisher/groups-edit.php:133
1959
+ msgid "Repeat impressions"
1960
+ msgstr "Ripeti impressioni"
1961
+
1962
+ #: dashboard/publisher/groups-edit.php:135
1963
+ msgid "Count impressions for every cycle of adverts?"
1964
+ msgstr "Contare le impressioni per ogni ciclo di inserzioni?"
1965
+
1966
+ #: dashboard/publisher/groups-edit.php:138
1967
+ msgid ""
1968
+ "Uncheck this option to only count impressions for the first cycle of adverts."
1969
+ msgstr ""
1970
+ "Deseleziona questa opzione per contare solo le impressioni per il primo "
1971
+ "ciclo di inserzioni."
1972
+
1973
+ #: dashboard/publisher/groups-edit.php:143
1974
+ #: dashboard/publisher/groups-edit.php:216
1975
+ msgid "Get access to all features in AdRotate Pro."
1976
+ msgstr "Accedi a tutte le funzioni di AdRotate Pro."
1977
+
1978
+ #: dashboard/publisher/groups-edit.php:143
1979
+ msgid "Upgrade today"
1980
+ msgstr "Aggiorna oggi stesso"
1981
+
1982
+ #: dashboard/publisher/groups-edit.php:150
1983
+ #: dashboard/publisher/groups-edit.php:304
1984
+ msgid ""
1985
+ "Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
1986
+ "Adverts\" and enter ID"
1987
+ msgstr ""
1988
+ "Trascina il widget AdRotate nella sidebar in cui vuoi metterlo, seleziona "
1989
+ "\"Gruppo di Inserzioni\" e immetti l'ID"
1990
+
1991
+ #: dashboard/publisher/groups-edit.php:162
1992
+ #: dashboard/publisher/groups-edit.php:316
1993
+ #: dashboard/publisher/groups-edit.php:410
1994
+ msgid "Save Group"
1995
+ msgstr "Salva gruppo"
1996
+
1997
+ #: dashboard/publisher/groups-edit.php:170
1998
+ msgid "Advert Margin"
1999
+ msgstr "Margine dell'inserzione"
2000
+
2001
+ #: dashboard/publisher/groups-edit.php:172
2002
+ msgid "pixel(s)"
2003
+ msgstr "pixel"
2004
+
2005
+ #: dashboard/publisher/groups-edit.php:175
2006
+ msgid "A transparent area outside the advert in pixels. Default: 0."
2007
+ msgstr ""
2008
+ "Un'area trasparente al di fuori dell'annuncio in pixel. Valore predefinito: "
2009
+ "0."
2010
+
2011
+ #: dashboard/publisher/groups-edit.php:175
2012
+ msgid "Set to 0 to disable."
2013
+ msgstr "Impostare su 0 per disabilitare."
2014
+
2015
+ #: dashboard/publisher/groups-edit.php:175
2016
+ msgid "Margins are automatically disabled for blocks where required."
2017
+ msgstr ""
2018
+ "I margini vengono disattivati automaticamente per i blocchi dove richiesto."
2019
+
2020
+ #: dashboard/publisher/groups-edit.php:179
2021
+ msgid "Align the group"
2022
+ msgstr "Allineare il gruppo"
2023
+
2024
+ #: dashboard/publisher/groups-edit.php:182
2025
+ msgid "None (Default)"
2026
+ msgstr "Nessuno (default)"
2027
+
2028
+ #: dashboard/publisher/groups-edit.php:183
2029
+ msgid "Left"
2030
+ msgstr "Sinistra"
2031
+
2032
+ #: dashboard/publisher/groups-edit.php:184
2033
+ msgid "Right"
2034
+ msgstr "Destra"
2035
+
2036
+ #: dashboard/publisher/groups-edit.php:185
2037
+ msgid "Center"
2038
+ msgstr "Centro"
2039
+
2040
+ #: dashboard/publisher/groups-edit.php:189
2041
+ msgid ""
2042
+ "Align the group in your post or page. Using 'center' may affect your margin "
2043
+ "setting. Not every theme supports this feature."
2044
+ msgstr ""
2045
+ "Allinea il gruppo nel post o nella pagina. L'utilizzo di \"centro\" può "
2046
+ "influire sull'impostazione del margine. Non tutti i temi supportano questa "
2047
+ "funzione."
2048
+
2049
+ #: dashboard/publisher/groups-edit.php:194
2050
+ msgid "Enable Geo Targeting for this group."
2051
+ msgstr "Abilita targeting geografico per questo gruppo."
2052
+
2053
+ #: dashboard/publisher/groups-edit.php:195
2054
+ msgid "Do not forget to tell the adverts for which areas they should show."
2055
+ msgstr ""
2056
+ "Non dimenticare di comunicare gli annunci per quali aree dovrebbero mostrare."
2057
+
2058
+ #: dashboard/publisher/groups-edit.php:198
2059
+ msgid "Mobile Support"
2060
+ msgstr "Supporto mobile"
2061
+
2062
+ #: dashboard/publisher/groups-edit.php:199
2063
+ msgid "Enable mobile support for this group."
2064
+ msgstr "Abilitare il supporto per dispositivi mobili per questo gruppo."
2065
+
2066
+ #: dashboard/publisher/groups-edit.php:200
2067
+ msgid "Do not forget to put at least one mobile advert in this group."
2068
+ msgstr "Non dimenticare di mettere almeno un annuncio mobile in questo gruppo."
2069
+
2070
+ #: dashboard/publisher/groups-edit.php:203
2071
+ msgid "Fallback Group"
2072
+ msgstr "Fallback Group"
2073
+
2074
+ #: dashboard/publisher/groups-edit.php:211
2075
+ msgid ""
2076
+ "Select another group to fall back on when all adverts are expired, not in "
2077
+ "the visitors geographic area or are otherwise unavailable."
2078
+ msgstr ""
2079
+ "Seleziona un altro gruppo su cui ripiegare quando tutte le inserzioni sono "
2080
+ "scadute, non nell'area geografica dei visitatori o non sono disponibili."
2081
+
2082
+ #: dashboard/publisher/groups-edit.php:227
2083
+ #: dashboard/publisher/groups-edit.php:264
2084
+ #: dashboard/settings/geotargeting.php:24
2085
+ msgid "Disabled"
2086
+ msgstr "Disabilitato"
2087
+
2088
+ #: dashboard/publisher/groups-edit.php:228
2089
+ #: dashboard/publisher/groups-edit.php:265
2090
+ msgid "Widget (Pro only)"
2091
+ msgstr "Widget (solo Pro)"
2092
+
2093
+ #: dashboard/publisher/groups-edit.php:229
2094
+ #: dashboard/publisher/groups-edit.php:266
2095
+ msgid "Before content"
2096
+ msgstr "Prima del contenuto"
2097
+
2098
+ #: dashboard/publisher/groups-edit.php:230
2099
+ #: dashboard/publisher/groups-edit.php:267
2100
+ msgid "After content"
2101
+ msgstr "Dopo il contenuto"
2102
+
2103
+ #: dashboard/publisher/groups-edit.php:231
2104
+ #: dashboard/publisher/groups-edit.php:268
2105
+ msgid "Before and after content"
2106
+ msgstr "Contenuto prima e dopo"
2107
+
2108
+ #: dashboard/publisher/groups-edit.php:232
2109
+ #: dashboard/publisher/groups-edit.php:269
2110
+ msgid "Inside the content..."
2111
+ msgstr "All'interno del contenuto..."
2112
+
2113
+ #: dashboard/publisher/groups-edit.php:238
2114
+ #: dashboard/publisher/groups-edit.php:275
2115
+ msgid "after the middle paragraph"
2116
+ msgstr "dopo il paragrafo centrale"
2117
+
2118
+ #: dashboard/publisher/groups-edit.php:239
2119
+ #: dashboard/publisher/groups-edit.php:276
2120
+ msgid "after the 1st paragraph"
2121
+ msgstr "dopo il primo paragrafo"
2122
+
2123
+ #: dashboard/publisher/groups-edit.php:240
2124
+ #: dashboard/publisher/groups-edit.php:277
2125
+ msgid "after the 2nd paragraph"
2126
+ msgstr "dopo il secondo paragrafo"
2127
+
2128
+ #: dashboard/publisher/groups-edit.php:241
2129
+ #: dashboard/publisher/groups-edit.php:278
2130
+ msgid "after the 3rd paragraph"
2131
+ msgstr "dopo il terzo paragrafo"
2132
+
2133
+ #: dashboard/publisher/groups-edit.php:242
2134
+ #: dashboard/publisher/groups-edit.php:279
2135
+ msgid "after the 4th paragraph"
2136
+ msgstr "dopo il quarto paragrafo"
2137
+
2138
+ #: dashboard/publisher/groups-edit.php:243
2139
+ #: dashboard/publisher/groups-edit.php:280
2140
+ msgid "after the 5th paragraph"
2141
+ msgstr "dopo il quinto paragrafo"
2142
+
2143
+ #: dashboard/publisher/groups-edit.php:244
2144
+ #: dashboard/publisher/groups-edit.php:281
2145
+ msgid "after the 6th paragraph"
2146
+ msgstr "dopo il sesto paragrafo"
2147
+
2148
+ #: dashboard/publisher/groups-edit.php:245
2149
+ #: dashboard/publisher/groups-edit.php:282
2150
+ msgid "after the 7th paragraph"
2151
+ msgstr "dopo il settimo paragrafo"
2152
+
2153
+ #: dashboard/publisher/groups-edit.php:246
2154
+ #: dashboard/publisher/groups-edit.php:283
2155
+ msgid "after the 8th paragraph"
2156
+ msgstr "dopo l'ottavo paragrafo"
2157
+
2158
+ #: dashboard/publisher/groups-edit.php:260
2159
+ msgid "Page Injection"
2160
+ msgstr "Inserimento di pagine"
2161
+
2162
+ #: dashboard/publisher/groups-edit.php:320
2163
+ msgid "Wrapper code"
2164
+ msgstr "Codice wrapper"
2165
+
2166
+ #: dashboard/publisher/groups-edit.php:321
2167
+ msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
2168
+ msgstr ""
2169
+ "Avvolge ogni inserzione. HTML/JavaScript consentito, utilizzare con cura!"
2170
+
2171
+ #: dashboard/publisher/groups-edit.php:325
2172
+ msgid "Before advert"
2173
+ msgstr "Before advert"
2174
+
2175
+ #: dashboard/publisher/groups-edit.php:328
2176
+ #: dashboard/publisher/groups-edit.php:336
2177
+ msgid "Example:"
2178
+ msgstr "Esempio:"
2179
+
2180
+ #: dashboard/publisher/groups-edit.php:329
2181
+ msgid "Options:"
2182
+ msgstr "Opzioni:"
2183
+
2184
+ #: dashboard/publisher/groups-edit.php:333
2185
+ msgid "After advert"
2186
+ msgstr "After advert"
2187
+
2188
+ #: dashboard/publisher/groups-edit.php:342
2189
+ msgid "Select adverts"
2190
+ msgstr "Seleziona le inserzioni"
2191
+
2192
+ #: dashboard/publisher/groups-edit.php:349
2193
+ msgid "Visible until"
2194
+ msgstr "Visibile fino a"
2195
+
2196
+ #: dashboard/publisher/groups-edit.php:397
2197
+ msgid "No adverts created!"
2198
+ msgstr "Non sono state create inserzioni!"
2199
+
2200
+ #: dashboard/publisher/groups-edit.php:404
2201
+ msgid "Configuration errors."
2202
+ msgstr "Errori di configurazione."
2203
+
2204
+ #: dashboard/publisher/groups-edit.php:405
2205
+ #: dashboard/publisher/schedules-main.php:87
2206
+ msgid "Expires soon."
2207
+ msgstr "Scadrà presto"
2208
+
2209
+ #: dashboard/publisher/groups-edit.php:406
2210
+ #: dashboard/publisher/schedules-main.php:88
2211
+ msgid "Has expired."
2212
+ msgstr "È scaduto."
2213
+
2214
+ #: dashboard/publisher/groups-main.php:21
2215
+ msgid "Delete Group"
2216
+ msgstr "Elimina gruppo"
2217
+
2218
+ #: dashboard/publisher/groups-main.php:22
2219
+ msgid "Delete Group including adverts"
2220
+ msgstr "Cancella Gruppi che includono delle inserzioni"
2221
+
2222
+ #: dashboard/publisher/groups-main.php:24
2223
+ msgid "You are about to delete a group"
2224
+ msgstr "Si sta per eliminare un gruppo"
2225
+
2226
+ #: dashboard/publisher/groups-main.php:24
2227
+ msgid "This action can not be undone!"
2228
+ msgstr "Questa azione non può essere annullata!"
2229
+
2230
+ #: dashboard/publisher/groups-main.php:24 dashboard/settings/maintenance.php:22
2231
+ #: dashboard/settings/maintenance.php:91
2232
+ msgid "OK to continue, CANCEL to stop."
2233
+ msgstr "OK per continuare, CANCEL per interrompere."
2234
+
2235
+ #: dashboard/publisher/groups-main.php:84
2236
+ msgid "No groups created!"
2237
+ msgstr "Nessun gruppo creato!"
2238
+
2239
+ #: dashboard/publisher/media.php:17
2240
+ msgid "Upload new file"
2241
+ msgstr "Carica nuovo file"
2242
+
2243
+ #: dashboard/publisher/media.php:18
2244
+ msgid "Accepted files:"
2245
+ msgstr "Dile accettati:"
2246
+
2247
+ #: dashboard/publisher/media.php:18
2248
+ msgid "Maximum size is 512Kb per file."
2249
+ msgstr "La dimensione massima è 512 Kb per file."
2250
+
2251
+ #: dashboard/publisher/media.php:18
2252
+ msgid ""
2253
+ "Make sure your file has no spaces or special characters in the name. Replace "
2254
+ "spaces with a - or _."
2255
+ msgstr ""
2256
+ "Assicurati che il file non contracchi spazi o caratteri speciali nel nome. "
2257
+ "Sostituire gli spazi con a - o _."
2258
+
2259
+ #: dashboard/publisher/media.php:18
2260
+ msgid ""
2261
+ "If you remove spaces from filenames for HTML5 adverts also edit the html "
2262
+ "file so it knows about the changed name. For example for the javascript file."
2263
+ msgstr ""
2264
+ "Se rimuovi spazi dai nomi dei file per le inserzioni HTML5, modifica anche "
2265
+ "il file html in modo che conosca il nome modificato. Ad esempio per il file "
2266
+ "javascript."
2267
+
2268
+ #: dashboard/publisher/media.php:21
2269
+ msgid "Upload file"
2270
+ msgstr "Carica file"
2271
+
2272
+ #: dashboard/publisher/media.php:21
2273
+ msgid "Click only once per file!"
2274
+ msgstr "Fare clic una sola volta per file!"
2275
+
2276
+ #: dashboard/publisher/media.php:25
2277
+ msgid "Available files in"
2278
+ msgstr "File disponibili in"
2279
+
2280
+ #: dashboard/publisher/media.php:31
2281
+ msgid "Actions"
2282
+ msgstr "Azioni"
2283
+
2284
+ #: dashboard/publisher/media.php:65
2285
+ msgid "No files found!"
2286
+ msgstr "Nessun file trovato!"
2287
+
2288
+ #: dashboard/publisher/media.php:72
2289
+ msgid ""
2290
+ "Make sure the banner images are not in use by adverts when you delete them!"
2291
+ msgstr ""
2292
+ "Assicurati che le immagini del banner non siano in uso dalle inserzioni "
2293
+ "quando le elimini!"
2294
+
2295
+ #: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
2296
+ #: dashboard/publisher/statistics-advert.php:109
2297
+ #: dashboard/publisher/statistics-group.php:113
2298
+ #: dashboard/publisher/statistics-main.php:83
2299
+ msgid "Get more features with AdRotate Pro"
2300
+ msgstr "Ottieni più funzionalità con AdRotate Pro"
2301
+
2302
+ #: dashboard/publisher/schedules-main.php:13
2303
+ msgid ""
2304
+ "In AdRotate Pro you can schedule adverts for multiple periods of time. One "
2305
+ "schedule can be assigned to many adverts allowing you to manage multi advert "
2306
+ "campaigns easily. Schedules can be active on certain days of the week or on "
2307
+ "certain hours of the day."
2308
+ msgstr ""
2309
+ "In AdRotate Pro puoi pianificare le inserzioni per più periodi di tempo. Un "
2310
+ "programma può essere assegnato a molte inserzioni che ti consentono di "
2311
+ "gestire facilmente le campagne pubblicitarie più. Le pianificazioni possono "
2312
+ "essere attive in determinati giorni della settimana o in determinate ore del "
2313
+ "giorno."
2314
+
2315
+ #: dashboard/publisher/schedules-main.php:36
2316
+ msgid "Max Shown"
2317
+ msgstr "Massimo mostrato"
2318
+
2319
+ #: dashboard/publisher/schedules-main.php:37
2320
+ msgid "Max Clicks"
2321
+ msgstr "Numero massimo di clic"
2322
+
2323
+ #: dashboard/publisher/schedules-main.php:70
2324
+ msgid "Mon:"
2325
+ msgstr "Lu:"
2326
+
2327
+ #: dashboard/publisher/schedules-main.php:70
2328
+ msgid "Tue:"
2329
+ msgstr "Mara:"
2330
+
2331
+ #: dashboard/publisher/schedules-main.php:70
2332
+ msgid "Wed:"
2333
+ msgstr "Mercoledì:"
2334
+
2335
+ #: dashboard/publisher/schedules-main.php:70
2336
+ msgid "Thu:"
2337
+ msgstr "Thu:"
2338
+
2339
+ #: dashboard/publisher/schedules-main.php:70
2340
+ msgid "Fri:"
2341
+ msgstr "Ven:"
2342
+
2343
+ #: dashboard/publisher/schedules-main.php:70
2344
+ msgid "Sat:"
2345
+ msgstr "Sab:"
2346
+
2347
+ #: dashboard/publisher/schedules-main.php:70
2348
+ msgid "Sun:"
2349
+ msgstr "Dom:"
2350
+
2351
+ #: dashboard/publisher/schedules-main.php:70
2352
+ msgid "Between:"
2353
+ msgstr "Tra:"
2354
+
2355
+ #: dashboard/publisher/schedules-main.php:70
2356
+ msgid "Impression spread:"
2357
+ msgstr "Diffusione dell'impressione:"
2358
+
2359
+ #: dashboard/publisher/schedules-main.php:70
2360
+ msgid "Auto Delete:"
2361
+ msgstr "Auto-eliminazione"
2362
+
2363
+ #: dashboard/publisher/schedules-main.php:81
2364
+ msgid "Nothing here!"
2365
+ msgstr "Qui non c'è niente!"
2366
+
2367
+ #: dashboard/publisher/statistics-advert.php:39
2368
+ msgid "Statistics for advert"
2369
+ msgstr "Statistiche per le inserzioni"
2370
+
2371
+ #: dashboard/publisher/statistics-advert.php:46
2372
+ #: dashboard/publisher/statistics-group.php:53
2373
+ #: dashboard/publisher/statistics-main.php:30
2374
+ msgid "All time"
2375
+ msgstr "Tutte le date"
2376
+
2377
+ #: dashboard/publisher/statistics-advert.php:51
2378
+ #: dashboard/publisher/statistics-advert.php:57
2379
+ #: dashboard/publisher/statistics-advert.php:71
2380
+ #: dashboard/publisher/statistics-advert.php:77
2381
+ #: dashboard/publisher/statistics-advert.php:98
2382
+ #: dashboard/publisher/statistics-group.php:58
2383
+ #: dashboard/publisher/statistics-group.php:64
2384
+ #: dashboard/publisher/statistics-group.php:78
2385
+ #: dashboard/publisher/statistics-group.php:84
2386
+ #: dashboard/publisher/statistics-group.php:103
2387
+ #: dashboard/publisher/statistics-main.php:39
2388
+ #: dashboard/publisher/statistics-main.php:53
2389
+ #: dashboard/publisher/statistics-main.php:57
2390
+ #: dashboard/publisher/statistics-main.php:74
2391
+ msgid "Impressions"
2392
+ msgstr "Impressioni"
2393
+
2394
+ #: dashboard/publisher/statistics-advert.php:64
2395
+ #: dashboard/publisher/statistics-group.php:71
2396
+ #: dashboard/publisher/statistics-main.php:46
2397
+ msgid "Last month"
2398
+ msgstr "Mese scorso"
2399
+
2400
+ #: dashboard/publisher/statistics-advert.php:85
2401
+ #: dashboard/publisher/statistics-group.php:92
2402
+ #: dashboard/publisher/statistics-main.php:64
2403
+ msgid "Monthly overview of clicks and impressions"
2404
+ msgstr "Panoramica mensile di clic e impressioni"
2405
+
2406
+ #: dashboard/publisher/statistics-advert.php:108
2407
+ #: dashboard/publisher/statistics-group.php:112
2408
+ #: dashboard/publisher/statistics-main.php:82
2409
+ #: dashboard/settings/notifications.php:58
2410
+ msgid "Note:"
2411
+ msgstr "Nota:"
2412
+
2413
+ #: dashboard/publisher/statistics-advert.php:108
2414
+ #: dashboard/publisher/statistics-group.php:112
2415
+ #: dashboard/publisher/statistics-main.php:82
2416
+ msgid ""
2417
+ "All statistics are indicative. They do not nessesarily reflect results "
2418
+ "counted by other parties."
2419
+ msgstr ""
2420
+ "Tutte le statistiche sono indicative. Essi non riflettono i risultati "
2421
+ "conteggiati da altre parti."
2422
+
2423
+ #: dashboard/publisher/statistics-group.php:46
2424
+ msgid "Statistics for group"
2425
+ msgstr "Statistiche per il gruppo"
2426
+
2427
+ #: dashboard/publisher/statistics-main.php:37
2428
+ msgid "Adverts counting stats"
2429
+ msgstr "Statistiche di conteggio delle inserzioni"
2430
+
2431
+ #: dashboard/settings/advertisers.php:16
2432
+ msgid "Advertisers - Available in AdRotate Pro"
2433
+ msgstr "Inserzionisti - Disponibile in AdRotate Pro"
2434
+
2435
+ #: dashboard/settings/advertisers.php:17
2436
+ msgid "Enable advertisers so they can review and manage their own ads."
2437
+ msgstr ""
2438
+ "Abilita gli inserzionisti in modo che possano esaminare e gestire i propri "
2439
+ "annunci."
2440
+
2441
+ #: dashboard/settings/advertisers.php:20
2442
+ msgid "Enable Advertisers"
2443
+ msgstr "Abilita inserzionisti"
2444
+
2445
+ #: dashboard/settings/advertisers.php:22
2446
+ msgid "Allow adverts to be coupled to users (Advertisers)."
2447
+ msgstr "Consenti l'accoppiare le inserzioni agli utenti (Inserzionisti)."
2448
+
2449
+ #: dashboard/settings/advertisers.php:26
2450
+ msgid "Edit/update adverts"
2451
+ msgstr "Modifica/aggiorna le inserzioni"
2452
+
2453
+ #: dashboard/settings/advertisers.php:28
2454
+ msgid "Allow advertisers to add new or edit their adverts."
2455
+ msgstr ""
2456
+ "Consenti agli inserzionisti di aggiungere nuove inserzioni o di modificarne."
2457
+
2458
+ #: dashboard/settings/advertisers.php:32
2459
+ msgid "Mobile adverts"
2460
+ msgstr "Inserzioni per dispositivi mobili"
2461
+
2462
+ #: dashboard/settings/advertisers.php:34
2463
+ msgid "Allow advertisers to specify on which devices their ads will show."
2464
+ msgstr ""
2465
+ "Lascia agli inserzionisti di specificare su quali dispositivi vadano "
2466
+ "mostrate le loro inserzioni."
2467
+
2468
+ #: dashboard/settings/advertisers.php:40
2469
+ msgid ""
2470
+ "Allow advertisers to specify where their ads will show. Geo Targeting has to "
2471
+ "be enabled, too."
2472
+ msgstr ""
2473
+ "Consenti agli inserzionisti di specificare dove verranno pubblicati i loro "
2474
+ "annunci. Anche il Targeting geografico deve essere abilitato."
2475
+
2476
+ #: dashboard/settings/advertisers.php:44
2477
+ msgid "Advertiser role"
2478
+ msgstr "Ruolo inserzionista"
2479
+
2480
+ #: dashboard/settings/advertisers.php:46
2481
+ msgid "Create a seperate user role for your advertisers."
2482
+ msgstr "Crea un ruolo utente separato per i tuoi inserzionisti."
2483
+
2484
+ #: dashboard/settings/advertisers.php:47
2485
+ msgid ""
2486
+ "Don't forget to give these users access to their advertiser dashboard via "
2487
+ "the Roles tab."
2488
+ msgstr ""
2489
+ "Non dimenticare di concedere a questi utenti l'accesso alla dashboard "
2490
+ "dell'inserzionista tramite la scheda Ruoli."
2491
+
2492
+ #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2493
+ #: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
2494
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2495
+ #: dashboard/settings/statistics.php:83
2496
+ msgid "Update Options"
2497
+ msgstr "Aggiorna Opzioni"
2498
+
2499
+ #: dashboard/settings/general.php:17
2500
+ msgid "General Settings"
2501
+ msgstr "Impostazioni generali"
2502
+
2503
+ #: dashboard/settings/general.php:18
2504
+ msgid "General settings for AdRotate."
2505
+ msgstr "Impostazioni generali per AdRotate."
2506
+
2507
+ #: dashboard/settings/general.php:18 dashboard/settings/statistics.php:18
2508
+ msgid "Some options are only available in AdRotate Pro!"
2509
+ msgstr "Alcune opzioni sono disponibili solo in AdRotate Pro!"
2510
+
2511
+ #: dashboard/settings/general.php:21
2512
+ msgid "Shortcode in widgets"
2513
+ msgstr "Shortcode nei widget"
2514
+
2515
+ #: dashboard/settings/general.php:22
2516
+ msgid ""
2517
+ "Enable this option to if your theme does not support shortcodes in the "
2518
+ "WordPress text widget."
2519
+ msgstr ""
2520
+ "Abilita questa opzione se il tuo tema non supporta gli shortcode nei widget "
2521
+ "di testo di WordPress."
2522
+
2523
+ #: dashboard/settings/general.php:25
2524
+ msgid "Disable live preview"
2525
+ msgstr "Disabilita l'anteprima live"
2526
+
2527
+ #: dashboard/settings/general.php:26
2528
+ msgid ""
2529
+ "Enable this option if you have faulty adverts that overflow their designated "
2530
+ "area while creating/editing adverts."
2531
+ msgstr ""
2532
+ "Abilita questa opzione se hai degli annunci difettosi che escono fuori "
2533
+ "dall'area loro assegnata quando si creano/modificano degli annunci."
2534
+
2535
+ #: dashboard/settings/general.php:29
2536
+ msgid "Disable dynamic mode"
2537
+ msgstr "Disabilita la modalità dinamica"
2538
+
2539
+ #: dashboard/settings/general.php:30
2540
+ msgid ""
2541
+ "Enable this option to disable dynamic mode in groups for mobile devices if "
2542
+ "you notice skipping or jumpy content."
2543
+ msgstr ""
2544
+ "Abilita questa opzione per disabilitare la modalità dinamica per i "
2545
+ "dispositivi mobili si avverti che dei contenuti vengono saltati o esclusi."
2546
+
2547
+ #: dashboard/settings/general.php:33
2548
+ msgid "Load jQuery"
2549
+ msgstr "Carica jQuery"
2550
+
2551
+ #: dashboard/settings/general.php:34
2552
+ msgid ""
2553
+ "Enable this option if your theme does not load jQuery. jQuery is required "
2554
+ "for dynamic groups, statistics and some other features."
2555
+ msgstr ""
2556
+ "Abilita questa opzione se il tuo tema non carica jQuery. jQery è richiesto "
2557
+ "per gruppi dinamici, statistiche e alcune altre funzioni."
2558
+
2559
+ #: dashboard/settings/general.php:37
2560
+ msgid "Load scripts in footer?"
2561
+ msgstr "Carico gli script nel footer?"
2562
+
2563
+ #: dashboard/settings/general.php:38
2564
+ msgid ""
2565
+ "Enable this option if you want to load all AdRotate Javascripts in the "
2566
+ "footer of your site."
2567
+ msgstr ""
2568
+ "Abilita questa opzione se vuoi caricare tutti i JavaScript AdRotate nel "
2569
+ "footer del tuo sito."
2570
+
2571
+ #: dashboard/settings/general.php:41
2572
+ msgid "Adblock disguise"
2573
+ msgstr "Travestimento di Adblock"
2574
+
2575
+ #: dashboard/settings/general.php:43
2576
+ msgid "Leave empty to disable. Use only lowercaps letters. For example:"
2577
+ msgstr ""
2578
+ "Lasciare vuoto per disabilitare. Utilizzare solo lettere con tappi "
2579
+ "inferiori. Per esempio:"
2580
+
2581
+ #: dashboard/settings/general.php:44
2582
+ msgid ""
2583
+ "Try and avoid adblock plugins in most modern browsers when using shortcodes."
2584
+ msgstr ""
2585
+ "Cerca te evitare i plugin adblock nella maggior parte dei browser moderni "
2586
+ "quando usi gli shortcode."
2587
+
2588
+ #: dashboard/settings/general.php:44
2589
+ msgid ""
2590
+ "To also apply this feature to widgets, use a text widget with a shortcode "
2591
+ "instead of the AdRotate widget."
2592
+ msgstr ""
2593
+ "Per applicare questa funzione anche ai widget, utilizzate un widget di testo "
2594
+ "con uno shortcode anziché il widget AdRotate."
2595
+
2596
+ #: dashboard/settings/general.php:44
2597
+ msgid ""
2598
+ "Avoid the use of obvious keywords or filenames in your adverts or this "
2599
+ "feature will have little effect!"
2600
+ msgstr ""
2601
+ "Evitare l'uso di parole chiave o nomi di file evidenti nelle tue inserzioni "
2602
+ "o questa funzione avrà poco effetto!"
2603
+
2604
+ #: dashboard/settings/general.php:49
2605
+ msgid "Banner Folder"
2606
+ msgstr "Cartella Banner"
2607
+
2608
+ #: dashboard/settings/general.php:50
2609
+ msgid "Set a folder where your banner images will be stored."
2610
+ msgstr ""
2611
+ "Impostare una cartella in cui verranno memorizzate le immagini del banner."
2612
+
2613
+ #: dashboard/settings/general.php:53
2614
+ msgid "Folder name"
2615
+ msgstr "Nome cartella"
2616
+
2617
+ #: dashboard/settings/general.php:55
2618
+ msgid "(Default: banners)."
2619
+ msgstr "(Predefinito: banner)."
2620
+
2621
+ #: dashboard/settings/general.php:56
2622
+ msgid ""
2623
+ "To try and trick ad blockers you could set the folder to something crazy "
2624
+ "like:"
2625
+ msgstr ""
2626
+ "Per cercare di ingannare gli ad blocker si potrebbe impostare la cartella a "
2627
+ "qualcosa di folle come:"
2628
+
2629
+ #: dashboard/settings/general.php:57
2630
+ msgid ""
2631
+ "This folder will not be automatically created if it doesn't exist. AdRotate "
2632
+ "will show errors when the folder is missing."
2633
+ msgstr ""
2634
+ "Questa cartella non verrà creata automaticamente se non esiste. AdRotate "
2635
+ "mostrerà gli errori quando la cartella è mancante."
2636
+
2637
+ #: dashboard/settings/general.php:62
2638
+ msgid "Bot filter"
2639
+ msgstr "Filtro bot"
2640
+
2641
+ #: dashboard/settings/general.php:63
2642
+ msgid "The bot filter is used for the AdRotate stats tracker."
2643
+ msgstr ""
2644
+ "Il filtro bot viene utilizzato per il rilevamento delle statistiche AdRotate."
2645
+
2646
+ #: dashboard/settings/general.php:66
2647
+ msgid "User-Agent Filter"
2648
+ msgstr "Filtro agente utente"
2649
+
2650
+ #: dashboard/settings/general.php:69
2651
+ msgid ""
2652
+ "A comma separated list of keywords. Filter out bots/crawlers/user-agents."
2653
+ msgstr ""
2654
+ "Elenco di parole chiave separate da virgole. Escludere bot/crawler/user-"
2655
+ "agent."
2656
+
2657
+ #: dashboard/settings/general.php:70
2658
+ msgid ""
2659
+ "Keep in mind that this might give false positives. The word 'fire' also "
2660
+ "matches 'firefox', but not vice-versa. So be careful!"
2661
+ msgstr ""
2662
+ "Tenete a mente che questo potrebbe dare falsi positivi. La parola \"fuoco\" "
2663
+ "corrisponde anche a 'firefox', ma non viceversa. Quindi state attenti!"
2664
+
2665
+ #: dashboard/settings/general.php:71
2666
+ msgid ""
2667
+ "Only words with alphanumeric characters and [ - _ ] are allowed. All other "
2668
+ "characters are stripped out."
2669
+ msgstr ""
2670
+ "Sono consentite solo le parole con caratteri alfanumerici e [ - _ ]. Tutti "
2671
+ "gli altri personaggi vengono rimossi."
2672
+
2673
+ #: dashboard/settings/general.php:72
2674
+ msgid ""
2675
+ "Additionally to the list specified here, empty User-Agents are blocked as "
2676
+ "well."
2677
+ msgstr ""
2678
+ "Oltre all'elenco specificato qui, vengono bloccati anche gli agenti utente "
2679
+ "vuoti."
2680
+
2681
+ #: dashboard/settings/general.php:72
2682
+ msgid "Learn more about"
2683
+ msgstr "Ulteriori informazioni su"
2684
+
2685
+ #: dashboard/settings/general.php:72
2686
+ msgid "user-agents"
2687
+ msgstr "agenti di utenti"
2688
+
2689
+ #: dashboard/settings/geotargeting.php:17
2690
+ msgid "Geo Targeting - Available in AdRotate Pro"
2691
+ msgstr "Targeting geografico - Disponibile in AdRotate Pro"
2692
+
2693
+ #: dashboard/settings/geotargeting.php:18
2694
+ msgid "Target certain areas in the world for better advertising oppurtunities."
2695
+ msgstr ""
2696
+ "Rivolgiti a determinate aree del mondo per migliorare l'opportunità "
2697
+ "pubblicitaria."
2698
+
2699
+ #: dashboard/settings/geotargeting.php:21
2700
+ msgid "Which Geo Service"
2701
+ msgstr "Quale Geo Service"
2702
+
2703
+ #: dashboard/settings/geotargeting.php:32
2704
+ msgid "30000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2705
+ msgstr ""
2706
+ "30000 lookup gratuiti ogni giorno, utilizza i database GeoLite2 di MaxMind!"
2707
+
2708
+ #: dashboard/settings/geotargeting.php:33
2709
+ #: dashboard/settings/geotargeting.php:37
2710
+ #: dashboard/settings/geotargeting.php:41
2711
+ #: dashboard/settings/geotargeting.php:45 dashboard/settings/statistics.php:33
2712
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:39
2713
+ #: dashboard/settings/statistics.php:42 dashboard/settings/statistics.php:45
2714
+ msgid "Supports:"
2715
+ msgstr "Supporti:"
2716
+
2717
+ #: dashboard/settings/geotargeting.php:34
2718
+ #: dashboard/settings/geotargeting.php:38
2719
+ #: dashboard/settings/geotargeting.php:42
2720
+ #: dashboard/settings/geotargeting.php:46
2721
+ msgid "Scalability:"
2722
+ msgstr "Scalabilità:"
2723
+
2724
+ #: dashboard/settings/geotargeting.php:34
2725
+ msgid "Suitable for small to medium sized websites."
2726
+ msgstr "Adatto per siti web di piccole e medie dimensioni."
2727
+
2728
+ #: dashboard/settings/geotargeting.php:36
2729
+ #: dashboard/settings/geotargeting.php:40
2730
+ msgid "More info"
2731
+ msgstr "Più informazioni"
2732
+
2733
+ #: dashboard/settings/geotargeting.php:36
2734
+ msgid "10000 free lookups per month, requires account."
2735
+ msgstr "10000 lookup gratuite al mese, richiede l'account."
2736
+
2737
+ #: dashboard/settings/geotargeting.php:38
2738
+ msgid ""
2739
+ "Suitable for small to medium sized websites with a free account - Paid "
2740
+ "options available."
2741
+ msgstr ""
2742
+ "Adatto per siti web di piccole e medie dimensioni con un account gratuito - "
2743
+ "Opzioni a pagamento disponibili."
2744
+
2745
+ #: dashboard/settings/geotargeting.php:40
2746
+ msgid "The most accurate geo targeting available."
2747
+ msgstr "Il targeting geografico più accurato disponibile."
2748
+
2749
+ #: dashboard/settings/geotargeting.php:42
2750
+ msgid "Suitable for any size website as long as you have lookups."
2751
+ msgstr "Adatto per siti webh di tutte le dimensioni fin quando hai dei lookup."
2752
+
2753
+ #: dashboard/settings/geotargeting.php:44
2754
+ msgid "Basic geolocation included in every CloudFlare account."
2755
+ msgstr "Geolocalizzazione di base inclusa in tutti gli account CloudFlare."
2756
+
2757
+ #: dashboard/settings/geotargeting.php:46
2758
+ msgid "Suitable for any size website."
2759
+ msgstr "Adatto per siti web di tutte le dimensioni."
2760
+
2761
+ #: dashboard/settings/geotargeting.php:51
2762
+ msgid "Geo Cookie Lifespan"
2763
+ msgstr "Durata dei cookie Geo"
2764
+
2765
+ #: dashboard/settings/geotargeting.php:60
2766
+ msgid "Hours."
2767
+ msgstr "Ore."
2768
+
2769
+ #: dashboard/settings/geotargeting.php:61
2770
+ msgid ""
2771
+ "Geo Data is stored in a cookie to reduce lookups. How long should this "
2772
+ "cookie last? A longer period is less accurate for mobile users but may "
2773
+ "reduce the usage of your lookups drastically."
2774
+ msgstr ""
2775
+ "I Geo Dati sono conservati in un cookie per ridurre le interrogazioni. Che "
2776
+ "durata deve avere questo cookie? Un periodo lungo è meno accurato per gli "
2777
+ "utenti mobili ma può ridurre drasticamente l'uso delle interrogazioni."
2778
+
2779
+ #: dashboard/settings/geotargeting.php:67
2780
+ msgid "MaxMind City/Country"
2781
+ msgstr "Città/Nazione MaxMind"
2782
+
2783
+ #: dashboard/settings/geotargeting.php:70
2784
+ msgid "Username/Email"
2785
+ msgstr "Nome utente o email"
2786
+
2787
+ #: dashboard/settings/geotargeting.php:74
2788
+ msgid "Password/License Key"
2789
+ msgstr "Password/Codice Licenza"
2790
+
2791
+ #: dashboard/settings/maintenance.php:17
2792
+ msgid ""
2793
+ "Use these functions when you notice your database is slow, unresponsive and "
2794
+ "sluggish."
2795
+ msgstr ""
2796
+ "Utilizzare queste funzioni quando si nota che il database è lento, non "
2797
+ "risponde e lento."
2798
+
2799
+ #: dashboard/settings/maintenance.php:22
2800
+ msgid "Check all adverts for configuration errors"
2801
+ msgstr ""
2802
+ "Controllare la presenza di errori di configurazione per tutte le inserzioni"
2803
+
2804
+ #: dashboard/settings/maintenance.php:22
2805
+ msgid "You are about to check all adverts for errors."
2806
+ msgstr "Stai per controllare tutte le inserzioni per eventuali errori."
2807
+
2808
+ #: dashboard/settings/maintenance.php:22
2809
+ msgid "This might take a few seconds!"
2810
+ msgstr "L'operazione potrebbe richiedere alcuni secondi!"
2811
+
2812
+ #: dashboard/settings/maintenance.php:24
2813
+ msgid ""
2814
+ "Apply all evaluation rules to all adverts to see if any error slipped in."
2815
+ msgstr ""
2816
+ "Applica tutte le regole di valutazione a tutte le inserzioni per vedere se è "
2817
+ "scivolato un errore."
2818
+
2819
+ #: dashboard/settings/maintenance.php:28
2820
+ msgid "Clean-up Database and Files"
2821
+ msgstr "Pulire database e file"
2822
+
2823
+ #: dashboard/settings/maintenance.php:30
2824
+ msgid "Clean-up database and old files"
2825
+ msgstr "Database di pulizia e vecchi file"
2826
+
2827
+ #: dashboard/settings/maintenance.php:30
2828
+ msgid "You are about to do maintenance on your setup of AdRotate."
2829
+ msgstr "Stai per eseguire la manutenzione della configurazione di AdRotate."
2830
+
2831
+ #: dashboard/settings/maintenance.php:30
2832
+ msgid ""
2833
+ "This optionally may delete old statistics and tries to delete old export "
2834
+ "files."
2835
+ msgstr ""
2836
+ "Questo opzionale può eliminare le vecchie statistiche e tenta di eliminare i "
2837
+ "vecchi file di esportazione."
2838
+
2839
+ #: dashboard/settings/maintenance.php:30
2840
+ msgid "Are you sure you want to continue?"
2841
+ msgstr "Sei sicuro di voler continuare?"
2842
+
2843
+ #: dashboard/settings/maintenance.php:30
2844
+ msgid "THIS ACTION CAN NOT BE UNDONE!"
2845
+ msgstr "QUESTA AZIONE NON PUÒ ESSERE ANNULLATA!"
2846
+
2847
+ #: dashboard/settings/maintenance.php:32
2848
+ msgid "Basic database maintenance."
2849
+ msgstr "Manutenzione di base del database."
2850
+
2851
+ #: dashboard/settings/maintenance.php:33
2852
+ msgid "Delete stats older than 365 days."
2853
+ msgstr "Elimina le statistiche più vecchie di 365 giorni."
2854
+
2855
+ #: dashboard/settings/maintenance.php:34
2856
+ msgid "Delete leftover export files."
2857
+ msgstr "Eliminare i file di esportazione rimanenti."
2858
+
2859
+ #: dashboard/settings/maintenance.php:35
2860
+ msgid ""
2861
+ "For when you create an advert, group or schedule and it does not save or "
2862
+ "keep changes you make."
2863
+ msgstr ""
2864
+ "Per quando crei un'inserzione, un gruppo o una pianificazione e non salva né "
2865
+ "mantiene le modifiche che apcedi."
2866
+
2867
+ #: dashboard/settings/maintenance.php:35
2868
+ msgid ""
2869
+ "Additionally you can delete statistics and/or unused export files. This will "
2870
+ "improve the speed of your site."
2871
+ msgstr ""
2872
+ "Inoltre è possibile eliminare le statistiche e/o i file di esportazione "
2873
+ "inutilizzati. Questo migliorerà la velocità del tuo sito."
2874
+
2875
+ #: dashboard/settings/maintenance.php:39
2876
+ msgid ""
2877
+ "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
2878
+ "database or clean up overhead data. They only apply to your ads/groups and "
2879
+ "stats. Not to other settings or other parts of WordPress! Always always make "
2880
+ "a backup! If for any reason your data is lost, damaged or otherwise becomes "
2881
+ "unusable in any way or by any means in whichever way I will not take "
2882
+ "responsibility. You should always have a backup of your database. These "
2883
+ "functions do NOT destroy data. If data is lost, damaged or unusable in any "
2884
+ "way, your database likely was beyond repair already. Claiming it worked "
2885
+ "before clicking these buttons is not a valid point in any case."
2886
+ msgstr ""
2887
+ "DISCLAIMER: Le funzioni di cui sopra sono intenti per essere utilizzato per "
2888
+ "il database o pulire i dati di sovraccarico. Si applicano solo ai tuoi "
2889
+ "annunci/gruppi e statistiche. Non ad altre impostazioni o altre parti di "
2890
+ "WordPress! Fai sempre un backup! Se per qualsiasi motivo i tuoi dati vengono "
2891
+ "persi, danneggiati o comunque diventano inutilizzabili in qualsiasi modo o "
2892
+ "con qualsiasi mezzo in qualsiasi modo non mi assumerò alcuna responsabilità. "
2893
+ "Si dovrebbe sempre avere un backup del database. Queste funzioni NON "
2894
+ "distruggono i dati. Se i dati vengono persi, danneggiati o inutilizzabili in "
2895
+ "alcun modo, è probabile che il database sia già fuori riparazione. "
2896
+ "Rivendicare che ha funzionato prima di fare clic su questi pulsanti non è un "
2897
+ "punto valido in ogni caso."
2898
+
2899
+ #: dashboard/settings/maintenance.php:41
2900
+ msgid "Status and Versions"
2901
+ msgstr "Status e Versioni"
2902
+
2903
+ #: dashboard/settings/maintenance.php:44
2904
+ msgid "Current status of adverts"
2905
+ msgstr "Stato attuale delle inserzioni"
2906
+
2907
+ #: dashboard/settings/maintenance.php:45
2908
+ msgid "Normal"
2909
+ msgstr "Normale"
2910
+
2911
+ #: dashboard/settings/maintenance.php:45
2912
+ msgid "Error"
2913
+ msgstr "Errore"
2914
+
2915
+ #: dashboard/settings/maintenance.php:45
2916
+ msgid "Expires Soon"
2917
+ msgstr "Scadrà tra poco."
2918
+
2919
+ #: dashboard/settings/maintenance.php:45
2920
+ msgid "Unknown"
2921
+ msgstr "Sconosciuto"
2922
+
2923
+ #: dashboard/settings/maintenance.php:48
2924
+ msgid "Banners/assets Folder"
2925
+ msgstr "Cartella Banner/Assets"
2926
+
2927
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2928
+ msgid "Exists and appears writable"
2929
+ msgstr "Esiste e sembra scrivibile"
2930
+
2931
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2932
+ msgid "Not writable or does not exist"
2933
+ msgstr "Non è scrivibile o non esiste"
2934
+
2935
+ #: dashboard/settings/maintenance.php:57
2936
+ msgid "Reports Folder"
2937
+ msgstr "Cartella Report"
2938
+
2939
+ #: dashboard/settings/maintenance.php:66
2940
+ msgid "Advert evaluation"
2941
+ msgstr "Valutazione inserzione"
2942
+
2943
+ #: dashboard/settings/maintenance.php:67
2944
+ msgid "Not scheduled! Re-activate the plugin from the plugins page."
2945
+ msgstr "Nessun differimento! Riattiva il plugin dalla pagina dei plugin."
2946
+
2947
+ #: dashboard/settings/maintenance.php:68
2948
+ msgid "Clean Trackerdata"
2949
+ msgstr "Pulire Trackerdata"
2950
+
2951
+ #: dashboard/settings/maintenance.php:69
2952
+ msgid "Not scheduled!"
2953
+ msgstr "Non programmato!"
2954
+
2955
+ #: dashboard/settings/maintenance.php:72
2956
+ msgid "Background tasks"
2957
+ msgstr "Attività in background"
2958
+
2959
+ #: dashboard/settings/maintenance.php:74
2960
+ msgid "Reset background tasks"
2961
+ msgstr "Reimpostare le attività in background"
2962
+
2963
+ #: dashboard/settings/maintenance.php:79
2964
+ msgid "Internal Versions"
2965
+ msgstr "Versioni interne"
2966
+
2967
+ #: dashboard/settings/maintenance.php:80
2968
+ msgid ""
2969
+ "Unless you experience database issues or a warning shows below, these "
2970
+ "numbers are not really relevant for troubleshooting. Support may ask for "
2971
+ "them to verify your database status."
2972
+ msgstr ""
2973
+ "A meno che non si verificano problemi con il database o non appaia qui sotto "
2974
+ "un avviso, questi numeri non sono realmente rilevanti per la risoluzione dei "
2975
+ "problemi. L'assistenza potrebbe chiederteli per verificare lo stato del "
2976
+ "database."
2977
+
2978
+ #: dashboard/settings/maintenance.php:83
2979
+ msgid "AdRotate version"
2980
+ msgstr "Versione di AdRotate"
2981
+
2982
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2983
+ msgid "Current:"
2984
+ msgstr "Corrente:"
2985
+
2986
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2987
+ msgid "Should be:"
2988
+ msgstr "Dovrebbe essere:"
2989
+
2990
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2991
+ msgid "Previous:"
2992
+ msgstr "Precedente:"
2993
+
2994
+ #: dashboard/settings/maintenance.php:85
2995
+ msgid "Database version"
2996
+ msgstr "Versione database"
2997
+
2998
+ #: dashboard/settings/maintenance.php:89
2999
+ msgid "Manual upgrade"
3000
+ msgstr "Aggiornamento manuale"
3001
+
3002
+ #: dashboard/settings/maintenance.php:91
3003
+ msgid "YOU ARE ABOUT TO DO A MANUAL UPDATE FOR ADROTATE."
3004
+ msgstr "STAI PER EFFETTUARE UN AGGIORNAMENTO MANUALE DI ADROTATE."
3005
+
3006
+ #: dashboard/settings/maintenance.php:91
3007
+ msgid "Make sure you have a database backup!"
3008
+ msgstr "Assicurati di aver fatto un backup del database!"
3009
+
3010
+ #: dashboard/settings/maintenance.php:91
3011
+ msgid "This might take a while and may slow down your site during this action!"
3012
+ msgstr ""
3013
+ "Questo potrebbe richiedere un po 'e potrebbe rallentare il tuo sito durante "
3014
+ "questa azione!"
3015
+
3016
+ #: dashboard/settings/maintenance.php:91
3017
+ msgid "Run updater"
3018
+ msgstr "Eseguire il programma di aggiornamento"
3019
+
3020
+ #: dashboard/settings/misc.php:19
3021
+ msgid "Widget alignment"
3022
+ msgstr "Allineamento widget"
3023
+
3024
+ #: dashboard/settings/misc.php:20
3025
+ msgid ""
3026
+ "Check this box if your widgets do not align in your themes sidebar. (Does "
3027
+ "not always help!)"
3028
+ msgstr ""
3029
+ "Seleziona questa casella se i widget non si allineano nella barra laterale "
3030
+ "dei temi. (Non sempre aiuta!)"
3031
+
3032
+ #: dashboard/settings/misc.php:23
3033
+ msgid "Widget padding"
3034
+ msgstr "Imbottitura del widget"
3035
+
3036
+ #: dashboard/settings/misc.php:24
3037
+ msgid ""
3038
+ "Enable this to remove the padding (blank space) around ads in widgets. (Does "
3039
+ "not always work!)"
3040
+ msgstr ""
3041
+ "Attivare questa opzione per rimuovere la spaziatura interna (spazio vuoto) "
3042
+ "intorno agli annunci nei widget. (Non sempre funziona!)"
3043
+
3044
+ #: dashboard/settings/misc.php:28
3045
+ msgid "NOTICE:"
3046
+ msgstr "AVVISO:"
3047
+
3048
+ #: dashboard/settings/misc.php:29
3049
+ msgid ""
3050
+ "You have enabled W3 Total Caching support but not defined the security hash."
3051
+ msgstr ""
3052
+ "Hai abilitato il supporto W3 Total Caching ma non hai definito l'hash di "
3053
+ "sicurezza."
3054
+
3055
+ #: dashboard/settings/misc.php:29
3056
+ msgid ""
3057
+ "AdRotate has generated the following line for you to add to your wp-config."
3058
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
3059
+ "add this line, check out the following guide;"
3060
+ msgstr ""
3061
+ "AdRotate ha generato la riga seguente da aggiungere al tuo wp-config.php più "
3062
+ "o meno alla riga 52 (sotto i nonce di WordPress). Se non sai come aggiungere "
3063
+ "questa riga, leggi la guida seguente;"
3064
+
3065
+ #: dashboard/settings/misc.php:29
3066
+ msgid "Set up W3 Total Caching"
3067
+ msgstr "Imposta W3 Total Caching"
3068
+
3069
+ #: dashboard/settings/misc.php:33
3070
+ msgid "W3 Total Caching"
3071
+ msgstr "W3 Total Caching"
3072
+
3073
+ #: dashboard/settings/misc.php:34
3074
+ msgid "Check this box if you use W3 Total Caching on your site."
3075
+ msgstr "Seleziona questa casella se utilizzi W3 Total Caching sul tuo sito."
3076
+
3077
+ #: dashboard/settings/misc.php:37
3078
+ msgid "Borlabs Cache"
3079
+ msgstr "Borlabs Cache"
3080
+
3081
+ #: dashboard/settings/misc.php:38
3082
+ msgid "Check this box if you use Borlabs Caching on your site."
3083
+ msgstr "Seleziona questa casella se utilizzi Borlabs Caching sul tuo sito."
3084
+
3085
+ #: dashboard/settings/misc.php:42
3086
+ msgid ""
3087
+ "It may take a while for the ad to start rotating. The caching plugin needs "
3088
+ "to refresh the cache. This can take up to a week if not done manually."
3089
+ msgstr ""
3090
+ "L'inizio della rotazione dell'annuncio potrebbe richiedere un po' di tempo. "
3091
+ "Il plug-in di memorizzazione nella cache deve aggiornare la cache. Questa "
3092
+ "operazione può richiedere fino a una settimana se non eseguita manualmente."
3093
+
3094
+ #: dashboard/settings/misc.php:42
3095
+ msgid ""
3096
+ "Caching support only works for [shortcodes] and the AdRotate Widget. If you "
3097
+ "use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
3098
+ msgstr ""
3099
+ "Il supporto della memorizzazione nella cache funziona solo per [shortcodes] "
3100
+ "e Il widget AdRotate. Se si utilizza un frammento di PHP è necessario "
3101
+ "avvolgere il PHP nel codice di esclusione da soli."
3102
+
3103
+ #: dashboard/settings/notifications.php:19
3104
+ msgid "Set up who gets notifications if ads need your attention."
3105
+ msgstr ""
3106
+ "Configura chi riceve le notifiche se gli annunci richiedono la tua "
3107
+ "attenzione."
3108
+
3109
+ #: dashboard/settings/notifications.php:22
3110
+ msgid "How to notify"
3111
+ msgstr "Come notificare"
3112
+
3113
+ #: dashboard/settings/notifications.php:24
3114
+ msgid "Dashboard banner."
3115
+ msgstr "Dashboard banner."
3116
+
3117
+ #: dashboard/settings/notifications.php:25
3118
+ msgid "Email message."
3119
+ msgstr "Messaggio email."
3120
+
3121
+ #: dashboard/settings/notifications.php:29
3122
+ msgid "Test notification"
3123
+ msgstr "Notifica di test"
3124
+
3125
+ #: dashboard/settings/notifications.php:31
3126
+ msgid "Test"
3127
+ msgstr "Test"
3128
+
3129
+ #: dashboard/settings/notifications.php:31
3130
+ msgid ""
3131
+ "Send a test notification to enabled methods. Before you test, save the "
3132
+ "options first!"
3133
+ msgstr ""
3134
+ "Invia una notifica di prova ai metodi abilitati. Prima salva le opzioni!"
3135
+
3136
+ #: dashboard/settings/notifications.php:36
3137
+ msgid "Dashboard Banner"
3138
+ msgstr "Dashboard banner."
3139
+
3140
+ #: dashboard/settings/notifications.php:37
3141
+ msgid ""
3142
+ "These go in a dashboard banner visible to all users with access to AdRotate "
3143
+ "on every WordPress dashboard page."
3144
+ msgstr ""
3145
+ "Questi vanno in un dashboard banner, visibile a tutti gli utenti con accesso "
3146
+ "ad AdRotate su ogni pagina della dashboard di WordPress."
3147
+
3148
+ #: dashboard/settings/notifications.php:40
3149
+ #: dashboard/settings/notifications.php:52
3150
+ msgid "What"
3151
+ msgstr "Cosa"
3152
+
3153
+ #: dashboard/settings/notifications.php:42
3154
+ msgid "Expired adverts."
3155
+ msgstr "Inserzioni scadute."
3156
+
3157
+ #: dashboard/settings/notifications.php:43
3158
+ msgid "Almost expired adverts."
3159
+ msgstr "Inserzioni che stanno per scadere."
3160
+
3161
+ #: dashboard/settings/notifications.php:48
3162
+ msgid "Email Message"
3163
+ msgstr "Messaggio email"
3164
+
3165
+ #: dashboard/settings/notifications.php:49
3166
+ msgid ""
3167
+ "Receive email notifications about what is happening with your AdRotate setup."
3168
+ msgstr ""
3169
+ "Ricevi delle email di notifica su quanto sta accadendo riguardo alle "
3170
+ "impostazioni del tuo AdRotate."
3171
+
3172
+ #: dashboard/settings/notifications.php:54
3173
+ msgid "Daily digest of any advert status other than normal."
3174
+ msgstr ""
3175
+ "Digest giornaliero di qualsiasi stato dell'inserzione diverso dal normale."
3176
+
3177
+ #: dashboard/settings/notifications.php:55
3178
+ msgid "When you are running out of Geo Targeting Lookups."
3179
+ msgstr "Quando stai oltrepassando le interrogazioni di Geo Targeting."
3180
+
3181
+ #: dashboard/settings/notifications.php:56
3182
+ msgid "Any advertiser saving an advert in your moderation queue."
3183
+ msgstr ""
3184
+ "Qualsiasi inserzionista che salva un'inserzione nella coda di moderazione."
3185
+
3186
+ #: dashboard/settings/notifications.php:57
3187
+ msgid "A moderator approved an advert from the moderation queue."
3188
+ msgstr "Un moderatore ha approvato un'inserzione dalla coda di moderazione."
3189
+
3190
+ #: dashboard/settings/notifications.php:58
3191
+ msgid "A moderator rejected an advert from the moderation queue."
3192
+ msgstr "Un moderatore ha rifiutato un'inserzione dalla coda di moderazione."
3193
+
3194
+ #: dashboard/settings/notifications.php:58
3195
+ msgid ""
3196
+ "If you have a lot of activity with many advertisers adding/changing adverts "
3197
+ "you may get a lot of messages!"
3198
+ msgstr ""
3199
+ "Se hai molta attività con molti inserzionisti che aggiungono/cambiano "
3200
+ "pubblicità, potresti ricevere molti messaggi!"
3201
+
3202
+ #: dashboard/settings/notifications.php:58
3203
+ msgid ""
3204
+ "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3205
+ "spammy. This may result in automated filters such as those used in services "
3206
+ "like Google Gmail and Microsoft Hotmail/Outlook.com blocking your server. "
3207
+ "Make sure you whitelist the sending address in your email account once you "
3208
+ "start receiving notifications!"
3209
+ msgstr ""
3210
+ "L'invio di molte e-mail è a volte visto come mailing automatizzato e "
3211
+ "considerato spam. Ciò può comportare che dei filtri automatici, come quelli "
3212
+ "utilizzati da servizi come Google Gmail e Microsoft Hotmail / Outlook.com, "
3213
+ "blocchino il server. Assicurati di mettere in Whitelist nel tuo account e-"
3214
+ "mail, l'indirizzo di invio delle email, una volta che cominci a ricevere le "
3215
+ "notifiche!"
3216
+
3217
+ #: dashboard/settings/notifications.php:63
3218
+ msgid "Publishers"
3219
+ msgstr "Editori"
3220
+
3221
+ #: dashboard/settings/notifications.php:66
3222
+ msgid ""
3223
+ "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3224
+ "separated. This field may not be empty!"
3225
+ msgstr ""
3226
+ "I messaggi vengono inviati una volta ogni 24 ore a un massimo di 5 indirizzi "
3227
+ "separati da una virgola. Questo campo non può essere vuoto!"
3228
+
3229
+ #: dashboard/settings/notifications.php:73
3230
+ msgid ""
3231
+ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3232
+ "This field may not be empty!"
3233
+ msgstr ""
3234
+ "Chi riceve email da parte degli inserzionisti. Massimo di 5 indirizzi "
3235
+ "separati da una virgola. Questo campo non può essere vuoto!"
3236
+
3237
+ #: dashboard/settings/roles.php:18
3238
+ msgid "Who has access to what?"
3239
+ msgstr "Chi ha accesso a cosa?"
3240
+
3241
+ #: dashboard/settings/roles.php:21
3242
+ msgid "Manage/Add/Edit adverts"
3243
+ msgstr "Gestire/Aggiungere/Modificare le inserzioni"
3244
+
3245
+ #: dashboard/settings/roles.php:25
3246
+ msgid "Role to see and add/edit ads."
3247
+ msgstr "Ruolo per vedere e aggiungere/eliminare differimenti."
3248
+
3249
+ #: dashboard/settings/roles.php:29
3250
+ msgid "Delete/Reset adverts"
3251
+ msgstr "Cancella/Reimposta annunci"
3252
+
3253
+ #: dashboard/settings/roles.php:33
3254
+ msgid "Role to delete ads and reset stats."
3255
+ msgstr "Ruolo per eliminare gli annunci e reimpostare le statistiche."
3256
+
3257
+ #: dashboard/settings/roles.php:37
3258
+ msgid "Manage/Add/Edit groups"
3259
+ msgstr "Gestisci/Aggiungi/Modifica gruppi"
3260
+
3261
+ #: dashboard/settings/roles.php:41
3262
+ msgid "Role to see and add/edit groups."
3263
+ msgstr "Ruolo per visualizzare e aggiungere/modificare gruppi."
3264
+
3265
+ #: dashboard/settings/roles.php:45
3266
+ msgid "Delete groups"
3267
+ msgstr "Eliminare gruppi"
3268
+
3269
+ #: dashboard/settings/roles.php:49
3270
+ msgid "Role to delete groups."
3271
+ msgstr "Ruolo per l'eliminazione dei gruppi."
3272
+
3273
+ #: dashboard/settings/statistics.php:18
3274
+ msgid "Track statistics for your adverts."
3275
+ msgstr "Tieni traccia delle statistiche per le tue inserzioni."
3276
+
3277
+ #: dashboard/settings/statistics.php:21
3278
+ msgid "How to track stats"
3279
+ msgstr "Come notificare"
3280
+
3281
+ #: dashboard/settings/statistics.php:24
3282
+ msgid "Disabled - Do not track stats"
3283
+ msgstr "Disabilitato - Non tenere traccia delle statistiche"
3284
+
3285
+ #: dashboard/settings/statistics.php:32
3286
+ msgid "Tracks impressions and clicks locally"
3287
+ msgstr "Panoramica di clicks e impressioni"
3288
+
3289
+ #: dashboard/settings/statistics.php:32 dashboard/settings/statistics.php:35
3290
+ #: dashboard/settings/statistics.php:38 dashboard/settings/statistics.php:44
3291
+ msgid "Setup guide"
3292
+ msgstr "Guida all'installazione"
3293
+
3294
+ #: dashboard/settings/statistics.php:33
3295
+ msgid ""
3296
+ "Clicks and Impressions, Click and impression limits, impression spread for "
3297
+ "schedules. Javascript/HTML5 adverts will only track impressions."
3298
+ msgstr ""
3299
+ "Clic e impressioni, limiti di clic e impressioni, diffusione delle "
3300
+ "impressioni per gli orari. Gli annunci Javascript/HTML5 monitoreranno solo "
3301
+ "le impressioni."
3302
+
3303
+ #: dashboard/settings/statistics.php:35
3304
+ msgid "Requires Google Global Tag tracker installed in your sites footer!"
3305
+ msgstr ""
3306
+ "Richiede Google Global Tag tracker installato nel piè di pagina dei tuoi "
3307
+ "siti!"
3308
+
3309
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:42
3310
+ msgid ""
3311
+ "Clicks and Impressions via events. Javascript/HTML5 adverts will only track "
3312
+ "impressions."
3313
+ msgstr ""
3314
+ "Clic e impressioni tramite eventi. Gli annunci Javascript/HTML5 "
3315
+ "monitoreranno solo le impressioni."
3316
+
3317
+ #: dashboard/settings/statistics.php:38
3318
+ msgid ""
3319
+ "Requires Google Tag Manager installed in your sites head tag and a Google "
3320
+ "Analytics Account!"
3321
+ msgstr ""
3322
+ "Richiede l'installazione di Google Tag Manager nel tag head dei tuoi siti e "
3323
+ "di un account Google Analytics!"
3324
+
3325
+ #: dashboard/settings/statistics.php:39
3326
+ msgid ""
3327
+ "Clicks and Impressions via custom events. Javascript/HTML5 adverts will only "
3328
+ "track impressions."
3329
+ msgstr ""
3330
+ "Clic e impressioni tramite eventi personalizzati. Gli annunci Javascript/"
3331
+ "HTML5 monitoreranno solo le impressioni."
3332
+
3333
+ #: dashboard/settings/statistics.php:41
3334
+ msgid ""
3335
+ "Maintained for backwards compatibility, please switch to Google Global Tag "
3336
+ "or Google Tag Manager."
3337
+ msgstr ""
3338
+ "Mantenuta per compatibilità con le versioni precedenti, passa a Google "
3339
+ "Global Tag o Google Tag Manager."
3340
+
3341
+ #: dashboard/settings/statistics.php:44
3342
+ msgid "Requires the Matomo tracker installed in your sites footer."
3343
+ msgstr "Richiede il tracker Matomo installato nel piè di pagina dei tuoi siti."
3344
+
3345
+ #: dashboard/settings/statistics.php:45
3346
+ msgid ""
3347
+ "Click and Impression recording via Cookie. Javascript/HTML5 adverts will "
3348
+ "only track impressions."
3349
+ msgstr ""
3350
+ "Clicca e impressiona la registrazione tramite Cookie. Gli annunci Javascript/"
3351
+ "HTML5 monitoreranno solo le impressioni."
3352
+
3353
+ #: dashboard/settings/statistics.php:51
3354
+ msgid "AdRotate Tracker"
3355
+ msgstr "AdRotate Tracker"
3356
+
3357
+ #: dashboard/settings/statistics.php:52
3358
+ msgid ""
3359
+ "The settings below are for the internal tracker and have no effect when "
3360
+ "using Piwik/Google Analytics."
3361
+ msgstr ""
3362
+ "Le impostazioni riportate di seguito sono per il tracker interno e non hanno "
3363
+ "alcun effetto quando si utilizza Piwik/Google Analytics."
3364
+
3365
+ #: dashboard/settings/statistics.php:55
3366
+ msgid "Logged in impressions"
3367
+ msgstr "Impressioni registrate"
3368
+
3369
+ #: dashboard/settings/statistics.php:57
3370
+ msgid "Track impressions from logged in users."
3371
+ msgstr ""
3372
+ "Tieni traccia delle impressioni degli utenti che hanno effettuato l'accesso."
3373
+
3374
+ #: dashboard/settings/statistics.php:61
3375
+ msgid "Logged in clicks"
3376
+ msgstr "Clic registrate"
3377
+
3378
+ #: dashboard/settings/statistics.php:63
3379
+ msgid "Track clicks from logged in users."
3380
+ msgstr "Tieni traccia dei clic degli utenti connessi."
3381
+
3382
+ #: dashboard/settings/statistics.php:67
3383
+ msgid "Impression timer"
3384
+ msgstr "Timer impressioni"
3385
+
3386
+ #: dashboard/settings/statistics.php:69 dashboard/settings/statistics.php:76
3387
+ msgid "Seconds."
3388
+ msgstr "secondi."
3389
+
3390
+ #: dashboard/settings/statistics.php:70
3391
+ msgid "Default: 60."
3392
+ msgstr "Valore predefinito: 60."
3393
+
3394
+ #: dashboard/settings/statistics.php:70
3395
+ msgid "This number may not be empty, be lower than 10 or exceed 3600 (1 hour)."
3396
+ msgstr ""
3397
+ "Questo numero non può essere vuoto, essere inferiore a 10 o superiore a 3600 "
3398
+ "(1 ora)."
3399
+
3400
+ #: dashboard/settings/statistics.php:74
3401
+ msgid "Click timer"
3402
+ msgstr "Timer click"
3403
+
3404
+ #: dashboard/settings/statistics.php:77
3405
+ msgid "Default: 86400."
3406
+ msgstr "Default: 86400."
3407
+
3408
+ #: dashboard/settings/statistics.php:77
3409
+ msgid ""
3410
+ "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3411
+ msgstr ""
3412
+ "Questo numero non può essere vuoto, essere inferiore a 60 o superiore a "
3413
+ "86400 (24 ore)."
3414
+
3415
+ #: dashboard/support.php:25
3416
+ msgid "Support Forums"
3417
+ msgstr "Forum di supporto"
3418
+
3419
+ #: dashboard/support.php:27
3420
+ msgid ""
3421
+ "When you are stuck with AdRotate or AdRotate Pro, check the forums first. "
3422
+ "Chances are your question has already been asked and answered!"
3423
+ msgstr ""
3424
+ "Se sei bloccato con AdRotate o AdRotate Pro, controlla prima i forum. È "
3425
+ "probabile che la tua domanda sia già stata fatta e abbia delle risposte!"
3426
+
3427
+ #: dashboard/support.php:27
3428
+ msgid ""
3429
+ "Next to the forum there are many manuals and guides available for almost "
3430
+ "every function and feature in the plugin."
3431
+ msgstr ""
3432
+ "Oltre al forum ci sono molti manuali e guide disponibili per quasi tutte le "
3433
+ "funzioni e funzionalità del plugin."
3434
+
3435
+ #: dashboard/support.php:27
3436
+ msgid "Take a look at the AdRotate Manuals"
3437
+ msgstr "Dai un'occhiata ai Manuali di AdRotate"
3438
+
3439
+ #: dashboard/support.php:29 dashboard/support.php:30 dashboard/support.php:31
3440
+ #: dashboard/support.php:32 dashboard/support.php:33 dashboard/support.php:34
3441
+ msgid "View topics"
3442
+ msgstr "Visualizza argomenti"
3443
+
3444
+ #: dashboard/support.php:83
3445
+ msgid "Premium Support available in AdRotate Pro"
3446
+ msgstr "Supporto Premium disponibile in AdRotate Pro"
3447
+
3448
+ #: dashboard/support.php:86
3449
+ msgid "Premium support always comes first!"
3450
+ msgstr "Il supporto Premium viene sempre al primo posto!"
3451
+
3452
+ #: dashboard/support.php:86
3453
+ msgid "No queuing up on the forum..."
3454
+ msgstr "Nessuna coda sul forum..."
3455
+
3456
+ #: dashboard/support.php:86
3457
+ msgid "Using this form includes essential information for a quick answer."
3458
+ msgstr ""
3459
+ "L'utilizzo di questo modulo include informazioni essenziali per una risposta "
3460
+ "rapida."
3461
+
3462
+ #: dashboard/support.php:86
3463
+ msgid "Available in AdRotate Professional!"
3464
+ msgstr "Disponibile in AdRotate Professional!"
3465
+
3466
+ #: dashboard/support.php:88
3467
+ msgid "Your name:"
3468
+ msgstr "Il tuo nome:"
3469
+
3470
+ #: dashboard/support.php:89
3471
+ msgid "Your Email Address:"
3472
+ msgstr "Il tuo indirizzo e-mail:"
3473
+
3474
+ #: dashboard/support.php:90
3475
+ msgid "Subject:"
3476
+ msgstr "Oggetto:"
3477
+
3478
+ #: dashboard/support.php:91
3479
+ msgid "Problem description / Question:"
3480
+ msgstr "Descrizione del problema / Domanda:"
3481
+
3482
+ #: dashboard/support.php:92
3483
+ msgid "Please log in to my website and take a look."
3484
+ msgstr "Si prega di accedere al mio sito web e dare un'occhiata."
3485
+
3486
+ #: dashboard/support.php:94
3487
+ msgid "When you send this form the following data will be submitted:"
3488
+ msgstr "Quando si invia questo modulo verranno inviati i seguenti dati:"
3489
+
3490
+ #: dashboard/support.php:95
3491
+ msgid ""
3492
+ "Your name, Account email address, Your website url and some basic WordPress "
3493
+ "information will be included with the message."
3494
+ msgstr ""
3495
+ "Il tuo nome, l'indirizzo email dell'account, l'URL del tuo sito web e alcune "
3496
+ "informazioni di base di WordPress saranno inclusi nel messaggio."
3497
+
3498
+ #: dashboard/support.php:95
3499
+ msgid "This information is treated as confidential and is mandatory."
3500
+ msgstr "Queste informazioni sono trattate come riservate ed è obbligatoria."
3501
+
3502
+ #: dashboard/support.php:98
3503
+ msgid "Get Help"
3504
+ msgstr "Chiedi Supporto"
3505
+
3506
+ #: dashboard/support.php:98
3507
+ msgid "Premium Support is available in AdRotate Pro!"
3508
+ msgstr "Premium Support è disponibile in AdRotate Pro!"
3509
+
3510
+ #~ msgid "[AdRotate] CSV Report!"
3511
+ #~ msgstr "[AdRotate] Report CSV!"
3512
+
3513
+ #~ msgid "Hello"
3514
+ #~ msgstr "Ciao"
3515
+
3516
+ #~ msgid ""
3517
+ #~ "Attached in this email you will find the exported CSV file you generated "
3518
+ #~ "on "
3519
+ #~ msgstr ""
3520
+ #~ "In allegato a questa email trovarai il file CSV esportato che hai "
3521
+ #~ "generato "
3522
+
3523
+ #~ msgid "Have a nice day!"
3524
+ #~ msgstr "Buona giornata!"
3525
+
3526
+ #~ msgid "Your AdRotate Notifier"
3527
+ #~ msgstr "Notifiche AdRotate"
3528
+
3529
+ #~ msgid "advert(s) with errors!"
3530
+ #~ msgstr "annunci con errori!"
3531
+
3532
+ #~ msgid "advert(s) expired!"
3533
+ #~ msgstr "annunci scaduti!"
3534
+
3535
+ #~ msgid "advert(s) will expire in less than 2 days."
3536
+ #~ msgstr "annunci scadranno tra meno di 2 giorni."
3537
+
3538
+ #~ msgid "advert(s) will expire in less than a week."
3539
+ #~ msgstr "annunci scadranno tra meno di una settimana."
3540
+
3541
+ #~ msgid "advert(s) have an unknown status."
3542
+ #~ msgstr "annunci hanno uno stato sconosciuto."
3543
+
3544
+ #~ msgid "This notification is sent to you from your website"
3545
+ #~ msgstr "Questa notifica ti è stata inviata dal tuo sito"
3546
+
3547
+ #~ msgid "Access your dashboard here:"
3548
+ #~ msgstr "Accedi da qui alla tua dashboard:"
3549
+
3550
+ #~ msgid "[AdRotate]"
3551
+ #~ msgstr "[AdRotate]"
3552
+
3553
+ #, fuzzy
3554
+ #~ msgid ""
3555
+ #~ "You can reply to this message by clicking reply in your email client."
3556
+ #~ msgstr ""
3557
+ #~ "È possibile rispondere a questo messaggio facendo clic su Rispondi nel "
3558
+ #~ "client di posta elettronica."
3559
+
3560
+ #~ msgid "[AdRotate] An advertiser has put in a request for renewal!"
3561
+ #~ msgstr "[AdRotate] Un inserzionista ha inserito una richiesta di rinnovo!"
3562
+
3563
+ #~ msgid "[AdRotate] An advertiser wants his ad removed."
3564
+ #~ msgstr ""
3565
+ #~ "[AdRotate] Un inserzionista vuole che la sua inserzione sia rimossa."
3566
+
3567
+ #~ msgid "[AdRotate] An advertiser wrote a comment on his ad!"
3568
+ #~ msgstr ""
3569
+ #~ "[AdRotate] Un inserzionista ha scritto un commento su questa inserzione!"
3570
+
3571
+ #~ msgid "[AdRotate] An advertiser has a problem!"
3572
+ #~ msgstr "[AdRotate] Un inserzionista ha dei problemi!"
3573
+
3574
+ #, fuzzy
3575
+ #~ msgid "Hello moderator"
3576
+ #~ msgstr "Ciao moderatore"
3577
+
3578
+ #, fuzzy
3579
+ #~ msgid "requests ad"
3580
+ #~ msgstr "annuncio richieste"
3581
+
3582
+ #~ msgid "renewed!"
3583
+ #~ msgstr "rinnovata!"
3584
+
3585
+ #~ msgid "removed."
3586
+ #~ msgstr "rimossa."
3587
+
3588
+ #~ msgid "has something to say about ad"
3589
+ #~ msgstr "h qualcosa da dire sull'inserzione"
3590
+
3591
+ #~ msgid "has a problem with AdRotate."
3592
+ #~ msgstr "ha un problema con AdRotate."
3593
+
3594
+ #~ msgid "Attached message:"
3595
+ #~ msgstr "Messaggio allegato:"
3596
+
3597
+ #~ msgid "You can reply to this message to contact"
3598
+ #~ msgstr "Puoi rispondere a questo messaggio per contatti"
3599
+
3600
+ #~ msgid "Review the ad here:"
3601
+ #~ msgstr "Rivedi qui l'inserzione:"
3602
+
3603
+ #~ msgid "Banner image saved"
3604
+ #~ msgstr "Immagine banner salvata"
3605
+
3606
+ #, fuzzy
3607
+ #~ msgid "Advertiser updated"
3608
+ #~ msgstr "Inserzionista aggiornato"
3609
+
3610
+ #, fuzzy
3611
+ #~ msgid "Asset(s) deleted"
3612
+ #~ msgstr "Asset eliminati"
3613
+
3614
+ #, fuzzy
3615
+ #~ msgid ""
3616
+ #~ "Something went wrong deleting the file or folder. Make sure your "
3617
+ #~ "permissions are in order."
3618
+ #~ msgstr ""
3619
+ #~ "Si è verificato un problema durante l'eliminazione del file o della "
3620
+ #~ "cartella. Assicurati che le tue autorizzazioni siano in ordine."
3621
+
3622
+ #~ msgid "Email(s) with reports successfully sent"
3623
+ #~ msgstr "Email con report inviate con successo"
3624
+
3625
+ #, fuzzy
3626
+ #~ msgid "Weight changed"
3627
+ #~ msgstr "Peso modificato"
3628
+
3629
+ #, fuzzy
3630
+ #~ msgid "Adverts imported"
3631
+ #~ msgstr "Inserzioni importate"
3632
+
3633
+ #~ msgid "Schedule saved"
3634
+ #~ msgstr "Scheduling salvato"
3635
+
3636
+ #~ msgid "Schedule(s) deleted"
3637
+ #~ msgstr "Scheduling cancellato"
3638
+
3639
+ #, fuzzy
3640
+ #~ msgid "Advert(s) duplicated"
3641
+ #~ msgstr "Annunci duplicati"
3642
+
3643
+ #, fuzzy
3644
+ #~ msgid "Advert(s) archived"
3645
+ #~ msgstr "Annunci archiviati"
3646
+
3647
+ #~ msgid "Advert(s) moved to the trash"
3648
+ #~ msgstr "Inserzioni spostate nel cestino"
3649
+
3650
+ #~ msgid "Advert(s) restored from trash"
3651
+ #~ msgstr "Inserzioni recuperate dal cestino"
3652
+
3653
+ #~ msgid "Your message has been sent."
3654
+ #~ msgstr "Il tuo messaggio è stato spedito."
3655
+
3656
+ #~ msgid "Header & ads.txt updated."
3657
+ #~ msgstr "Intestazione e ads.txt aggiornati."
3658
+
3659
+ #~ msgid "Your message has been sent. Someone will be in touch shortly."
3660
+ #~ msgstr ""
3661
+ #~ "Il tuo messaggio è stato inviato. Qualcuno si metterà in contatto a breve."
3662
+
3663
+ #~ msgid "Advert submitted for review"
3664
+ #~ msgstr "Inserzione inviata per la revisione"
3665
+
3666
+ #~ msgid "Advert updated and awaiting review"
3667
+ #~ msgstr "Inserzione aggiornata e in attesa di revisione"
3668
+
3669
+ #~ msgid "Ad approved"
3670
+ #~ msgstr "Inserzione approvata"
3671
+
3672
+ #~ msgid "Ad(s) rejected"
3673
+ #~ msgstr "Inserzioni rifiutate"
3674
+
3675
+ #~ msgid "Ad(s) queued"
3676
+ #~ msgstr "Inserzioni in coda"
3677
+
3678
+ #~ msgid "Test notification sent"
3679
+ #~ msgstr "Notifica di prova inviata"
3680
+
3681
+ #~ msgid "Test mailing sent"
3682
+ #~ msgstr "Email di prova inviata"
3683
+
3684
+ #~ msgid ""
3685
+ #~ "The ad was saved but has an issue which might prevent it from working "
3686
+ #~ "properly. Please contact staff."
3687
+ #~ msgstr ""
3688
+ #~ "L'inserzione è stata salvata ma ha un problema che le potrebbe impedire "
3689
+ #~ "di funzionare a dovere. Si prega di contattare lo staff."
3690
+
3691
+ #~ msgid "No file uploaded."
3692
+ #~ msgstr "Nessun file scaricato."
3693
+
3694
+ #~ msgid "The file could not be read."
3695
+ #~ msgstr "Non è stato possibile leggere il file."
3696
+
3697
+ #~ msgid "Wrong file type."
3698
+ #~ msgstr "Tipo di file sbagliato."
3699
+
3700
+ #~ msgid "Wrong file type. No file uploaded."
3701
+ #~ msgstr "Tipo di file sbagliato. Nessun file è stato caricato."
3702
+
3703
+ #~ msgid "File is too large."
3704
+ #~ msgstr "Il file è troppo grande."
3705
+
3706
+ #, fuzzy
3707
+ #~ msgid "There was an error unzipping the file. Please try again later."
3708
+ #~ msgstr ""
3709
+ #~ "Si è verificato un errore durante la decompressione del file. Riprova più "
3710
+ #~ "tardi."
3711
+
3712
+ #~ msgid "Invalid request"
3713
+ #~ msgstr "Richiesta non valida"
3714
+
3715
+ #~ msgid "No license key or email provided"
3716
+ #~ msgstr "Non sono stati forniti una licenza o un'email"
3717
+
3718
+ #, fuzzy
3719
+ #~ msgid ""
3720
+ #~ "The request did not get through or the response was invalid. Contact "
3721
+ #~ "support."
3722
+ #~ msgstr ""
3723
+ #~ "La richiesta non è stata ricevuta o la risposta non è valida. Contattare "
3724
+ #~ "il supporto tecnico."
3725
+
3726
+ #, fuzzy
3727
+ #~ msgid "The email provided is invalid."
3728
+ #~ msgstr "L'e-mail fornita non è valida."
3729
+
3730
+ #~ msgid "Invalid license key."
3731
+ #~ msgstr "Numero di licenza non valido."
3732
+
3733
+ #, fuzzy
3734
+ #~ msgid "The purchase matching this product is not complete. Contact support."
3735
+ #~ msgstr ""
3736
+ #~ "L'acquisto corrispondente a questo prodotto non è completo. Contattare il "
3737
+ #~ "supporto tecnico."
3738
+
3739
+ #, fuzzy
3740
+ #~ msgid ""
3741
+ #~ "No remaining activations for this license. You can manage your license "
3742
+ #~ "activations from your account on ajdg.solutions."
3743
+ #~ msgstr ""
3744
+ #~ "Nessuna attivazione rimanente per questa licenza. È possibile gestire le "
3745
+ #~ "attivazioni delle licenze dal proprio account su ajdg.solutions."
3746
+
3747
+ #~ msgid "Could not (de)activate key. Contact support."
3748
+ #~ msgstr ""
3749
+ #~ "Impossibile agire sull'attivazione della chiave. Contatta l'assistenza."
3750
+
3751
+ #, fuzzy
3752
+ #~ msgid ""
3753
+ #~ "Woohoo! Thank you! Your license is now active. You can now use Premium "
3754
+ #~ "Support and AdRotate Geo."
3755
+ #~ msgstr ""
3756
+ #~ "Woohoo! Grazie! La licenza è ora attiva. Ora puoi utilizzare il supporto "
3757
+ #~ "Premium e AdRotate Geo."
3758
+
3759
+ #, fuzzy
3760
+ #~ msgid ""
3761
+ #~ "Also you will receive updates and support for one year of purchasing and "
3762
+ #~ "be notified via email when it is time to renew your license."
3763
+ #~ msgstr ""
3764
+ #~ "Inoltre riceverai aggiornamenti e supporto per un anno di acquisto e "
3765
+ #~ "riceverai una notifica via e-mail quando è il momento di rinnovare la "
3766
+ #~ "licenza."
3767
+
3768
+ #, fuzzy
3769
+ #~ msgid "Your license is now de-activated"
3770
+ #~ msgstr "La licenza è ora disattivata"
3771
+
3772
+ #~ msgid "Thank you. Your licenses have been reset"
3773
+ #~ msgstr "Grazie. La tua licenza è stata reimpostata"
3774
+
3775
+ #, fuzzy
3776
+ #~ msgid ""
3777
+ #~ "This license can not be activated for networks. Please purchase a "
3778
+ #~ "Developer license."
3779
+ #~ msgstr ""
3780
+ #~ "Questa licenza non può essere attivata per le reti. Si prega di "
3781
+ #~ "acquistare una licenza per sviluppatori."
3782
+
3783
+ #~ msgid "File size exceeded."
3784
+ #~ msgstr "Dimensione file eccessiva."
3785
+
3786
+ #~ msgid "Upload incomplete."
3787
+ #~ msgstr "Upload incompleto."
3788
+
3789
+ #~ msgid "Could not write file to server."
3790
+ #~ msgstr "Impossibile scrivere il file nel server."
3791
+
3792
+ #~ msgid "An unknown error occured, contact staff."
3793
+ #~ msgstr "Si è verificato un errore sconosciuto, contatta lo staff."
3794
+
3795
+ #~ msgid "Something went wrong!"
3796
+ #~ msgstr "Qualcosa è andato storto!"
3797
+
3798
+ #~ msgid "Go back and try again. If the error persists, contact staff."
3799
+ #~ msgstr ""
3800
+ #~ "Torna indietro e prova di nuovo. Se l'errore persiste, contatta lo staff."
3801
+
3802
+ #~ msgid "The file was either too large or not in the right format."
3803
+ #~ msgstr "Il file era troppo grande o non era del formato giusto."
3804
+
3805
+ #~ msgid "Enable"
3806
+ #~ msgstr "Abilita"
3807
+
3808
+ #, fuzzy
3809
+ #~ msgid "Is this user an AdRotate Advertiser?"
3810
+ #~ msgstr "Questo utente è un Inserzionista AdRotate?"
3811
+
3812
+ #~ msgid "Permissions"
3813
+ #~ msgstr "Permessi"
3814
+
3815
+ #, fuzzy
3816
+ #~ msgid "Can create and edit their own adverts?"
3817
+ #~ msgstr "È possibile creare e modificare le proprie inserzioni?"
3818
+
3819
+ #, fuzzy
3820
+ #~ msgid "Can specify mobile devices?"
3821
+ #~ msgstr "È possibile specificare i dispositivi mobili?"
3822
+
3823
+ #, fuzzy
3824
+ #~ msgid "Can use Geo Targeting?"
3825
+ #~ msgstr "Puoi usare Geo Targeting?"
3826
+
3827
+ #, fuzzy
3828
+ #~ msgid ""
3829
+ #~ "These settings only have effect if you enable the global setting in "
3830
+ #~ "AdRotate Settings."
3831
+ #~ msgstr ""
3832
+ #~ "Queste impostazioni hanno effetto solo se si abilita l'impostazione "
3833
+ #~ "globale in Impostazioni AdRotate."
3834
+
3835
+ #~ msgid "Notes"
3836
+ #~ msgstr "Note"
3837
+
3838
+ #, fuzzy
3839
+ #~ msgid "Also visible in the advertiser profile."
3840
+ #~ msgstr "Visibile anche nel profilo dell'inserzionista."
3841
+
3842
+ #, fuzzy, php-format
3843
+ #~ msgid ""
3844
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3845
+ #~ "geolocation/mobile restrictions or does not exist!"
3846
+ #~ msgstr ""
3847
+ #~ "Erreur, la pub n'est pas disponible en ce moment en raison de "
3848
+ #~ "restrictions horaires/géographiques ou n'existe pas!"
3849
+
3850
+ #, fuzzy
3851
+ #~ msgid ""
3852
+ #~ "You did not yet activate your AdRotate Professional license. Activate and "
3853
+ #~ "get updates, premium support and access to AdRotate Geo!"
3854
+ #~ msgstr ""
3855
+ #~ "Non hai ancora attivato la licenza AdRotate Professional. Attiva e ricevi "
3856
+ #~ "aggiornamenti, supporto premium e accesso ad AdRotate Geo!"
3857
+
3858
+ #, fuzzy
3859
+ #~ msgid "Activate license"
3860
+ #~ msgstr "Attiva licenza"
3861
+
3862
+ #, fuzzy
3863
+ #~ msgid "Your license has expired. Please consider getting a new license."
3864
+ #~ msgstr ""
3865
+ #~ "La licenza è scaduta. Si prega di prendere in considerazione l'ottenere "
3866
+ #~ "una nuova licenza."
3867
+
3868
+ #, fuzzy
3869
+ #~ msgid "Get a discount"
3870
+ #~ msgstr "Ottieni uno sconto"
3871
+
3872
+ #, fuzzy
3873
+ #~ msgid ""
3874
+ #~ "You have enabled email notifications but did not select anything to be "
3875
+ #~ "notified about. You are wasting server resources!"
3876
+ #~ msgstr ""
3877
+ #~ "Sono state abilitate le notifiche e-mail, ma non è stato selezionato "
3878
+ #~ "alcun elemento per cui ricevere una notifica. Stai sprecando risorse del "
3879
+ #~ "server!"
3880
+
3881
+ #, fuzzy
3882
+ #~ msgid ""
3883
+ #~ "The AdRotate Geo service can only be used after you activate your license "
3884
+ #~ "for this website."
3885
+ #~ msgstr ""
3886
+ #~ "Il servizio AdRotate Geo può essere utilizzato solo dopo aver attivato la "
3887
+ #~ "licenza per questo sito web."
3888
+
3889
+ #, fuzzy
3890
+ #~ msgid ""
3891
+ #~ "AdRotate Geo can only be used with a valid license. Your license has "
3892
+ #~ "expired. In order to continue to use AdRotate Geo please get a new "
3893
+ #~ "license."
3894
+ #~ msgstr ""
3895
+ #~ "AdRotate Geo può essere utilizzato solo con una licenza valida. La "
3896
+ #~ "licenza è scaduta. Per continuare a utilizzare AdRotate Geo si prega di "
3897
+ #~ "ottenere una nuova licenza."
3898
+
3899
+ #, fuzzy
3900
+ #~ msgid "Buy a new license"
3901
+ #~ msgstr "Acquistare una nuova licenza"
3902
+
3903
+ #, fuzzy, php-format
3904
+ #~ msgid ""
3905
+ #~ "You are running out of Geo Lookups for AdRotate. You have less than %d "
3906
+ #~ "remaining lookups."
3907
+ #~ msgstr ""
3908
+ #~ "Stai esaurendo le ricerche Geo per AdRotate. Si dispone di meno di %d "
3909
+ #~ "ricerche rimanenti."
3910
+
3911
+ #, fuzzy
3912
+ #~ msgid ""
3913
+ #~ "AdRotate Geo is no longer working because you have no more lookups for "
3914
+ #~ "today. This resets at midnight UTC/GMT."
3915
+ #~ msgstr ""
3916
+ #~ "AdRotate Geo non funziona più perché non hai più ricerche per oggi. In "
3917
+ #~ "questo modo viene reimpostato alla mezzanotte UTC/GMT."
3918
+
3919
+ #, fuzzy
3920
+ #~ msgid ""
3921
+ #~ "MaxMind Geo Targeting is no longer working because you have no more "
3922
+ #~ "lookups. Buy more lookups from the Maxmind website!"
3923
+ #~ msgstr ""
3924
+ #~ "MaxMind Geo Targeting non funziona più perché non hai più ricerche. "
3925
+ #~ "Acquista altre ricerche dal sito Maxmind!"
3926
+
3927
+ #, fuzzy
3928
+ #~ msgid ""
3929
+ #~ "Geo Targeting is not working because your MaxMind account details are "
3930
+ #~ "incomplete."
3931
+ #~ msgstr ""
3932
+ #~ "Geo Targeting non funziona perché i dettagli dell'account MaxMind sono "
3933
+ #~ "incompleti."
3934
+
3935
+ #, fuzzy
3936
+ #~ msgid "Enter MaxMind account details"
3937
+ #~ msgstr "Inserisci i dettagli dell'account MaxMind"
3938
+
3939
+ #, fuzzy
3940
+ #~ msgid ""
3941
+ #~ "Geo Targeting is not working. Check if IP Geolocation is enabled in your "
3942
+ #~ "CloudFlare account."
3943
+ #~ msgstr ""
3944
+ #~ "Geo Targeting non funziona. Controlla se la georilevazione IP è abilitata "
3945
+ #~ "nel tuo account CloudFlare."
3946
+
3947
+ #, fuzzy
3948
+ #~ msgid ""
3949
+ #~ "Geo Targeting is not working because your Ipstack account API key is "
3950
+ #~ "missing."
3951
+ #~ msgstr ""
3952
+ #~ "Geo Targeting non funziona perché la chiave API dell'account Ipstack è "
3953
+ #~ "mancante."
3954
+
3955
+ #, fuzzy
3956
+ #~ msgid "Enter API key"
3957
+ #~ msgstr "Immettere la chiave API"
3958
+
3959
+ #, fuzzy
3960
+ #~ msgid "You can also ask questions via"
3961
+ #~ msgstr "È inoltre possibile porre domande tramite"
3962
+
3963
+ #~ msgid "email"
3964
+ #~ msgstr "email"
3965
+
3966
+ #~ msgid "if you have a valid license."
3967
+ #~ msgstr "se hai una licenza valida."
3968
+
3969
+ #, fuzzy
3970
+ #~ msgid "Your adverts"
3971
+ #~ msgstr "Le tue inserzioni"
3972
+
3973
+ #, fuzzy
3974
+ #~ msgid ""
3975
+ #~ "The overall stats do not take adverts from other advertisers into account."
3976
+ #~ msgstr ""
3977
+ #~ "Le statistiche complessive non prendono in considerazione le inserzioni "
3978
+ #~ "di altri inserzionisti."
3979
+
3980
+ #~ msgid "Your ads are published with"
3981
+ #~ msgstr "Le tue inserzioni sono pubblicate con"
3982
+
3983
+ #, fuzzy
3984
+ #~ msgid "is a registered trademark"
3985
+ #~ msgstr "è un marchio registrato"
3986
+
3987
+ #~ msgid "Premium Support"
3988
+ #~ msgstr "Supporto Premium"
3989
+
3990
+ #~ msgid "Advertiser"
3991
+ #~ msgstr "Inserzionista"
3992
+
3993
+ #~ msgid "Network Settings"
3994
+ #~ msgstr "Impostazioni di rete"
3995
+
3996
+ #~ msgid "Header & ads.txt"
3997
+ #~ msgstr "Intestazione e ads.txt"
3998
+
3999
+ #~ msgid "Queue"
4000
+ #~ msgstr "Coda"
4001
+
4002
+ #~ msgid "Archive"
4003
+ #~ msgstr "Archivio"
4004
+
4005
+ #~ msgid "Trash"
4006
+ #~ msgstr "Cestino"
4007
+
4008
+ #~ msgid "All Users"
4009
+ #~ msgstr "Tutti gli Utenti"
4010
+
4011
+ #~ msgid "New User"
4012
+ #~ msgstr "Nuovo Utente"
4013
+
4014
+ #~ msgid "Tools"
4015
+ #~ msgstr "Strumenti"
4016
+
4017
+ #~ msgid "Notice"
4018
+ #~ msgstr "Avviso"
4019
+
4020
+ #~ msgid "No ads for user."
4021
+ #~ msgstr "Non ci sono inserzioni per utente."
4022
+
4023
+ #, fuzzy
4024
+ #~ msgid "Primary site"
4025
+ #~ msgstr "Sito principale"
4026
+
4027
+ #, fuzzy
4028
+ #~ msgid ""
4029
+ #~ "Enter the site id for the site you will publish adverts from. This is "
4030
+ #~ "usually id 1."
4031
+ #~ msgstr ""
4032
+ #~ "Inserisci l'ID del sito da cui pubblicherai le inserzioni. Questo è in "
4033
+ #~ "genere id 1."
4034
+
4035
+ #, fuzzy
4036
+ #~ msgid "Enable dashboard on sites"
4037
+ #~ msgstr "Abilitare il dashboard nei siti"
4038
+
4039
+ #, fuzzy
4040
+ #~ msgid ""
4041
+ #~ "Enabled by default. This allows admins of those sites to create and "
4042
+ #~ "manage adverts with AdRotate Pro just like you do from your primary site. "
4043
+ #~ "Caution: May cause group id conflicts when using cross site adverts, use "
4044
+ #~ "with care!"
4045
+ #~ msgstr ""
4046
+ #~ "Abilitato per impostazione predefinita. Ciò consente agli amministratori "
4047
+ #~ "di tali siti di creare e gestire le inserzioni con AdRotate Pro proprio "
4048
+ #~ "come fai dal tuo sito principale. Attenzione: può causare conflitti di ID "
4049
+ #~ "gruppo quando si utilizzano inserzioni tra siti, utilizzare con "
4050
+ #~ "attenzione!"
4051
+
4052
+ #, fuzzy
4053
+ #~ msgid "Network License"
4054
+ #~ msgstr "Licenza di rete"
4055
+
4056
+ #~ msgid ""
4057
+ #~ "Activate your AdRotate License here to receive automated updates and "
4058
+ #~ "enable support via the fast and personal ticket system."
4059
+ #~ msgstr ""
4060
+ #~ "Attiva qui la tua licenza di AdRotate per ricevere aggiornamenti "
4061
+ #~ "automatici e abilitare l'assistenza tramite un veloce e personale sistema "
4062
+ #~ "di ticket."
4063
+
4064
+ #, fuzzy
4065
+ #~ msgid "For network activated setups like this you need a Developer License."
4066
+ #~ msgstr ""
4067
+ #~ "Per le configurazioni attivate dalla rete come questa è necessaria una "
4068
+ #~ "licenza per sviluppatori."
4069
+
4070
+ #~ msgid "License Type"
4071
+ #~ msgstr "Tipo di Licenza"
4072
+
4073
+ #~ msgid "Not activated - Not eligible for support and updates."
4074
+ #~ msgstr "Non attivato - Senza requisiti per assistenza e aggiornamenti."
4075
+
4076
+ #, fuzzy
4077
+ #~ msgid ""
4078
+ #~ "Your license has expired. In order to continue to receive updates, "
4079
+ #~ "support and access to AdRotate Geo please get a new license."
4080
+ #~ msgstr ""
4081
+ #~ "La licenza è scaduta. Per continuare a ricevere aggiornamenti, il "
4082
+ #~ "supporto e l'accesso a AdRotate Geo ottengono una nuova licenza."
4083
+
4084
+ #, fuzzy
4085
+ #~ msgid ""
4086
+ #~ "As a thank you for your continued use and support of AdRotate Pro you can "
4087
+ #~ "get a new license at a special discounted price."
4088
+ #~ msgstr ""
4089
+ #~ "Come ringraziamento per il tuo uso continuato e il supporto di AdRotate "
4090
+ #~ "Pro puoi ottenere una nuova licenza a un prezzo speciale scontato."
4091
+
4092
+ #, fuzzy
4093
+ #~ msgid "Get a new license"
4094
+ #~ msgstr "Ottenere una nuova licenza"
4095
+
4096
+ #~ msgid "License Email"
4097
+ #~ msgstr "E-mail Licenza"
4098
+
4099
+ #~ msgid "The email address you used in your purchase of AdRotate Pro."
4100
+ #~ msgstr "Indirizzo email utilizzato per l'acquisto di AdRotate Pro."
4101
+
4102
+ #~ msgid "You can find the license key in your order email."
4103
+ #~ msgstr "Puoi trovare la tua chiave di licenza nell'email del tuo ordine."
4104
+
4105
+ #, fuzzy
4106
+ #~ msgid ""
4107
+ #~ "If you have installed AdRotate Pro for a client or in a multisite setup "
4108
+ #~ "and want to hide the License Key, Email address from them."
4109
+ #~ msgstr ""
4110
+ #~ "Si vous avez installé AdRotate Pro pour un client ou dans une "
4111
+ #~ "installation réseau et vous voulez cacher les détails du serveur de vos "
4112
+ #~ "utilisateurs ou client. "
4113
+
4114
+ #, fuzzy
4115
+ #~ msgid "Force de-activate"
4116
+ #~ msgstr "Forza restringilmente"
4117
+
4118
+ #, fuzzy
4119
+ #~ msgid ""
4120
+ #~ "If your license has expired you may need to force de-activate the old "
4121
+ #~ "license before you can activate the new key."
4122
+ #~ msgstr ""
4123
+ #~ "Se la licenza è scaduta, potrebbe essere necessario forzare la "
4124
+ #~ "disattivazione della vecchia licenza prima di poter attivare la nuova "
4125
+ #~ "chiave."
4126
+
4127
+ #~ msgid "De-activate"
4128
+ #~ msgstr "Disattiva"
4129
+
4130
+ #~ msgid "Group:"
4131
+ #~ msgstr "Gruppo:"
4132
+
4133
+ #, fuzzy
4134
+ #~ msgid "Wrapper before:"
4135
+ #~ msgstr "Wrapper prima di:"
4136
+
4137
+ #, fuzzy
4138
+ #~ msgid "Wrapper after:"
4139
+ #~ msgstr "Wrapper dopo:"
4140
+
4141
+ #, fuzzy
4142
+ #~ msgid "Simple HTML to center an advert or apply a paragraph for example."
4143
+ #~ msgstr ""
4144
+ #~ "HTML semplice per centrare un annuncio o applicare un paragrafo, ad "
4145
+ #~ "esempio."
4146
+
4147
+ #, fuzzy
4148
+ #~ msgid "Advert:"
4149
+ #~ msgstr "Annuncio:"
4150
+
4151
+ #, fuzzy
4152
+ #~ msgid "-- Choose an advert --"
4153
+ #~ msgstr "-- Scegli un'inserzione --"
4154
+
4155
+ #, fuzzy
4156
+ #~ msgid "NOTE: This widget has Post Injection enabled!"
4157
+ #~ msgstr "NOTA: Questo widget ha post-iniezione abilitato!"
4158
+
4159
+ #, fuzzy
4160
+ #~ msgid "-- Choose a group --"
4161
+ #~ msgstr "-- Scegliere un gruppo --"
4162
+
4163
+ #, fuzzy
4164
+ #~ msgid "Please contact staff, click tracking is not active!"
4165
+ #~ msgstr "Si prega di contattare il personale, click tracking non è attivo!"
4166
+
4167
+ #, fuzzy
4168
+ #~ msgid "Please contact staff if you don't know what this means."
4169
+ #~ msgstr ""
4170
+ #~ "Si prega di contattare il personale se non si sa che cosa questo "
4171
+ #~ "significa."
4172
+
4173
+ #, fuzzy
4174
+ #~ msgid "This advert has no schedules!"
4175
+ #~ msgstr "Questa inserzione non ha programmi!"
4176
+
4177
+ #, fuzzy
4178
+ #~ msgid ""
4179
+ #~ "Clicktracking is enabled but no valid link/tag was found in the adcode!"
4180
+ #~ msgstr ""
4181
+ #~ "Clicktracking è abilitato ma non è stato trovato alcun link/tag valido "
4182
+ #~ "nell'adcode!"
4183
+
4184
+ #, fuzzy
4185
+ #~ msgid ""
4186
+ #~ "Correct your adcode or contact staff if you don't know what this means."
4187
+ #~ msgstr ""
4188
+ #~ "Correggi il tuo codice pubblicitario o il personale di contatto se non "
4189
+ #~ "sai cosa significa."
4190
+
4191
+ #, fuzzy
4192
+ #~ msgid ""
4193
+ #~ "Please contact staff, CPC is enabled but clicktracking is not active!"
4194
+ #~ msgstr ""
4195
+ #~ "Si prega di contattare il personale, CPC è abilitato, ma clicktracking "
4196
+ #~ "non è attivo!"
4197
+
4198
+ #, fuzzy
4199
+ #~ msgid ""
4200
+ #~ "This advert has been rejected by staff Please adjust the ad to conform "
4201
+ #~ "with the requirements!"
4202
+ #~ msgstr ""
4203
+ #~ "Questa inserzione è stata rifiutata dal personale Si prega di regolare "
4204
+ #~ "l'annuncio per conformarsi ai requisiti!"
4205
+
4206
+ #, fuzzy
4207
+ #~ msgid "This advert is queued and awaiting review!"
4208
+ #~ msgstr "Questo annuncio è in coda e in attesa di revisione!"
4209
+
4210
+ #, fuzzy
4211
+ #~ msgid "This ad is expired and currently not rotating!"
4212
+ #~ msgstr "Questo annuncio è scaduto e attualmente non ruota!"
4213
+
4214
+ #, fuzzy
4215
+ #~ msgid "This ad has been disabled and is not rotating!"
4216
+ #~ msgstr "Questo annuncio è stato disabilitato e non sta ruotando!"
4217
+
4218
+ #, fuzzy
4219
+ #~ msgid ""
4220
+ #~ "This advert is approved and currently showing on the site! Saving the "
4221
+ #~ "advert now will put it in the moderation queue for review!"
4222
+ #~ msgstr ""
4223
+ #~ "Questo annuncio è approvato e attualmente mostrando sul sito! Salvare "
4224
+ #~ "subito l'inserzione lo inserirà nella coda di moderazione per la "
4225
+ #~ "revisione!"
4226
+
4227
+ #~ msgid "Title"
4228
+ #~ msgstr "Titolo"
4229
+
4230
+ #, fuzzy
4231
+ #~ msgid "For your and the staffs reference."
4232
+ #~ msgstr "Per il vostro e il personale di riferimento."
4233
+
4234
+ #~ msgid "Live Preview"
4235
+ #~ msgstr "Anteprima live"
4236
+
4237
+ #~ msgid "Upload a file"
4238
+ #~ msgstr "Carica un file"
4239
+
4240
+ #, fuzzy
4241
+ #~ msgid "Accepted files are:"
4242
+ #~ msgstr "I file accettati sono:"
4243
+
4244
+ #, fuzzy
4245
+ #~ msgid "Use either the upload option or the dropdown menu."
4246
+ #~ msgstr "Utilizzare l'opzione di caricamento o il menu a discesa."
4247
+
4248
+ #~ msgid "Device"
4249
+ #~ msgstr "Dispositivo"
4250
+
4251
+ #~ msgid "Computers"
4252
+ #~ msgstr "Computer"
4253
+
4254
+ #, fuzzy
4255
+ #~ msgid ""
4256
+ #~ "Operating system detection only detects iOS/Android/Others or neither. "
4257
+ #~ "Only works if Smartphones and/or Tablets is enabled."
4258
+ #~ msgstr ""
4259
+ #~ "Il rilevamento del sistema operativo rileva solo iOS/Android/Altri o "
4260
+ #~ "nessuno dei due. Funziona solo se Smartphone e/o Tablet sono abilitati."
4261
+
4262
+ #~ msgid "Others"
4263
+ #~ msgstr "Altri"
4264
+
4265
+ #, fuzzy
4266
+ #~ msgid ""
4267
+ #~ "Select where your ad should be visible. If your desired group/location is "
4268
+ #~ "not listed or the specification is unclear contact your publisher."
4269
+ #~ msgstr ""
4270
+ #~ "Seleziona dove deve essere visibile l'annuncio. Se il gruppo/posizione "
4271
+ #~ "desiderato non è presente nell'elenco o la specifica non è chiara, "
4272
+ #~ "contattare l'editore."
4273
+
4274
+ #~ msgid "Choose Schedules"
4275
+ #~ msgstr "Scegli Differimenti"
4276
+
4277
+ #, fuzzy
4278
+ #~ msgid ""
4279
+ #~ "Select when your ad should be visible. If your desired timeframe is not "
4280
+ #~ "listed contact your publisher."
4281
+ #~ msgstr ""
4282
+ #~ "Seleziona quando l'annuncio deve essere visibile. Se l'intervallo di "
4283
+ #~ "tempo desiderato non è elencato, contattare l'editore."
4284
+
4285
+ #, fuzzy
4286
+ #~ msgid "In use by this advert."
4287
+ #~ msgstr "In uso da questo annuncio."
4288
+
4289
+ #, fuzzy
4290
+ #~ msgid "Submit ad for review"
4291
+ #~ msgstr "Invia l'inserzione per la revisione"
4292
+
4293
+ #, fuzzy
4294
+ #~ msgid "Editing and creating adverts is not available right now"
4295
+ #~ msgstr ""
4296
+ #~ "La modifica e la creazione di inserzioni non sono al momento disponibili"
4297
+
4298
+ #, fuzzy
4299
+ #~ msgid ""
4300
+ #~ "The administrator has disabled editing of adverts. Contact your "
4301
+ #~ "representative if you think this is incorrect."
4302
+ #~ msgstr ""
4303
+ #~ "L'amministratore ha disabilitato la modifica delle inserzioni. Contatta "
4304
+ #~ "il tuo rappresentante se ritieni che ciò non sia corretto."
4305
+
4306
+ #, fuzzy
4307
+ #~ msgid ""
4308
+ #~ "The adverts in here are disabled but kept for reference or later use."
4309
+ #~ msgstr ""
4310
+ #~ "Le inserzioni qui sono disabilitate ma conservate per riferimento o per "
4311
+ #~ "uso successivo."
4312
+
4313
+ #, fuzzy
4314
+ #~ msgid "Queued Adverts"
4315
+ #~ msgstr "Inserzioni in coda"
4316
+
4317
+ #, fuzzy
4318
+ #~ msgid ""
4319
+ #~ "Adverts listed here are queued for review, awaiting payment, rejected by "
4320
+ #~ "a reviewer or have a configuration error."
4321
+ #~ msgstr ""
4322
+ #~ "Le inserzioni elencate di seguito sono in coda per la revisione, in "
4323
+ #~ "attesa di pagamento, rifiutate da un revisore o hanno un errore di "
4324
+ #~ "configurazione."
4325
+
4326
+ #~ msgid "Budget:"
4327
+ #~ msgstr "Budget:"
4328
+
4329
+ #, fuzzy
4330
+ #~ msgid "CPC:"
4331
+ #~ msgstr "Cpc:"
4332
+
4333
+ #, fuzzy
4334
+ #~ msgid "CPM:"
4335
+ #~ msgstr "Cpm:"
4336
+
4337
+ #~ msgid "Rejected"
4338
+ #~ msgstr "Rifiutato"
4339
+
4340
+ #~ msgid "Summary"
4341
+ #~ msgstr "Sommario"
4342
+
4343
+ #, fuzzy
4344
+ #~ msgid "Overall statistics over active adverts"
4345
+ #~ msgstr "Statistiche generali sulle inserzioni attive"
4346
+
4347
+ #, fuzzy
4348
+ #~ msgid "Best performing advert"
4349
+ #~ msgstr "Inserzione con il rendimento migliore"
4350
+
4351
+ #~ msgid "with"
4352
+ #~ msgstr "con"
4353
+
4354
+ #, fuzzy
4355
+ #~ msgid "clicks."
4356
+ #~ msgstr "Clic."
4357
+
4358
+ #, fuzzy
4359
+ #~ msgid "No advert stands out at this time."
4360
+ #~ msgstr "Nessun annuncio si distingue in questo momento."
4361
+
4362
+ #, fuzzy
4363
+ #~ msgid "Least performing advert"
4364
+ #~ msgstr "Inserzione con meno rendimento"
4365
+
4366
+ #, fuzzy
4367
+ #~ msgid "Export options for montly overview"
4368
+ #~ msgstr "Opzioni di esportazione per la panoramica di montly"
4369
+
4370
+ #~ msgid "Select period"
4371
+ #~ msgstr "Seleziona periodo"
4372
+
4373
+ #, fuzzy
4374
+ #~ msgid "Email options"
4375
+ #~ msgstr "Opzioni e-mail"
4376
+
4377
+ #, fuzzy
4378
+ #~ msgid ""
4379
+ #~ "Maximum of 3 email addresses, comma seperated. Leave empty to download "
4380
+ #~ "the CSV file instead."
4381
+ #~ msgstr ""
4382
+ #~ "Massimo 3 indirizzi e-mail, separati con virgole. Lasciare vuoto per "
4383
+ #~ "scaricare il file CSV."
4384
+
4385
+ #~ msgid "Export"
4386
+ #~ msgstr "Esporta"
4387
+
4388
+ #, fuzzy
4389
+ #~ msgid "Download or email your selected timeframe as a CSV file."
4390
+ #~ msgstr ""
4391
+ #~ "Scarica o invia tramite e-mail l'intervallo di tempo selezionato come "
4392
+ #~ "file CSV."
4393
+
4394
+ #, fuzzy
4395
+ #~ msgid ""
4396
+ #~ "These are active and currently in the pool of adverts shown on the "
4397
+ #~ "website."
4398
+ #~ msgstr ""
4399
+ #~ "Questi sono attivi e attualmente nel pool di annunci mostrati sul sito "
4400
+ #~ "web."
4401
+
4402
+ #, fuzzy
4403
+ #~ msgid "Statistics for"
4404
+ #~ msgstr "Statistiche per"
4405
+
4406
+ #, fuzzy
4407
+ #~ msgid "Clicks today"
4408
+ #~ msgstr "Clic oggi stesso"
4409
+
4410
+ #, fuzzy
4411
+ #~ msgid "Impressions last month"
4412
+ #~ msgstr "Impressioni del mese scorso"
4413
+
4414
+ #, fuzzy
4415
+ #~ msgid "Clicks last month"
4416
+ #~ msgstr "Clic del mese scorso"
4417
+
4418
+ #, fuzzy
4419
+ #~ msgid "Impressions this month"
4420
+ #~ msgstr "Impressioni di questo mese"
4421
+
4422
+ #, fuzzy
4423
+ #~ msgid "Clicks this month"
4424
+ #~ msgstr "Clic di questo mese"
4425
+
4426
+ #, fuzzy
4427
+ #~ msgid "Periodic overview of clicks and impressions"
4428
+ #~ msgstr "Panoramica periodica di clic e impressioni"
4429
+
4430
+ #, fuzzy
4431
+ #~ msgid "Shown from"
4432
+ #~ msgstr "Mostrato da"
4433
+
4434
+ #, fuzzy
4435
+ #~ msgid "Shown until"
4436
+ #~ msgstr "Mostrato fino a"
4437
+
4438
+ #~ msgid "Used"
4439
+ #~ msgstr "Usato"
4440
+
4441
+ #, fuzzy
4442
+ #~ msgid "Max Impressions"
4443
+ #~ msgstr "Numero massimo di impressioni"
4444
+
4445
+ #, fuzzy
4446
+ #~ msgid ""
4447
+ #~ "This is because of CSS differences. The themes CSS file is not active "
4448
+ #~ "here!"
4449
+ #~ msgstr ""
4450
+ #~ "Ciò è dovuto alle differenze CSS. Il file CSS temi non è attivo qui!"
4451
+
4452
+ #~ msgid "Export options"
4453
+ #~ msgstr "Opzioni di esportazione"
4454
+
4455
+ #, fuzzy
4456
+ #~ msgid "Whole year"
4457
+ #~ msgstr "Anno intero"
4458
+
4459
+ #, fuzzy
4460
+ #~ msgid "Invalid ad ID."
4461
+ #~ msgstr "ID annuncio non valido."
4462
+
4463
+ #~ msgid "Queued"
4464
+ #~ msgstr "In coda"
4465
+
4466
+ #~ msgid "Subject"
4467
+ #~ msgstr "Oggetto"
4468
+
4469
+ #, fuzzy
4470
+ #~ msgid "Advert/Campaign"
4471
+ #~ msgstr "Annuncio/Campagna"
4472
+
4473
+ #, fuzzy
4474
+ #~ msgid "No advert in particular"
4475
+ #~ msgstr "Nessuna inserzione in particolare"
4476
+
4477
+ #, fuzzy
4478
+ #~ msgid "Short message"
4479
+ #~ msgstr "Breve messaggio"
4480
+
4481
+ #~ msgid "Send"
4482
+ #~ msgstr "Invia"
4483
+
4484
+ #, fuzzy
4485
+ #~ msgid ""
4486
+ #~ "These are users marked as Advertisers. You can add more advertisers by "
4487
+ #~ "editing existing users or creating new users."
4488
+ #~ msgstr ""
4489
+ #~ "Si tratta di utenti contrassegnati come Inserzionisti. Puoi aggiungere "
4490
+ #~ "altri inserzionisti modificando gli utenti esistenti o creando nuovi "
4491
+ #~ "utenti."
4492
+
4493
+ #~ msgid "Email"
4494
+ #~ msgstr "Email"
4495
+
4496
+ #~ msgid "Contact"
4497
+ #~ msgstr "Contatto"
4498
+
4499
+ #, fuzzy
4500
+ #~ msgid "Has no adverts"
4501
+ #~ msgstr "Non ha pubblicità"
4502
+
4503
+ #, fuzzy
4504
+ #~ msgid "Advertiser Profile"
4505
+ #~ msgstr "Profilo dell'inserzionista"
4506
+
4507
+ #~ msgid "Profile"
4508
+ #~ msgstr "Profilo"
4509
+
4510
+ #~ msgid "Who"
4511
+ #~ msgstr "Chi"
4512
+
4513
+ #, fuzzy
4514
+ #~ msgid "No HTML/Javascript or code allowed."
4515
+ #~ msgstr "Non sono consentiti codice HTML/Javascript o codice."
4516
+
4517
+ #, fuzzy
4518
+ #~ msgid "Create and edit their own adverts?"
4519
+ #~ msgstr "Creare e modificare le proprie inserzioni?"
4520
+
4521
+ #, fuzzy
4522
+ #~ msgid "Specify devices for mobile adverts?"
4523
+ #~ msgstr "Specificare i dispositivi per le inserzioni per dispositivi mobili?"
4524
+
4525
+ #, fuzzy
4526
+ #~ msgid "Can set up Geo Targeting?"
4527
+ #~ msgstr "Configurare Geo Targeting?"
4528
+
4529
+ #, fuzzy
4530
+ #~ msgid "Save"
4531
+ #~ msgstr "Salva"
4532
+
4533
+ #~ msgid "Back"
4534
+ #~ msgstr "Indietro"
4535
+
4536
+ #~ msgid "ads.txt"
4537
+ #~ msgstr "ads.txt"
4538
+
4539
+ #~ msgid ""
4540
+ #~ "Add authorized publishers here to make sure the adverts you display are "
4541
+ #~ "legitimate. Only applies to advertising networks. The use of ads.txt is "
4542
+ #~ "optional."
4543
+ #~ msgstr ""
4544
+ #~ "Aggiungi qui gli inserzionisti autorizzati per essere sicuro che le "
4545
+ #~ "inserzioni che mostri siano autorizzate. Si applica solamente alle reti "
4546
+ #~ "pubblicitarie. L'uso di ads.txt è facoltativo."
4547
+
4548
+ #~ msgid ""
4549
+ #~ "An authorization consists of 3 or 4 parts; domainname, Publisher ID, Type "
4550
+ #~ "[, Authority ID]. Comment lines are prefixed with a #."
4551
+ #~ msgstr ""
4552
+ #~ "Un'autorizzazione consiste di 3 o 4 parti; domainname, Publisher ID, Type "
4553
+ #~ "[, Authority ID]. Le righe di Commento hanno come prefisso #."
4554
+
4555
+ #~ msgid ""
4556
+ #~ "Typos and wrong information may result in missing adverts or the wrong "
4557
+ #~ "adverts being shown on your website."
4558
+ #~ msgstr ""
4559
+ #~ "Refusi e informazioni errate possono far sì che nel tuo sito ci siano "
4560
+ #~ "inserzioni mancanti o che appaiano inserzioni errate."
4561
+
4562
+ #~ msgid "Header Snippet"
4563
+ #~ msgstr "Snippet Intestazione"
4564
+
4565
+ #~ msgid ""
4566
+ #~ "Use this field for code from adverts that require a piece of code in the "
4567
+ #~ "header. Some newer Google AdSense adverts require this."
4568
+ #~ msgstr ""
4569
+ #~ "Usa questo campo per il codice degli annunci che richiedono un pezzo di "
4570
+ #~ "codice nell'intestazione. Alcuni annunci pubblicitari Google AdSense più "
4571
+ #~ "recenti lo richiedono."
4572
+
4573
+ #~ msgid ""
4574
+ #~ "Make sure you paste the code exactly as provided without alterations. If "
4575
+ #~ "you have more than one snippet paste them under each other on a new line."
4576
+ #~ msgstr ""
4577
+ #~ "Assicurati di incollare il codice esattamente come fornito senza "
4578
+ #~ "alterazioni. Se hai più di uno snippet, incollali uno sopra l'altro su "
4579
+ #~ "una nuova riga."
4580
+
4581
+ #~ msgid ""
4582
+ #~ "If you have multiple snippets but some are identical you should only use "
4583
+ #~ "one snippet."
4584
+ #~ msgstr ""
4585
+ #~ "Se hai più snippet ma alcuni sono identici, devi utilizzarne solo uno."
4586
+
4587
+ #, fuzzy
4588
+ #~ msgid "Archived Adverts"
4589
+ #~ msgstr "Inserzioni archiviate"
4590
+
4591
+ #, fuzzy
4592
+ #~ msgid ""
4593
+ #~ "The archive is a way of permanently disabling adverts. Archiving adverts "
4594
+ #~ "is meant to preserve stats and/or settings. While you can edit the "
4595
+ #~ "adverts, you can not activate them again. They can however be duplicated "
4596
+ #~ "to new adverts which you can use."
4597
+ #~ msgstr ""
4598
+ #~ "L'archivio è un modo per disabilitare in modo permanente le inserzioni. "
4599
+ #~ "L'archiviazione delle inserzioni ha lo scopo di conservare statistiche e/"
4600
+ #~ "o impostazioni. Mentre è possibile modificare le inserzioni, non è "
4601
+ #~ "possibile attivarli di nuovo. Possono tuttavia essere duplicati in nuove "
4602
+ #~ "inserzioni che puoi utilizzare."
4603
+
4604
+ #, fuzzy
4605
+ #~ msgid ""
4606
+ #~ "Archived adverts have their stats moved to a separate database table "
4607
+ #~ "which may increase the overall speed of your site."
4608
+ #~ msgstr ""
4609
+ #~ "Le inserzioni archiviate hanno le loro statistiche spostate in una "
4610
+ #~ "tabella di database separata che può aumentare la velocità complessiva "
4611
+ #~ "del tuo sito."
4612
+
4613
+ #~ msgid "Caution:"
4614
+ #~ msgstr "Attenzione:"
4615
+
4616
+ #, fuzzy
4617
+ #~ msgid ""
4618
+ #~ "Archiving multiple adverts at the same time may slow down your site, in "
4619
+ #~ "some cases a lot of data has to be moved. Not every hosting provider "
4620
+ #~ "allows you to move large quantities of data. To avoid this, archive one "
4621
+ #~ "or two adverts at a time."
4622
+ #~ msgstr ""
4623
+ #~ "L'archiviazione di più inserzioni contemporaneamente può rallentare il "
4624
+ #~ "tuo sito, in alcuni casi è necessario spostare molti dati. Non tutti i "
4625
+ #~ "provider di hosting consentono di spostare grandi quantità di dati. Per "
4626
+ #~ "evitare questo problema, archivia una o due inserzioni alla volta."
4627
+
4628
+ #~ msgid "Duplicate"
4629
+ #~ msgstr "Duplica"
4630
+
4631
+ #, fuzzy
4632
+ #~ msgid "Delete (Permanently)"
4633
+ #~ msgstr "Elimina (in modo permanente)"
4634
+
4635
+ #~ msgid "Export to XML"
4636
+ #~ msgstr "Esporta in XML"
4637
+
4638
+ #~ msgid "Advertiser:"
4639
+ #~ msgstr "Inserzionista:"
4640
+
4641
+ #, fuzzy
4642
+ #~ msgid ""
4643
+ #~ "These adverts are temporarily disabled. You can archive adverts to "
4644
+ #~ "permanently disable them."
4645
+ #~ msgstr ""
4646
+ #~ "Queste inserzioni sono temporaneamente disabilitate. Puoi archiviare le "
4647
+ #~ "inserzioni per disabilitarle definitivamente."
4648
+
4649
+ #, fuzzy
4650
+ #~ msgid ""
4651
+ #~ "Archiving adverts moves gathered statistics away from the live database "
4652
+ #~ "which may speed up your website."
4653
+ #~ msgstr ""
4654
+ #~ "L'archiviazione delle inserzioni sposta le statistiche raccolte dal "
4655
+ #~ "database live che possono accelerare il tuo sito web."
4656
+
4657
+ #, fuzzy
4658
+ #~ msgid "Archive (Permanently)"
4659
+ #~ msgstr "Archivio (permanente)"
4660
+
4661
+ #~ msgid "Move to Trash"
4662
+ #~ msgstr "Sposta nel cestino"
4663
+
4664
+ #, fuzzy
4665
+ #~ msgid "Devices:"
4666
+ #~ msgstr "Dispositivi:"
4667
+
4668
+ #~ msgid "Weight:"
4669
+ #~ msgstr "Peso:"
4670
+
4671
+ #, fuzzy
4672
+ #~ msgid "You have set an advertiser but didn't enable tracking!"
4673
+ #~ msgstr ""
4674
+ #~ "Hai impostato un inserzionista ma non hai abilitato il monitoraggio!"
4675
+
4676
+ #, fuzzy
4677
+ #~ msgid ""
4678
+ #~ "There is a problem saving the asset. Please try again with the media "
4679
+ #~ "picker and re-save the advert!"
4680
+ #~ msgstr ""
4681
+ #~ "Si è verificato un problema durante il salvataggio dell'asset. Riprova "
4682
+ #~ "con il raccoglitore multimediale e salva di nuovo l'inserzione!"
4683
+
4684
+ #, fuzzy
4685
+ #~ msgid ""
4686
+ #~ "This advert has run out of budget. Add more budget to the advert or reset "
4687
+ #~ "the rate to zero!"
4688
+ #~ msgstr ""
4689
+ #~ "Questa inserzione ha esaurito il budget. Aggiungi più budget "
4690
+ #~ "all'inserzione o azzera la tariffa!"
4691
+
4692
+ #, fuzzy
4693
+ #~ msgid "CPC is enabled but Tracking is not active!"
4694
+ #~ msgstr "Il CPC è abilitato ma il monitoraggio non è attivo!"
4695
+
4696
+ #, fuzzy
4697
+ #~ msgid "Advert has no devices selected!"
4698
+ #~ msgstr "L'annuncio non ha dispositivi selezionati!"
4699
+
4700
+ #, fuzzy
4701
+ #~ msgid "Advert has no operating systems selected!"
4702
+ #~ msgstr "Annuncio non ha nessun sistema operativo selezionato!"
4703
+
4704
+ #, fuzzy
4705
+ #~ msgid ""
4706
+ #~ "AdRotate cannot find an error but the advert is marked erroneous, check "
4707
+ #~ "the settings and try re-saving the advert!"
4708
+ #~ msgstr ""
4709
+ #~ "AdRotate non riesce a trovare un errore, ma l'inserzione è contrassegnata "
4710
+ #~ "come errata, controlla le impostazioni e prova a salvare nuovamente "
4711
+ #~ "l'inserzione!"
4712
+
4713
+ #, fuzzy
4714
+ #~ msgid ""
4715
+ #~ "This advert has been rejected by staff. Please adjust the advert to "
4716
+ #~ "conform with the requirements!"
4717
+ #~ msgstr ""
4718
+ #~ "Questa inserzione è stata respinta dal personale. Si prega di regolare "
4719
+ #~ "l'annuncio per conformarsi ai requisiti!"
4720
+
4721
+ #, fuzzy
4722
+ #~ msgid "The advert will expire in less than 2 days!"
4723
+ #~ msgstr "L'inserzione scadrà tra meno di 2 giorni!"
4724
+
4725
+ #, fuzzy
4726
+ #~ msgid "This advert will expire in less than 7 days!"
4727
+ #~ msgstr "Questa inserzione scadrà tra meno di 7 giorni!"
4728
+
4729
+ #, fuzzy
4730
+ #~ msgid "This advert has been archived and can not be activated anymore!"
4731
+ #~ msgstr "Questo annuncio è stato archiviato e non può essere attivato più!"
4732
+
4733
+ #, fuzzy
4734
+ #~ msgid "Visible to Advertisers!"
4735
+ #~ msgstr "Visibile agli inserzionisti!"
4736
+
4737
+ #~ msgid "Status"
4738
+ #~ msgstr "Stato"
4739
+
4740
+ #, fuzzy
4741
+ #~ msgid "Maybe, this advert is queued for review"
4742
+ #~ msgstr "Forse, questo annuncio è in coda per la revisione"
4743
+
4744
+ #, fuzzy
4745
+ #~ msgid "No, this advert is rejected (advertiser can make changes)"
4746
+ #~ msgstr ""
4747
+ #~ "No, questa inserzione viene rifiutata (l'inserzionista può apportare "
4748
+ #~ "modifiche)"
4749
+
4750
+ #, fuzzy
4751
+ #~ msgid "Archive this advert permanently"
4752
+ #~ msgstr "Archivia questa inserzione in modo permanente"
4753
+
4754
+ #~ msgid "Create a new schedule"
4755
+ #~ msgstr "Crea una nuova pianificazione"
4756
+
4757
+ #, fuzzy
4758
+ #~ msgid "Leave empty to skip this."
4759
+ #~ msgstr "Lasciare vuoto per ignorare questo."
4760
+
4761
+ #, fuzzy
4762
+ #~ msgid "Spread Impressions"
4763
+ #~ msgstr "Spread Impressions"
4764
+
4765
+ #, fuzzy
4766
+ #~ msgid ""
4767
+ #~ "Try to evenly spread impressions for each advert over the duration of "
4768
+ #~ "this schedule. This may cause adverts to intermittently not show."
4769
+ #~ msgstr ""
4770
+ #~ "Cerca di distribuire uniformemente le impressioni per ogni inserzione per "
4771
+ #~ "tutta la durata di questa pianificazione. Ciò potrebbe causare la "
4772
+ #~ "visualizzazione intermittente delle inserzioni."
4773
+
4774
+ #~ msgid "Choose an existing schedules"
4775
+ #~ msgstr "Scegli una pianificazione esistente"
4776
+
4777
+ #, fuzzy
4778
+ #~ msgid "You can add, edit or delete schedules from the"
4779
+ #~ msgstr "È possibile aggiungere, modificare o eliminare pianificazioni dal"
4780
+
4781
+ #, fuzzy
4782
+ #~ msgid "dashboard. Save your advert first!"
4783
+ #~ msgstr "cruscotto. Salva prima la tua inserzione!"
4784
+
4785
+ #, fuzzy
4786
+ #~ msgid "Schedules not in use by this advert are hidden."
4787
+ #~ msgstr "Le pianificazioni non in uso da questa inserzione sono nascoste."
4788
+
4789
+ #, fuzzy
4790
+ #~ msgid "Operating System"
4791
+ #~ msgstr "Sistema operativo"
4792
+
4793
+ #~ msgid "Not specified"
4794
+ #~ msgstr "Non specificato/a"
4795
+
4796
+ #, fuzzy
4797
+ #~ msgid ""
4798
+ #~ "Must be a registered user on your site with appropriate access roles."
4799
+ #~ msgstr ""
4800
+ #~ "Deve essere un utente registrato sul tuo sito con i ruoli di accesso "
4801
+ #~ "appropriati."
4802
+
4803
+ #, fuzzy
4804
+ #~ msgid "Advert Budget"
4805
+ #~ msgstr "Budget dell'inserzione"
4806
+
4807
+ #, fuzzy
4808
+ #~ msgid "When the budget reaches 0, the advert will expire."
4809
+ #~ msgstr "Quando il budget raggiunge 0, l'inserzione scadrà."
4810
+
4811
+ #, fuzzy
4812
+ #~ msgid "Cost-per-Click"
4813
+ #~ msgstr "Costo per clic"
4814
+
4815
+ #, fuzzy
4816
+ #~ msgid "Cost-per-Mille"
4817
+ #~ msgstr "Costo per Mille"
4818
+
4819
+ #~ msgid "Active"
4820
+ #~ msgstr "Attivo"
4821
+
4822
+ #, fuzzy
4823
+ #~ msgid "Default rotation"
4824
+ #~ msgstr "Rotazione predefinita"
4825
+
4826
+ #, fuzzy
4827
+ #~ msgid "-- Weight --"
4828
+ #~ msgstr "-- Peso--"
4829
+
4830
+ #, fuzzy
4831
+ #~ msgid "Barely visible"
4832
+ #~ msgstr "Appena visibile"
4833
+
4834
+ #, fuzzy
4835
+ #~ msgid "Normal coverage"
4836
+ #~ msgstr "Copertura normale"
4837
+
4838
+ #, fuzzy
4839
+ #~ msgid "Best visibility"
4840
+ #~ msgstr "Migliore visibilità"
4841
+
4842
+ #~ msgid "Moderation Queue"
4843
+ #~ msgstr "Coda di moderazione"
4844
+
4845
+ #, fuzzy
4846
+ #~ msgid ""
4847
+ #~ "The moderation queue lists adverts assigned to your advertisers that need "
4848
+ #~ "reviewing. This includes changes made by advertisers."
4849
+ #~ msgstr ""
4850
+ #~ "La coda di moderazione elenca le inserzioni assegnate agli inserzionisti "
4851
+ #~ "che devono essere esaminate. Sono incluse le modifiche apportate dagli "
4852
+ #~ "inserzionisti."
4853
+
4854
+ #~ msgid "Approve"
4855
+ #~ msgstr "Approva"
4856
+
4857
+ #~ msgid "Reject"
4858
+ #~ msgstr "Rifiuta"
4859
+
4860
+ #, fuzzy
4861
+ #~ msgid "Rejected."
4862
+ #~ msgstr "Rifiutato."
4863
+
4864
+ #~ msgid "Trashed Adverts"
4865
+ #~ msgstr "Inserzioni Cestinate"
4866
+
4867
+ #, fuzzy
4868
+ #~ msgid ""
4869
+ #~ "The trash is a temporary place for deleted adverts. If an advert is "
4870
+ #~ "deleted by accident you can restore it from here. If nothing is done the "
4871
+ #~ "advert is deleted after 3 days. Once the advert has been deleted it can "
4872
+ #~ "no longer be recovered."
4873
+ #~ msgstr ""
4874
+ #~ "Il cestino è un luogo temporaneo per le inserzioni eliminate. Se un "
4875
+ #~ "annuncio viene eliminato per errore, puoi ripristinarlo da qui. Se non "
4876
+ #~ "viene fatto nulla, l'inserzione viene eliminata dopo 3 giorni. Una volta "
4877
+ #~ "che l'inserzione è stata eliminata, non può più essere recuperata."
4878
+
4879
+ #~ msgid "Restore"
4880
+ #~ msgstr "Ripristina"
4881
+
4882
+ #, fuzzy
4883
+ #~ msgid "px wide"
4884
+ #~ msgstr "px largo"
4885
+
4886
+ #, fuzzy
4887
+ #~ msgid "px high."
4888
+ #~ msgstr "px alto."
4889
+
4890
+ #, fuzzy
4891
+ #~ msgid ""
4892
+ #~ "The size will be visible in management and is for reference when in "
4893
+ #~ "default mode."
4894
+ #~ msgstr ""
4895
+ #~ "La dimensione sarà visibile nella gestione ed è di riferimento quando è "
4896
+ #~ "in modalità predefinita."
4897
+
4898
+ #, fuzzy
4899
+ #~ msgid "Automatic refresh"
4900
+ #~ msgstr "Aggiornamento automatico"
4901
+
4902
+ #, fuzzy
4903
+ #~ msgid "Do not forget to set up Geo Targeting for your adverts as well."
4904
+ #~ msgstr ""
4905
+ #~ "Non dimenticare di impostare Geo Targeting anche per le tue inserzioni."
4906
+
4907
+ #~ msgid "No"
4908
+ #~ msgstr "No"
4909
+
4910
+ #~ msgid "Fallback"
4911
+ #~ msgstr "Fallback"
4912
+
4913
+ #~ msgid "Group"
4914
+ #~ msgstr "Gruppo"
4915
+
4916
+ #, fuzzy
4917
+ #~ msgid ""
4918
+ #~ "Zip files are automatically extracted in the location where they are "
4919
+ #~ "uploaded and the original zip file will be deleted once extracted."
4920
+ #~ msgstr ""
4921
+ #~ "I file zip vengono estratti automaticamente nella posizione in cui "
4922
+ #~ "vengono caricati e il file zip originale verrà eliminato una volta "
4923
+ #~ "estratto."
4924
+
4925
+ #, fuzzy
4926
+ #~ msgid "Deleting a folder deletes everything inside that folder as well!"
4927
+ #~ msgstr ""
4928
+ #~ "L'eliminazione di una cartella comporta anche l'eliminazione di tutto ciò "
4929
+ #~ "che si è verificato all'interno di tale cartella!"
4930
+
4931
+ #~ msgid "New Schedule"
4932
+ #~ msgstr "Nuovo schedulazione"
4933
+
4934
+ #~ msgid "Edit Schedule"
4935
+ #~ msgstr "Modifica pianificazione"
4936
+
4937
+ #, fuzzy
4938
+ #~ msgid ""
4939
+ #~ "Time uses a 24 hour clock. When you're used to AM/PM: If the start or end "
4940
+ #~ "time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
4941
+ #~ msgstr ""
4942
+ #~ "L'ora utilizza un orologio a 24 ore. Quando sei abituato a AM/PM: se "
4943
+ #~ "l'ora di inizio o di fine è dopo pranzo, aggiungi 12 ore. 2PM è 14:00 "
4944
+ #~ "ore. 6AM è 6:00 ore."
4945
+
4946
+ #~ msgid "Everything below is optional."
4947
+ #~ msgstr "Tutto qui sotto è facoltativo."
4948
+
4949
+ #, fuzzy
4950
+ #~ msgid ""
4951
+ #~ "These settings may cause adverts to intermittently not show. Use with "
4952
+ #~ "care!"
4953
+ #~ msgstr ""
4954
+ #~ "Queste impostazioni possono causare la visualizzazione intermittente "
4955
+ #~ "delle inserzioni. Attenzione!"
4956
+
4957
+ #, fuzzy
4958
+ #~ msgid ""
4959
+ #~ "The maximum clicks and impressions are measured only for the schedule "
4960
+ #~ "that has the limit set up. And applies to each individual advert in the "
4961
+ #~ "group."
4962
+ #~ msgstr ""
4963
+ #~ "Il numero massimo di clic e impressioni viene misurato solo per la "
4964
+ #~ "pianificazione con il limite impostato. E si applica a ogni singola "
4965
+ #~ "inserzione del gruppo."
4966
+
4967
+ #, fuzzy
4968
+ #~ msgid "Show only on"
4969
+ #~ msgstr "Mostra solo su"
4970
+
4971
+ #~ msgid "Monday"
4972
+ #~ msgstr "Lunedì"
4973
+
4974
+ #~ msgid "Tuesday"
4975
+ #~ msgstr "Martedì"
4976
+
4977
+ #~ msgid "Wednesday"
4978
+ #~ msgstr "Mercoledì"
4979
+
4980
+ #~ msgid "Thursday"
4981
+ #~ msgstr "Giovedì"
4982
+
4983
+ #~ msgid "Friday"
4984
+ #~ msgstr "Venerdì"
4985
+
4986
+ #~ msgid "Saturday"
4987
+ #~ msgstr "Sabato"
4988
+
4989
+ #~ msgid "Sunday"
4990
+ #~ msgstr "Domenica"
4991
+
4992
+ #~ msgid "Daily start at"
4993
+ #~ msgstr "Inizio giornaliero alle"
4994
+
4995
+ #~ msgid "End on"
4996
+ #~ msgstr "Finisci il"
4997
+
4998
+ #, fuzzy
4999
+ #~ msgid ""
5000
+ #~ "Evenly spread impressions for each advert over the duration of this "
5001
+ #~ "schedule."
5002
+ #~ msgstr ""
5003
+ #~ "Distribuisci uniformemente le impressioni per ogni inserzione per tutta "
5004
+ #~ "la durata di questo programma."
5005
+
5006
+ #, fuzzy
5007
+ #~ msgid "Requires Maximum Impressions to be higher than 100."
5008
+ #~ msgstr "Richiede che il numero massimo di impressioni sia superiore a 100."
5009
+
5010
+ #, fuzzy
5011
+ #~ msgid "Automatically delete the schedule 1 day after it expires?"
5012
+ #~ msgstr ""
5013
+ #~ "Eliminare automaticamente la pianificazione 1 giorno dopo la scadenza?"
5014
+
5015
+ #, fuzzy
5016
+ #~ msgid "Adverts hide schedules that are not used by that advert."
5017
+ #~ msgstr ""
5018
+ #~ "Le inserzioni nascondono le pianificazioni che non vengono utilizzate da "
5019
+ #~ "quell'inserzione."
5020
+
5021
+ #~ msgid "Save Schedule"
5022
+ #~ msgstr "Salva pianificazione"
5023
+
5024
+ #, fuzzy
5025
+ #~ msgid "Select Adverts"
5026
+ #~ msgstr "Seleziona Inserzioni"
5027
+
5028
+ #~ msgid "Overview of clicks and impressions"
5029
+ #~ msgstr "Panoramica di clicks e impressioni"
5030
+
5031
+ #~ msgid "Period"
5032
+ #~ msgstr "Periodo"
5033
+
5034
+ #~ msgid "From"
5035
+ #~ msgstr "Da"
5036
+
5037
+ #~ msgid "Until"
5038
+ #~ msgstr "Fino a"
5039
+
5040
+ #~ msgid "from"
5041
+ #~ msgstr "da"
5042
+
5043
+ #, fuzzy
5044
+ #~ msgid "Duplicate adverts"
5045
+ #~ msgstr "Inserzioni duplicate"
5046
+
5047
+ #, fuzzy
5048
+ #~ msgid ""
5049
+ #~ "Enable this option to prevent adverts in groups that are in Default or "
5050
+ #~ "Block mode from showing multiple times on the same pageload."
5051
+ #~ msgstr ""
5052
+ #~ "Attiva questa opzione per impedire che le inserzioni nei gruppi in "
5053
+ #~ "modalità Predefinito o Blocca vengano visualizzate più volte nello stesso "
5054
+ #~ "pageload."
5055
+
5056
+ #, fuzzy
5057
+ #~ msgid ""
5058
+ #~ "If you still notice double adverts from groups placed on a page, start "
5059
+ #~ "with carefully looking at your setup to make sure you did not cause this "
5060
+ #~ "yourself."
5061
+ #~ msgstr ""
5062
+ #~ "Se noti ancora doppie inserzioni da gruppi inseriti in una pagina, inizia "
5063
+ #~ "con attenzione a guardare la tua configurazione per assicurarti di non "
5064
+ #~ "averlo causato tu stesso."
5065
+
5066
+ #, fuzzy
5067
+ #~ msgid "On some servers $_SESSION is disabled."
5068
+ #~ msgstr "In alcuni server _SESSION è disabilitato."
5069
+
5070
+ #, fuzzy
5071
+ #~ msgid ""
5072
+ #~ "A plugin called \"WP Session Manager\" by Eric Mann may fix this. "
5073
+ #~ "However, most people will not need this extra plugin!"
5074
+ #~ msgstr ""
5075
+ #~ "Un plugin chiamato \"WP Session Manager\" di Eric Mann può risolvere "
5076
+ #~ "questo problema. Tuttavia, la maggior parte delle persone non avrà "
5077
+ #~ "bisogno di questo plugin extra!"
5078
+
5079
+ #, fuzzy
5080
+ #~ msgid "Lookups remaining"
5081
+ #~ msgstr "Ricerche rimanenti"
5082
+
5083
+ #, fuzzy
5084
+ #~ msgid ""
5085
+ #~ "This number is provided by the geo service and not checked for accuracy. "
5086
+ #~ "Not every geo service provides a quota."
5087
+ #~ msgstr ""
5088
+ #~ "Questo numero è fornito dal servizio geo e non controllato per la "
5089
+ #~ "precisione. Non tutti i servizi geografici forniscono una quota."
5090
+
5091
+ #~ msgid "User ID"
5092
+ #~ msgstr "ID Utente"
5093
+
5094
+ #, fuzzy
5095
+ #~ msgid "License Key/API Key"
5096
+ #~ msgstr "Chiave di licenza/chiave API"
5097
+
5098
+ #, fuzzy
5099
+ #~ msgid "AdRotate Pro License"
5100
+ #~ msgstr "Licenza AdRotate Pro"
5101
+
5102
+ #, fuzzy
5103
+ #~ msgid ""
5104
+ #~ "Activate your AdRotate Pro License to receive automatic updates, use "
5105
+ #~ "AdRotate Geo and be eligble for premium support."
5106
+ #~ msgstr ""
5107
+ #~ "Attiva la licenza AdRotate Pro per ricevere aggiornamenti automatici, "
5108
+ #~ "utilizza AdRotate Geo ed essere eligble per il supporto premium."
5109
+
5110
+ #, fuzzy
5111
+ #~ msgid "Hide License Details"
5112
+ #~ msgstr "Nascondi dettagli licenza"
5113
+
5114
+ #, fuzzy
5115
+ #~ msgid "De-activate license"
5116
+ #~ msgstr "Disattivare la licenza"
5117
+
5118
+ #, fuzzy
5119
+ #~ msgid "Click only once! this may take a few seconds."
5120
+ #~ msgstr ""
5121
+ #~ "Clicca una sola volta! l'operazione potrebbe richiedere alcuni secondi."
5122
+
5123
+ #, fuzzy
5124
+ #~ msgid ""
5125
+ #~ "Use these functions when you are running into trouble with your adverts "
5126
+ #~ "or you notice your database is slow, unresponsive and sluggish. Normally "
5127
+ #~ "you should not need these functions, but sometimes they are a lifesaver!"
5128
+ #~ msgstr ""
5129
+ #~ "Utilizzare queste funzioni quando si verificano problemi con le "
5130
+ #~ "inserzioni o si nota che il database è lento, non risponde e lento. "
5131
+ #~ "Normalmente non dovresti aver bisogno di queste funzioni, ma a volte sono "
5132
+ #~ "un salvavita!"
5133
+
5134
+ #, fuzzy
5135
+ #~ msgid "Delete Assets"
5136
+ #~ msgstr "Eliminazione di risorse"
5137
+
5138
+ #, fuzzy
5139
+ #~ msgid "Clean-up Assets"
5140
+ #~ msgstr "Attività di pulizia"
5141
+
5142
+ #, fuzzy
5143
+ #~ msgid ""
5144
+ #~ "You are about to delete advert files. This may delete advert assets "
5145
+ #~ "(images etc.) you may want to re-use at some point. Make sure you have a "
5146
+ #~ "backup!"
5147
+ #~ msgstr ""
5148
+ #~ "Stai per eliminare i file pubblicitari. Questo potrebbe eliminare le "
5149
+ #~ "risorse pubblicitarie (immagini, ecc.) che potresti voler riutilizzare a "
5150
+ #~ "un certo punto. Assicurati di avere un backup!"
5151
+
5152
+ #, fuzzy
5153
+ #~ msgid ""
5154
+ #~ "Check for unused image assets and delete them. This function only deletes "
5155
+ #~ "images and optionally export files. No other files or folders are touched."
5156
+ #~ msgstr ""
5157
+ #~ "Verificare la presenza di risorse immagine inutilizzate ed eliminarle. "
5158
+ #~ "Questa funzione elimina solo le immagini ed eventualmente esporta i file. "
5159
+ #~ "Non vengono toccati altri file o cartelle."
5160
+
5161
+ #, fuzzy
5162
+ #~ msgid "Delete expired schedules."
5163
+ #~ msgstr "Eliminare le pianificazioni scadute."
5164
+
5165
+ #, fuzzy
5166
+ #~ msgid "Delete all adverts and their data from the trash."
5167
+ #~ msgstr "Elimina tutte le inserzioni e i relativi dati dal cestino."
5168
+
5169
+ #~ msgid "Troubleshooting"
5170
+ #~ msgstr "Risoluzione dei problemi"
5171
+
5172
+ #, fuzzy
5173
+ #~ msgid ""
5174
+ #~ "The below options are not meant for normal use and are only there for "
5175
+ #~ "developers to review saved settings or how ads are selected. These can be "
5176
+ #~ "used as a measure of troubleshooting upon request but for normal use they "
5177
+ #~ "SHOULD BE LEFT UNCHECKED!!"
5178
+ #~ msgstr ""
5179
+ #~ "Le opzioni riportate di seguito non sono destinate al normale utilizzo e "
5180
+ #~ "sono disponibili solo per gli sviluppatori per rivedere le impostazioni "
5181
+ #~ "salvate o la modalità di selezione degli annunci. Questi possono essere "
5182
+ #~ "utilizzati come misura di risoluzione dei problemi su richiesta, ma per "
5183
+ #~ "un uso normale che DOVREBBERO ESSERE UNCHECKED!!"
5184
+
5185
+ #~ msgid ""
5186
+ #~ "Troubleshoot ads and how they are selected. Visible on the front-end."
5187
+ #~ msgstr ""
5188
+ #~ "Risoluzione dei problemi degli annunci e come essi vengono selezionati. "
5189
+ #~ "Visibile sul front-end."
5190
+
5191
+ #, fuzzy
5192
+ #~ msgid "Geo Data output on the front-end."
5193
+ #~ msgstr "Uscita dati geosul-front-end."
5194
+
5195
+ #, fuzzy
5196
+ #~ msgid ""
5197
+ #~ "Disable timers for clicks and impressions. AdRotate Internal Tracker only."
5198
+ #~ msgstr ""
5199
+ #~ "Disattiva i timer per i clic e le impressioni. Solo AdRotate Internal "
5200
+ #~ "Tracker."
5201
+
5202
+ #, fuzzy
5203
+ #~ msgid ""
5204
+ #~ "Temporarily disable encryption on the redirect url. AdRotate Internal "
5205
+ #~ "Tracker only."
5206
+ #~ msgstr ""
5207
+ #~ "Disattivare temporaneamente la crittografia nell'URL di reindirizzamento. "
5208
+ #~ "Solo AdRotate Internal Tracker."
5209
+
5210
+ #, fuzzy
5211
+ #~ msgid "Check adverts for errors"
5212
+ #~ msgstr "Verificare la presenza di errori nelle inserzioni"
5213
+
5214
+ #, fuzzy
5215
+ #~ msgid "Send email notifications"
5216
+ #~ msgstr "Inviare notifiche tramite posta elettronica"
5217
+
5218
+ #, fuzzy
5219
+ #~ msgid "Delete adverts from trash"
5220
+ #~ msgstr "Eliminare le inserzioni dal cestino"
5221
+
5222
+ #, fuzzy
5223
+ #~ msgid "Delete expired adverts"
5224
+ #~ msgstr "Eliminare le inserzioni scadute"
5225
+
5226
+ #, fuzzy
5227
+ #~ msgid "Check for new version"
5228
+ #~ msgstr "Verificare la disponibilità di una nuova versione"
5229
+
5230
+ #~ msgid "Check for updates"
5231
+ #~ msgstr "Controlla gli aggiornamenti"
5232
+
5233
+ #~ msgid "Hide Schedules"
5234
+ #~ msgstr "Nascondi Differimenti"
5235
+
5236
+ #~ msgid ""
5237
+ #~ "When editing adverts; Hide schedules that are not in use by that advert."
5238
+ #~ msgstr ""
5239
+ #~ "Quando si modificano le inserzioni, nascondi i differimenti che non sono "
5240
+ #~ "utilizzati da quell'inserzione."
5241
+
5242
+ #~ msgid ""
5243
+ #~ "Who has access to what? All but the \"advertiser page\" are usually for "
5244
+ #~ "admins and moderators."
5245
+ #~ msgstr ""
5246
+ #~ "Chi ha accesso a cosa? Tutto tranne la \"pagina inserzionisti\" è "
5247
+ #~ "generalmente solo per amministratori e moderatori."
5248
+
5249
+ #~ msgid "Advertiser page"
5250
+ #~ msgstr "Pagina inserzionista"
5251
+
5252
+ #, fuzzy
5253
+ #~ msgid "Role to allow users/advertisers to see their advertisement page."
5254
+ #~ msgstr ""
5255
+ #~ "Ruolo per consentire agli utenti/inserzionisti di visualizzare la pagina "
5256
+ #~ "dell'annuncio."
5257
+
5258
+ #, fuzzy
5259
+ #~ msgid ""
5260
+ #~ "All permissions below do NOT apply to avertisers and they should NOT have "
5261
+ #~ "access to it!"
5262
+ #~ msgstr ""
5263
+ #~ "Tutte le autorizzazioni qui sotto NON si applicano agli esperti e NON "
5264
+ #~ "dovrebbero avere accesso ad esso!"
5265
+
5266
+ #~ msgid "Full report page"
5267
+ #~ msgstr "Pagina report completo"
5268
+
5269
+ #~ msgid "Role to review the full report."
5270
+ #~ msgstr "Ruolo per rivedere il report completo."
5271
+
5272
+ #, fuzzy
5273
+ #~ msgid "Manage/Add/Edit schedules"
5274
+ #~ msgstr "Gestisci/Aggiungi/Modifica pianificazioni"
5275
+
5276
+ #~ msgid "Role to see and add/edit schedules."
5277
+ #~ msgstr "Ruolo per vedere e aggiungere/eliminare differimenti."
5278
+
5279
+ #~ msgid "Delete schedules"
5280
+ #~ msgstr "Cancella differimenti"
5281
+
5282
+ #~ msgid "Role to delete schedules."
5283
+ #~ msgstr "Ruolo per cancellare i differimenti."
5284
+
5285
+ #, fuzzy
5286
+ #~ msgid "Manage advertisers"
5287
+ #~ msgstr "Gestire gli inserzionisti"
5288
+
5289
+ #, fuzzy
5290
+ #~ msgid "Access to see and manage the advertisers."
5291
+ #~ msgstr "Accesso per vedere e gestire gli inserzionisti."
5292
+
5293
+ #, fuzzy
5294
+ #~ msgid "Moderate new adverts"
5295
+ #~ msgstr "Moderare le nuove inserzioni"
5296
+
5297
+ #, fuzzy
5298
+ #~ msgid "Role to approve adverts submitted by advertisers."
5299
+ #~ msgstr "Ruolo per approvare le inserzioni inviate dagli inserzionisti."
5300
+
5301
+ #, fuzzy
5302
+ #~ msgid "Approve/Reject adverts in Moderation Queue"
5303
+ #~ msgstr "Approvare/rifiutare le inserzioni nella coda di moderazione"
5304
+
5305
+ #, fuzzy
5306
+ #~ msgid "Role to approve or reject adverts submitted by advertisers."
5307
+ #~ msgstr ""
5308
+ #~ "Ruolo per approvare o rifiutare le inserzioni inviate dagli inserzionisti."
5309
+
5310
+ #, fuzzy
5311
+ #~ msgid "Depreciated"
5312
+ #~ msgstr "Ammortizzati"
5313
+
5314
+ #, fuzzy
5315
+ #~ msgid ""
5316
+ #~ "Requires the Matomo tracking code installed in your sites footer. See the "
5317
+ #~ "manual for details."
5318
+ #~ msgstr ""
5319
+ #~ "Richiede il codice di monitoraggio Matomo installato nel piè di pagina "
5320
+ #~ "dei siti. Consultare il manuale per i dettagli."
5321
+
5322
+ #~ msgid "Google Analytics"
5323
+ #~ msgstr "Google Analytics"
5324
+
5325
+ #, fuzzy
5326
+ #~ msgid ""
5327
+ #~ "The settings below only have effect when you use Google Analytics. Either "
5328
+ #~ "the Universal Tracker of the Global Tag Tracker."
5329
+ #~ msgstr ""
5330
+ #~ "Le impostazioni riportate di seguito hanno effetto solo quando utilizzi "
5331
+ #~ "Google Analytics. Sia l'Universal Tracker del Global Tag Tracker."
5332
+
5333
+ #, fuzzy
5334
+ #~ msgid "Click value"
5335
+ #~ msgstr "Fare clic sul valore"
5336
+
5337
+ #, fuzzy
5338
+ #~ msgid "Default: 1.00."
5339
+ #~ msgstr "Valore predefinito: 1.00."
5340
+
5341
+ #, fuzzy
5342
+ #~ msgid "This number may not be empty, be lower than 0.1 or higher than 10."
5343
+ #~ msgstr ""
5344
+ #~ "Questo numero non può essere vuoto, essere inferiore a 0,1 o superiore a "
5345
+ #~ "10."
5346
+
5347
+ #, fuzzy
5348
+ #~ msgid "Impression value"
5349
+ #~ msgstr "Valore dell'impressione"
5350
+
5351
+ #, fuzzy
5352
+ #~ msgid "Default: 2.00."
5353
+ #~ msgstr "Valore predefinito: 2.00."
5354
+
5355
+ #, fuzzy
5356
+ #~ msgid "Bulk import adverts"
5357
+ #~ msgstr "Inserzioni per l'importazione in blocco"
5358
+
5359
+ #, fuzzy
5360
+ #~ msgid ""
5361
+ #~ "Make sure the file is smaller than 4096Kb (up to approximately 1000 "
5362
+ #~ "adverts in 1 file)."
5363
+ #~ msgstr ""
5364
+ #~ "Assicurati che il file sia più piccolo di 4096Kb (fino a circa 1000 "
5365
+ #~ "annunci in 1 file)."
5366
+
5367
+ #~ msgid "Import"
5368
+ #~ msgstr "Importa"
5369
+
5370
+ #, fuzzy
5371
+ #~ msgid "Click only once!"
5372
+ #~ msgstr "Clicca una sola volta!"
5373
+
5374
+ #, fuzzy
5375
+ #~ msgid ""
5376
+ #~ "As a thank you for your continued use and support of AdRotate "
5377
+ #~ "Professional you can get a new license at a special discounted price."
5378
+ #~ msgstr ""
5379
+ #~ "Come ringraziamento per il vostro uso continuato e il supporto di "
5380
+ #~ "AdRotate Professional è possibile ottenere una nuova licenza ad un prezzo "
5381
+ #~ "speciale scontato."
5382
+
5383
+ #, fuzzy
5384
+ #~ msgid ""
5385
+ #~ "Licenses are valid for 1 year from purchasing. Activating a new license "
5386
+ #~ "key will re-enable the Premium Support contact form and lets you use "
5387
+ #~ "AdRotate Geo again."
5388
+ #~ msgstr ""
5389
+ #~ "Le licenze sono valide per 1 anno dall'acquisto. L'attivazione di una "
5390
+ #~ "nuova chiave di licenza riabiliterà il modulo di contatto del supporto "
5391
+ #~ "Premium e ti consentirà di utilizzare nuovamente AdRotate Geo."
5392
+
5393
+ #, fuzzy
5394
+ #~ msgid "Get your new License"
5395
+ #~ msgstr "Ottieni la tua nuova licenza"
5396
+
5397
+ #, fuzzy
5398
+ #~ msgid "Replace License key"
5399
+ #~ msgstr "Sostituisci la chiave di licenza"
5400
+
5401
+ #, fuzzy
5402
+ #~ msgid "I have a new License key already"
5403
+ #~ msgstr "Ho già una nuova chiave di licenza"
5404
+
5405
+ #, fuzzy
5406
+ #~ msgid "What went wrong? Or what are you trying to do?"
5407
+ #~ msgstr "Cos'è andato storto? O cosa stai cercando di fare?"
5408
+
5409
+ #, fuzzy
5410
+ #~ msgid "Include error messages and/or relevant information."
5411
+ #~ msgstr "Includere messaggi di errore e/o informazioni pertinenti."
5412
+
5413
+ #, fuzzy
5414
+ #~ msgid "Try to remember any actions that may cause the problem."
5415
+ #~ msgstr ""
5416
+ #~ "Provare a ricordare tutte le azioni che possono causare il problema."
5417
+
5418
+ #, fuzzy
5419
+ #~ msgid "Any code/HTML will be stripped from your message."
5420
+ #~ msgstr "Qualsiasi codice/HTML verrà rimosso dal messaggio."
5421
+
5422
+ #~ msgid "Your question"
5423
+ #~ msgstr "La tua richiesta"
5424
+
5425
+ #~ msgid "Your feedback"
5426
+ #~ msgstr "Il tuo feedback"
5427
+
5428
+ #, fuzzy
5429
+ #~ msgid "Which feature do you think should be improved?"
5430
+ #~ msgstr "Quale funzionalità pensi che dovrebbe essere migliorata?"
5431
+
5432
+ #, fuzzy
5433
+ #~ msgid "Please use English or Dutch only!"
5434
+ #~ msgstr "Si prega di utilizzare solo inglese o olandese!"
5435
+
5436
+ #, fuzzy
5437
+ #~ msgid ""
5438
+ #~ "Sending multiple messages with the same question will put you at the very "
5439
+ #~ "end of my support priorities. Please do not send the same message more "
5440
+ #~ "than once here or elsewhere. Thank you!"
5441
+ #~ msgstr ""
5442
+ #~ "L'invio di più messaggi con la stessa domanda vi metterà alla fine delle "
5443
+ #~ "mie priorità di supporto. Si prega di non inviare lo stesso messaggio più "
5444
+ #~ "di una volta qui o altrove. Grazie!"
5445
+
5446
+ #~ msgid "Activate License"
5447
+ #~ msgstr "Attiva Licenza"
5448
+
5449
+ #, fuzzy
5450
+ #~ msgid "Contact your site administrator if you do not know what this means."
5451
+ #~ msgstr ""
5452
+ #~ "Se non si conosce il significato, contattare l'amministratore del sito."
5453
+
5454
+ #, fuzzy
5455
+ #~ msgid "Start date (dd-mm-yyyy)"
5456
+ #~ msgstr "Date de début (jour/mois/année) :"
5457
+
5458
+ #, fuzzy
5459
+ #~ msgid "impressions per hour"
5460
+ #~ msgstr "Vues"
5461
+
5462
+ #, fuzzy
5463
+ #~ msgid "From / Until"
5464
+ #~ msgstr "Visible jusqu'à"
5465
+
5466
+ #, fuzzy
5467
+ #~ msgid "End"
5468
+ #~ msgstr "Début / Fin"
5469
+
5470
+ #, fuzzy
5471
+ #~ msgid "AdRotate Notice"
5472
+ #~ msgstr "AdRotate Pro"
5473
+
5474
+ #, fuzzy
5475
+ #~ msgid "for WordPress. Created by"
5476
+ #~ msgstr "Publicité créée"
5477
+
5478
+ #, fuzzy
5479
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
5480
+ #~ msgstr ""
5481
+ #~ "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
5482
+ #~ "retrouvé dans le adcode!"
5483
+
5484
+ #, fuzzy
5485
+ #~ msgid "This ad used"
5486
+ #~ msgstr "Oui, cette publicité sera utilisée"
5487
+
5488
+ #, fuzzy
5489
+ #~ msgid "Show from"
5490
+ #~ msgstr "Montrer de "
5491
+
5492
+ #, fuzzy
5493
+ #~ msgid "Show until"
5494
+ #~ msgstr "Montrer jusqu'à"
5495
+
5496
+ #, fuzzy
5497
+ #~ msgid "Find out more"
5498
+ #~ msgstr "En savoir plus"
5499
+
5500
+ #, fuzzy
5501
+ #~ msgid "ID - Name"
5502
+ #~ msgstr "ID - Nom"
5503
+
5504
+ #, fuzzy
5505
+ #~ msgid "Code"
5506
+ #~ msgstr "Code"
5507
+
5508
+ #, fuzzy
5509
+ #~ msgid "unlimited"
5510
+ #~ msgstr ""
5511
+ #~ "Activez AdRotate dans un nombre illimité d'installations Wordpress et/ou "
5512
+ #~ "réseaux."
5513
+
5514
+ #, fuzzy
5515
+ #~ msgid "Clicks timer"
5516
+ #~ msgstr "Interval de clicks"
5517
+
5518
+ #, fuzzy
5519
+ #~ msgid ""
5520
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
5521
+ #~ "Find out more about what I can do for you!"
5522
+ #~ msgstr ""
5523
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5524
+ #~ "les façettes de Wordpress! Découvrez plus sur ce que je peux faire pour "
5525
+ #~ "vous!"
5526
+
5527
+ #, fuzzy
5528
+ #~ msgid "Visit the"
5529
+ #~ msgstr "Visitez le"
5530
+
5531
+ #, fuzzy
5532
+ #~ msgid "Remove Role"
5533
+ #~ msgstr "Rôle pour supprimer les groupes."
5534
+
5535
+ #, fuzzy
5536
+ #~ msgid ""
5537
+ #~ "A comma separated list of keywords. Filter out bots/crawlers/user-agents. "
5538
+ #~ "To prevent impressions and clicks counted on them."
5539
+ #~ msgstr ""
5540
+ #~ "Filtrage par une liste de mots-clés séparés de virgules pour éviter les "
5541
+ #~ "impressions et le clics fait par les robots/crawlers/user-agents."
5542
+
5543
+ #, fuzzy
5544
+ #~ msgid ""
5545
+ #~ "Keep in mind that this might give false positives. The word 'google' also "
5546
+ #~ "matches 'googlebot', but not vice-versa. So be careful!"
5547
+ #~ msgstr ""
5548
+ #~ "Gardez à l'esprit que cela peut donner des faux positifs. Le mot «Google» "
5549
+ #~ "correspond également à «Googlebot», mais pas vice-versa. Soyez donc "
5550
+ #~ "prudents!"
5551
+
5552
+ #, fuzzy
5553
+ #~ msgid "Keep your list up-to-date"
5554
+ #~ msgstr "Gardez votre liste à jour"
5555
+
5556
+ #, fuzzy
5557
+ #~ msgid ""
5558
+ #~ "Use only words with alphanumeric characters, [ - _ ] are allowed too. All "
5559
+ #~ "other characters are stripped out."
5560
+ #~ msgstr ""
5561
+ #~ "Utilisez uniquement des mots avec des caractères alphanumériques, [ - _ ] "
5562
+ #~ "sont aussi permis. Tous les autres caractères seront supprimés. "
5563
+
5564
+ #, fuzzy
5565
+ #~ msgid "Show nag for"
5566
+ #~ msgstr "Aucune donnée à montrer!"
5567
+
5568
+ #, fuzzy
5569
+ #~ msgid "Disable Dashboard Notifications."
5570
+ #~ msgstr ""
5571
+ #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
5572
+ #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
5573
+ #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
5574
+ #~ "d'expiration."
5575
+
5576
+ #, fuzzy
5577
+ #~ msgid ""
5578
+ #~ "You have enabled WP Super Cache support. If you have version 1.4 or "
5579
+ #~ "newer, this function will not work. WP Super Cache has discontinued "
5580
+ #~ "support for dynamic content."
5581
+ #~ msgstr ""
5582
+ #~ "Vous avez activé le support de WP Super Cache. Si vous avez la version "
5583
+ #~ "1.4 ou plus récent, cette fonction ne marchera pas. WP Super Cache a "
5584
+ #~ "arrêté le support pour le contenu dynamique."
5585
+
5586
+ #, fuzzy
5587
+ #~ msgid "WP Super Cache"
5588
+ #~ msgstr "WP Super Cache"
5589
+
5590
+ #, fuzzy
5591
+ #~ msgid ""
5592
+ #~ "jQuery is required for all Javascript features below. Enable this if your "
5593
+ #~ "theme does not load jQuery already."
5594
+ #~ msgstr ""
5595
+ #~ "jQuery est requis pour toutes les fonctions Javascript ci-dessous. "
5596
+ #~ "Activez-le si votre thème ne charge pas jQuery directement."
5597
+
5598
+ #, fuzzy
5599
+ #~ msgid "Load in footer?"
5600
+ #~ msgstr "Chargement dans le pied de page?"
5601
+
5602
+ #, fuzzy
5603
+ #~ msgid ""
5604
+ #~ "Enable if you want to load the above libraries in the footer. Your theme "
5605
+ #~ "needs to call wp_footer() for this to work."
5606
+ #~ msgstr ""
5607
+ #~ "Activez cette option si vous voulez charger les bibliothèques dans le "
5608
+ #~ "pied de page. Votre thème doit appeler wp_footer() pour que cela "
5609
+ #~ "fonctionne."
5610
+
5611
+ #, fuzzy
5612
+ #~ msgid ""
5613
+ #~ "NOTE: The below functions are intented to be used to OPTIMIZE your "
5614
+ #~ "database. They only apply to your ads/groups and stats. Not to other "
5615
+ #~ "settings or other parts of WordPress! Always always make a backup! These "
5616
+ #~ "functions are to be used when you feel or notice your database is slow, "
5617
+ #~ "unresponsive and sluggish."
5618
+ #~ msgstr ""
5619
+ #~ "NOTA BENE : Les options ci-dessous sont destinées à optimiser votre base "
5620
+ #~ "de données. Ils ne sont appliqués qu'à vos publicités/groupes et "
5621
+ #~ "statistiques, et non pas aux autres parties de Wordpress! Ayez toujours "
5622
+ #~ "une sauvegarde de votre site! Ces fonctions seront utilisées quand vous "
5623
+ #~ "sentez que votre base de données est lente ou ne réponds pas."
5624
+
5625
+ #, fuzzy
5626
+ #~ msgid ""
5627
+ #~ "DISCLAIMER: If for any reason your data is lost, damaged or otherwise "
5628
+ #~ "becomes unusable in any way or by any means in whichever way I will not "
5629
+ #~ "take responsibility. You should always have a backup of your database. "
5630
+ #~ "These functions do NOT destroy data. If data is lost, damaged or "
5631
+ #~ "unusable, your database likely was beyond repair already. Claiming it "
5632
+ #~ "worked before clicking these buttons is not a valid point in any case."
5633
+ #~ msgstr ""
5634
+ #~ "AVERTISSEMENT: Si pour une raison quelconque, vos données sont perdues, "
5635
+ #~ "endommagées ou autrement deviennent inutilisables je ne vais pas en "
5636
+ #~ "prendre la responsabilité. Vous devriez toujours avoir une sauvegarde de "
5637
+ #~ "votre base de données. Ces fonctions ne détruisent pas les données. Si "
5638
+ #~ "les données sont perdues, endommagées ou inutilisables, votre base de "
5639
+ #~ "données était probablement déjà au-delà de la réparation. Affirmer que le "
5640
+ #~ "site fonctionnait avant de cliquer sur ces boutons n'est pas un argument "
5641
+ #~ "valable."
5642
+
5643
+ #, fuzzy
5644
+ #~ msgid "Unknown Status"
5645
+ #~ msgstr "Statut Inconnu"
5646
+
5647
+ #, fuzzy
5648
+ #~ msgid ""
5649
+ #~ "NOTE: The below options are not meant for normal use and are only there "
5650
+ #~ "for developers to review saved settings or how ads are selected. These "
5651
+ #~ "can be used as a measure of troubleshooting upon request but for normal "
5652
+ #~ "use they SHOULD BE LEFT UNCHECKED!!"
5653
+ #~ msgstr ""
5654
+ #~ "NOTA BENE : Les options ci-dessous ne sont pas destinées à une "
5655
+ #~ "utilisation normale, et ne sont là que pour que les développeurs puissent "
5656
+ #~ "examiner les paramètres ou voir comment les publicités sont "
5657
+ #~ "sélectionnées. Ceux-ci peuvent être utilisés comme une mesure de "
5658
+ #~ "dépannage sur demande, mais pour une utilisation normale, ils ne doivent "
5659
+ #~ "pas être activés!"
5660
+
5661
+ #, fuzzy
5662
+ #~ msgid ""
5663
+ #~ "Troubleshoot ads and how (if) they are selected, has front-end output."
5664
+ #~ msgstr ""
5665
+ #~ "Dépannage des publicités. Si cette option est activée, les données seront "
5666
+ #~ "placées sur le site."
5667
+
5668
+ #, fuzzy
5669
+ #~ msgid "Show all settings, dashboard routines and related values."
5670
+ #~ msgstr ""
5671
+ #~ "Afficher tous les paramétres, les widgets du tableau de bord et les "
5672
+ #~ "valeurs connexes."
5673
+
5674
+ #, fuzzy
5675
+ #~ msgid "Show array of all userroles and capabilities."
5676
+ #~ msgstr ""
5677
+ #~ "Voir les données de tous les rôles d'utilisateurs et leur capacités."
5678
+
5679
+ #, fuzzy
5680
+ #~ msgid "Review saved advertisers! Visible to advertisers."
5681
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5682
+
5683
+ #, fuzzy
5684
+ #~ msgid "Review Full Report, per ad/group stats. Visible only to publishers."
5685
+ #~ msgstr ""
5686
+ #~ "Voir le suivi des statistiques globales, ainsi que par publicité/groupe. "
5687
+ #~ "Visible uniquement aux annonceurs."
5688
+
5689
+ #, fuzzy
5690
+ #~ msgid "Temporarily disable encryption on the redirect url."
5691
+ #~ msgstr "Désactiver temporairement le chiffrement sur l'url de redirection."
5692
+
5693
+ #, fuzzy
5694
+ #~ msgid "The last few days"
5695
+ #~ msgstr "Les derniers jours"
5696
+
5697
+ #, fuzzy
5698
+ #~ msgid "Full report"
5699
+ #~ msgstr "Rapport"
5700
+
5701
+ #, fuzzy
5702
+ #~ msgid "Ticket Support"
5703
+ #~ msgstr ""
5704
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5705
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5706
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5707
+
5708
+ #, fuzzy
5709
+ #~ msgid ""
5710
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! If "
5711
+ #~ "you need a custom plugin. Theme customizations or have your site moved/"
5712
+ #~ "migrated entirely. Visit my website for details!"
5713
+ #~ msgstr ""
5714
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5715
+ #~ "les façettes de Wordpress! Si vous avez besoin d'un plugin sur mesure, de "
5716
+ #~ "personnalisation de thème ou pour la migration de votre site entier, "
5717
+ #~ "visitez mon site pour tous les détails!"
5718
+
5719
+ #, fuzzy
5720
+ #~ msgid "Advert ID:"
5721
+ #~ msgstr "ID :"
5722
+
5723
+ #, fuzzy
5724
+ #~ msgid "Title:"
5725
+ #~ msgstr "Titre :"
5726
+
5727
+ #, fuzzy
5728
+ #~ msgid "AdCode:"
5729
+ #~ msgstr "Code :"
5730
+
5731
+ #, fuzzy
5732
+ #~ msgid "Current image:"
5733
+ #~ msgstr "Version actuelle :"
5734
+
5735
+ #, fuzzy
5736
+ #~ msgid "After..."
5737
+ #~ msgstr "Après..."
5738
+
5739
+ #, fuzzy
5740
+ #~ msgid "the first paragraph"
5741
+ #~ msgstr "le premier parapgraphe"
5742
+
5743
+ #, fuzzy
5744
+ #~ msgid "every 2nd paragraph"
5745
+ #~ msgstr "chaque second paragraphe"
5746
+
5747
+ #, fuzzy
5748
+ #~ msgid "every 3rd paragraph"
5749
+ #~ msgstr "chaque 3ème paragraphe"
5750
+
5751
+ #, fuzzy
5752
+ #~ msgid "every 4th paragraph"
5753
+ #~ msgstr "chaque 4ème paragraphe"
5754
+
5755
+ #, fuzzy
5756
+ #~ msgid "every 5th paragraph"
5757
+ #~ msgstr "chaque 5ème paragraphe"
5758
+
5759
+ #, fuzzy
5760
+ #~ msgid "every 6th paragraph"
5761
+ #~ msgstr "chaque 6ème paragraphe"
5762
+
5763
+ #, fuzzy
5764
+ #~ msgid "every 7th paragraph"
5765
+ #~ msgstr "chaque 7ème paragraphe"
5766
+
5767
+ #, fuzzy
5768
+ #~ msgid "every 8th paragraph"
5769
+ #~ msgstr "chaque 8ème paragraphe"
5770
+
5771
+ #, fuzzy
5772
+ #~ msgid "Upload new banner image"
5773
+ #~ msgstr "Image :"
5774
+
5775
+ #, fuzzy
5776
+ #~ msgid "Upload image"
5777
+ #~ msgstr "Image :"
5778
+
5779
+ #, fuzzy
5780
+ #~ msgid "ticket support"
5781
+ #~ msgstr ""
5782
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5783
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5784
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5785
+
5786
+ #, fuzzy
5787
+ #~ msgid "Post Ticket"
5788
+ #~ msgstr "Dans un article ou une page :"
5789
+
5790
+ #, fuzzy
5791
+ #~ msgid "Enable stats"
5792
+ #~ msgstr "Statistiques activés"
5793
+
5794
+ #, fuzzy
5795
+ #~ msgid "Enable click tracking for this advert."
5796
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5797
+
5798
+ #, fuzzy
5799
+ #~ msgid "Activate:"
5800
+ #~ msgstr "Activer"
5801
+
5802
+ #, fuzzy
5803
+ #~ msgid "In a post or page:"
5804
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5805
+
5806
+ #, fuzzy
5807
+ #~ msgid "Directly in a theme:"
5808
+ #~ msgstr "Directement dans un thème :"
5809
+
5810
+ #, fuzzy
5811
+ #~ msgid "End date (day/month/year):"
5812
+ #~ msgstr "Date de fin (jour/mois/année) :"
5813
+
5814
+ #, fuzzy
5815
+ #~ msgid "Start time (hh:mm):"
5816
+ #~ msgstr "Début (hh:mm) :"
5817
+
5818
+ #, fuzzy
5819
+ #~ msgid "Maximum Clicks:"
5820
+ #~ msgstr "Nombre de clicks max :"
5821
+
5822
+ #, fuzzy
5823
+ #~ msgid "Responsive:"
5824
+ #~ msgstr "Responsive :"
5825
+
5826
+ #, fuzzy
5827
+ #~ msgid "Sortorder:"
5828
+ #~ msgstr "Ordre de tri :"
5829
+
5830
+ #, fuzzy
5831
+ #~ msgid "Cost per click"
5832
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5833
+
5834
+ #, fuzzy
5835
+ #~ msgid "Name:"
5836
+ #~ msgstr "Nom"
5837
+
5838
+ #, fuzzy
5839
+ #~ msgid "Include ads in categories?"
5840
+ #~ msgstr "Intégrer les publicités dans les catégories?"
5841
+
5842
+ #, fuzzy
5843
+ #~ msgid "the 2nd paragraph"
5844
+ #~ msgstr "le second paragraphe"
5845
+
5846
+ #, fuzzy
5847
+ #~ msgid "the 3rd paragraph"
5848
+ #~ msgstr "le troisième paragraphe"
5849
+
5850
+ #, fuzzy
5851
+ #~ msgid "the 4th paragraph"
5852
+ #~ msgstr "le quatrième paragraphe"
5853
+
5854
+ #, fuzzy
5855
+ #~ msgid "Include ads in pages?"
5856
+ #~ msgstr "Intégrer les publicités dans les pages?"
5857
+
5858
+ #, fuzzy
5859
+ #~ msgid "Before ad"
5860
+ #~ msgstr "Avant la pub"
5861
+
5862
+ #, fuzzy
5863
+ #~ msgid "After ad"
5864
+ #~ msgstr "Après la pub"
5865
+
5866
+ #, fuzzy
5867
+ #~ msgid "Target URL:"
5868
+ #~ msgstr "URL Cible :"
5869
+
5870
+ #, fuzzy
5871
+ #~ msgid "Will be visible to Advertisers."
5872
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5873
+
5874
+ #, fuzzy
5875
+ #~ msgid "These are required."
5876
+ #~ msgstr "Ces données sont requises."
5877
+
5878
+ #, fuzzy
5879
+ #~ msgid ""
5880
+ #~ "Copy the shortcode in a post or page. The PHP code goes in a theme file "
5881
+ #~ "where you want the advert to show up."
5882
+ #~ msgstr ""
5883
+ #~ "Copiez le shortcode dans un article ou une page. Le code PHP doit être "
5884
+ #~ "dans un fichier du thème si vus voulez que cette publicité soit affichée."
5885
+
5886
+ #, fuzzy
5887
+ #~ msgid ""
5888
+ #~ "Note: Clicktracking does generally not work for Javascript adverts such "
5889
+ #~ "as those provided by Google AdSense."
5890
+ #~ msgstr ""
5891
+ #~ "Nota Bene: Le suivi des clicks ne fonctionne généralement pas pour les "
5892
+ #~ "publicités en Javascript telles que celles fournies par Google AdSense."
5893
+
5894
+ #, fuzzy
5895
+ #~ msgid ""
5896
+ #~ "image.full.jpg, image.320.jpg and image.768.jpg will serve the same "
5897
+ #~ "advert for different viewports. Requires jQuery."
5898
+ #~ msgstr ""
5899
+ #~ "image.full.jpg, image.320.jpg et image.768.jpg serviront la même "
5900
+ #~ "publicité pour différentes tailles d'écran si le site est fluide. "
5901
+ #~ "Nécessite jQuery."
5902
+
5903
+ #, fuzzy
5904
+ #~ msgid "Media:"
5905
+ #~ msgstr "Médias :"
5906
+
5907
+ #, fuzzy
5908
+ #~ msgid "Ad Click Budget:"
5909
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5910
+
5911
+ #, fuzzy
5912
+ #~ msgid "Ad Impression Budget:"
5913
+ #~ msgstr "Gestion des pubs"
5914
+
5915
+ #, fuzzy
5916
+ #~ msgid "Optionally select the group(s) this ad belongs to."
5917
+ #~ msgstr ""
5918
+ #~ "Choisir le groupe auquel cette publicité va être rattachée (optionel)"
5919
+
5920
+ #, fuzzy
5921
+ #~ msgid "Block shape and border"
5922
+ #~ msgstr "Dimensions et bordure du bloc"
5923
+
5924
+ #, fuzzy
5925
+ #~ msgid ""
5926
+ #~ "Make a grid for your ads. Selecting 3 and 2 makes a grid with 2 columns "
5927
+ #~ "showing a maximum of 6 ads. Default: 2x2."
5928
+ #~ msgstr ""
5929
+ #~ "Créer une grille pour vos publicités. Choisissez 3 et 2 créera une grille "
5930
+ #~ "avec 2 colonnes montrant un maximum de 6 publicités. Valeur par défaut : "
5931
+ #~ "2x2."
5932
+
5933
+ #, fuzzy
5934
+ #~ msgid "Advert Width and Height"
5935
+ #~ msgstr "Dimensions des publicités"
5936
+
5937
+ #, fuzzy
5938
+ #~ msgid "Insert ads to the begin or end of a post/page."
5939
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5940
+
5941
+ #, fuzzy
5942
+ #~ msgid "Wraps around each ad."
5943
+ #~ msgstr "Code qui enveloppe chaque publicité."
5944
+
5945
+ #, fuzzy
5946
+ #~ msgid "HTML/JavaScript allowed, use with care!"
5947
+ #~ msgstr "HTML/Javascript est authorisé, utiliser avec précaution!"
5948
+
5949
+ #, fuzzy
5950
+ #~ msgid "You are using"
5951
+ #~ msgstr "Vous utilisez"
5952
+
5953
+ #, fuzzy
5954
+ #~ msgid ""
5955
+ #~ "AdRotate server is currently in development and these menus are not "
5956
+ #~ "functional yet."
5957
+ #~ msgstr ""
5958
+ #~ "AdRotate Server est actuellement en développement et ces menus ne sont "
5959
+ #~ "pas encore fonctionels."
5960
+
5961
+ #, fuzzy
5962
+ #~ msgid "Javascript Libraries"
5963
+ #~ msgstr "Librairies Javascript"
5964
+
5965
+ #, fuzzy
5966
+ #~ msgid ""
5967
+ #~ "These adverts are circulating in the pool of active adverts, served from "
5968
+ #~ "AdRotate server."
5969
+ #~ msgstr ""
5970
+ #~ "Ces publicités sont en circulation dans la séléction de publicités "
5971
+ #~ "actives servies par AdRotate server."
5972
+
5973
+ #, fuzzy
5974
+ #~ msgid "No ads received yet!"
5975
+ #~ msgstr "Aucune publicité n'a été reçue pour le moment!"
5976
+
5977
+ #, fuzzy
5978
+ #~ msgid "Erroneous ads from server"
5979
+ #~ msgstr "Publicités erronées parvenues du serveur"
5980
+
5981
+ #, fuzzy
5982
+ #~ msgid "Adverts served from AdRotate server but having some issues."
5983
+ #~ msgstr "Publicités provenant du serveur AdRotate mais qui ont des soucis."
5984
+
5985
+ #, fuzzy
5986
+ #~ msgid "Updated"
5987
+ #~ msgstr "Mis à jour"
5988
+
5989
+ #, fuzzy
5990
+ #~ msgid ""
5991
+ #~ "Link this website to an AdRotate server so your adverts and stats are "
5992
+ #~ "synchronised regularly."
5993
+ #~ msgstr ""
5994
+ #~ "Lier ce site web à un serveur Adrotate pour que vos publicités et vos "
5995
+ #~ "statistiques soient synchronisées regulièrement."
5996
+
5997
+ #, fuzzy
5998
+ #~ msgid "Linked - Adverts can be synced."
5999
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
6000
+
6001
+ #, fuzzy
6002
+ #~ msgid "Not linked - No adverts will be synced."
6003
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
6004
+
6005
+ #, fuzzy
6006
+ #~ msgid "Server Key"
6007
+ #~ msgstr "Clé Serveur"
6008
+
6009
+ #, fuzzy
6010
+ #~ msgid ""
6011
+ #~ "You can get your server key from your AdRotate Server installation or the "
6012
+ #~ "AdRollr website."
6013
+ #~ msgstr ""
6014
+ #~ "Vous pouvez recevoir votre clé de serveur de votre installation AdRotate "
6015
+ #~ "Server ou du site AdRollr."
6016
+
6017
+ #, fuzzy
6018
+ #~ msgid ""
6019
+ #~ "You should not share your key with anyone you do not trust. Treat this "
6020
+ #~ "key as a password!"
6021
+ #~ msgstr ""
6022
+ #~ "Vous ne devez pas partager votre clé. Traitez cette clé comme un mot de "
6023
+ #~ "passe!"
6024
+
6025
+ #, fuzzy
6026
+ #~ msgid "Make this site a puppet"
6027
+ #~ msgstr "Rendre ce site une \"cellule\""
6028
+
6029
+ #, fuzzy
6030
+ #~ msgid "Have AdRotate use AdRotate Server adverts exclusively."
6031
+ #~ msgstr "Utilisez les publicités provenant de AdRotate Server uniquement."
6032
+
6033
+ #, fuzzy
6034
+ #~ msgid ""
6035
+ #~ "Enabling this function will DISABLE ALL LOCAL MANAGEMENT and will make "
6036
+ #~ "this installation of AdRotate a puppet for your AdRotate Server."
6037
+ #~ msgstr ""
6038
+ #~ "L'activation de cette fonction permet de désactiver toute la gestion "
6039
+ #~ "locale et de rendre cette installation de AdRotate une cellule de votre "
6040
+ #~ "serveur AdRotate. "
6041
+
6042
+ #, fuzzy
6043
+ #~ msgid "Hide Server Details"
6044
+ #~ msgstr "Cacher les détails du serveur"
6045
+
6046
+ #, fuzzy
6047
+ #~ msgid "Link to server"
6048
+ #~ msgstr "Lier au serveur"
6049
+
6050
+ #, fuzzy
6051
+ #~ msgid "Unlink from server"
6052
+ #~ msgstr "Dissocier du serveur"
6053
+
6054
+ #, fuzzy
6055
+ #~ msgid "An unknown error occurred"
6056
+ #~ msgstr "Une erreur inconnue s'est produite."
6057
+
6058
+ #, fuzzy
6059
+ #~ msgid "Geographic Tracking"
6060
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
6061
+
6062
+ #, fuzzy
6063
+ #~ msgid "GeoLocation"
6064
+ #~ msgstr "Géolocalisation"
6065
+
6066
+ #, fuzzy
6067
+ #~ msgid "Geo Location"
6068
+ #~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
6069
+
6070
+ #, fuzzy
6071
+ #~ msgid "AdRotate Website"
6072
+ #~ msgstr ""
6073
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
6074
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
6075
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
6076
+
6077
+ #, fuzzy
6078
+ #~ msgid "Find my website at"
6079
+ #~ msgstr "site"
6080
+
6081
+ #, fuzzy
6082
+ #~ msgid "Block of Ads (Obsolete)"
6083
+ #~ msgstr "Bloc de publicité (obsolète)"
6084
+
6085
+ #, fuzzy
6086
+ #~ msgid "Default: 60. Set to 0 to disable this timer."
6087
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6088
+
6089
+ #, fuzzy
6090
+ #~ msgid "Default: 86400. Set to 0 to disable this timer."
6091
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
6092
+
6093
+ #, fuzzy
6094
+ #~ msgid "Load jQuery Clicktracking"
6095
+ #~ msgstr "Charger le clicktracking (nombre de clicks) de jQuery"
6096
+
6097
+ #, fuzzy
6098
+ #~ msgid ""
6099
+ #~ "Required for jQuery Clicktracking. When disabled AdRotate falls back on "
6100
+ #~ "Redirect Tracking."
6101
+ #~ msgstr ""
6102
+ #~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
6103
+ #~ "désactivée, AdRotate utilise le suivi par redirection."
6104
+
6105
+ #, fuzzy
6106
+ #~ msgid "Get help with installations"
6107
+ #~ msgstr "Obtenez de l'aide pour les installations"
6108
+
6109
+ #, fuzzy
6110
+ #~ msgid "Not sure how to set up AdRotate? Get me to do it!"
6111
+ #~ msgstr "Vous ne savez pas comment configurer AdRotate? Embauchez-moi!"
6112
+
6113
+ #, fuzzy
6114
+ #~ msgid "Stuck with AdRotate? I'll help!"
6115
+ #~ msgstr "Bloqué avec AdRotate? Je peux vous aider!"
6116
+
6117
+ #, fuzzy
6118
+ #~ msgid "Visit store to see all services and products"
6119
+ #~ msgstr "Aller au magasin pour voir tous les services et tous les produits"
6120
+
6121
+ #, fuzzy
6122
+ #~ msgid ""
6123
+ #~ "Redirect clicktracking is enabled but the %link% tag was not found in the "
6124
+ #~ "adcode!"
6125
+ #~ msgstr ""
6126
+ #~ "La redirection pour le suivi des clics est activée mais la balise %link% "
6127
+ #~ "n'a pas été trouvée dans le adcode!"
6128
+
6129
+ #, fuzzy
6130
+ #~ msgid "Email or Remote page:"
6131
+ #~ msgstr "Email ou page distante :"
language/adrotate-ja.mo DELETED
Binary file
language/adrotate-nl_NL.mo ADDED
Binary file
language/adrotate-nl_NL.po ADDED
@@ -0,0 +1,5970 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AdRotate Professional\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-22 13:05-0500\n"
6
+ "PO-Revision-Date: 2020-04-22 13:05-0500\n"
7
+ "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
+ "Language-Team: Arnan de Gans\n"
9
+ "Language: nl\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: adrotate-functions.php:692
21
+ msgid "Ad saved"
22
+ msgstr "Advertentie opgeslagen"
23
+
24
+ #: adrotate-functions.php:696
25
+ msgid "Group saved"
26
+ msgstr "Groep bewaard"
27
+
28
+ #: adrotate-functions.php:700
29
+ msgid "Ad(s) deleted"
30
+ msgstr "Advertentie(s) verwijderd"
31
+
32
+ #: adrotate-functions.php:704
33
+ msgid "Group deleted"
34
+ msgstr "Groep verwijderd"
35
+
36
+ #: adrotate-functions.php:708
37
+ msgid "Ad(s) statistics reset"
38
+ msgstr "Advertentie(s) Statistieken resetten"
39
+
40
+ #: adrotate-functions.php:712
41
+ msgid "Ad(s) renewed"
42
+ msgstr "Advertentie(s) vernieuwd"
43
+
44
+ #: adrotate-functions.php:716
45
+ msgid "Ad(s) deactivated"
46
+ msgstr "Advertentie(s) verwijderd"
47
+
48
+ #: adrotate-functions.php:720
49
+ msgid "Ad(s) activated"
50
+ msgstr "Advertentie(s) aangezet"
51
+
52
+ #: adrotate-functions.php:724
53
+ msgid "Group including it's Ads deleted"
54
+ msgstr "Groep inclusief advertenties verwijderd"
55
+
56
+ #: adrotate-functions.php:728
57
+ msgid "Export created"
58
+ msgstr "Export gemaakt"
59
+
60
+ #: adrotate-functions.php:732
61
+ msgid ""
62
+ "Advert HTML generated and placed in the AdCode field. Configure your advert "
63
+ "below."
64
+ msgstr ""
65
+ "Advertentie-HTML gegenereerd en geplaatst in het veld AdCode. Configureer de "
66
+ "advertentie hieronder."
67
+
68
+ #: adrotate-functions.php:737
69
+ msgid "Settings saved"
70
+ msgstr "Instellingen opgeslagen"
71
+
72
+ #: adrotate-functions.php:741
73
+ msgid "Database optimized"
74
+ msgstr "Database geoptimaliseerd"
75
+
76
+ #: adrotate-functions.php:745
77
+ msgid "Database repaired"
78
+ msgstr "Database is hersteld"
79
+
80
+ #: adrotate-functions.php:749
81
+ msgid "Ads evaluated and statuses have been corrected where required"
82
+ msgstr "Geëvalueerde advertenties en statussen zijn waar nodig gecorrigeerd"
83
+
84
+ #: adrotate-functions.php:753
85
+ msgid "Cleanup complete"
86
+ msgstr "Opschonen voltooid"
87
+
88
+ #: adrotate-functions.php:758
89
+ msgid "Action prohibited"
90
+ msgstr "Actie verboden"
91
+
92
+ #: adrotate-functions.php:762
93
+ msgid ""
94
+ "The ad was saved but has an issue which might prevent it from working "
95
+ "properly. Review the colored ad."
96
+ msgstr ""
97
+ "De advertentie is opgeslagen, maar heeft een probleem waardoor deze mogelijk "
98
+ "niet goed werkt. Bekijk de gemarkeerde advertentie."
99
+
100
+ #: adrotate-functions.php:766
101
+ msgid "No data found in selected time period"
102
+ msgstr "Geen gegevens gevonden in geselecteerde tijdsperiode"
103
+
104
+ #: adrotate-functions.php:770
105
+ msgid "Database can only be optimized or cleaned once every hour"
106
+ msgstr ""
107
+ "Database kan slechts eenmaal per uur worden geoptimaliseerd of opgeschoond"
108
+
109
+ #: adrotate-functions.php:774
110
+ msgid "Form can not be (partially) empty!"
111
+ msgstr "Formulier kan niet (gedeeltelijk) leeg zijn!"
112
+
113
+ #: adrotate-functions.php:778
114
+ msgid "No ads found."
115
+ msgstr "Geen advertenties gevonden."
116
+
117
+ #: adrotate-functions.php:782
118
+ msgid "Unexpected error"
119
+ msgstr "Onverwachte fout"
120
+
121
+ #: adrotate-manage-publisher.php:772
122
+ msgid "AdRotate Advertiser"
123
+ msgstr "AdRotate Adverteerder"
124
+
125
+ #: adrotate-output.php:543
126
+ msgid "Oh no! Something went wrong!"
127
+ msgstr "Oh nee! Er ging iets mis!"
128
+
129
+ #: adrotate-output.php:544
130
+ msgid ""
131
+ "WordPress was unable to verify the authenticity of the url you have clicked. "
132
+ "Verify if the url used is valid or log in via your browser."
133
+ msgstr ""
134
+ "WordPress kon de authenticiteit van de URL waarop je hebt geklikt niet "
135
+ "controleren. Controleer of de gebruikte URL geldig is of log in via je "
136
+ "browser."
137
+
138
+ #: adrotate-output.php:545
139
+ msgid ""
140
+ "If you have received the url you want to visit via email, you are being "
141
+ "tricked!"
142
+ msgstr ""
143
+ "Als je de URL die je wilt laden hebt ontvangen via email, wordt je bedrogen!"
144
+
145
+ #: adrotate-output.php:546
146
+ msgid "Contact support if the issue persists:"
147
+ msgstr "Neem contact op met de helpdesk als het probleem zich blijft voordoen:"
148
+
149
+ #: adrotate-output.php:558
150
+ msgid ""
151
+ "Error, Ad is not available at this time due to schedule/geolocation "
152
+ "restrictions!"
153
+ msgstr ""
154
+ "Fout, Ad is op dit moment niet beschikbaar vanwege schema/"
155
+ "geolocatiebeperkingen!"
156
+
157
+ #: adrotate-output.php:563
158
+ msgid ""
159
+ "Either there are no banners, they are disabled or none qualified for this "
160
+ "location!"
161
+ msgstr ""
162
+ "Ofwel zijn er geen banners, ze zijn uitgeschakeld of geen beschikbaar voor "
163
+ "deze locatie!"
164
+
165
+ #: adrotate-output.php:568
166
+ msgid "Error, no Ad ID set! Check your syntax!"
167
+ msgstr "Fout, geen Ad-ID ingesteld! Controleer de syntax!"
168
+
169
+ #: adrotate-output.php:574
170
+ msgid "Error, no group ID set! Check your syntax!"
171
+ msgstr "Fout, geen groeps-ID ingesteld! Controleer de syntax!"
172
+
173
+ #: adrotate-output.php:579
174
+ msgid "Error, group does not exist! Check your syntax!"
175
+ msgstr "Fout, groep bestaat niet! Controleer de syntax!"
176
+
177
+ #: adrotate-output.php:585
178
+ msgid ""
179
+ "There was an error locating the database tables for AdRotate. Please "
180
+ "deactivate and re-activate AdRotate from the plugin page!!"
181
+ msgstr ""
182
+ "Er is een fout opgetreden bij het lokaliseren van de databasetabellen voor "
183
+ "AdRotate. Dit is meestal op te lossen door AdRotate te deactiveren en "
184
+ "opnieuw activeren!!"
185
+
186
+ #: adrotate-output.php:585
187
+ msgid "If this does not solve the issue please seek support at"
188
+ msgstr ""
189
+ "Als dit het probleem niet oplost, neem dan contact op met de helpdesk via"
190
+
191
+ #: adrotate-output.php:591
192
+ msgid ""
193
+ "There was an error loading the page. Please try again by reloading the page "
194
+ "via the menu on the left."
195
+ msgstr ""
196
+ "Er is een fout opgetreden bij het laden van de pagina. Probeer het opnieuw "
197
+ "door de pagina te herladen via het menu aan de linkerkant."
198
+
199
+ #: adrotate-output.php:591
200
+ msgid "If the issue persists please seek help at"
201
+ msgstr "Als het probleem aanhoudt, zoek dan hulp via"
202
+
203
+ #: adrotate-output.php:597
204
+ msgid "An unknown error occured."
205
+ msgstr "Er is een onbekende fout opgetreden."
206
+
207
+ #: adrotate-output.php:617 adrotate-output.php:620 adrotate-output.php:624
208
+ #: dashboard/settings/maintenance.php:20
209
+ msgid "Check adverts"
210
+ msgstr "Controleer advertenties"
211
+
212
+ #: adrotate-output.php:629
213
+ msgid ""
214
+ "You have enabled caching support but W3 Total Cache is not active on your "
215
+ "site!"
216
+ msgstr ""
217
+ "Je hebt ondersteuning voor caching ingeschakeld, maar W3 Total Cache is niet "
218
+ "actief op de site!"
219
+
220
+ #: adrotate-output.php:629
221
+ msgid "Disable W3 Total Cache Support"
222
+ msgstr "Schakel W3 Total Cache support uit"
223
+
224
+ #: adrotate-output.php:632
225
+ msgid ""
226
+ "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
227
+ "not set."
228
+ msgstr ""
229
+ "Je hebt ondersteuning voor caching ingeschakelt, maar de definitie "
230
+ "W3TC_DYNAMIC_SECURITY is niet ingesteld."
231
+
232
+ #: adrotate-output.php:632
233
+ msgid "How to configure W3 Total Cache"
234
+ msgstr "W3 Total Cache configureren"
235
+
236
+ #: adrotate-output.php:636
237
+ msgid ""
238
+ "You have enable caching support but Borlabs Cache is not active on your site!"
239
+ msgstr ""
240
+ "Je hebt ondersteuning voor caching ingeschakeld, maar Borlabs Cache is niet "
241
+ "actief op de site!"
242
+
243
+ #: adrotate-output.php:636
244
+ msgid "Disable Borlabs Cache Support"
245
+ msgstr "Ondersteuning voor Borlabs cache uitschakelen"
246
+
247
+ #: adrotate-output.php:642
248
+ msgid ""
249
+ "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
250
+ msgstr ""
251
+ "Je hebt de ondersteuning voor Borlabs cache ingeschakeld, maar "
252
+ "Fragmentcaching is niet ingeschakeld!"
253
+
254
+ #: adrotate-output.php:642
255
+ msgid "Enable Fragment Caching"
256
+ msgstr "Fragmentcaching inschakelen"
257
+
258
+ #: adrotate-output.php:649
259
+ msgid "Your AdRotate Banner folder is not writable or does not exist."
260
+ msgstr ""
261
+ "De map voor de banner van AdRotate is niet beschrijfbaar of bestaat niet."
262
+
263
+ #: adrotate-output.php:649
264
+ msgid "Set up your banner folder"
265
+ msgstr "De banner map instellen"
266
+
267
+ #: adrotate-output.php:652
268
+ msgid ""
269
+ "You have the AdRotate Professional installed. Please check out the upgrade "
270
+ "manual and switch over to AdRotate Pro!"
271
+ msgstr ""
272
+ "U hebt de AdRotate Professional geïnstalleerd. Bekijk de upgradehandleiding "
273
+ "en schakel over naar AdRotate Pro!"
274
+
275
+ #: adrotate-output.php:652
276
+ msgid "Upgrade instructions"
277
+ msgstr "Instructies voor upgrade"
278
+
279
+ #: adrotate-output.php:655
280
+ msgid ""
281
+ "Something is wrong with your installation of AdRotate. Either the plugin is "
282
+ "installed twice or your current installation has the wrong folder name. "
283
+ "Please install the plugin properly!"
284
+ msgstr ""
285
+ "Er is iets mis met uw installatie van AdRotate. Ofwel is de plugin twee keer "
286
+ "geïnstalleerd of uw huidige installatie heeft de verkeerde map naam. "
287
+ "Installeer de plugin goed!"
288
+
289
+ #: adrotate-output.php:655
290
+ msgid "Installation instructions"
291
+ msgstr "Installatie-instructies"
292
+
293
+ #: adrotate-output.php:727
294
+ msgid "your attention:"
295
+ msgstr "uw aandacht:"
296
+
297
+ #: adrotate-output.php:758
298
+ msgid ""
299
+ "Thank you for choosing AdRotate Banner Manager. Everything related to "
300
+ "AdRotate is in this menu. If you need help getting started take a look at the"
301
+ msgstr ""
302
+ "Bedankt voor het kiezen van AdRotate Banner Manager. Alles wat met AdRotate "
303
+ "te maken heeft, staat in dit menu. Als je hulp nodig hebt om aan de slag te "
304
+ "gaan, kijk dan eens naar de"
305
+
306
+ #: adrotate-output.php:758
307
+ msgid "manuals"
308
+ msgstr "handleidingen"
309
+
310
+ #: adrotate-output.php:758 adrotate-output.php:842
311
+ msgid "and"
312
+ msgstr "en"
313
+
314
+ #: adrotate-output.php:758
315
+ msgid "forums"
316
+ msgstr "forums"
317
+
318
+ #: adrotate-output.php:834
319
+ msgid "Help AdRotate Grow"
320
+ msgstr "Help AdRotate groeien"
321
+
322
+ #: adrotate-output.php:835 adrotate.php:149
323
+ msgid "AdRotate Professional"
324
+ msgstr "AdRotate Professional"
325
+
326
+ #: adrotate-output.php:842
327
+ msgid ""
328
+ "Many users only think to review AdRotate when something goes wrong while "
329
+ "thousands of people happily use AdRotate."
330
+ msgstr ""
331
+ "Veel gebruikers denken alleen om AdRotate te bekijken wanneer er iets "
332
+ "misgaat terwijl duizenden mensen Graag AdRotate gebruiken."
333
+
334
+ #: adrotate-output.php:842
335
+ msgid "If you find AdRotate useful please leave your"
336
+ msgstr "Als u AdRotate nuttig vindt, laat je"
337
+
338
+ #: adrotate-output.php:842
339
+ msgid "rating"
340
+ msgstr "waardering"
341
+
342
+ #: adrotate-output.php:842
343
+ msgid "review"
344
+ msgstr "beoordeling"
345
+
346
+ #: adrotate-output.php:842
347
+ msgid "on WordPress.org to help AdRotate grow in a positive way"
348
+ msgstr "op WordPress.org om AdRotate te helpen groeien op een positieve manier"
349
+
350
+ #: adrotate-output.php:843
351
+ msgid ""
352
+ "Get more advanced features like Geo Targeting, scheduling and much more with "
353
+ "AdRotate Pro."
354
+ msgstr ""
355
+ "Krijg meer geavanceerde functies zoals Geo Targeting, planning en nog veel "
356
+ "meer met AdRotate Pro."
357
+
358
+ #: adrotate-output.php:843
359
+ msgid "Includes premium support and free updates for one year!"
360
+ msgstr "Inclusief premium ondersteuning en gratis updates voor een jaar!"
361
+
362
+ #: adrotate-output.php:843
363
+ msgid "Get started today"
364
+ msgstr "Begin vandaag nog"
365
+
366
+ #: adrotate-statistics.php:155
367
+ msgid "January"
368
+ msgstr "Januari"
369
+
370
+ #: adrotate-statistics.php:155
371
+ msgid "February"
372
+ msgstr "Februari"
373
+
374
+ #: adrotate-statistics.php:155
375
+ msgid "March"
376
+ msgstr "Maart"
377
+
378
+ #: adrotate-statistics.php:155
379
+ msgid "April"
380
+ msgstr "April"
381
+
382
+ #: adrotate-statistics.php:155
383
+ msgid "May"
384
+ msgstr "Mei"
385
+
386
+ #: adrotate-statistics.php:155
387
+ msgid "June"
388
+ msgstr "Juni"
389
+
390
+ #: adrotate-statistics.php:155
391
+ msgid "July"
392
+ msgstr "Juli"
393
+
394
+ #: adrotate-statistics.php:155
395
+ msgid "August"
396
+ msgstr "Augustus"
397
+
398
+ #: adrotate-statistics.php:155
399
+ msgid "September"
400
+ msgstr "September"
401
+
402
+ #: adrotate-statistics.php:155
403
+ msgid "October"
404
+ msgstr "Oktober"
405
+
406
+ #: adrotate-statistics.php:155
407
+ msgid "November"
408
+ msgstr "November"
409
+
410
+ #: adrotate-statistics.php:155
411
+ msgid "December"
412
+ msgstr "December"
413
+
414
+ #: adrotate-statistics.php:164
415
+ msgid "Previous"
416
+ msgstr "Vorige"
417
+
418
+ #: adrotate-statistics.php:166 dashboard/publisher/statistics-advert.php:66
419
+ #: dashboard/publisher/statistics-group.php:73
420
+ #: dashboard/publisher/statistics-main.php:48
421
+ msgid "This month"
422
+ msgstr "Deze maand"
423
+
424
+ #: adrotate-statistics.php:167
425
+ msgid "Next"
426
+ msgstr "Volgende"
427
+
428
+ #: adrotate-statistics.php:225
429
+ msgid "No data to show!"
430
+ msgstr "Geen gegevens om te laten zien!"
431
+
432
+ #: adrotate-statistics.php:302 adrotate-statistics.php:303
433
+ msgid "Not found"
434
+ msgstr "Niet gevonden"
435
+
436
+ #: adrotate-widget.php:134
437
+ msgid "Title (optional):"
438
+ msgstr "Titel (optioneel):"
439
+
440
+ #: adrotate-widget.php:137
441
+ msgid "HTML will be stripped out."
442
+ msgstr "HTML wordt verwijderd."
443
+
444
+ #: adrotate-widget.php:140
445
+ msgid "Description (optional):"
446
+ msgstr "Beschrijving (optioneel):"
447
+
448
+ #: adrotate-widget.php:143
449
+ msgid "What is this widget used for? (Not parsed, HTML will be stripped out.)"
450
+ msgstr ""
451
+ "Waar wordt deze widget voor gebruikt? (Niet ontleed, HTML zal worden "
452
+ "gestript.)"
453
+
454
+ #: adrotate-widget.php:146
455
+ msgid "Type:"
456
+ msgstr "Type:"
457
+
458
+ #: adrotate-widget.php:148
459
+ msgid "Advert - Use Advert ID"
460
+ msgstr "Advertentie - Advertentie-ID gebruiken"
461
+
462
+ #: adrotate-widget.php:149
463
+ msgid "Group - Use group ID"
464
+ msgstr "Groep - Groeps-ID gebruiken"
465
+
466
+ #: adrotate-widget.php:152
467
+ msgid "Choose what you want to use this widget for"
468
+ msgstr "Groupe de Pub - Mettre l'identifiant du groupe"
469
+
470
+ #: adrotate-widget.php:155
471
+ msgid "ID:"
472
+ msgstr "ID:"
473
+
474
+ #: adrotate-widget.php:158
475
+ msgid "Fill in the ID of the type you want to display!"
476
+ msgstr "Vul het ID in van het type dat je wilt weergeven!"
477
+
478
+ #: adrotate.php:102
479
+ msgid "General Info"
480
+ msgstr "Algemene info"
481
+
482
+ #: adrotate.php:103
483
+ msgid "AdRotate Pro"
484
+ msgstr "AdRotate Pro"
485
+
486
+ #: adrotate.php:104
487
+ msgid "Manage Adverts"
488
+ msgstr "Advertenties beheren"
489
+
490
+ #: adrotate.php:105 dashboard/publisher/groups-main.php:12
491
+ msgid "Manage Groups"
492
+ msgstr "Beheer Groepen"
493
+
494
+ #: adrotate.php:106 dashboard/publisher/schedules-main.php:12
495
+ msgid "Manage Schedules"
496
+ msgstr "Schema's beheren"
497
+
498
+ #: adrotate.php:107 adrotate.php:387 adrotate.php:504
499
+ #: dashboard/adrotatepro.php:69 dashboard/publisher/adverts-edit.php:177
500
+ #: dashboard/publisher/statistics-main.php:23
501
+ #: dashboard/settings/statistics.php:17
502
+ msgid "Statistics"
503
+ msgstr "Statistieken"
504
+
505
+ #: adrotate.php:108
506
+ msgid "Manage Media"
507
+ msgstr "Beheer Media"
508
+
509
+ #: adrotate.php:109 adrotate.php:468
510
+ msgid "Support"
511
+ msgstr "Ondersteuning"
512
+
513
+ #: adrotate.php:110
514
+ msgid "Settings"
515
+ msgstr "Instellingen"
516
+
517
+ #: adrotate.php:131
518
+ msgid "AdRotate Info"
519
+ msgstr "AdRotate Info"
520
+
521
+ #: adrotate.php:189
522
+ msgid "Advert Management"
523
+ msgstr "Advertentiemanagement"
524
+
525
+ #: adrotate.php:249 adrotate.php:317
526
+ msgid "Manage"
527
+ msgstr "Beheren"
528
+
529
+ #: adrotate.php:250
530
+ msgid "Generator"
531
+ msgstr "Genereren"
532
+
533
+ #: adrotate.php:251 adrotate.php:318
534
+ msgid "Add New"
535
+ msgstr "Nieuw"
536
+
537
+ #: adrotate.php:311
538
+ msgid "Group Management"
539
+ msgstr "Groepsmanagement"
540
+
541
+ #: adrotate.php:348
542
+ msgid "Schedules"
543
+ msgstr "Schema’s"
544
+
545
+ #: adrotate.php:429
546
+ msgid "Media and Assets"
547
+ msgstr "Media en assets"
548
+
549
+ #: adrotate.php:433
550
+ msgid ""
551
+ "Upload images to the AdRotate Pro banners folder from here. This is useful "
552
+ "if you have HTML5 adverts containing multiple files."
553
+ msgstr ""
554
+ "Upload afbeeldingen naar de map AdRotate Pro banners vanaf hier. Dit is "
555
+ "handig als je HTML5-advertenties met meerdere bestanden hebt."
556
+
557
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
558
+ msgid "Get more features"
559
+ msgstr "Krijg meer functies"
560
+
561
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
562
+ msgid "Get AdRotate Pro"
563
+ msgstr "Koop AdRotate Pro"
564
+
565
+ #: adrotate.php:497
566
+ msgid "AdRotate Settings"
567
+ msgstr "AdRotate-instellingen"
568
+
569
+ #: adrotate.php:502 dashboard/publisher/statistics-main.php:28
570
+ msgid "General"
571
+ msgstr "Algemeen"
572
+
573
+ #: adrotate.php:503 dashboard/settings/notifications.php:18
574
+ msgid "Notifications"
575
+ msgstr "Meldingen"
576
+
577
+ #: adrotate.php:505 dashboard/publisher/adverts-edit.php:358
578
+ #: dashboard/publisher/groups-edit.php:193
579
+ #: dashboard/settings/advertisers.php:38
580
+ msgid "Geo Targeting"
581
+ msgstr "Geo-targeting"
582
+
583
+ #: adrotate.php:506 dashboard/settings/notifications.php:70
584
+ msgid "Advertisers"
585
+ msgstr "Adverteerders"
586
+
587
+ #: adrotate.php:507 dashboard/settings/roles.php:17
588
+ msgid "Access Roles"
589
+ msgstr "Rollen"
590
+
591
+ #: adrotate.php:508 dashboard/settings/misc.php:16
592
+ msgid "Miscellaneous"
593
+ msgstr "Diversen"
594
+
595
+ #: adrotate.php:509 dashboard/settings/maintenance.php:16
596
+ msgid "Maintenance"
597
+ msgstr "Onderhoud"
598
+
599
+ #: dashboard/adrotatepro.php:18
600
+ msgid "Mobile campaigns"
601
+ msgstr "Mobiele campagnes"
602
+
603
+ #: dashboard/adrotatepro.php:21
604
+ msgid ""
605
+ "Target mobile users with ease and show the right adverts to smartphones, "
606
+ "tablets and computers. Mix and match as you please and offer adverts that "
607
+ "suit the device or mobile operating system. Create as many mobile adverts as "
608
+ "you want without effort and with a few easy to use options they show up "
609
+ "where you want them to!"
610
+ msgstr ""
611
+ "Target mobiele gebruikers met gemak en toon de juiste advertenties op "
612
+ "smartphones, tablets en computers. Mix en match wanneer je wilt en bied "
613
+ "advertenties aan die passen bij het apparaat of het mobiele "
614
+ "besturingssysteem. Maak zoveel mobiele advertenties als je wilt zonder "
615
+ "moeite en met een paar gebruiksvriendelijke opties worden ze weergegeven "
616
+ "waar je ze wilt!"
617
+
618
+ #: dashboard/adrotatepro.php:26
619
+ msgid "Schedule all campaigns with ease"
620
+ msgstr "Plan alle campagnes met gemak"
621
+
622
+ #: dashboard/adrotatepro.php:29
623
+ msgid ""
624
+ "Schedule your adverts and set up advertising campaigns based on dates you or "
625
+ "your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
626
+ "specific days in the week. You name it, AdRotate schedules it. This makes "
627
+ "planning your revenue stream very flexible. You can set one or many "
628
+ "schedules for adverts."
629
+ msgstr ""
630
+ "Plan uw advertenties en stel advertentiecampagnes in op basis van de datums "
631
+ "die u of uw adverteerders zonder gedoe opgeven. Seizoensadvertenties, "
632
+ "wekelijkse advertenties, specifieke dagen in de week. Noem maar op, AdRotate "
633
+ "plant het. Dit maakt het plannen van uw inkomstenstroom zeer flexibel. U een "
634
+ "of meer schema's voor advertenties instellen."
635
+
636
+ #: dashboard/adrotatepro.php:34
637
+ msgid "Satisfy your advertisers"
638
+ msgstr "Stel uw adverteerders tevreden"
639
+
640
+ #: dashboard/adrotatepro.php:37
641
+ msgid ""
642
+ "Set up advertisers and let them log in to their statistics or even create "
643
+ "their own adverts. Created adverts go into a moderation queue for your staff "
644
+ "to review. Advertisers have access to their own little dashboard where they "
645
+ "can see their adverts performance."
646
+ msgstr ""
647
+ "Stel adverteerders in en laat ze inloggen op hun statistieken of zelfs hun "
648
+ "eigen advertenties maken. Gemaakte advertenties gaan in een "
649
+ "moderatiewachtrij voor uw personeel om te bekijken. Adverteerders hebben "
650
+ "toegang tot hun eigen dashboardje waar ze hun advertentieprestaties kunnen "
651
+ "zien."
652
+
653
+ #: dashboard/adrotatepro.php:42
654
+ msgid "Get Fast Support almost all year round"
655
+ msgstr "Krijg bijna het hele jaar door snelle ondersteuning"
656
+
657
+ #: dashboard/adrotatepro.php:45
658
+ msgid ""
659
+ "When you activate your AdRotate Pro license you can use the more personal "
660
+ "email support. No more queueing up in the forums. AdRotate support takes "
661
+ "priority over the forums and is checked once or twice a day. Get a solution "
662
+ "(usually) within two business days."
663
+ msgstr ""
664
+ "Wanneer u uw AdRotate Pro-licentie activeert, kunt u de meer persoonlijke e-"
665
+ "mailondersteuning gebruiken. Geen wachtrijen meer in de forums. AdRotate-"
666
+ "ondersteuning heeft voorrang op de forums en wordt een of twee keer per dag "
667
+ "gecontroleerd. Krijg (meestal) binnen twee werkdagen een oplossing."
668
+
669
+ #: dashboard/adrotatepro.php:53
670
+ msgid "Localize your ad campaigns with Geo Targeting"
671
+ msgstr "Uw advertentiecampagnes lokaliseren met Geo Targeting"
672
+
673
+ #: dashboard/adrotatepro.php:56
674
+ msgid ""
675
+ "Go nationwide or global with localized adverts for your various audiences. "
676
+ "Set up adverts for countries and cities and sell impressions per general "
677
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
678
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
679
+ msgstr ""
680
+ "Ga landelijk of wereldwijd met gelokaliseerde advertenties voor uw "
681
+ "verschillende doelgroepen. Advertenties instellen voor landen en steden en "
682
+ "vertoningen per algemeen gebied verkopen. Verbind uw site met MaxMind "
683
+ "GeoIP2: Precision or AdRotate Geo. AdRotate Geo is een exclusieve Geo Lookup-"
684
+ "service voor AdRotate Pro-gebruikers."
685
+
686
+ #: dashboard/adrotatepro.php:61
687
+ msgid "Avoid adblockers"
688
+ msgstr "Vermijd adblockers"
689
+
690
+ #: dashboard/adrotatepro.php:64
691
+ msgid ""
692
+ "Try and avoid adblockers so your adverts get the exposure you want them to "
693
+ "have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
694
+ "adverts are less likely to be removed. Of-course make sure you create your "
695
+ "adverts smartly so these features reach their full potential!"
696
+ msgstr ""
697
+ "Probeer adblockers te vermijden, zodat je advertenties de zichtbaarheid "
698
+ "krijgen die je wilt dat ze hebben. AdRotate Pro biedt een aantal "
699
+ "geavanceerde tools om adblockers te misleiden, zodat je advertenties minder "
700
+ "snel worden verwijderd. Zorg er natuurlijk voor dat je je advertenties slim "
701
+ "maakt, zodat deze functies hun volledige potentieel bereiken!"
702
+
703
+ #: dashboard/adrotatepro.php:72
704
+ msgid ""
705
+ "Get statistics in AdRotate Pro. Similar to the free version you can track "
706
+ "stats in AdRotate itself and use all kinds of extra scheduling options. Or "
707
+ "you can track stats in Google Analytics and see more in-depth information "
708
+ "which relates to your visitors that way."
709
+ msgstr ""
710
+ "Statistieken in AdRotate Pro. Net als bij de gratis versie u statistieken "
711
+ "bijhouden in AdRotate zelf en allerlei extra planningsopties gebruiken. U "
712
+ "ook statistieken bijhouden in Google Analytics en meer diepgaande informatie "
713
+ "zien die op die manier betrekking heeft op uw bezoekers."
714
+
715
+ #: dashboard/adrotatepro.php:77
716
+ msgid "Stay up-to-date with notifications"
717
+ msgstr "Meldingen instellen"
718
+
719
+ #: dashboard/adrotatepro.php:80
720
+ msgid ""
721
+ "Stay in touch with Email notifications. Have AdRotate send you an alert when "
722
+ "adverts expire or need your attention. Get notified when adverts expire, "
723
+ "have errors or when advertisers create new adverts. Select up to three email "
724
+ "addresses to be notified. Never miss an expiration date again."
725
+ msgstr ""
726
+ "Blijf op de hoogte van e-mailmeldingen. Laat AdRotate je een waarschuwing "
727
+ "sturen wanneer advertenties verlopen of je aandacht nodig hebben. Ontvang "
728
+ "een melding wanneer advertenties verlopen, fouten hebben of wanneer "
729
+ "adverteerders nieuwe advertenties maken. Selecteer maximaal drie e-"
730
+ "mailadressen die u wilt op de hoogte stellen. Mis nooit meer een vervaldatum."
731
+
732
+ #: dashboard/info.php:22
733
+ msgid "At a Glance"
734
+ msgstr "In een oogopslag"
735
+
736
+ #: dashboard/info.php:27
737
+ msgid "Your setup"
738
+ msgstr "Uw installatie"
739
+
740
+ #: dashboard/info.php:28
741
+ msgid "Adverts that need you"
742
+ msgstr "Controleer advertenties"
743
+
744
+ #: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:487
745
+ #: dashboard/publisher/groups-main.php:34
746
+ #: dashboard/publisher/schedules-main.php:34
747
+ #: dashboard/publisher/statistics-main.php:35
748
+ msgid "Adverts"
749
+ msgstr "Advertenties"
750
+
751
+ #: dashboard/info.php:35
752
+ msgid "(Almost) Expired"
753
+ msgstr "(Bijna) Verlopen"
754
+
755
+ #: dashboard/info.php:38
756
+ msgid "Groups"
757
+ msgstr "Groepen"
758
+
759
+ #: dashboard/info.php:39
760
+ msgid "Have errors"
761
+ msgstr "Fouten hebben"
762
+
763
+ #: dashboard/info.php:47
764
+ msgid "AdRotate Banner Manager"
765
+ msgstr "AdRotate Banner Manager"
766
+
767
+ #: dashboard/info.php:49
768
+ msgid "Support AdRotate Banner Manager"
769
+ msgstr "Ondersteun AdRotate Banner Manager"
770
+
771
+ #: dashboard/info.php:50
772
+ msgid ""
773
+ "Consider writing a review or making a donation if you like the plugin or if "
774
+ "you find the plugin useful. Thanks for your support!"
775
+ msgstr ""
776
+ "Overweeg het schrijven van een recensie of het maken van een donatie als je "
777
+ "de plugin nuttig vind. Dankjewel voor je steun!"
778
+
779
+ #: dashboard/info.php:53 dashboard/support.php:39
780
+ msgid "Plugins and services"
781
+ msgstr "Plugins en services"
782
+
783
+ #: dashboard/info.php:59 dashboard/support.php:47
784
+ msgid "WP Maintenance"
785
+ msgstr "WP-onderhoud"
786
+
787
+ #: dashboard/info.php:60 dashboard/info.php:70 dashboard/support.php:48
788
+ #: dashboard/support.php:58
789
+ msgid "Professional service"
790
+ msgstr "Professionele service"
791
+
792
+ #: dashboard/info.php:63 dashboard/support.php:51
793
+ msgid ""
794
+ "Get all the latest updates for WordPress and plugins. Maintenance, delete "
795
+ "spam and clean up files."
796
+ msgstr ""
797
+ "Ontvang de nieuwste updates voor WordPress en plug-ins. Onderhoud, spam "
798
+ "verwijderen en bestanden opruimen."
799
+
800
+ #: dashboard/info.php:69 dashboard/support.php:57
801
+ msgid "HTML5 Advert setup"
802
+ msgstr "HTML5-advertentie-instelling"
803
+
804
+ #: dashboard/info.php:73 dashboard/support.php:61
805
+ msgid ""
806
+ "Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll "
807
+ "install and configure it for you."
808
+ msgstr ""
809
+ "Heb je een HTML5-advertentie en krijg je het niet aan het werk in AdRotate "
810
+ "Pro? Ik zal installeren en configureren voor je."
811
+
812
+ #: dashboard/info.php:79 dashboard/support.php:67
813
+ msgid "Single Page Checkout"
814
+ msgstr "Enkele pagina KASSA"
815
+
816
+ #: dashboard/info.php:80 dashboard/support.php:68
817
+ msgid "WooCommerce Plugin"
818
+ msgstr "WooCommerce plugin"
819
+
820
+ #: dashboard/info.php:83 dashboard/support.php:71
821
+ msgid ""
822
+ "Merge your cart and checkout pages into one single page in seconds with no "
823
+ "setup required at all."
824
+ msgstr ""
825
+ "Voeg uw winkelwagen- en betaalpagina's in enkele seconden samen in één "
826
+ "pagina zonder dat u hoeft te worden ingesteld."
827
+
828
+ #: dashboard/info.php:95
829
+ msgid "News & Updates"
830
+ msgstr "Nieuws & updates"
831
+
832
+ #: dashboard/info.php:108
833
+ msgid "Buy AdRotate Professional"
834
+ msgstr "Koop AdRotate Professional"
835
+
836
+ #: dashboard/info.php:110
837
+ msgid ""
838
+ "AdRotate Professional has a lot more functions for even better advertising "
839
+ "management. Check out the feature comparison tab on any of the product pages "
840
+ "to see what AdRotate Pro has to offer for you!"
841
+ msgstr ""
842
+ "AdRotate Professional heeft veel meer functies voor nog beter "
843
+ "advertentiebeheer. Bekijk het tabblad met de vergelijking van functies op "
844
+ "een van de productpagina's om te zien wat AdRotate Pro voor u te bieden "
845
+ "heeft!"
846
+
847
+ #: dashboard/info.php:112
848
+ msgid "Single License"
849
+ msgstr "Enkele licentie"
850
+
851
+ #: dashboard/info.php:112
852
+ msgid "Use on ONE WordPress installation."
853
+ msgstr "Gebruik op één WordPress-installatie."
854
+
855
+ #: dashboard/info.php:112 dashboard/info.php:113 dashboard/info.php:114
856
+ #: dashboard/info.php:115
857
+ msgid "Buy now"
858
+ msgstr "Koop nu"
859
+
860
+ #: dashboard/info.php:113
861
+ msgid "Duo License"
862
+ msgstr "Duo Licentie"
863
+
864
+ #: dashboard/info.php:113
865
+ msgid "Use on TWO WordPress installations."
866
+ msgstr "Gebruik op twee WordPress-installaties."
867
+
868
+ #: dashboard/info.php:114
869
+ msgid "Multi License"
870
+ msgstr "Multi Licentie"
871
+
872
+ #: dashboard/info.php:114
873
+ msgid "Use on up to FIVE WordPress installations."
874
+ msgstr "Gebruik maximaal vijf WordPress-installaties."
875
+
876
+ #: dashboard/info.php:115
877
+ msgid "Developer License"
878
+ msgstr "Ontwikkelaarslicentie"
879
+
880
+ #: dashboard/info.php:115
881
+ msgid "Use on up to a HUNDRED WordPress installations and/or networks."
882
+ msgstr "Gebruik op maximaal honderd WordPress-installaties en/of -netwerken."
883
+
884
+ #: dashboard/info.php:126
885
+ msgid "Advertising Partners & Affiliates"
886
+ msgstr "Advertentie Partners & Affiliates"
887
+
888
+ #: dashboard/info.php:127
889
+ msgid ""
890
+ "A selection of quality advertiser networks and useful products. If you need "
891
+ "adverts or just want more or more diverse adverts. Check out these great "
892
+ "options!"
893
+ msgstr ""
894
+ "Een selectie van hoogwaardige adverteerdersnetwerken en nuttige producten. "
895
+ "Als je advertenties nodig hebt of gewoon meer of meer diverse advertenties "
896
+ "wilt. Bekijk deze geweldige opties!"
897
+
898
+ #: dashboard/info.php:134
899
+ msgid "Join the Media.net advertising network"
900
+ msgstr "Word lid van het Media.net advertentienetwerk"
901
+
902
+ #: dashboard/publisher/adverts-disabled.php:15
903
+ msgid "Disabled Adverts"
904
+ msgstr "Advertenties voor uitgeschakelden"
905
+
906
+ #: dashboard/publisher/adverts-disabled.php:20
907
+ #: dashboard/publisher/adverts-error.php:19
908
+ #: dashboard/publisher/adverts-main.php:20
909
+ #: dashboard/publisher/groups-main.php:20
910
+ #: dashboard/publisher/schedules-main.php:21
911
+ msgid "Bulk Actions"
912
+ msgstr "Bulk acties"
913
+
914
+ #: dashboard/publisher/adverts-disabled.php:21
915
+ #: dashboard/publisher/adverts-edit.php:186
916
+ msgid "Activate"
917
+ msgstr "Activeren"
918
+
919
+ #: dashboard/publisher/adverts-disabled.php:22
920
+ #: dashboard/publisher/adverts-error.php:21
921
+ #: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
922
+ msgid "Delete"
923
+ msgstr "Verwijderen"
924
+
925
+ #: dashboard/publisher/adverts-disabled.php:23
926
+ #: dashboard/publisher/adverts-error.php:22
927
+ #: dashboard/publisher/adverts-main.php:23
928
+ msgid "Reset stats"
929
+ msgstr "Reset statistieken"
930
+
931
+ #: dashboard/publisher/adverts-disabled.php:25
932
+ #: dashboard/publisher/adverts-error.php:29
933
+ #: dashboard/publisher/adverts-main.php:30
934
+ #: dashboard/publisher/groups-main.php:24
935
+ #: dashboard/publisher/schedules-main.php:22
936
+ msgid "Go"
937
+ msgstr "Ga"
938
+
939
+ #: dashboard/publisher/adverts-disabled.php:35
940
+ #: dashboard/publisher/adverts-edit.php:485
941
+ #: dashboard/publisher/adverts-error.php:39
942
+ #: dashboard/publisher/adverts-main.php:39
943
+ #: dashboard/publisher/groups-edit.php:347
944
+ #: dashboard/publisher/groups-main.php:32
945
+ #: dashboard/publisher/schedules-main.php:31
946
+ msgid "ID"
947
+ msgstr "ID"
948
+
949
+ #: dashboard/publisher/adverts-disabled.php:36
950
+ #: dashboard/publisher/adverts-error.php:41
951
+ #: dashboard/publisher/adverts-main.php:40
952
+ #: dashboard/publisher/schedules-main.php:32
953
+ msgid "Start / End"
954
+ msgstr "Begin/einde"
955
+
956
+ #: dashboard/publisher/adverts-disabled.php:37
957
+ #: dashboard/publisher/adverts-edit.php:112
958
+ #: dashboard/publisher/adverts-edit.php:486
959
+ #: dashboard/publisher/adverts-error.php:40
960
+ #: dashboard/publisher/adverts-main.php:41
961
+ #: dashboard/publisher/groups-edit.php:53
962
+ #: dashboard/publisher/groups-edit.php:348
963
+ #: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
964
+ #: dashboard/publisher/schedules-main.php:33
965
+ msgid "Name"
966
+ msgstr "Naam"
967
+
968
+ #: dashboard/publisher/adverts-disabled.php:39
969
+ #: dashboard/publisher/adverts-main.php:43
970
+ #: dashboard/publisher/groups-edit.php:352
971
+ #: dashboard/publisher/groups-main.php:36
972
+ msgid "Shown"
973
+ msgstr "Getoonde"
974
+
975
+ #: dashboard/publisher/adverts-disabled.php:40
976
+ #: dashboard/publisher/adverts-main.php:45
977
+ #: dashboard/publisher/groups-edit.php:353
978
+ #: dashboard/publisher/groups-main.php:38
979
+ #: dashboard/publisher/statistics-advert.php:52
980
+ #: dashboard/publisher/statistics-advert.php:58
981
+ #: dashboard/publisher/statistics-advert.php:72
982
+ #: dashboard/publisher/statistics-advert.php:78
983
+ #: dashboard/publisher/statistics-advert.php:99
984
+ #: dashboard/publisher/statistics-group.php:59
985
+ #: dashboard/publisher/statistics-group.php:65
986
+ #: dashboard/publisher/statistics-group.php:79
987
+ #: dashboard/publisher/statistics-group.php:85
988
+ #: dashboard/publisher/statistics-group.php:104
989
+ #: dashboard/publisher/statistics-main.php:40
990
+ #: dashboard/publisher/statistics-main.php:54
991
+ #: dashboard/publisher/statistics-main.php:58
992
+ #: dashboard/publisher/statistics-main.php:75
993
+ msgid "Clicks"
994
+ msgstr "Kliks"
995
+
996
+ #: dashboard/publisher/adverts-disabled.php:41
997
+ #: dashboard/publisher/adverts-main.php:47
998
+ #: dashboard/publisher/statistics-advert.php:53
999
+ #: dashboard/publisher/statistics-advert.php:59
1000
+ #: dashboard/publisher/statistics-advert.php:73
1001
+ #: dashboard/publisher/statistics-advert.php:79
1002
+ #: dashboard/publisher/statistics-advert.php:100
1003
+ #: dashboard/publisher/statistics-group.php:60
1004
+ #: dashboard/publisher/statistics-group.php:66
1005
+ #: dashboard/publisher/statistics-group.php:80
1006
+ #: dashboard/publisher/statistics-group.php:86
1007
+ #: dashboard/publisher/statistics-group.php:105
1008
+ #: dashboard/publisher/statistics-main.php:41
1009
+ #: dashboard/publisher/statistics-main.php:55
1010
+ #: dashboard/publisher/statistics-main.php:59
1011
+ #: dashboard/publisher/statistics-main.php:76
1012
+ msgid "CTR"
1013
+ msgstr "CTR"
1014
+
1015
+ #: dashboard/publisher/adverts-disabled.php:59
1016
+ #: dashboard/publisher/adverts-error.php:56
1017
+ #: dashboard/publisher/adverts-main.php:66
1018
+ #: dashboard/publisher/groups-main.php:70
1019
+ msgid "Edit"
1020
+ msgstr "Bewerken"
1021
+
1022
+ #: dashboard/publisher/adverts-disabled.php:59
1023
+ #: dashboard/publisher/adverts-error.php:56
1024
+ #: dashboard/publisher/adverts-main.php:66
1025
+ #: dashboard/publisher/groups-main.php:70
1026
+ msgid "Stats"
1027
+ msgstr "Statistieken"
1028
+
1029
+ #: dashboard/publisher/adverts-disabled.php:59
1030
+ #: dashboard/publisher/adverts-error.php:56
1031
+ #: dashboard/publisher/adverts-main.php:66
1032
+ msgid "Groups:"
1033
+ msgstr "Groepen:"
1034
+
1035
+ #: dashboard/publisher/adverts-edit.php:50
1036
+ msgid "The AdCode cannot be empty!"
1037
+ msgstr "De AdCode kan niet leeg zijn!"
1038
+
1039
+ #: dashboard/publisher/adverts-edit.php:53
1040
+ msgid ""
1041
+ "You did not use %asset% (or %image%) in your AdCode but did select a file to "
1042
+ "use!"
1043
+ msgstr ""
1044
+ "Je hebt geen %asset% (of %image%) in uw AdCode, maar er is wel een bestand "
1045
+ "geselecteerd om te gebruiken!"
1046
+
1047
+ #: dashboard/publisher/adverts-edit.php:56
1048
+ msgid ""
1049
+ "You did use %asset% (or %image%) in your AdCode but did not select a file to "
1050
+ "use!"
1051
+ msgstr ""
1052
+ "U gebruikt %asset% (of %image%) in de AdCode, maar je hebt geen bestand "
1053
+ "geselecteerd om te gebruiken!"
1054
+
1055
+ #: dashboard/publisher/adverts-edit.php:59
1056
+ msgid ""
1057
+ "There is a problem saving the image. Please reset your image and re-save the "
1058
+ "ad!"
1059
+ msgstr ""
1060
+ "Er is een probleem opgetreden bij het opslaan van de afbeelding. Reset uw "
1061
+ "afbeelding en bewaar de advertentie opnieuw!"
1062
+
1063
+ #: dashboard/publisher/adverts-edit.php:62
1064
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1065
+ msgstr ""
1066
+ "Tracking is ingeschakeld, maar er is geen geldige link/tag gevonden in de "
1067
+ "adcode!"
1068
+
1069
+ #: dashboard/publisher/adverts-edit.php:67
1070
+ msgid ""
1071
+ "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1072
+ "the ad!"
1073
+ msgstr ""
1074
+ "AdRotate kan geen fout vinden, maar de advertentie is als fout gemarkeerd, "
1075
+ "probeer de advertentie opnieuw op te slaan!"
1076
+
1077
+ #: dashboard/publisher/adverts-edit.php:70
1078
+ msgid "This ad is expired and currently not shown on your website!"
1079
+ msgstr ""
1080
+ "Deze advertentie is verlopen en momenteel niet weergegeven op uw website!"
1081
+
1082
+ #: dashboard/publisher/adverts-edit.php:73
1083
+ msgid "The ad will expire in less than 2 days!"
1084
+ msgstr "De advertentie loopt af in minder dan 2 dagen!"
1085
+
1086
+ #: dashboard/publisher/adverts-edit.php:76
1087
+ msgid "This ad will expire in less than 7 days!"
1088
+ msgstr "Deze advertentie loopt af in minder dan 7 dagen!"
1089
+
1090
+ #: dashboard/publisher/adverts-edit.php:79
1091
+ msgid "This ad has been disabled and does not rotate on your site!"
1092
+ msgstr "Deze advertentie is uitgeschakeld en draait niet op uw site!"
1093
+
1094
+ #: dashboard/publisher/adverts-edit.php:104
1095
+ msgid "New Advert"
1096
+ msgstr "Nieuwe advertentie"
1097
+
1098
+ #: dashboard/publisher/adverts-edit.php:106
1099
+ msgid "Edit Advert"
1100
+ msgstr "Advertentie bewerken"
1101
+
1102
+ #: dashboard/publisher/adverts-edit.php:121
1103
+ msgid "AdCode"
1104
+ msgstr "AdCode"
1105
+
1106
+ #: dashboard/publisher/adverts-edit.php:126
1107
+ msgid "Basic Examples:"
1108
+ msgstr "Basisvoorbeelden:"
1109
+
1110
+ #: dashboard/publisher/adverts-edit.php:127
1111
+ msgid "Click any of the examples to use it."
1112
+ msgstr "Klik op een van de voorbeelden om het te gebruiken."
1113
+
1114
+ #: dashboard/publisher/adverts-edit.php:136
1115
+ msgid "Useful tags"
1116
+ msgstr "Handige Tags"
1117
+
1118
+ #: dashboard/publisher/adverts-edit.php:138
1119
+ msgid "Insert the advert ID Number."
1120
+ msgstr "Voeg het nummer van de advertentie-ID in."
1121
+
1122
+ #: dashboard/publisher/adverts-edit.php:138
1123
+ msgid "Use this tag when selecting a image below."
1124
+ msgstr "Gebruik deze tag bij het selecteren van een afbeelding hieronder."
1125
+
1126
+ #: dashboard/publisher/adverts-edit.php:138
1127
+ msgid "Insert the advert name."
1128
+ msgstr "Voeg de naam van de advertentie in."
1129
+
1130
+ #: dashboard/publisher/adverts-edit.php:138
1131
+ msgid "Insert a random string. Useful for DFP/DoubleClick type adverts."
1132
+ msgstr ""
1133
+ "Een willekeurige tekenreeks invoegen. Handig voor DFP/DoubleClick-"
1134
+ "typeadvertenties."
1135
+
1136
+ #: dashboard/publisher/adverts-edit.php:138
1137
+ msgid "Add inside the &lt;a&gt; tag to open the advert in a new window."
1138
+ msgstr ""
1139
+ "Voeg in de &lt;a&gt; tag toe om de advertentie in een nieuw venster te "
1140
+ "openen."
1141
+
1142
+ #: dashboard/publisher/adverts-edit.php:138
1143
+ msgid "Add inside the &lt;a&gt; tag to tell crawlers to ignore this link."
1144
+ msgstr ""
1145
+ "Voeg in de &lt;a&gt; tag toe om crawlers te vertellen deze koppeling te "
1146
+ "negeren."
1147
+
1148
+ #: dashboard/publisher/adverts-edit.php:139
1149
+ msgid ""
1150
+ "Place the cursor where you want to add a tag and click to add it to your "
1151
+ "AdCode."
1152
+ msgstr ""
1153
+ "Plaats de cursor op de plek waar je een tag wilt toevoegen en klik op de tag "
1154
+ "om deze toe te voegen aan de AdCode."
1155
+
1156
+ #: dashboard/publisher/adverts-edit.php:144
1157
+ msgid "Preview"
1158
+ msgstr "Voorbeeld"
1159
+
1160
+ #: dashboard/publisher/adverts-edit.php:147
1161
+ msgid ""
1162
+ "Note: While this preview is an accurate one, it might look different then it "
1163
+ "does on the website."
1164
+ msgstr ""
1165
+ "Let op: Hoewel dit voorbeeld accuraat is, kan deze er anders uitzien dan op "
1166
+ "de website."
1167
+
1168
+ #: dashboard/publisher/adverts-edit.php:148
1169
+ msgid ""
1170
+ "This is because of CSS differences. Your themes CSS file is not active here!"
1171
+ msgstr ""
1172
+ "Dit komt door verschillen in CSS. Het thema CSS-bestand is hier niet actief!"
1173
+
1174
+ #: dashboard/publisher/adverts-edit.php:153
1175
+ msgid "Banner asset"
1176
+ msgstr "Banner Asset"
1177
+
1178
+ #: dashboard/publisher/adverts-edit.php:156
1179
+ msgid "WordPress media:"
1180
+ msgstr "WordPress media:"
1181
+
1182
+ #: dashboard/publisher/adverts-edit.php:156
1183
+ msgid "Select Banner"
1184
+ msgstr "Selecteer banner"
1185
+
1186
+ #: dashboard/publisher/adverts-edit.php:158
1187
+ msgid "- OR -"
1188
+ msgstr "- Of -"
1189
+
1190
+ #: dashboard/publisher/adverts-edit.php:160
1191
+ msgid "Banner folder:"
1192
+ msgstr "Banner map:"
1193
+
1194
+ #: dashboard/publisher/adverts-edit.php:161
1195
+ msgid "No image selected"
1196
+ msgstr "Geen afbeelding geselecteerd"
1197
+
1198
+ #: dashboard/publisher/adverts-edit.php:172
1199
+ msgid "Use %asset% in the adcode instead of the file path."
1200
+ msgstr "Gebruik %asset% in de adcode in plaats van het bestandspad."
1201
+
1202
+ #: dashboard/publisher/adverts-edit.php:172
1203
+ msgid ""
1204
+ "Use either the text field or the dropdown. If the textfield has content that "
1205
+ "field has priority."
1206
+ msgstr ""
1207
+ "Gebruik het tekstveld of de vervolgkeuzelijst. Als het tekstveld inhoud "
1208
+ "heeft, heeft dat veld prioriteit."
1209
+
1210
+ #: dashboard/publisher/adverts-edit.php:179
1211
+ msgid "Enable click and impression tracking for this advert."
1212
+ msgstr ""
1213
+ "Schakel het bijhouden van klikken en vertoningen in voor deze advertentie."
1214
+
1215
+ #: dashboard/publisher/adverts-edit.php:180
1216
+ msgid ""
1217
+ "Note: Clicktracking does not work for Javascript adverts such as those "
1218
+ "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1219
+ "always supported."
1220
+ msgstr ""
1221
+ "Opmerking: Clicktracking werkt niet voor Javascript-advertenties, zoals die "
1222
+ "van Google AdSense/DFP/DoubleClick. HTML5/Flash-advertenties worden niet "
1223
+ "altijd ondersteund."
1224
+
1225
+ #: dashboard/publisher/adverts-edit.php:190
1226
+ msgid "Enabled, this ad will be visible"
1227
+ msgstr "Actief, deze advertentie wordt getoond"
1228
+
1229
+ #: dashboard/publisher/adverts-edit.php:191
1230
+ msgid "Disabled, do not show this advert anywhere"
1231
+ msgstr "Inactief, laat deze advertentie nergens zien"
1232
+
1233
+ #: dashboard/publisher/adverts-edit.php:198
1234
+ #: dashboard/publisher/adverts-main.php:90
1235
+ #: dashboard/publisher/groups-main.php:89
1236
+ msgid "Get more features with AdRotate Pro."
1237
+ msgstr "Beschik over meer functies met AdRotate Pro."
1238
+
1239
+ #: dashboard/publisher/adverts-edit.php:198
1240
+ #: dashboard/publisher/adverts-edit.php:274
1241
+ #: dashboard/publisher/adverts-edit.php:356
1242
+ #: dashboard/publisher/adverts-edit.php:456
1243
+ #: dashboard/publisher/adverts-main.php:90
1244
+ #: dashboard/publisher/groups-edit.php:216
1245
+ #: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
1246
+ #: dashboard/publisher/schedules-main.php:89
1247
+ #: dashboard/publisher/statistics-advert.php:109
1248
+ #: dashboard/publisher/statistics-group.php:113
1249
+ #: dashboard/publisher/statistics-main.php:83
1250
+ msgid "Upgrade now"
1251
+ msgstr "Nu bijwerken"
1252
+
1253
+ #: dashboard/publisher/adverts-edit.php:201
1254
+ #: dashboard/publisher/adverts-edit.php:277
1255
+ #: dashboard/publisher/adverts-edit.php:475
1256
+ #: dashboard/publisher/adverts-edit.php:518
1257
+ msgid "Save Advert"
1258
+ msgstr "Advertentie opslaan"
1259
+
1260
+ #: dashboard/publisher/adverts-edit.php:202
1261
+ #: dashboard/publisher/adverts-edit.php:278
1262
+ #: dashboard/publisher/adverts-edit.php:476
1263
+ #: dashboard/publisher/adverts-edit.php:519
1264
+ #: dashboard/publisher/adverts-generator.php:147
1265
+ #: dashboard/publisher/groups-edit.php:163
1266
+ #: dashboard/publisher/groups-edit.php:317
1267
+ #: dashboard/publisher/groups-edit.php:411
1268
+ msgid "Cancel"
1269
+ msgstr "Annuleren"
1270
+
1271
+ #: dashboard/publisher/adverts-edit.php:205
1272
+ #: dashboard/publisher/adverts-edit.php:458
1273
+ #: dashboard/publisher/groups-edit.php:145
1274
+ #: dashboard/publisher/groups-edit.php:299
1275
+ msgid "Usage"
1276
+ msgstr "Gebruik"
1277
+
1278
+ #: dashboard/publisher/adverts-edit.php:209
1279
+ #: dashboard/publisher/adverts-edit.php:462
1280
+ #: dashboard/publisher/groups-edit.php:149
1281
+ #: dashboard/publisher/groups-edit.php:303
1282
+ msgid "Widget"
1283
+ msgstr "Widget"
1284
+
1285
+ #: dashboard/publisher/adverts-edit.php:210
1286
+ #: dashboard/publisher/adverts-edit.php:463
1287
+ msgid ""
1288
+ "Drag the AdRotate widget to the sidebar where you want to place the advert "
1289
+ "and select the advert or the group the advert is in."
1290
+ msgstr ""
1291
+ "In het dashboard Uiterlijk > Widgets. Sleep het object AdRotate naar de "
1292
+ "zijbalk waar u de advertentie wilt plaatsen en selecteer de advertentie of "
1293
+ "de groep waarin de advertentie zich bevindt."
1294
+
1295
+ #: dashboard/publisher/adverts-edit.php:213
1296
+ #: dashboard/publisher/adverts-edit.php:466
1297
+ #: dashboard/publisher/groups-edit.php:153
1298
+ #: dashboard/publisher/groups-edit.php:307
1299
+ msgid "In a post or page"
1300
+ msgstr "In een bericht of pagina"
1301
+
1302
+ #: dashboard/publisher/adverts-edit.php:215
1303
+ #: dashboard/publisher/adverts-edit.php:468
1304
+ #: dashboard/publisher/groups-edit.php:155
1305
+ #: dashboard/publisher/groups-edit.php:309
1306
+ msgid "Directly in a theme"
1307
+ msgstr "Direct in een thema"
1308
+
1309
+ #: dashboard/publisher/adverts-edit.php:221
1310
+ msgid "Get contextual adverts from Media.net"
1311
+ msgstr "Ontvang contextuele advertenties van Media.net"
1312
+
1313
+ #: dashboard/publisher/adverts-edit.php:234
1314
+ msgid "Schedule your advert"
1315
+ msgstr "Plan jouw advertentie"
1316
+
1317
+ #: dashboard/publisher/adverts-edit.php:235
1318
+ msgid ""
1319
+ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1320
+ "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1321
+ "hours. 6AM is 6:00 hours."
1322
+ msgstr ""
1323
+ "De tijd gebruikt een 24-uursklok. Wanneer u gewend bent aan het AM/PM-"
1324
+ "systeem, houdt u dit in gedachten: Als de begin- of eindtijd na de lunch is, "
1325
+ "voegt u 12 uur toe. 14.00 uur is 14:00 uur. 6am is 6:00 uur."
1326
+
1327
+ #: dashboard/publisher/adverts-edit.php:239
1328
+ msgid "Start date"
1329
+ msgstr "Startdatum"
1330
+
1331
+ #: dashboard/publisher/adverts-edit.php:243
1332
+ msgid "End date"
1333
+ msgstr "Einddatum"
1334
+
1335
+ #: dashboard/publisher/adverts-edit.php:249
1336
+ msgid "Start time"
1337
+ msgstr "Starttijd"
1338
+
1339
+ #: dashboard/publisher/adverts-edit.php:256
1340
+ msgid "End time"
1341
+ msgstr "Eindtijd"
1342
+
1343
+ #: dashboard/publisher/adverts-edit.php:266
1344
+ msgid "Maximum Clicks"
1345
+ msgstr "Maximale klikken"
1346
+
1347
+ #: dashboard/publisher/adverts-edit.php:267
1348
+ #: dashboard/publisher/adverts-edit.php:269
1349
+ msgid "Leave empty or 0 to skip this."
1350
+ msgstr "Laat leeg of 0 om dit over te slaan."
1351
+
1352
+ #: dashboard/publisher/adverts-edit.php:268
1353
+ msgid "Maximum Impressions"
1354
+ msgstr "Maximale vertoningen"
1355
+
1356
+ #: dashboard/publisher/adverts-edit.php:274
1357
+ msgid ""
1358
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1359
+ "Pro."
1360
+ msgstr ""
1361
+ "Maak meerdere en meer geavanceerde schema's voor elke advertentie met "
1362
+ "AdRotate Pro."
1363
+
1364
+ #: dashboard/publisher/adverts-edit.php:281
1365
+ #: dashboard/publisher/groups-edit.php:166 dashboard/settings/statistics.php:27
1366
+ #: dashboard/settings/statistics.php:29
1367
+ msgid "Advanced"
1368
+ msgstr "Geavanceerd"
1369
+
1370
+ #: dashboard/publisher/adverts-edit.php:282
1371
+ #: dashboard/publisher/adverts-edit.php:359
1372
+ msgid "Available in AdRotate Pro!"
1373
+ msgstr "Beschikbaar in AdRotate Pro!"
1374
+
1375
+ #: dashboard/publisher/adverts-edit.php:287
1376
+ msgid "Show to everyone"
1377
+ msgstr "Aan iedereen weergeven"
1378
+
1379
+ #: dashboard/publisher/adverts-edit.php:289
1380
+ msgid "Disable this option to hide the advert from logged-in visitors."
1381
+ msgstr ""
1382
+ "Schakel deze optie uit om de advertentie te verbergen voor ingelogde "
1383
+ "bezoekers."
1384
+
1385
+ #: dashboard/publisher/adverts-edit.php:294
1386
+ #: dashboard/publisher/groups-edit.php:350
1387
+ msgid "Weight"
1388
+ msgstr "Gewicht"
1389
+
1390
+ #: dashboard/publisher/adverts-edit.php:297
1391
+ msgid "Few impressions"
1392
+ msgstr "Weinig vertoningen"
1393
+
1394
+ #: dashboard/publisher/adverts-edit.php:302
1395
+ msgid "Less than average"
1396
+ msgstr "Minder dan gemiddeld"
1397
+
1398
+ #: dashboard/publisher/adverts-edit.php:307
1399
+ msgid "Normal impressions"
1400
+ msgstr "Normale vertoningen"
1401
+
1402
+ #: dashboard/publisher/adverts-edit.php:312
1403
+ msgid "More than average"
1404
+ msgstr "Meer dan gemiddeld"
1405
+
1406
+ #: dashboard/publisher/adverts-edit.php:317
1407
+ msgid "Many impressions"
1408
+ msgstr "Veel vertoningen"
1409
+
1410
+ #: dashboard/publisher/adverts-edit.php:322
1411
+ msgid "Mobile"
1412
+ msgstr "Mobiel"
1413
+
1414
+ #: dashboard/publisher/adverts-edit.php:324
1415
+ msgid "Desktops/Laptops"
1416
+ msgstr "Desktops/laptops"
1417
+
1418
+ #: dashboard/publisher/adverts-edit.php:327
1419
+ msgid "Smartphones"
1420
+ msgstr "Smartphones"
1421
+
1422
+ #: dashboard/publisher/adverts-edit.php:330
1423
+ msgid "Tablets"
1424
+ msgstr "Tabletten"
1425
+
1426
+ #: dashboard/publisher/adverts-edit.php:333
1427
+ msgid ""
1428
+ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
1429
+ "and 'Operating System' are ignored!"
1430
+ msgstr ""
1431
+ "Ook inschakelen 'Mobiele ondersteuning' in de groep deze advertentie gaat in "
1432
+ "of 'Apparaat' en 'Besturingssysteem' worden genegeerd!"
1433
+
1434
+ #: dashboard/publisher/adverts-edit.php:333
1435
+ msgid ""
1436
+ "Operating system detection only detects iOS and Android, select 'Not Mobile/"
1437
+ "Other' for everything else."
1438
+ msgstr ""
1439
+ "Besturingssysteemdetectie detecteert alleen iOS en Android, selecteer 'Niet "
1440
+ "mobiel/ander' voor al het andere."
1441
+
1442
+ #: dashboard/publisher/adverts-edit.php:337
1443
+ msgid "Mobile OS"
1444
+ msgstr "Mobiel besturingssysteem"
1445
+
1446
+ #: dashboard/publisher/adverts-edit.php:339
1447
+ msgid "iOS"
1448
+ msgstr "iOS"
1449
+
1450
+ #: dashboard/publisher/adverts-edit.php:342
1451
+ msgid "Android"
1452
+ msgstr "Android"
1453
+
1454
+ #: dashboard/publisher/adverts-edit.php:345
1455
+ msgid "Not mobile/Others"
1456
+ msgstr "Niet mobiel/Anderen"
1457
+
1458
+ #: dashboard/publisher/adverts-edit.php:349
1459
+ msgid "Auto-delete"
1460
+ msgstr "Automatisch verwijderen"
1461
+
1462
+ #: dashboard/publisher/adverts-edit.php:351
1463
+ msgid "Automatically delete the advert 1 day after it expires?"
1464
+ msgstr ""
1465
+ "Automatisch verwijderen van de advertentie 1 dag nadat deze is verlopen?"
1466
+
1467
+ #: dashboard/publisher/adverts-edit.php:351
1468
+ msgid ""
1469
+ "This is useful for short running campaigns that do not require attention "
1470
+ "after they finish."
1471
+ msgstr ""
1472
+ "Dit is handig voor kortlopende campagnes die geen aandacht nodig hebben "
1473
+ "nadat ze zijn voltooid."
1474
+
1475
+ #: dashboard/publisher/adverts-edit.php:356
1476
+ msgid ""
1477
+ "With AdRotate Pro you can easily select which devices and mobile operating "
1478
+ "systems the advert should show on!"
1479
+ msgstr ""
1480
+ "Met AdRotate Pro kun je eenvoudig selecteren op welke apparaten en mobiele "
1481
+ "besturingssystemen de advertentie moet worden weergegeven!"
1482
+
1483
+ #: dashboard/publisher/adverts-edit.php:359
1484
+ msgid ""
1485
+ "Assign the advert to a group and enable that group to use Geo Targeting."
1486
+ msgstr ""
1487
+ "Wijs de advertentie toe aan een groep en stel die groep in staat "
1488
+ "geotargeting te gebruiken."
1489
+
1490
+ #: dashboard/publisher/adverts-edit.php:366
1491
+ msgid "Enter cities or metro IDs (DMA)"
1492
+ msgstr "Vul steden of metro-IDen in"
1493
+
1494
+ #: dashboard/publisher/adverts-edit.php:369
1495
+ msgid "A comma separated list of Cities or Metro IDs:"
1496
+ msgstr "Een door komma's gescheiden lijst steden of metro IDs:"
1497
+
1498
+ #: dashboard/publisher/adverts-edit.php:369
1499
+ #: dashboard/publisher/adverts-edit.php:378
1500
+ msgid ""
1501
+ "AdRotate does not check the validity of names and assumes the basic english "
1502
+ "name."
1503
+ msgstr ""
1504
+ "AdRotate controleert de geldigheid van namen niet gaat uit van de standaard "
1505
+ "engelse spelling."
1506
+
1507
+ #: dashboard/publisher/adverts-edit.php:374
1508
+ msgid "Enter States or State ISO3166-2 codes"
1509
+ msgstr "Vul Staten of ISO3166-2 codes van staten in"
1510
+
1511
+ #: dashboard/publisher/adverts-edit.php:376
1512
+ msgid "The listed cities must be in these states?"
1513
+ msgstr "Moeten de steden moeten in deze staten liggen?"
1514
+
1515
+ #: dashboard/publisher/adverts-edit.php:378
1516
+ msgid "A comma separated list of states:"
1517
+ msgstr "Een door komma's gescheiden lijst met staten:"
1518
+
1519
+ #: dashboard/publisher/adverts-edit.php:386
1520
+ msgid "Select Countries and or Regions"
1521
+ msgstr "Selecteer landen en/of regio's"
1522
+
1523
+ #: dashboard/publisher/adverts-edit.php:456
1524
+ msgid "Target your audience with Geo Targeting in AdRotate Pro"
1525
+ msgstr "Target je doelgroep met Geo Targeting in AdRotate Pro"
1526
+
1527
+ #: dashboard/publisher/adverts-edit.php:480
1528
+ msgid "Select Groups"
1529
+ msgstr "Groepen selecteren"
1530
+
1531
+ #: dashboard/publisher/adverts-edit.php:496
1532
+ #: dashboard/publisher/groups-main.php:60
1533
+ #: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
1534
+ msgid "Default"
1535
+ msgstr "Standaard"
1536
+
1537
+ #: dashboard/publisher/adverts-edit.php:497
1538
+ #: dashboard/publisher/groups-main.php:61
1539
+ msgid "Dynamic"
1540
+ msgstr "Dynamisch"
1541
+
1542
+ #: dashboard/publisher/adverts-edit.php:497
1543
+ #: dashboard/publisher/groups-main.php:61
1544
+ msgid "second rotation"
1545
+ msgstr "tweede rotatie"
1546
+
1547
+ #: dashboard/publisher/adverts-edit.php:498
1548
+ #: dashboard/publisher/groups-main.php:62
1549
+ msgid "Block"
1550
+ msgstr "Blok"
1551
+
1552
+ #: dashboard/publisher/adverts-edit.php:498
1553
+ #: dashboard/publisher/groups-main.php:62
1554
+ msgid "grid"
1555
+ msgstr "rooster"
1556
+
1557
+ #: dashboard/publisher/adverts-edit.php:499
1558
+ #: dashboard/publisher/groups-edit.php:223
1559
+ #: dashboard/publisher/groups-main.php:63
1560
+ msgid "Post Injection"
1561
+ msgstr "Na injectie"
1562
+
1563
+ #: dashboard/publisher/adverts-edit.php:500
1564
+ msgid "Geolocation"
1565
+ msgstr "Geolocatie"
1566
+
1567
+ #: dashboard/publisher/adverts-edit.php:507
1568
+ #: dashboard/publisher/groups-edit.php:62
1569
+ #: dashboard/publisher/groups-main.php:70
1570
+ msgid "Mode"
1571
+ msgstr "Modus"
1572
+
1573
+ #: dashboard/publisher/adverts-error.php:12
1574
+ msgid "Adverts that need attention"
1575
+ msgstr "Advertenties die aandacht nodig hebben"
1576
+
1577
+ #: dashboard/publisher/adverts-error.php:20
1578
+ #: dashboard/publisher/adverts-main.php:21
1579
+ msgid "Deactivate"
1580
+ msgstr "Deactiveren"
1581
+
1582
+ #: dashboard/publisher/adverts-error.php:23
1583
+ #: dashboard/publisher/adverts-main.php:25
1584
+ msgid "-- Renew --"
1585
+ msgstr "-- Verlengen --"
1586
+
1587
+ #: dashboard/publisher/adverts-error.php:24
1588
+ #: dashboard/publisher/adverts-main.php:26
1589
+ msgid "For 1 year"
1590
+ msgstr "Voor 1 jaar"
1591
+
1592
+ #: dashboard/publisher/adverts-error.php:25
1593
+ #: dashboard/publisher/adverts-main.php:27
1594
+ msgid "For 180 days"
1595
+ msgstr "Gedurende 180 dagen"
1596
+
1597
+ #: dashboard/publisher/adverts-error.php:26
1598
+ #: dashboard/publisher/adverts-main.php:28
1599
+ msgid "For 30 days"
1600
+ msgstr "Gedurende 30 dagen"
1601
+
1602
+ #: dashboard/publisher/adverts-error.php:27
1603
+ #: dashboard/publisher/adverts-main.php:29
1604
+ msgid "For 7 days"
1605
+ msgstr "Gedurende 7 dagen"
1606
+
1607
+ #: dashboard/publisher/adverts-error.php:64
1608
+ msgid "Configuration errors"
1609
+ msgstr "Configuratiefouten"
1610
+
1611
+ #: dashboard/publisher/adverts-error.php:65
1612
+ msgid "Expires soon"
1613
+ msgstr "Verloopt binnenkort"
1614
+
1615
+ #: dashboard/publisher/adverts-error.php:66
1616
+ #: dashboard/settings/maintenance.php:45
1617
+ msgid "Expired"
1618
+ msgstr "Verlopen"
1619
+
1620
+ #: dashboard/publisher/adverts-generator.php:36
1621
+ msgid "Generate Advert Code"
1622
+ msgstr "Advertentiecode genereren"
1623
+
1624
+ #: dashboard/publisher/adverts-generator.php:37
1625
+ msgid ""
1626
+ "Use the Generator if you have received a target url, banner image and/or "
1627
+ "some separate files with a description on how to use those. The AdRotate "
1628
+ "Generator will take your bits and pieces and try to generate a working "
1629
+ "adcode from it."
1630
+ msgstr ""
1631
+ "Gebruik de generator als u een doelurl, bannerafbeelding en/of een aantal "
1632
+ "afzonderlijke bestanden hebt ontvangen met een beschrijving over hoe u deze "
1633
+ "gebruiken. De AdRotate Generator neemt uw bits en bits en probeert er een "
1634
+ "werkende adcode van te genereren."
1635
+
1636
+ #: dashboard/publisher/adverts-generator.php:39
1637
+ msgid ""
1638
+ "If you have a complete and working ad code / ad tag you do not use the "
1639
+ "Generator. You can simply paste that code in the AdCode field when creating "
1640
+ "your advert. For example as provided by Media.net or Google AdSense among "
1641
+ "others."
1642
+ msgstr ""
1643
+ "Als je een volledige en werkende advertentiecode / advertentietag hebt, "
1644
+ "gebruik je de Generator niet. U die code eenvoudig plakken in het veld "
1645
+ "AdCode bij het maken van uw advertentie. Bijvoorbeeld zoals voorzien door "
1646
+ "Media.net of Google AdSense onder anderen."
1647
+
1648
+ #: dashboard/publisher/adverts-generator.php:41
1649
+ msgid "Create your advert"
1650
+ msgstr "Uw advertentie maken"
1651
+
1652
+ #: dashboard/publisher/adverts-generator.php:42
1653
+ msgid ""
1654
+ "This is a regular advert consisting of an image and a link, made up from "
1655
+ "HTML code."
1656
+ msgstr ""
1657
+ "Dit is een gewone advertentie bestaande uit een afbeelding en een link, "
1658
+ "samengesteld uit HTML-code."
1659
+
1660
+ #: dashboard/publisher/adverts-generator.php:47
1661
+ msgid "Required"
1662
+ msgstr "Verplicht"
1663
+
1664
+ #: dashboard/publisher/adverts-generator.php:53
1665
+ msgid "Banner image"
1666
+ msgstr "Banner afbeelding"
1667
+
1668
+ #: dashboard/publisher/adverts-generator.php:57
1669
+ msgid "Select advert image"
1670
+ msgstr "Afbeelding van de advertentie selecteren"
1671
+
1672
+ #: dashboard/publisher/adverts-generator.php:63
1673
+ msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
1674
+ msgstr ""
1675
+ "Staat jouw bestand er niet bij? Upload het naar de banners map met (s)FTP."
1676
+
1677
+ #: dashboard/publisher/adverts-generator.php:68
1678
+ msgid "Target website"
1679
+ msgstr "Doelwebsite"
1680
+
1681
+ #: dashboard/publisher/adverts-generator.php:70
1682
+ msgid "Where does the person clicking the advert go?"
1683
+ msgstr "Waar gaat de persoon die op de advertentie klikt naartoe?"
1684
+
1685
+ #: dashboard/publisher/adverts-generator.php:77
1686
+ msgid "Viewports"
1687
+ msgstr "Poorten bekijken"
1688
+
1689
+ #: dashboard/publisher/adverts-generator.php:77
1690
+ #: dashboard/publisher/groups-edit.php:207
1691
+ #: dashboard/settings/notifications.php:48
1692
+ msgid "Available in AdRotate Pro"
1693
+ msgstr "Beschikbaar in AdRotate Pro"
1694
+
1695
+ #: dashboard/publisher/adverts-generator.php:83
1696
+ msgid "Smaller Devices"
1697
+ msgstr "Kleinere apparaten"
1698
+
1699
+ #: dashboard/publisher/adverts-generator.php:87
1700
+ #: dashboard/publisher/adverts-generator.php:97
1701
+ #: dashboard/publisher/adverts-generator.php:107
1702
+ msgid "No file selected"
1703
+ msgstr "Geen bestand geselecteerd"
1704
+
1705
+ #: dashboard/publisher/adverts-generator.php:88
1706
+ msgid ""
1707
+ "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
1708
+ "1440px resolution)."
1709
+ msgstr ""
1710
+ "Kleinere smartphones en tablets met een viewport van maximaal 480px breed "
1711
+ "(up-to-1440px resolutie)."
1712
+
1713
+ #: dashboard/publisher/adverts-generator.php:93
1714
+ msgid "Medium sized Devices"
1715
+ msgstr "Middelgrote apparaten"
1716
+
1717
+ #: dashboard/publisher/adverts-generator.php:98
1718
+ msgid ""
1719
+ "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
1720
+ "to 1536px resolution)."
1721
+ msgstr ""
1722
+ "Grotere smartphones of kleine tablets met een viewport van maximaal 960px "
1723
+ "breed (tot 1536px resolutie)."
1724
+
1725
+ #: dashboard/publisher/adverts-generator.php:103
1726
+ msgid "Larger Devices"
1727
+ msgstr "Grotere apparaten"
1728
+
1729
+ #: dashboard/publisher/adverts-generator.php:108
1730
+ msgid ""
1731
+ "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
1732
+ "2048px resolution)."
1733
+ msgstr ""
1734
+ "Kleine laptops en grotere tablets met een viewport van maximaal 1280px breed "
1735
+ "(up-to-2048px resolutie)."
1736
+
1737
+ #: dashboard/publisher/adverts-generator.php:113
1738
+ #: dashboard/publisher/media.php:18
1739
+ msgid "Important:"
1740
+ msgstr "Let op:"
1741
+
1742
+ #: dashboard/publisher/adverts-generator.php:113
1743
+ msgid ""
1744
+ "All sizes are optional, but it is highly recommended to use at least the "
1745
+ "small and medium size. Devices with viewports greater than 1280px will use "
1746
+ "the full sized banner."
1747
+ msgstr ""
1748
+ "Alle maten zijn optioneel, maar het is sterk aanbevolen om ten minste de "
1749
+ "kleine en middelgrote te gebruiken. Apparaten met viewports groter dan "
1750
+ "1280px gebruiken de volledige banner."
1751
+
1752
+ #: dashboard/publisher/adverts-generator.php:113
1753
+ msgid ""
1754
+ "Are your files not listed? Upload them via the AdRotate Media Manager. For "
1755
+ "your convenience, use easy to use filenames."
1756
+ msgstr ""
1757
+ "Staan uw bestanden niet in de lijst? Upload ze via de AdRotate Media "
1758
+ "Manager. Gebruik voor uw gemak eenvoudig te gebruiken bestandsnamen."
1759
+
1760
+ #: dashboard/publisher/adverts-generator.php:118
1761
+ msgid "Optional"
1762
+ msgstr "Optioneel"
1763
+
1764
+ #: dashboard/publisher/adverts-generator.php:124
1765
+ msgid "Target window"
1766
+ msgstr "Doelvenster"
1767
+
1768
+ #: dashboard/publisher/adverts-generator.php:126
1769
+ msgid "Open the advert in a new window?"
1770
+ msgstr "De advertentie openen in een nieuw venster?"
1771
+
1772
+ #: dashboard/publisher/adverts-generator.php:126
1773
+ msgid "(Recommended)"
1774
+ msgstr "(Aanbevolen)"
1775
+
1776
+ #: dashboard/publisher/adverts-generator.php:130
1777
+ msgid "NoFollow"
1778
+ msgstr "Nofollow"
1779
+
1780
+ #: dashboard/publisher/adverts-generator.php:132
1781
+ msgid "Tell crawlers and search engines not to follow the target website url?"
1782
+ msgstr "Vertel crawlers en zoekmachines niet om de doel website url te volgen?"
1783
+
1784
+ #: dashboard/publisher/adverts-generator.php:132
1785
+ #: dashboard/publisher/adverts-generator.php:138
1786
+ msgid "(Available in AdRotate Pro)"
1787
+ msgstr "(Beschikbaar in AdRotate Pro)"
1788
+
1789
+ #: dashboard/publisher/adverts-generator.php:132
1790
+ msgid ""
1791
+ "Letting bots (Such as Googlebot) index paid links may negatively affect your "
1792
+ "SEO and PageRank."
1793
+ msgstr ""
1794
+ "Het verhuren van betaalde links met bots (Zoals Googlebot) kan een negatieve "
1795
+ "invloed hebben op uw SEO en PageRank."
1796
+
1797
+ #: dashboard/publisher/adverts-generator.php:136
1798
+ msgid "Alt and Title"
1799
+ msgstr "Alt en titel"
1800
+
1801
+ #: dashboard/publisher/adverts-generator.php:138
1802
+ msgid "Add an alt and title attribute based on the asset name?"
1803
+ msgstr ""
1804
+ "Een alt- en titelkenmerk toevoegen op basis van de naam van het actief?"
1805
+
1806
+ #: dashboard/publisher/adverts-generator.php:138
1807
+ msgid ""
1808
+ "Some bots/crawlers use them as a descriptive measure to see what the code is "
1809
+ "about."
1810
+ msgstr ""
1811
+ "Sommige bots / crawlers gebruiken ze als een beschrijvende maatregel om te "
1812
+ "zien waar de code over gaat."
1813
+
1814
+ #: dashboard/publisher/adverts-generator.php:146
1815
+ msgid "Generate and Configure Advert"
1816
+ msgstr "Advertentie genereren en configureren"
1817
+
1818
+ #: dashboard/publisher/adverts-generator.php:147
1819
+ msgid "Always test your adverts before activating them."
1820
+ msgstr "Test je advertenties altijd voordat je ze activeert."
1821
+
1822
+ #: dashboard/publisher/adverts-generator.php:150
1823
+ msgid "NOTE:"
1824
+ msgstr "OPMERKING:"
1825
+
1826
+ #: dashboard/publisher/adverts-generator.php:150
1827
+ msgid ""
1828
+ "While the Code Generator has been tested and works, code generation, as "
1829
+ "always, is a interpretation of user input. If you provide the correct bits "
1830
+ "and pieces, a working advert may be generated. If you leave fields empty or "
1831
+ "insert the wrong info you probably end up with a broken advert."
1832
+ msgstr ""
1833
+ "Terwijl de Code Generator is getest en werkt, code generatie, zoals altijd, "
1834
+ "is een interpretatie van de input van de gebruiker. Als u de juiste bits en "
1835
+ "pieces verstrekt, kan een werkende advertentie worden gegenereerd. Als u "
1836
+ "velden leeg laat staan of de verkeerde informatie invoegt, komt u "
1837
+ "waarschijnlijk met een kapotte advertentie terecht."
1838
+
1839
+ #: dashboard/publisher/adverts-generator.php:150
1840
+ msgid ""
1841
+ "Based on your input and experiences later iterations of the Code Generator "
1842
+ "will be better and more feature rich."
1843
+ msgstr ""
1844
+ "Op basis van uw input en ervaringen later iteraties van de Code Generator "
1845
+ "zal beter en meer functie rijk."
1846
+
1847
+ #: dashboard/publisher/adverts-main.php:12
1848
+ msgid "Active Adverts"
1849
+ msgstr "Actieve advertenties"
1850
+
1851
+ #: dashboard/publisher/adverts-main.php:24
1852
+ msgid "Export to CSV"
1853
+ msgstr "Exporteer naar CSV"
1854
+
1855
+ #: dashboard/publisher/adverts-main.php:44
1856
+ #: dashboard/publisher/adverts-main.php:46
1857
+ #: dashboard/publisher/groups-main.php:37
1858
+ #: dashboard/publisher/groups-main.php:39
1859
+ #: dashboard/publisher/statistics-advert.php:44
1860
+ #: dashboard/publisher/statistics-group.php:51
1861
+ msgid "Today"
1862
+ msgstr "Vandaag"
1863
+
1864
+ #: dashboard/publisher/adverts-main.php:85
1865
+ msgid "No adverts created yet!"
1866
+ msgstr "Nog geen advertenties gemaakt!"
1867
+
1868
+ #: dashboard/publisher/groups-edit.php:45
1869
+ msgid "New Group"
1870
+ msgstr "Nieuwe groep"
1871
+
1872
+ #: dashboard/publisher/groups-edit.php:47
1873
+ msgid "Edit Group"
1874
+ msgstr "Groep bewerken"
1875
+
1876
+ #: dashboard/publisher/groups-edit.php:65
1877
+ msgid "Default - Show one ad at a time"
1878
+ msgstr "Standaard - Eén advertentie tegelijk weergeven"
1879
+
1880
+ #: dashboard/publisher/groups-edit.php:66
1881
+ msgid "Dynamic Mode - Show a different ad every few seconds"
1882
+ msgstr "Dynamische modus - Elke paar seconden een andere advertentie weergeven"
1883
+
1884
+ #: dashboard/publisher/groups-edit.php:67
1885
+ msgid "Block Mode - Show a block of adverts"
1886
+ msgstr "Blokmodus - Een blok advertenties weergeven"
1887
+
1888
+ #: dashboard/publisher/groups-edit.php:71
1889
+ msgid "Dynamic mode requires jQuery. You can enable this in AdRotate Settings."
1890
+ msgstr ""
1891
+ "Dynamische modus vereist jQuery. Je kunt dit inschakelen in AdRotate-"
1892
+ "instellingen."
1893
+
1894
+ #: dashboard/publisher/groups-edit.php:75
1895
+ msgid "Advert size"
1896
+ msgstr "Advertentiegrootte"
1897
+
1898
+ #: dashboard/publisher/groups-edit.php:77
1899
+ msgid "pixel(s) wide"
1900
+ msgstr "pixel(s) breed"
1901
+
1902
+ #: dashboard/publisher/groups-edit.php:77
1903
+ msgid "pixel(s) high."
1904
+ msgstr "pixel(s) hoog."
1905
+
1906
+ #: dashboard/publisher/groups-edit.php:80
1907
+ msgid ""
1908
+ "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
1909
+ "recommended)."
1910
+ msgstr ""
1911
+ "Definieer de maximale grootte van de advertenties in pixels. Grootte kan "
1912
+ "'auto' zijn (niet aanbevolen)."
1913
+
1914
+ #: dashboard/publisher/groups-edit.php:86
1915
+ msgid "Dynamic and Block Mode"
1916
+ msgstr "Dynamische en blokmodus"
1917
+
1918
+ #: dashboard/publisher/groups-edit.php:90
1919
+ msgid "Block size"
1920
+ msgstr "Blokgrootte"
1921
+
1922
+ #: dashboard/publisher/groups-edit.php:96
1923
+ msgid "rows"
1924
+ msgstr "rijen"
1925
+
1926
+ #: dashboard/publisher/groups-edit.php:100
1927
+ msgid "columns"
1928
+ msgstr "kolommen"
1929
+
1930
+ #: dashboard/publisher/groups-edit.php:103
1931
+ msgid "Block Mode"
1932
+ msgstr "Blokmodus"
1933
+
1934
+ #: dashboard/publisher/groups-edit.php:103
1935
+ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
1936
+ msgstr ""
1937
+ "Grotere blokken zullen de prestaties van uw sites verslechteren! Standaard: "
1938
+ "2/2."
1939
+
1940
+ #: dashboard/publisher/groups-edit.php:107
1941
+ msgid "Automated refresh"
1942
+ msgstr "Automatisch vernieuwen"
1943
+
1944
+ #: dashboard/publisher/groups-edit.php:126
1945
+ msgid "seconds."
1946
+ msgstr "seconden."
1947
+
1948
+ #: dashboard/publisher/groups-edit.php:129
1949
+ #: dashboard/publisher/groups-edit.php:138
1950
+ msgid "Dynamic Mode"
1951
+ msgstr "Dynamische modus"
1952
+
1953
+ #: dashboard/publisher/groups-edit.php:129
1954
+ msgid ""
1955
+ "Load a new advert in this interval without reloading the page. Default: 6."
1956
+ msgstr ""
1957
+ "Laad een nieuwe advertentie in dit interval zonder de pagina opnieuw te "
1958
+ "laden. Standaard: 6."
1959
+
1960
+ #: dashboard/publisher/groups-edit.php:133
1961
+ msgid "Repeat impressions"
1962
+ msgstr "Herhaalde vertoningen"
1963
+
1964
+ #: dashboard/publisher/groups-edit.php:135
1965
+ msgid "Count impressions for every cycle of adverts?"
1966
+ msgstr "Aantal vertoningen voor elke cyclus van advertenties?"
1967
+
1968
+ #: dashboard/publisher/groups-edit.php:138
1969
+ msgid ""
1970
+ "Uncheck this option to only count impressions for the first cycle of adverts."
1971
+ msgstr ""
1972
+ "Schakel deze optie uit om alleen vertoningen voor de eerste cyclus van "
1973
+ "advertenties te tellen."
1974
+
1975
+ #: dashboard/publisher/groups-edit.php:143
1976
+ #: dashboard/publisher/groups-edit.php:216
1977
+ msgid "Get access to all features in AdRotate Pro."
1978
+ msgstr "Krijg toegang tot alle functies in AdRotate Pro."
1979
+
1980
+ #: dashboard/publisher/groups-edit.php:143
1981
+ msgid "Upgrade today"
1982
+ msgstr "Upgrade vandaag"
1983
+
1984
+ #: dashboard/publisher/groups-edit.php:150
1985
+ #: dashboard/publisher/groups-edit.php:304
1986
+ msgid ""
1987
+ "Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
1988
+ "Adverts\" and enter ID"
1989
+ msgstr ""
1990
+ "Sleep de AdRotate widget naar de zijbalk waarin je deze wilt hebben, "
1991
+ "selecteer de “Advertentie groep\" en voer een ID in"
1992
+
1993
+ #: dashboard/publisher/groups-edit.php:162
1994
+ #: dashboard/publisher/groups-edit.php:316
1995
+ #: dashboard/publisher/groups-edit.php:410
1996
+ msgid "Save Group"
1997
+ msgstr "Groep opslaan"
1998
+
1999
+ #: dashboard/publisher/groups-edit.php:170
2000
+ msgid "Advert Margin"
2001
+ msgstr "Advertentiemarge"
2002
+
2003
+ #: dashboard/publisher/groups-edit.php:172
2004
+ msgid "pixel(s)"
2005
+ msgstr "pixel(en)"
2006
+
2007
+ #: dashboard/publisher/groups-edit.php:175
2008
+ msgid "A transparent area outside the advert in pixels. Default: 0."
2009
+ msgstr "Een transparant gebied buiten de advertentie in pixels. Standaard: 0."
2010
+
2011
+ #: dashboard/publisher/groups-edit.php:175
2012
+ msgid "Set to 0 to disable."
2013
+ msgstr "Stel in op 0 om uit te schakelen."
2014
+
2015
+ #: dashboard/publisher/groups-edit.php:175
2016
+ msgid "Margins are automatically disabled for blocks where required."
2017
+ msgstr "Marges worden automatisch uitgeschakeld voor blokken waar nodig."
2018
+
2019
+ #: dashboard/publisher/groups-edit.php:179
2020
+ msgid "Align the group"
2021
+ msgstr "De groep uitlijnen"
2022
+
2023
+ #: dashboard/publisher/groups-edit.php:182
2024
+ msgid "None (Default)"
2025
+ msgstr "None"
2026
+
2027
+ #: dashboard/publisher/groups-edit.php:183
2028
+ msgid "Left"
2029
+ msgstr "Links"
2030
+
2031
+ #: dashboard/publisher/groups-edit.php:184
2032
+ msgid "Right"
2033
+ msgstr "Rechts"
2034
+
2035
+ #: dashboard/publisher/groups-edit.php:185
2036
+ msgid "Center"
2037
+ msgstr "Midden"
2038
+
2039
+ #: dashboard/publisher/groups-edit.php:189
2040
+ msgid ""
2041
+ "Align the group in your post or page. Using 'center' may affect your margin "
2042
+ "setting. Not every theme supports this feature."
2043
+ msgstr ""
2044
+ "Lijn de groep uit op je bericht of pagina. Het gebruik van 'center' kan van "
2045
+ "invloed zijn op uw marge-instelling. Niet elk thema ondersteunt deze functie."
2046
+
2047
+ #: dashboard/publisher/groups-edit.php:194
2048
+ msgid "Enable Geo Targeting for this group."
2049
+ msgstr "Geotargeting inschakelen voor deze groep."
2050
+
2051
+ #: dashboard/publisher/groups-edit.php:195
2052
+ msgid "Do not forget to tell the adverts for which areas they should show."
2053
+ msgstr ""
2054
+ "Vergeet niet om de advertenties te vertellen voor welke gebieden ze moeten "
2055
+ "laten zien."
2056
+
2057
+ #: dashboard/publisher/groups-edit.php:198
2058
+ msgid "Mobile Support"
2059
+ msgstr "Mobiele ondersteuning"
2060
+
2061
+ #: dashboard/publisher/groups-edit.php:199
2062
+ msgid "Enable mobile support for this group."
2063
+ msgstr "Mobiele ondersteuning voor deze groep inschakelen."
2064
+
2065
+ #: dashboard/publisher/groups-edit.php:200
2066
+ msgid "Do not forget to put at least one mobile advert in this group."
2067
+ msgstr ""
2068
+ "Vergeet niet om tenminste één mobiele advertentie in deze groep te plaatsen."
2069
+
2070
+ #: dashboard/publisher/groups-edit.php:203
2071
+ msgid "Fallback Group"
2072
+ msgstr "Fallback-groep"
2073
+
2074
+ #: dashboard/publisher/groups-edit.php:211
2075
+ msgid ""
2076
+ "Select another group to fall back on when all adverts are expired, not in "
2077
+ "the visitors geographic area or are otherwise unavailable."
2078
+ msgstr ""
2079
+ "Selecteer een andere groep waarop u wilt terugvallen wanneer alle "
2080
+ "advertenties zijn verlopen, niet in het geografische gebied van bezoekers of "
2081
+ "anderszins niet beschikbaar zijn."
2082
+
2083
+ #: dashboard/publisher/groups-edit.php:227
2084
+ #: dashboard/publisher/groups-edit.php:264
2085
+ #: dashboard/settings/geotargeting.php:24
2086
+ msgid "Disabled"
2087
+ msgstr "Uitgeschakeld"
2088
+
2089
+ #: dashboard/publisher/groups-edit.php:228
2090
+ #: dashboard/publisher/groups-edit.php:265
2091
+ msgid "Widget (Pro only)"
2092
+ msgstr "Widget (alleen Pro)"
2093
+
2094
+ #: dashboard/publisher/groups-edit.php:229
2095
+ #: dashboard/publisher/groups-edit.php:266
2096
+ msgid "Before content"
2097
+ msgstr "Voor de inhoud"
2098
+
2099
+ #: dashboard/publisher/groups-edit.php:230
2100
+ #: dashboard/publisher/groups-edit.php:267
2101
+ msgid "After content"
2102
+ msgstr "Na inhoud (content)"
2103
+
2104
+ #: dashboard/publisher/groups-edit.php:231
2105
+ #: dashboard/publisher/groups-edit.php:268
2106
+ msgid "Before and after content"
2107
+ msgstr "Voor en na de inhoud"
2108
+
2109
+ #: dashboard/publisher/groups-edit.php:232
2110
+ #: dashboard/publisher/groups-edit.php:269
2111
+ msgid "Inside the content..."
2112
+ msgstr "Binnen de inhoud..."
2113
+
2114
+ #: dashboard/publisher/groups-edit.php:238
2115
+ #: dashboard/publisher/groups-edit.php:275
2116
+ msgid "after the middle paragraph"
2117
+ msgstr "na de middelste alinea"
2118
+
2119
+ #: dashboard/publisher/groups-edit.php:239
2120
+ #: dashboard/publisher/groups-edit.php:276
2121
+ msgid "after the 1st paragraph"
2122
+ msgstr "na de 1e alinea"
2123
+
2124
+ #: dashboard/publisher/groups-edit.php:240
2125
+ #: dashboard/publisher/groups-edit.php:277
2126
+ msgid "after the 2nd paragraph"
2127
+ msgstr "na de 2e alinea"
2128
+
2129
+ #: dashboard/publisher/groups-edit.php:241
2130
+ #: dashboard/publisher/groups-edit.php:278
2131
+ msgid "after the 3rd paragraph"
2132
+ msgstr "na de 3e alinea"
2133
+
2134
+ #: dashboard/publisher/groups-edit.php:242
2135
+ #: dashboard/publisher/groups-edit.php:279
2136
+ msgid "after the 4th paragraph"
2137
+ msgstr "na de 4e alinea"
2138
+
2139
+ #: dashboard/publisher/groups-edit.php:243
2140
+ #: dashboard/publisher/groups-edit.php:280
2141
+ msgid "after the 5th paragraph"
2142
+ msgstr "na de 5e alinea"
2143
+
2144
+ #: dashboard/publisher/groups-edit.php:244
2145
+ #: dashboard/publisher/groups-edit.php:281
2146
+ msgid "after the 6th paragraph"
2147
+ msgstr "na de 6e alinea"
2148
+
2149
+ #: dashboard/publisher/groups-edit.php:245
2150
+ #: dashboard/publisher/groups-edit.php:282
2151
+ msgid "after the 7th paragraph"
2152
+ msgstr "na de 7e alinea"
2153
+
2154
+ #: dashboard/publisher/groups-edit.php:246
2155
+ #: dashboard/publisher/groups-edit.php:283
2156
+ msgid "after the 8th paragraph"
2157
+ msgstr "na de 8e alinea"
2158
+
2159
+ #: dashboard/publisher/groups-edit.php:260
2160
+ msgid "Page Injection"
2161
+ msgstr "Pagina-injectie"
2162
+
2163
+ #: dashboard/publisher/groups-edit.php:320
2164
+ msgid "Wrapper code"
2165
+ msgstr "Wrapper-code"
2166
+
2167
+ #: dashboard/publisher/groups-edit.php:321
2168
+ msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
2169
+ msgstr ""
2170
+ "Wraps rond elke advertentie. HTML/JavaScript toegestaan, gebruik met zorg!"
2171
+
2172
+ #: dashboard/publisher/groups-edit.php:325
2173
+ msgid "Before advert"
2174
+ msgstr "Voor de advertentie"
2175
+
2176
+ #: dashboard/publisher/groups-edit.php:328
2177
+ #: dashboard/publisher/groups-edit.php:336
2178
+ msgid "Example:"
2179
+ msgstr "Voorbeeld:"
2180
+
2181
+ #: dashboard/publisher/groups-edit.php:329
2182
+ msgid "Options:"
2183
+ msgstr "Opties:"
2184
+
2185
+ #: dashboard/publisher/groups-edit.php:333
2186
+ msgid "After advert"
2187
+ msgstr "Na advertentie"
2188
+
2189
+ #: dashboard/publisher/groups-edit.php:342
2190
+ msgid "Select adverts"
2191
+ msgstr "Advertenties selecteren"
2192
+
2193
+ #: dashboard/publisher/groups-edit.php:349
2194
+ msgid "Visible until"
2195
+ msgstr "Zichtbaar tot"
2196
+
2197
+ #: dashboard/publisher/groups-edit.php:397
2198
+ msgid "No adverts created!"
2199
+ msgstr "Geen advertenties gemaakt!"
2200
+
2201
+ #: dashboard/publisher/groups-edit.php:404
2202
+ msgid "Configuration errors."
2203
+ msgstr "Configuratiefouten."
2204
+
2205
+ #: dashboard/publisher/groups-edit.php:405
2206
+ #: dashboard/publisher/schedules-main.php:87
2207
+ msgid "Expires soon."
2208
+ msgstr "Verloopt binnenkort."
2209
+
2210
+ #: dashboard/publisher/groups-edit.php:406
2211
+ #: dashboard/publisher/schedules-main.php:88
2212
+ msgid "Has expired."
2213
+ msgstr "Is verlopen."
2214
+
2215
+ #: dashboard/publisher/groups-main.php:21
2216
+ msgid "Delete Group"
2217
+ msgstr "Verwijder groep"
2218
+
2219
+ #: dashboard/publisher/groups-main.php:22
2220
+ msgid "Delete Group including adverts"
2221
+ msgstr "Groep inclusief advertenties verwijderen"
2222
+
2223
+ #: dashboard/publisher/groups-main.php:24
2224
+ msgid "You are about to delete a group"
2225
+ msgstr "U staat op het punt een groep te verwijderen"
2226
+
2227
+ #: dashboard/publisher/groups-main.php:24
2228
+ msgid "This action can not be undone!"
2229
+ msgstr "Deze actie kan niet ongedaan worden gemaakt!"
2230
+
2231
+ #: dashboard/publisher/groups-main.php:24 dashboard/settings/maintenance.php:22
2232
+ #: dashboard/settings/maintenance.php:91
2233
+ msgid "OK to continue, CANCEL to stop."
2234
+ msgstr "OK om door te gaan, annuleren om te stoppen."
2235
+
2236
+ #: dashboard/publisher/groups-main.php:84
2237
+ msgid "No groups created!"
2238
+ msgstr "Groepen aangemaakt!"
2239
+
2240
+ #: dashboard/publisher/media.php:17
2241
+ msgid "Upload new file"
2242
+ msgstr "Upload nieuw bestand"
2243
+
2244
+ #: dashboard/publisher/media.php:18
2245
+ msgid "Accepted files:"
2246
+ msgstr "Geaccepteerde bestanden zijn:"
2247
+
2248
+ #: dashboard/publisher/media.php:18
2249
+ msgid "Maximum size is 512Kb per file."
2250
+ msgstr "Maximale grootte is 512Kb per bestand."
2251
+
2252
+ #: dashboard/publisher/media.php:18
2253
+ msgid ""
2254
+ "Make sure your file has no spaces or special characters in the name. Replace "
2255
+ "spaces with a - or _."
2256
+ msgstr ""
2257
+ "Zorg ervoor dat uw bestand geen spaties of speciale tekens in de naam heeft. "
2258
+ "Spaties vervangen door een - of _."
2259
+
2260
+ #: dashboard/publisher/media.php:18
2261
+ msgid ""
2262
+ "If you remove spaces from filenames for HTML5 adverts also edit the html "
2263
+ "file so it knows about the changed name. For example for the javascript file."
2264
+ msgstr ""
2265
+ "Als je spaties uit bestandsnamen voor HTML5-advertenties verwijdert, bewerkt "
2266
+ "dan ook het html-bestand, zodat deze de gewijzigde naam gebruikt. "
2267
+ "Bijvoorbeeld voor het javascript bestand."
2268
+
2269
+ #: dashboard/publisher/media.php:21
2270
+ msgid "Upload file"
2271
+ msgstr "Bestand uploaden"
2272
+
2273
+ #: dashboard/publisher/media.php:21
2274
+ msgid "Click only once per file!"
2275
+ msgstr "Klik slechts één keer per bestand!"
2276
+
2277
+ #: dashboard/publisher/media.php:25
2278
+ msgid "Available files in"
2279
+ msgstr "Beschikbare bestanden in"
2280
+
2281
+ #: dashboard/publisher/media.php:31
2282
+ msgid "Actions"
2283
+ msgstr "Acties"
2284
+
2285
+ #: dashboard/publisher/media.php:65
2286
+ msgid "No files found!"
2287
+ msgstr "Geen bestanden gevonden!"
2288
+
2289
+ #: dashboard/publisher/media.php:72
2290
+ msgid ""
2291
+ "Make sure the banner images are not in use by adverts when you delete them!"
2292
+ msgstr ""
2293
+ "Zorg ervoor dat de bannerafbeeldingen niet worden gebruikt door advertenties "
2294
+ "wanneer u ze verwijdert!"
2295
+
2296
+ #: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
2297
+ #: dashboard/publisher/statistics-advert.php:109
2298
+ #: dashboard/publisher/statistics-group.php:113
2299
+ #: dashboard/publisher/statistics-main.php:83
2300
+ msgid "Get more features with AdRotate Pro"
2301
+ msgstr "Beschik over meer functies met AdRotate Pro"
2302
+
2303
+ #: dashboard/publisher/schedules-main.php:13
2304
+ msgid ""
2305
+ "In AdRotate Pro you can schedule adverts for multiple periods of time. One "
2306
+ "schedule can be assigned to many adverts allowing you to manage multi advert "
2307
+ "campaigns easily. Schedules can be active on certain days of the week or on "
2308
+ "certain hours of the day."
2309
+ msgstr ""
2310
+ "In AdRotate Pro kun je advertenties voor meerdere periodes inplannen. Een "
2311
+ "schema kan aan meerdere advertenties worden toegewezen, zodat je eenvoudig "
2312
+ "meerdere advertentiecampagnes kunt beheren. Schema's kunnen actief zijn op "
2313
+ "bepaalde dagen van de week of op bepaalde uren van de dag."
2314
+
2315
+ #: dashboard/publisher/schedules-main.php:36
2316
+ msgid "Max Shown"
2317
+ msgstr "Max getoond"
2318
+
2319
+ #: dashboard/publisher/schedules-main.php:37
2320
+ msgid "Max Clicks"
2321
+ msgstr "Max klikken"
2322
+
2323
+ #: dashboard/publisher/schedules-main.php:70
2324
+ msgid "Mon:"
2325
+ msgstr "Ma:"
2326
+
2327
+ #: dashboard/publisher/schedules-main.php:70
2328
+ msgid "Tue:"
2329
+ msgstr "Di:"
2330
+
2331
+ #: dashboard/publisher/schedules-main.php:70
2332
+ msgid "Wed:"
2333
+ msgstr "Wo:"
2334
+
2335
+ #: dashboard/publisher/schedules-main.php:70
2336
+ msgid "Thu:"
2337
+ msgstr "Do:"
2338
+
2339
+ #: dashboard/publisher/schedules-main.php:70
2340
+ msgid "Fri:"
2341
+ msgstr "Vr:"
2342
+
2343
+ #: dashboard/publisher/schedules-main.php:70
2344
+ msgid "Sat:"
2345
+ msgstr "Zat:"
2346
+
2347
+ #: dashboard/publisher/schedules-main.php:70
2348
+ msgid "Sun:"
2349
+ msgstr "Zon:"
2350
+
2351
+ #: dashboard/publisher/schedules-main.php:70
2352
+ msgid "Between:"
2353
+ msgstr "Tussen:"
2354
+
2355
+ #: dashboard/publisher/schedules-main.php:70
2356
+ msgid "Impression spread:"
2357
+ msgstr "Impressie spreiding:"
2358
+
2359
+ #: dashboard/publisher/schedules-main.php:70
2360
+ msgid "Auto Delete:"
2361
+ msgstr "Automatisch verwijderen:"
2362
+
2363
+ #: dashboard/publisher/schedules-main.php:81
2364
+ msgid "Nothing here!"
2365
+ msgstr "Niet gevonden!"
2366
+
2367
+ #: dashboard/publisher/statistics-advert.php:39
2368
+ msgid "Statistics for advert"
2369
+ msgstr "Statistieken voor advertenties"
2370
+
2371
+ #: dashboard/publisher/statistics-advert.php:46
2372
+ #: dashboard/publisher/statistics-group.php:53
2373
+ #: dashboard/publisher/statistics-main.php:30
2374
+ msgid "All time"
2375
+ msgstr "Altijd"
2376
+
2377
+ #: dashboard/publisher/statistics-advert.php:51
2378
+ #: dashboard/publisher/statistics-advert.php:57
2379
+ #: dashboard/publisher/statistics-advert.php:71
2380
+ #: dashboard/publisher/statistics-advert.php:77
2381
+ #: dashboard/publisher/statistics-advert.php:98
2382
+ #: dashboard/publisher/statistics-group.php:58
2383
+ #: dashboard/publisher/statistics-group.php:64
2384
+ #: dashboard/publisher/statistics-group.php:78
2385
+ #: dashboard/publisher/statistics-group.php:84
2386
+ #: dashboard/publisher/statistics-group.php:103
2387
+ #: dashboard/publisher/statistics-main.php:39
2388
+ #: dashboard/publisher/statistics-main.php:53
2389
+ #: dashboard/publisher/statistics-main.php:57
2390
+ #: dashboard/publisher/statistics-main.php:74
2391
+ msgid "Impressions"
2392
+ msgstr "Impressies"
2393
+
2394
+ #: dashboard/publisher/statistics-advert.php:64
2395
+ #: dashboard/publisher/statistics-group.php:71
2396
+ #: dashboard/publisher/statistics-main.php:46
2397
+ msgid "Last month"
2398
+ msgstr "Afgelopen maand"
2399
+
2400
+ #: dashboard/publisher/statistics-advert.php:85
2401
+ #: dashboard/publisher/statistics-group.php:92
2402
+ #: dashboard/publisher/statistics-main.php:64
2403
+ msgid "Monthly overview of clicks and impressions"
2404
+ msgstr "Maandelijks overzicht van klikken en vertoningen"
2405
+
2406
+ #: dashboard/publisher/statistics-advert.php:108
2407
+ #: dashboard/publisher/statistics-group.php:112
2408
+ #: dashboard/publisher/statistics-main.php:82
2409
+ #: dashboard/settings/notifications.php:58
2410
+ msgid "Note:"
2411
+ msgstr "Notitie:"
2412
+
2413
+ #: dashboard/publisher/statistics-advert.php:108
2414
+ #: dashboard/publisher/statistics-group.php:112
2415
+ #: dashboard/publisher/statistics-main.php:82
2416
+ msgid ""
2417
+ "All statistics are indicative. They do not nessesarily reflect results "
2418
+ "counted by other parties."
2419
+ msgstr ""
2420
+ "Alle statistieken zijn indicatief. Ze komen niet perse overeen met de "
2421
+ "resultaten die door andere partijen zijn geteld."
2422
+
2423
+ #: dashboard/publisher/statistics-group.php:46
2424
+ msgid "Statistics for group"
2425
+ msgstr "Statistieken voor groep"
2426
+
2427
+ #: dashboard/publisher/statistics-main.php:37
2428
+ msgid "Adverts counting stats"
2429
+ msgstr "Advertenties tellen statistieken"
2430
+
2431
+ #: dashboard/settings/advertisers.php:16
2432
+ msgid "Advertisers - Available in AdRotate Pro"
2433
+ msgstr "Adverteerders - Beschikbaar in AdRotate Pro"
2434
+
2435
+ #: dashboard/settings/advertisers.php:17
2436
+ msgid "Enable advertisers so they can review and manage their own ads."
2437
+ msgstr ""
2438
+ "Stel adverteerders in zodat ze hun eigen advertenties kunnen bekijken en "
2439
+ "beheren."
2440
+
2441
+ #: dashboard/settings/advertisers.php:20
2442
+ msgid "Enable Advertisers"
2443
+ msgstr "Adverteerders inschakelen"
2444
+
2445
+ #: dashboard/settings/advertisers.php:22
2446
+ msgid "Allow adverts to be coupled to users (Advertisers)."
2447
+ msgstr ""
2448
+ "Toestaan dat advertenties worden gekoppeld aan gebruikers (Adverteerders)."
2449
+
2450
+ #: dashboard/settings/advertisers.php:26
2451
+ msgid "Edit/update adverts"
2452
+ msgstr "Advertenties bewerken/bijwerken"
2453
+
2454
+ #: dashboard/settings/advertisers.php:28
2455
+ msgid "Allow advertisers to add new or edit their adverts."
2456
+ msgstr ""
2457
+ "Sta adverteerders toe om nieuwe advertenties toe te voegen of te bewerken."
2458
+
2459
+ #: dashboard/settings/advertisers.php:32
2460
+ msgid "Mobile adverts"
2461
+ msgstr "Mobiele advertenties"
2462
+
2463
+ #: dashboard/settings/advertisers.php:34
2464
+ msgid "Allow advertisers to specify on which devices their ads will show."
2465
+ msgstr ""
2466
+ "Sta adverteerders toe om aan te geven op welke apparaten hun advertenties "
2467
+ "worden weergegeven."
2468
+
2469
+ #: dashboard/settings/advertisers.php:40
2470
+ msgid ""
2471
+ "Allow advertisers to specify where their ads will show. Geo Targeting has to "
2472
+ "be enabled, too."
2473
+ msgstr ""
2474
+ "Sta adverteerders toe om aan te geven waar hun advertenties worden "
2475
+ "weergegeven. Geo Targeting moet ook ingeschakeld zijn."
2476
+
2477
+ #: dashboard/settings/advertisers.php:44
2478
+ msgid "Advertiser role"
2479
+ msgstr "Functie Adverteerder"
2480
+
2481
+ #: dashboard/settings/advertisers.php:46
2482
+ msgid "Create a seperate user role for your advertisers."
2483
+ msgstr "Maak een aparte gebruikersrol voor uw adverteerders."
2484
+
2485
+ #: dashboard/settings/advertisers.php:47
2486
+ msgid ""
2487
+ "Don't forget to give these users access to their advertiser dashboard via "
2488
+ "the Roles tab."
2489
+ msgstr ""
2490
+ "Vergeet niet deze gebruikers toegang te geven tot hun adverteerdersdashboard "
2491
+ "via het tabblad Rollen."
2492
+
2493
+ #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2494
+ #: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
2495
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2496
+ #: dashboard/settings/statistics.php:83
2497
+ msgid "Update Options"
2498
+ msgstr "Update opties"
2499
+
2500
+ #: dashboard/settings/general.php:17
2501
+ msgid "General Settings"
2502
+ msgstr "Algemene instellingen"
2503
+
2504
+ #: dashboard/settings/general.php:18
2505
+ msgid "General settings for AdRotate."
2506
+ msgstr "Algemene instellingen voor AdRotate."
2507
+
2508
+ #: dashboard/settings/general.php:18 dashboard/settings/statistics.php:18
2509
+ msgid "Some options are only available in AdRotate Pro!"
2510
+ msgstr "Sommige opties zijn alleen beschikbaar in AdRotate Pro!"
2511
+
2512
+ #: dashboard/settings/general.php:21
2513
+ msgid "Shortcode in widgets"
2514
+ msgstr "Shortcode in widgets"
2515
+
2516
+ #: dashboard/settings/general.php:22
2517
+ msgid ""
2518
+ "Enable this option to if your theme does not support shortcodes in the "
2519
+ "WordPress text widget."
2520
+ msgstr ""
2521
+ "Schakel deze optie in als uw thema geen shortcodes ondersteunt in het "
2522
+ "tekstwidget WordPress. (Dit werkt niet altijd!)"
2523
+
2524
+ #: dashboard/settings/general.php:25
2525
+ msgid "Disable live preview"
2526
+ msgstr "Schakel live preview uit"
2527
+
2528
+ #: dashboard/settings/general.php:26
2529
+ msgid ""
2530
+ "Enable this option if you have faulty adverts that overflow their designated "
2531
+ "area while creating/editing adverts."
2532
+ msgstr ""
2533
+ "Schakel deze optie in als u defecte advertenties heeft die hun aangewezen "
2534
+ "gebied overlopen tijdens het maken / bewerken van advertenties."
2535
+
2536
+ #: dashboard/settings/general.php:29
2537
+ msgid "Disable dynamic mode"
2538
+ msgstr "Schakel dynamische modus uit"
2539
+
2540
+ #: dashboard/settings/general.php:30
2541
+ msgid ""
2542
+ "Enable this option to disable dynamic mode in groups for mobile devices if "
2543
+ "you notice skipping or jumpy content."
2544
+ msgstr ""
2545
+ "Schakel deze optie in om de dynamische modus in groepen voor mobiele "
2546
+ "apparaten uit te schakelen. Aanbevolen als je het overslaan of springerige "
2547
+ "inhoud opmerkt."
2548
+
2549
+ #: dashboard/settings/general.php:33
2550
+ msgid "Load jQuery"
2551
+ msgstr "JQuery laden"
2552
+
2553
+ #: dashboard/settings/general.php:34
2554
+ msgid ""
2555
+ "Enable this option if your theme does not load jQuery. jQuery is required "
2556
+ "for dynamic groups, statistics and some other features."
2557
+ msgstr ""
2558
+ "Schakel deze optie in als uw thema jQuery niet laadt. jQuery is vereist voor "
2559
+ "dynamische groepen, statistieken en enkele andere functies."
2560
+
2561
+ #: dashboard/settings/general.php:37
2562
+ msgid "Load scripts in footer?"
2563
+ msgstr "Scripts laden in footer?"
2564
+
2565
+ #: dashboard/settings/general.php:38
2566
+ msgid ""
2567
+ "Enable this option if you want to load all AdRotate Javascripts in the "
2568
+ "footer of your site."
2569
+ msgstr ""
2570
+ "Schakel deze optie in als u alle AdRotate Javascripts in de voettekst van uw "
2571
+ "site wilt laden."
2572
+
2573
+ #: dashboard/settings/general.php:41
2574
+ msgid "Adblock disguise"
2575
+ msgstr "Adblock vermomming"
2576
+
2577
+ #: dashboard/settings/general.php:43
2578
+ msgid "Leave empty to disable. Use only lowercaps letters. For example:"
2579
+ msgstr ""
2580
+ "Laat leeg om uit te schakelen. Gebruik alleen lowercaps letters. "
2581
+ "Bijvoorbeeld:"
2582
+
2583
+ #: dashboard/settings/general.php:44
2584
+ msgid ""
2585
+ "Try and avoid adblock plugins in most modern browsers when using shortcodes."
2586
+ msgstr ""
2587
+ "Probeer adblock-plug-ins in de meeste moderne browsers te vermijden bij het "
2588
+ "gebruik van shortcodes."
2589
+
2590
+ #: dashboard/settings/general.php:44
2591
+ msgid ""
2592
+ "To also apply this feature to widgets, use a text widget with a shortcode "
2593
+ "instead of the AdRotate widget."
2594
+ msgstr ""
2595
+ "Als u deze functie ook wilt toepassen op widgets, gebruikt u een tekstwidget "
2596
+ "met een shortcode in plaats van de widget AdRotate."
2597
+
2598
+ #: dashboard/settings/general.php:44
2599
+ msgid ""
2600
+ "Avoid the use of obvious keywords or filenames in your adverts or this "
2601
+ "feature will have little effect!"
2602
+ msgstr ""
2603
+ "Vermijd het gebruik van voor de hand liggende zoekwoorden of bestandsnamen "
2604
+ "in uw advertenties of deze functie zal weinig effect hebben!"
2605
+
2606
+ #: dashboard/settings/general.php:49
2607
+ msgid "Banner Folder"
2608
+ msgstr "Banner map"
2609
+
2610
+ #: dashboard/settings/general.php:50
2611
+ msgid "Set a folder where your banner images will be stored."
2612
+ msgstr "Stel een map in waar uw bannerafbeeldingen worden opgeslagen."
2613
+
2614
+ #: dashboard/settings/general.php:53
2615
+ msgid "Folder name"
2616
+ msgstr "Naam map"
2617
+
2618
+ #: dashboard/settings/general.php:55
2619
+ msgid "(Default: banners)."
2620
+ msgstr "(Standaard: banners)."
2621
+
2622
+ #: dashboard/settings/general.php:56
2623
+ msgid ""
2624
+ "To try and trick ad blockers you could set the folder to something crazy "
2625
+ "like:"
2626
+ msgstr ""
2627
+ "Om te proberen ad blockers te misleiden, u de map instellen op iets geks als:"
2628
+
2629
+ #: dashboard/settings/general.php:57
2630
+ msgid ""
2631
+ "This folder will not be automatically created if it doesn't exist. AdRotate "
2632
+ "will show errors when the folder is missing."
2633
+ msgstr ""
2634
+ "Deze map wordt niet automatisch gemaakt als deze niet bestaat. AdRoteren "
2635
+ "geeft fouten weer wanneer de map ontbreekt."
2636
+
2637
+ #: dashboard/settings/general.php:62
2638
+ msgid "Bot filter"
2639
+ msgstr "Botfilter"
2640
+
2641
+ #: dashboard/settings/general.php:63
2642
+ msgid "The bot filter is used for the AdRotate stats tracker."
2643
+ msgstr ""
2644
+ "Het botfilter wordt gebruikt voor Geo Targeting en de AdRotate stats tracker."
2645
+
2646
+ #: dashboard/settings/general.php:66
2647
+ msgid "User-Agent Filter"
2648
+ msgstr "Filter van gebruikersagent"
2649
+
2650
+ #: dashboard/settings/general.php:69
2651
+ msgid ""
2652
+ "A comma separated list of keywords. Filter out bots/crawlers/user-agents."
2653
+ msgstr ""
2654
+ "Een komma gescheiden lijst van zoekwoorden. Filter bots/crawlers/user-agents."
2655
+
2656
+ #: dashboard/settings/general.php:70
2657
+ msgid ""
2658
+ "Keep in mind that this might give false positives. The word 'fire' also "
2659
+ "matches 'firefox', but not vice-versa. So be careful!"
2660
+ msgstr ""
2661
+ "Houd er rekening mee dat dit valse positieven kan geven. Het woord 'vuur' "
2662
+ "komt ook overeen met 'firefox', maar niet andersom. Dus wees voorzichtig!"
2663
+
2664
+ #: dashboard/settings/general.php:71
2665
+ msgid ""
2666
+ "Only words with alphanumeric characters and [ - _ ] are allowed. All other "
2667
+ "characters are stripped out."
2668
+ msgstr ""
2669
+ "Alleen woorden met alfanumerieke tekens en [ - _ ] zijn toegestaan. Alle "
2670
+ "andere personages zijn gestript."
2671
+
2672
+ #: dashboard/settings/general.php:72
2673
+ msgid ""
2674
+ "Additionally to the list specified here, empty User-Agents are blocked as "
2675
+ "well."
2676
+ msgstr ""
2677
+ "Bovendien worden lege gebruikersagents geblokkeerd in de lijst die hier is "
2678
+ "opgegeven."
2679
+
2680
+ #: dashboard/settings/general.php:72
2681
+ msgid "Learn more about"
2682
+ msgstr "Meer informatie over"
2683
+
2684
+ #: dashboard/settings/general.php:72
2685
+ msgid "user-agents"
2686
+ msgstr "gebruikersagenten"
2687
+
2688
+ #: dashboard/settings/geotargeting.php:17
2689
+ msgid "Geo Targeting - Available in AdRotate Pro"
2690
+ msgstr "Geotargeting - Beschikbaar in AdRotate Pro"
2691
+
2692
+ #: dashboard/settings/geotargeting.php:18
2693
+ msgid "Target certain areas in the world for better advertising oppurtunities."
2694
+ msgstr ""
2695
+ "Richt je op bepaalde gebieden in de wereld voor betere reclame mogelijkheden."
2696
+
2697
+ #: dashboard/settings/geotargeting.php:21
2698
+ msgid "Which Geo Service"
2699
+ msgstr "Welke Geo-service"
2700
+
2701
+ #: dashboard/settings/geotargeting.php:32
2702
+ msgid "30000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2703
+ msgstr ""
2704
+ "30000 gratis lookups elke dag, maakt gebruik van GeoLite2 databases van "
2705
+ "MaxMind!"
2706
+
2707
+ #: dashboard/settings/geotargeting.php:33
2708
+ #: dashboard/settings/geotargeting.php:37
2709
+ #: dashboard/settings/geotargeting.php:41
2710
+ #: dashboard/settings/geotargeting.php:45 dashboard/settings/statistics.php:33
2711
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:39
2712
+ #: dashboard/settings/statistics.php:42 dashboard/settings/statistics.php:45
2713
+ msgid "Supports:"
2714
+ msgstr "Ondersteunt:"
2715
+
2716
+ #: dashboard/settings/geotargeting.php:34
2717
+ #: dashboard/settings/geotargeting.php:38
2718
+ #: dashboard/settings/geotargeting.php:42
2719
+ #: dashboard/settings/geotargeting.php:46
2720
+ msgid "Scalability:"
2721
+ msgstr "Schaalbaarheid:"
2722
+
2723
+ #: dashboard/settings/geotargeting.php:34
2724
+ msgid "Suitable for small to medium sized websites."
2725
+ msgstr "Geschikt voor kleine tot middelgrote websites."
2726
+
2727
+ #: dashboard/settings/geotargeting.php:36
2728
+ #: dashboard/settings/geotargeting.php:40
2729
+ msgid "More info"
2730
+ msgstr "Meer info"
2731
+
2732
+ #: dashboard/settings/geotargeting.php:36
2733
+ msgid "10000 free lookups per month, requires account."
2734
+ msgstr "10000 gratis lookups per maand, vereist account."
2735
+
2736
+ #: dashboard/settings/geotargeting.php:38
2737
+ msgid ""
2738
+ "Suitable for small to medium sized websites with a free account - Paid "
2739
+ "options available."
2740
+ msgstr ""
2741
+ "Geschikt voor kleine tot middelgrote websites met een gratis account - "
2742
+ "Betaalde opties beschikbaar."
2743
+
2744
+ #: dashboard/settings/geotargeting.php:40
2745
+ msgid "The most accurate geo targeting available."
2746
+ msgstr "De meest nauwkeurige geotargeting beschikbaar."
2747
+
2748
+ #: dashboard/settings/geotargeting.php:42
2749
+ msgid "Suitable for any size website as long as you have lookups."
2750
+ msgstr "Geschikt voor elke grootte website, zolang je lookups."
2751
+
2752
+ #: dashboard/settings/geotargeting.php:44
2753
+ msgid "Basic geolocation included in every CloudFlare account."
2754
+ msgstr "Basisgeolocatie opgenomen in elk CloudFlare-account."
2755
+
2756
+ #: dashboard/settings/geotargeting.php:46
2757
+ msgid "Suitable for any size website."
2758
+ msgstr "Geschikt voor elke grootte website."
2759
+
2760
+ #: dashboard/settings/geotargeting.php:51
2761
+ msgid "Geo Cookie Lifespan"
2762
+ msgstr "Geo Cookie Levensduur"
2763
+
2764
+ #: dashboard/settings/geotargeting.php:60
2765
+ msgid "Hours."
2766
+ msgstr "Uren."
2767
+
2768
+ #: dashboard/settings/geotargeting.php:61
2769
+ msgid ""
2770
+ "Geo Data is stored in a cookie to reduce lookups. How long should this "
2771
+ "cookie last? A longer period is less accurate for mobile users but may "
2772
+ "reduce the usage of your lookups drastically."
2773
+ msgstr ""
2774
+ "Geo Gegevens worden opgeslagen in een cookie om lookups te verminderen. Hoe "
2775
+ "lang moet deze cookie geldig blijven? Een langere periode is minder "
2776
+ "nauwkeurig voor mobiele gebruikers, maar kan het gebruik van lookups "
2777
+ "drastisch verminderen."
2778
+
2779
+ #: dashboard/settings/geotargeting.php:67
2780
+ msgid "MaxMind City/Country"
2781
+ msgstr "MaxMind Stad/Land"
2782
+
2783
+ #: dashboard/settings/geotargeting.php:70
2784
+ msgid "Username/Email"
2785
+ msgstr "Gebruikersnaam/E-mailadres"
2786
+
2787
+ #: dashboard/settings/geotargeting.php:74
2788
+ msgid "Password/License Key"
2789
+ msgstr "Wachtwoord / licentiecode"
2790
+
2791
+ #: dashboard/settings/maintenance.php:17
2792
+ msgid ""
2793
+ "Use these functions when you notice your database is slow, unresponsive and "
2794
+ "sluggish."
2795
+ msgstr ""
2796
+ "Gebruik deze functies wanneer u merkt dat uw database traag, reageert en "
2797
+ "traag is."
2798
+
2799
+ #: dashboard/settings/maintenance.php:22
2800
+ msgid "Check all adverts for configuration errors"
2801
+ msgstr "Alle advertenties controleren op configuratiefouten"
2802
+
2803
+ #: dashboard/settings/maintenance.php:22
2804
+ msgid "You are about to check all adverts for errors."
2805
+ msgstr "U staat op het punt om alle advertenties te controleren op fouten."
2806
+
2807
+ #: dashboard/settings/maintenance.php:22
2808
+ msgid "This might take a few seconds!"
2809
+ msgstr "Dit kan een paar seconden duren!"
2810
+
2811
+ #: dashboard/settings/maintenance.php:24
2812
+ msgid ""
2813
+ "Apply all evaluation rules to all adverts to see if any error slipped in."
2814
+ msgstr ""
2815
+ "Pas alle evaluatieregels toe op alle advertenties om te zien of er een fout "
2816
+ "is binnengegleden."
2817
+
2818
+ #: dashboard/settings/maintenance.php:28
2819
+ msgid "Clean-up Database and Files"
2820
+ msgstr "Database en bestanden opschonen"
2821
+
2822
+ #: dashboard/settings/maintenance.php:30
2823
+ msgid "Clean-up database and old files"
2824
+ msgstr "Database en oude bestanden opschonen"
2825
+
2826
+ #: dashboard/settings/maintenance.php:30
2827
+ msgid "You are about to do maintenance on your setup of AdRotate."
2828
+ msgstr ""
2829
+ "Je staat op het punt om onderhoud te doen aan de installatie van AdRotate."
2830
+
2831
+ #: dashboard/settings/maintenance.php:30
2832
+ msgid ""
2833
+ "This optionally may delete old statistics and tries to delete old export "
2834
+ "files."
2835
+ msgstr ""
2836
+ "Dit kan optioneel oude statistieken verwijderen en probeert oude "
2837
+ "exportbestanden te verwijderen."
2838
+
2839
+ #: dashboard/settings/maintenance.php:30
2840
+ msgid "Are you sure you want to continue?"
2841
+ msgstr "Weet u zeker dat u wilt doorgaan?"
2842
+
2843
+ #: dashboard/settings/maintenance.php:30
2844
+ msgid "THIS ACTION CAN NOT BE UNDONE!"
2845
+ msgstr "DEZE ACTIE KAN NIET ONGEDAAN WORDEN GEMAAKT!"
2846
+
2847
+ #: dashboard/settings/maintenance.php:32
2848
+ msgid "Basic database maintenance."
2849
+ msgstr "Basis databaseonderhoud."
2850
+
2851
+ #: dashboard/settings/maintenance.php:33
2852
+ msgid "Delete stats older than 365 days."
2853
+ msgstr "Verwijder statistieken ouder dan 365 dagen."
2854
+
2855
+ #: dashboard/settings/maintenance.php:34
2856
+ msgid "Delete leftover export files."
2857
+ msgstr "Verwijder overgebleven exportbestanden."
2858
+
2859
+ #: dashboard/settings/maintenance.php:35
2860
+ msgid ""
2861
+ "For when you create an advert, group or schedule and it does not save or "
2862
+ "keep changes you make."
2863
+ msgstr ""
2864
+ "Voor wanneer je een advertentie, groep of schema maakt en de aangebrachte "
2865
+ "wijzigingen niet worden opgeslagen of bewaard."
2866
+
2867
+ #: dashboard/settings/maintenance.php:35
2868
+ msgid ""
2869
+ "Additionally you can delete statistics and/or unused export files. This will "
2870
+ "improve the speed of your site."
2871
+ msgstr ""
2872
+ "Daarnaast kun je oude schema's, statistieken, weggegooide advertenties "
2873
+ "verwijderen. Het uitvoeren van deze routine van tijd tot tijd kan de "
2874
+ "snelheid van uw site te verbeteren."
2875
+
2876
+ #: dashboard/settings/maintenance.php:39
2877
+ msgid ""
2878
+ "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
2879
+ "database or clean up overhead data. They only apply to your ads/groups and "
2880
+ "stats. Not to other settings or other parts of WordPress! Always always make "
2881
+ "a backup! If for any reason your data is lost, damaged or otherwise becomes "
2882
+ "unusable in any way or by any means in whichever way I will not take "
2883
+ "responsibility. You should always have a backup of your database. These "
2884
+ "functions do NOT destroy data. If data is lost, damaged or unusable in any "
2885
+ "way, your database likely was beyond repair already. Claiming it worked "
2886
+ "before clicking these buttons is not a valid point in any case."
2887
+ msgstr ""
2888
+ "DISCLAIMER: De bovenstaande functies zijn bedoeld om te worden gebruikt om "
2889
+ "uw database te optimaliseren. Ze zijn alleen van toepassing op uw "
2890
+ "advertenties / groepen en statistieken. Niet naar andere instellingen of "
2891
+ "andere delen van WordPress! Maak altijd een back-up! Als om welke reden dan "
2892
+ "ook uw gegevens verloren gaan, beschadigd of anderszins onbruikbaar worden "
2893
+ "op welke manier dan ook op welke manier dan ook zal ik geen "
2894
+ "verantwoordelijkheid nemen. U moet altijd een back-up van uw database "
2895
+ "hebben. Deze functies vernietigen geen gegevens. Als gegevens op enigerlei "
2896
+ "wijze verloren, beschadigd of onbruikbaar zijn, is uw database "
2897
+ "waarschijnlijk al niet meer te repareren. Beweren dat het werkte voordat u "
2898
+ "op deze knoppen klikt, is in ieder geval geen geldig punt."
2899
+
2900
+ #: dashboard/settings/maintenance.php:41
2901
+ msgid "Status and Versions"
2902
+ msgstr "Status en versies"
2903
+
2904
+ #: dashboard/settings/maintenance.php:44
2905
+ msgid "Current status of adverts"
2906
+ msgstr "Huidige status van advertenties"
2907
+
2908
+ #: dashboard/settings/maintenance.php:45
2909
+ msgid "Normal"
2910
+ msgstr "Normaal"
2911
+
2912
+ #: dashboard/settings/maintenance.php:45
2913
+ msgid "Error"
2914
+ msgstr "Fout"
2915
+
2916
+ #: dashboard/settings/maintenance.php:45
2917
+ msgid "Expires Soon"
2918
+ msgstr "Verloopt binnenkort"
2919
+
2920
+ #: dashboard/settings/maintenance.php:45
2921
+ msgid "Unknown"
2922
+ msgstr "Onbekend"
2923
+
2924
+ #: dashboard/settings/maintenance.php:48
2925
+ msgid "Banners/assets Folder"
2926
+ msgstr "Map Banners/assets"
2927
+
2928
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2929
+ msgid "Exists and appears writable"
2930
+ msgstr "Bestaat en lijkt beschrijfbaar"
2931
+
2932
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
2933
+ msgid "Not writable or does not exist"
2934
+ msgstr "Niet beschrijfbaar of bestaat niet"
2935
+
2936
+ #: dashboard/settings/maintenance.php:57
2937
+ msgid "Reports Folder"
2938
+ msgstr "Map rapporten"
2939
+
2940
+ #: dashboard/settings/maintenance.php:66
2941
+ msgid "Advert evaluation"
2942
+ msgstr "Advertentie-evaluatie"
2943
+
2944
+ #: dashboard/settings/maintenance.php:67
2945
+ msgid "Not scheduled! Re-activate the plugin from the plugins page."
2946
+ msgstr "Niet gepland! Activeer de plug-in opnieuw vanaf de pagina plug-ins."
2947
+
2948
+ #: dashboard/settings/maintenance.php:68
2949
+ msgid "Clean Trackerdata"
2950
+ msgstr "Trackerdata opschonen"
2951
+
2952
+ #: dashboard/settings/maintenance.php:69
2953
+ msgid "Not scheduled!"
2954
+ msgstr "Niet gepland!"
2955
+
2956
+ #: dashboard/settings/maintenance.php:72
2957
+ msgid "Background tasks"
2958
+ msgstr "Achtergrondtaken"
2959
+
2960
+ #: dashboard/settings/maintenance.php:74
2961
+ msgid "Reset background tasks"
2962
+ msgstr "Achtergrondtaken opnieuw instellen"
2963
+
2964
+ #: dashboard/settings/maintenance.php:79
2965
+ msgid "Internal Versions"
2966
+ msgstr "Interne versies"
2967
+
2968
+ #: dashboard/settings/maintenance.php:80
2969
+ msgid ""
2970
+ "Unless you experience database issues or a warning shows below, these "
2971
+ "numbers are not really relevant for troubleshooting. Support may ask for "
2972
+ "them to verify your database status."
2973
+ msgstr ""
2974
+ "Tenzij u databaseproblemen of een waarschuwing hieronder onderziet, zijn "
2975
+ "deze nummers niet echt relevant voor het oplossen van problemen. "
2976
+ "Ondersteuning kan hen vragen om uw databasestatus te verifiëren."
2977
+
2978
+ #: dashboard/settings/maintenance.php:83
2979
+ msgid "AdRotate version"
2980
+ msgstr "Versie AdRotate"
2981
+
2982
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2983
+ msgid "Current:"
2984
+ msgstr "Huidige pagina:"
2985
+
2986
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2987
+ msgid "Should be:"
2988
+ msgstr "Moet zijn:"
2989
+
2990
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
2991
+ msgid "Previous:"
2992
+ msgstr "Vorige:"
2993
+
2994
+ #: dashboard/settings/maintenance.php:85
2995
+ msgid "Database version"
2996
+ msgstr "Databaseversie"
2997
+
2998
+ #: dashboard/settings/maintenance.php:89
2999
+ msgid "Manual upgrade"
3000
+ msgstr "Handmatige upgrade"
3001
+
3002
+ #: dashboard/settings/maintenance.php:91
3003
+ msgid "YOU ARE ABOUT TO DO A MANUAL UPDATE FOR ADROTATE."
3004
+ msgstr "U staat op het punt een handmatige update voor adrotate te doen."
3005
+
3006
+ #: dashboard/settings/maintenance.php:91
3007
+ msgid "Make sure you have a database backup!"
3008
+ msgstr "Zorg ervoor dat je een database back-up hebt!"
3009
+
3010
+ #: dashboard/settings/maintenance.php:91
3011
+ msgid "This might take a while and may slow down your site during this action!"
3012
+ msgstr "Dit kan een tijdje duren en kan vertragen uw site tijdens deze actie!"
3013
+
3014
+ #: dashboard/settings/maintenance.php:91
3015
+ msgid "Run updater"
3016
+ msgstr "Updater uitvoeren"
3017
+
3018
+ #: dashboard/settings/misc.php:19
3019
+ msgid "Widget alignment"
3020
+ msgstr "Uitlijning van het object"
3021
+
3022
+ #: dashboard/settings/misc.php:20
3023
+ msgid ""
3024
+ "Check this box if your widgets do not align in your themes sidebar. (Does "
3025
+ "not always help!)"
3026
+ msgstr ""
3027
+ "Schakel dit selectievakje in als uw widgets niet in de zijbalk van uw "
3028
+ "thema's worden uitgelijnd. (Helpt niet altijd!)"
3029
+
3030
+ #: dashboard/settings/misc.php:23
3031
+ msgid "Widget padding"
3032
+ msgstr "Opvulling van widgets"
3033
+
3034
+ #: dashboard/settings/misc.php:24
3035
+ msgid ""
3036
+ "Enable this to remove the padding (blank space) around ads in widgets. (Does "
3037
+ "not always work!)"
3038
+ msgstr ""
3039
+ "Schakel dit in om de opvulling (lege ruimte) rond advertenties in widgets te "
3040
+ "verwijderen. (Werkt niet altijd!)"
3041
+
3042
+ #: dashboard/settings/misc.php:28
3043
+ msgid "NOTICE:"
3044
+ msgstr "LET OP:"
3045
+
3046
+ #: dashboard/settings/misc.php:29
3047
+ msgid ""
3048
+ "You have enabled W3 Total Caching support but not defined the security hash."
3049
+ msgstr ""
3050
+ "Je hebt W3 Total Caching-ondersteuning ingeschakeld, maar hebt de "
3051
+ "beveiligingshash niet gedefinieerd."
3052
+
3053
+ #: dashboard/settings/misc.php:29
3054
+ msgid ""
3055
+ "AdRotate has generated the following line for you to add to your wp-config."
3056
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
3057
+ "add this line, check out the following guide;"
3058
+ msgstr ""
3059
+ "AdRotate heeft de volgende regel gegenereerd die u toevoegen aan het wp-"
3060
+ "config.php bestand, rond lijn 52 (onder de WordPress-nonces). Als je niet "
3061
+ "weet hoe deze regel moet worden toevoegen, raadpleeg dan eerst de "
3062
+ "handleiding;"
3063
+
3064
+ #: dashboard/settings/misc.php:29
3065
+ msgid "Set up W3 Total Caching"
3066
+ msgstr "W3 Total Caching instellen"
3067
+
3068
+ #: dashboard/settings/misc.php:33
3069
+ msgid "W3 Total Caching"
3070
+ msgstr "W3 Total Caching"
3071
+
3072
+ #: dashboard/settings/misc.php:34
3073
+ msgid "Check this box if you use W3 Total Caching on your site."
3074
+ msgstr "Schakel deze optie in als je W3 Total Caching gebruikt."
3075
+
3076
+ #: dashboard/settings/misc.php:37
3077
+ msgid "Borlabs Cache"
3078
+ msgstr "Borlabs Cache"
3079
+
3080
+ #: dashboard/settings/misc.php:38
3081
+ msgid "Check this box if you use Borlabs Caching on your site."
3082
+ msgstr "Schakel deze optie in als je Borlabs Caching op uw site gebruikt."
3083
+
3084
+ #: dashboard/settings/misc.php:42
3085
+ msgid ""
3086
+ "It may take a while for the ad to start rotating. The caching plugin needs "
3087
+ "to refresh the cache. This can take up to a week if not done manually."
3088
+ msgstr ""
3089
+ "Het kan even duren voordat de advertentie begint te werken. De cache moet "
3090
+ "worden vernieuwd. Dit kan een paar dagen duren als dit niet handmatig "
3091
+ "gebeurt."
3092
+
3093
+ #: dashboard/settings/misc.php:42
3094
+ msgid ""
3095
+ "Caching support only works for [shortcodes] and the AdRotate Widget. If you "
3096
+ "use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
3097
+ msgstr ""
3098
+ "Ondersteuning voor caching werkt alleen voor [shortcodes] en de AdRotate "
3099
+ "Widgets. Als je een PHP Snippet gebruikt, moet je zelf de PHP code in the "
3100
+ "uitzonderings code van de caching plugin gebruiken."
3101
+
3102
+ #: dashboard/settings/notifications.php:19
3103
+ msgid "Set up who gets notifications if ads need your attention."
3104
+ msgstr ""
3105
+ "Stel in wie meldingen ontvangt als advertenties de aandacht nodig hebben."
3106
+
3107
+ #: dashboard/settings/notifications.php:22
3108
+ msgid "How to notify"
3109
+ msgstr "Hoe te notificeren?"
3110
+
3111
+ #: dashboard/settings/notifications.php:24
3112
+ msgid "Dashboard banner."
3113
+ msgstr "Dashboard banner."
3114
+
3115
+ #: dashboard/settings/notifications.php:25
3116
+ msgid "Email message."
3117
+ msgstr "E-mailbericht."
3118
+
3119
+ #: dashboard/settings/notifications.php:29
3120
+ msgid "Test notification"
3121
+ msgstr "Testmelding"
3122
+
3123
+ #: dashboard/settings/notifications.php:31
3124
+ msgid "Test"
3125
+ msgstr "Test"
3126
+
3127
+ #: dashboard/settings/notifications.php:31
3128
+ msgid ""
3129
+ "Send a test notification to enabled methods. Before you test, save the "
3130
+ "options first!"
3131
+ msgstr ""
3132
+ "Stuur een testmelding naar ingeschakelde methoden. Voordat u test, slaat u "
3133
+ "eerst de opties op!"
3134
+
3135
+ #: dashboard/settings/notifications.php:36
3136
+ msgid "Dashboard Banner"
3137
+ msgstr "Dashboardbanner"
3138
+
3139
+ #: dashboard/settings/notifications.php:37
3140
+ msgid ""
3141
+ "These go in a dashboard banner visible to all users with access to AdRotate "
3142
+ "on every WordPress dashboard page."
3143
+ msgstr ""
3144
+ "Deze gaan in een dashboardbanner die zichtbaar is voor alle gebruikers met "
3145
+ "toegang tot AdRotate op elke WordPress-dashboardpagina."
3146
+
3147
+ #: dashboard/settings/notifications.php:40
3148
+ #: dashboard/settings/notifications.php:52
3149
+ msgid "What"
3150
+ msgstr "Wat"
3151
+
3152
+ #: dashboard/settings/notifications.php:42
3153
+ msgid "Expired adverts."
3154
+ msgstr "Verlopen advertenties."
3155
+
3156
+ #: dashboard/settings/notifications.php:43
3157
+ msgid "Almost expired adverts."
3158
+ msgstr "Bijna verlopen advertenties."
3159
+
3160
+ #: dashboard/settings/notifications.php:48
3161
+ msgid "Email Message"
3162
+ msgstr "E-mailbericht"
3163
+
3164
+ #: dashboard/settings/notifications.php:49
3165
+ msgid ""
3166
+ "Receive email notifications about what is happening with your AdRotate setup."
3167
+ msgstr ""
3168
+ "Ontvang e-mailmeldingen over wat er gebeurt met de installatie AdRotate."
3169
+
3170
+ #: dashboard/settings/notifications.php:54
3171
+ msgid "Daily digest of any advert status other than normal."
3172
+ msgstr "Dagelijkse samenvatting van een andere advertentiestatus dan normaal."
3173
+
3174
+ #: dashboard/settings/notifications.php:55
3175
+ msgid "When you are running out of Geo Targeting Lookups."
3176
+ msgstr "Wanneer u geen Geo Targeting-lookups meer hebt."
3177
+
3178
+ #: dashboard/settings/notifications.php:56
3179
+ msgid "Any advertiser saving an advert in your moderation queue."
3180
+ msgstr "Elke adverteerder die een advertentie opslaat in uw moderatiewachtrij."
3181
+
3182
+ #: dashboard/settings/notifications.php:57
3183
+ msgid "A moderator approved an advert from the moderation queue."
3184
+ msgstr ""
3185
+ "Een moderator heeft een advertentie uit de moderatiewachtrij goedgekeurd."
3186
+
3187
+ #: dashboard/settings/notifications.php:58
3188
+ msgid "A moderator rejected an advert from the moderation queue."
3189
+ msgstr ""
3190
+ "Een moderator heeft een advertentie uit de moderatiewachtrij afgewezen."
3191
+
3192
+ #: dashboard/settings/notifications.php:58
3193
+ msgid ""
3194
+ "If you have a lot of activity with many advertisers adding/changing adverts "
3195
+ "you may get a lot of messages!"
3196
+ msgstr ""
3197
+ "Als u veel activiteit met veel adverteerders toe te voegen / wijzigen van "
3198
+ "advertenties u een heleboel berichten te krijgen!"
3199
+
3200
+ #: dashboard/settings/notifications.php:58
3201
+ msgid ""
3202
+ "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3203
+ "spammy. This may result in automated filters such as those used in services "
3204
+ "like Google Gmail and Microsoft Hotmail/Outlook.com blocking your server. "
3205
+ "Make sure you whitelist the sending address in your email account once you "
3206
+ "start receiving notifications!"
3207
+ msgstr ""
3208
+ "Het versturen van veel e-mail wordt soms gezien als geautomatiseerde mailing "
3209
+ "en beschouwd als spammy. Dit kan leiden tot geautomatiseerde filters zoals "
3210
+ "die worden gebruikt in services zoals Google Gmail en Microsoft Hotmail/"
3211
+ "Outlook.com die uw server blokkeren. Zorg ervoor dat je het verzendadres in "
3212
+ "je e-mailaccount op de witte lijst brengt zodra je meldingen ontvangt!"
3213
+
3214
+ #: dashboard/settings/notifications.php:63
3215
+ msgid "Publishers"
3216
+ msgstr "Uitgevers"
3217
+
3218
+ #: dashboard/settings/notifications.php:66
3219
+ msgid ""
3220
+ "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3221
+ "separated. This field may not be empty!"
3222
+ msgstr ""
3223
+ "Berichten worden eens per 24 uur verzonden. Maximaal 5 adressen. Komma "
3224
+ "gescheiden. Dit veld is misschien niet leeg!"
3225
+
3226
+ #: dashboard/settings/notifications.php:73
3227
+ msgid ""
3228
+ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3229
+ "This field may not be empty!"
3230
+ msgstr ""
3231
+ "Wie krijgt e-mail van adverteerders. Maximaal 5 adressen. Komma gescheiden. "
3232
+ "Dit veld is misschien niet leeg!"
3233
+
3234
+ #: dashboard/settings/roles.php:18
3235
+ msgid "Who has access to what?"
3236
+ msgstr "Wie heeft toegang tot wat?"
3237
+
3238
+ #: dashboard/settings/roles.php:21
3239
+ msgid "Manage/Add/Edit adverts"
3240
+ msgstr "Advertenties beheren/toevoegen/bewerken"
3241
+
3242
+ #: dashboard/settings/roles.php:25
3243
+ msgid "Role to see and add/edit ads."
3244
+ msgstr "Rol om advertenties te zien en toe te voegen / te bewerken."
3245
+
3246
+ #: dashboard/settings/roles.php:29
3247
+ msgid "Delete/Reset adverts"
3248
+ msgstr "Advertenties verwijderen/opnieuw instellen"
3249
+
3250
+ #: dashboard/settings/roles.php:33
3251
+ msgid "Role to delete ads and reset stats."
3252
+ msgstr "Rol om advertenties te verwijderen en statistieken te resetten."
3253
+
3254
+ #: dashboard/settings/roles.php:37
3255
+ msgid "Manage/Add/Edit groups"
3256
+ msgstr "Groepen beheren/toevoegen/bewerken"
3257
+
3258
+ #: dashboard/settings/roles.php:41
3259
+ msgid "Role to see and add/edit groups."
3260
+ msgstr "Rol om groepen te zien en toe te voegen/bewerken."
3261
+
3262
+ #: dashboard/settings/roles.php:45
3263
+ msgid "Delete groups"
3264
+ msgstr "Groepen verwijderen"
3265
+
3266
+ #: dashboard/settings/roles.php:49
3267
+ msgid "Role to delete groups."
3268
+ msgstr "Rol om groepen te verwijderen."
3269
+
3270
+ #: dashboard/settings/statistics.php:18
3271
+ msgid "Track statistics for your adverts."
3272
+ msgstr "Verzamel statistieken van actieve advertenties."
3273
+
3274
+ #: dashboard/settings/statistics.php:21
3275
+ msgid "How to track stats"
3276
+ msgstr "Hoe statistieken bij te houden"
3277
+
3278
+ #: dashboard/settings/statistics.php:24
3279
+ msgid "Disabled - Do not track stats"
3280
+ msgstr "Uitgeschakeld, laat deze advertentie nergens zien"
3281
+
3282
+ #: dashboard/settings/statistics.php:32
3283
+ msgid "Tracks impressions and clicks locally"
3284
+ msgstr "Hiermee houdt u vertoningen en klikken lokaal bij"
3285
+
3286
+ #: dashboard/settings/statistics.php:32 dashboard/settings/statistics.php:35
3287
+ #: dashboard/settings/statistics.php:38 dashboard/settings/statistics.php:44
3288
+ msgid "Setup guide"
3289
+ msgstr "Uw installatie"
3290
+
3291
+ #: dashboard/settings/statistics.php:33
3292
+ msgid ""
3293
+ "Clicks and Impressions, Click and impression limits, impression spread for "
3294
+ "schedules. Javascript/HTML5 adverts will only track impressions."
3295
+ msgstr ""
3296
+ "Klikken en vertoningen, klik- en vertoningslimieten, vertoningsspreiding "
3297
+ "voor schema's. Javascript/HTML5-advertenties houden alleen vertoningen bij."
3298
+
3299
+ #: dashboard/settings/statistics.php:35
3300
+ msgid "Requires Google Global Tag tracker installed in your sites footer!"
3301
+ msgstr ""
3302
+ "Vereist Google Global Tag tracking code geïnstalleerd in uw sites footer!"
3303
+
3304
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:42
3305
+ msgid ""
3306
+ "Clicks and Impressions via events. Javascript/HTML5 adverts will only track "
3307
+ "impressions."
3308
+ msgstr ""
3309
+ "Klikken en vertoningen via evenementen. Javascript/HTML5-advertenties houden "
3310
+ "alleen vertoningen bij."
3311
+
3312
+ #: dashboard/settings/statistics.php:38
3313
+ msgid ""
3314
+ "Requires Google Tag Manager installed in your sites head tag and a Google "
3315
+ "Analytics Account!"
3316
+ msgstr ""
3317
+ "Vereist Google Tag Manager geïnstalleerd in uw sites hoofd tag en een Google "
3318
+ "Analytics-account!"
3319
+
3320
+ #: dashboard/settings/statistics.php:39
3321
+ msgid ""
3322
+ "Clicks and Impressions via custom events. Javascript/HTML5 adverts will only "
3323
+ "track impressions."
3324
+ msgstr ""
3325
+ "Klikken en vertoningen via evenementen. Javascript/HTML5-advertenties houden "
3326
+ "alleen vertoningen bij."
3327
+
3328
+ #: dashboard/settings/statistics.php:41
3329
+ msgid ""
3330
+ "Maintained for backwards compatibility, please switch to Google Global Tag "
3331
+ "or Google Tag Manager."
3332
+ msgstr ""
3333
+ "Blijf onderhouden voor achterwaartse compatibiliteit, schakel over naar "
3334
+ "Google Global Tag of Google Tag Manager."
3335
+
3336
+ #: dashboard/settings/statistics.php:44
3337
+ msgid "Requires the Matomo tracker installed in your sites footer."
3338
+ msgstr ""
3339
+ "Vereist dat de Matomo-tracker in de voettekst van uw site is geïnstalleerd."
3340
+
3341
+ #: dashboard/settings/statistics.php:45
3342
+ msgid ""
3343
+ "Click and Impression recording via Cookie. Javascript/HTML5 adverts will "
3344
+ "only track impressions."
3345
+ msgstr ""
3346
+ "Klikken en vertoningen via evenementen. Javascript/HTML5-advertenties houden "
3347
+ "alleen vertoningen bij."
3348
+
3349
+ #: dashboard/settings/statistics.php:51
3350
+ msgid "AdRotate Tracker"
3351
+ msgstr "AdRotate Tracker"
3352
+
3353
+ #: dashboard/settings/statistics.php:52
3354
+ msgid ""
3355
+ "The settings below are for the internal tracker and have no effect when "
3356
+ "using Piwik/Google Analytics."
3357
+ msgstr ""
3358
+ "De onderstaande instellingen zijn voor de interne tracker en hebben geen "
3359
+ "effect bij het gebruik van Piwik / Google Analytics."
3360
+
3361
+ #: dashboard/settings/statistics.php:55
3362
+ msgid "Logged in impressions"
3363
+ msgstr "Impressies"
3364
+
3365
+ #: dashboard/settings/statistics.php:57
3366
+ msgid "Track impressions from logged in users."
3367
+ msgstr "Vertoningen van ingelogde gebruikers bijhouden."
3368
+
3369
+ #: dashboard/settings/statistics.php:61
3370
+ msgid "Logged in clicks"
3371
+ msgstr "Max klikken"
3372
+
3373
+ #: dashboard/settings/statistics.php:63
3374
+ msgid "Track clicks from logged in users."
3375
+ msgstr "Volg klikken van ingelogde gebruikers."
3376
+
3377
+ #: dashboard/settings/statistics.php:67
3378
+ msgid "Impression timer"
3379
+ msgstr "Vertoningstimer"
3380
+
3381
+ #: dashboard/settings/statistics.php:69 dashboard/settings/statistics.php:76
3382
+ msgid "Seconds."
3383
+ msgstr "Seconden."
3384
+
3385
+ #: dashboard/settings/statistics.php:70
3386
+ msgid "Default: 60."
3387
+ msgstr "Standaard: 60."
3388
+
3389
+ #: dashboard/settings/statistics.php:70
3390
+ msgid "This number may not be empty, be lower than 10 or exceed 3600 (1 hour)."
3391
+ msgstr ""
3392
+ "Dit aantal mag niet leeg zijn, lager zijn dan 10 of meer dan 3600 (1 uur)."
3393
+
3394
+ #: dashboard/settings/statistics.php:74
3395
+ msgid "Click timer"
3396
+ msgstr "Kosten per klik"
3397
+
3398
+ #: dashboard/settings/statistics.php:77
3399
+ msgid "Default: 86400."
3400
+ msgstr "Standaard: 86400."
3401
+
3402
+ #: dashboard/settings/statistics.php:77
3403
+ msgid ""
3404
+ "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3405
+ msgstr ""
3406
+ "Dit aantal mag niet leeg zijn, lager zijn dan 60 of hoger zijn dan 86400 (24 "
3407
+ "uur)."
3408
+
3409
+ #: dashboard/support.php:25
3410
+ msgid "Support Forums"
3411
+ msgstr "Supportfora"
3412
+
3413
+ #: dashboard/support.php:27
3414
+ msgid ""
3415
+ "When you are stuck with AdRotate or AdRotate Pro, check the forums first. "
3416
+ "Chances are your question has already been asked and answered!"
3417
+ msgstr ""
3418
+ "Wanneer u vastzit aan AdRotate Banner Manager of AdRotate Professional, "
3419
+ "controleert u eerst de forums. De kans is groot dat uw vraag al is gesteld "
3420
+ "en beantwoord!"
3421
+
3422
+ #: dashboard/support.php:27
3423
+ msgid ""
3424
+ "Next to the forum there are many manuals and guides available for almost "
3425
+ "every function and feature in the plugin."
3426
+ msgstr ""
3427
+ "Naast het forum zijn er veel handleidingen en gidsen beschikbaar voor bijna "
3428
+ "elke functie en functie in de plugin."
3429
+
3430
+ #: dashboard/support.php:27
3431
+ msgid "Take a look at the AdRotate Manuals"
3432
+ msgstr "Bekijk de handleidingen voor AdRotate"
3433
+
3434
+ #: dashboard/support.php:29 dashboard/support.php:30 dashboard/support.php:31
3435
+ #: dashboard/support.php:32 dashboard/support.php:33 dashboard/support.php:34
3436
+ msgid "View topics"
3437
+ msgstr "Bekijk onderwerpen"
3438
+
3439
+ #: dashboard/support.php:83
3440
+ msgid "Premium Support available in AdRotate Pro"
3441
+ msgstr "Premium-ondersteuning beschikbaar in AdRotate Pro"
3442
+
3443
+ #: dashboard/support.php:86
3444
+ msgid "Premium support always comes first!"
3445
+ msgstr "Premium ondersteuning staat altijd op de eerste plaats!"
3446
+
3447
+ #: dashboard/support.php:86
3448
+ msgid "No queuing up on the forum..."
3449
+ msgstr "Geen rij op het forum ..."
3450
+
3451
+ #: dashboard/support.php:86
3452
+ msgid "Using this form includes essential information for a quick answer."
3453
+ msgstr ""
3454
+ "Het gebruik van dit formulier bevat essentiële informatie voor een snel "
3455
+ "antwoord."
3456
+
3457
+ #: dashboard/support.php:86
3458
+ msgid "Available in AdRotate Professional!"
3459
+ msgstr "Beschikbaar in AdRotate Professional"
3460
+
3461
+ #: dashboard/support.php:88
3462
+ msgid "Your name:"
3463
+ msgstr "Uw naam:"
3464
+
3465
+ #: dashboard/support.php:89
3466
+ msgid "Your Email Address:"
3467
+ msgstr "Uw e-mailadres:"
3468
+
3469
+ #: dashboard/support.php:90
3470
+ msgid "Subject:"
3471
+ msgstr "Onderwerp:"
3472
+
3473
+ #: dashboard/support.php:91
3474
+ msgid "Problem description / Question:"
3475
+ msgstr "Probleembeschrijving / Vraag:"
3476
+
3477
+ #: dashboard/support.php:92
3478
+ msgid "Please log in to my website and take a look."
3479
+ msgstr "Log dan in op mijn website en neem een kijkje."
3480
+
3481
+ #: dashboard/support.php:94
3482
+ msgid "When you send this form the following data will be submitted:"
3483
+ msgstr ""
3484
+ "Wanneer u dit formulier verzendt, worden de volgende gegevens ingediend:"
3485
+
3486
+ #: dashboard/support.php:95
3487
+ msgid ""
3488
+ "Your name, Account email address, Your website url and some basic WordPress "
3489
+ "information will be included with the message."
3490
+ msgstr ""
3491
+ "Uw naam, account e-mailadres, uw website url en een aantal fundamentele "
3492
+ "WordPress informatie zal worden opgenomen in het bericht."
3493
+
3494
+ #: dashboard/support.php:95
3495
+ msgid "This information is treated as confidential and is mandatory."
3496
+ msgstr "Deze informatie wordt als vertrouwelijk behandeld en is verplicht."
3497
+
3498
+ #: dashboard/support.php:98
3499
+ msgid "Get Help"
3500
+ msgstr "Hulp vragen"
3501
+
3502
+ #: dashboard/support.php:98
3503
+ msgid "Premium Support is available in AdRotate Pro!"
3504
+ msgstr "Premium Support is beschikbaar in AdRotate Pro!"
3505
+
3506
+ #~ msgid ""
3507
+ #~ "AdRotate does not check the validity of names and assumes the basic "
3508
+ #~ "english name"
3509
+ #~ msgstr ""
3510
+ #~ "AdRotate controleert de geldigheid van namen niet gaat uit van de "
3511
+ #~ "standaard engelse spelling"
3512
+
3513
+ #~ msgid "[AdRotate] CSV Report!"
3514
+ #~ msgstr "[AdRotate] CSV-rapport!"
3515
+
3516
+ #~ msgid "Hello"
3517
+ #~ msgstr "Hallo"
3518
+
3519
+ #~ msgid ""
3520
+ #~ "Attached in this email you will find the exported CSV file you generated "
3521
+ #~ "on "
3522
+ #~ msgstr ""
3523
+ #~ "Bijgevoegd in deze e-mail vindt je het geëxporteerde CSV-bestand dat je "
3524
+ #~ "hebt gegenereerd op "
3525
+
3526
+ #~ msgid "Have a nice day!"
3527
+ #~ msgstr "Een prettige dag!"
3528
+
3529
+ #~ msgid "Your AdRotate Notifier"
3530
+ #~ msgstr "AdRotate notificatie"
3531
+
3532
+ #~ msgid "advert(s) with errors!"
3533
+ #~ msgstr "advertentie(s) met fouten!"
3534
+
3535
+ #~ msgid "advert(s) expired!"
3536
+ #~ msgstr "advertentie(s) afgelopen!"
3537
+
3538
+ #~ msgid "advert(s) will expire in less than 2 days."
3539
+ #~ msgstr "advertentie(s) zullen binnen 2 dagen aflopen."
3540
+
3541
+ #~ msgid "advert(s) will expire in less than a week."
3542
+ #~ msgstr "advertentie(s) lopen binnen een week af."
3543
+
3544
+ #~ msgid "advert(s) have an unknown status."
3545
+ #~ msgstr "advertentie (s) hebben een onbekende status."
3546
+
3547
+ #~ msgid "This notification is sent to you from your website"
3548
+ #~ msgstr "Deze melding is verstuurd vanaf jouw website"
3549
+
3550
+ #~ msgid "Access your dashboard here:"
3551
+ #~ msgstr "Dashboard:"
3552
+
3553
+ #~ msgid "[AdRotate]"
3554
+ #~ msgstr "[AdRotate]"
3555
+
3556
+ #~ msgid ""
3557
+ #~ "You can reply to this message by clicking reply in your email client."
3558
+ #~ msgstr ""
3559
+ #~ "Je kunt dit bericht beantwoorden door op beantwoorden te klikken in de e-"
3560
+ #~ "mailclient."
3561
+
3562
+ #~ msgid "[AdRotate] An advertiser has put in a request for renewal!"
3563
+ #~ msgstr ""
3564
+ #~ "[AdRotate] Een adverteerder heeft een verzoek tot vernieuwing geplaatst!"
3565
+
3566
+ #~ msgid "[AdRotate] An advertiser wants his ad removed."
3567
+ #~ msgstr ""
3568
+ #~ "[AdRotate] Een adverteerder wil dat zijn advertentie wordt verwijderd."
3569
+
3570
+ #~ msgid "[AdRotate] An advertiser wrote a comment on his ad!"
3571
+ #~ msgstr ""
3572
+ #~ "[AdRotate] Een adverteerder schreef een bericht over zijn advertentie!"
3573
+
3574
+ #~ msgid "[AdRotate] An advertiser has a problem!"
3575
+ #~ msgstr "[AdRotate] Een adverteerder heeft een probleem!"
3576
+
3577
+ #~ msgid "Hello moderator"
3578
+ #~ msgstr "Hallo moderator"
3579
+
3580
+ #~ msgid "requests ad"
3581
+ #~ msgstr "verzoekt advertentie"
3582
+
3583
+ #~ msgid "renewed!"
3584
+ #~ msgstr "vernieuwd!"
3585
+
3586
+ #~ msgid "removed."
3587
+ #~ msgstr "verwijderd."
3588
+
3589
+ #~ msgid "has something to say about ad"
3590
+ #~ msgstr "heeft iets te zeggen over advertentie"
3591
+
3592
+ #~ msgid "has a problem with AdRotate."
3593
+ #~ msgstr "heeft een probleem met AdRotate."
3594
+
3595
+ #~ msgid "Attached message:"
3596
+ #~ msgstr "Bijgevoegd bericht:"
3597
+
3598
+ #~ msgid "You can reply to this message to contact"
3599
+ #~ msgstr "Je dit bericht beantwoorden door contact op te nemen met"
3600
+
3601
+ #~ msgid "Review the ad here:"
3602
+ #~ msgstr "Bekijk de advertentie hier:"
3603
+
3604
+ #~ msgid "Banner image saved"
3605
+ #~ msgstr "Advertentie afbeelding opgeslagen"
3606
+
3607
+ #~ msgid "Advertiser updated"
3608
+ #~ msgstr "Adverteerder bijgewerkt"
3609
+
3610
+ #~ msgid "Asset(s) deleted"
3611
+ #~ msgstr "Asset(s) verwijderd"
3612
+
3613
+ #~ msgid ""
3614
+ #~ "Something went wrong deleting the file or folder. Make sure your "
3615
+ #~ "permissions are in order."
3616
+ #~ msgstr ""
3617
+ #~ "Er is iets mis gegaan met het verwijderen van het bestand of de map. Zorg "
3618
+ #~ "ervoor dat ja permissies in orde zijn."
3619
+
3620
+ #~ msgid "Email(s) with reports successfully sent"
3621
+ #~ msgstr "E-mail(s) succesvol verzonden"
3622
+
3623
+ #~ msgid "Weight changed"
3624
+ #~ msgstr "Gewicht gewijzigd"
3625
+
3626
+ #~ msgid "Adverts imported"
3627
+ #~ msgstr "Advertenties geïmporteerd"
3628
+
3629
+ #~ msgid "Schedule saved"
3630
+ #~ msgstr "Schema opgeslagen"
3631
+
3632
+ #~ msgid "Schedule(s) deleted"
3633
+ #~ msgstr "Schema(s) verwijderd"
3634
+
3635
+ #~ msgid "Advert(s) duplicated"
3636
+ #~ msgstr "Advertentie(s) gedupliceerd"
3637
+
3638
+ #~ msgid "Advert(s) archived"
3639
+ #~ msgstr "Advertentie(s) gearchiveerd"
3640
+
3641
+ #~ msgid "Advert(s) moved to the trash"
3642
+ #~ msgstr "Advertentie(s) verplaatst naar de Prullenbak"
3643
+
3644
+ #~ msgid "Advert(s) restored from trash"
3645
+ #~ msgstr "Advertentie(s) vanuit de Prullenbak teruggehaald"
3646
+
3647
+ #~ msgid "Your message has been sent."
3648
+ #~ msgstr "Je bericht is verzonden."
3649
+
3650
+ #~ msgid "Header & ads.txt updated."
3651
+ #~ msgstr "Header & ads.txt is bijgewerkt."
3652
+
3653
+ #~ msgid "Your message has been sent. Someone will be in touch shortly."
3654
+ #~ msgstr ""
3655
+ #~ "Het bericht is verzonden. Iemand zal binnenkort contact met je opnemen."
3656
+
3657
+ #~ msgid "Advert submitted for review"
3658
+ #~ msgstr "Advertentie ter beoordeling ingediend"
3659
+
3660
+ #~ msgid "Advert updated and awaiting review"
3661
+ #~ msgstr "Advertentie bijgewerkt en in afwachting van beoordeling"
3662
+
3663
+ #~ msgid "Ad approved"
3664
+ #~ msgstr "Advertentie goedgekeurd"
3665
+
3666
+ #~ msgid "Ad(s) rejected"
3667
+ #~ msgstr "Advertentie(s) afgewezen"
3668
+
3669
+ #~ msgid "Ad(s) queued"
3670
+ #~ msgstr "Advertentie(s) in wachtrij"
3671
+
3672
+ #~ msgid "Test notification sent"
3673
+ #~ msgstr "Test melding verzonden"
3674
+
3675
+ #~ msgid "Test mailing sent"
3676
+ #~ msgstr "Test melding verzonden"
3677
+
3678
+ #~ msgid ""
3679
+ #~ "The ad was saved but has an issue which might prevent it from working "
3680
+ #~ "properly. Please contact staff."
3681
+ #~ msgstr ""
3682
+ #~ "De advertentie is opgeslagen, maar heeft een probleem waardoor deze "
3683
+ #~ "mogelijk niet goed werkt. Neem contact op met het de moderator."
3684
+
3685
+ #~ msgid "No file uploaded."
3686
+ #~ msgstr "Geen bestand geüpload."
3687
+
3688
+ #~ msgid "The file could not be read."
3689
+ #~ msgstr "Het bestand kan niet worden gelezen."
3690
+
3691
+ #~ msgid "Wrong file type."
3692
+ #~ msgstr "Onjuist bestandstype."
3693
+
3694
+ #~ msgid "Wrong file type. No file uploaded."
3695
+ #~ msgstr "Onjuist bestandstype. Er is geen bestand geüpload."
3696
+
3697
+ #~ msgid "File is too large."
3698
+ #~ msgstr "Het bestand is te groot."
3699
+
3700
+ #~ msgid "There was an error unzipping the file. Please try again later."
3701
+ #~ msgstr ""
3702
+ #~ "Er was een fout bij het uitpakken van het bestand. Probeer het later "
3703
+ #~ "opnieuw."
3704
+
3705
+ #~ msgid "Invalid request"
3706
+ #~ msgstr "Ongeldig verzoek"
3707
+
3708
+ #~ msgid "No license key or email provided"
3709
+ #~ msgstr "Geen licentiecode of e-mailadres opgegeven"
3710
+
3711
+ #~ msgid ""
3712
+ #~ "The request did not get through or the response was invalid. Contact "
3713
+ #~ "support."
3714
+ #~ msgstr ""
3715
+ #~ "De aanvraag is niet ontvangen of het antwoord is ongeldig. Contact op met "
3716
+ #~ "de helpdesk."
3717
+
3718
+ #~ msgid "The email provided is invalid."
3719
+ #~ msgstr "Het opgegeven e-mailadres is ongeldig."
3720
+
3721
+ #~ msgid "Invalid license key."
3722
+ #~ msgstr "Ongeldige licentiecode."
3723
+
3724
+ #~ msgid "The purchase matching this product is not complete. Contact support."
3725
+ #~ msgstr ""
3726
+ #~ "De aankoop van dit product is niet volledig. Contact op met de helpdesk."
3727
+
3728
+ #~ msgid ""
3729
+ #~ "No remaining activations for this license. You can manage your license "
3730
+ #~ "activations from your account on ajdg.solutions."
3731
+ #~ msgstr ""
3732
+ #~ "Geen resterende activeringen voor deze licentie. Je kunt de licentie "
3733
+ #~ "activeringen beheren vanuit jouw account op ajdg.solutions."
3734
+
3735
+ #~ msgid "Could not (de)activate key. Contact support."
3736
+ #~ msgstr "Kan sleutel niet (de)activeren. Contact op met de helpdesk."
3737
+
3738
+ #~ msgid ""
3739
+ #~ "Woohoo! Thank you! Your license is now active. You can now use Premium "
3740
+ #~ "Support and AdRotate Geo."
3741
+ #~ msgstr ""
3742
+ #~ "Jeej! Dankjewel. De licentie is geactiveerd. Je kunt vanaf nu gebuik "
3743
+ #~ "maken van Premium Support en AdRotate Geo."
3744
+
3745
+ #~ msgid ""
3746
+ #~ "Also you will receive updates and support for one year of purchasing and "
3747
+ #~ "be notified via email when it is time to renew your license."
3748
+ #~ msgstr ""
3749
+ #~ "Ook ontvangt je updates en ondersteuning voor één jaar na de aankoop en "
3750
+ #~ "word hierover geïnformeerd via e-mail wanneer het tijd is om de licentie "
3751
+ #~ "te verlengen."
3752
+
3753
+ #~ msgid "Your license is now de-activated"
3754
+ #~ msgstr "De licentie is nu gedeactiveerd"
3755
+
3756
+ #~ msgid "Thank you. Your licenses have been reset"
3757
+ #~ msgstr "Dankjewel. Je licenties zijn gereset"
3758
+
3759
+ #~ msgid ""
3760
+ #~ "This license can not be activated for networks. Please purchase a "
3761
+ #~ "Developer license."
3762
+ #~ msgstr ""
3763
+ #~ "Deze licentie kan niet worden geactiveerd voor netwerken. Koop een "
3764
+ #~ "Developer licentie."
3765
+
3766
+ #~ msgid "File size exceeded."
3767
+ #~ msgstr "De bestandsgrootte is overschreden."
3768
+
3769
+ #~ msgid "Upload incomplete."
3770
+ #~ msgstr "Upload onvolledig."
3771
+
3772
+ #~ msgid "Could not write file to server."
3773
+ #~ msgstr "Kan het bestand niet naar de server schrijven."
3774
+
3775
+ #~ msgid "An unknown error occured, contact staff."
3776
+ #~ msgstr ""
3777
+ #~ "Er is een onbekende fout opgetreden, neem contact op met de moderator."
3778
+
3779
+ #~ msgid "Something went wrong!"
3780
+ #~ msgstr "Er is iets fout gegaan!"
3781
+
3782
+ #~ msgid "Go back and try again. If the error persists, contact staff."
3783
+ #~ msgstr ""
3784
+ #~ "Ga terug en probeer het opnieuw. Als de fout aanhoudt, neemt u contact op "
3785
+ #~ "met de moderator."
3786
+
3787
+ #~ msgid "The file was either too large or not in the right format."
3788
+ #~ msgstr "Het bestand was ofwel te groot of niet in de juiste indeling."
3789
+
3790
+ #~ msgid "Enable"
3791
+ #~ msgstr "Inschakelen"
3792
+
3793
+ #~ msgid "Is this user an AdRotate Advertiser?"
3794
+ #~ msgstr "Is deze gebruiker een AdRotate adverteerder?"
3795
+
3796
+ #~ msgid "Permissions"
3797
+ #~ msgstr "Permissies"
3798
+
3799
+ #~ msgid "Can create and edit their own adverts?"
3800
+ #~ msgstr "Kan eigen advertenties maken en bewerken?"
3801
+
3802
+ #~ msgid "Can specify mobile devices?"
3803
+ #~ msgstr "Kan mobiele apparaten configureren?"
3804
+
3805
+ #~ msgid "Can use Geo Targeting?"
3806
+ #~ msgstr "Kan geo-targeting gebruiken?"
3807
+
3808
+ #~ msgid ""
3809
+ #~ "These settings only have effect if you enable the global setting in "
3810
+ #~ "AdRotate Settings."
3811
+ #~ msgstr ""
3812
+ #~ "Deze instellingen hebben alleen effect als je de globale instelling in "
3813
+ #~ "inschakeld in de AdRotate instellingen."
3814
+
3815
+ #~ msgid "Notes"
3816
+ #~ msgstr "Notities"
3817
+
3818
+ #~ msgid "Also visible in the advertiser profile."
3819
+ #~ msgstr "Ook zichtbaar in het profiel van de adverteerder."
3820
+
3821
+ #, php-format
3822
+ #~ msgid ""
3823
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3824
+ #~ "geolocation/mobile restrictions or does not exist!"
3825
+ #~ msgstr ""
3826
+ #~ "Fout, advertentie (%s) is op dit moment niet beschikbaar vanwege planning/"
3827
+ #~ "budgettering/geolocatie/mobiele beperkingen of bestaat niet!"
3828
+
3829
+ #, php-format
3830
+ #~ msgid ""
3831
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3832
+ #~ "geolocation/mobile restrictions!"
3833
+ #~ msgstr ""
3834
+ #~ "Fout, advertentie (%s) is op dit moment niet beschikbaar vanwege planning/"
3835
+ #~ "budgettering/geolocatie/mobiele beperkingen!"
3836
+
3837
+ #~ msgid ""
3838
+ #~ "You did not yet activate your AdRotate Professional license. Activate and "
3839
+ #~ "get updates, premium support and access to AdRotate Geo!"
3840
+ #~ msgstr ""
3841
+ #~ "Je hebt je AdRotate Pro licentie nog niet geactiveerd. Activeer en krijg "
3842
+ #~ "toegang tot updates, Premium ondersteuning en AdRotate Geo!"
3843
+
3844
+ #~ msgid "Activate license"
3845
+ #~ msgstr "Activeer licentie"
3846
+
3847
+ #~ msgid "Your license has expired. Please consider getting a new license."
3848
+ #~ msgstr "Jouw licentie is verlopen. Overweeg een nieuwe licentie te kopen."
3849
+
3850
+ #~ msgid "Get a discount"
3851
+ #~ msgstr "Krijg korting"
3852
+
3853
+ #~ msgid ""
3854
+ #~ "You have enabled email notifications but did not select anything to be "
3855
+ #~ "notified about. You are wasting server resources!"
3856
+ #~ msgstr ""
3857
+ #~ "Je hebt e-mail meldingen ingeschakeld, maar er is geen notificatie "
3858
+ #~ "methode geselecteerd."
3859
+
3860
+ #~ msgid ""
3861
+ #~ "The AdRotate Geo service can only be used after you activate your license "
3862
+ #~ "for this website."
3863
+ #~ msgstr ""
3864
+ #~ "De AdRotate geo service kan alleen worden gebruikt nadat je de licentie "
3865
+ #~ "voor deze website hebt geactiveerd."
3866
+
3867
+ #~ msgid ""
3868
+ #~ "AdRotate Geo can only be used with a valid license. Your license has "
3869
+ #~ "expired. In order to continue to use AdRotate Geo please get a new "
3870
+ #~ "license."
3871
+ #~ msgstr ""
3872
+ #~ "AdRotate Geo kan alleen worden gebruikt met een geldige licentie. Uw "
3873
+ #~ "licentie is verlopen. Om AdRotate Geo te blijven gebruiken, u een nieuwe "
3874
+ #~ "licentie aanvragen."
3875
+
3876
+ #~ msgid "Buy a new license"
3877
+ #~ msgstr "Een nieuwe licentie kopen"
3878
+
3879
+ #, php-format
3880
+ #~ msgid ""
3881
+ #~ "You are running out of Geo Lookups for AdRotate. You have less than %d "
3882
+ #~ "remaining lookups."
3883
+ #~ msgstr ""
3884
+ #~ "Je hebt geen geo-lookups meer voor AdRotate. U hebt minder dan %d "
3885
+ #~ "resterende lookups."
3886
+
3887
+ #~ msgid ""
3888
+ #~ "AdRotate Geo is no longer working because you have no more lookups for "
3889
+ #~ "today. This resets at midnight UTC/GMT."
3890
+ #~ msgstr ""
3891
+ #~ "AdRotate geo werkt niet meer omdat je geen lookups meer hebt voor "
3892
+ #~ "vandaag. Dit wordt gereset om middernacht UTC/GMT."
3893
+
3894
+ #~ msgid ""
3895
+ #~ "MaxMind Geo Targeting is no longer working because you have no more "
3896
+ #~ "lookups. Buy more lookups from the Maxmind website!"
3897
+ #~ msgstr ""
3898
+ #~ "MaxMind geo targeting werkt niet meer omdat je geen lookups meer hebt. "
3899
+ #~ "Koop meer opzoekacties op de website van Maxmind!"
3900
+
3901
+ #~ msgid ""
3902
+ #~ "Geo Targeting is not working because your MaxMind account details are "
3903
+ #~ "incomplete."
3904
+ #~ msgstr ""
3905
+ #~ "Geo-targeting werkt niet omdat de gegevens van de MaxMind-account "
3906
+ #~ "onvolledig zijn."
3907
+
3908
+ #~ msgid "Enter MaxMind account details"
3909
+ #~ msgstr "MaxMind-accountgegevens invoeren"
3910
+
3911
+ #~ msgid ""
3912
+ #~ "Geo Targeting is not working. Check if IP Geolocation is enabled in your "
3913
+ #~ "CloudFlare account."
3914
+ #~ msgstr ""
3915
+ #~ "Geo targeting werkt niet. Controleer of IP Geolocation is ingeschakeld in "
3916
+ #~ "uw CloudFlare-account."
3917
+
3918
+ #~ msgid ""
3919
+ #~ "Geo Targeting is not working because your Ipstack account API key is "
3920
+ #~ "missing."
3921
+ #~ msgstr ""
3922
+ #~ "Geo-targeting werkt niet omdat de API-sleutel van je Ipstack-account "
3923
+ #~ "ontbreekt."
3924
+
3925
+ #~ msgid "Enter API key"
3926
+ #~ msgstr "API-sleutel invoeren"
3927
+
3928
+ #~ msgid "You can also ask questions via"
3929
+ #~ msgstr "Je kunt ook vragen stellen via"
3930
+
3931
+ #~ msgid "email"
3932
+ #~ msgstr "e-mail"
3933
+
3934
+ #~ msgid "if you have a valid license."
3935
+ #~ msgstr "als je een geldige licentie hebt."
3936
+
3937
+ #~ msgid "Your adverts"
3938
+ #~ msgstr "Jouw advertenties"
3939
+
3940
+ #~ msgid ""
3941
+ #~ "The overall stats do not take adverts from other advertisers into account."
3942
+ #~ msgstr ""
3943
+ #~ "De algemene statistieken nemen geen advertenties van andere adverteerders "
3944
+ #~ "in aanmerking."
3945
+
3946
+ #~ msgid "Your ads are published with"
3947
+ #~ msgstr "Jouw advertenties worden gepubliceerd met"
3948
+
3949
+ #~ msgid "is a registered trademark"
3950
+ #~ msgstr "is een gedeponeerd handelsmerk"
3951
+
3952
+ #~ msgid "Premium Support"
3953
+ #~ msgstr "Premium Support"
3954
+
3955
+ #~ msgid "Advertiser"
3956
+ #~ msgstr "Adverteerder"
3957
+
3958
+ #~ msgid "Network Settings"
3959
+ #~ msgstr "Netwerk instellingen"
3960
+
3961
+ #~ msgid "Header & ads.txt"
3962
+ #~ msgstr "Header & ads.txt"
3963
+
3964
+ #~ msgid "Queue"
3965
+ #~ msgstr "Wachtrij"
3966
+
3967
+ #~ msgid "Archive"
3968
+ #~ msgstr "Archief"
3969
+
3970
+ #~ msgid "Trash"
3971
+ #~ msgstr "Prullenbak"
3972
+
3973
+ #~ msgid "All Users"
3974
+ #~ msgstr "Alle gebruikers"
3975
+
3976
+ #~ msgid "New User"
3977
+ #~ msgstr "Nieuwe gebruiker"
3978
+
3979
+ #~ msgid "Tools"
3980
+ #~ msgstr "Tools"
3981
+
3982
+ #~ msgid "Notice"
3983
+ #~ msgstr "Melding"
3984
+
3985
+ #~ msgid "No ads for user."
3986
+ #~ msgstr "Geen advertenties voor de gebruiker."
3987
+
3988
+ #~ msgid "Primary site"
3989
+ #~ msgstr "Primaire site"
3990
+
3991
+ #~ msgid ""
3992
+ #~ "Enter the site id for the site you will publish adverts from. This is "
3993
+ #~ "usually id 1."
3994
+ #~ msgstr ""
3995
+ #~ "Voer de site-id in voor de site waarvandaan je advertenties publiceert. "
3996
+ #~ "Dit is meestal id 1."
3997
+
3998
+ #~ msgid "Enable dashboard on sites"
3999
+ #~ msgstr "Dashboard inschakelen op sites"
4000
+
4001
+ #~ msgid ""
4002
+ #~ "Enabled by default. This allows admins of those sites to create and "
4003
+ #~ "manage adverts with AdRotate Pro just like you do from your primary site. "
4004
+ #~ "Caution: May cause group id conflicts when using cross site adverts, use "
4005
+ #~ "with care!"
4006
+ #~ msgstr ""
4007
+ #~ "Standaard ingeschakeld. Dit stelt beheerders van die sites in staat om "
4008
+ #~ "advertenties te maken en te beheren met AdRotate Pro net zoals je doet "
4009
+ #~ "vanaf je primaire site. Waarschuwing: kan groeps-ID-conflicten "
4010
+ #~ "veroorzaken bij het gebruik van cross-site advertenties, pas dus op!"
4011
+
4012
+ #~ msgid "Network License"
4013
+ #~ msgstr "Netwerklicentie"
4014
+
4015
+ #~ msgid ""
4016
+ #~ "Activate your AdRotate License here to receive automated updates and "
4017
+ #~ "enable support via the fast and personal ticket system."
4018
+ #~ msgstr ""
4019
+ #~ "Activeer hier je AdRotate-licentie om geautomatiseerde updates te "
4020
+ #~ "ontvangen en toegang te krijgen tot Premium support."
4021
+
4022
+ #~ msgid "For network activated setups like this you need a Developer License."
4023
+ #~ msgstr ""
4024
+ #~ "Voor netwerkgeactiveerde opstellingen zoals deze heb je een developer "
4025
+ #~ "license nodig."
4026
+
4027
+ #~ msgid "License Type"
4028
+ #~ msgstr "Licentie type"
4029
+
4030
+ #~ msgid "Not activated - Not eligible for support and updates."
4031
+ #~ msgstr ""
4032
+ #~ "Niet geactiveerd - Je komt niet in aanmerking voor ondersteuning en "
4033
+ #~ "updates."
4034
+
4035
+ #~ msgid ""
4036
+ #~ "Your license has expired. In order to continue to receive updates, "
4037
+ #~ "support and access to AdRotate Geo please get a new license."
4038
+ #~ msgstr ""
4039
+ #~ "Uw licentie is verlopen. Om updates te blijven ontvangen, ondersteuning "
4040
+ #~ "en toegang tot AdRotate Geo u een nieuwe licentie."
4041
+
4042
+ #~ msgid ""
4043
+ #~ "As a thank you for your continued use and support of AdRotate Pro you can "
4044
+ #~ "get a new license at a special discounted price."
4045
+ #~ msgstr ""
4046
+ #~ "Als dank voor uw voortdurende gebruik en ondersteuning van AdRotate Pro u "
4047
+ #~ "een nieuwe licentie te krijgen tegen een speciale gereduceerde prijs."
4048
+
4049
+ #~ msgid "Get a new license"
4050
+ #~ msgstr "Koop een nieuwe licentie"
4051
+
4052
+ #~ msgid "License Email"
4053
+ #~ msgstr "Licentie e-mail"
4054
+
4055
+ #~ msgid "The email address you used in your purchase of AdRotate Pro."
4056
+ #~ msgstr ""
4057
+ #~ "Het e-mailadres dat je hebt gebruikt bij de aankoop van AdRotate Pro."
4058
+
4059
+ #~ msgid "You can find the license key in your order email."
4060
+ #~ msgstr "Je vindt de licentiecode in de e-mail van de bestelling."
4061
+
4062
+ #~ msgid ""
4063
+ #~ "If you have installed AdRotate Pro for a client or in a multisite setup "
4064
+ #~ "and want to hide the License Key, Email address from them."
4065
+ #~ msgstr ""
4066
+ #~ "Als u AdRotate Pro hebt geïnstalleerd voor een client of in een "
4067
+ #~ "instelling op meerdere plaatsen en de licentiesleutel wilt verbergen, "
4068
+ #~ "wordt het e-mailadres voor deze client geïnstalleerd."
4069
+
4070
+ #~ msgid "Force de-activate"
4071
+ #~ msgstr "Fort activeren"
4072
+
4073
+ #~ msgid ""
4074
+ #~ "If your license has expired you may need to force de-activate the old "
4075
+ #~ "license before you can activate the new key."
4076
+ #~ msgstr ""
4077
+ #~ "Als uw licentie is verlopen, moet u mogelijk de oude licentie deactiveren "
4078
+ #~ "voordat u de nieuwe sleutel activeren."
4079
+
4080
+ #~ msgid "De-activate"
4081
+ #~ msgstr "De-activeren"
4082
+
4083
+ #~ msgid "Group:"
4084
+ #~ msgstr "Groep:"
4085
+
4086
+ #~ msgid "Wrapper before:"
4087
+ #~ msgstr "Wrapper voor:"
4088
+
4089
+ #~ msgid "Wrapper after:"
4090
+ #~ msgstr "Wrapper na:"
4091
+
4092
+ #~ msgid "Simple HTML to center an advert or apply a paragraph for example."
4093
+ #~ msgstr ""
4094
+ #~ "Eenvoudige HTML om een advertentie te centreren of een alinea "
4095
+ #~ "bijvoorbeeld toe te passen."
4096
+
4097
+ #~ msgid "Advert:"
4098
+ #~ msgstr "Advertentie:"
4099
+
4100
+ #~ msgid "-- Choose an advert --"
4101
+ #~ msgstr "--Kies een advertentie--"
4102
+
4103
+ #~ msgid "NOTE: This widget has Post Injection enabled!"
4104
+ #~ msgstr "Let op: deze widget heeft post injectie ingeschakeld!"
4105
+
4106
+ #~ msgid "-- Choose a group --"
4107
+ #~ msgstr "--Kies een groep--"
4108
+
4109
+ #~ msgid "Please contact staff, click tracking is not active!"
4110
+ #~ msgstr "Neem contact op met de moderator, click tracking is niet actief!"
4111
+
4112
+ #~ msgid "Please contact staff if you don't know what this means."
4113
+ #~ msgstr "Neem contact op met de moderator als je niet weet wat dit betekent."
4114
+
4115
+ #~ msgid "This advert has no schedules!"
4116
+ #~ msgstr "Deze advertentie heeft geen schema's!"
4117
+
4118
+ #~ msgid ""
4119
+ #~ "Clicktracking is enabled but no valid link/tag was found in the adcode!"
4120
+ #~ msgstr ""
4121
+ #~ "Clicktracking is ingeschakeld, maar er is geen geldige link/tag gevonden "
4122
+ #~ "in de adcode!"
4123
+
4124
+ #~ msgid ""
4125
+ #~ "Correct your adcode or contact staff if you don't know what this means."
4126
+ #~ msgstr ""
4127
+ #~ "Corrigeer de adcode of neem contact op met de moderator als je niet weet "
4128
+ #~ "wat dit betekent."
4129
+
4130
+ #~ msgid ""
4131
+ #~ "Please contact staff, CPC is enabled but clicktracking is not active!"
4132
+ #~ msgstr ""
4133
+ #~ "Neem contact op met de moderator, CPC is ingeschakeld, maar clicktracking "
4134
+ #~ "is niet actief!"
4135
+
4136
+ #~ msgid ""
4137
+ #~ "This advert has been rejected by staff Please adjust the ad to conform "
4138
+ #~ "with the requirements!"
4139
+ #~ msgstr ""
4140
+ #~ "Deze advertentie is afgewezen door de moderator gelieve de advertentie "
4141
+ #~ "aan te passen om te voldoen aan de vereisten!"
4142
+
4143
+ #~ msgid "This advert is queued and awaiting review!"
4144
+ #~ msgstr ""
4145
+ #~ "Deze advertentie is in de wachtrij geplaatst en wacht op beoordeling!"
4146
+
4147
+ #~ msgid "This ad is expired and currently not rotating!"
4148
+ #~ msgstr "Deze advertentie is verlopen en momenteel niet actief!"
4149
+
4150
+ #~ msgid "This ad has been disabled and is not rotating!"
4151
+ #~ msgstr "Deze advertentie is uitgeschakeld!"
4152
+
4153
+ #~ msgid ""
4154
+ #~ "This advert is approved and currently showing on the site! Saving the "
4155
+ #~ "advert now will put it in the moderation queue for review!"
4156
+ #~ msgstr ""
4157
+ #~ "Deze advertentie is goedgekeurd en wordt momenteel weergegeven op de "
4158
+ #~ "site! Het opslaan van de advertentie zal deze in de wachtrij voor revisie "
4159
+ #~ "zetten!"
4160
+
4161
+ #~ msgid "Title"
4162
+ #~ msgstr "Titel"
4163
+
4164
+ #~ msgid "For your and the staffs reference."
4165
+ #~ msgstr "Voor uw en de moderator referentie."
4166
+
4167
+ #~ msgid "Live Preview"
4168
+ #~ msgstr "Voorvertoning"
4169
+
4170
+ #~ msgid "Upload a file"
4171
+ #~ msgstr "Upload een bestand"
4172
+
4173
+ #~ msgid "Accepted files are:"
4174
+ #~ msgstr "Geaccepteerde bestanden zijn:"
4175
+
4176
+ #~ msgid "Use either the upload option or the dropdown menu."
4177
+ #~ msgstr "Gebruik de upload optie of het dropdown menu."
4178
+
4179
+ #~ msgid "Device"
4180
+ #~ msgstr "Apparaat"
4181
+
4182
+ #~ msgid "Computers"
4183
+ #~ msgstr "Computers"
4184
+
4185
+ #~ msgid ""
4186
+ #~ "Operating system detection only detects iOS/Android/Others or neither. "
4187
+ #~ "Only works if Smartphones and/or Tablets is enabled."
4188
+ #~ msgstr ""
4189
+ #~ "Detectie van besturingssysteem detecteert alleen iOS/Android/anderen of "
4190
+ #~ "geen van beide. Werkt alleen als smartphones en/of tablets is "
4191
+ #~ "ingeschakeld."
4192
+
4193
+ #~ msgid "Others"
4194
+ #~ msgstr "Anderen"
4195
+
4196
+ #~ msgid ""
4197
+ #~ "Select where your ad should be visible. If your desired group/location is "
4198
+ #~ "not listed or the specification is unclear contact your publisher."
4199
+ #~ msgstr ""
4200
+ #~ "Selecteer waar je advertentie zichtbaar moet zijn. Als de gewenste groep/"
4201
+ #~ "locatie niet wordt vermeld of als de specificatie onduidelijk is, neem "
4202
+ #~ "dan contact op met de moderator."
4203
+
4204
+ #~ msgid "Choose Schedules"
4205
+ #~ msgstr "Schema's kiezen"
4206
+
4207
+ #~ msgid ""
4208
+ #~ "Select when your ad should be visible. If your desired timeframe is not "
4209
+ #~ "listed contact your publisher."
4210
+ #~ msgstr ""
4211
+ #~ "Selecteer wanneer de advertentie zichtbaar moet zijn. Neem contact op met "
4212
+ #~ "de moderator als het gewenste schema niet wordt vermeld."
4213
+
4214
+ #~ msgid "In use by this advert."
4215
+ #~ msgstr "Door deze advertentie gebruikt."
4216
+
4217
+ #~ msgid "Submit ad for review"
4218
+ #~ msgstr "Advertentie voor revisie verzenden"
4219
+
4220
+ #~ msgid "Editing and creating adverts is not available right now"
4221
+ #~ msgstr ""
4222
+ #~ "Het bewerken en maken van advertenties is momenteel niet beschikbaar"
4223
+
4224
+ #~ msgid ""
4225
+ #~ "The administrator has disabled editing of adverts. Contact your "
4226
+ #~ "representative if you think this is incorrect."
4227
+ #~ msgstr ""
4228
+ #~ "De beheerder heeft het bewerken van advertenties uitgeschakeld. Neem "
4229
+ #~ "contact op met uw vertegenwoordiger als u denkt dat dit onjuist is."
4230
+
4231
+ #~ msgid ""
4232
+ #~ "The adverts in here are disabled but kept for reference or later use."
4233
+ #~ msgstr ""
4234
+ #~ "De advertenties hier zijn uitgeschakeld, maar bewaard voor referentie of "
4235
+ #~ "later gebruik."
4236
+
4237
+ #~ msgid "Queued Adverts"
4238
+ #~ msgstr "Advertenties in de wachtrij"
4239
+
4240
+ #~ msgid ""
4241
+ #~ "Adverts listed here are queued for review, awaiting payment, rejected by "
4242
+ #~ "a reviewer or have a configuration error."
4243
+ #~ msgstr ""
4244
+ #~ "Advertenties die hier worden vermeld, staan in de wachtrij voor "
4245
+ #~ "beoordeling, wachten op betaling, worden geweigerd door een revisor of "
4246
+ #~ "hebben een configuratiefout."
4247
+
4248
+ #~ msgid "Budget:"
4249
+ #~ msgstr "Budget:"
4250
+
4251
+ #~ msgid "CPC:"
4252
+ #~ msgstr "Cpc:"
4253
+
4254
+ #~ msgid "CPM:"
4255
+ #~ msgstr "Cpm:"
4256
+
4257
+ #~ msgid "Rejected"
4258
+ #~ msgstr "Afgewezen"
4259
+
4260
+ #~ msgid "Summary"
4261
+ #~ msgstr "Samenvatting"
4262
+
4263
+ #~ msgid "Overall statistics over active adverts"
4264
+ #~ msgstr "Algemene statistieken over actieve advertenties"
4265
+
4266
+ #~ msgid "Best performing advert"
4267
+ #~ msgstr "Best presterende advertentie"
4268
+
4269
+ #~ msgid "with"
4270
+ #~ msgstr "met"
4271
+
4272
+ #~ msgid "clicks."
4273
+ #~ msgstr "kliks."
4274
+
4275
+ #~ msgid "No advert stands out at this time."
4276
+ #~ msgstr "Geen enkele advertentie valt op dit moment op."
4277
+
4278
+ #~ msgid "Least performing advert"
4279
+ #~ msgstr "Minst presterende advertentie"
4280
+
4281
+ #~ msgid "Export options for montly overview"
4282
+ #~ msgstr "Exportopties voor montly overzicht"
4283
+
4284
+ #~ msgid "Select period"
4285
+ #~ msgstr "Selecteer periode"
4286
+
4287
+ #~ msgid "Email options"
4288
+ #~ msgstr "E-mailopties"
4289
+
4290
+ #~ msgid ""
4291
+ #~ "Maximum of 3 email addresses, comma seperated. Leave empty to download "
4292
+ #~ "the CSV file instead."
4293
+ #~ msgstr ""
4294
+ #~ "Maximaal 3 e-mailadressen, komma gescheiden. Laat leeg om het CSV-bestand "
4295
+ #~ "te downloaden."
4296
+
4297
+ #~ msgid "Export"
4298
+ #~ msgstr "Exporteren"
4299
+
4300
+ #~ msgid "Download or email your selected timeframe as a CSV file."
4301
+ #~ msgstr "Download of e-mail uw geselecteerde tijdsbestek als CSV-bestand."
4302
+
4303
+ #~ msgid ""
4304
+ #~ "These are active and currently in the pool of adverts shown on the "
4305
+ #~ "website."
4306
+ #~ msgstr ""
4307
+ #~ "Deze zijn actief en bevinden zich momenteel in de pool van advertenties "
4308
+ #~ "die op de website worden weergegeven."
4309
+
4310
+ #~ msgid "Statistics for"
4311
+ #~ msgstr "Statistieken voor"
4312
+
4313
+ #~ msgid "Clicks today"
4314
+ #~ msgstr "Klikken vandaag"
4315
+
4316
+ #~ msgid "Impressions last month"
4317
+ #~ msgstr "Vertoningen van vorige maand"
4318
+
4319
+ #~ msgid "Clicks last month"
4320
+ #~ msgstr "Klikken van vorige maand"
4321
+
4322
+ #~ msgid "Impressions this month"
4323
+ #~ msgstr "Vertoningen deze maand"
4324
+
4325
+ #~ msgid "Clicks this month"
4326
+ #~ msgstr "Klikken deze maand"
4327
+
4328
+ #~ msgid "Periodic overview of clicks and impressions"
4329
+ #~ msgstr "Periodiek overzicht van klikken en vertoningen"
4330
+
4331
+ #~ msgid "Shown from"
4332
+ #~ msgstr "Getoond van"
4333
+
4334
+ #~ msgid "Shown until"
4335
+ #~ msgstr "Getoond tot"
4336
+
4337
+ #~ msgid "Used"
4338
+ #~ msgstr "Gebruikt"
4339
+
4340
+ #~ msgid "Max Impressions"
4341
+ #~ msgstr "Maximale vertoningen"
4342
+
4343
+ #~ msgid ""
4344
+ #~ "This is because of CSS differences. The themes CSS file is not active "
4345
+ #~ "here!"
4346
+ #~ msgstr ""
4347
+ #~ "Dit komt door verschillen in CSS. Het thema CSS-bestand is hier niet "
4348
+ #~ "actief!"
4349
+
4350
+ #~ msgid "Export options"
4351
+ #~ msgstr "Exporteer opties"
4352
+
4353
+ #~ msgid "Whole year"
4354
+ #~ msgstr "Gehele jaar"
4355
+
4356
+ #~ msgid "Invalid ad ID."
4357
+ #~ msgstr "Ongeldige advertentie-id."
4358
+
4359
+ #~ msgid "Queued"
4360
+ #~ msgstr "Wachtrij"
4361
+
4362
+ #~ msgid "Subject"
4363
+ #~ msgstr "Onderwerp"
4364
+
4365
+ #~ msgid "Advert/Campaign"
4366
+ #~ msgstr "Advertentie/campagne"
4367
+
4368
+ #~ msgid "No advert in particular"
4369
+ #~ msgstr "Geen advertentie in het bijzonder"
4370
+
4371
+ #~ msgid "Short message"
4372
+ #~ msgstr "Kort bericht"
4373
+
4374
+ #~ msgid "Send"
4375
+ #~ msgstr "Verzenden"
4376
+
4377
+ #~ msgid ""
4378
+ #~ "These are users marked as Advertisers. You can add more advertisers by "
4379
+ #~ "editing existing users or creating new users."
4380
+ #~ msgstr ""
4381
+ #~ "Dit zijn gebruikers die zijn gemarkeerd als Adverteerders. U meer "
4382
+ #~ "adverteerders toevoegen door bestaande gebruikers te bewerken of nieuwe "
4383
+ #~ "gebruikers te maken."
4384
+
4385
+ #~ msgid "Email"
4386
+ #~ msgstr "E-mail"
4387
+
4388
+ #~ msgid "Contact"
4389
+ #~ msgstr "Contact"
4390
+
4391
+ #~ msgid "Has no adverts"
4392
+ #~ msgstr "Heeft geen advertenties"
4393
+
4394
+ #~ msgid "Advertiser Profile"
4395
+ #~ msgstr "Adverteerdersprofiel"
4396
+
4397
+ #~ msgid "Profile"
4398
+ #~ msgstr "Profiel"
4399
+
4400
+ #~ msgid "Who"
4401
+ #~ msgstr "Wie"
4402
+
4403
+ #~ msgid "No HTML/Javascript or code allowed."
4404
+ #~ msgstr "Geen HTML/Javascript of code toegestaan."
4405
+
4406
+ #~ msgid "Create and edit their own adverts?"
4407
+ #~ msgstr "Kan eigen advertenties maken en bewerken?"
4408
+
4409
+ #~ msgid "Specify devices for mobile adverts?"
4410
+ #~ msgstr "Apparaten opgeven voor mobiele advertenties?"
4411
+
4412
+ #~ msgid "Can set up Geo Targeting?"
4413
+ #~ msgstr "Kan geotargeting worden ingesteld?"
4414
+
4415
+ #~ msgid "Save"
4416
+ #~ msgstr "Opslaan"
4417
+
4418
+ #~ msgid "Back"
4419
+ #~ msgstr "Terug"
4420
+
4421
+ #~ msgid "ads.txt"
4422
+ #~ msgstr "ads.txt"
4423
+
4424
+ #~ msgid ""
4425
+ #~ "Add authorized publishers here to make sure the adverts you display are "
4426
+ #~ "legitimate. Only applies to advertising networks. The use of ads.txt is "
4427
+ #~ "optional."
4428
+ #~ msgstr ""
4429
+ #~ "Voeg hier geautoriseerde uitgevers toe om ervoor te zorgen dat de "
4430
+ #~ "advertenties die u weergeeft legitiem zijn. Geldt alleen voor "
4431
+ #~ "advertentienetwerken. Het gebruik van ads.txt is optioneel."
4432
+
4433
+ #~ msgid ""
4434
+ #~ "An authorization consists of 3 or 4 parts; domainname, Publisher ID, Type "
4435
+ #~ "[, Authority ID]. Comment lines are prefixed with a #."
4436
+ #~ msgstr ""
4437
+ #~ "Een vergunning bestaat uit 3 of 4 delen; domeinnaam, Publisher ID, Type "
4438
+ #~ "[, Authority ID]. Opmerkingsregels zijn vooraf vastgelegd met een #."
4439
+
4440
+ #~ msgid ""
4441
+ #~ "Typos and wrong information may result in missing adverts or the wrong "
4442
+ #~ "adverts being shown on your website."
4443
+ #~ msgstr ""
4444
+ #~ "Typefouten en verkeerde informatie kunnen leiden tot ontbrekende "
4445
+ #~ "advertenties of de verkeerde advertenties die op uw website worden "
4446
+ #~ "weergegeven."
4447
+
4448
+ #~ msgid "Header Snippet"
4449
+ #~ msgstr "Koptekstfragment"
4450
+
4451
+ #~ msgid ""
4452
+ #~ "Use this field for code from adverts that require a piece of code in the "
4453
+ #~ "header. Some newer Google AdSense adverts require this."
4454
+ #~ msgstr ""
4455
+ #~ "Gebruik dit veld voor code van advertenties waarvoor een stukje code in "
4456
+ #~ "de koptekst nodig is. Sommige nieuwere Google AdSense-advertenties "
4457
+ #~ "vereisen dit."
4458
+
4459
+ #~ msgid ""
4460
+ #~ "Make sure you paste the code exactly as provided without alterations. If "
4461
+ #~ "you have more than one snippet paste them under each other on a new line."
4462
+ #~ msgstr ""
4463
+ #~ "Zorg ervoor dat u de code precies zoals voorzien zonder wijzigingen "
4464
+ #~ "plakt. Als u meer dan één fragment hebt, plakt u ze onder elkaar op een "
4465
+ #~ "nieuwe regel."
4466
+
4467
+ #~ msgid ""
4468
+ #~ "If you have multiple snippets but some are identical you should only use "
4469
+ #~ "one snippet."
4470
+ #~ msgstr ""
4471
+ #~ "Als u meerdere fragmenten hebt, maar sommige identiek zijn, mag u slechts "
4472
+ #~ "één fragment gebruiken."
4473
+
4474
+ #~ msgid "Archived Adverts"
4475
+ #~ msgstr "Gearchiveerde advertenties"
4476
+
4477
+ #~ msgid ""
4478
+ #~ "The archive is a way of permanently disabling adverts. Archiving adverts "
4479
+ #~ "is meant to preserve stats and/or settings. While you can edit the "
4480
+ #~ "adverts, you can not activate them again. They can however be duplicated "
4481
+ #~ "to new adverts which you can use."
4482
+ #~ msgstr ""
4483
+ #~ "Het archief is een manier om advertenties permanent uit te schakelen. Het "
4484
+ #~ "archiveren van advertenties is bedoeld om statistieken en/of instellingen "
4485
+ #~ "te behouden. Hoewel je de advertenties bewerken, kun je ze niet opnieuw "
4486
+ #~ "activeren. Ze kunnen echter worden gedupliceerd naar nieuwe advertenties "
4487
+ #~ "die u gebruiken."
4488
+
4489
+ #~ msgid ""
4490
+ #~ "Archived adverts have their stats moved to a separate database table "
4491
+ #~ "which may increase the overall speed of your site."
4492
+ #~ msgstr ""
4493
+ #~ "Gearchiveerde advertenties hebben hun statistieken verplaatst naar een "
4494
+ #~ "aparte database tabel die de algehele snelheid van uw site kan verhogen."
4495
+
4496
+ #~ msgid "Caution:"
4497
+ #~ msgstr "Waarschuwing:"
4498
+
4499
+ #~ msgid ""
4500
+ #~ "Archiving multiple adverts at the same time may slow down your site, in "
4501
+ #~ "some cases a lot of data has to be moved. Not every hosting provider "
4502
+ #~ "allows you to move large quantities of data. To avoid this, archive one "
4503
+ #~ "or two adverts at a time."
4504
+ #~ msgstr ""
4505
+ #~ "Het archiveren van meerdere advertenties tegelijkertijd kan uw site "
4506
+ #~ "vertragen, in sommige gevallen moet veel gegevens worden verplaatst. Niet "
4507
+ #~ "elke hostingprovider stelt u in staat om grote hoeveelheden gegevens te "
4508
+ #~ "verplaatsen. Om dit te voorkomen, archiveren een of twee advertenties "
4509
+ #~ "tegelijk."
4510
+
4511
+ #~ msgid "Duplicate"
4512
+ #~ msgstr "Kopiëren"
4513
+
4514
+ #~ msgid "Delete (Permanently)"
4515
+ #~ msgstr "Verwijderen (permanent)"
4516
+
4517
+ #~ msgid "Export to XML"
4518
+ #~ msgstr "Exporteer naar XML"
4519
+
4520
+ #~ msgid "Advertiser:"
4521
+ #~ msgstr "Adverteerder:"
4522
+
4523
+ #~ msgid ""
4524
+ #~ "These adverts are temporarily disabled. You can archive adverts to "
4525
+ #~ "permanently disable them."
4526
+ #~ msgstr ""
4527
+ #~ "Deze advertenties zijn tijdelijk uitgeschakeld. U advertenties archiveren "
4528
+ #~ "om ze permanent uit te schakelen."
4529
+
4530
+ #~ msgid ""
4531
+ #~ "Archiving adverts moves gathered statistics away from the live database "
4532
+ #~ "which may speed up your website."
4533
+ #~ msgstr ""
4534
+ #~ "Het archiveren van advertenties verplaatst verzamelde statistieken uit de "
4535
+ #~ "buurt van de live database die uw website kan versnellen."
4536
+
4537
+ #~ msgid "Archive (Permanently)"
4538
+ #~ msgstr "Archief (Permanent)"
4539
+
4540
+ #~ msgid "Move to Trash"
4541
+ #~ msgstr "Verplaats naar prullenmand"
4542
+
4543
+ #~ msgid "Devices:"
4544
+ #~ msgstr "Apparaten:"
4545
+
4546
+ #~ msgid "Weight:"
4547
+ #~ msgstr "Gewicht:"
4548
+
4549
+ #~ msgid "You have set an advertiser but didn't enable tracking!"
4550
+ #~ msgstr ""
4551
+ #~ "U hebt een adverteerder ingesteld, maar hebt tracking niet ingeschakeld!"
4552
+
4553
+ #~ msgid ""
4554
+ #~ "There is a problem saving the asset. Please try again with the media "
4555
+ #~ "picker and re-save the advert!"
4556
+ #~ msgstr ""
4557
+ #~ "Er is een probleem met het opslaan van het actief. Probeer het opnieuw "
4558
+ #~ "met de mediakiezer en sla de advertentie opnieuw op!"
4559
+
4560
+ #~ msgid ""
4561
+ #~ "This advert has run out of budget. Add more budget to the advert or reset "
4562
+ #~ "the rate to zero!"
4563
+ #~ msgstr ""
4564
+ #~ "Deze advertentie heeft geen budget meer. Voeg meer budget toe aan de "
4565
+ #~ "advertentie of stel het tarief terug naar nul!"
4566
+
4567
+ #~ msgid "CPC is enabled but Tracking is not active!"
4568
+ #~ msgstr "CPC is ingeschakeld, maar Tracking is niet actief!"
4569
+
4570
+ #~ msgid "Advert has no devices selected!"
4571
+ #~ msgstr "Advertentie heeft geen apparaten geselecteerd!"
4572
+
4573
+ #~ msgid "Advert has no operating systems selected!"
4574
+ #~ msgstr "Advertentie heeft geen besturingssystemen geselecteerd!"
4575
+
4576
+ #~ msgid ""
4577
+ #~ "AdRotate cannot find an error but the advert is marked erroneous, check "
4578
+ #~ "the settings and try re-saving the advert!"
4579
+ #~ msgstr ""
4580
+ #~ "AdRotate kan geen fout vinden, maar de advertentie is onjuist gemarkeerd, "
4581
+ #~ "controleer de instellingen en probeer de advertentie opnieuw op te slaan!"
4582
+
4583
+ #~ msgid ""
4584
+ #~ "This advert has been rejected by staff. Please adjust the advert to "
4585
+ #~ "conform with the requirements!"
4586
+ #~ msgstr ""
4587
+ #~ "Deze advertentie is afgewezen door het personeel. Pas de advertentie aan "
4588
+ #~ "om aan de eisen te voldoen!"
4589
+
4590
+ #~ msgid "The advert will expire in less than 2 days!"
4591
+ #~ msgstr "De advertentie vervalt binnen 2 dagen!"
4592
+
4593
+ #~ msgid "This advert will expire in less than 7 days!"
4594
+ #~ msgstr "Deze advertentie vervalt in minder dan 7 dagen!"
4595
+
4596
+ #~ msgid "This advert has been archived and can not be activated anymore!"
4597
+ #~ msgstr ""
4598
+ #~ "Deze advertentie is gearchiveerd en kan niet meer geactiveerd worden!"
4599
+
4600
+ #~ msgid "Visible to Advertisers!"
4601
+ #~ msgstr "Zichtbaar voor adverteerders!"
4602
+
4603
+ #~ msgid "Status"
4604
+ #~ msgstr "Status"
4605
+
4606
+ #~ msgid "Maybe, this advert is queued for review"
4607
+ #~ msgstr "Misschien staat deze advertentie in de wachtrij voor beoordeling"
4608
+
4609
+ #~ msgid "No, this advert is rejected (advertiser can make changes)"
4610
+ #~ msgstr ""
4611
+ #~ "Nee, deze advertentie wordt afgewezen (adverteerder kan wijzigingen "
4612
+ #~ "aanbrengen)"
4613
+
4614
+ #~ msgid "Archive this advert permanently"
4615
+ #~ msgstr "Archiveer deze advertentie permanent"
4616
+
4617
+ #~ msgid "Create a new schedule"
4618
+ #~ msgstr "Een nieuwe planning maken"
4619
+
4620
+ #~ msgid "Leave empty to skip this."
4621
+ #~ msgstr "Laat leeg om dit over te slaan."
4622
+
4623
+ #~ msgid "Spread Impressions"
4624
+ #~ msgstr "Vertoningen verspreiden"
4625
+
4626
+ #~ msgid ""
4627
+ #~ "Try to evenly spread impressions for each advert over the duration of "
4628
+ #~ "this schedule. This may cause adverts to intermittently not show."
4629
+ #~ msgstr ""
4630
+ #~ "Probeer vertoningen voor elke advertentie gelijkmatig te spreiden over de "
4631
+ #~ "duur van dit schema. Dit kan ertoe leiden dat advertenties met "
4632
+ #~ "tussenpozen niet worden weergegeven."
4633
+
4634
+ #~ msgid "Choose an existing schedules"
4635
+ #~ msgstr "Een bestaande planning kiezen"
4636
+
4637
+ #~ msgid "You can add, edit or delete schedules from the"
4638
+ #~ msgstr "U schema's toevoegen, bewerken of verwijderen uit de"
4639
+
4640
+ #~ msgid "dashboard. Save your advert first!"
4641
+ #~ msgstr "dashboard. Sla eerst je advertentie op!"
4642
+
4643
+ #~ msgid "Schedules not in use by this advert are hidden."
4644
+ #~ msgstr ""
4645
+ #~ "Schema's die niet door deze advertentie worden gebruikt, worden verborgen."
4646
+
4647
+ #~ msgid "Operating System"
4648
+ #~ msgstr "Operating System"
4649
+
4650
+ #~ msgid "Not specified"
4651
+ #~ msgstr "Niet opgegeven"
4652
+
4653
+ #~ msgid ""
4654
+ #~ "Must be a registered user on your site with appropriate access roles."
4655
+ #~ msgstr ""
4656
+ #~ "Moet een geregistreerde gebruiker op uw site met de juiste toegangsrollen."
4657
+
4658
+ #~ msgid "Advert Budget"
4659
+ #~ msgstr "Advertentiebudget"
4660
+
4661
+ #~ msgid "When the budget reaches 0, the advert will expire."
4662
+ #~ msgstr "Wanneer het budget 0 bereikt, vervalt de advertentie."
4663
+
4664
+ #~ msgid "Cost-per-Click"
4665
+ #~ msgstr "Kosten per klik"
4666
+
4667
+ #~ msgid "Cost-per-Mille"
4668
+ #~ msgstr "Kosten per Mille"
4669
+
4670
+ #~ msgid "Active"
4671
+ #~ msgstr "Actief"
4672
+
4673
+ #~ msgid "Default rotation"
4674
+ #~ msgstr "Standaardrotatie"
4675
+
4676
+ #~ msgid "-- Weight --"
4677
+ #~ msgstr "-- Gewicht --"
4678
+
4679
+ #~ msgid "Barely visible"
4680
+ #~ msgstr "Nauwelijks zichtbaar"
4681
+
4682
+ #~ msgid "Normal coverage"
4683
+ #~ msgstr "Normale dekking"
4684
+
4685
+ #~ msgid "Best visibility"
4686
+ #~ msgstr "Beste zichtbaarheid"
4687
+
4688
+ #~ msgid "Moderation Queue"
4689
+ #~ msgstr "Moderator wachtrij"
4690
+
4691
+ #~ msgid ""
4692
+ #~ "The moderation queue lists adverts assigned to your advertisers that need "
4693
+ #~ "reviewing. This includes changes made by advertisers."
4694
+ #~ msgstr ""
4695
+ #~ "In de moderatiewachtrij worden advertenties weergegeven die zijn "
4696
+ #~ "toegewezen aan uw adverteerders die moeten worden beoordeeld. Dit geldt "
4697
+ #~ "ook voor wijzigingen die door adverteerders zijn aangebracht."
4698
+
4699
+ #~ msgid "Approve"
4700
+ #~ msgstr "Goedkeuren"
4701
+
4702
+ #~ msgid "Reject"
4703
+ #~ msgstr "Afwijzen"
4704
+
4705
+ #~ msgid "Rejected."
4706
+ #~ msgstr "Afgewezen."
4707
+
4708
+ #~ msgid "Trashed Adverts"
4709
+ #~ msgstr "Weggegooide advertenties"
4710
+
4711
+ #~ msgid ""
4712
+ #~ "The trash is a temporary place for deleted adverts. If an advert is "
4713
+ #~ "deleted by accident you can restore it from here. If nothing is done the "
4714
+ #~ "advert is deleted after 3 days. Once the advert has been deleted it can "
4715
+ #~ "no longer be recovered."
4716
+ #~ msgstr ""
4717
+ #~ "De prullenbak is een tijdelijke plaats voor verwijderde advertenties. Als "
4718
+ #~ "een advertentie per ongeluk wordt verwijderd, u deze vanaf hier "
4719
+ #~ "herstellen. Als er niets wordt gedaan, wordt de advertentie na 3 dagen "
4720
+ #~ "verwijderd. Zodra de advertentie is verwijderd, kan deze niet meer worden "
4721
+ #~ "hersteld."
4722
+
4723
+ #~ msgid "Restore"
4724
+ #~ msgstr "Herstellen"
4725
+
4726
+ #~ msgid "px wide"
4727
+ #~ msgstr "px breed"
4728
+
4729
+ #~ msgid "px high."
4730
+ #~ msgstr "px hoog."
4731
+
4732
+ #~ msgid ""
4733
+ #~ "The size will be visible in management and is for reference when in "
4734
+ #~ "default mode."
4735
+ #~ msgstr ""
4736
+ #~ "De grootte is zichtbaar in het beheer en is ter referentie wanneer u in "
4737
+ #~ "de standaardmodus staat."
4738
+
4739
+ #~ msgid "Automatic refresh"
4740
+ #~ msgstr "Automatisch vernieuwen"
4741
+
4742
+ #~ msgid "Do not forget to set up Geo Targeting for your adverts as well."
4743
+ #~ msgstr ""
4744
+ #~ "Vergeet niet om geotargeting ook in te stellen voor je advertenties."
4745
+
4746
+ #~ msgid "No"
4747
+ #~ msgstr "Nee"
4748
+
4749
+ #~ msgid "Fallback"
4750
+ #~ msgstr "Fallback"
4751
+
4752
+ #~ msgid "Group"
4753
+ #~ msgstr "Groep"
4754
+
4755
+ #~ msgid ""
4756
+ #~ "Zip files are automatically extracted in the location where they are "
4757
+ #~ "uploaded and the original zip file will be deleted once extracted."
4758
+ #~ msgstr ""
4759
+ #~ "Zip-bestanden worden automatisch geëxtraheerd op de locatie waar ze "
4760
+ #~ "worden geüpload en het oorspronkelijke zip-bestand wordt verwijderd zodra "
4761
+ #~ "ze zijn geëxtraheerd."
4762
+
4763
+ #~ msgid "Deleting a folder deletes everything inside that folder as well!"
4764
+ #~ msgstr "Als u een map verwijdert, wordt ook alles in die map verwijderd!"
4765
+
4766
+ #~ msgid "New Schedule"
4767
+ #~ msgstr "Nieuw schema"
4768
+
4769
+ #~ msgid "Edit Schedule"
4770
+ #~ msgstr "Tijdschema bewerken"
4771
+
4772
+ #~ msgid ""
4773
+ #~ "Time uses a 24 hour clock. When you're used to AM/PM: If the start or end "
4774
+ #~ "time is after lunch, add 12 hours. 2PM is 14:00 hours. 6AM is 6:00 hours."
4775
+ #~ msgstr ""
4776
+ #~ "De tijd gebruikt een 24-uursklok. Wanneer u gewend bent aan AM/PM: Als de "
4777
+ #~ "begin- of eindtijd na de lunch is, voegt u 12 uur toe. 14.00 uur is 14:00 "
4778
+ #~ "uur. 6am is 6:00 uur."
4779
+
4780
+ #~ msgid "Everything below is optional."
4781
+ #~ msgstr "Alles hieronder is optioneel."
4782
+
4783
+ #~ msgid ""
4784
+ #~ "These settings may cause adverts to intermittently not show. Use with "
4785
+ #~ "care!"
4786
+ #~ msgstr ""
4787
+ #~ "Deze instellingen kunnen ertoe leiden dat advertenties met tussenpozen "
4788
+ #~ "niet worden weergegeven. Gebruik met zorg!"
4789
+
4790
+ #~ msgid ""
4791
+ #~ "The maximum clicks and impressions are measured only for the schedule "
4792
+ #~ "that has the limit set up. And applies to each individual advert in the "
4793
+ #~ "group."
4794
+ #~ msgstr ""
4795
+ #~ "De maximale klikken en vertoningen worden alleen gemeten voor het schema "
4796
+ #~ "waarvoor de limiet is ingesteld. En geldt voor elke individuele "
4797
+ #~ "advertentie in de groep."
4798
+
4799
+ #~ msgid "Show only on"
4800
+ #~ msgstr "Alleen weergeven op"
4801
+
4802
+ #~ msgid "Monday"
4803
+ #~ msgstr "Maandag"
4804
+
4805
+ #~ msgid "Tuesday"
4806
+ #~ msgstr "Dinsdag"
4807
+
4808
+ #~ msgid "Wednesday"
4809
+ #~ msgstr "Woensdag"
4810
+
4811
+ #~ msgid "Thursday"
4812
+ #~ msgstr "Donderdag"
4813
+
4814
+ #~ msgid "Friday"
4815
+ #~ msgstr "Vrijdag"
4816
+
4817
+ #~ msgid "Saturday"
4818
+ #~ msgstr "Zaterdag"
4819
+
4820
+ #~ msgid "Sunday"
4821
+ #~ msgstr "Zondag"
4822
+
4823
+ #~ msgid "Daily start at"
4824
+ #~ msgstr "Dagelijks beginnen bij"
4825
+
4826
+ #~ msgid "End on"
4827
+ #~ msgstr "Eindigt op"
4828
+
4829
+ #~ msgid ""
4830
+ #~ "Evenly spread impressions for each advert over the duration of this "
4831
+ #~ "schedule."
4832
+ #~ msgstr ""
4833
+ #~ "Gelijkmatig verspreide vertoningen voor elke advertentie gedurende de "
4834
+ #~ "duur van dit schema."
4835
+
4836
+ #~ msgid "Requires Maximum Impressions to be higher than 100."
4837
+ #~ msgstr ""
4838
+ #~ "Voor maximale vertoningen moet de maximale vertoning hoger zijn dan 100."
4839
+
4840
+ #~ msgid "Automatically delete the schedule 1 day after it expires?"
4841
+ #~ msgstr "Automatisch verwijderen van de planning 1 dag nadat het verloopt?"
4842
+
4843
+ #~ msgid "Adverts hide schedules that are not used by that advert."
4844
+ #~ msgstr ""
4845
+ #~ "Advertenties verbergen schema's die niet door die advertentie worden "
4846
+ #~ "gebruikt."
4847
+
4848
+ #~ msgid "Save Schedule"
4849
+ #~ msgstr "Schema opslaan"
4850
+
4851
+ #~ msgid "Select Adverts"
4852
+ #~ msgstr "Advertenties selecteren"
4853
+
4854
+ #~ msgid "Overview of clicks and impressions"
4855
+ #~ msgstr "Overzicht van klikken en vertoningen"
4856
+
4857
+ #~ msgid "Period"
4858
+ #~ msgstr "Periode"
4859
+
4860
+ #~ msgid "From"
4861
+ #~ msgstr "Van"
4862
+
4863
+ #~ msgid "Until"
4864
+ #~ msgstr "Tot"
4865
+
4866
+ #~ msgid "from"
4867
+ #~ msgstr "van"
4868
+
4869
+ #~ msgid "Duplicate adverts"
4870
+ #~ msgstr "Advertenties dupliceren"
4871
+
4872
+ #~ msgid ""
4873
+ #~ "Enable this option to prevent adverts in groups that are in Default or "
4874
+ #~ "Block mode from showing multiple times on the same pageload."
4875
+ #~ msgstr ""
4876
+ #~ "Schakel deze optie in om te voorkomen dat advertenties in groepen die in "
4877
+ #~ "de standaard- of blokmodus staan, meerdere keren worden weergegeven op "
4878
+ #~ "dezelfde paginabelasting."
4879
+
4880
+ #~ msgid ""
4881
+ #~ "If you still notice double adverts from groups placed on a page, start "
4882
+ #~ "with carefully looking at your setup to make sure you did not cause this "
4883
+ #~ "yourself."
4884
+ #~ msgstr ""
4885
+ #~ "Als je nog steeds dubbele advertenties ziet van groepen die op een pagina "
4886
+ #~ "zijn geplaatst, moet je eerst goed naar je setup kijken om ervoor te "
4887
+ #~ "zorgen dat je dit niet zelf hebt veroorzaakt."
4888
+
4889
+ #~ msgid "On some servers $_SESSION is disabled."
4890
+ #~ msgstr "Op sommige servers is _SESSION $ uitgeschakeld."
4891
+
4892
+ #~ msgid ""
4893
+ #~ "A plugin called \"WP Session Manager\" by Eric Mann may fix this. "
4894
+ #~ "However, most people will not need this extra plugin!"
4895
+ #~ msgstr ""
4896
+ #~ "Een plugin genaamd \"WP Session Manager\" door Eric Mann kan dit "
4897
+ #~ "oplossen. Echter, de meeste mensen zullen niet nodig deze extra plugin!"
4898
+
4899
+ #~ msgid "Lookups remaining"
4900
+ #~ msgstr "Nog zoeken"
4901
+
4902
+ #~ msgid ""
4903
+ #~ "This number is provided by the geo service and not checked for accuracy. "
4904
+ #~ "Not every geo service provides a quota."
4905
+ #~ msgstr ""
4906
+ #~ "Dit nummer wordt geleverd door de geo-service en niet gecontroleerd op "
4907
+ #~ "nauwkeurigheid. Niet elke geoservice biedt een quotum."
4908
+
4909
+ #~ msgid "User ID"
4910
+ #~ msgstr "Gebruikers ID"
4911
+
4912
+ #~ msgid "License Key/API Key"
4913
+ #~ msgstr "Licentiesleutel/API-sleutel"
4914
+
4915
+ #~ msgid "AdRotate Pro License"
4916
+ #~ msgstr "Licentie voor AdRotate Pro"
4917
+
4918
+ #~ msgid ""
4919
+ #~ "Activate your AdRotate Pro License to receive automatic updates, use "
4920
+ #~ "AdRotate Geo and be eligble for premium support."
4921
+ #~ msgstr ""
4922
+ #~ "Activeer uw AdRotate Pro-licentie om automatische updates te ontvangen, "
4923
+ #~ "gebruik AdRotate Geo en wees geschikt voor premium ondersteuning."
4924
+
4925
+ #~ msgid "Hide License Details"
4926
+ #~ msgstr "Licentiegegevens verbergen"
4927
+
4928
+ #~ msgid "De-activate license"
4929
+ #~ msgstr "Licentie deactiveren"
4930
+
4931
+ #~ msgid "Click only once! this may take a few seconds."
4932
+ #~ msgstr "Klik maar één keer! dit kan enkele seconden duren."
4933
+
4934
+ #~ msgid ""
4935
+ #~ "Use these functions when you are running into trouble with your adverts "
4936
+ #~ "or you notice your database is slow, unresponsive and sluggish. Normally "
4937
+ #~ "you should not need these functions, but sometimes they are a lifesaver!"
4938
+ #~ msgstr ""
4939
+ #~ "Gebruik deze functies wanneer u problemen ondervindt met uw advertenties "
4940
+ #~ "of u merkt dat uw database traag, reageert en traag is. Normaal gesproken "
4941
+ #~ "moet je deze functies niet nodig hebben, maar soms zijn ze een redder in "
4942
+ #~ "nood!"
4943
+
4944
+ #~ msgid "Delete Assets"
4945
+ #~ msgstr "Elementen verwijderen"
4946
+
4947
+ #~ msgid "Clean-up Assets"
4948
+ #~ msgstr "Schoonmaakmiddelen"
4949
+
4950
+ #~ msgid ""
4951
+ #~ "You are about to delete advert files. This may delete advert assets "
4952
+ #~ "(images etc.) you may want to re-use at some point. Make sure you have a "
4953
+ #~ "backup!"
4954
+ #~ msgstr ""
4955
+ #~ "U staat op het punt om advertentiebestanden te verwijderen. Dit kan "
4956
+ #~ "verwijderen advertentie activa (afbeeldingen etc.) die u zou willen "
4957
+ #~ "hergebruiken op een bepaald punt. Zorg ervoor dat je een back-up hebt!"
4958
+
4959
+ #~ msgid ""
4960
+ #~ "Check for unused image assets and delete them. This function only deletes "
4961
+ #~ "images and optionally export files. No other files or folders are touched."
4962
+ #~ msgstr ""
4963
+ #~ "Controleer op ongebruikte afbeeldingselementen en verwijder deze. Deze "
4964
+ #~ "functie verwijdert alleen afbeeldingen en exporteert optioneel bestanden. "
4965
+ #~ "Er worden geen andere bestanden of mappen aangeraakt."
4966
+
4967
+ #~ msgid "Delete expired schedules."
4968
+ #~ msgstr "Verlopen schema's verwijderen."
4969
+
4970
+ #~ msgid "Delete all adverts and their data from the trash."
4971
+ #~ msgstr "Verwijder alle advertenties en hun gegevens uit de prullenbak."
4972
+
4973
+ #~ msgid "Troubleshooting"
4974
+ #~ msgstr "Probleemoplossen"
4975
+
4976
+ #~ msgid ""
4977
+ #~ "The below options are not meant for normal use and are only there for "
4978
+ #~ "developers to review saved settings or how ads are selected. These can be "
4979
+ #~ "used as a measure of troubleshooting upon request but for normal use they "
4980
+ #~ "SHOULD BE LEFT UNCHECKED!!"
4981
+ #~ msgstr ""
4982
+ #~ "De onderstaande opties zijn niet bedoeld voor normaal gebruik en zijn er "
4983
+ #~ "alleen voor ontwikkelaars om opgeslagen instellingen of hoe advertenties "
4984
+ #~ "worden geselecteerd te controleren. Deze kunnen worden gebruikt als een "
4985
+ #~ "maatregel van het oplossen van problemen op verzoek, maar voor normaal "
4986
+ #~ "gebruik moeten ze worden overgelaten unchecked!"
4987
+
4988
+ #~ msgid ""
4989
+ #~ "Troubleshoot ads and how they are selected. Visible on the front-end."
4990
+ #~ msgstr ""
4991
+ #~ "Problemen met advertenties oplossen en hoe ze zijn geselecteerd. "
4992
+ #~ "Zichtbaar aan de voorkant."
4993
+
4994
+ #~ msgid "Geo Data output on the front-end."
4995
+ #~ msgstr "Geo Data output aan de front-end."
4996
+
4997
+ #~ msgid ""
4998
+ #~ "Disable timers for clicks and impressions. AdRotate Internal Tracker only."
4999
+ #~ msgstr ""
5000
+ #~ "Timers voor klikken en vertoningen uitschakelen. Alleen interne tracker "
5001
+ #~ "roteren."
5002
+
5003
+ #~ msgid ""
5004
+ #~ "Temporarily disable encryption on the redirect url. AdRotate Internal "
5005
+ #~ "Tracker only."
5006
+ #~ msgstr ""
5007
+ #~ "Schakel versleuteling op de omleidingsurl tijdelijk uit. Alleen interne "
5008
+ #~ "tracker roteren."
5009
+
5010
+ #~ msgid "Check adverts for errors"
5011
+ #~ msgstr "Controleer advertenties"
5012
+
5013
+ #~ msgid "Send email notifications"
5014
+ #~ msgstr "Meldingen instellen"
5015
+
5016
+ #~ msgid "Delete adverts from trash"
5017
+ #~ msgstr "Advertenties verwijderen uit afval"
5018
+
5019
+ #~ msgid "Delete expired adverts"
5020
+ #~ msgstr "Verlopen advertenties verwijderen"
5021
+
5022
+ #~ msgid "Check for new version"
5023
+ #~ msgstr "Controleren op nieuwe versie"
5024
+
5025
+ #~ msgid "Check for updates"
5026
+ #~ msgstr "Controleer op updates"
5027
+
5028
+ #~ msgid "Hide Schedules"
5029
+ #~ msgstr "Schema's verbergen"
5030
+
5031
+ #~ msgid ""
5032
+ #~ "When editing adverts; Hide schedules that are not in use by that advert."
5033
+ #~ msgstr ""
5034
+ #~ "Wanneer je advertenties bewerkt; Verberg de schema’s die niet door de "
5035
+ #~ "advertentie gebruikt worden."
5036
+
5037
+ #~ msgid ""
5038
+ #~ "Who has access to what? All but the \"advertiser page\" are usually for "
5039
+ #~ "admins and moderators."
5040
+ #~ msgstr ""
5041
+ #~ "Wie heeft toegang tot wat? Alle, behalve de \"adverteerder pagina\" zijn "
5042
+ #~ "meestal voor admins en moderators."
5043
+
5044
+ #~ msgid "Advertiser page"
5045
+ #~ msgstr "Pagina Adverteerder"
5046
+
5047
+ #~ msgid "Role to allow users/advertisers to see their advertisement page."
5048
+ #~ msgstr ""
5049
+ #~ "Rol om gebruikers/adverteerders hun advertentiepagina te laten zien."
5050
+
5051
+ #~ msgid ""
5052
+ #~ "All permissions below do NOT apply to avertisers and they should NOT have "
5053
+ #~ "access to it!"
5054
+ #~ msgstr ""
5055
+ #~ "Alle onderstaande machtigingen zijn NIET van toepassing op afwenden en ze "
5056
+ #~ "mogen er GEEN toegang toe hebben!"
5057
+
5058
+ #~ msgid "Full report page"
5059
+ #~ msgstr "Volledige rapportpagina"
5060
+
5061
+ #~ msgid "Role to review the full report."
5062
+ #~ msgstr "Rol om het volledige rapport te bekijken."
5063
+
5064
+ #~ msgid "Manage/Add/Edit schedules"
5065
+ #~ msgstr "Schema's beheren/toevoegen/bewerken"
5066
+
5067
+ #~ msgid "Role to see and add/edit schedules."
5068
+ #~ msgstr "Rol om schema's te zien en toe te voegen/bewerken."
5069
+
5070
+ #~ msgid "Delete schedules"
5071
+ #~ msgstr "Schema's verwijderen"
5072
+
5073
+ #~ msgid "Role to delete schedules."
5074
+ #~ msgstr "Rol om schema's te verwijderen."
5075
+
5076
+ #~ msgid "Manage advertisers"
5077
+ #~ msgstr "Adverteerders beheren"
5078
+
5079
+ #~ msgid "Access to see and manage the advertisers."
5080
+ #~ msgstr "Toegang tot het bekijken en beheren van de adverteerders."
5081
+
5082
+ #~ msgid "Moderate new adverts"
5083
+ #~ msgstr "Nieuw"
5084
+
5085
+ #~ msgid "Role to approve adverts submitted by advertisers."
5086
+ #~ msgstr ""
5087
+ #~ "Rol om advertenties goed te keuren die door adverteerders zijn ingediend."
5088
+
5089
+ #~ msgid "Approve/Reject adverts in Moderation Queue"
5090
+ #~ msgstr "Advertenties goedkeuren/weigeren in moderatiewachtrij"
5091
+
5092
+ #~ msgid "Role to approve or reject adverts submitted by advertisers."
5093
+ #~ msgstr ""
5094
+ #~ "Rol om advertenties die door adverteerders zijn ingediend, goed te keuren "
5095
+ #~ "of te weigeren."
5096
+
5097
+ #~ msgid "Depreciated"
5098
+ #~ msgstr "Afschrijving"
5099
+
5100
+ #~ msgid ""
5101
+ #~ "Requires the Matomo tracking code installed in your sites footer. See the "
5102
+ #~ "manual for details."
5103
+ #~ msgstr ""
5104
+ #~ "Vereist de Matomo tracking code geïnstalleerd in uw sites footer. Zie de "
5105
+ #~ "handleiding voor meer informatie."
5106
+
5107
+ #~ msgid "Google Analytics"
5108
+ #~ msgstr "Google Analytics"
5109
+
5110
+ #~ msgid ""
5111
+ #~ "The settings below only have effect when you use Google Analytics. Either "
5112
+ #~ "the Universal Tracker of the Global Tag Tracker."
5113
+ #~ msgstr ""
5114
+ #~ "De onderstaande instellingen hebben alleen effect wanneer u Google "
5115
+ #~ "Analytics gebruikt. Ofwel de Universal Tracker van de Global Tag Tracker."
5116
+
5117
+ #~ msgid "Click value"
5118
+ #~ msgstr "Kosten per klik"
5119
+
5120
+ #~ msgid "Default: 1.00."
5121
+ #~ msgstr "Standaard: 1,00."
5122
+
5123
+ #~ msgid "This number may not be empty, be lower than 0.1 or higher than 10."
5124
+ #~ msgstr ""
5125
+ #~ "Dit aantal mag niet leeg zijn, lager zijn dan 10 of meer dan 3600 (1 uur)."
5126
+
5127
+ #~ msgid "Impression value"
5128
+ #~ msgstr "Vertoningswaarde"
5129
+
5130
+ #~ msgid "Default: 2.00."
5131
+ #~ msgstr "Standaard"
5132
+
5133
+ #~ msgid "Bulk import adverts"
5134
+ #~ msgstr "Advertenties voor bulkimport"
5135
+
5136
+ #~ msgid ""
5137
+ #~ "Make sure the file is smaller than 4096Kb (up to approximately 1000 "
5138
+ #~ "adverts in 1 file)."
5139
+ #~ msgstr ""
5140
+ #~ "Zorg ervoor dat het bestand kleiner is dan 4096Kb (tot ongeveer 1000 "
5141
+ #~ "advertenties in 1 bestand)."
5142
+
5143
+ #~ msgid "Import"
5144
+ #~ msgstr "Importeren"
5145
+
5146
+ #~ msgid "Click only once!"
5147
+ #~ msgstr "Klik maar één keer! dit kan enkele seconden duren."
5148
+
5149
+ #~ msgid ""
5150
+ #~ "As a thank you for your continued use and support of AdRotate "
5151
+ #~ "Professional you can get a new license at a special discounted price."
5152
+ #~ msgstr ""
5153
+ #~ "Als dank voor uw voortdurende gebruik en ondersteuning van AdRotate Pro u "
5154
+ #~ "een nieuwe licentie te krijgen tegen een speciale gereduceerde prijs."
5155
+
5156
+ #~ msgid ""
5157
+ #~ "Licenses are valid for 1 year from purchasing. Activating a new license "
5158
+ #~ "key will re-enable the Premium Support contact form and lets you use "
5159
+ #~ "AdRotate Geo again."
5160
+ #~ msgstr ""
5161
+ #~ "Licenties zijn 1 jaar geldig na aankoop. Als u een nieuwe licentiesleutel "
5162
+ #~ "activeert, schakelt u het contactformulier premium ondersteuning opnieuw "
5163
+ #~ "in en u AdRotate Geo opnieuw gebruiken."
5164
+
5165
+ #~ msgid "Get your new License"
5166
+ #~ msgstr "Koop een nieuwe licentie"
5167
+
5168
+ #~ msgid "Replace License key"
5169
+ #~ msgstr "Licentiesleutel"
5170
+
5171
+ #~ msgid "I have a new License key already"
5172
+ #~ msgstr "Ik heb al een nieuwe licentiesleutel"
5173
+
5174
+ #~ msgid "What went wrong? Or what are you trying to do?"
5175
+ #~ msgstr "Wat ging er mis? Of wat probeer je te doen?"
5176
+
5177
+ #~ msgid "Include error messages and/or relevant information."
5178
+ #~ msgstr "Foutberichten en/of relevante informatie opnemen."
5179
+
5180
+ #~ msgid "Try to remember any actions that may cause the problem."
5181
+ #~ msgstr ""
5182
+ #~ "Probeer alle acties te onthouden die het probleem kunnen veroorzaken."
5183
+
5184
+ #~ msgid "Any code/HTML will be stripped from your message."
5185
+ #~ msgstr "Alle code / HTML zal worden ontdaan van uw bericht."
5186
+
5187
+ #~ msgid "Your question"
5188
+ #~ msgstr "Uw vraag"
5189
+
5190
+ #~ msgid "Your feedback"
5191
+ #~ msgstr "Je feedback"
5192
+
5193
+ #~ msgid "Which feature do you think should be improved?"
5194
+ #~ msgstr "Welke functie denk je dat moet worden verbeterd?"
5195
+
5196
+ #~ msgid "Please use English or Dutch only!"
5197
+ #~ msgstr "Gebruik alleen Engels of Nederlands!"
5198
+
5199
+ #~ msgid ""
5200
+ #~ "Sending multiple messages with the same question will put you at the very "
5201
+ #~ "end of my support priorities. Please do not send the same message more "
5202
+ #~ "than once here or elsewhere. Thank you!"
5203
+ #~ msgstr ""
5204
+ #~ "Het verzenden van meerdere berichten met dezelfde vraag zal u aan het "
5205
+ #~ "einde van mijn steun prioriteiten. Stuur niet hetzelfde bericht meer dan "
5206
+ #~ "een keer hier of elders. Dank u!"
5207
+
5208
+ #~ msgid "Activate License"
5209
+ #~ msgstr "Activeer licentie"
5210
+
5211
+ #~ msgid "Contact your site administrator if you do not know what this means."
5212
+ #~ msgstr ""
5213
+ #~ "Neem contact op met uw sitebeheerder als u niet weet wat dit betekent."
5214
+
5215
+ #~ msgid "No files found"
5216
+ #~ msgstr "Geen bestanden gevonden"
5217
+
5218
+ #~ msgid "Folder not found or not accessible"
5219
+ #~ msgstr "Map niet gevonden of niet toegankelijk"
5220
+
5221
+ #~ msgid ""
5222
+ #~ "You have a Network license, these are being depreciated. Please contact "
5223
+ #~ "AdRotate Support with your order number and license key for a FREE "
5224
+ #~ "upgrade to a Developer License!"
5225
+ #~ msgstr ""
5226
+ #~ "Je hebt een netwerklicentie, deze worden afgeschreven. Neem contact op "
5227
+ #~ "met de helpdesk van AdRotate met het order nummer en licentiecode voor "
5228
+ #~ "een gratis upgrade naar een ontwikkelaars licentie!"
5229
+
5230
+ #~ msgid "Set up Geo Targeting"
5231
+ #~ msgstr "Geo-targeting instellen"
5232
+
5233
+ #~ msgid "Configure Geo Targeting"
5234
+ #~ msgstr "Geo-targeting configureren"
5235
+
5236
+ #~ msgid "AdRotate found"
5237
+ #~ msgstr "AdRotate gevonden"
5238
+
5239
+ #~ msgid "that can be imported"
5240
+ #~ msgstr "die kunnen worden geïmporteerd"
5241
+
5242
+ #~ msgid "Configured plugins can be imported into AdRotate! What is"
5243
+ #~ msgstr ""
5244
+ #~ "Geconfigureerde plugins kunnen worden geïmporteerd in AdRotate! Wat is"
5245
+
5246
+ #~ msgid "AdRotate has detected"
5247
+ #~ msgstr "AdRotate heeft gedetecteerd"
5248
+
5249
+ #~ msgid "Finish Update"
5250
+ #~ msgstr "Update voltooien"
5251
+
5252
+ #~ msgid ""
5253
+ #~ "You have almost completed updating <strong>AdRotate</strong> to version"
5254
+ #~ msgstr ""
5255
+ #~ "Je hebt bijna het bijwerken van <strong>AdRotate</strong> voltooid naar "
5256
+ #~ "versie"
5257
+
5258
+ #~ msgid ""
5259
+ #~ "To complete the update click the button on the left. This may take a few "
5260
+ #~ "seconds to complete!"
5261
+ #~ msgstr ""
5262
+ #~ "Klik op de knop aan de linkerkant om de update te voltooien. Dit kan "
5263
+ #~ "enkele seconden in beslag nemen!"
5264
+
5265
+ #~ msgid ""
5266
+ #~ "Disable your ad blocker in your browser so your adverts and dashboard "
5267
+ #~ "show up correctly. Use"
5268
+ #~ msgstr ""
5269
+ #~ "Schakel je ad-blokkering uit in de browser zodat je advertenties en "
5270
+ #~ "dashboard correct worden weergegeven. Gebruiken"
5271
+
5272
+ #~ msgid "to help your adverts avoid ad blockers."
5273
+ #~ msgstr "om je advertenties te helpen met het ontwijken van ad blockers."
5274
+
5275
+ #~ msgid "Roles"
5276
+ #~ msgstr "Rollen"
5277
+
5278
+ #~ msgid "Misc"
5279
+ #~ msgstr "Diverse"
5280
+
5281
+ #, fuzzy
5282
+ #~ msgid "Start date (dd-mm-yyyy)"
5283
+ #~ msgstr "Date de début (jour/mois/année) :"
5284
+
5285
+ #, fuzzy
5286
+ #~ msgid "impressions per hour"
5287
+ #~ msgstr "Vues"
5288
+
5289
+ #, fuzzy
5290
+ #~ msgid "From / Until"
5291
+ #~ msgstr "Visible jusqu'à"
5292
+
5293
+ #, fuzzy
5294
+ #~ msgid "End"
5295
+ #~ msgstr "Début / Fin"
5296
+
5297
+ #, fuzzy
5298
+ #~ msgid "AdRotate Notice"
5299
+ #~ msgstr "AdRotate Pro"
5300
+
5301
+ #, fuzzy
5302
+ #~ msgid "for WordPress. Created by"
5303
+ #~ msgstr "Publicité créée"
5304
+
5305
+ #, fuzzy
5306
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
5307
+ #~ msgstr ""
5308
+ #~ "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
5309
+ #~ "retrouvé dans le adcode!"
5310
+
5311
+ #, fuzzy
5312
+ #~ msgid "This ad used"
5313
+ #~ msgstr "Oui, cette publicité sera utilisée"
5314
+
5315
+ #, fuzzy
5316
+ #~ msgid "Show from"
5317
+ #~ msgstr "Montrer de "
5318
+
5319
+ #, fuzzy
5320
+ #~ msgid "Show until"
5321
+ #~ msgstr "Montrer jusqu'à"
5322
+
5323
+ #, fuzzy
5324
+ #~ msgid "Find out more"
5325
+ #~ msgstr "En savoir plus"
5326
+
5327
+ #, fuzzy
5328
+ #~ msgid "ID - Name"
5329
+ #~ msgstr "ID - Nom"
5330
+
5331
+ #, fuzzy
5332
+ #~ msgid "Code"
5333
+ #~ msgstr "Code"
5334
+
5335
+ #, fuzzy
5336
+ #~ msgid "unlimited"
5337
+ #~ msgstr ""
5338
+ #~ "Activez AdRotate dans un nombre illimité d'installations Wordpress et/ou "
5339
+ #~ "réseaux."
5340
+
5341
+ #, fuzzy
5342
+ #~ msgid "Clicks timer"
5343
+ #~ msgstr "Interval de clicks"
5344
+
5345
+ #, fuzzy
5346
+ #~ msgid ""
5347
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! "
5348
+ #~ "Find out more about what I can do for you!"
5349
+ #~ msgstr ""
5350
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5351
+ #~ "les façettes de Wordpress! Découvrez plus sur ce que je peux faire pour "
5352
+ #~ "vous!"
5353
+
5354
+ #, fuzzy
5355
+ #~ msgid "Visit the"
5356
+ #~ msgstr "Visitez le"
5357
+
5358
+ #, fuzzy
5359
+ #~ msgid "Remove Role"
5360
+ #~ msgstr "Rôle pour supprimer les groupes."
5361
+
5362
+ #, fuzzy
5363
+ #~ msgid ""
5364
+ #~ "A comma separated list of keywords. Filter out bots/crawlers/user-agents. "
5365
+ #~ "To prevent impressions and clicks counted on them."
5366
+ #~ msgstr ""
5367
+ #~ "Filtrage par une liste de mots-clés séparés de virgules pour éviter les "
5368
+ #~ "impressions et le clics fait par les robots/crawlers/user-agents."
5369
+
5370
+ #, fuzzy
5371
+ #~ msgid ""
5372
+ #~ "Keep in mind that this might give false positives. The word 'google' also "
5373
+ #~ "matches 'googlebot', but not vice-versa. So be careful!"
5374
+ #~ msgstr ""
5375
+ #~ "Gardez à l'esprit que cela peut donner des faux positifs. Le mot «Google» "
5376
+ #~ "correspond également à «Googlebot», mais pas vice-versa. Soyez donc "
5377
+ #~ "prudents!"
5378
+
5379
+ #, fuzzy
5380
+ #~ msgid "Keep your list up-to-date"
5381
+ #~ msgstr "Gardez votre liste à jour"
5382
+
5383
+ #, fuzzy
5384
+ #~ msgid ""
5385
+ #~ "Use only words with alphanumeric characters, [ - _ ] are allowed too. All "
5386
+ #~ "other characters are stripped out."
5387
+ #~ msgstr ""
5388
+ #~ "Utilisez uniquement des mots avec des caractères alphanumériques, [ - _ ] "
5389
+ #~ "sont aussi permis. Tous les autres caractères seront supprimés. "
5390
+
5391
+ #, fuzzy
5392
+ #~ msgid "Show nag for"
5393
+ #~ msgstr "Aucune donnée à montrer!"
5394
+
5395
+ #, fuzzy
5396
+ #~ msgid "Disable Dashboard Notifications."
5397
+ #~ msgstr ""
5398
+ #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
5399
+ #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
5400
+ #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
5401
+ #~ "d'expiration."
5402
+
5403
+ #, fuzzy
5404
+ #~ msgid ""
5405
+ #~ "You have enabled WP Super Cache support. If you have version 1.4 or "
5406
+ #~ "newer, this function will not work. WP Super Cache has discontinued "
5407
+ #~ "support for dynamic content."
5408
+ #~ msgstr ""
5409
+ #~ "Vous avez activé le support de WP Super Cache. Si vous avez la version "
5410
+ #~ "1.4 ou plus récent, cette fonction ne marchera pas. WP Super Cache a "
5411
+ #~ "arrêté le support pour le contenu dynamique."
5412
+
5413
+ #, fuzzy
5414
+ #~ msgid "WP Super Cache"
5415
+ #~ msgstr "WP Super Cache"
5416
+
5417
+ #, fuzzy
5418
+ #~ msgid ""
5419
+ #~ "jQuery is required for all Javascript features below. Enable this if your "
5420
+ #~ "theme does not load jQuery already."
5421
+ #~ msgstr ""
5422
+ #~ "jQuery est requis pour toutes les fonctions Javascript ci-dessous. "
5423
+ #~ "Activez-le si votre thème ne charge pas jQuery directement."
5424
+
5425
+ #, fuzzy
5426
+ #~ msgid "Load in footer?"
5427
+ #~ msgstr "Chargement dans le pied de page?"
5428
+
5429
+ #, fuzzy
5430
+ #~ msgid ""
5431
+ #~ "Enable if you want to load the above libraries in the footer. Your theme "
5432
+ #~ "needs to call wp_footer() for this to work."
5433
+ #~ msgstr ""
5434
+ #~ "Activez cette option si vous voulez charger les bibliothèques dans le "
5435
+ #~ "pied de page. Votre thème doit appeler wp_footer() pour que cela "
5436
+ #~ "fonctionne."
5437
+
5438
+ #, fuzzy
5439
+ #~ msgid ""
5440
+ #~ "NOTE: The below functions are intented to be used to OPTIMIZE your "
5441
+ #~ "database. They only apply to your ads/groups and stats. Not to other "
5442
+ #~ "settings or other parts of WordPress! Always always make a backup! These "
5443
+ #~ "functions are to be used when you feel or notice your database is slow, "
5444
+ #~ "unresponsive and sluggish."
5445
+ #~ msgstr ""
5446
+ #~ "NOTA BENE : Les options ci-dessous sont destinées à optimiser votre base "
5447
+ #~ "de données. Ils ne sont appliqués qu'à vos publicités/groupes et "
5448
+ #~ "statistiques, et non pas aux autres parties de Wordpress! Ayez toujours "
5449
+ #~ "une sauvegarde de votre site! Ces fonctions seront utilisées quand vous "
5450
+ #~ "sentez que votre base de données est lente ou ne réponds pas."
5451
+
5452
+ #, fuzzy
5453
+ #~ msgid ""
5454
+ #~ "DISCLAIMER: If for any reason your data is lost, damaged or otherwise "
5455
+ #~ "becomes unusable in any way or by any means in whichever way I will not "
5456
+ #~ "take responsibility. You should always have a backup of your database. "
5457
+ #~ "These functions do NOT destroy data. If data is lost, damaged or "
5458
+ #~ "unusable, your database likely was beyond repair already. Claiming it "
5459
+ #~ "worked before clicking these buttons is not a valid point in any case."
5460
+ #~ msgstr ""
5461
+ #~ "AVERTISSEMENT: Si pour une raison quelconque, vos données sont perdues, "
5462
+ #~ "endommagées ou autrement deviennent inutilisables je ne vais pas en "
5463
+ #~ "prendre la responsabilité. Vous devriez toujours avoir une sauvegarde de "
5464
+ #~ "votre base de données. Ces fonctions ne détruisent pas les données. Si "
5465
+ #~ "les données sont perdues, endommagées ou inutilisables, votre base de "
5466
+ #~ "données était probablement déjà au-delà de la réparation. Affirmer que le "
5467
+ #~ "site fonctionnait avant de cliquer sur ces boutons n'est pas un argument "
5468
+ #~ "valable."
5469
+
5470
+ #, fuzzy
5471
+ #~ msgid "Unknown Status"
5472
+ #~ msgstr "Statut Inconnu"
5473
+
5474
+ #, fuzzy
5475
+ #~ msgid ""
5476
+ #~ "NOTE: The below options are not meant for normal use and are only there "
5477
+ #~ "for developers to review saved settings or how ads are selected. These "
5478
+ #~ "can be used as a measure of troubleshooting upon request but for normal "
5479
+ #~ "use they SHOULD BE LEFT UNCHECKED!!"
5480
+ #~ msgstr ""
5481
+ #~ "NOTA BENE : Les options ci-dessous ne sont pas destinées à une "
5482
+ #~ "utilisation normale, et ne sont là que pour que les développeurs puissent "
5483
+ #~ "examiner les paramètres ou voir comment les publicités sont "
5484
+ #~ "sélectionnées. Ceux-ci peuvent être utilisés comme une mesure de "
5485
+ #~ "dépannage sur demande, mais pour une utilisation normale, ils ne doivent "
5486
+ #~ "pas être activés!"
5487
+
5488
+ #, fuzzy
5489
+ #~ msgid ""
5490
+ #~ "Troubleshoot ads and how (if) they are selected, has front-end output."
5491
+ #~ msgstr ""
5492
+ #~ "Dépannage des publicités. Si cette option est activée, les données seront "
5493
+ #~ "placées sur le site."
5494
+
5495
+ #, fuzzy
5496
+ #~ msgid "Show all settings, dashboard routines and related values."
5497
+ #~ msgstr ""
5498
+ #~ "Afficher tous les paramétres, les widgets du tableau de bord et les "
5499
+ #~ "valeurs connexes."
5500
+
5501
+ #, fuzzy
5502
+ #~ msgid "Show array of all userroles and capabilities."
5503
+ #~ msgstr ""
5504
+ #~ "Voir les données de tous les rôles d'utilisateurs et leur capacités."
5505
+
5506
+ #, fuzzy
5507
+ #~ msgid "Review saved advertisers! Visible to advertisers."
5508
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5509
+
5510
+ #, fuzzy
5511
+ #~ msgid "Review Full Report, per ad/group stats. Visible only to publishers."
5512
+ #~ msgstr ""
5513
+ #~ "Voir le suivi des statistiques globales, ainsi que par publicité/groupe. "
5514
+ #~ "Visible uniquement aux annonceurs."
5515
+
5516
+ #, fuzzy
5517
+ #~ msgid "Temporarily disable encryption on the redirect url."
5518
+ #~ msgstr "Désactiver temporairement le chiffrement sur l'url de redirection."
5519
+
5520
+ #, fuzzy
5521
+ #~ msgid "The last few days"
5522
+ #~ msgstr "Les derniers jours"
5523
+
5524
+ #, fuzzy
5525
+ #~ msgid "Full report"
5526
+ #~ msgstr "Rapport"
5527
+
5528
+ #, fuzzy
5529
+ #~ msgid "Ticket Support"
5530
+ #~ msgstr ""
5531
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5532
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5533
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5534
+
5535
+ #, fuzzy
5536
+ #~ msgid ""
5537
+ #~ "Your one stop for Webdevelopment, consultancy and anything WordPress! If "
5538
+ #~ "you need a custom plugin. Theme customizations or have your site moved/"
5539
+ #~ "migrated entirely. Visit my website for details!"
5540
+ #~ msgstr ""
5541
+ #~ "Votre guichet unique pour le développement Web, le consulting et toutes "
5542
+ #~ "les façettes de Wordpress! Si vous avez besoin d'un plugin sur mesure, de "
5543
+ #~ "personnalisation de thème ou pour la migration de votre site entier, "
5544
+ #~ "visitez mon site pour tous les détails!"
5545
+
5546
+ #, fuzzy
5547
+ #~ msgid "Advert ID:"
5548
+ #~ msgstr "ID :"
5549
+
5550
+ #, fuzzy
5551
+ #~ msgid "Title:"
5552
+ #~ msgstr "Titre :"
5553
+
5554
+ #, fuzzy
5555
+ #~ msgid "AdCode:"
5556
+ #~ msgstr "Code :"
5557
+
5558
+ #, fuzzy
5559
+ #~ msgid "Current image:"
5560
+ #~ msgstr "Version actuelle :"
5561
+
5562
+ #, fuzzy
5563
+ #~ msgid "After..."
5564
+ #~ msgstr "Après..."
5565
+
5566
+ #, fuzzy
5567
+ #~ msgid "the first paragraph"
5568
+ #~ msgstr "le premier parapgraphe"
5569
+
5570
+ #, fuzzy
5571
+ #~ msgid "every 2nd paragraph"
5572
+ #~ msgstr "chaque second paragraphe"
5573
+
5574
+ #, fuzzy
5575
+ #~ msgid "every 3rd paragraph"
5576
+ #~ msgstr "chaque 3ème paragraphe"
5577
+
5578
+ #, fuzzy
5579
+ #~ msgid "every 4th paragraph"
5580
+ #~ msgstr "chaque 4ème paragraphe"
5581
+
5582
+ #, fuzzy
5583
+ #~ msgid "every 5th paragraph"
5584
+ #~ msgstr "chaque 5ème paragraphe"
5585
+
5586
+ #, fuzzy
5587
+ #~ msgid "every 6th paragraph"
5588
+ #~ msgstr "chaque 6ème paragraphe"
5589
+
5590
+ #, fuzzy
5591
+ #~ msgid "every 7th paragraph"
5592
+ #~ msgstr "chaque 7ème paragraphe"
5593
+
5594
+ #, fuzzy
5595
+ #~ msgid "every 8th paragraph"
5596
+ #~ msgstr "chaque 8ème paragraphe"
5597
+
5598
+ #, fuzzy
5599
+ #~ msgid "Upload new banner image"
5600
+ #~ msgstr "Image :"
5601
+
5602
+ #, fuzzy
5603
+ #~ msgid "Upload image"
5604
+ #~ msgstr "Image :"
5605
+
5606
+ #, fuzzy
5607
+ #~ msgid "ticket support"
5608
+ #~ msgstr ""
5609
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5610
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5611
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5612
+
5613
+ #, fuzzy
5614
+ #~ msgid "Post Ticket"
5615
+ #~ msgstr "Dans un article ou une page :"
5616
+
5617
+ #, fuzzy
5618
+ #~ msgid "Register License"
5619
+ #~ msgstr "Licence Unique"
5620
+
5621
+ #, fuzzy
5622
+ #~ msgid ""
5623
+ #~ "Error, Ad is not available at this time due to schedule/budgeting/"
5624
+ #~ "geolocation restrictions or does not exist!"
5625
+ #~ msgstr ""
5626
+ #~ "Erreur, la pub n'est pas disponible en ce moment en raison de "
5627
+ #~ "restrictions horaires/géographiques ou n'existe pas!"
5628
+
5629
+ #, fuzzy
5630
+ #~ msgid "Enable stats"
5631
+ #~ msgstr "Statistiques activés"
5632
+
5633
+ #, fuzzy
5634
+ #~ msgid "Enable click tracking for this advert."
5635
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5636
+
5637
+ #, fuzzy
5638
+ #~ msgid "Activate:"
5639
+ #~ msgstr "Activer"
5640
+
5641
+ #, fuzzy
5642
+ #~ msgid "In a post or page:"
5643
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5644
+
5645
+ #, fuzzy
5646
+ #~ msgid "Directly in a theme:"
5647
+ #~ msgstr "Directement dans un thème :"
5648
+
5649
+ #, fuzzy
5650
+ #~ msgid "End date (day/month/year):"
5651
+ #~ msgstr "Date de fin (jour/mois/année) :"
5652
+
5653
+ #, fuzzy
5654
+ #~ msgid "Start time (hh:mm):"
5655
+ #~ msgstr "Début (hh:mm) :"
5656
+
5657
+ #, fuzzy
5658
+ #~ msgid "Maximum Clicks:"
5659
+ #~ msgstr "Nombre de clicks max :"
5660
+
5661
+ #, fuzzy
5662
+ #~ msgid "Responsive:"
5663
+ #~ msgstr "Responsive :"
5664
+
5665
+ #, fuzzy
5666
+ #~ msgid "Sortorder:"
5667
+ #~ msgstr "Ordre de tri :"
5668
+
5669
+ #, fuzzy
5670
+ #~ msgid "Cost per click"
5671
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5672
+
5673
+ #, fuzzy
5674
+ #~ msgid "Name:"
5675
+ #~ msgstr "Nom"
5676
+
5677
+ #, fuzzy
5678
+ #~ msgid "Include ads in categories?"
5679
+ #~ msgstr "Intégrer les publicités dans les catégories?"
5680
+
5681
+ #, fuzzy
5682
+ #~ msgid "the 2nd paragraph"
5683
+ #~ msgstr "le second paragraphe"
5684
+
5685
+ #, fuzzy
5686
+ #~ msgid "the 3rd paragraph"
5687
+ #~ msgstr "le troisième paragraphe"
5688
+
5689
+ #, fuzzy
5690
+ #~ msgid "the 4th paragraph"
5691
+ #~ msgstr "le quatrième paragraphe"
5692
+
5693
+ #, fuzzy
5694
+ #~ msgid "Include ads in pages?"
5695
+ #~ msgstr "Intégrer les publicités dans les pages?"
5696
+
5697
+ #, fuzzy
5698
+ #~ msgid "Before ad"
5699
+ #~ msgstr "Avant la pub"
5700
+
5701
+ #, fuzzy
5702
+ #~ msgid "After ad"
5703
+ #~ msgstr "Après la pub"
5704
+
5705
+ #, fuzzy
5706
+ #~ msgid "Target URL:"
5707
+ #~ msgstr "URL Cible :"
5708
+
5709
+ #, fuzzy
5710
+ #~ msgid "Will be visible to Advertisers."
5711
+ #~ msgstr "Réexaminer les annonceurs! Visible pour les annonceurs."
5712
+
5713
+ #, fuzzy
5714
+ #~ msgid "These are required."
5715
+ #~ msgstr "Ces données sont requises."
5716
+
5717
+ #, fuzzy
5718
+ #~ msgid ""
5719
+ #~ "Copy the shortcode in a post or page. The PHP code goes in a theme file "
5720
+ #~ "where you want the advert to show up."
5721
+ #~ msgstr ""
5722
+ #~ "Copiez le shortcode dans un article ou une page. Le code PHP doit être "
5723
+ #~ "dans un fichier du thème si vus voulez que cette publicité soit affichée."
5724
+
5725
+ #, fuzzy
5726
+ #~ msgid ""
5727
+ #~ "Note: Clicktracking does generally not work for Javascript adverts such "
5728
+ #~ "as those provided by Google AdSense."
5729
+ #~ msgstr ""
5730
+ #~ "Nota Bene: Le suivi des clicks ne fonctionne généralement pas pour les "
5731
+ #~ "publicités en Javascript telles que celles fournies par Google AdSense."
5732
+
5733
+ #, fuzzy
5734
+ #~ msgid ""
5735
+ #~ "image.full.jpg, image.320.jpg and image.768.jpg will serve the same "
5736
+ #~ "advert for different viewports. Requires jQuery."
5737
+ #~ msgstr ""
5738
+ #~ "image.full.jpg, image.320.jpg et image.768.jpg serviront la même "
5739
+ #~ "publicité pour différentes tailles d'écran si le site est fluide. "
5740
+ #~ "Nécessite jQuery."
5741
+
5742
+ #, fuzzy
5743
+ #~ msgid "Media:"
5744
+ #~ msgstr "Médias :"
5745
+
5746
+ #, fuzzy
5747
+ #~ msgid "Ad Click Budget:"
5748
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5749
+
5750
+ #, fuzzy
5751
+ #~ msgid "Ad Impression Budget:"
5752
+ #~ msgstr "Gestion des pubs"
5753
+
5754
+ #, fuzzy
5755
+ #~ msgid "Optionally select the group(s) this ad belongs to."
5756
+ #~ msgstr ""
5757
+ #~ "Choisir le groupe auquel cette publicité va être rattachée (optionel)"
5758
+
5759
+ #, fuzzy
5760
+ #~ msgid "Block shape and border"
5761
+ #~ msgstr "Dimensions et bordure du bloc"
5762
+
5763
+ #, fuzzy
5764
+ #~ msgid ""
5765
+ #~ "Make a grid for your ads. Selecting 3 and 2 makes a grid with 2 columns "
5766
+ #~ "showing a maximum of 6 ads. Default: 2x2."
5767
+ #~ msgstr ""
5768
+ #~ "Créer une grille pour vos publicités. Choisissez 3 et 2 créera une grille "
5769
+ #~ "avec 2 colonnes montrant un maximum de 6 publicités. Valeur par défaut : "
5770
+ #~ "2x2."
5771
+
5772
+ #, fuzzy
5773
+ #~ msgid "Advert Width and Height"
5774
+ #~ msgstr "Dimensions des publicités"
5775
+
5776
+ #, fuzzy
5777
+ #~ msgid "Insert ads to the begin or end of a post/page."
5778
+ #~ msgstr "Insérer des publicités au début ou à la fin de l'article/page."
5779
+
5780
+ #, fuzzy
5781
+ #~ msgid "Wraps around each ad."
5782
+ #~ msgstr "Code qui enveloppe chaque publicité."
5783
+
5784
+ #, fuzzy
5785
+ #~ msgid "HTML/JavaScript allowed, use with care!"
5786
+ #~ msgstr "HTML/Javascript est authorisé, utiliser avec précaution!"
5787
+
5788
+ #, fuzzy
5789
+ #~ msgid "You are using"
5790
+ #~ msgstr "Vous utilisez"
5791
+
5792
+ #, fuzzy
5793
+ #~ msgid ""
5794
+ #~ "AdRotate server is currently in development and these menus are not "
5795
+ #~ "functional yet."
5796
+ #~ msgstr ""
5797
+ #~ "AdRotate Server est actuellement en développement et ces menus ne sont "
5798
+ #~ "pas encore fonctionels."
5799
+
5800
+ #, fuzzy
5801
+ #~ msgid "Javascript Libraries"
5802
+ #~ msgstr "Librairies Javascript"
5803
+
5804
+ #, fuzzy
5805
+ #~ msgid ""
5806
+ #~ "These adverts are circulating in the pool of active adverts, served from "
5807
+ #~ "AdRotate server."
5808
+ #~ msgstr ""
5809
+ #~ "Ces publicités sont en circulation dans la séléction de publicités "
5810
+ #~ "actives servies par AdRotate server."
5811
+
5812
+ #, fuzzy
5813
+ #~ msgid "No ads received yet!"
5814
+ #~ msgstr "Aucune publicité n'a été reçue pour le moment!"
5815
+
5816
+ #, fuzzy
5817
+ #~ msgid "Erroneous ads from server"
5818
+ #~ msgstr "Publicités erronées parvenues du serveur"
5819
+
5820
+ #, fuzzy
5821
+ #~ msgid "Adverts served from AdRotate server but having some issues."
5822
+ #~ msgstr "Publicités provenant du serveur AdRotate mais qui ont des soucis."
5823
+
5824
+ #, fuzzy
5825
+ #~ msgid "Updated"
5826
+ #~ msgstr "Mis à jour"
5827
+
5828
+ #, fuzzy
5829
+ #~ msgid ""
5830
+ #~ "Link this website to an AdRotate server so your adverts and stats are "
5831
+ #~ "synchronised regularly."
5832
+ #~ msgstr ""
5833
+ #~ "Lier ce site web à un serveur Adrotate pour que vos publicités et vos "
5834
+ #~ "statistiques soient synchronisées regulièrement."
5835
+
5836
+ #, fuzzy
5837
+ #~ msgid "Linked - Adverts can be synced."
5838
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
5839
+
5840
+ #, fuzzy
5841
+ #~ msgid "Not linked - No adverts will be synced."
5842
+ #~ msgstr "Lié - Les publicités peuvent être synchronisées"
5843
+
5844
+ #, fuzzy
5845
+ #~ msgid "Server Key"
5846
+ #~ msgstr "Clé Serveur"
5847
+
5848
+ #, fuzzy
5849
+ #~ msgid ""
5850
+ #~ "You can get your server key from your AdRotate Server installation or the "
5851
+ #~ "AdRollr website."
5852
+ #~ msgstr ""
5853
+ #~ "Vous pouvez recevoir votre clé de serveur de votre installation AdRotate "
5854
+ #~ "Server ou du site AdRollr."
5855
+
5856
+ #, fuzzy
5857
+ #~ msgid ""
5858
+ #~ "You should not share your key with anyone you do not trust. Treat this "
5859
+ #~ "key as a password!"
5860
+ #~ msgstr ""
5861
+ #~ "Vous ne devez pas partager votre clé. Traitez cette clé comme un mot de "
5862
+ #~ "passe!"
5863
+
5864
+ #, fuzzy
5865
+ #~ msgid "Make this site a puppet"
5866
+ #~ msgstr "Rendre ce site une \"cellule\""
5867
+
5868
+ #, fuzzy
5869
+ #~ msgid "Have AdRotate use AdRotate Server adverts exclusively."
5870
+ #~ msgstr "Utilisez les publicités provenant de AdRotate Server uniquement."
5871
+
5872
+ #, fuzzy
5873
+ #~ msgid ""
5874
+ #~ "Enabling this function will DISABLE ALL LOCAL MANAGEMENT and will make "
5875
+ #~ "this installation of AdRotate a puppet for your AdRotate Server."
5876
+ #~ msgstr ""
5877
+ #~ "L'activation de cette fonction permet de désactiver toute la gestion "
5878
+ #~ "locale et de rendre cette installation de AdRotate une cellule de votre "
5879
+ #~ "serveur AdRotate. "
5880
+
5881
+ #, fuzzy
5882
+ #~ msgid "Hide Server Details"
5883
+ #~ msgstr "Cacher les détails du serveur"
5884
+
5885
+ #, fuzzy
5886
+ #~ msgid "Link to server"
5887
+ #~ msgstr "Lier au serveur"
5888
+
5889
+ #, fuzzy
5890
+ #~ msgid "Unlink from server"
5891
+ #~ msgstr "Dissocier du serveur"
5892
+
5893
+ #, fuzzy
5894
+ #~ msgid "An unknown error occurred"
5895
+ #~ msgstr "Une erreur inconnue s'est produite."
5896
+
5897
+ #, fuzzy
5898
+ #~ msgid "Geographic Tracking"
5899
+ #~ msgstr "Activer le suivi des clicks pour cette publicité."
5900
+
5901
+ #, fuzzy
5902
+ #~ msgid "GeoLocation"
5903
+ #~ msgstr "Géolocalisation"
5904
+
5905
+ #, fuzzy
5906
+ #~ msgid "Geo Location"
5907
+ #~ msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
5908
+
5909
+ #, fuzzy
5910
+ #~ msgid "AdRotate Website"
5911
+ #~ msgstr ""
5912
+ #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
5913
+ #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
5914
+ #~ "Vous obtiendraient une solution (en général) dans la journée."
5915
+
5916
+ #, fuzzy
5917
+ #~ msgid "Find my website at"
5918
+ #~ msgstr "site"
5919
+
5920
+ #, fuzzy
5921
+ #~ msgid "Block of Ads (Obsolete)"
5922
+ #~ msgstr "Bloc de publicité (obsolète)"
5923
+
5924
+ #, fuzzy
5925
+ #~ msgid "Default: 60. Set to 0 to disable this timer."
5926
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
5927
+
5928
+ #, fuzzy
5929
+ #~ msgid "Default: 86400. Set to 0 to disable this timer."
5930
+ #~ msgstr "Valeur par défaut: 86400. Mettre à 0 pour désaciver la minuterie."
5931
+
5932
+ #, fuzzy
5933
+ #~ msgid "Load jQuery Clicktracking"
5934
+ #~ msgstr "Charger le clicktracking (nombre de clicks) de jQuery"
5935
+
5936
+ #, fuzzy
5937
+ #~ msgid ""
5938
+ #~ "Required for jQuery Clicktracking. When disabled AdRotate falls back on "
5939
+ #~ "Redirect Tracking."
5940
+ #~ msgstr ""
5941
+ #~ "Requis pour le suivi des clics par jQuery. Quand cette option est "
5942
+ #~ "désactivée, AdRotate utilise le suivi par redirection."
5943
+
5944
+ #, fuzzy
5945
+ #~ msgid "Get help with installations"
5946
+ #~ msgstr "Obtenez de l'aide pour les installations"
5947
+
5948
+ #, fuzzy
5949
+ #~ msgid "Not sure how to set up AdRotate? Get me to do it!"
5950
+ #~ msgstr "Vous ne savez pas comment configurer AdRotate? Embauchez-moi!"
5951
+
5952
+ #, fuzzy
5953
+ #~ msgid "Stuck with AdRotate? I'll help!"
5954
+ #~ msgstr "Bloqué avec AdRotate? Je peux vous aider!"
5955
+
5956
+ #, fuzzy
5957
+ #~ msgid "Visit store to see all services and products"
5958
+ #~ msgstr "Aller au magasin pour voir tous les services et tous les produits"
5959
+
5960
+ #, fuzzy
5961
+ #~ msgid ""
5962
+ #~ "Redirect clicktracking is enabled but the %link% tag was not found in the "
5963
+ #~ "adcode!"
5964
+ #~ msgstr ""
5965
+ #~ "La redirection pour le suivi des clics est activée mais la balise %link% "
5966
+ #~ "n'a pas été trouvée dans le adcode!"
5967
+
5968
+ #, fuzzy
5969
+ #~ msgid "Email or Remote page:"
5970
+ #~ msgstr "Email ou page distante :"
language/adrotate-pl_PL.mo CHANGED
Binary file
language/adrotate-pl_PL.po ADDED
@@ -0,0 +1,6253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AdRotate\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-04-22 13:04-0500\n"
6
+ "PO-Revision-Date: 2020-04-22 13:05-0500\n"
7
+ "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
+ "Language-Team: Michal Rudolf <michal@rudolf.waw.pl>\n"
9
+ "Language: pl_PL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:1,2c;esc_attr__;"
14
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
15
+ "_nx_noop:4c,1,2\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Generator: Poedit 2.3\n"
19
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
+ "|| n%100>=20) ? 1 : 2);\n"
21
+ "X-Language: pl_PL\n"
22
+ "X-Source-Language: C\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: adrotate-functions.php:692
26
+ msgid "Ad saved"
27
+ msgstr "Reklama zapisana"
28
+
29
+ #: adrotate-functions.php:696
30
+ msgid "Group saved"
31
+ msgstr "Grupa zapisana"
32
+
33
+ #: adrotate-functions.php:700
34
+ msgid "Ad(s) deleted"
35
+ msgstr "Reklamy usunięte"
36
+
37
+ #: adrotate-functions.php:704
38
+ msgid "Group deleted"
39
+ msgstr "Grupa usunięta"
40
+
41
+ #: adrotate-functions.php:708
42
+ msgid "Ad(s) statistics reset"
43
+ msgstr "Statystyka reklam została zresetowana"
44
+
45
+ #: adrotate-functions.php:712
46
+ msgid "Ad(s) renewed"
47
+ msgstr "Reklamy odnowione"
48
+
49
+ #: adrotate-functions.php:716
50
+ msgid "Ad(s) deactivated"
51
+ msgstr "Reklamy wyłączone"
52
+
53
+ #: adrotate-functions.php:720
54
+ msgid "Ad(s) activated"
55
+ msgstr "Reklamy włączone"
56
+
57
+ #: adrotate-functions.php:724
58
+ msgid "Group including it's Ads deleted"
59
+ msgstr "Grupa wraz z reklamami usunięta"
60
+
61
+ #: adrotate-functions.php:728
62
+ msgid "Export created"
63
+ msgstr "Eksport utworzony"
64
+
65
+ #: adrotate-functions.php:732
66
+ msgid ""
67
+ "Advert HTML generated and placed in the AdCode field. Configure your advert "
68
+ "below."
69
+ msgstr ""
70
+ "Wygenerowano reklamę HTML i umieszczono ją w polu AdCode. Proszę "
71
+ "skonfigurować reklamę poniżej."
72
+
73
+ #: adrotate-functions.php:737
74
+ msgid "Settings saved"
75
+ msgstr "Ustawienia zapisane"
76
+
77
+ #: adrotate-functions.php:741
78
+ msgid "Database optimized"
79
+ msgstr "Baza danych zoptymalizowana"
80
+
81
+ #: adrotate-functions.php:745
82
+ msgid "Database repaired"
83
+ msgstr "Baza danych naprawiona"
84
+
85
+ #: adrotate-functions.php:749
86
+ msgid "Ads evaluated and statuses have been corrected where required"
87
+ msgstr "Reklamy zostały ocenione, a ich stan w razie potrzeby poprawiony"
88
+
89
+ #: adrotate-functions.php:753
90
+ msgid "Cleanup complete"
91
+ msgstr "Czyszczenie zakończone"
92
+
93
+ #: adrotate-functions.php:758
94
+ msgid "Action prohibited"
95
+ msgstr "Czynność zabroniona"
96
+
97
+ #: adrotate-functions.php:762
98
+ msgid ""
99
+ "The ad was saved but has an issue which might prevent it from working "
100
+ "properly. Review the colored ad."
101
+ msgstr ""
102
+ "Reklama została zapisana, ale ma błędy, które mogą uniemożliwić jej poprawna "
103
+ "działanie. Przejrzyj wyróżnioną reklamę."
104
+
105
+ #: adrotate-functions.php:766
106
+ msgid "No data found in selected time period"
107
+ msgstr "Brak danych dla podanego przedziału czasowego"
108
+
109
+ #: adrotate-functions.php:770
110
+ msgid "Database can only be optimized or cleaned once every hour"
111
+ msgstr "Bazę danych może optymalizować lub czyścić raz na godzinę"
112
+
113
+ #: adrotate-functions.php:774
114
+ msgid "Form can not be (partially) empty!"
115
+ msgstr "Formularz nie może być (częściowo) pusty!"
116
+
117
+ #: adrotate-functions.php:778
118
+ msgid "No ads found."
119
+ msgstr "Nie znaleziono reklam."
120
+
121
+ #: adrotate-functions.php:782
122
+ msgid "Unexpected error"
123
+ msgstr "Nieoczekiwany błąd"
124
+
125
+ #: adrotate-manage-publisher.php:772
126
+ msgid "AdRotate Advertiser"
127
+ msgstr "Reklamodawca AdRotate"
128
+
129
+ #: adrotate-output.php:543
130
+ msgid "Oh no! Something went wrong!"
131
+ msgstr "Uwaga! Coś poszło nie tak!"
132
+
133
+ #: adrotate-output.php:544
134
+ msgid ""
135
+ "WordPress was unable to verify the authenticity of the url you have clicked. "
136
+ "Verify if the url used is valid or log in via your browser."
137
+ msgstr ""
138
+ "Wordpress nie mógł sprawdzić poprawności klikniętego odnośnika. Sprawdź, czy "
139
+ "odnośnik jest prawidłowy lub zaloguj się w przeglądarce."
140
+
141
+ #: adrotate-output.php:545
142
+ msgid ""
143
+ "If you have received the url you want to visit via email, you are being "
144
+ "tricked!"
145
+ msgstr ""
146
+ "Jeśli otrzymałeś e-mail z odnośnikiem, który chciałeś odwiedzić, zostałeś "
147
+ "oszukany!"
148
+
149
+ #: adrotate-output.php:546
150
+ msgid "Contact support if the issue persists:"
151
+ msgstr "Skontaktuj się z pomocą techniczną, jeśli problem się powtórzy:"
152
+
153
+ #: adrotate-output.php:558
154
+ #, fuzzy
155
+ #| msgid ""
156
+ #| "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
157
+ #| "geolocation/mobile restrictions!"
158
+ msgid ""
159
+ "Error, Ad is not available at this time due to schedule/geolocation "
160
+ "restrictions!"
161
+ msgstr ""
162
+ "Błąd, reklama (%s) nie jest obecnie dostępna z powodu ograniczeń "
163
+ "harmonogramu/budżetowania/geolokalizacji/urządzeń mobilnych!"
164
+
165
+ #: adrotate-output.php:563
166
+ msgid ""
167
+ "Either there are no banners, they are disabled or none qualified for this "
168
+ "location!"
169
+ msgstr "Brak banerów, są wyłączone lub brak ich tej lokalizacji!"
170
+
171
+ #: adrotate-output.php:568
172
+ msgid "Error, no Ad ID set! Check your syntax!"
173
+ msgstr "Błąd, nie wybrano żadnego ID reklamy! Sprawdź składnię!"
174
+
175
+ #: adrotate-output.php:574
176
+ msgid "Error, no group ID set! Check your syntax!"
177
+ msgstr "Błąd, nie wybrano żadnego ID grupy! Sprawdź składnię!"
178
+
179
+ #: adrotate-output.php:579
180
+ msgid "Error, group does not exist! Check your syntax!"
181
+ msgstr "Błąd, grupa nie istnieje! Sprawdź składnię!"
182
+
183
+ #: adrotate-output.php:585
184
+ msgid ""
185
+ "There was an error locating the database tables for AdRotate. Please "
186
+ "deactivate and re-activate AdRotate from the plugin page!!"
187
+ msgstr ""
188
+ "Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz, a potem "
189
+ "włącz AdRote w panelu wtyczek!"
190
+
191
+ #: adrotate-output.php:585
192
+ msgid "If this does not solve the issue please seek support at"
193
+ msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
194
+
195
+ #: adrotate-output.php:591
196
+ msgid ""
197
+ "There was an error loading the page. Please try again by reloading the page "
198
+ "via the menu on the left."
199
+ msgstr ""
200
+ "Problem podczas wczytywania strony. Proszę odświeżyć stronę za pomocą menu "
201
+ "po lewej."
202
+
203
+ #: adrotate-output.php:591
204
+ msgid "If the issue persists please seek help at"
205
+ msgstr "Jeśli to nie pomoże, prosimy proszę szukać pomocy pod adresem"
206
+
207
+ #: adrotate-output.php:597
208
+ msgid "An unknown error occured."
209
+ msgstr "Wystąpił nieznany błąd."
210
+
211
+ #: adrotate-output.php:617
212
+ #, php-format
213
+ msgid "One advert is expired."
214
+ msgid_plural "%1$s adverts expired!"
215
+ msgstr[0] "%1$s reklama wygasła."
216
+ msgstr[1] "%1$s reklamy wygasły!"
217
+ msgstr[2] "%1$s reklam wygasło!"
218
+
219
+ #: adrotate-output.php:617 adrotate-output.php:620 adrotate-output.php:624
220
+ #: dashboard/settings/maintenance.php:20
221
+ msgid "Check adverts"
222
+ msgstr "Sprawdź reklamy"
223
+
224
+ #: adrotate-output.php:620
225
+ #, php-format
226
+ msgid "One advert expires soon."
227
+ msgid_plural "%1$s adverts are almost expiring!"
228
+ msgstr[0] "%1$s reklama wkrótce wygaśnie."
229
+ msgstr[1] "%1$s reklamy wkrótce wygasną!"
230
+ msgstr[2] "%1$s reklam wkrótce wygaśnie!"
231
+
232
+ #: adrotate-output.php:624
233
+ #, php-format
234
+ msgid "One advert with configuration errors."
235
+ msgid_plural "%1$s adverts have configuration errors!"
236
+ msgstr[0] "%1s reklama z błędami konfiguracji."
237
+ msgstr[1] "%1s reklam z błędami konfiguracji!"
238
+ msgstr[2] "%1s reklam z błędami konfiguracji!"
239
+
240
+ #: adrotate-output.php:629
241
+ msgid ""
242
+ "You have enabled caching support but W3 Total Cache is not active on your "
243
+ "site!"
244
+ msgstr "Włączyłeś obsługę cache, ale W3 Total Cache nie jest włączone!"
245
+
246
+ #: adrotate-output.php:629
247
+ msgid "Disable W3 Total Cache Support"
248
+ msgstr "Wyłącz wsparcie dla W3 Total Cache"
249
+
250
+ #: adrotate-output.php:632
251
+ msgid ""
252
+ "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
253
+ "not set."
254
+ msgstr ""
255
+ "Włączyłeś obsługę cache, ale nie ustawiono definicji W3TC_DYNAMIC_SECURITY."
256
+
257
+ #: adrotate-output.php:632
258
+ msgid "How to configure W3 Total Cache"
259
+ msgstr "Jak skonfigurować W3 Total Cache"
260
+
261
+ #: adrotate-output.php:636
262
+ msgid ""
263
+ "You have enable caching support but Borlabs Cache is not active on your site!"
264
+ msgstr ""
265
+ "Włączyłeś obsługę cache, ale Borlabs Cache nie jest włączone w Twojej "
266
+ "witrynie!"
267
+
268
+ #: adrotate-output.php:636
269
+ msgid "Disable Borlabs Cache Support"
270
+ msgstr "Wyłącz obsługę Borlabs Cache"
271
+
272
+ #: adrotate-output.php:642
273
+ msgid ""
274
+ "You have enabled Borlabs Cache support but Fragment caching is not enabled!"
275
+ msgstr ""
276
+ "Włączyłeś obsługę Borlabs Cache, ale Fragment caching nie jest włączony!"
277
+
278
+ #: adrotate-output.php:642
279
+ msgid "Enable Fragment Caching"
280
+ msgstr "Włącz Fragment Caching"
281
+
282
+ #: adrotate-output.php:649
283
+ msgid "Your AdRotate Banner folder is not writable or does not exist."
284
+ msgstr "Folder banerów AdRotate jest chroniony przed zapisem lub nie istnieje."
285
+
286
+ #: adrotate-output.php:649
287
+ msgid "Set up your banner folder"
288
+ msgstr "Ustaw folder banerów"
289
+
290
+ #: adrotate-output.php:652
291
+ #, fuzzy
292
+ #| msgid ""
293
+ #| "You still have the free version of AdRotate installed. This is not "
294
+ #| "nessesary. Please check out the upgrade manual for instructions on how to "
295
+ #| "fix this."
296
+ msgid ""
297
+ "You have the AdRotate Professional installed. Please check out the upgrade "
298
+ "manual and switch over to AdRotate Pro!"
299
+ msgstr ""
300
+ "Nadal masz zainstalowaną darmową wersję AdRotate. To nie jest nessesary. "
301
+ "Zapoznaj się z instrukcją uaktualnienia, aby uzyskać instrukcje, jak to "
302
+ "naprawić."
303
+
304
+ #: adrotate-output.php:652
305
+ #, fuzzy
306
+ #| msgid "Removal instructions"
307
+ msgid "Upgrade instructions"
308
+ msgstr "Instrukcje usuwania"
309
+
310
+ #: adrotate-output.php:655
311
+ msgid ""
312
+ "Something is wrong with your installation of AdRotate. Either the plugin is "
313
+ "installed twice or your current installation has the wrong folder name. "
314
+ "Please install the plugin properly!"
315
+ msgstr ""
316
+ "Coś jest nie tak z instalacją AdRotate. Albo wtyczka jest zainstalowana dwa "
317
+ "razy lub bieżąca instalacja ma niewłaściwą nazwę folderu. Proszę "
318
+ "zainstalować wtyczkę poprawnie!"
319
+
320
+ #: adrotate-output.php:655
321
+ msgid "Installation instructions"
322
+ msgstr "Instrukcje montażowe"
323
+
324
+ #: adrotate-output.php:727
325
+ msgid "one issue that requires"
326
+ msgid_plural "several issues that require"
327
+ msgstr[0] "jeden problem wymagający"
328
+ msgstr[1] "kilka problemów wymagających"
329
+ msgstr[2] "wiele problemów wymagających"
330
+
331
+ #: adrotate-output.php:727
332
+ msgid "your attention:"
333
+ msgstr "twoją uwagę:"
334
+
335
+ #: adrotate-output.php:758
336
+ #, fuzzy
337
+ #| msgid ""
338
+ #| "Thanks for choosing AdRotate Professional. Everything related to AdRotate "
339
+ #| "is in this menu. If you need help getting started take a look at the"
340
+ msgid ""
341
+ "Thank you for choosing AdRotate Banner Manager. Everything related to "
342
+ "AdRotate is in this menu. If you need help getting started take a look at the"
343
+ msgstr ""
344
+ "Dziękujemy za wybranie AdRotate Professional. Wszystko związane z AdRotate "
345
+ "jest w tym menu. Jeśli potrzebujesz pomocy przy rozpoczęciu"
346
+
347
+ #: adrotate-output.php:758
348
+ msgid "manuals"
349
+ msgstr "podręczników"
350
+
351
+ #: adrotate-output.php:758 adrotate-output.php:842
352
+ msgid "and"
353
+ msgstr "i"
354
+
355
+ #: adrotate-output.php:758
356
+ msgid "forums"
357
+ msgstr "forum"
358
+
359
+ #: adrotate-output.php:834
360
+ #, fuzzy
361
+ #| msgid "Update AdRotate Pro"
362
+ msgid "Help AdRotate Grow"
363
+ msgstr "Aktualizuj AdRotate Pro"
364
+
365
+ #: adrotate-output.php:835 adrotate.php:149
366
+ msgid "AdRotate Professional"
367
+ msgstr "AdRotate Professional"
368
+
369
+ #: adrotate-output.php:842
370
+ #, fuzzy
371
+ #| msgid ""
372
+ #| "A lot of users only think to review AdRotate when something goes wrong "
373
+ #| "while thousands of people use AdRotate satisfactory. Don't let this go "
374
+ #| "unnoticed."
375
+ msgid ""
376
+ "Many users only think to review AdRotate when something goes wrong while "
377
+ "thousands of people happily use AdRotate."
378
+ msgstr ""
379
+ "Wielu użytkowników ocenia AdRotate tylko wtedy, gdy coś pójdzie nie tak, "
380
+ "chociaż tysiące ludzi jest zadowolonych z AdRotate. Nie zrób tego samego."
381
+
382
+ #: adrotate-output.php:842
383
+ #, fuzzy
384
+ #| msgid "If you find AdRotate useful please leave your honest"
385
+ msgid "If you find AdRotate useful please leave your"
386
+ msgstr "Jeśli AdRotate jest użyteczne, zostaw uczciwą"
387
+
388
+ #: adrotate-output.php:842
389
+ msgid "rating"
390
+ msgstr "ocenę"
391
+
392
+ #: adrotate-output.php:842
393
+ msgid "review"
394
+ msgstr "recenzję"
395
+
396
+ #: adrotate-output.php:842
397
+ #, fuzzy
398
+ #| msgid "on WordPress.org to help AdRotate grow in a positive way"
399
+ msgid "on WordPress.org to help AdRotate grow in a positive way"
400
+ msgstr ""
401
+ "na stronie WordPress.org, żeby pomóc AdRotate rozwijać w pozytywny sposób"
402
+
403
+ #: adrotate-output.php:843
404
+ msgid ""
405
+ "Get more advanced features like Geo Targeting, scheduling and much more with "
406
+ "AdRotate Pro."
407
+ msgstr ""
408
+
409
+ #: adrotate-output.php:843
410
+ msgid "Includes premium support and free updates for one year!"
411
+ msgstr ""
412
+
413
+ #: adrotate-output.php:843
414
+ #, fuzzy
415
+ #| msgid "Getting Started With AdRotate"
416
+ msgid "Get started today"
417
+ msgstr "Zacznij pracę z AdRotate"
418
+
419
+ #: adrotate-statistics.php:155
420
+ msgid "January"
421
+ msgstr "Styczeń"
422
+
423
+ #: adrotate-statistics.php:155
424
+ msgid "February"
425
+ msgstr "Luty"
426
+
427
+ #: adrotate-statistics.php:155
428
+ msgid "March"
429
+ msgstr "Marzec"
430
+
431
+ #: adrotate-statistics.php:155
432
+ msgid "April"
433
+ msgstr "Kwiecień"
434
+
435
+ #: adrotate-statistics.php:155
436
+ msgid "May"
437
+ msgstr "Maj"
438
+
439
+ #: adrotate-statistics.php:155
440
+ msgid "June"
441
+ msgstr "Czerwiec"
442
+
443
+ #: adrotate-statistics.php:155
444
+ msgid "July"
445
+ msgstr "Lipiec"
446
+
447
+ #: adrotate-statistics.php:155
448
+ msgid "August"
449
+ msgstr "Sierpień"
450
+
451
+ #: adrotate-statistics.php:155
452
+ msgid "September"
453
+ msgstr "Wrzesień"
454
+
455
+ #: adrotate-statistics.php:155
456
+ msgid "October"
457
+ msgstr "Pażdziernik"
458
+
459
+ #: adrotate-statistics.php:155
460
+ msgid "November"
461
+ msgstr "Listopad"
462
+
463
+ #: adrotate-statistics.php:155
464
+ msgid "December"
465
+ msgstr "Grudzień"
466
+
467
+ #: adrotate-statistics.php:164
468
+ msgid "Previous"
469
+ msgstr "Poprzedni"
470
+
471
+ #: adrotate-statistics.php:166 dashboard/publisher/statistics-advert.php:66
472
+ #: dashboard/publisher/statistics-group.php:73
473
+ #: dashboard/publisher/statistics-main.php:48
474
+ msgid "This month"
475
+ msgstr "Obecny miesiąc"
476
+
477
+ #: adrotate-statistics.php:167
478
+ msgid "Next"
479
+ msgstr "Następny"
480
+
481
+ #: adrotate-statistics.php:225
482
+ msgid "No data to show!"
483
+ msgstr "Brak danych do wyświetlenia!"
484
+
485
+ #: adrotate-statistics.php:302 adrotate-statistics.php:303
486
+ msgid "Not found"
487
+ msgstr "Nie znaleziono"
488
+
489
+ #: adrotate-widget.php:134
490
+ msgid "Title (optional):"
491
+ msgstr "Tytuł (opcjonalnie):"
492
+
493
+ #: adrotate-widget.php:137
494
+ msgid "HTML will be stripped out."
495
+ msgstr "Znaczniki HTML zostaną usunięte."
496
+
497
+ #: adrotate-widget.php:140
498
+ msgid "Description (optional):"
499
+ msgstr "Opis (opcjonalny):"
500
+
501
+ #: adrotate-widget.php:143
502
+ msgid "What is this widget used for? (Not parsed, HTML will be stripped out.)"
503
+ msgstr ""
504
+ "Do czego używasz tego widżetu? (Nieparsowany, HTML zostanie pominięty.)"
505
+
506
+ #: adrotate-widget.php:146
507
+ msgid "Type:"
508
+ msgstr "Typ:"
509
+
510
+ #: adrotate-widget.php:148
511
+ #, fuzzy
512
+ #| msgid "Advertiser / Advert"
513
+ msgid "Advert - Use Advert ID"
514
+ msgstr "Reklamodawca/reklama"
515
+
516
+ #: adrotate-widget.php:149
517
+ #, fuzzy
518
+ #| msgid "Group of Ads - Use group ID"
519
+ msgid "Group - Use group ID"
520
+ msgstr "Grupa reklam - użyj identyfikatora grupy"
521
+
522
+ #: adrotate-widget.php:152
523
+ msgid "Choose what you want to use this widget for"
524
+ msgstr "Wybierz przeznaczenie tego widżetu"
525
+
526
+ #: adrotate-widget.php:155
527
+ #, fuzzy
528
+ #| msgid "ID"
529
+ msgid "ID:"
530
+ msgstr "ID"
531
+
532
+ #: adrotate-widget.php:158
533
+ msgid "Fill in the ID of the type you want to display!"
534
+ msgstr "Podaj identyfikator typu, który chcesz wyświetlić!"
535
+
536
+ #: adrotate.php:102
537
+ msgid "General Info"
538
+ msgstr "Informacje ogólne"
539
+
540
+ #: adrotate.php:103
541
+ #, fuzzy
542
+ #| msgid "AdRotate Info"
543
+ msgid "AdRotate Pro"
544
+ msgstr "Informacja AdRotate"
545
+
546
+ #: adrotate.php:104
547
+ msgid "Manage Adverts"
548
+ msgstr "Zarządzaj reklamami"
549
+
550
+ #: adrotate.php:105 dashboard/publisher/groups-main.php:12
551
+ msgid "Manage Groups"
552
+ msgstr "Zarządzaj grupami"
553
+
554
+ #: adrotate.php:106 dashboard/publisher/schedules-main.php:12
555
+ msgid "Manage Schedules"
556
+ msgstr "Zarządzaj harmonogramami"
557
+
558
+ #: adrotate.php:107 adrotate.php:387 adrotate.php:504
559
+ #: dashboard/adrotatepro.php:69 dashboard/publisher/adverts-edit.php:177
560
+ #: dashboard/publisher/statistics-main.php:23
561
+ #: dashboard/settings/statistics.php:17
562
+ msgid "Statistics"
563
+ msgstr "Statystyka"
564
+
565
+ #: adrotate.php:108
566
+ msgid "Manage Media"
567
+ msgstr "Zarządzaj mediami"
568
+
569
+ #: adrotate.php:109 adrotate.php:468
570
+ #, fuzzy
571
+ #| msgid "Supports:"
572
+ msgid "Support"
573
+ msgstr "Wspiera:"
574
+
575
+ #: adrotate.php:110
576
+ msgid "Settings"
577
+ msgstr "Ustawienia"
578
+
579
+ #: adrotate.php:131
580
+ msgid "AdRotate Info"
581
+ msgstr "Informacja AdRotate"
582
+
583
+ #: adrotate.php:189
584
+ #, fuzzy
585
+ #| msgid "Advert Margin"
586
+ msgid "Advert Management"
587
+ msgstr "Margines reklamy"
588
+
589
+ #: adrotate.php:249 adrotate.php:317
590
+ msgid "Manage"
591
+ msgstr "Zarządzaj"
592
+
593
+ #: adrotate.php:250
594
+ msgid "Generator"
595
+ msgstr "Generator"
596
+
597
+ #: adrotate.php:251 adrotate.php:318
598
+ msgid "Add New"
599
+ msgstr "Dodaj nową"
600
+
601
+ #: adrotate.php:311
602
+ #, fuzzy
603
+ #| msgid "Group deleted"
604
+ msgid "Group Management"
605
+ msgstr "Grupa usunięta"
606
+
607
+ #: adrotate.php:348
608
+ msgid "Schedules"
609
+ msgstr "Harmonogramy"
610
+
611
+ #: adrotate.php:429
612
+ msgid "Media and Assets"
613
+ msgstr "Media i reklamy"
614
+
615
+ #: adrotate.php:433
616
+ #, fuzzy
617
+ #| msgid ""
618
+ #| "Upload images and assets to the AdRotate Professional banners folder from "
619
+ #| "here. This is useful if you have HTML5 adverts containing multiple files."
620
+ msgid ""
621
+ "Upload images to the AdRotate Pro banners folder from here. This is useful "
622
+ "if you have HTML5 adverts containing multiple files."
623
+ msgstr ""
624
+ "Prześlij obrazy i zasoby do folderu banerów AdRotate Professional. Jest to "
625
+ "przydatne, jeśli masz reklamy HTML5 zawierające wiele plików."
626
+
627
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
628
+ msgid "Get more features"
629
+ msgstr ""
630
+
631
+ #: adrotate.php:433 dashboard/publisher/schedules-main.php:13
632
+ #, fuzzy
633
+ #| msgid "Update AdRotate Pro"
634
+ msgid "Get AdRotate Pro"
635
+ msgstr "Aktualizuj AdRotate Pro"
636
+
637
+ #: adrotate.php:497
638
+ #, fuzzy
639
+ #| msgid "AdRotate version"
640
+ msgid "AdRotate Settings"
641
+ msgstr "Wersja AdRotate"
642
+
643
+ #: adrotate.php:502 dashboard/publisher/statistics-main.php:28
644
+ msgid "General"
645
+ msgstr "Ogólne"
646
+
647
+ #: adrotate.php:503 dashboard/settings/notifications.php:18
648
+ msgid "Notifications"
649
+ msgstr "Powiadomienia"
650
+
651
+ #: adrotate.php:505 dashboard/publisher/adverts-edit.php:358
652
+ #: dashboard/publisher/groups-edit.php:193
653
+ #: dashboard/settings/advertisers.php:38
654
+ msgid "Geo Targeting"
655
+ msgstr "Geolokalizacja"
656
+
657
+ #: adrotate.php:506 dashboard/settings/notifications.php:70
658
+ msgid "Advertisers"
659
+ msgstr "Reklamodawcy"
660
+
661
+ #: adrotate.php:507 dashboard/settings/roles.php:17
662
+ msgid "Access Roles"
663
+ msgstr "Rola programu Access"
664
+
665
+ #: adrotate.php:508 dashboard/settings/misc.php:16
666
+ msgid "Miscellaneous"
667
+ msgstr "Różne"
668
+
669
+ #: adrotate.php:509 dashboard/settings/maintenance.php:16
670
+ msgid "Maintenance"
671
+ msgstr "Obsługa"
672
+
673
+ #: dashboard/adrotatepro.php:18
674
+ #, fuzzy
675
+ #| msgid "Mobile adverts"
676
+ msgid "Mobile campaigns"
677
+ msgstr "Reklamy mobilne"
678
+
679
+ #: dashboard/adrotatepro.php:21
680
+ msgid ""
681
+ "Target mobile users with ease and show the right adverts to smartphones, "
682
+ "tablets and computers. Mix and match as you please and offer adverts that "
683
+ "suit the device or mobile operating system. Create as many mobile adverts as "
684
+ "you want without effort and with a few easy to use options they show up "
685
+ "where you want them to!"
686
+ msgstr ""
687
+
688
+ #: dashboard/adrotatepro.php:26
689
+ msgid "Schedule all campaigns with ease"
690
+ msgstr ""
691
+
692
+ #: dashboard/adrotatepro.php:29
693
+ msgid ""
694
+ "Schedule your adverts and set up advertising campaigns based on dates you or "
695
+ "your advertisers specify without hassle. Seasonal adverts, weekly adverts, "
696
+ "specific days in the week. You name it, AdRotate schedules it. This makes "
697
+ "planning your revenue stream very flexible. You can set one or many "
698
+ "schedules for adverts."
699
+ msgstr ""
700
+
701
+ #: dashboard/adrotatepro.php:34
702
+ #, fuzzy
703
+ #| msgid "Contact your Advertiser"
704
+ msgid "Satisfy your advertisers"
705
+ msgstr "Skontaktuj się z reklamodawcą"
706
+
707
+ #: dashboard/adrotatepro.php:37
708
+ msgid ""
709
+ "Set up advertisers and let them log in to their statistics or even create "
710
+ "their own adverts. Created adverts go into a moderation queue for your staff "
711
+ "to review. Advertisers have access to their own little dashboard where they "
712
+ "can see their adverts performance."
713
+ msgstr ""
714
+
715
+ #: dashboard/adrotatepro.php:42
716
+ msgid "Get Fast Support almost all year round"
717
+ msgstr ""
718
+
719
+ #: dashboard/adrotatepro.php:45
720
+ #, fuzzy
721
+ #| msgid ""
722
+ #| "When you activate your AdRotate Professional license you can use fast "
723
+ #| "email support. No more queueing up in the forums. Email support is get "
724
+ #| "priority over the forums and is checked almost every workday."
725
+ msgid ""
726
+ "When you activate your AdRotate Pro license you can use the more personal "
727
+ "email support. No more queueing up in the forums. AdRotate support takes "
728
+ "priority over the forums and is checked once or twice a day. Get a solution "
729
+ "(usually) within two business days."
730
+ msgstr ""
731
+ "Po aktywowaniu licencji AdRotate Professional możesz skorzystać z szybkiej "
732
+ "obsługi poczty e-mail. Koniec z kolejkami na forach. Obsługa poczty e-mail "
733
+ "jest priorytetem dla forów i jest sprawdzana prawie każdego dnia roboczego."
734
+
735
+ #: dashboard/adrotatepro.php:53
736
+ msgid "Localize your ad campaigns with Geo Targeting"
737
+ msgstr ""
738
+
739
+ #: dashboard/adrotatepro.php:56
740
+ msgid ""
741
+ "Go nationwide or global with localized adverts for your various audiences. "
742
+ "Set up adverts for countries and cities and sell impressions per general "
743
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
744
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
745
+ msgstr ""
746
+
747
+ #: dashboard/adrotatepro.php:61
748
+ #, fuzzy
749
+ #| msgid "Ad blockers"
750
+ msgid "Avoid adblockers"
751
+ msgstr "Adblocki"
752
+
753
+ #: dashboard/adrotatepro.php:64
754
+ msgid ""
755
+ "Try and avoid adblockers so your adverts get the exposure you want them to "
756
+ "have. AdRotate Pro offers some advanced tools to deceive adblockers so your "
757
+ "adverts are less likely to be removed. Of-course make sure you create your "
758
+ "adverts smartly so these features reach their full potential!"
759
+ msgstr ""
760
+
761
+ #: dashboard/adrotatepro.php:72
762
+ msgid ""
763
+ "Get statistics in AdRotate Pro. Similar to the free version you can track "
764
+ "stats in AdRotate itself and use all kinds of extra scheduling options. Or "
765
+ "you can track stats in Google Analytics and see more in-depth information "
766
+ "which relates to your visitors that way."
767
+ msgstr ""
768
+
769
+ #: dashboard/adrotatepro.php:77
770
+ #, fuzzy
771
+ #| msgid "Set up notifications"
772
+ msgid "Stay up-to-date with notifications"
773
+ msgstr "Konfiguruj powiadomienia"
774
+
775
+ #: dashboard/adrotatepro.php:80
776
+ msgid ""
777
+ "Stay in touch with Email notifications. Have AdRotate send you an alert when "
778
+ "adverts expire or need your attention. Get notified when adverts expire, "
779
+ "have errors or when advertisers create new adverts. Select up to three email "
780
+ "addresses to be notified. Never miss an expiration date again."
781
+ msgstr ""
782
+
783
+ #: dashboard/info.php:22
784
+ msgid "At a Glance"
785
+ msgstr "W skrócie"
786
+
787
+ #: dashboard/info.php:27
788
+ msgid "Your setup"
789
+ msgstr "Twoje ustawienia"
790
+
791
+ #: dashboard/info.php:28
792
+ msgid "Adverts that need you"
793
+ msgstr "Reklamy wymagające uwagi"
794
+
795
+ #: dashboard/info.php:34 dashboard/publisher/adverts-edit.php:487
796
+ #: dashboard/publisher/groups-main.php:34
797
+ #: dashboard/publisher/schedules-main.php:34
798
+ #: dashboard/publisher/statistics-main.php:35
799
+ msgid "Adverts"
800
+ msgstr "Reklamy"
801
+
802
+ #: dashboard/info.php:35
803
+ msgid "(Almost) Expired"
804
+ msgstr "(Wkrótce) wygasa"
805
+
806
+ #: dashboard/info.php:38
807
+ msgid "Groups"
808
+ msgstr "Grupy"
809
+
810
+ #: dashboard/info.php:39
811
+ msgid "Have errors"
812
+ msgstr "Z błędami"
813
+
814
+ #: dashboard/info.php:47
815
+ #, fuzzy
816
+ #| msgid "AdRotate Tracker"
817
+ msgid "AdRotate Banner Manager"
818
+ msgstr "Śledzenie AdRotate"
819
+
820
+ #: dashboard/info.php:49
821
+ #, fuzzy
822
+ #| msgid "Support AdRotate Professional"
823
+ msgid "Support AdRotate Banner Manager"
824
+ msgstr "Wsparcie AdRotate Professional"
825
+
826
+ #: dashboard/info.php:50
827
+ msgid ""
828
+ "Consider writing a review or making a donation if you like the plugin or if "
829
+ "you find the plugin useful. Thanks for your support!"
830
+ msgstr ""
831
+ "Rozważ napisanie recenzji lub wpłatę, jeśli podoba Ci się wtyczka lub jeśli "
832
+ "uważasz, że wtyczka jest przydatna. Dziękujemy za wsparcie!"
833
+
834
+ #: dashboard/info.php:53 dashboard/support.php:39
835
+ msgid "Plugins and services"
836
+ msgstr "Wtyczki i usługi"
837
+
838
+ #: dashboard/info.php:59 dashboard/support.php:47
839
+ msgid "WP Maintenance"
840
+ msgstr "Konserwacja WP"
841
+
842
+ #: dashboard/info.php:60 dashboard/info.php:70 dashboard/support.php:48
843
+ #: dashboard/support.php:58
844
+ msgid "Professional service"
845
+ msgstr "Usługi"
846
+
847
+ #: dashboard/info.php:63 dashboard/support.php:51
848
+ msgid ""
849
+ "Get all the latest updates for WordPress and plugins. Maintenance, delete "
850
+ "spam and clean up files."
851
+ msgstr ""
852
+ "Pobierz wszystkie najnowsze aktualizacje dla WordPress i wtyczek. "
853
+ "Konserwacja, usuwanie spamu i czyszczenie plików."
854
+
855
+ #: dashboard/info.php:69 dashboard/support.php:57
856
+ msgid "HTML5 Advert setup"
857
+ msgstr "Konfiguracja reklamy HTML5"
858
+
859
+ #: dashboard/info.php:73 dashboard/support.php:61
860
+ msgid ""
861
+ "Did you get a HTML5 advert and can’t get it to work in AdRotate Pro? I’ll "
862
+ "install and configure it for you."
863
+ msgstr ""
864
+ "Czy masz reklamę HTML5 i nie możesz go dostać do pracy w AdRotate Pro? "
865
+ "Zainstaluję i skonfiguruję go dla Ciebie."
866
+
867
+ #: dashboard/info.php:79 dashboard/support.php:67
868
+ msgid "Single Page Checkout"
869
+ msgstr "Kasa na jedną stronę"
870
+
871
+ #: dashboard/info.php:80 dashboard/support.php:68
872
+ msgid "WooCommerce Plugin"
873
+ msgstr "Wtyczka WooCommerce"
874
+
875
+ #: dashboard/info.php:83 dashboard/support.php:71
876
+ msgid ""
877
+ "Merge your cart and checkout pages into one single page in seconds with no "
878
+ "setup required at all."
879
+ msgstr ""
880
+ "Scal koszyk i strony kasy w jedną stronę w ciągu kilku sekund bez potrzeby "
881
+ "konfiguracji."
882
+
883
+ #: dashboard/info.php:95
884
+ msgid "News & Updates"
885
+ msgstr "Aktualności i aktualizacje"
886
+
887
+ #: dashboard/info.php:108
888
+ #, fuzzy
889
+ #| msgid "AdRotate Professional"
890
+ msgid "Buy AdRotate Professional"
891
+ msgstr "AdRotate Professional"
892
+
893
+ #: dashboard/info.php:110
894
+ msgid ""
895
+ "AdRotate Professional has a lot more functions for even better advertising "
896
+ "management. Check out the feature comparison tab on any of the product pages "
897
+ "to see what AdRotate Pro has to offer for you!"
898
+ msgstr ""
899
+
900
+ #: dashboard/info.php:112
901
+ #, fuzzy
902
+ #| msgid "Hide License"
903
+ msgid "Single License"
904
+ msgstr "Ukryj licencję"
905
+
906
+ #: dashboard/info.php:112
907
+ msgid "Use on ONE WordPress installation."
908
+ msgstr ""
909
+
910
+ #: dashboard/info.php:112 dashboard/info.php:113 dashboard/info.php:114
911
+ #: dashboard/info.php:115
912
+ msgid "Buy now"
913
+ msgstr "Kup teraz"
914
+
915
+ #: dashboard/info.php:113
916
+ #, fuzzy
917
+ #| msgid "License"
918
+ msgid "Duo License"
919
+ msgstr "Licencja"
920
+
921
+ #: dashboard/info.php:113
922
+ msgid "Use on TWO WordPress installations."
923
+ msgstr ""
924
+
925
+ #: dashboard/info.php:114
926
+ #, fuzzy
927
+ #| msgid "Hide License"
928
+ msgid "Multi License"
929
+ msgstr "Ukryj licencję"
930
+
931
+ #: dashboard/info.php:114
932
+ msgid "Use on up to FIVE WordPress installations."
933
+ msgstr ""
934
+
935
+ #: dashboard/info.php:115
936
+ #, fuzzy
937
+ #| msgid "Developer Debug"
938
+ msgid "Developer License"
939
+ msgstr "Debugger programisty"
940
+
941
+ #: dashboard/info.php:115
942
+ msgid "Use on up to a HUNDRED WordPress installations and/or networks."
943
+ msgstr ""
944
+
945
+ #: dashboard/info.php:126
946
+ msgid "Advertising Partners & Affiliates"
947
+ msgstr "Partnerzy reklamowi"
948
+
949
+ #: dashboard/info.php:127
950
+ msgid ""
951
+ "A selection of quality advertiser networks and useful products. If you need "
952
+ "adverts or just want more or more diverse adverts. Check out these great "
953
+ "options!"
954
+ msgstr ""
955
+ "Lista polecanych sieci reklamodawców i usług. Jeśli potrzebujesz "
956
+ "zróżnicowanych reklam, sprawdź te opcje!"
957
+
958
+ #: dashboard/info.php:134
959
+ msgid "Join the Media.net advertising network"
960
+ msgstr "Dołącz do sieci reklamowej Media.net"
961
+
962
+ #: dashboard/publisher/adverts-disabled.php:15
963
+ msgid "Disabled Adverts"
964
+ msgstr "Wyłączone reklamy"
965
+
966
+ #: dashboard/publisher/adverts-disabled.php:20
967
+ #: dashboard/publisher/adverts-error.php:19
968
+ #: dashboard/publisher/adverts-main.php:20
969
+ #: dashboard/publisher/groups-main.php:20
970
+ #: dashboard/publisher/schedules-main.php:21
971
+ msgid "Bulk Actions"
972
+ msgstr "Masowe działania"
973
+
974
+ #: dashboard/publisher/adverts-disabled.php:21
975
+ #: dashboard/publisher/adverts-edit.php:186
976
+ msgid "Activate"
977
+ msgstr "Aktywuj"
978
+
979
+ #: dashboard/publisher/adverts-disabled.php:22
980
+ #: dashboard/publisher/adverts-error.php:21
981
+ #: dashboard/publisher/adverts-main.php:22 dashboard/publisher/media.php:60
982
+ msgid "Delete"
983
+ msgstr "Usuń"
984
+
985
+ #: dashboard/publisher/adverts-disabled.php:23
986
+ #: dashboard/publisher/adverts-error.php:22
987
+ #: dashboard/publisher/adverts-main.php:23
988
+ msgid "Reset stats"
989
+ msgstr "Wyzeruj statystykę"
990
+
991
+ #: dashboard/publisher/adverts-disabled.php:25
992
+ #: dashboard/publisher/adverts-error.php:29
993
+ #: dashboard/publisher/adverts-main.php:30
994
+ #: dashboard/publisher/groups-main.php:24
995
+ #: dashboard/publisher/schedules-main.php:22
996
+ msgid "Go"
997
+ msgstr "Idź"
998
+
999
+ #: dashboard/publisher/adverts-disabled.php:35
1000
+ #: dashboard/publisher/adverts-edit.php:485
1001
+ #: dashboard/publisher/adverts-error.php:39
1002
+ #: dashboard/publisher/adverts-main.php:39
1003
+ #: dashboard/publisher/groups-edit.php:347
1004
+ #: dashboard/publisher/groups-main.php:32
1005
+ #: dashboard/publisher/schedules-main.php:31
1006
+ msgid "ID"
1007
+ msgstr "ID"
1008
+
1009
+ #: dashboard/publisher/adverts-disabled.php:36
1010
+ #: dashboard/publisher/adverts-error.php:41
1011
+ #: dashboard/publisher/adverts-main.php:40
1012
+ #: dashboard/publisher/schedules-main.php:32
1013
+ msgid "Start / End"
1014
+ msgstr "Początek/koniec"
1015
+
1016
+ #: dashboard/publisher/adverts-disabled.php:37
1017
+ #: dashboard/publisher/adverts-edit.php:112
1018
+ #: dashboard/publisher/adverts-edit.php:486
1019
+ #: dashboard/publisher/adverts-error.php:40
1020
+ #: dashboard/publisher/adverts-main.php:41
1021
+ #: dashboard/publisher/groups-edit.php:53
1022
+ #: dashboard/publisher/groups-edit.php:348
1023
+ #: dashboard/publisher/groups-main.php:33 dashboard/publisher/media.php:30
1024
+ #: dashboard/publisher/schedules-main.php:33
1025
+ msgid "Name"
1026
+ msgstr "Nazwa"
1027
+
1028
+ #: dashboard/publisher/adverts-disabled.php:39
1029
+ #: dashboard/publisher/adverts-main.php:43
1030
+ #: dashboard/publisher/groups-edit.php:352
1031
+ #: dashboard/publisher/groups-main.php:36
1032
+ msgid "Shown"
1033
+ msgstr "Wyświetlane"
1034
+
1035
+ #: dashboard/publisher/adverts-disabled.php:40
1036
+ #: dashboard/publisher/adverts-main.php:45
1037
+ #: dashboard/publisher/groups-edit.php:353
1038
+ #: dashboard/publisher/groups-main.php:38
1039
+ #: dashboard/publisher/statistics-advert.php:52
1040
+ #: dashboard/publisher/statistics-advert.php:58
1041
+ #: dashboard/publisher/statistics-advert.php:72
1042
+ #: dashboard/publisher/statistics-advert.php:78
1043
+ #: dashboard/publisher/statistics-advert.php:99
1044
+ #: dashboard/publisher/statistics-group.php:59
1045
+ #: dashboard/publisher/statistics-group.php:65
1046
+ #: dashboard/publisher/statistics-group.php:79
1047
+ #: dashboard/publisher/statistics-group.php:85
1048
+ #: dashboard/publisher/statistics-group.php:104
1049
+ #: dashboard/publisher/statistics-main.php:40
1050
+ #: dashboard/publisher/statistics-main.php:54
1051
+ #: dashboard/publisher/statistics-main.php:58
1052
+ #: dashboard/publisher/statistics-main.php:75
1053
+ msgid "Clicks"
1054
+ msgstr "Kliknięcia"
1055
+
1056
+ #: dashboard/publisher/adverts-disabled.php:41
1057
+ #: dashboard/publisher/adverts-main.php:47
1058
+ #: dashboard/publisher/statistics-advert.php:53
1059
+ #: dashboard/publisher/statistics-advert.php:59
1060
+ #: dashboard/publisher/statistics-advert.php:73
1061
+ #: dashboard/publisher/statistics-advert.php:79
1062
+ #: dashboard/publisher/statistics-advert.php:100
1063
+ #: dashboard/publisher/statistics-group.php:60
1064
+ #: dashboard/publisher/statistics-group.php:66
1065
+ #: dashboard/publisher/statistics-group.php:80
1066
+ #: dashboard/publisher/statistics-group.php:86
1067
+ #: dashboard/publisher/statistics-group.php:105
1068
+ #: dashboard/publisher/statistics-main.php:41
1069
+ #: dashboard/publisher/statistics-main.php:55
1070
+ #: dashboard/publisher/statistics-main.php:59
1071
+ #: dashboard/publisher/statistics-main.php:76
1072
+ msgid "CTR"
1073
+ msgstr "CTR"
1074
+
1075
+ #: dashboard/publisher/adverts-disabled.php:59
1076
+ #: dashboard/publisher/adverts-error.php:56
1077
+ #: dashboard/publisher/adverts-main.php:66
1078
+ #: dashboard/publisher/groups-main.php:70
1079
+ msgid "Edit"
1080
+ msgstr "Edytuj"
1081
+
1082
+ #: dashboard/publisher/adverts-disabled.php:59
1083
+ #: dashboard/publisher/adverts-error.php:56
1084
+ #: dashboard/publisher/adverts-main.php:66
1085
+ #: dashboard/publisher/groups-main.php:70
1086
+ msgid "Stats"
1087
+ msgstr "Statystyka"
1088
+
1089
+ #: dashboard/publisher/adverts-disabled.php:59
1090
+ #: dashboard/publisher/adverts-error.php:56
1091
+ #: dashboard/publisher/adverts-main.php:66
1092
+ msgid "Groups:"
1093
+ msgstr "Grupy:"
1094
+
1095
+ #: dashboard/publisher/adverts-edit.php:50
1096
+ msgid "The AdCode cannot be empty!"
1097
+ msgstr "Kod reklamy nie może być pusty!"
1098
+
1099
+ #: dashboard/publisher/adverts-edit.php:53
1100
+ msgid ""
1101
+ "You did not use %asset% (or %image%) in your AdCode but did select a file to "
1102
+ "use!"
1103
+ msgstr "Nie użyłeś %asset% (lub%image%) w kodzie reklamy, ale wybrałeś plik!"
1104
+
1105
+ #: dashboard/publisher/adverts-edit.php:56
1106
+ msgid ""
1107
+ "You did use %asset% (or %image%) in your AdCode but did not select a file to "
1108
+ "use!"
1109
+ msgstr "Użyłeś %asset% (lub %image%) w kodzie reklamy, ale nie wybrałeś pliku!"
1110
+
1111
+ #: dashboard/publisher/adverts-edit.php:59
1112
+ #, fuzzy
1113
+ #| msgid ""
1114
+ #| "There is a problem saving the asset. Please try again with the media "
1115
+ #| "picker and re-save the advert!"
1116
+ msgid ""
1117
+ "There is a problem saving the image. Please reset your image and re-save the "
1118
+ "ad!"
1119
+ msgstr ""
1120
+ "Powstał problem przy zapisywaniu obrazka. Ponownie wybierz obrazek i zapisz "
1121
+ "reklamę!"
1122
+
1123
+ #: dashboard/publisher/adverts-edit.php:62
1124
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1125
+ msgstr ""
1126
+ "Śledzenie jest włączone, ale kod reklamy nie zawiera poprawnego odnośnika/"
1127
+ "znacznika!"
1128
+
1129
+ #: dashboard/publisher/adverts-edit.php:67
1130
+ #, fuzzy
1131
+ #| msgid ""
1132
+ #| "AdRotate can not find an error but the ad is marked erroneous, try re-"
1133
+ #| "saving the ad!"
1134
+ msgid ""
1135
+ "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1136
+ "the ad!"
1137
+ msgstr ""
1138
+ "AdRotate nie może znaleźć błędu, ale reklama została oznaczona jako błędna. "
1139
+ "Spróbuj zapisać ponownie!"
1140
+
1141
+ #: dashboard/publisher/adverts-edit.php:70
1142
+ #, fuzzy
1143
+ #| msgid "This advert is expired and currently not shown on your website!"
1144
+ msgid "This ad is expired and currently not shown on your website!"
1145
+ msgstr "Ta reklama wygasła i obecnie nie jest wyświetlana na stronie!"
1146
+
1147
+ #: dashboard/publisher/adverts-edit.php:73
1148
+ msgid "The ad will expire in less than 2 days!"
1149
+ msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
1150
+
1151
+ #: dashboard/publisher/adverts-edit.php:76
1152
+ msgid "This ad will expire in less than 7 days!"
1153
+ msgstr "Ta reklama wygaśnie w ciągu 7 dni!"
1154
+
1155
+ #: dashboard/publisher/adverts-edit.php:79
1156
+ #, fuzzy
1157
+ #| msgid "This advert has been disabled and does not rotate on your site!"
1158
+ msgid "This ad has been disabled and does not rotate on your site!"
1159
+ msgstr "Ta reklama jest wyłączona i nie jest wyświetlana!"
1160
+
1161
+ #: dashboard/publisher/adverts-edit.php:104
1162
+ msgid "New Advert"
1163
+ msgstr "Nowa reklama"
1164
+
1165
+ #: dashboard/publisher/adverts-edit.php:106
1166
+ msgid "Edit Advert"
1167
+ msgstr "Edytuj reklamę"
1168
+
1169
+ #: dashboard/publisher/adverts-edit.php:121
1170
+ msgid "AdCode"
1171
+ msgstr "Kod reklamy"
1172
+
1173
+ #: dashboard/publisher/adverts-edit.php:126
1174
+ msgid "Basic Examples:"
1175
+ msgstr "Proste przykłady:"
1176
+
1177
+ #: dashboard/publisher/adverts-edit.php:127
1178
+ msgid "Click any of the examples to use it."
1179
+ msgstr "Kliknij na przykładzie, by go użyć."
1180
+
1181
+ #: dashboard/publisher/adverts-edit.php:136
1182
+ msgid "Useful tags"
1183
+ msgstr "Użyteczne znaczniki"
1184
+
1185
+ #: dashboard/publisher/adverts-edit.php:138
1186
+ msgid "Insert the advert ID Number."
1187
+ msgstr "Wstaw numer reklamy."
1188
+
1189
+ #: dashboard/publisher/adverts-edit.php:138
1190
+ msgid "Use this tag when selecting a image below."
1191
+ msgstr "Użyj tego tagu podczas wybierania obrazu poniżej."
1192
+
1193
+ #: dashboard/publisher/adverts-edit.php:138
1194
+ msgid "Insert the advert name."
1195
+ msgstr "Wstaw nazwę reklamy."
1196
+
1197
+ #: dashboard/publisher/adverts-edit.php:138
1198
+ msgid "Insert a random string. Useful for DFP/DoubleClick type adverts."
1199
+ msgstr "Wstaw losowy ciąg. Przydatne w przypadku reklam typu DFP/DoubleClick."
1200
+
1201
+ #: dashboard/publisher/adverts-edit.php:138
1202
+ msgid "Add inside the &lt;a&gt; tag to open the advert in a new window."
1203
+ msgstr "Dodaj wewnątrz tagu &lt;a&gt;, aby otworzyć reklamę w nowym oknie."
1204
+
1205
+ #: dashboard/publisher/adverts-edit.php:138
1206
+ msgid "Add inside the &lt;a&gt; tag to tell crawlers to ignore this link."
1207
+ msgstr "Dodaj wewnątrz znacznika <a>, by boty ignorowały ten odnośnik."
1208
+
1209
+ #: dashboard/publisher/adverts-edit.php:139
1210
+ msgid ""
1211
+ "Place the cursor where you want to add a tag and click to add it to your "
1212
+ "AdCode."
1213
+ msgstr ""
1214
+ "Umieść kursor w miejscu, w którym chcesz dodać znacznik i kliknij, aby go "
1215
+ "dodać do kodu reklamy."
1216
+
1217
+ #: dashboard/publisher/adverts-edit.php:144
1218
+ msgid "Preview"
1219
+ msgstr "Podgląd"
1220
+
1221
+ #: dashboard/publisher/adverts-edit.php:147
1222
+ msgid ""
1223
+ "Note: While this preview is an accurate one, it might look different then it "
1224
+ "does on the website."
1225
+ msgstr ""
1226
+ "Uwaga: na podglądzie reklama może wyglądać inaczej niż na stronie "
1227
+ "internetowej."
1228
+
1229
+ #: dashboard/publisher/adverts-edit.php:148
1230
+ msgid ""
1231
+ "This is because of CSS differences. Your themes CSS file is not active here!"
1232
+ msgstr ""
1233
+ "To wynika z różnic w Kaskadowych arkuszach stylu CSS. Twój szablon nie "
1234
+ "działa w tym pliku!"
1235
+
1236
+ #: dashboard/publisher/adverts-edit.php:153
1237
+ msgid "Banner asset"
1238
+ msgstr "Baner"
1239
+
1240
+ #: dashboard/publisher/adverts-edit.php:156
1241
+ #, fuzzy
1242
+ #| msgid "WordPress media"
1243
+ msgid "WordPress media:"
1244
+ msgstr "Media WordPress"
1245
+
1246
+ #: dashboard/publisher/adverts-edit.php:156
1247
+ msgid "Select Banner"
1248
+ msgstr "Wybierz baner"
1249
+
1250
+ #: dashboard/publisher/adverts-edit.php:158
1251
+ msgid "- OR -"
1252
+ msgstr "- oraz -"
1253
+
1254
+ #: dashboard/publisher/adverts-edit.php:160
1255
+ #, fuzzy
1256
+ #| msgid "Banner folder"
1257
+ msgid "Banner folder:"
1258
+ msgstr "Folder banerów"
1259
+
1260
+ #: dashboard/publisher/adverts-edit.php:161
1261
+ #, fuzzy
1262
+ #| msgid "No file selected"
1263
+ msgid "No image selected"
1264
+ msgstr "Nie wybrano pliku"
1265
+
1266
+ #: dashboard/publisher/adverts-edit.php:172
1267
+ msgid "Use %asset% in the adcode instead of the file path."
1268
+ msgstr "Użyj %asset% w kodzie reklamy zamiast ścieżki do pliku."
1269
+
1270
+ #: dashboard/publisher/adverts-edit.php:172
1271
+ #, fuzzy
1272
+ #| msgid ""
1273
+ #| "Use either the text field or the dropdown. If the textfield has content, "
1274
+ #| "that field has priority."
1275
+ msgid ""
1276
+ "Use either the text field or the dropdown. If the textfield has content that "
1277
+ "field has priority."
1278
+ msgstr ""
1279
+ "Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
1280
+ "zawiera treści, ma pierwszeństwo."
1281
+
1282
+ #: dashboard/publisher/adverts-edit.php:179
1283
+ msgid "Enable click and impression tracking for this advert."
1284
+ msgstr "Włącz zliczanie kliknięć i wyświetleń dla tej reklamy."
1285
+
1286
+ #: dashboard/publisher/adverts-edit.php:180
1287
+ msgid ""
1288
+ "Note: Clicktracking does not work for Javascript adverts such as those "
1289
+ "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1290
+ "always supported."
1291
+ msgstr ""
1292
+ "Uwaga: śledzenie kliknięć nie działa dla reklam Javascript, takich jak "
1293
+ "Google AdSense/DFP/DoubleClick. Reklamy HTML5/Flash czasem też nie są "
1294
+ "obsługiwane."
1295
+
1296
+ #: dashboard/publisher/adverts-edit.php:190
1297
+ #, fuzzy
1298
+ #| msgid "Enabled, this advert will be visible"
1299
+ msgid "Enabled, this ad will be visible"
1300
+ msgstr "Włączona, ta reklama będzie widoczna"
1301
+
1302
+ #: dashboard/publisher/adverts-edit.php:191
1303
+ #, fuzzy
1304
+ #| msgid "Disabled, do not show this advert anywhere"
1305
+ msgid "Disabled, do not show this advert anywhere"
1306
+ msgstr "Wyłączona, nie pokazuj jej więcej"
1307
+
1308
+ #: dashboard/publisher/adverts-edit.php:198
1309
+ #: dashboard/publisher/adverts-main.php:90
1310
+ #: dashboard/publisher/groups-main.php:89
1311
+ #, fuzzy
1312
+ #| msgid "Favorite feature in AdRotate Professional?"
1313
+ msgid "Get more features with AdRotate Pro."
1314
+ msgstr "Ulubiona funkcja w AdRotate Professional?"
1315
+
1316
+ #: dashboard/publisher/adverts-edit.php:198
1317
+ #: dashboard/publisher/adverts-edit.php:274
1318
+ #: dashboard/publisher/adverts-edit.php:356
1319
+ #: dashboard/publisher/adverts-edit.php:456
1320
+ #: dashboard/publisher/adverts-main.php:90
1321
+ #: dashboard/publisher/groups-edit.php:216
1322
+ #: dashboard/publisher/groups-main.php:89 dashboard/publisher/media.php:73
1323
+ #: dashboard/publisher/schedules-main.php:89
1324
+ #: dashboard/publisher/statistics-advert.php:109
1325
+ #: dashboard/publisher/statistics-group.php:113
1326
+ #: dashboard/publisher/statistics-main.php:83
1327
+ #, fuzzy
1328
+ #| msgid "Order now"
1329
+ msgid "Upgrade now"
1330
+ msgstr "Zamów teraz"
1331
+
1332
+ #: dashboard/publisher/adverts-edit.php:201
1333
+ #: dashboard/publisher/adverts-edit.php:277
1334
+ #: dashboard/publisher/adverts-edit.php:475
1335
+ #: dashboard/publisher/adverts-edit.php:518
1336
+ msgid "Save Advert"
1337
+ msgstr "Zapisz reklamę"
1338
+
1339
+ #: dashboard/publisher/adverts-edit.php:202
1340
+ #: dashboard/publisher/adverts-edit.php:278
1341
+ #: dashboard/publisher/adverts-edit.php:476
1342
+ #: dashboard/publisher/adverts-edit.php:519
1343
+ #: dashboard/publisher/adverts-generator.php:147
1344
+ #: dashboard/publisher/groups-edit.php:163
1345
+ #: dashboard/publisher/groups-edit.php:317
1346
+ #: dashboard/publisher/groups-edit.php:411
1347
+ msgid "Cancel"
1348
+ msgstr "Anuluj"
1349
+
1350
+ #: dashboard/publisher/adverts-edit.php:205
1351
+ #: dashboard/publisher/adverts-edit.php:458
1352
+ #: dashboard/publisher/groups-edit.php:145
1353
+ #: dashboard/publisher/groups-edit.php:299
1354
+ msgid "Usage"
1355
+ msgstr "Użycie"
1356
+
1357
+ #: dashboard/publisher/adverts-edit.php:209
1358
+ #: dashboard/publisher/adverts-edit.php:462
1359
+ #: dashboard/publisher/groups-edit.php:149
1360
+ #: dashboard/publisher/groups-edit.php:303
1361
+ msgid "Widget"
1362
+ msgstr "Widżet"
1363
+
1364
+ #: dashboard/publisher/adverts-edit.php:210
1365
+ #: dashboard/publisher/adverts-edit.php:463
1366
+ #, fuzzy
1367
+ #| msgid ""
1368
+ #| "In the Appearance > Widgets dashboard. Drag the AdRotate widget to the "
1369
+ #| "sidebar where you want to place the advert and select the advert or the "
1370
+ #| "group the advert is in."
1371
+ msgid ""
1372
+ "Drag the AdRotate widget to the sidebar where you want to place the advert "
1373
+ "and select the advert or the group the advert is in."
1374
+ msgstr ""
1375
+ "W karcie Wygląd->widżety przenieś widżet AdRotate na pasek boczny tam, gdzie "
1376
+ "chcesz umieścić reklamę. Wybierz reklamy lub grupę reklam."
1377
+
1378
+ #: dashboard/publisher/adverts-edit.php:213
1379
+ #: dashboard/publisher/adverts-edit.php:466
1380
+ #: dashboard/publisher/groups-edit.php:153
1381
+ #: dashboard/publisher/groups-edit.php:307
1382
+ msgid "In a post or page"
1383
+ msgstr "We wpisie lub stronie"
1384
+
1385
+ #: dashboard/publisher/adverts-edit.php:215
1386
+ #: dashboard/publisher/adverts-edit.php:468
1387
+ #: dashboard/publisher/groups-edit.php:155
1388
+ #: dashboard/publisher/groups-edit.php:309
1389
+ msgid "Directly in a theme"
1390
+ msgstr "Bezpośrednio w motywie"
1391
+
1392
+ #: dashboard/publisher/adverts-edit.php:221
1393
+ #, fuzzy
1394
+ #| msgid "Get your adverts from Media.net"
1395
+ msgid "Get contextual adverts from Media.net"
1396
+ msgstr "Wybierz swoje reklamy z Media.net"
1397
+
1398
+ #: dashboard/publisher/adverts-edit.php:234
1399
+ #, fuzzy
1400
+ #| msgid "Create your advert"
1401
+ msgid "Schedule your advert"
1402
+ msgstr "Utwórz własną reklamę"
1403
+
1404
+ #: dashboard/publisher/adverts-edit.php:235
1405
+ msgid ""
1406
+ "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1407
+ "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1408
+ "hours. 6AM is 6:00 hours."
1409
+ msgstr "Zegar używa formatu 24 godzinnego."
1410
+
1411
+ #: dashboard/publisher/adverts-edit.php:239
1412
+ msgid "Start date"
1413
+ msgstr "Data rozpoczęcia"
1414
+
1415
+ #: dashboard/publisher/adverts-edit.php:243
1416
+ msgid "End date"
1417
+ msgstr "Data zakończenia"
1418
+
1419
+ #: dashboard/publisher/adverts-edit.php:249
1420
+ msgid "Start time"
1421
+ msgstr "Czas rozpoczęcia"
1422
+
1423
+ #: dashboard/publisher/adverts-edit.php:256
1424
+ msgid "End time"
1425
+ msgstr "Czas zakończenia"
1426
+
1427
+ #: dashboard/publisher/adverts-edit.php:266
1428
+ msgid "Maximum Clicks"
1429
+ msgstr "Maksymalna liczba kliknięć"
1430
+
1431
+ #: dashboard/publisher/adverts-edit.php:267
1432
+ #: dashboard/publisher/adverts-edit.php:269
1433
+ msgid "Leave empty or 0 to skip this."
1434
+ msgstr "Pozostaw puste lub wpisz 0, żeby pominąć."
1435
+
1436
+ #: dashboard/publisher/adverts-edit.php:268
1437
+ msgid "Maximum Impressions"
1438
+ msgstr "Maksymalna liczba wyświetleń"
1439
+
1440
+ #: dashboard/publisher/adverts-edit.php:274
1441
+ msgid ""
1442
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1443
+ "Pro."
1444
+ msgstr ""
1445
+
1446
+ #: dashboard/publisher/adverts-edit.php:281
1447
+ #: dashboard/publisher/groups-edit.php:166 dashboard/settings/statistics.php:27
1448
+ #: dashboard/settings/statistics.php:29
1449
+ msgid "Advanced"
1450
+ msgstr "Zaawansowane"
1451
+
1452
+ #: dashboard/publisher/adverts-edit.php:282
1453
+ #: dashboard/publisher/adverts-edit.php:359
1454
+ #, fuzzy
1455
+ #| msgid "Update AdRotate Pro"
1456
+ msgid "Available in AdRotate Pro!"
1457
+ msgstr "Aktualizuj AdRotate Pro"
1458
+
1459
+ #: dashboard/publisher/adverts-edit.php:287
1460
+ msgid "Show to everyone"
1461
+ msgstr "Pokaż wszystkim"
1462
+
1463
+ #: dashboard/publisher/adverts-edit.php:289
1464
+ msgid "Disable this option to hide the advert from logged-in visitors."
1465
+ msgstr "Wyłącz tę opcję, by ukryć reklamę dla zalogowanych gości."
1466
+
1467
+ #: dashboard/publisher/adverts-edit.php:294
1468
+ #: dashboard/publisher/groups-edit.php:350
1469
+ msgid "Weight"
1470
+ msgstr "Waga"
1471
+
1472
+ #: dashboard/publisher/adverts-edit.php:297
1473
+ msgid "Few impressions"
1474
+ msgstr "Mało wyświetleń"
1475
+
1476
+ #: dashboard/publisher/adverts-edit.php:302
1477
+ msgid "Less than average"
1478
+ msgstr "Poiniżej średniej"
1479
+
1480
+ #: dashboard/publisher/adverts-edit.php:307
1481
+ msgid "Normal impressions"
1482
+ msgstr "Zwykła liczba wyświetleń"
1483
+
1484
+ #: dashboard/publisher/adverts-edit.php:312
1485
+ msgid "More than average"
1486
+ msgstr "Powyżej średniej"
1487
+
1488
+ #: dashboard/publisher/adverts-edit.php:317
1489
+ msgid "Many impressions"
1490
+ msgstr "Wiele wyświetleń"
1491
+
1492
+ #: dashboard/publisher/adverts-edit.php:322
1493
+ msgid "Mobile"
1494
+ msgstr "Mobilna"
1495
+
1496
+ #: dashboard/publisher/adverts-edit.php:324
1497
+ msgid "Desktops/Laptops"
1498
+ msgstr "Desktopy/Laptopy"
1499
+
1500
+ #: dashboard/publisher/adverts-edit.php:327
1501
+ msgid "Smartphones"
1502
+ msgstr "Smartfony"
1503
+
1504
+ #: dashboard/publisher/adverts-edit.php:330
1505
+ msgid "Tablets"
1506
+ msgstr "Tablety"
1507
+
1508
+ #: dashboard/publisher/adverts-edit.php:333
1509
+ msgid ""
1510
+ "Also enable 'Mobile Support' in the group this advert goes in or 'Device' "
1511
+ "and 'Operating System' are ignored!"
1512
+ msgstr ""
1513
+ "Włącz także obsługę urządzeń mobilnych w grupie, albo ustawienia urządzeń i "
1514
+ "systemów operacyjnych zostaną zignorowane!"
1515
+
1516
+ #: dashboard/publisher/adverts-edit.php:333
1517
+ msgid ""
1518
+ "Operating system detection only detects iOS and Android, select 'Not Mobile/"
1519
+ "Other' for everything else."
1520
+ msgstr ""
1521
+ "Opcja System operacyjny wykrywa jedynie iOS i Android. Wybierz Inne dla "
1522
+ "pozostałych."
1523
+
1524
+ #: dashboard/publisher/adverts-edit.php:337
1525
+ msgid "Mobile OS"
1526
+ msgstr "Mobilny SO"
1527
+
1528
+ #: dashboard/publisher/adverts-edit.php:339
1529
+ msgid "iOS"
1530
+ msgstr "iOS"
1531
+
1532
+ #: dashboard/publisher/adverts-edit.php:342
1533
+ msgid "Android"
1534
+ msgstr "Android"
1535
+
1536
+ #: dashboard/publisher/adverts-edit.php:345
1537
+ msgid "Not mobile/Others"
1538
+ msgstr "Inne"
1539
+
1540
+ #: dashboard/publisher/adverts-edit.php:349
1541
+ msgid "Auto-delete"
1542
+ msgstr "Usuń automatycznie"
1543
+
1544
+ #: dashboard/publisher/adverts-edit.php:351
1545
+ msgid "Automatically delete the advert 1 day after it expires?"
1546
+ msgstr "Automatycznie usuwać reklamę następnego dnia po wygaśnięciu?"
1547
+
1548
+ #: dashboard/publisher/adverts-edit.php:351
1549
+ msgid ""
1550
+ "This is useful for short running campaigns that do not require attention "
1551
+ "after they finish."
1552
+ msgstr ""
1553
+ "Jest to przydatne dla krótkich kampanii, które nie wymagają uwagi po "
1554
+ "zakończeniu."
1555
+
1556
+ #: dashboard/publisher/adverts-edit.php:356
1557
+ msgid ""
1558
+ "With AdRotate Pro you can easily select which devices and mobile operating "
1559
+ "systems the advert should show on!"
1560
+ msgstr ""
1561
+
1562
+ #: dashboard/publisher/adverts-edit.php:359
1563
+ msgid ""
1564
+ "Assign the advert to a group and enable that group to use Geo Targeting."
1565
+ msgstr "Przypisz reklamę do grupy i włącz tę grupę, by użyć geolokalizacji."
1566
+
1567
+ #: dashboard/publisher/adverts-edit.php:366
1568
+ #, fuzzy
1569
+ #| msgid "Enter cities, metro IDs, States or State ISO codes"
1570
+ msgid "Enter cities or metro IDs (DMA)"
1571
+ msgstr "Wprowadź miasta, stany lub kody ISO państw"
1572
+
1573
+ #: dashboard/publisher/adverts-edit.php:369
1574
+ #, fuzzy
1575
+ #| msgid "A comma separated list of items:"
1576
+ msgid "A comma separated list of Cities or Metro IDs:"
1577
+ msgstr "Lista elementów rozdzielona przecinkami:"
1578
+
1579
+ #: dashboard/publisher/adverts-edit.php:369
1580
+ #: dashboard/publisher/adverts-edit.php:378
1581
+ #, fuzzy
1582
+ #| msgid ""
1583
+ #| "AdRotate does not check the validity of names so make sure you spell them "
1584
+ #| "correctly!"
1585
+ msgid ""
1586
+ "AdRotate does not check the validity of names and assumes the basic english "
1587
+ "name."
1588
+ msgstr "AdRotate nie sprawdza poprawności nazw, więc sprawdź pisownię!"
1589
+
1590
+ #: dashboard/publisher/adverts-edit.php:374
1591
+ #, fuzzy
1592
+ #| msgid "Enter cities, metro IDs, States or State ISO codes"
1593
+ msgid "Enter States or State ISO3166-2 codes"
1594
+ msgstr "Wprowadź miasta, stany lub kody ISO państw"
1595
+
1596
+ #: dashboard/publisher/adverts-edit.php:376
1597
+ msgid "The listed cities must be in these states?"
1598
+ msgstr ""
1599
+
1600
+ #: dashboard/publisher/adverts-edit.php:378
1601
+ #, fuzzy
1602
+ #| msgid "A comma separated list of items:"
1603
+ msgid "A comma separated list of states:"
1604
+ msgstr "Lista elementów rozdzielona przecinkami:"
1605
+
1606
+ #: dashboard/publisher/adverts-edit.php:386
1607
+ msgid "Select Countries and or Regions"
1608
+ msgstr "Wybierz kraje i/lub regiony"
1609
+
1610
+ #: dashboard/publisher/adverts-edit.php:456
1611
+ msgid "Target your audience with Geo Targeting in AdRotate Pro"
1612
+ msgstr ""
1613
+
1614
+ #: dashboard/publisher/adverts-edit.php:480
1615
+ msgid "Select Groups"
1616
+ msgstr "Wybierz grupy"
1617
+
1618
+ #: dashboard/publisher/adverts-edit.php:496
1619
+ #: dashboard/publisher/groups-main.php:60
1620
+ #: dashboard/settings/geotargeting.php:54 dashboard/settings/statistics.php:25
1621
+ msgid "Default"
1622
+ msgstr "Domyślny"
1623
+
1624
+ #: dashboard/publisher/adverts-edit.php:497
1625
+ #: dashboard/publisher/groups-main.php:61
1626
+ msgid "Dynamic"
1627
+ msgstr "Dynamiczny"
1628
+
1629
+ #: dashboard/publisher/adverts-edit.php:497
1630
+ #: dashboard/publisher/groups-main.php:61
1631
+ msgid "second rotation"
1632
+ msgstr "drugi wybór"
1633
+
1634
+ #: dashboard/publisher/adverts-edit.php:498
1635
+ #: dashboard/publisher/groups-main.php:62
1636
+ msgid "Block"
1637
+ msgstr "Blok"
1638
+
1639
+ #: dashboard/publisher/adverts-edit.php:498
1640
+ #: dashboard/publisher/groups-main.php:62
1641
+ msgid "grid"
1642
+ msgstr "siatka"
1643
+
1644
+ #: dashboard/publisher/adverts-edit.php:499
1645
+ #: dashboard/publisher/groups-edit.php:223
1646
+ #: dashboard/publisher/groups-main.php:63
1647
+ msgid "Post Injection"
1648
+ msgstr "Umieszczanie we wpisach"
1649
+
1650
+ #: dashboard/publisher/adverts-edit.php:500
1651
+ msgid "Geolocation"
1652
+ msgstr "Geolokalizacja"
1653
+
1654
+ #: dashboard/publisher/adverts-edit.php:507
1655
+ #: dashboard/publisher/groups-edit.php:62
1656
+ #: dashboard/publisher/groups-main.php:70
1657
+ msgid "Mode"
1658
+ msgstr "Tryb"
1659
+
1660
+ #: dashboard/publisher/adverts-error.php:12
1661
+ msgid "Adverts that need attention"
1662
+ msgstr "Reklamy wymagające uwagi"
1663
+
1664
+ #: dashboard/publisher/adverts-error.php:20
1665
+ #: dashboard/publisher/adverts-main.php:21
1666
+ msgid "Deactivate"
1667
+ msgstr "Wyłącz"
1668
+
1669
+ #: dashboard/publisher/adverts-error.php:23
1670
+ #: dashboard/publisher/adverts-main.php:25
1671
+ msgid "-- Renew --"
1672
+ msgstr "-- Odnów --"
1673
+
1674
+ #: dashboard/publisher/adverts-error.php:24
1675
+ #: dashboard/publisher/adverts-main.php:26
1676
+ msgid "For 1 year"
1677
+ msgstr "Na rok"
1678
+
1679
+ #: dashboard/publisher/adverts-error.php:25
1680
+ #: dashboard/publisher/adverts-main.php:27
1681
+ msgid "For 180 days"
1682
+ msgstr "Na 180 dni"
1683
+
1684
+ #: dashboard/publisher/adverts-error.php:26
1685
+ #: dashboard/publisher/adverts-main.php:28
1686
+ msgid "For 30 days"
1687
+ msgstr "Na 30 dni"
1688
+
1689
+ #: dashboard/publisher/adverts-error.php:27
1690
+ #: dashboard/publisher/adverts-main.php:29
1691
+ msgid "For 7 days"
1692
+ msgstr "Na 7 dni"
1693
+
1694
+ #: dashboard/publisher/adverts-error.php:64
1695
+ msgid "Configuration errors"
1696
+ msgstr "Błędy konfiguracji"
1697
+
1698
+ #: dashboard/publisher/adverts-error.php:65
1699
+ msgid "Expires soon"
1700
+ msgstr "Wygasa wkrótce"
1701
+
1702
+ #: dashboard/publisher/adverts-error.php:66
1703
+ #: dashboard/settings/maintenance.php:45
1704
+ msgid "Expired"
1705
+ msgstr "Wygasa"
1706
+
1707
+ #: dashboard/publisher/adverts-generator.php:36
1708
+ msgid "Generate Advert Code"
1709
+ msgstr "Wygeneruj kod reklamy"
1710
+
1711
+ #: dashboard/publisher/adverts-generator.php:37
1712
+ msgid ""
1713
+ "Use the Generator if you have received a target url, banner image and/or "
1714
+ "some separate files with a description on how to use those. The AdRotate "
1715
+ "Generator will take your bits and pieces and try to generate a working "
1716
+ "adcode from it."
1717
+ msgstr ""
1718
+ "Użyj generatora, jeśli otrzymałeś URL docelowy, obrazek reklamy i/lub "
1719
+ "dodatkowe pliki z opisem, jak ich użyć. Generator AdRotate spróbuje "
1720
+ "wygenerować z nich działający kod reklamy."
1721
+
1722
+ #: dashboard/publisher/adverts-generator.php:39
1723
+ msgid ""
1724
+ "If you have a complete and working ad code / ad tag you do not use the "
1725
+ "Generator. You can simply paste that code in the AdCode field when creating "
1726
+ "your advert. For example as provided by Media.net or Google AdSense among "
1727
+ "others."
1728
+ msgstr ""
1729
+ "Jeśli masz kompletną reklamę, nie używaj generatora. Po prostu wklej reklamę "
1730
+ "w polu AdCode. Dotyczy to np. reklam z Media.net czy Google Adsense."
1731
+
1732
+ #: dashboard/publisher/adverts-generator.php:41
1733
+ msgid "Create your advert"
1734
+ msgstr "Utwórz własną reklamę"
1735
+
1736
+ #: dashboard/publisher/adverts-generator.php:42
1737
+ msgid ""
1738
+ "This is a regular advert consisting of an image and a link, made up from "
1739
+ "HTML code."
1740
+ msgstr "To jest zwykła reklama złożona z obrazka i odnośnika, napisana w HTML."
1741
+
1742
+ #: dashboard/publisher/adverts-generator.php:47
1743
+ msgid "Required"
1744
+ msgstr "Wymagane"
1745
+
1746
+ #: dashboard/publisher/adverts-generator.php:53
1747
+ msgid "Banner image"
1748
+ msgstr "Obrazek banera"
1749
+
1750
+ #: dashboard/publisher/adverts-generator.php:57
1751
+ msgid "Select advert image"
1752
+ msgstr "Wybierz obrazek reklamy"
1753
+
1754
+ #: dashboard/publisher/adverts-generator.php:63
1755
+ #, fuzzy
1756
+ #| msgid "Is your file not listed? Upload it via the AdRotate Media Manager."
1757
+ msgid "Is your file not listed? Upload it to the banners folder using (s)FTP."
1758
+ msgstr "Brak Twojego pliku? Wyślij go przez menedżer mediów AdRotate."
1759
+
1760
+ #: dashboard/publisher/adverts-generator.php:68
1761
+ msgid "Target website"
1762
+ msgstr "Strona docelowa"
1763
+
1764
+ #: dashboard/publisher/adverts-generator.php:70
1765
+ msgid "Where does the person clicking the advert go?"
1766
+ msgstr "Gdzie powinno przenosić kliknięcie na reklamę?"
1767
+
1768
+ #: dashboard/publisher/adverts-generator.php:77
1769
+ msgid "Viewports"
1770
+ msgstr "Wielkość ekranu"
1771
+
1772
+ #: dashboard/publisher/adverts-generator.php:77
1773
+ #: dashboard/publisher/groups-edit.php:207
1774
+ #: dashboard/settings/notifications.php:48
1775
+ #, fuzzy
1776
+ #| msgid "Update AdRotate Pro"
1777
+ msgid "Available in AdRotate Pro"
1778
+ msgstr "Aktualizuj AdRotate Pro"
1779
+
1780
+ #: dashboard/publisher/adverts-generator.php:83
1781
+ msgid "Smaller Devices"
1782
+ msgstr "Mniejsze urządzenia"
1783
+
1784
+ #: dashboard/publisher/adverts-generator.php:87
1785
+ #: dashboard/publisher/adverts-generator.php:97
1786
+ #: dashboard/publisher/adverts-generator.php:107
1787
+ msgid "No file selected"
1788
+ msgstr "Nie wybrano pliku"
1789
+
1790
+ #: dashboard/publisher/adverts-generator.php:88
1791
+ msgid ""
1792
+ "Smaller smartphones and tablets with a viewport of up to 480px wide (up-to "
1793
+ "1440px resolution)."
1794
+ msgstr ""
1795
+ "Mniejsze smartfony i tablety z ekranem do 480px (rozdzielczość do 1440px)."
1796
+
1797
+ #: dashboard/publisher/adverts-generator.php:93
1798
+ msgid "Medium sized Devices"
1799
+ msgstr "Średnie urządzenia"
1800
+
1801
+ #: dashboard/publisher/adverts-generator.php:98
1802
+ msgid ""
1803
+ "Larger smartphones or Small tablets with a viewport of up to 960px wide (up-"
1804
+ "to 1536px resolution)."
1805
+ msgstr ""
1806
+ "Większe smartfony i małe tablety z ekranem do 960px (rozdzielczość do 1536px)"
1807
+
1808
+ #: dashboard/publisher/adverts-generator.php:103
1809
+ msgid "Larger Devices"
1810
+ msgstr "Większe urządzenia"
1811
+
1812
+ #: dashboard/publisher/adverts-generator.php:108
1813
+ msgid ""
1814
+ "Small laptops and Larger tablets with a viewport of up to 1280px wide (up-to "
1815
+ "2048px resolution)."
1816
+ msgstr ""
1817
+ "Małe laptopy i większe tablety z ekranem do 1280px (rozdzielczość do 2048px)."
1818
+
1819
+ #: dashboard/publisher/adverts-generator.php:113
1820
+ #: dashboard/publisher/media.php:18
1821
+ msgid "Important:"
1822
+ msgstr "Ważne:"
1823
+
1824
+ #: dashboard/publisher/adverts-generator.php:113
1825
+ msgid ""
1826
+ "All sizes are optional, but it is highly recommended to use at least the "
1827
+ "small and medium size. Devices with viewports greater than 1280px will use "
1828
+ "the full sized banner."
1829
+ msgstr ""
1830
+ "Rozmiary są opcjonalne, ale zalecene jest użycie przynajmniej małego i "
1831
+ "średniego rozmiaru. Urządzenia z ekranem powyżej 1280px będą używać pełnego "
1832
+ "banera."
1833
+
1834
+ #: dashboard/publisher/adverts-generator.php:113
1835
+ msgid ""
1836
+ "Are your files not listed? Upload them via the AdRotate Media Manager. For "
1837
+ "your convenience, use easy to use filenames."
1838
+ msgstr ""
1839
+ "Brak Twoich plików? Wyślij je za pomocą menedżera mediów AdRotate. Dla "
1840
+ "wygody, użyj czytelnych nazw plików."
1841
+
1842
+ #: dashboard/publisher/adverts-generator.php:118
1843
+ msgid "Optional"
1844
+ msgstr "Opcjonalne"
1845
+
1846
+ #: dashboard/publisher/adverts-generator.php:124
1847
+ msgid "Target window"
1848
+ msgstr "Okno docelowe"
1849
+
1850
+ #: dashboard/publisher/adverts-generator.php:126
1851
+ msgid "Open the advert in a new window?"
1852
+ msgstr "Otworzyć reklamę w nowym oknie?"
1853
+
1854
+ #: dashboard/publisher/adverts-generator.php:126
1855
+ msgid "(Recommended)"
1856
+ msgstr "(Zalecane)"
1857
+
1858
+ #: dashboard/publisher/adverts-generator.php:130
1859
+ msgid "NoFollow"
1860
+ msgstr "NoFollow"
1861
+
1862
+ #: dashboard/publisher/adverts-generator.php:132
1863
+ msgid "Tell crawlers and search engines not to follow the target website url?"
1864
+ msgstr "Powiedzieć botom i wyszukiwarką, by nie przeszukiwały docelowego URL?"
1865
+
1866
+ #: dashboard/publisher/adverts-generator.php:132
1867
+ #: dashboard/publisher/adverts-generator.php:138
1868
+ #, fuzzy
1869
+ #| msgid "Update AdRotate Pro"
1870
+ msgid "(Available in AdRotate Pro)"
1871
+ msgstr "Aktualizuj AdRotate Pro"
1872
+
1873
+ #: dashboard/publisher/adverts-generator.php:132
1874
+ msgid ""
1875
+ "Letting bots (Such as Googlebot) index paid links may negatively affect your "
1876
+ "SEO and PageRank."
1877
+ msgstr ""
1878
+ "Przeszukiwanie płatnych reklam może negatywnie działać na Twoje SEO i "
1879
+ "PageRank."
1880
+
1881
+ #: dashboard/publisher/adverts-generator.php:136
1882
+ msgid "Alt and Title"
1883
+ msgstr "Alt i tytuł"
1884
+
1885
+ #: dashboard/publisher/adverts-generator.php:138
1886
+ msgid "Add an alt and title attribute based on the asset name?"
1887
+ msgstr "Dodaj atrybuty Alt i Title na podstawie nazwy zasobu?"
1888
+
1889
+ #: dashboard/publisher/adverts-generator.php:138
1890
+ msgid ""
1891
+ "Some bots/crawlers use them as a descriptive measure to see what the code is "
1892
+ "about."
1893
+ msgstr "Niektóre boty/wyszukiwarki używają ich jako opisu kodu."
1894
+
1895
+ #: dashboard/publisher/adverts-generator.php:146
1896
+ msgid "Generate and Configure Advert"
1897
+ msgstr "Generuj i konfiguruj reklamę"
1898
+
1899
+ #: dashboard/publisher/adverts-generator.php:147
1900
+ msgid "Always test your adverts before activating them."
1901
+ msgstr "Zawsze testuj reklamy przed ich włączeniem."
1902
+
1903
+ #: dashboard/publisher/adverts-generator.php:150
1904
+ msgid "NOTE:"
1905
+ msgstr "Uwaga:"
1906
+
1907
+ #: dashboard/publisher/adverts-generator.php:150
1908
+ msgid ""
1909
+ "While the Code Generator has been tested and works, code generation, as "
1910
+ "always, is a interpretation of user input. If you provide the correct bits "
1911
+ "and pieces, a working advert may be generated. If you leave fields empty or "
1912
+ "insert the wrong info you probably end up with a broken advert."
1913
+ msgstr ""
1914
+ "Generator kodu został przetestowany i działa, ale problem jest zawsze "
1915
+ "interpretacja danych użytkownika. Jeśli pozostawisz jakieś pola puste lub "
1916
+ "wstawisz błędne informacje, reklama może być nieprawidłowa."
1917
+
1918
+ #: dashboard/publisher/adverts-generator.php:150
1919
+ msgid ""
1920
+ "Based on your input and experiences later iterations of the Code Generator "
1921
+ "will be better and more feature rich."
1922
+ msgstr ""
1923
+ "Generator kodu będzie ulepszany i rozbudowawanty na podstawie Twoich "
1924
+ "informacji i doświadczeń."
1925
+
1926
+ #: dashboard/publisher/adverts-main.php:12
1927
+ msgid "Active Adverts"
1928
+ msgstr "Aktywne reklamy"
1929
+
1930
+ #: dashboard/publisher/adverts-main.php:24
1931
+ msgid "Export to CSV"
1932
+ msgstr "Eksportuj do CSV"
1933
+
1934
+ #: dashboard/publisher/adverts-main.php:44
1935
+ #: dashboard/publisher/adverts-main.php:46
1936
+ #: dashboard/publisher/groups-main.php:37
1937
+ #: dashboard/publisher/groups-main.php:39
1938
+ #: dashboard/publisher/statistics-advert.php:44
1939
+ #: dashboard/publisher/statistics-group.php:51
1940
+ msgid "Today"
1941
+ msgstr "Dziś"
1942
+
1943
+ #: dashboard/publisher/adverts-main.php:85
1944
+ msgid "No adverts created yet!"
1945
+ msgstr "Jeszcze nie utworzono reklam!"
1946
+
1947
+ #: dashboard/publisher/groups-edit.php:45
1948
+ msgid "New Group"
1949
+ msgstr "Nowa grupa"
1950
+
1951
+ #: dashboard/publisher/groups-edit.php:47
1952
+ msgid "Edit Group"
1953
+ msgstr "Edytuj grupę"
1954
+
1955
+ #: dashboard/publisher/groups-edit.php:65
1956
+ msgid "Default - Show one ad at a time"
1957
+ msgstr "Domyślny - pokazuj jedną na raz"
1958
+
1959
+ #: dashboard/publisher/groups-edit.php:66
1960
+ msgid "Dynamic Mode - Show a different ad every few seconds"
1961
+ msgstr "Tryb dynamiczny - Zmieniaj reklamy co kilka sekund"
1962
+
1963
+ #: dashboard/publisher/groups-edit.php:67
1964
+ msgid "Block Mode - Show a block of adverts"
1965
+ msgstr "Tryb blokowy - pokaż blok reklam"
1966
+
1967
+ #: dashboard/publisher/groups-edit.php:71
1968
+ #, fuzzy
1969
+ #| msgid ""
1970
+ #| "Dynamic mode requires jQuery. Enable this in AdRotate Settings if your "
1971
+ #| "theme does not load it."
1972
+ msgid "Dynamic mode requires jQuery. You can enable this in AdRotate Settings."
1973
+ msgstr ""
1974
+ "Tryby dynamiczny wymaga biblioteki jQuery. Jeśli Twój motyw jej nie używa, "
1975
+ "możesz ją włączyć w ustawieniach AdRotate."
1976
+
1977
+ #: dashboard/publisher/groups-edit.php:75
1978
+ msgid "Advert size"
1979
+ msgstr "Wielkość reklamy"
1980
+
1981
+ #: dashboard/publisher/groups-edit.php:77
1982
+ #, fuzzy
1983
+ #| msgid "pixel(s)"
1984
+ msgid "pixel(s) wide"
1985
+ msgstr "piksele"
1986
+
1987
+ #: dashboard/publisher/groups-edit.php:77
1988
+ #, fuzzy
1989
+ #| msgid "pixel(s)"
1990
+ msgid "pixel(s) high."
1991
+ msgstr "piksele"
1992
+
1993
+ #: dashboard/publisher/groups-edit.php:80
1994
+ msgid ""
1995
+ "Define the maximum size of the adverts in pixels. Size can be 'auto' (Not "
1996
+ "recommended)."
1997
+ msgstr ""
1998
+ "Ustal maksymalny rozmiar reklam w pikselach. Rozmiar może być ustawiony na "
1999
+ "'auto' (niezalecane)."
2000
+
2001
+ #: dashboard/publisher/groups-edit.php:86
2002
+ msgid "Dynamic and Block Mode"
2003
+ msgstr "Tryb dynamiczny i blokowy"
2004
+
2005
+ #: dashboard/publisher/groups-edit.php:90
2006
+ msgid "Block size"
2007
+ msgstr "Wielkość bloku"
2008
+
2009
+ #: dashboard/publisher/groups-edit.php:96
2010
+ msgid "rows"
2011
+ msgstr "wiersze"
2012
+
2013
+ #: dashboard/publisher/groups-edit.php:100
2014
+ msgid "columns"
2015
+ msgstr "kolumny"
2016
+
2017
+ #: dashboard/publisher/groups-edit.php:103
2018
+ msgid "Block Mode"
2019
+ msgstr "Tryb blokowy"
2020
+
2021
+ #: dashboard/publisher/groups-edit.php:103
2022
+ msgid "Larger blocks will degrade your sites performance! Default: 2/2."
2023
+ msgstr "Większe bloki mogą pogorszyć wydajność witryn! Domyślnie: 2/2."
2024
+
2025
+ #: dashboard/publisher/groups-edit.php:107
2026
+ #, fuzzy
2027
+ #| msgid "Automatic refresh"
2028
+ msgid "Automated refresh"
2029
+ msgstr "Automatyczne odświeżanie"
2030
+
2031
+ #: dashboard/publisher/groups-edit.php:126
2032
+ msgid "seconds."
2033
+ msgstr "sekund."
2034
+
2035
+ #: dashboard/publisher/groups-edit.php:129
2036
+ #: dashboard/publisher/groups-edit.php:138
2037
+ msgid "Dynamic Mode"
2038
+ msgstr "Tryb dynamiczny"
2039
+
2040
+ #: dashboard/publisher/groups-edit.php:129
2041
+ msgid ""
2042
+ "Load a new advert in this interval without reloading the page. Default: 6."
2043
+ msgstr ""
2044
+ "Wczytaj nową reklamę z podaną częstostliwością bez odświeżania strony. "
2045
+ "Domyślnie: 6."
2046
+
2047
+ #: dashboard/publisher/groups-edit.php:133
2048
+ msgid "Repeat impressions"
2049
+ msgstr "Powtórne odsłony"
2050
+
2051
+ #: dashboard/publisher/groups-edit.php:135
2052
+ msgid "Count impressions for every cycle of adverts?"
2053
+ msgstr "Liczyć odsłony dla każdego cyklu reklam?"
2054
+
2055
+ #: dashboard/publisher/groups-edit.php:138
2056
+ msgid ""
2057
+ "Uncheck this option to only count impressions for the first cycle of adverts."
2058
+ msgstr "Wyłącz tę opcję, by liczyć tylko pierwszą odsłonę w cyklu."
2059
+
2060
+ #: dashboard/publisher/groups-edit.php:143
2061
+ #: dashboard/publisher/groups-edit.php:216
2062
+ #, fuzzy
2063
+ #| msgid "Favorite feature in AdRotate Professional?"
2064
+ msgid "Get access to all features in AdRotate Pro."
2065
+ msgstr "Ulubiona funkcja w AdRotate Professional?"
2066
+
2067
+ #: dashboard/publisher/groups-edit.php:143
2068
+ #, fuzzy
2069
+ #| msgid "Impressions today"
2070
+ msgid "Upgrade today"
2071
+ msgstr "Dzisiejsze odsłony"
2072
+
2073
+ #: dashboard/publisher/groups-edit.php:150
2074
+ #: dashboard/publisher/groups-edit.php:304
2075
+ #, fuzzy
2076
+ #| msgid ""
2077
+ #| "Drag the AdRotate widget to the sidebar where you want to place the group "
2078
+ #| "and select the group."
2079
+ msgid ""
2080
+ "Drag the AdRotate widget to the sidebar you want it in, select \"Group of "
2081
+ "Adverts\" and enter ID"
2082
+ msgstr ""
2083
+ "Przenieś widżet AdRotate na pasek boczny w miejsce, gdzie chcesz umieścić "
2084
+ "grupę i wybierz ją."
2085
+
2086
+ #: dashboard/publisher/groups-edit.php:162
2087
+ #: dashboard/publisher/groups-edit.php:316
2088
+ #: dashboard/publisher/groups-edit.php:410
2089
+ msgid "Save Group"
2090
+ msgstr "Zapisz grupę"
2091
+
2092
+ #: dashboard/publisher/groups-edit.php:170
2093
+ msgid "Advert Margin"
2094
+ msgstr "Margines reklamy"
2095
+
2096
+ #: dashboard/publisher/groups-edit.php:172
2097
+ msgid "pixel(s)"
2098
+ msgstr "piksele"
2099
+
2100
+ #: dashboard/publisher/groups-edit.php:175
2101
+ #, fuzzy
2102
+ #| msgid "A transparent area outside the advert in pixels. Default: 0/0/0/0."
2103
+ msgid "A transparent area outside the advert in pixels. Default: 0."
2104
+ msgstr "Przezroczysta ramka wokół reklamyw pikselach. Domyślnie: 0/0/0/0."
2105
+
2106
+ #: dashboard/publisher/groups-edit.php:175
2107
+ msgid "Set to 0 to disable."
2108
+ msgstr "Ustaw 0, by wyłączyć."
2109
+
2110
+ #: dashboard/publisher/groups-edit.php:175
2111
+ msgid "Margins are automatically disabled for blocks where required."
2112
+ msgstr "Marginesy są automatycznie wyłączane w blokach, gdzie wymagane."
2113
+
2114
+ #: dashboard/publisher/groups-edit.php:179
2115
+ msgid "Align the group"
2116
+ msgstr "Wyrównaj grupę"
2117
+
2118
+ #: dashboard/publisher/groups-edit.php:182
2119
+ msgid "None (Default)"
2120
+ msgstr "Brak (domyślne)"
2121
+
2122
+ #: dashboard/publisher/groups-edit.php:183
2123
+ msgid "Left"
2124
+ msgstr "Do lewej"
2125
+
2126
+ #: dashboard/publisher/groups-edit.php:184
2127
+ msgid "Right"
2128
+ msgstr "Do prawej"
2129
+
2130
+ #: dashboard/publisher/groups-edit.php:185
2131
+ msgid "Center"
2132
+ msgstr "Na środku"
2133
+
2134
+ #: dashboard/publisher/groups-edit.php:189
2135
+ msgid ""
2136
+ "Align the group in your post or page. Using 'center' may affect your margin "
2137
+ "setting. Not every theme supports this feature."
2138
+ msgstr ""
2139
+ "Wyrównaj grupę w poście lub na stronie. Wyśrodkowanie może wpływać na "
2140
+ "ustawienia marginesów. Nie każda reklama obsługuje tę funkcję."
2141
+
2142
+ #: dashboard/publisher/groups-edit.php:194
2143
+ msgid "Enable Geo Targeting for this group."
2144
+ msgstr "Włącz geolokalizację dla tej grupy."
2145
+
2146
+ #: dashboard/publisher/groups-edit.php:195
2147
+ msgid "Do not forget to tell the adverts for which areas they should show."
2148
+ msgstr ""
2149
+
2150
+ #: dashboard/publisher/groups-edit.php:198
2151
+ #, fuzzy
2152
+ #| msgid "Mobile support"
2153
+ msgid "Mobile Support"
2154
+ msgstr "Obsługa urządzeń mobilnych"
2155
+
2156
+ #: dashboard/publisher/groups-edit.php:199
2157
+ msgid "Enable mobile support for this group."
2158
+ msgstr "Włącz obsługę urządzeń mobilnych w tej grupie."
2159
+
2160
+ #: dashboard/publisher/groups-edit.php:200
2161
+ #, fuzzy
2162
+ #| msgid ""
2163
+ #| "Do not forget to put at least one mobile advert in this group or no "
2164
+ #| "adverts may show."
2165
+ msgid "Do not forget to put at least one mobile advert in this group."
2166
+ msgstr ""
2167
+ "Nie zapomnij umieścić co najmniej jeden reklamę mobilną, albo reklamy nie "
2168
+ "będą widoczne."
2169
+
2170
+ #: dashboard/publisher/groups-edit.php:203
2171
+ #, fuzzy
2172
+ #| msgid "Fallback group"
2173
+ msgid "Fallback Group"
2174
+ msgstr "Zapasowa grupa"
2175
+
2176
+ #: dashboard/publisher/groups-edit.php:211
2177
+ msgid ""
2178
+ "Select another group to fall back on when all adverts are expired, not in "
2179
+ "the visitors geographic area or are otherwise unavailable."
2180
+ msgstr ""
2181
+ "Wybierz zapasową grupę, gdyby wszystkie reklamy wygasły bądź nie pasowały do "
2182
+ "regionu odwiedzających."
2183
+
2184
+ #: dashboard/publisher/groups-edit.php:227
2185
+ #: dashboard/publisher/groups-edit.php:264
2186
+ #: dashboard/settings/geotargeting.php:24
2187
+ msgid "Disabled"
2188
+ msgstr "Wyłączone"
2189
+
2190
+ #: dashboard/publisher/groups-edit.php:228
2191
+ #: dashboard/publisher/groups-edit.php:265
2192
+ msgid "Widget (Pro only)"
2193
+ msgstr ""
2194
+
2195
+ #: dashboard/publisher/groups-edit.php:229
2196
+ #: dashboard/publisher/groups-edit.php:266
2197
+ msgid "Before content"
2198
+ msgstr "Przed treścią"
2199
+
2200
+ #: dashboard/publisher/groups-edit.php:230
2201
+ #: dashboard/publisher/groups-edit.php:267
2202
+ msgid "After content"
2203
+ msgstr "Po treści"
2204
+
2205
+ #: dashboard/publisher/groups-edit.php:231
2206
+ #: dashboard/publisher/groups-edit.php:268
2207
+ msgid "Before and after content"
2208
+ msgstr "Przed i po treści"
2209
+
2210
+ #: dashboard/publisher/groups-edit.php:232
2211
+ #: dashboard/publisher/groups-edit.php:269
2212
+ msgid "Inside the content..."
2213
+ msgstr "Wewnętrz treści..."
2214
+
2215
+ #: dashboard/publisher/groups-edit.php:238
2216
+ #: dashboard/publisher/groups-edit.php:275
2217
+ msgid "after the middle paragraph"
2218
+ msgstr "po środkowym akapicie"
2219
+
2220
+ #: dashboard/publisher/groups-edit.php:239
2221
+ #: dashboard/publisher/groups-edit.php:276
2222
+ msgid "after the 1st paragraph"
2223
+ msgstr "po pierwszym akapicie"
2224
+
2225
+ #: dashboard/publisher/groups-edit.php:240
2226
+ #: dashboard/publisher/groups-edit.php:277
2227
+ msgid "after the 2nd paragraph"
2228
+ msgstr "po drugim akapicie"
2229
+
2230
+ #: dashboard/publisher/groups-edit.php:241
2231
+ #: dashboard/publisher/groups-edit.php:278
2232
+ msgid "after the 3rd paragraph"
2233
+ msgstr "po trzecim akapicie"
2234
+
2235
+ #: dashboard/publisher/groups-edit.php:242
2236
+ #: dashboard/publisher/groups-edit.php:279
2237
+ msgid "after the 4th paragraph"
2238
+ msgstr "po czwartym akapicie"
2239
+
2240
+ #: dashboard/publisher/groups-edit.php:243
2241
+ #: dashboard/publisher/groups-edit.php:280
2242
+ msgid "after the 5th paragraph"
2243
+ msgstr "po piątym akapicie"
2244
+
2245
+ #: dashboard/publisher/groups-edit.php:244
2246
+ #: dashboard/publisher/groups-edit.php:281
2247
+ msgid "after the 6th paragraph"
2248
+ msgstr "po szóstym akapicie"
2249
+
2250
+ #: dashboard/publisher/groups-edit.php:245
2251
+ #: dashboard/publisher/groups-edit.php:282
2252
+ msgid "after the 7th paragraph"
2253
+ msgstr "po siódmym akapicie"
2254
+
2255
+ #: dashboard/publisher/groups-edit.php:246
2256
+ #: dashboard/publisher/groups-edit.php:283
2257
+ msgid "after the 8th paragraph"
2258
+ msgstr "po ósmym akapicie"
2259
+
2260
+ #: dashboard/publisher/groups-edit.php:260
2261
+ msgid "Page Injection"
2262
+ msgstr "Wstawianie stron"
2263
+
2264
+ #: dashboard/publisher/groups-edit.php:320
2265
+ msgid "Wrapper code"
2266
+ msgstr "Kod wrappera"
2267
+
2268
+ #: dashboard/publisher/groups-edit.php:321
2269
+ msgid "Wraps around each advert. HTML/JavaScript allowed, use with care!"
2270
+ msgstr "Wstawia kod HTML/JavaScript wokół każdej reklamy. Ostrożnie!"
2271
+
2272
+ #: dashboard/publisher/groups-edit.php:325
2273
+ msgid "Before advert"
2274
+ msgstr "Przed reklamą"
2275
+
2276
+ #: dashboard/publisher/groups-edit.php:328
2277
+ #: dashboard/publisher/groups-edit.php:336
2278
+ msgid "Example:"
2279
+ msgstr "Przykład:"
2280
+
2281
+ #: dashboard/publisher/groups-edit.php:329
2282
+ msgid "Options:"
2283
+ msgstr "Opcje:"
2284
+
2285
+ #: dashboard/publisher/groups-edit.php:333
2286
+ msgid "After advert"
2287
+ msgstr "Po reklamie"
2288
+
2289
+ #: dashboard/publisher/groups-edit.php:342
2290
+ msgid "Select adverts"
2291
+ msgstr "Wybierz reklamy"
2292
+
2293
+ #: dashboard/publisher/groups-edit.php:349
2294
+ msgid "Visible until"
2295
+ msgstr "Widoczne do"
2296
+
2297
+ #: dashboard/publisher/groups-edit.php:397
2298
+ msgid "No adverts created!"
2299
+ msgstr "Nie utworzono reklam!"
2300
+
2301
+ #: dashboard/publisher/groups-edit.php:404
2302
+ #, fuzzy
2303
+ #| msgid "Configuration errors"
2304
+ msgid "Configuration errors."
2305
+ msgstr "Błędy konfiguracji"
2306
+
2307
+ #: dashboard/publisher/groups-edit.php:405
2308
+ #: dashboard/publisher/schedules-main.php:87
2309
+ msgid "Expires soon."
2310
+ msgstr "Wygasa wkrótce."
2311
+
2312
+ #: dashboard/publisher/groups-edit.php:406
2313
+ #: dashboard/publisher/schedules-main.php:88
2314
+ msgid "Has expired."
2315
+ msgstr "Wygasła."
2316
+
2317
+ #: dashboard/publisher/groups-main.php:21
2318
+ msgid "Delete Group"
2319
+ msgstr "Usuń grupę"
2320
+
2321
+ #: dashboard/publisher/groups-main.php:22
2322
+ msgid "Delete Group including adverts"
2323
+ msgstr "Usuń grupę z reklamami"
2324
+
2325
+ #: dashboard/publisher/groups-main.php:24
2326
+ msgid "You are about to delete a group"
2327
+ msgstr "Zamierzasz usunąć grupę reklam"
2328
+
2329
+ #: dashboard/publisher/groups-main.php:24
2330
+ msgid "This action can not be undone!"
2331
+ msgstr "Tej operacji nie można cofnąć!"
2332
+
2333
+ #: dashboard/publisher/groups-main.php:24 dashboard/settings/maintenance.php:22
2334
+ #: dashboard/settings/maintenance.php:91
2335
+ msgid "OK to continue, CANCEL to stop."
2336
+ msgstr "Naciśnij OK, by kontynuować, Anuluj by zatrzymać."
2337
+
2338
+ #: dashboard/publisher/groups-main.php:84
2339
+ #, fuzzy
2340
+ #| msgid "No adverts created!"
2341
+ msgid "No groups created!"
2342
+ msgstr "Nie utworzono reklam!"
2343
+
2344
+ #: dashboard/publisher/media.php:17
2345
+ msgid "Upload new file"
2346
+ msgstr "Prześlij nowy plik"
2347
+
2348
+ #: dashboard/publisher/media.php:18
2349
+ msgid "Accepted files:"
2350
+ msgstr "Akceptowane formaty:"
2351
+
2352
+ #: dashboard/publisher/media.php:18
2353
+ msgid "Maximum size is 512Kb per file."
2354
+ msgstr "Maksymalny rozmiar pliku to 512KB."
2355
+
2356
+ #: dashboard/publisher/media.php:18
2357
+ msgid ""
2358
+ "Make sure your file has no spaces or special characters in the name. Replace "
2359
+ "spaces with a - or _."
2360
+ msgstr ""
2361
+ "Upewnij się, że w nazwie pliku nie ma spacji ani znaków specjalnych. Zastąp "
2362
+ "spacje przez - lub _."
2363
+
2364
+ #: dashboard/publisher/media.php:18
2365
+ msgid ""
2366
+ "If you remove spaces from filenames for HTML5 adverts also edit the html "
2367
+ "file so it knows about the changed name. For example for the javascript file."
2368
+ msgstr ""
2369
+ "Jeśli usuniesz spacje z nazw plików reklam HTML5, zmień także plik HTML, "
2370
+ "żeby odwoływał się do zmienionej nazwy."
2371
+
2372
+ #: dashboard/publisher/media.php:21
2373
+ msgid "Upload file"
2374
+ msgstr "Wyślij plik"
2375
+
2376
+ #: dashboard/publisher/media.php:21
2377
+ msgid "Click only once per file!"
2378
+ msgstr "Kliknij tylko raz na plik!"
2379
+
2380
+ #: dashboard/publisher/media.php:25
2381
+ msgid "Available files in"
2382
+ msgstr "Dostępne pliki"
2383
+
2384
+ #: dashboard/publisher/media.php:31
2385
+ msgid "Actions"
2386
+ msgstr "Działania"
2387
+
2388
+ #: dashboard/publisher/media.php:65
2389
+ msgid "No files found!"
2390
+ msgstr "Nie odnaleziono plików!"
2391
+
2392
+ #: dashboard/publisher/media.php:72
2393
+ msgid ""
2394
+ "Make sure the banner images are not in use by adverts when you delete them!"
2395
+ msgstr ""
2396
+ "Upewnij się, że obrazy banerów nie są używane przez reklamy, zanim je "
2397
+ "usuniesz!"
2398
+
2399
+ #: dashboard/publisher/media.php:73 dashboard/publisher/schedules-main.php:89
2400
+ #: dashboard/publisher/statistics-advert.php:109
2401
+ #: dashboard/publisher/statistics-group.php:113
2402
+ #: dashboard/publisher/statistics-main.php:83
2403
+ #, fuzzy
2404
+ #| msgid "Favorite feature in AdRotate Professional?"
2405
+ msgid "Get more features with AdRotate Pro"
2406
+ msgstr "Ulubiona funkcja w AdRotate Professional?"
2407
+
2408
+ #: dashboard/publisher/schedules-main.php:13
2409
+ msgid ""
2410
+ "In AdRotate Pro you can schedule adverts for multiple periods of time. One "
2411
+ "schedule can be assigned to many adverts allowing you to manage multi advert "
2412
+ "campaigns easily. Schedules can be active on certain days of the week or on "
2413
+ "certain hours of the day."
2414
+ msgstr ""
2415
+
2416
+ #: dashboard/publisher/schedules-main.php:36
2417
+ msgid "Max Shown"
2418
+ msgstr "Maksimum wyświetleń"
2419
+
2420
+ #: dashboard/publisher/schedules-main.php:37
2421
+ msgid "Max Clicks"
2422
+ msgstr "Maksymalna liczba kliknięć"
2423
+
2424
+ #: dashboard/publisher/schedules-main.php:70
2425
+ msgid "Mon:"
2426
+ msgstr "Pn:"
2427
+
2428
+ #: dashboard/publisher/schedules-main.php:70
2429
+ msgid "Tue:"
2430
+ msgstr "Wt:"
2431
+
2432
+ #: dashboard/publisher/schedules-main.php:70
2433
+ msgid "Wed:"
2434
+ msgstr "Śr:"
2435
+
2436
+ #: dashboard/publisher/schedules-main.php:70
2437
+ msgid "Thu:"
2438
+ msgstr "Cz:"
2439
+
2440
+ #: dashboard/publisher/schedules-main.php:70
2441
+ msgid "Fri:"
2442
+ msgstr "Pt:"
2443
+
2444
+ #: dashboard/publisher/schedules-main.php:70
2445
+ msgid "Sat:"
2446
+ msgstr "So:"
2447
+
2448
+ #: dashboard/publisher/schedules-main.php:70
2449
+ msgid "Sun:"
2450
+ msgstr "N:"
2451
+
2452
+ #: dashboard/publisher/schedules-main.php:70
2453
+ msgid "Between:"
2454
+ msgstr "Między:"
2455
+
2456
+ #: dashboard/publisher/schedules-main.php:70
2457
+ msgid "Impression spread:"
2458
+ msgstr "Rozkład wyświetleń:"
2459
+
2460
+ #: dashboard/publisher/schedules-main.php:70
2461
+ msgid "Auto Delete:"
2462
+ msgstr "Usuń automatycznie:"
2463
+
2464
+ #: dashboard/publisher/schedules-main.php:81
2465
+ msgid "Nothing here!"
2466
+ msgstr "Nic tu nie ma!"
2467
+
2468
+ #: dashboard/publisher/statistics-advert.php:39
2469
+ msgid "Statistics for advert"
2470
+ msgstr "Statystyka reklamy"
2471
+
2472
+ #: dashboard/publisher/statistics-advert.php:46
2473
+ #: dashboard/publisher/statistics-group.php:53
2474
+ #: dashboard/publisher/statistics-main.php:30
2475
+ msgid "All time"
2476
+ msgstr "Cały czas"
2477
+
2478
+ #: dashboard/publisher/statistics-advert.php:51
2479
+ #: dashboard/publisher/statistics-advert.php:57
2480
+ #: dashboard/publisher/statistics-advert.php:71
2481
+ #: dashboard/publisher/statistics-advert.php:77
2482
+ #: dashboard/publisher/statistics-advert.php:98
2483
+ #: dashboard/publisher/statistics-group.php:58
2484
+ #: dashboard/publisher/statistics-group.php:64
2485
+ #: dashboard/publisher/statistics-group.php:78
2486
+ #: dashboard/publisher/statistics-group.php:84
2487
+ #: dashboard/publisher/statistics-group.php:103
2488
+ #: dashboard/publisher/statistics-main.php:39
2489
+ #: dashboard/publisher/statistics-main.php:53
2490
+ #: dashboard/publisher/statistics-main.php:57
2491
+ #: dashboard/publisher/statistics-main.php:74
2492
+ msgid "Impressions"
2493
+ msgstr "Odsłony"
2494
+
2495
+ #: dashboard/publisher/statistics-advert.php:64
2496
+ #: dashboard/publisher/statistics-group.php:71
2497
+ #: dashboard/publisher/statistics-main.php:46
2498
+ msgid "Last month"
2499
+ msgstr "Poprzedni miesiąc"
2500
+
2501
+ #: dashboard/publisher/statistics-advert.php:85
2502
+ #: dashboard/publisher/statistics-group.php:92
2503
+ #: dashboard/publisher/statistics-main.php:64
2504
+ msgid "Monthly overview of clicks and impressions"
2505
+ msgstr "Miesięczne zestawienie kliknięć i wyświetleń"
2506
+
2507
+ #: dashboard/publisher/statistics-advert.php:108
2508
+ #: dashboard/publisher/statistics-group.php:112
2509
+ #: dashboard/publisher/statistics-main.php:82
2510
+ #: dashboard/settings/notifications.php:58
2511
+ msgid "Note:"
2512
+ msgstr "Uwaga:"
2513
+
2514
+ #: dashboard/publisher/statistics-advert.php:108
2515
+ #: dashboard/publisher/statistics-group.php:112
2516
+ #: dashboard/publisher/statistics-main.php:82
2517
+ msgid ""
2518
+ "All statistics are indicative. They do not nessesarily reflect results "
2519
+ "counted by other parties."
2520
+ msgstr ""
2521
+ "Wszystkie statystyki są orientacyjne. Nie muszą odpowiadać wynikom "
2522
+ "wyliczonym przez innych."
2523
+
2524
+ #: dashboard/publisher/statistics-group.php:46
2525
+ msgid "Statistics for group"
2526
+ msgstr "Statystyka dla grupy"
2527
+
2528
+ #: dashboard/publisher/statistics-main.php:37
2529
+ msgid "Adverts counting stats"
2530
+ msgstr "Zliczanie statystyki reklam"
2531
+
2532
+ #: dashboard/settings/advertisers.php:16
2533
+ msgid "Advertisers - Available in AdRotate Pro"
2534
+ msgstr ""
2535
+
2536
+ #: dashboard/settings/advertisers.php:17
2537
+ #, fuzzy
2538
+ #| msgid "Enable advertisers so they can review and manage their own adverts."
2539
+ msgid "Enable advertisers so they can review and manage their own ads."
2540
+ msgstr "Włącz reklamodawców, by mogli zarządzać swoimi reklamami."
2541
+
2542
+ #: dashboard/settings/advertisers.php:20
2543
+ msgid "Enable Advertisers"
2544
+ msgstr "Włącz opcję reklamodawcy"
2545
+
2546
+ #: dashboard/settings/advertisers.php:22
2547
+ msgid "Allow adverts to be coupled to users (Advertisers)."
2548
+ msgstr "Zezwalaj na łączenie reklam z użytkownikami (reklamodawcami)."
2549
+
2550
+ #: dashboard/settings/advertisers.php:26
2551
+ msgid "Edit/update adverts"
2552
+ msgstr "Edytuj/aktualizuj reklamy"
2553
+
2554
+ #: dashboard/settings/advertisers.php:28
2555
+ msgid "Allow advertisers to add new or edit their adverts."
2556
+ msgstr "Pozwól reklamodawcom na dodawanie oraz edytowanie reklam."
2557
+
2558
+ #: dashboard/settings/advertisers.php:32
2559
+ msgid "Mobile adverts"
2560
+ msgstr "Reklamy mobilne"
2561
+
2562
+ #: dashboard/settings/advertisers.php:34
2563
+ msgid "Allow advertisers to specify on which devices their ads will show."
2564
+ msgstr ""
2565
+ "Pozwól reklamodawcom określić, na których urządzenia będą wyświetlane ich "
2566
+ "reklamy."
2567
+
2568
+ #: dashboard/settings/advertisers.php:40
2569
+ msgid ""
2570
+ "Allow advertisers to specify where their ads will show. Geo Targeting has to "
2571
+ "be enabled, too."
2572
+ msgstr ""
2573
+ "Pozwól reklamodawcom określić, gdzie będą wyświetlane ich reklamy. Wymagane "
2574
+ "jest włączenie geolokalizacji."
2575
+
2576
+ #: dashboard/settings/advertisers.php:44
2577
+ msgid "Advertiser role"
2578
+ msgstr "Rola reklamodawcy"
2579
+
2580
+ #: dashboard/settings/advertisers.php:46
2581
+ msgid "Create a seperate user role for your advertisers."
2582
+ msgstr "Utwórz osobną rolę dla reklamodawców."
2583
+
2584
+ #: dashboard/settings/advertisers.php:47
2585
+ msgid ""
2586
+ "Don't forget to give these users access to their advertiser dashboard via "
2587
+ "the Roles tab."
2588
+ msgstr ""
2589
+ "Nie zapomnij dać tym użytkownikom dostęp do kokpitu reklamodawcy w karcie "
2590
+ "Role."
2591
+
2592
+ #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2593
+ #: dashboard/settings/maintenance.php:97 dashboard/settings/misc.php:47
2594
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2595
+ #: dashboard/settings/statistics.php:83
2596
+ msgid "Update Options"
2597
+ msgstr "Zapisz opcje"
2598
+
2599
+ #: dashboard/settings/general.php:17
2600
+ msgid "General Settings"
2601
+ msgstr "Ustawienia ogólne"
2602
+
2603
+ #: dashboard/settings/general.php:18
2604
+ msgid "General settings for AdRotate."
2605
+ msgstr "Ogólne ustawienia AdRotate."
2606
+
2607
+ #: dashboard/settings/general.php:18 dashboard/settings/statistics.php:18
2608
+ msgid "Some options are only available in AdRotate Pro!"
2609
+ msgstr ""
2610
+
2611
+ #: dashboard/settings/general.php:21
2612
+ msgid "Shortcode in widgets"
2613
+ msgstr "Shortcode w widżetach"
2614
+
2615
+ #: dashboard/settings/general.php:22
2616
+ #, fuzzy
2617
+ #| msgid ""
2618
+ #| "Enable this option to if your theme does not support shortcodes in the "
2619
+ #| "WordPress text widget. (This does not always work!)"
2620
+ msgid ""
2621
+ "Enable this option to if your theme does not support shortcodes in the "
2622
+ "WordPress text widget."
2623
+ msgstr ""
2624
+ "Włącz tę opcję, jeśli Twój motyw nie obsługuje shortcode w widżecie "
2625
+ "tekstowym WordPress (nie zawsze działa!)"
2626
+
2627
+ #: dashboard/settings/general.php:25
2628
+ msgid "Disable live preview"
2629
+ msgstr "Wyłącz podgląd na żywo"
2630
+
2631
+ #: dashboard/settings/general.php:26
2632
+ #, fuzzy
2633
+ #| msgid ""
2634
+ #| "Enable this option if you have faulty adverts that 'take over' the edit "
2635
+ #| "screen while creating/editing adverts."
2636
+ msgid ""
2637
+ "Enable this option if you have faulty adverts that overflow their designated "
2638
+ "area while creating/editing adverts."
2639
+ msgstr ""
2640
+ "Włącz tę opcję, jeżeli masz wadliwe reklamy, które wychodzą poza wyznaczone "
2641
+ "miejsce."
2642
+
2643
+ #: dashboard/settings/general.php:29
2644
+ msgid "Disable dynamic mode"
2645
+ msgstr "Wyłącz tryb dynamiczny"
2646
+
2647
+ #: dashboard/settings/general.php:30
2648
+ #, fuzzy
2649
+ #| msgid ""
2650
+ #| "Enable this option to turn off dynamic mode in groups for mobile devices. "
2651
+ #| "Recommended if you notice skipping or jumpy content."
2652
+ msgid ""
2653
+ "Enable this option to disable dynamic mode in groups for mobile devices if "
2654
+ "you notice skipping or jumpy content."
2655
+ msgstr ""
2656
+ "Włącz tę opcję, aby wyłączyć tryb dynamiczny w grupach dla urządzeń "
2657
+ "mobilnych. Zalecena, jeśli reklama skacze lub jest ucięta."
2658
+
2659
+ #: dashboard/settings/general.php:33
2660
+ msgid "Load jQuery"
2661
+ msgstr "Wczytaj jQuery"
2662
+
2663
+ #: dashboard/settings/general.php:34
2664
+ msgid ""
2665
+ "Enable this option if your theme does not load jQuery. jQuery is required "
2666
+ "for dynamic groups, statistics and some other features."
2667
+ msgstr ""
2668
+ "Włącz tę opcję, jeśli Twój motyw nie używa jQuery. jQuery jest wymagane dla "
2669
+ "grup dynamicznych, statystyki i kilku innych funkcji."
2670
+
2671
+ #: dashboard/settings/general.php:37
2672
+ msgid "Load scripts in footer?"
2673
+ msgstr "Skrypty w stopce?"
2674
+
2675
+ #: dashboard/settings/general.php:38
2676
+ msgid ""
2677
+ "Enable this option if you want to load all AdRotate Javascripts in the "
2678
+ "footer of your site."
2679
+ msgstr ""
2680
+ "Włącz tę opcję, jeśli chcesz, aby załadować wszystkie skrypty AdRotate w "
2681
+ "stopce witryny."
2682
+
2683
+ #: dashboard/settings/general.php:41
2684
+ msgid "Adblock disguise"
2685
+ msgstr "Unikanie AdBlocka"
2686
+
2687
+ #: dashboard/settings/general.php:43
2688
+ msgid "Leave empty to disable. Use only lowercaps letters. For example:"
2689
+ msgstr "Zostaw puste, aby wyłączyć. Używaj tylko małych liter. Na przykład:"
2690
+
2691
+ #: dashboard/settings/general.php:44
2692
+ msgid ""
2693
+ "Try and avoid adblock plugins in most modern browsers when using shortcodes."
2694
+ msgstr ""
2695
+ "Spróbuj oszukać wtyczki Adblock w większości przeglądarek, kiedy używasz "
2696
+ "shortcodes."
2697
+
2698
+ #: dashboard/settings/general.php:44
2699
+ msgid ""
2700
+ "To also apply this feature to widgets, use a text widget with a shortcode "
2701
+ "instead of the AdRotate widget."
2702
+ msgstr ""
2703
+ "Aby zastosować tę funkcję do widżetów, użyj widżetu tekstowego z shortcode "
2704
+ "zamiast widżetu AdRotate."
2705
+
2706
+ #: dashboard/settings/general.php:44
2707
+ msgid ""
2708
+ "Avoid the use of obvious keywords or filenames in your adverts or this "
2709
+ "feature will have little effect!"
2710
+ msgstr ""
2711
+ "Unikaj korzystania z oczywistych słów kluczowych lub nazw w swoich "
2712
+ "reklamach, w przeciwnym razie ta funkcja będzie miała niewielki efekt!"
2713
+
2714
+ #: dashboard/settings/general.php:49
2715
+ msgid "Banner Folder"
2716
+ msgstr "Folder banerów"
2717
+
2718
+ #: dashboard/settings/general.php:50
2719
+ msgid "Set a folder where your banner images will be stored."
2720
+ msgstr "Wybierz folder dla banerów reklam."
2721
+
2722
+ #: dashboard/settings/general.php:53
2723
+ msgid "Folder name"
2724
+ msgstr "Nazwa folderu"
2725
+
2726
+ #: dashboard/settings/general.php:55
2727
+ msgid "(Default: banners)."
2728
+ msgstr "(Domyślnie: banners)."
2729
+
2730
+ #: dashboard/settings/general.php:56
2731
+ msgid ""
2732
+ "To try and trick ad blockers you could set the folder to something crazy "
2733
+ "like:"
2734
+ msgstr ""
2735
+ "Możesz spróbować oszukać programy blokujące reklamy, podając nietypową nazwę "
2736
+ "folderów, na przykład:"
2737
+
2738
+ #: dashboard/settings/general.php:57
2739
+ msgid ""
2740
+ "This folder will not be automatically created if it doesn't exist. AdRotate "
2741
+ "will show errors when the folder is missing."
2742
+ msgstr ""
2743
+ "Ten folder nie zostanie automatycznie utworzony. AdRotate wyświetli błędy, "
2744
+ "jeśli nie odnajdzie katalogu."
2745
+
2746
+ #: dashboard/settings/general.php:62
2747
+ msgid "Bot filter"
2748
+ msgstr "Filtr botów"
2749
+
2750
+ #: dashboard/settings/general.php:63
2751
+ #, fuzzy
2752
+ #| msgid ""
2753
+ #| "The bot filter is used for Geo Targeting and the AdRotate stats tracker."
2754
+ msgid "The bot filter is used for the AdRotate stats tracker."
2755
+ msgstr "Filtr botów służy do geolokalizacji i statystyk AdRotate."
2756
+
2757
+ #: dashboard/settings/general.php:66
2758
+ msgid "User-Agent Filter"
2759
+ msgstr "Filtr identyfikatorów przeglądarek"
2760
+
2761
+ #: dashboard/settings/general.php:69
2762
+ msgid ""
2763
+ "A comma separated list of keywords. Filter out bots/crawlers/user-agents."
2764
+ msgstr ""
2765
+ "Oddzielona przecinkami lista słów kluczowych. Filtruje boty i przeglądarki."
2766
+
2767
+ #: dashboard/settings/general.php:70
2768
+ msgid ""
2769
+ "Keep in mind that this might give false positives. The word 'fire' also "
2770
+ "matches 'firefox', but not vice-versa. So be careful!"
2771
+ msgstr ""
2772
+ "Należy pamiętać, że może to dać fałszywe trafienia. Słowo 'fire' pasuje "
2773
+ "również do 'Firefox'firefox, ale nie odwrotnie. Bądź ostrożny!"
2774
+
2775
+ #: dashboard/settings/general.php:71
2776
+ msgid ""
2777
+ "Only words with alphanumeric characters and [ - _ ] are allowed. All other "
2778
+ "characters are stripped out."
2779
+ msgstr ""
2780
+ "Dopuszczalne są tylko słowa ze znakami alfanumerycznymi i [- _]. Pozostałe "
2781
+ "znaki zostaną usunięte."
2782
+
2783
+ #: dashboard/settings/general.php:72
2784
+ msgid ""
2785
+ "Additionally to the list specified here, empty User-Agents are blocked as "
2786
+ "well."
2787
+ msgstr "Oprócz podanej listy blokowani są klienci z pustym polem User Agent."
2788
+
2789
+ #: dashboard/settings/general.php:72
2790
+ msgid "Learn more about"
2791
+ msgstr "Dowiedź się więcej"
2792
+
2793
+ #: dashboard/settings/general.php:72
2794
+ msgid "user-agents"
2795
+ msgstr "identyfikatory przeglądarek"
2796
+
2797
+ #: dashboard/settings/geotargeting.php:17
2798
+ msgid "Geo Targeting - Available in AdRotate Pro"
2799
+ msgstr ""
2800
+
2801
+ #: dashboard/settings/geotargeting.php:18
2802
+ msgid "Target certain areas in the world for better advertising oppurtunities."
2803
+ msgstr "Dopasuj reklamy do regionów świata."
2804
+
2805
+ #: dashboard/settings/geotargeting.php:21
2806
+ msgid "Which Geo Service"
2807
+ msgstr "Wybierz usługę geolokalizacji"
2808
+
2809
+ #: dashboard/settings/geotargeting.php:32
2810
+ #, fuzzy
2811
+ #| msgid "30000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2812
+ msgid "30000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2813
+ msgstr ""
2814
+ "30000 darmowych wyszuków każdego dnia, korzysta z baz danych GeoLite2 firmy "
2815
+ "MaxMind!"
2816
+
2817
+ #: dashboard/settings/geotargeting.php:33
2818
+ #: dashboard/settings/geotargeting.php:37
2819
+ #: dashboard/settings/geotargeting.php:41
2820
+ #: dashboard/settings/geotargeting.php:45 dashboard/settings/statistics.php:33
2821
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:39
2822
+ #: dashboard/settings/statistics.php:42 dashboard/settings/statistics.php:45
2823
+ msgid "Supports:"
2824
+ msgstr "Wspiera:"
2825
+
2826
+ #: dashboard/settings/geotargeting.php:34
2827
+ #: dashboard/settings/geotargeting.php:38
2828
+ #: dashboard/settings/geotargeting.php:42
2829
+ #: dashboard/settings/geotargeting.php:46
2830
+ msgid "Scalability:"
2831
+ msgstr "Skalowalność:"
2832
+
2833
+ #: dashboard/settings/geotargeting.php:34
2834
+ msgid "Suitable for small to medium sized websites."
2835
+ msgstr "Nadaje się do małych i średnich witryn."
2836
+
2837
+ #: dashboard/settings/geotargeting.php:36
2838
+ #: dashboard/settings/geotargeting.php:40
2839
+ msgid "More info"
2840
+ msgstr "Więcej informacji"
2841
+
2842
+ #: dashboard/settings/geotargeting.php:36
2843
+ msgid "10000 free lookups per month, requires account."
2844
+ msgstr "10000 darmowy zapytań miesięcznie, wymaga konta."
2845
+
2846
+ #: dashboard/settings/geotargeting.php:38
2847
+ msgid ""
2848
+ "Suitable for small to medium sized websites with a free account - Paid "
2849
+ "options available."
2850
+ msgstr ""
2851
+ "Darmowe konto nadaje się do małych i średnich witryn. Dostępne są płatne "
2852
+ "opcje."
2853
+
2854
+ #: dashboard/settings/geotargeting.php:40
2855
+ msgid "The most accurate geo targeting available."
2856
+ msgstr "Najdokładniejsza dostępna geolokalizacja."
2857
+
2858
+ #: dashboard/settings/geotargeting.php:42
2859
+ msgid "Suitable for any size website as long as you have lookups."
2860
+ msgstr ""
2861
+ "Nadaje się do każdego rozmiaru strony tak długo, jak masz wyszukiwania."
2862
+
2863
+ #: dashboard/settings/geotargeting.php:44
2864
+ msgid "Basic geolocation included in every CloudFlare account."
2865
+ msgstr "Podstawowa geolokalizacja dostępna na każdym koncie CloudFlare."
2866
+
2867
+ #: dashboard/settings/geotargeting.php:46
2868
+ msgid "Suitable for any size website."
2869
+ msgstr "Nadaje się do każdego rozmiaru strony."
2870
+
2871
+ #: dashboard/settings/geotargeting.php:51
2872
+ msgid "Geo Cookie Lifespan"
2873
+ msgstr "Trwałość ciasteczka Geo"
2874
+
2875
+ #: dashboard/settings/geotargeting.php:60
2876
+ msgid "Hours."
2877
+ msgstr "Godzin."
2878
+
2879
+ #: dashboard/settings/geotargeting.php:61
2880
+ msgid ""
2881
+ "Geo Data is stored in a cookie to reduce lookups. How long should this "
2882
+ "cookie last? A longer period is less accurate for mobile users but may "
2883
+ "reduce the usage of your lookups drastically."
2884
+ msgstr ""
2885
+ "Dane geolokacji są przechowywane w ciasteczku, by ograniczyć liczbę "
2886
+ "wyszukiwań. Jak długo przechowywać ciasteczko? Dłuższy okres jest mniej "
2887
+ "dokładny, ale gwałtownie zmniejsza liczbę wyszukiwań."
2888
+
2889
+ #: dashboard/settings/geotargeting.php:67
2890
+ #, fuzzy
2891
+ #| msgid "MaxMind City/Country and ipstack"
2892
+ msgid "MaxMind City/Country"
2893
+ msgstr "Miasto/kraj MaxMind i Ipstack"
2894
+
2895
+ #: dashboard/settings/geotargeting.php:70
2896
+ msgid "Username/Email"
2897
+ msgstr ""
2898
+
2899
+ #: dashboard/settings/geotargeting.php:74
2900
+ #, fuzzy
2901
+ #| msgid "License Key"
2902
+ msgid "Password/License Key"
2903
+ msgstr "Klucz licencji"
2904
+
2905
+ #: dashboard/settings/maintenance.php:17
2906
+ msgid ""
2907
+ "Use these functions when you notice your database is slow, unresponsive and "
2908
+ "sluggish."
2909
+ msgstr ""
2910
+
2911
+ #: dashboard/settings/maintenance.php:22
2912
+ msgid "Check all adverts for configuration errors"
2913
+ msgstr "Sprawdź wszystkie ogłoszenia pod kątem błędów konfiguracji"
2914
+
2915
+ #: dashboard/settings/maintenance.php:22
2916
+ msgid "You are about to check all adverts for errors."
2917
+ msgstr "Masz zamiar sprawdzić wszystkie ogłoszenia pod kątem błędów."
2918
+
2919
+ #: dashboard/settings/maintenance.php:22
2920
+ msgid "This might take a few seconds!"
2921
+ msgstr "Może to potrwać kilka sekund!"
2922
+
2923
+ #: dashboard/settings/maintenance.php:24
2924
+ msgid ""
2925
+ "Apply all evaluation rules to all adverts to see if any error slipped in."
2926
+ msgstr ""
2927
+ "Zastosuj wszystkie reguł do każdej reklamy w celu wykrycia ewentualnych "
2928
+ "błędów."
2929
+
2930
+ #: dashboard/settings/maintenance.php:28
2931
+ #, fuzzy
2932
+ #| msgid "Clean-up Database"
2933
+ msgid "Clean-up Database and Files"
2934
+ msgstr "Wyczyść bazę danych"
2935
+
2936
+ #: dashboard/settings/maintenance.php:30
2937
+ #, fuzzy
2938
+ #| msgid "Clean-up Database"
2939
+ msgid "Clean-up database and old files"
2940
+ msgstr "Wyczyść bazę danych"
2941
+
2942
+ #: dashboard/settings/maintenance.php:30
2943
+ #, fuzzy
2944
+ #| msgid "You are about to optimize the AdRotate database."
2945
+ msgid "You are about to do maintenance on your setup of AdRotate."
2946
+ msgstr "Optymalizujesz bazę danych AdRotate."
2947
+
2948
+ #: dashboard/settings/maintenance.php:30
2949
+ #, fuzzy
2950
+ #| msgid ""
2951
+ #| "You are about to clean up your database. This may delete expired "
2952
+ #| "schedules, older statistics and try to delete export files"
2953
+ msgid ""
2954
+ "This optionally may delete old statistics and tries to delete old export "
2955
+ "files."
2956
+ msgstr ""
2957
+ "Zamierzasz wyczyścić bazę danych. Może to spowodować usunięcie zakończonych "
2958
+ "harmonogramów i starych danych statystycznych oraz plików eksportu"
2959
+
2960
+ #: dashboard/settings/maintenance.php:30
2961
+ msgid "Are you sure you want to continue?"
2962
+ msgstr "Na pewno kontynuować?"
2963
+
2964
+ #: dashboard/settings/maintenance.php:30
2965
+ msgid "THIS ACTION CAN NOT BE UNDONE!"
2966
+ msgstr "TEJ AKCJI NIE MOŻNA COFNĄĆ!"
2967
+
2968
+ #: dashboard/settings/maintenance.php:32
2969
+ msgid "Basic database maintenance."
2970
+ msgstr ""
2971
+
2972
+ #: dashboard/settings/maintenance.php:33
2973
+ #, fuzzy
2974
+ #| msgid "Delete stats older than 356 days."
2975
+ msgid "Delete stats older than 365 days."
2976
+ msgstr "Usuń dane statystyczne starsze niż 365 dni."
2977
+
2978
+ #: dashboard/settings/maintenance.php:34
2979
+ msgid "Delete leftover export files."
2980
+ msgstr "Usuń pozostałości plików eksportu."
2981
+
2982
+ #: dashboard/settings/maintenance.php:35
2983
+ #, fuzzy
2984
+ #| msgid ""
2985
+ #| "For when you create an advert, group or schedule and it does not save or "
2986
+ #| "keep changes you make. Or updates are not shown while your license is "
2987
+ #| "active."
2988
+ msgid ""
2989
+ "For when you create an advert, group or schedule and it does not save or "
2990
+ "keep changes you make."
2991
+ msgstr ""
2992
+ "Podczas tworzenia reklamy, grupy lub harmonogramu i nie zapisuje ani nie "
2993
+ "zachowuje zmian, które wprowadzać. Lub aktualizacje nie są wyświetlane, gdy "
2994
+ "licencja jest aktywna."
2995
+
2996
+ #: dashboard/settings/maintenance.php:35
2997
+ #, fuzzy
2998
+ #| msgid ""
2999
+ #| "Additionally you can delete old schedules, statistics, trashed adverts. "
3000
+ #| "Running this routine from time to time may improve the speed of your site."
3001
+ msgid ""
3002
+ "Additionally you can delete statistics and/or unused export files. This will "
3003
+ "improve the speed of your site."
3004
+ msgstr ""
3005
+ "Dodatkowo możesz usuwać stare harmonogramy, statystyki, reklamy wyrzucane do "
3006
+ "kosza. Uruchamianie tej procedury od czasu do czasu może poprawić szybkość "
3007
+ "witryny."
3008
+
3009
+ #: dashboard/settings/maintenance.php:39
3010
+ #, fuzzy
3011
+ #| msgid ""
3012
+ #| "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
3013
+ #| "database. They only apply to your ads/groups and stats. Not to other "
3014
+ #| "settings or other parts of WordPress! Always always make a backup! If for "
3015
+ #| "any reason your data is lost, damaged or otherwise becomes unusable in "
3016
+ #| "any way or by any means in whichever way I will not take responsibility. "
3017
+ #| "You should always have a backup of your database. These functions do NOT "
3018
+ #| "destroy data. If data is lost, damaged or unusable in any way, your "
3019
+ #| "database likely was beyond repair already. Claiming it worked before "
3020
+ #| "clicking these buttons is not a valid point in any case."
3021
+ msgid ""
3022
+ "DISCLAIMER: The above functions are intented to be used to OPTIMIZE your "
3023
+ "database or clean up overhead data. They only apply to your ads/groups and "
3024
+ "stats. Not to other settings or other parts of WordPress! Always always make "
3025
+ "a backup! If for any reason your data is lost, damaged or otherwise becomes "
3026
+ "unusable in any way or by any means in whichever way I will not take "
3027
+ "responsibility. You should always have a backup of your database. These "
3028
+ "functions do NOT destroy data. If data is lost, damaged or unusable in any "
3029
+ "way, your database likely was beyond repair already. Claiming it worked "
3030
+ "before clicking these buttons is not a valid point in any case."
3031
+ msgstr ""
3032
+ "UWAGA: Powyższe funkcje są przeznaczone do optymalizacji bazy danych. Mają "
3033
+ "one zastosowanie jedynie do reklam/ grup i statystyki, a nie do innych "
3034
+ "ustawień lub innych częściach WordPress! Zawsze wykonuj kopię zapasową! "
3035
+ "Jeśli z jakiegoś powodu dane zostaną utracone, uszkodzone lub w inny sposób "
3036
+ "staną się bezużyteczny, nie biorę za to odpowiedzialności. Zawsze należy "
3037
+ "mieć kopię zapasową bazy danych. Funkcje te nie niszczą danych. Jeśli dane "
3038
+ "zostaną utracone, uszkodzone lub staną się bezużyteczne, baza danych "
3039
+ "prawdopodobnie była już nie do naprawienia. Twierdzenie, że wszystko "
3040
+ "działało przed kliknięciem tych przycisków w żadnym wypadku nie jest "
3041
+ "skutecznym argumentem."
3042
+
3043
+ #: dashboard/settings/maintenance.php:41
3044
+ #, fuzzy
3045
+ #| msgid "Internal Versions"
3046
+ msgid "Status and Versions"
3047
+ msgstr "Wersje wewnętrzne"
3048
+
3049
+ #: dashboard/settings/maintenance.php:44
3050
+ msgid "Current status of adverts"
3051
+ msgstr "Bieżący stan reklam"
3052
+
3053
+ #: dashboard/settings/maintenance.php:45
3054
+ msgid "Normal"
3055
+ msgstr "Zwykły"
3056
+
3057
+ #: dashboard/settings/maintenance.php:45
3058
+ msgid "Error"
3059
+ msgstr "Błąd"
3060
+
3061
+ #: dashboard/settings/maintenance.php:45
3062
+ msgid "Expires Soon"
3063
+ msgstr "Wygasa wkrótce"
3064
+
3065
+ #: dashboard/settings/maintenance.php:45
3066
+ msgid "Unknown"
3067
+ msgstr "Nieznany"
3068
+
3069
+ #: dashboard/settings/maintenance.php:48
3070
+ msgid "Banners/assets Folder"
3071
+ msgstr "Folder reklam"
3072
+
3073
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
3074
+ msgid "Exists and appears writable"
3075
+ msgstr "Istnieje i jest zapisywalny"
3076
+
3077
+ #: dashboard/settings/maintenance.php:52 dashboard/settings/maintenance.php:61
3078
+ msgid "Not writable or does not exist"
3079
+ msgstr "Nie istnieje lub nie jest zapisywalny"
3080
+
3081
+ #: dashboard/settings/maintenance.php:57
3082
+ msgid "Reports Folder"
3083
+ msgstr "Folder raportów"
3084
+
3085
+ #: dashboard/settings/maintenance.php:66
3086
+ msgid "Advert evaluation"
3087
+ msgstr "Weryfikacja reklam"
3088
+
3089
+ #: dashboard/settings/maintenance.php:67
3090
+ msgid "Not scheduled! Re-activate the plugin from the plugins page."
3091
+ msgstr "Nie zaplanowano! Włącz wtyczkę na karcie wtyczek."
3092
+
3093
+ #: dashboard/settings/maintenance.php:68
3094
+ msgid "Clean Trackerdata"
3095
+ msgstr "Czyszczenie danych śledzenia"
3096
+
3097
+ #: dashboard/settings/maintenance.php:69
3098
+ msgid "Not scheduled!"
3099
+ msgstr "Niezaplanowane!"
3100
+
3101
+ #: dashboard/settings/maintenance.php:72
3102
+ msgid "Background tasks"
3103
+ msgstr "Zadania w tle"
3104
+
3105
+ #: dashboard/settings/maintenance.php:74
3106
+ msgid "Reset background tasks"
3107
+ msgstr "Resetuj zadania w tle"
3108
+
3109
+ #: dashboard/settings/maintenance.php:79
3110
+ msgid "Internal Versions"
3111
+ msgstr "Wersje wewnętrzne"
3112
+
3113
+ #: dashboard/settings/maintenance.php:80
3114
+ msgid ""
3115
+ "Unless you experience database issues or a warning shows below, these "
3116
+ "numbers are not really relevant for troubleshooting. Support may ask for "
3117
+ "them to verify your database status."
3118
+ msgstr ""
3119
+ "O ile nie masz problemó∑ z bazą danych lub ostrzeżenia poniżej, poniższe "
3120
+ "liczby nie pomagają w rozwiązaniu problemów. Pomoc techniczna może poprosić "
3121
+ "o te dane do weryfikacji stanu bazy danych."
3122
+
3123
+ #: dashboard/settings/maintenance.php:83
3124
+ msgid "AdRotate version"
3125
+ msgstr "Wersja AdRotate"
3126
+
3127
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
3128
+ msgid "Current:"
3129
+ msgstr "Aktualna:"
3130
+
3131
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
3132
+ msgid "Should be:"
3133
+ msgstr "Powinna być:"
3134
+
3135
+ #: dashboard/settings/maintenance.php:84 dashboard/settings/maintenance.php:86
3136
+ msgid "Previous:"
3137
+ msgstr "Poprzednia:"
3138
+
3139
+ #: dashboard/settings/maintenance.php:85
3140
+ msgid "Database version"
3141
+ msgstr "Wersja bazy danych"
3142
+
3143
+ #: dashboard/settings/maintenance.php:89
3144
+ msgid "Manual upgrade"
3145
+ msgstr "Ręczna aktualizacja"
3146
+
3147
+ #: dashboard/settings/maintenance.php:91
3148
+ msgid "YOU ARE ABOUT TO DO A MANUAL UPDATE FOR ADROTATE."
3149
+ msgstr "Zamierzasz ręcznie aktualizować AdRotate."
3150
+
3151
+ #: dashboard/settings/maintenance.php:91
3152
+ msgid "Make sure you have a database backup!"
3153
+ msgstr "Upewnij się, że masz kopię zapasową bazy danych!"
3154
+
3155
+ #: dashboard/settings/maintenance.php:91
3156
+ msgid "This might take a while and may slow down your site during this action!"
3157
+ msgstr ""
3158
+ "To może zająć chwilę i spowolnić Twoją stronę podczas trwania operacji!"
3159
+
3160
+ #: dashboard/settings/maintenance.php:91
3161
+ msgid "Run updater"
3162
+ msgstr "Uruchom aktualizację"
3163
+
3164
+ #: dashboard/settings/misc.php:19
3165
+ msgid "Widget alignment"
3166
+ msgstr "Wyrównanie widżetu"
3167
+
3168
+ #: dashboard/settings/misc.php:20
3169
+ msgid ""
3170
+ "Check this box if your widgets do not align in your themes sidebar. (Does "
3171
+ "not always help!)"
3172
+ msgstr ""
3173
+ "Zaznacz, jeśli Twój widżet nie mieści się w pasku bocznym. (Nie zawsze "
3174
+ "pomaga!)"
3175
+
3176
+ #: dashboard/settings/misc.php:23
3177
+ msgid "Widget padding"
3178
+ msgstr "Pusta przestrzeń widżetu"
3179
+
3180
+ #: dashboard/settings/misc.php:24
3181
+ #, fuzzy
3182
+ #| msgid ""
3183
+ #| "Enable this to remove the padding (blank space) around adverts in "
3184
+ #| "widgets. (Does not always work!)"
3185
+ msgid ""
3186
+ "Enable this to remove the padding (blank space) around ads in widgets. (Does "
3187
+ "not always work!)"
3188
+ msgstr ""
3189
+ "Włącz, by usunąć pustą powierzchnię wokół reklam w widżecie. (Nie zawsze "
3190
+ "działa!)"
3191
+
3192
+ #: dashboard/settings/misc.php:28
3193
+ msgid "NOTICE:"
3194
+ msgstr "UWAGA:"
3195
+
3196
+ #: dashboard/settings/misc.php:29
3197
+ msgid ""
3198
+ "You have enabled W3 Total Caching support but not defined the security hash."
3199
+ msgstr ""
3200
+ "Włączyłeś obsługę W3 Total Caching, ale nie zdefiniowano kodu bezpieczeństwa."
3201
+
3202
+ #: dashboard/settings/misc.php:29
3203
+ msgid ""
3204
+ "AdRotate has generated the following line for you to add to your wp-config."
3205
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
3206
+ "add this line, check out the following guide;"
3207
+ msgstr ""
3208
+ "AdRotate wygenerowało następujący wiersz, który należy dodać do wp-config."
3209
+ "php koło linii 52 (poniżej nonces WordPress). Jeśli nie wiesz jak dodać tę "
3210
+ "linię, sprawdź poniższy poradnik;"
3211
+
3212
+ #: dashboard/settings/misc.php:29
3213
+ msgid "Set up W3 Total Caching"
3214
+ msgstr "Włącz W3 Total Caching"
3215
+
3216
+ #: dashboard/settings/misc.php:33
3217
+ msgid "W3 Total Caching"
3218
+ msgstr "W3 Total Caching"
3219
+
3220
+ #: dashboard/settings/misc.php:34
3221
+ msgid "Check this box if you use W3 Total Caching on your site."
3222
+ msgstr "Zaznacz, jeśli używasz W3 Total Caching na swojej stronie."
3223
+
3224
+ #: dashboard/settings/misc.php:37
3225
+ msgid "Borlabs Cache"
3226
+ msgstr "Borlabs Cache"
3227
+
3228
+ #: dashboard/settings/misc.php:38
3229
+ msgid "Check this box if you use Borlabs Caching on your site."
3230
+ msgstr "Zaznacz, jeśli używasz Borlabs Cache na swojej stronie."
3231
+
3232
+ #: dashboard/settings/misc.php:42
3233
+ msgid ""
3234
+ "It may take a while for the ad to start rotating. The caching plugin needs "
3235
+ "to refresh the cache. This can take up to a week if not done manually."
3236
+ msgstr ""
3237
+ "Wyświetlanie reklamy w systemie rotacyjnym może zająć trochę czasu. Wtyczka "
3238
+ "buforująca musi odświeżyć bufor. Może zająć to do tygodnia, jeśli nie "
3239
+ "zostanie wykonane ręcznie."
3240
+
3241
+ #: dashboard/settings/misc.php:42
3242
+ msgid ""
3243
+ "Caching support only works for [shortcodes] and the AdRotate Widget. If you "
3244
+ "use a PHP Snippet you need to wrap your PHP in the exclusion code yourself."
3245
+ msgstr ""
3246
+ "Wsparcie buforowania działa jedynie dla skrotów [shortcodes] i dla widżetu "
3247
+ "AdRotate. Jeśli używasz kodu PHP, musisz sam otoczyć kod wyłączeniem z "
3248
+ "buforowania."
3249
+
3250
+ #: dashboard/settings/notifications.php:19
3251
+ #, fuzzy
3252
+ #| msgid "Set up who gets notifications if adverts need your attention."
3253
+ msgid "Set up who gets notifications if ads need your attention."
3254
+ msgstr "Wybierz, kogo powiadomić, jeśli reklamy wymagają uwagi."
3255
+
3256
+ #: dashboard/settings/notifications.php:22
3257
+ msgid "How to notify"
3258
+ msgstr "Metoda powiadamiania"
3259
+
3260
+ #: dashboard/settings/notifications.php:24
3261
+ msgid "Dashboard banner."
3262
+ msgstr "Wiadomość kokpitu."
3263
+
3264
+ #: dashboard/settings/notifications.php:25
3265
+ msgid "Email message."
3266
+ msgstr "Wiadomość e-mail."
3267
+
3268
+ #: dashboard/settings/notifications.php:29
3269
+ msgid "Test notification"
3270
+ msgstr "Testuj powiadomienie"
3271
+
3272
+ #: dashboard/settings/notifications.php:31
3273
+ msgid "Test"
3274
+ msgstr "Testuj"
3275
+
3276
+ #: dashboard/settings/notifications.php:31
3277
+ msgid ""
3278
+ "Send a test notification to enabled methods. Before you test, save the "
3279
+ "options first!"
3280
+ msgstr ""
3281
+ "Wyślij testowe powiadomienie wybranymi metodami. Przed testem zapisz "
3282
+ "ustawienia!"
3283
+
3284
+ #: dashboard/settings/notifications.php:36
3285
+ msgid "Dashboard Banner"
3286
+ msgstr "Baner kokpitu"
3287
+
3288
+ #: dashboard/settings/notifications.php:37
3289
+ msgid ""
3290
+ "These go in a dashboard banner visible to all users with access to AdRotate "
3291
+ "on every WordPress dashboard page."
3292
+ msgstr ""
3293
+ "Pojawiają się w kokpicie, widoczne dla wszystkich użytkowników z dostępem do "
3294
+ "AdRotate na każdej stronie WordPressa."
3295
+
3296
+ #: dashboard/settings/notifications.php:40
3297
+ #: dashboard/settings/notifications.php:52
3298
+ msgid "What"
3299
+ msgstr "Co"
3300
+
3301
+ #: dashboard/settings/notifications.php:42
3302
+ msgid "Expired adverts."
3303
+ msgstr "Reklamy wygasły."
3304
+
3305
+ #: dashboard/settings/notifications.php:43
3306
+ msgid "Almost expired adverts."
3307
+ msgstr "Wygasające reklamy."
3308
+
3309
+ #: dashboard/settings/notifications.php:48
3310
+ msgid "Email Message"
3311
+ msgstr "Wiadomość e-mail"
3312
+
3313
+ #: dashboard/settings/notifications.php:49
3314
+ msgid ""
3315
+ "Receive email notifications about what is happening with your AdRotate setup."
3316
+ msgstr ""
3317
+ "Otrzymuj powiadomienia e-mail o tym, co się dzieje z konfiguracją AdRotate."
3318
+
3319
+ #: dashboard/settings/notifications.php:54
3320
+ msgid "Daily digest of any advert status other than normal."
3321
+ msgstr "Dzienne podsumowania reklam o stanie innym niż zwykły."
3322
+
3323
+ #: dashboard/settings/notifications.php:55
3324
+ msgid "When you are running out of Geo Targeting Lookups."
3325
+ msgstr "Kiedy kończą się zapytania geolokalizacji."
3326
+
3327
+ #: dashboard/settings/notifications.php:56
3328
+ msgid "Any advertiser saving an advert in your moderation queue."
3329
+ msgstr ""
3330
+ "Dowolny reklamodawca zapisze swoje reklamy w Twojej kolejce moderacyjnej."
3331
+
3332
+ #: dashboard/settings/notifications.php:57
3333
+ msgid "A moderator approved an advert from the moderation queue."
3334
+ msgstr ""
3335
+ "Moderator zatwierdzi reklamy umieszczone wcześniej w kolejce moderacyjnej."
3336
+
3337
+ #: dashboard/settings/notifications.php:58
3338
+ msgid "A moderator rejected an advert from the moderation queue."
3339
+ msgstr "Moderator odrzuci reklamy z kolejki moderacyjnej."
3340
+
3341
+ #: dashboard/settings/notifications.php:58
3342
+ msgid ""
3343
+ "If you have a lot of activity with many advertisers adding/changing adverts "
3344
+ "you may get a lot of messages!"
3345
+ msgstr ""
3346
+ "Jeśli Twoi reklamodawcy często dodają/zmieniają reklamy, możesz otrzymać "
3347
+ "mnóstwo wiadomości!"
3348
+
3349
+ #: dashboard/settings/notifications.php:58
3350
+ msgid ""
3351
+ "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3352
+ "spammy. This may result in automated filters such as those used in services "
3353
+ "like Google Gmail and Microsoft Hotmail/Outlook.com blocking your server. "
3354
+ "Make sure you whitelist the sending address in your email account once you "
3355
+ "start receiving notifications!"
3356
+ msgstr ""
3357
+ "Wysyłanie wielu wiadomości e-mail jest czasami postrzegane jako automatyczny "
3358
+ "mailing i uznane za spam. Może to doprowadzić do automatycznych filtrów, "
3359
+ "takich jak te wykorzystywane w usługach takich jak Google Gmail i Microsoft "
3360
+ "Hotmail/Outlook.com. Upewnij się, że adres, z którego wysyłasz "
3361
+ "powiadomienia, jest na białej liście, zanim zaczniesz wysyłanie powiadomień!"
3362
+
3363
+ #: dashboard/settings/notifications.php:63
3364
+ msgid "Publishers"
3365
+ msgstr "Wydawcy"
3366
+
3367
+ #: dashboard/settings/notifications.php:66
3368
+ msgid ""
3369
+ "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3370
+ "separated. This field may not be empty!"
3371
+ msgstr ""
3372
+ "Wiadomości są wysyłane co 24 godziny. Maksymalnie 5 adresów. Oddzielone "
3373
+ "przecinkami. To pole nie może być puste!"
3374
+
3375
+ #: dashboard/settings/notifications.php:73
3376
+ msgid ""
3377
+ "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3378
+ "This field may not be empty!"
3379
+ msgstr ""
3380
+ "Kto dostaje e-mail od reklamodawców. Maksymalnie 5 adresów. Oddzielone "
3381
+ "przecinkami. To pole nie może być puste!"
3382
+
3383
+ #: dashboard/settings/roles.php:18
3384
+ msgid "Who has access to what?"
3385
+ msgstr ""
3386
+
3387
+ #: dashboard/settings/roles.php:21
3388
+ msgid "Manage/Add/Edit adverts"
3389
+ msgstr "Przeglądaj/dodawaj/edytuj reklamy"
3390
+
3391
+ #: dashboard/settings/roles.php:25
3392
+ #, fuzzy
3393
+ #| msgid "Role to see and add/edit adverts."
3394
+ msgid "Role to see and add/edit ads."
3395
+ msgstr "Rola do oglądania, dodawania i edytowania reklam."
3396
+
3397
+ #: dashboard/settings/roles.php:29
3398
+ msgid "Delete/Reset adverts"
3399
+ msgstr "Usuwaj/resetuj reklamy"
3400
+
3401
+ #: dashboard/settings/roles.php:33
3402
+ #, fuzzy
3403
+ #| msgid "Role to delete adverts and reset stats."
3404
+ msgid "Role to delete ads and reset stats."
3405
+ msgstr "Rola do usuwania reklam i resetowania statystyki."
3406
+
3407
+ #: dashboard/settings/roles.php:37
3408
+ msgid "Manage/Add/Edit groups"
3409
+ msgstr "Przeglądaj/dodawaj/edytuj grupy"
3410
+
3411
+ #: dashboard/settings/roles.php:41
3412
+ msgid "Role to see and add/edit groups."
3413
+ msgstr "Rola do przeglądania/dodawania/edytowania grup."
3414
+
3415
+ #: dashboard/settings/roles.php:45
3416
+ msgid "Delete groups"
3417
+ msgstr "Usuwaj grupy"
3418
+
3419
+ #: dashboard/settings/roles.php:49
3420
+ msgid "Role to delete groups."
3421
+ msgstr "Rola do usuwania grup."
3422
+
3423
+ #: dashboard/settings/statistics.php:18
3424
+ msgid "Track statistics for your adverts."
3425
+ msgstr "Śledzenie statystyki Twoich reklam."
3426
+
3427
+ #: dashboard/settings/statistics.php:21
3428
+ msgid "How to track stats"
3429
+ msgstr "Jak śledzić statystykę"
3430
+
3431
+ #: dashboard/settings/statistics.php:24
3432
+ msgid "Disabled - Do not track stats"
3433
+ msgstr "Wyłączone - nie śledź statystyki"
3434
+
3435
+ #: dashboard/settings/statistics.php:32
3436
+ msgid "Tracks impressions and clicks locally"
3437
+ msgstr "Śledzi odsłony i kliknięcia"
3438
+
3439
+ #: dashboard/settings/statistics.php:32 dashboard/settings/statistics.php:35
3440
+ #: dashboard/settings/statistics.php:38 dashboard/settings/statistics.php:44
3441
+ msgid "Setup guide"
3442
+ msgstr "Poradnik konfiguracji"
3443
+
3444
+ #: dashboard/settings/statistics.php:33
3445
+ msgid ""
3446
+ "Clicks and Impressions, Click and impression limits, impression spread for "
3447
+ "schedules. Javascript/HTML5 adverts will only track impressions."
3448
+ msgstr ""
3449
+ "Kliknięcia i odsłony, ich limity, rozkład odsłon w harmonogramach. Reklamy "
3450
+ "Javascript/HTML5 pozwalają jedynie śledzić odsłony."
3451
+
3452
+ #: dashboard/settings/statistics.php:35
3453
+ #, fuzzy
3454
+ #| msgid ""
3455
+ #| "Requires Google Global Tag tracking code installed in your sites footer!"
3456
+ msgid "Requires Google Global Tag tracker installed in your sites footer!"
3457
+ msgstr ""
3458
+ "Wymaga kodu śledzenia Google Global Tag zainstalowanego w stopce witryn!"
3459
+
3460
+ #: dashboard/settings/statistics.php:36 dashboard/settings/statistics.php:42
3461
+ msgid ""
3462
+ "Clicks and Impressions via events. Javascript/HTML5 adverts will only track "
3463
+ "impressions."
3464
+ msgstr ""
3465
+ "Kliknięcia i odsłony przez zdarzenia. Reklamy Javascript/HTML5 pozwalają "
3466
+ "jedynie śledzić odsłony."
3467
+
3468
+ #: dashboard/settings/statistics.php:38
3469
+ msgid ""
3470
+ "Requires Google Tag Manager installed in your sites head tag and a Google "
3471
+ "Analytics Account!"
3472
+ msgstr ""
3473
+ "Wymaga Google Tag Manager zainstalowanego w nagłówku witryny i konta Google "
3474
+ "Analytics!"
3475
+
3476
+ #: dashboard/settings/statistics.php:39
3477
+ msgid ""
3478
+ "Clicks and Impressions via custom events. Javascript/HTML5 adverts will only "
3479
+ "track impressions."
3480
+ msgstr ""
3481
+ "Kliknięcia i odsłony przez własne zdarzenia. Reklamy Javascript/HTML5 "
3482
+ "pozwalają jedynie śledzić odsłony."
3483
+
3484
+ #: dashboard/settings/statistics.php:41
3485
+ msgid ""
3486
+ "Maintained for backwards compatibility, please switch to Google Global Tag "
3487
+ "or Google Tag Manager."
3488
+ msgstr ""
3489
+ "Pozostawione dla zgodności ze starszymi wersjami. Proszę przełączyć na "
3490
+ "Google Global Tag lub Google Tag Manager."
3491
+
3492
+ #: dashboard/settings/statistics.php:44
3493
+ #, fuzzy
3494
+ #| msgid ""
3495
+ #| "Requires Google Global Tag tracking code installed in your sites footer!"
3496
+ msgid "Requires the Matomo tracker installed in your sites footer."
3497
+ msgstr ""
3498
+ "Wymaga kodu śledzenia Google Global Tag zainstalowanego w stopce witryn!"
3499
+
3500
+ #: dashboard/settings/statistics.php:45
3501
+ msgid ""
3502
+ "Click and Impression recording via Cookie. Javascript/HTML5 adverts will "
3503
+ "only track impressions."
3504
+ msgstr ""
3505
+ "Kliknięcia i odsłony przez ciasteczka. Reklamy Javascript/HTML5 pozwalają "
3506
+ "jedynie śledzić odsłony."
3507
+
3508
+ #: dashboard/settings/statistics.php:51
3509
+ msgid "AdRotate Tracker"
3510
+ msgstr "Śledzenie AdRotate"
3511
+
3512
+ #: dashboard/settings/statistics.php:52
3513
+ msgid ""
3514
+ "The settings below are for the internal tracker and have no effect when "
3515
+ "using Piwik/Google Analytics."
3516
+ msgstr ""
3517
+ "Poniższe ustawienia są dla śledzenia wewnętrznego i nie mają wpływu na Piwik/"
3518
+ "Google Analytics."
3519
+
3520
+ #: dashboard/settings/statistics.php:55
3521
+ msgid "Logged in impressions"
3522
+ msgstr "Odsłony dla zalogowanych"
3523
+
3524
+ #: dashboard/settings/statistics.php:57
3525
+ msgid "Track impressions from logged in users."
3526
+ msgstr "Śledź odsłony dla zalogowanych użytkowników."
3527
+
3528
+ #: dashboard/settings/statistics.php:61
3529
+ msgid "Logged in clicks"
3530
+ msgstr "Kliknięcia zalogowanych"
3531
+
3532
+ #: dashboard/settings/statistics.php:63
3533
+ msgid "Track clicks from logged in users."
3534
+ msgstr "Śledź kliknięcia zalogowanych użytkowników."
3535
+
3536
+ #: dashboard/settings/statistics.php:67
3537
+ msgid "Impression timer"
3538
+ msgstr "Czas wyświetlania"
3539
+
3540
+ #: dashboard/settings/statistics.php:69 dashboard/settings/statistics.php:76
3541
+ msgid "Seconds."
3542
+ msgstr "Sekundy."
3543
+
3544
+ #: dashboard/settings/statistics.php:70
3545
+ msgid "Default: 60."
3546
+ msgstr "Domyślnie: 60."
3547
+
3548
+ #: dashboard/settings/statistics.php:70
3549
+ msgid "This number may not be empty, be lower than 10 or exceed 3600 (1 hour)."
3550
+ msgstr ""
3551
+ "Ta liczba nie może być pusta, mniejsza od 10 lub większa od 3600(1 godzina)."
3552
+
3553
+ #: dashboard/settings/statistics.php:74
3554
+ msgid "Click timer"
3555
+ msgstr "Czas kliknięcia"
3556
+
3557
+ #: dashboard/settings/statistics.php:77
3558
+ msgid "Default: 86400."
3559
+ msgstr "Domyślny: 86400."
3560
+
3561
+ #: dashboard/settings/statistics.php:77
3562
+ msgid ""
3563
+ "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3564
+ msgstr ""
3565
+ "Ta liczba nie może być pusta, mniejsza od 60 lub większa od 86400 (24 "
3566
+ "godziny)."
3567
+
3568
+ #: dashboard/support.php:25
3569
+ msgid "Support Forums"
3570
+ msgstr "Forum wsparcia"
3571
+
3572
+ #: dashboard/support.php:27
3573
+ #, fuzzy
3574
+ #| msgid ""
3575
+ #| "When you are stuck with AdRotate Banner Manager or AdRotate Professional, "
3576
+ #| "check the forums first. Chances are your question has already been asked "
3577
+ #| "and answered!"
3578
+ msgid ""
3579
+ "When you are stuck with AdRotate or AdRotate Pro, check the forums first. "
3580
+ "Chances are your question has already been asked and answered!"
3581
+ msgstr ""
3582
+ "Gdy utkniesz z AdRotate Banner Manager lub AdRotate Professional, najpierw "
3583
+ "sprawdź fora. Są szanse, że twoje pytanie zostało już zadane i odpowiedział!"
3584
+
3585
+ #: dashboard/support.php:27
3586
+ msgid ""
3587
+ "Next to the forum there are many manuals and guides available for almost "
3588
+ "every function and feature in the plugin."
3589
+ msgstr ""
3590
+ "Oprócz forum dostępne są podręczniki i poradniki dla większości funkcji "
3591
+ "wtyczki."
3592
+
3593
+ #: dashboard/support.php:27
3594
+ msgid "Take a look at the AdRotate Manuals"
3595
+ msgstr "Zajrzyj do podręczników AdRotate"
3596
+
3597
+ #: dashboard/support.php:29 dashboard/support.php:30 dashboard/support.php:31
3598
+ #: dashboard/support.php:32 dashboard/support.php:33 dashboard/support.php:34
3599
+ msgid "View topics"
3600
+ msgstr "Zobacz tematy"
3601
+
3602
+ #: dashboard/support.php:83
3603
+ msgid "Premium Support available in AdRotate Pro"
3604
+ msgstr ""
3605
+
3606
+ #: dashboard/support.php:86
3607
+ msgid "Premium support always comes first!"
3608
+ msgstr ""
3609
+
3610
+ #: dashboard/support.php:86
3611
+ msgid "No queuing up on the forum..."
3612
+ msgstr ""
3613
+
3614
+ #: dashboard/support.php:86
3615
+ msgid "Using this form includes essential information for a quick answer."
3616
+ msgstr ""
3617
+
3618
+ #: dashboard/support.php:86
3619
+ #, fuzzy
3620
+ #| msgid "Favorite feature in AdRotate Professional?"
3621
+ msgid "Available in AdRotate Professional!"
3622
+ msgstr "Ulubiona funkcja w AdRotate Professional?"
3623
+
3624
+ #: dashboard/support.php:88
3625
+ msgid "Your name:"
3626
+ msgstr "Twoje imię:"
3627
+
3628
+ #: dashboard/support.php:89
3629
+ msgid "Your Email Address:"
3630
+ msgstr "Twój adres email:"
3631
+
3632
+ #: dashboard/support.php:90
3633
+ msgid "Subject:"
3634
+ msgstr "Temat:"
3635
+
3636
+ #: dashboard/support.php:91
3637
+ msgid "Problem description / Question:"
3638
+ msgstr "Opis problemu/pytanie:"
3639
+
3640
+ #: dashboard/support.php:92
3641
+ msgid "Please log in to my website and take a look."
3642
+ msgstr "Zaloguj się do mojej strony i rozejrzyj się."
3643
+
3644
+ #: dashboard/support.php:94
3645
+ msgid "When you send this form the following data will be submitted:"
3646
+ msgstr "Do tego formularza dołączone zostaną następujące dane:"
3647
+
3648
+ #: dashboard/support.php:95
3649
+ msgid ""
3650
+ "Your name, Account email address, Your website url and some basic WordPress "
3651
+ "information will be included with the message."
3652
+ msgstr ""
3653
+ "Twoje zgłoszenie będzie zawierać Twoje imię i nazwisko, adres e-mail, adres "
3654
+ "Twojej strony www i niektóre podstawowe informacje WordPress."
3655
+
3656
+ #: dashboard/support.php:95
3657
+ msgid "This information is treated as confidential and is mandatory."
3658
+ msgstr "Te informacje są traktowane jako poufne i są wymagane."
3659
+
3660
+ #: dashboard/support.php:98
3661
+ msgid "Get Help"
3662
+ msgstr "Uzyskaj pomoc"
3663
+
3664
+ #: dashboard/support.php:98
3665
+ msgid "Premium Support is available in AdRotate Pro!"
3666
+ msgstr ""
3667
+
3668
+ #, fuzzy
3669
+ #~| msgid ""
3670
+ #~| "AdRotate does not check the validity of names so make sure you spell "
3671
+ #~| "them correctly!"
3672
+ #~ msgid ""
3673
+ #~ "AdRotate does not check the validity of names and assumes the basic "
3674
+ #~ "english name"
3675
+ #~ msgstr "AdRotate nie sprawdza poprawności nazw, więc sprawdź pisownię!"
3676
+
3677
+ #~ msgid "[AdRotate] CSV Report!"
3678
+ #~ msgstr "Raport CSV Adrotate!"
3679
+
3680
+ #~ msgid "Hello"
3681
+ #~ msgstr "Witaj"
3682
+
3683
+ #~ msgid ""
3684
+ #~ "Attached in this email you will find the exported CSV file you generated "
3685
+ #~ "on "
3686
+ #~ msgstr "W załączniku wygenerowany plik CSV "
3687
+
3688
+ #~ msgid "Have a nice day!"
3689
+ #~ msgstr "Miłego dnia!"
3690
+
3691
+ #~ msgid "Your AdRotate Notifier"
3692
+ #~ msgstr "Powiadomienia AdRotate"
3693
+
3694
+ #~ msgid "advert(s) with errors!"
3695
+ #~ msgstr "reklamy z błędami!"
3696
+
3697
+ #~ msgid "advert(s) expired!"
3698
+ #~ msgstr "reklamy wygasły!"
3699
+
3700
+ #~ msgid "advert(s) will expire in less than 2 days."
3701
+ #~ msgstr "reklamy wygasną w ciągu 2 dni."
3702
+
3703
+ #~ msgid "advert(s) will expire in less than a week."
3704
+ #~ msgstr "Ta reklama wygaśnie w ciągu 7 dnii!"
3705
+
3706
+ #~ msgid "advert(s) have an unknown status."
3707
+ #~ msgstr "reklamy z nieznanym stanem."
3708
+
3709
+ #~ msgid "This notification is sent to you from your website"
3710
+ #~ msgstr "To powiadomienie pochodzi z Twojej witryny"
3711
+
3712
+ #~ msgid "Access your dashboard here:"
3713
+ #~ msgstr "Dostęp do kokpitu:"
3714
+
3715
+ #~ msgid "[AdRotate]"
3716
+ #~ msgstr "[AdRotate]"
3717
+
3718
+ #~ msgid ""
3719
+ #~ "You can reply to this message by clicking reply in your email client."
3720
+ #~ msgstr ""
3721
+ #~ "Można odpowiedzieć na tę wiadomość, klikając odpowiedź w kliencie "
3722
+ #~ "pocztowym."
3723
+
3724
+ #~ msgid "[AdRotate] An advertiser has put in a request for renewal!"
3725
+ #~ msgstr "[AdRotate] Reklamodawca złożył wniosek o odnowienie!"
3726
+
3727
+ #~ msgid "[AdRotate] An advertiser wants his ad removed."
3728
+ #~ msgstr "[AdRotate] Reklamodawca chce usunąć swoje reklamy."
3729
+
3730
+ #~ msgid "[AdRotate] An advertiser wrote a comment on his ad!"
3731
+ #~ msgstr "[AdRotate] Reklamodawca dodał komentarz do swojej reklamy!"
3732
+
3733
+ #~ msgid "[AdRotate] An advertiser has a problem!"
3734
+ #~ msgstr "[AdRotate] Reklamodawca ma problem!"
3735
+
3736
+ #~ msgid "Hello moderator"
3737
+ #~ msgstr "Witaj, moderatorze"
3738
+
3739
+ #~ msgid "requests ad"
3740
+ #~ msgstr "prosi o reklamę"
3741
+
3742
+ #~ msgid "renewed!"
3743
+ #~ msgstr "odnowione!"
3744
+
3745
+ #~ msgid "removed."
3746
+ #~ msgstr "usunięty."
3747
+
3748
+ #~ msgid "has something to say about ad"
3749
+ #~ msgstr "ma coś do powiedzenia na temat reklamy"
3750
+
3751
+ #~ msgid "has a problem with AdRotate."
3752
+ #~ msgstr "ma problem z AdRotate."
3753
+
3754
+ #~ msgid "Attached message:"
3755
+ #~ msgstr "Dołączony komunikat:"
3756
+
3757
+ #~ msgid "You can reply to this message to contact"
3758
+ #~ msgstr "Możesz odpowiadać na tę wiadomość o kontakt"
3759
+
3760
+ #~ msgid "Review the ad here:"
3761
+ #~ msgstr "Oceń reklamę:"
3762
+
3763
+ #~ msgid "Banner image saved"
3764
+ #~ msgstr "Zapisano obrazek banera"
3765
+
3766
+ #~ msgid "Advertiser updated"
3767
+ #~ msgstr "Reklamodawca zapisany"
3768
+
3769
+ #~ msgid "Asset(s) deleted"
3770
+ #~ msgstr "Zasoby usunięte"
3771
+
3772
+ #~ msgid ""
3773
+ #~ "Something went wrong deleting the file or folder. Make sure your "
3774
+ #~ "permissions are in order."
3775
+ #~ msgstr ""
3776
+ #~ "Usuwanie pliku lub folderu nie powiodło się. Proszę sprawdzić uprawnienia."
3777
+
3778
+ #~ msgid "Email(s) with reports successfully sent"
3779
+ #~ msgstr "E-mail z raportem został wysłany"
3780
+
3781
+ #~ msgid "Weight changed"
3782
+ #~ msgstr "Waga zmieniona"
3783
+
3784
+ #~ msgid "Adverts imported"
3785
+ #~ msgstr "Reklamy zaimportowane"
3786
+
3787
+ #~ msgid "Schedule saved"
3788
+ #~ msgstr "Harmonogram zapisany"
3789
+
3790
+ #~ msgid "Schedule(s) deleted"
3791
+ #~ msgstr "Harmonogramy usunięte"
3792
+
3793
+ #~ msgid "Advert(s) duplicated"
3794
+ #~ msgstr "Reklamy powielone"
3795
+
3796
+ #~ msgid "Advert(s) archived"
3797
+ #~ msgstr "Reklamy zarchizowane"
3798
+
3799
+ #~ msgid "Advert(s) moved to the trash"
3800
+ #~ msgstr "Reklamy przeniesiono do kosza"
3801
+
3802
+ #~ msgid "Advert(s) restored from trash"
3803
+ #~ msgstr "Reklamy przywrócono z kosza"
3804
+
3805
+ #~ msgid "Your message has been sent."
3806
+ #~ msgstr "Twoja wiadomość została wysłana."
3807
+
3808
+ #~ msgid "Header & ads.txt updated."
3809
+ #~ msgstr "Uaktualniono nagłówek i plik ads.txt."
3810
+
3811
+ #~ msgid "Your message has been sent. Someone will be in touch shortly."
3812
+ #~ msgstr ""
3813
+ #~ "Twoja wiadomość została wysłana. Niebawem ktoś powinien się z Tobą "
3814
+ #~ "skontaktować."
3815
+
3816
+ #~ msgid "Advert submitted for review"
3817
+ #~ msgstr "Reklama wysłana do zatwierdzenia"
3818
+
3819
+ #~ msgid "Advert updated and awaiting review"
3820
+ #~ msgstr "Reklama uaktualniona i oczekuje na zatwierdzenie"
3821
+
3822
+ #~ msgid "Ad approved"
3823
+ #~ msgstr "Reklama zatwierdzona"
3824
+
3825
+ #~ msgid "Ad(s) rejected"
3826
+ #~ msgstr "Reklamy odrzucone"
3827
+
3828
+ #~ msgid "Ad(s) queued"
3829
+ #~ msgstr "Reklamy oczekujące"
3830
+
3831
+ #~ msgid "Test notification sent"
3832
+ #~ msgstr "Wysłano testowe powiadomienie"
3833
+
3834
+ #~ msgid "Test mailing sent"
3835
+ #~ msgstr "Wysłano testowy mailing"
3836
+
3837
+ #~ msgid ""
3838
+ #~ "The ad was saved but has an issue which might prevent it from working "
3839
+ #~ "properly. Please contact staff."
3840
+ #~ msgstr ""
3841
+ #~ "Reklama została zapisana, ale ma błędy, które mogą uniemożliwić jej "
3842
+ #~ "poprawne działanie. Proszę skontaktować się z obsługą."
3843
+
3844
+ #~ msgid "No file uploaded."
3845
+ #~ msgstr "Nie wysłano pliku."
3846
+
3847
+ #~ msgid "The file could not be read."
3848
+ #~ msgstr "Nie można odczytać pliku."
3849
+
3850
+ #~ msgid "Wrong file type."
3851
+ #~ msgstr "Nieprawidłowy typ pliku."
3852
+
3853
+ #~ msgid "Wrong file type. No file uploaded."
3854
+ #~ msgstr "Nieprawidłowy typ pliku. Nie przesłano pliku."
3855
+
3856
+ #~ msgid "File is too large."
3857
+ #~ msgstr "Plik jest zbyt duży."
3858
+
3859
+ #~ msgid "There was an error unzipping the file. Please try again later."
3860
+ #~ msgstr "Wystąpił błąd podczas odgrywania pliku. Spróbuj ponownie później."
3861
+
3862
+ #~ msgid "Invalid request"
3863
+ #~ msgstr "Nieprawidłowe żądanie"
3864
+
3865
+ #~ msgid "No license key or email provided"
3866
+ #~ msgstr "Brak klucza licencji lub adresu e-mail"
3867
+
3868
+ #~ msgid ""
3869
+ #~ "The request did not get through or the response was invalid. Contact "
3870
+ #~ "support."
3871
+ #~ msgstr ""
3872
+ #~ "Żądanie nie zostało zaakceptowane albo odpowiedź jest nieprawidłowa. "
3873
+ #~ "Proszę skontaktować się ze wsparciem technnicznym."
3874
+
3875
+ #~ msgid "The email provided is invalid."
3876
+ #~ msgstr "Podany e-mail jest nieprawidłowy."
3877
+
3878
+ #~ msgid "Invalid license key."
3879
+ #~ msgstr "Nieprawidłowy klucz licencji."
3880
+
3881
+ #~ msgid "The purchase matching this product is not complete. Contact support."
3882
+ #~ msgstr ""
3883
+ #~ "Zakup tego produktu nie został sfinalizowany. Proszę skontaktować się z "
3884
+ #~ "pomocą techniczną."
3885
+
3886
+ #~ msgid ""
3887
+ #~ "No remaining activations for this license. You can manage your license "
3888
+ #~ "activations from your account on ajdg.solutions."
3889
+ #~ msgstr ""
3890
+ #~ "Brak dostępnych aktywacji dla tej licencji. Możesz zarządzać aktywacjami "
3891
+ #~ "licencji ze swojego konta na ajdg.solutions."
3892
+
3893
+ #~ msgid "Could not (de)activate key. Contact support."
3894
+ #~ msgstr ""
3895
+ #~ "Nie udało się (de)aktywować klucza. Proszę o kontakt z pomocą techniczną."
3896
+
3897
+ #~ msgid ""
3898
+ #~ "Woohoo! Thank you! Your license is now active. You can now use Premium "
3899
+ #~ "Support and AdRotate Geo."
3900
+ #~ msgstr ""
3901
+ #~ "Woohoo! Dziękuję! Licencja jest teraz aktywna. Teraz możesz korzystać z "
3902
+ #~ "pomocy technicznej Premium i AdRotate Geo."
3903
+
3904
+ #~ msgid ""
3905
+ #~ "Also you will receive updates and support for one year of purchasing and "
3906
+ #~ "be notified via email when it is time to renew your license."
3907
+ #~ msgstr ""
3908
+ #~ "Będziesz także otrzymywać aktualizacje i wsparcie przez rok od zakupu i "
3909
+ #~ "zostaniesz powiadomiony, kiedy przyjdzie czas odnowienia licencji."
3910
+
3911
+ #~ msgid "Your license is now de-activated"
3912
+ #~ msgstr "Twoja licencja została wyłączona"
3913
+
3914
+ #~ msgid "Thank you. Your licenses have been reset"
3915
+ #~ msgstr "Dziękujęmy. Twoje licencje zostały zresetowane"
3916
+
3917
+ #~ msgid ""
3918
+ #~ "This license can not be activated for networks. Please purchase a "
3919
+ #~ "Developer license."
3920
+ #~ msgstr ""
3921
+ #~ "Ta licencja nie może być aktywowana dla sieci. Proszę kupić licencję "
3922
+ #~ "programisty."
3923
+
3924
+ #~ msgid "File size exceeded."
3925
+ #~ msgstr "Zbyt duży plik."
3926
+
3927
+ #~ msgid "Upload incomplete."
3928
+ #~ msgstr "Wysłany plik jest niekompletny."
3929
+
3930
+ #~ msgid "Could not write file to server."
3931
+ #~ msgstr "Nie można zapisać pliku na serwerze."
3932
+
3933
+ #~ msgid "An unknown error occured, contact staff."
3934
+ #~ msgstr "Wystąpił nieznany błąd, prosimy o kontakt z obsługą."
3935
+
3936
+ #~ msgid "Something went wrong!"
3937
+ #~ msgstr "Coś poszło nie tak!"
3938
+
3939
+ #~ msgid "Go back and try again. If the error persists, contact staff."
3940
+ #~ msgstr ""
3941
+ #~ "Cofnij się i spróbuj ponownie. Jeśli błąd będzie się powtarzał, "
3942
+ #~ "skontaktuj się z obsługą."
3943
+
3944
+ #~ msgid "The file was either too large or not in the right format."
3945
+ #~ msgstr "Plik był zbyt duży lub w nieodpowiednim formacie."
3946
+
3947
+ #~ msgid "Enable"
3948
+ #~ msgstr "Włącz"
3949
+
3950
+ #~ msgid "Is this user an AdRotate Advertiser?"
3951
+ #~ msgstr "Czy ten użytkownik jest reklamodawcą AdRotate?"
3952
+
3953
+ #~ msgid "Permissions"
3954
+ #~ msgstr "Uprawnienia"
3955
+
3956
+ #~ msgid "Can create and edit their own adverts?"
3957
+ #~ msgstr "Czy może tworzyć i edytować własne reklamy?"
3958
+
3959
+ #~ msgid "Can specify mobile devices?"
3960
+ #~ msgstr "Czy może wybierać urządzenia mobilne?"
3961
+
3962
+ #~ msgid "Can use Geo Targeting?"
3963
+ #~ msgstr "Czy może użyć geolokalizacji?"
3964
+
3965
+ #~ msgid ""
3966
+ #~ "These settings only have effect if you enable the global setting in "
3967
+ #~ "AdRotate Settings."
3968
+ #~ msgstr ""
3969
+ #~ "Te ustawienia mają wpływ tylko wtedy, gdy włączone są odpowiednie opcje "
3970
+ #~ "Ustawień AdRotate."
3971
+
3972
+ #~ msgid "Notes"
3973
+ #~ msgstr "Uwagi"
3974
+
3975
+ #~ msgid "Also visible in the advertiser profile."
3976
+ #~ msgstr "Widoczne także w profilu reklamodawcy."
3977
+
3978
+ #, php-format
3979
+ #~ msgid ""
3980
+ #~ "Error, Ad (%s) is not available at this time due to schedule/budgeting/"
3981
+ #~ "geolocation/mobile restrictions or does not exist!"
3982
+ #~ msgstr ""
3983
+ #~ "Błąd, reklama (%s) nie jest obecnie dostępna z powodu ograniczeń "
3984
+ #~ "harmonogramu/budżetowania/geolokalizacji/urządzeń mobilnych lub nie "
3985
+ #~ "istnieje!"
3986
+
3987
+ #~ msgid ""
3988
+ #~ "You did not yet activate your AdRotate Professional license. Activate and "
3989
+ #~ "get updates, premium support and access to AdRotate Geo!"
3990
+ #~ msgstr ""
3991
+ #~ "Licencja AdRotate Professional nie została jeszcze aktywowana. Aktywuj i "
3992
+ #~ "uzyskaj aktualizacje, wsparcie premium i dostęp do AdRotate Geo!"
3993
+
3994
+ #~ msgid "Activate license"
3995
+ #~ msgstr "Aktywuj licencję"
3996
+
3997
+ #~ msgid "Your license has expired. Please consider getting a new license."
3998
+ #~ msgstr "Licencja wygasła. Zastanów się nad uzyskaniem nowej licencji."
3999
+
4000
+ #~ msgid "Get a discount"
4001
+ #~ msgstr "Uzyskaj zniżkę"
4002
+
4003
+ #~ msgid ""
4004
+ #~ "You have enabled email notifications but did not select anything to be "
4005
+ #~ "notified about. You are wasting server resources!"
4006
+ #~ msgstr ""
4007
+ #~ "Włączyłeś powiadomienia e-mail, ale nie wybrałeś żadnych powiadomień. "
4008
+ #~ "Marnujesz zasoby zerwera!"
4009
+
4010
+ #~ msgid ""
4011
+ #~ "The AdRotate Geo service can only be used after you activate your license "
4012
+ #~ "for this website."
4013
+ #~ msgstr ""
4014
+ #~ "Usługę geolokalizacji można włączyć dopiero po uaktywnieniu licencji dla "
4015
+ #~ "tej stronie."
4016
+
4017
+ #~ msgid ""
4018
+ #~ "AdRotate Geo can only be used with a valid license. Your license has "
4019
+ #~ "expired. In order to continue to use AdRotate Geo please get a new "
4020
+ #~ "license."
4021
+ #~ msgstr ""
4022
+ #~ "AdRotate Geo może być używany tylko z ważną licencją. Licencja wygasła. "
4023
+ #~ "Aby kontynuować korzystanie z AdRotate Geo, uzyskaj nową licencję."
4024
+
4025
+ #~ msgid "Buy a new license"
4026
+ #~ msgstr "Kup nową licencję"
4027
+
4028
+ #, php-format
4029
+ #~ msgid ""
4030
+ #~ "You are running out of Geo Lookups for AdRotate. You have less than %d "
4031
+ #~ "remaining lookups."
4032
+ #~ msgstr ""
4033
+ #~ "Kończą się Geo Lookups dla AdRotate. Pozostało Ci mniej niż %d wyszukiwań."
4034
+
4035
+ #~ msgid ""
4036
+ #~ "AdRotate Geo is no longer working because you have no more lookups for "
4037
+ #~ "today. This resets at midnight UTC/GMT."
4038
+ #~ msgstr ""
4039
+ #~ "AdRotate Geo już nie działa, ponieważ nie masz więcej wyszukiwań na dziś. "
4040
+ #~ "Licznik zostanie zresetowany o północy czasu UTC / GMT."
4041
+
4042
+ #~ msgid ""
4043
+ #~ "MaxMind Geo Targeting is no longer working because you have no more "
4044
+ #~ "lookups. Buy more lookups from the Maxmind website!"
4045
+ #~ msgstr ""
4046
+ #~ "Geolokalizacja MaxMind już nie działa, ponieważ nie masz więcej "
4047
+ #~ "wyszukiwań. Wykup więcej zapytań na stronie Maxmind!"
4048
+
4049
+ #~ msgid ""
4050
+ #~ "Geo Targeting is not working because your MaxMind account details are "
4051
+ #~ "incomplete."
4052
+ #~ msgstr ""
4053
+ #~ "Geolokalizacja nie działa, ponieważ dane konta MaxMind są niekompletne."
4054
+
4055
+ #~ msgid "Enter MaxMind account details"
4056
+ #~ msgstr "Wprowadź szczegóły konta MaxMind"
4057
+
4058
+ #~ msgid ""
4059
+ #~ "Geo Targeting is not working. Check if IP Geolocation is enabled in your "
4060
+ #~ "CloudFlare account."
4061
+ #~ msgstr ""
4062
+ #~ "Kierowanie geograficzne nie działa. Sprawdź, czy geolokalizacja IP jest "
4063
+ #~ "włączona na twoim koncie CloudFlare."
4064
+
4065
+ #~ msgid ""
4066
+ #~ "Geo Targeting is not working because your Ipstack account API key is "
4067
+ #~ "missing."
4068
+ #~ msgstr "Geolokalizacja nie działa, ponieważ brak klucza aPI Ipstack."
4069
+
4070
+ #~ msgid "Enter API key"
4071
+ #~ msgstr "Wprowadź klucz INTERFEJSU API"
4072
+
4073
+ #~ msgid "You can also ask questions via"
4074
+ #~ msgstr "Możesz również zadawać pytania za pośrednictwem"
4075
+
4076
+ #~ msgid "email"
4077
+ #~ msgstr "e-maila"
4078
+
4079
+ #~ msgid "if you have a valid license."
4080
+ #~ msgstr "jeśli masz ważną licencję."
4081
+
4082
+ #~ msgid "Your adverts"
4083
+ #~ msgstr "Twoje reklamy"
4084
+
4085
+ #~ msgid ""
4086
+ #~ "The overall stats do not take adverts from other advertisers into account."
4087
+ #~ msgstr "Statystyka zbiorcza nie uwzględnia reklam innych reklamodawców."
4088
+
4089
+ #~ msgid "Your ads are published with"
4090
+ #~ msgstr "Reklamy są publikowane przez"
4091
+
4092
+ #~ msgid "is a registered trademark"
4093
+ #~ msgstr "jest znakiem zastrzeżonym"
4094
+
4095
+ #~ msgid "Premium Support"
4096
+ #~ msgstr "Wsparcie Premium"
4097
+
4098
+ #~ msgid "Advertiser"
4099
+ #~ msgstr "Reklamodawca"
4100
+
4101
+ #~ msgid "Network Settings"
4102
+ #~ msgstr "Ustawienia sieci"
4103
+
4104
+ #~ msgid "Header & ads.txt"
4105
+ #~ msgstr "Nagłówek i ads.txt"
4106
+
4107
+ #~ msgid "Queue"
4108
+ #~ msgstr "Oczekujące"
4109
+
4110
+ #~ msgid "Archive"
4111
+ #~ msgstr "Archiwum"
4112
+
4113
+ #~ msgid "Trash"
4114
+ #~ msgstr "Kosz"
4115
+
4116
+ #~ msgid "All Users"
4117
+ #~ msgstr "Wszyscy użytkownicy"
4118
+
4119
+ #~ msgid "New User"
4120
+ #~ msgstr "Nowy użytkownik"
4121
+
4122
+ #~ msgid "Tools"
4123
+ #~ msgstr "Narzędzia"
4124
+
4125
+ #~ msgid "Notice"
4126
+ #~ msgstr "Uwaga"
4127
+
4128
+ #~ msgid "No ads for user."
4129
+ #~ msgstr "Brak reklam dla tego użytkownika."
4130
+
4131
+ #~ msgid "Primary site"
4132
+ #~ msgstr "Pierwotne strona"
4133
+
4134
+ #~ msgid ""
4135
+ #~ "Enter the site id for the site you will publish adverts from. This is "
4136
+ #~ "usually id 1."
4137
+ #~ msgstr ""
4138
+ #~ "Wprowadź identyfikator witryny na stronie, z której będziesz publikował "
4139
+ #~ "reklamy. Zazwyczaj jest to 1."
4140
+
4141
+ #~ msgid "Enable dashboard on sites"
4142
+ #~ msgstr "Włącz pulpit na witrynach"
4143
+
4144
+ #~ msgid ""
4145
+ #~ "Enabled by default. This allows admins of those sites to create and "
4146
+ #~ "manage adverts with AdRotate Pro just like you do from your primary site. "
4147
+ #~ "Caution: May cause group id conflicts when using cross site adverts, use "
4148
+ #~ "with care!"
4149
+ #~ msgstr ""
4150
+ #~ "Domyślnie włączone. Pozwala administratorom tych witryn zarządzać "
4151
+ #~ "reklamami tak jak na głównej witrynie. Uwaga: może powodować konflikty "
4152
+ #~ "identyfikatorów grup przy reklamach na wielu witrynach. Używaj ostrożnie!"
4153
+
4154
+ #~ msgid "Network License"
4155
+ #~ msgstr "Licencja sieciowa"
4156
+
4157
+ #~ msgid ""
4158
+ #~ "Activate your AdRotate License here to receive automated updates and "
4159
+ #~ "enable support via the fast and personal ticket system."
4160
+ #~ msgstr ""
4161
+ #~ "Aktywuj licencję AdRotate tutaj, aby otrzymywać automatyczne aktualizacje "
4162
+ #~ "i włączyć obsługę za pośrednictwem systemu szybkiego i osobistego biletu."
4163
+
4164
+ #~ msgid "For network activated setups like this you need a Developer License."
4165
+ #~ msgstr ""
4166
+ #~ "Dla konfiguracji aktywowanych przez sieć wymagana jest licencja Developer."
4167
+
4168
+ #~ msgid "License Type"
4169
+ #~ msgstr "Typ licencji"
4170
+
4171
+ #~ msgid "Not activated - Not eligible for support and updates."
4172
+ #~ msgstr "Nieaktywna - brak wsparcia i aktualizacji."
4173
+
4174
+ #~ msgid ""
4175
+ #~ "Your license has expired. In order to continue to receive updates, "
4176
+ #~ "support and access to AdRotate Geo please get a new license."
4177
+ #~ msgstr ""
4178
+ #~ "Licencja wygasła. Aby nadal otrzymywać aktualizacje, wsparcie i dostęp do "
4179
+ #~ "AdRotate Geo, uzyskaj nową licencję."
4180
+
4181
+ #~ msgid ""
4182
+ #~ "As a thank you for your continued use and support of AdRotate Pro you can "
4183
+ #~ "get a new license at a special discounted price."
4184
+ #~ msgstr ""
4185
+ #~ "W ramach podziękowania za dalsze użytkowanie i wsparcie AdRotate Pro "
4186
+ #~ "możesz uzyskać nową licencję w specjalnej obniżonej cenie."
4187
+
4188
+ #~ msgid "Get a new license"
4189
+ #~ msgstr "Uzyskaj nową licencję"
4190
+
4191
+ #~ msgid "License Email"
4192
+ #~ msgstr "E-mail licencji"
4193
+
4194
+ #~ msgid "The email address you used in your purchase of AdRotate Pro."
4195
+ #~ msgstr "Adres e-mail użyty podczas zakupie AdRotate Pro."
4196
+
4197
+ #~ msgid "You can find the license key in your order email."
4198
+ #~ msgstr "Klucz licencji znajduje się w e-mailu zamówienia."
4199
+
4200
+ #~ msgid ""
4201
+ #~ "If you have installed AdRotate Pro for a client or in a multisite setup "
4202
+ #~ "and want to hide the License Key, Email address from them."
4203
+ #~ msgstr ""
4204
+ #~ "Jeśli zainstalowano AdRotate Pro dla klienta lub w konfiguracji "
4205
+ #~ "wielolokacyjnyej i chcesz ukryć klucz licencyjny, adres e-mail przed nimi."
4206
+
4207
+ #~ msgid "Force de-activate"
4208
+ #~ msgstr "Wymuś dezaktywację"
4209
+
4210
+ #~ msgid ""
4211
+ #~ "If your license has expired you may need to force de-activate the old "
4212
+ #~ "license before you can activate the new key."
4213
+ #~ msgstr ""
4214
+ #~ "Jeśli licencja wygasła, może być konieczne wymuszenie deaktywizacji "
4215
+ #~ "starej licencji, zanim będzie można aktywować nowy klucz."
4216
+
4217
+ #~ msgid "De-activate"
4218
+ #~ msgstr "Wyłącz"
4219
+
4220
+ #~ msgid "Group:"
4221
+ #~ msgstr "Grupa:"
4222
+
4223
+ #~ msgid "Wrapper before:"
4224
+ #~ msgstr "Kod przed reklamą:"
4225
+
4226
+ #~ msgid "Wrapper after:"
4227
+ #~ msgstr "Kod po reklamie:"
4228
+
4229
+ #~ msgid "Simple HTML to center an advert or apply a paragraph for example."
4230
+ #~ msgstr ""
4231
+ #~ "Prosty HTML, na przykład do wyśrodkowania reklamy lub wstawienia akapitu."
4232
+
4233
+ #~ msgid "Advert:"
4234
+ #~ msgstr "Reklama:"
4235
+
4236
+ #~ msgid "-- Choose an advert --"
4237
+ #~ msgstr "-- Wybierz reklamę --"
4238
+
4239
+ #~ msgid "NOTE: This widget has Post Injection enabled!"
4240
+ #~ msgstr "Uwaga: Ten widget ma włączone wstawianie wpisów!"
4241
+
4242
+ #~ msgid "-- Choose a group --"
4243
+ #~ msgstr "-- Wybierz grupę --"
4244
+
4245
+ #~ msgid "Please contact staff, click tracking is not active!"
4246
+ #~ msgstr ""
4247
+ #~ "Proszę skontaktować się z obsługą, śledzenie kliknięć jest wyłączone!"
4248
+
4249
+ #~ msgid "Please contact staff if you don't know what this means."
4250
+ #~ msgstr "Proszę skontaktować się z obsługą, jeśli nie wiesz co to znaczy."
4251
+
4252
+ #~ msgid "This advert has no schedules!"
4253
+ #~ msgstr "Ta reklama nie ma harmonogramu!"
4254
+
4255
+ #~ msgid ""
4256
+ #~ "Clicktracking is enabled but no valid link/tag was found in the adcode!"
4257
+ #~ msgstr ""
4258
+ #~ "Śledzenie kliknięć jest włączone, ale kod reklamy nie zawiera poprawnego "
4259
+ #~ "odnośnika/znacznika!"
4260
+
4261
+ #~ msgid ""
4262
+ #~ "Correct your adcode or contact staff if you don't know what this means."
4263
+ #~ msgstr ""
4264
+ #~ "Popraw kod reklamy lub skontaktuj się z obsługą, jeśli nie wiesz co to "
4265
+ #~ "znaczy."
4266
+
4267
+ #~ msgid ""
4268
+ #~ "Please contact staff, CPC is enabled but clicktracking is not active!"
4269
+ #~ msgstr ""
4270
+ #~ "Proszę skontaktować się z obsługą. CPC jest włączone, ale śledzenie "
4271
+ #~ "kliknięć nie jest aktywne!"
4272
+
4273
+ #~ msgid ""
4274
+ #~ "This advert has been rejected by staff Please adjust the ad to conform "
4275
+ #~ "with the requirements!"
4276
+ #~ msgstr ""
4277
+ #~ "Ta reklama została odrzucona przez obsługę. Proszę dostosować reklamę do "
4278
+ #~ "wymagań!"
4279
+
4280
+ #~ msgid "This advert is queued and awaiting review!"
4281
+ #~ msgstr "Ta reklama oczekuje na weryfikację!"
4282
+
4283
+ #~ msgid "This ad is expired and currently not rotating!"
4284
+ #~ msgstr "Ta reklama wygasła i nie jest już wyświetlana na stronie!"
4285
+
4286
+ #~ msgid "This ad has been disabled and is not rotating!"
4287
+ #~ msgstr "Ta reklama została wyłączona i nie jest wybierana!"
4288
+
4289
+ #~ msgid ""
4290
+ #~ "This advert is approved and currently showing on the site! Saving the "
4291
+ #~ "advert now will put it in the moderation queue for review!"
4292
+ #~ msgstr ""
4293
+ #~ "Ta reklama została zatwierdzona i jest wyświetlana! Zapisywanie reklamy "
4294
+ #~ "zmieni jej stan na oczekującą na zatwierdzenie!"
4295
+
4296
+ #~ msgid "Title"
4297
+ #~ msgstr "Tytuł"
4298
+
4299
+ #~ msgid "For your and the staffs reference."
4300
+ #~ msgstr "Dla Ciebie i obsługi."
4301
+
4302
+ #~ msgid "Live Preview"
4303
+ #~ msgstr "Podgląd na żywo"
4304
+
4305
+ #~ msgid "Upload a file"
4306
+ #~ msgstr "Wyślij plik"
4307
+
4308
+ #~ msgid "Accepted files are:"
4309
+ #~ msgstr "Obsługiwane pliki to:"
4310
+
4311
+ #~ msgid "Use either the upload option or the dropdown menu."
4312
+ #~ msgstr "Użyj opcji wysyłania lub wybierz z menu."
4313
+
4314
+ #~ msgid "Device"
4315
+ #~ msgstr "Urządzenie"
4316
+
4317
+ #~ msgid "Computers"
4318
+ #~ msgstr "Komputery"
4319
+
4320
+ #~ msgid ""
4321
+ #~ "Operating system detection only detects iOS/Android/Others or neither. "
4322
+ #~ "Only works if Smartphones and/or Tablets is enabled."
4323
+ #~ msgstr ""
4324
+ #~ "Wykrywanie systemu operacyjneho rozpoznaje jedynie iOS/Android/inne lub "
4325
+ #~ "nic. Działa tylko przy włączonym trybie Smartfony/Tablety."
4326
+
4327
+ #~ msgid "Others"
4328
+ #~ msgstr "Inne"
4329
+
4330
+ #~ msgid ""
4331
+ #~ "Select where your ad should be visible. If your desired group/location is "
4332
+ #~ "not listed or the specification is unclear contact your publisher."
4333
+ #~ msgstr ""
4334
+ #~ "Wybierz, gdzie reklama powinna być widoczna. Jeśli żądana grupa/"
4335
+ #~ "lokalizacja nie jest wymieniona lub specyfikacja jest niejasna, "
4336
+ #~ "skontaktuj się z wydawcą."
4337
+
4338
+ #~ msgid "Choose Schedules"
4339
+ #~ msgstr "Wybierz harmonogramy"
4340
+
4341
+ #~ msgid ""
4342
+ #~ "Select when your ad should be visible. If your desired timeframe is not "
4343
+ #~ "listed contact your publisher."
4344
+ #~ msgstr ""
4345
+ #~ "Wybierz, kiedy reklama powinna być widoczna. Jeśli żądanego przedziału "
4346
+ #~ "czasu nie ma na liście, skontaktuj się z wydawcą."
4347
+
4348
+ #~ msgid "In use by this advert."
4349
+ #~ msgstr "Używany przez tę reklamę."
4350
+
4351
+ #~ msgid "Submit ad for review"
4352
+ #~ msgstr "Wyślij reklamę do weryfikacji"
4353
+
4354
+ #~ msgid "Editing and creating adverts is not available right now"
4355
+ #~ msgstr "Edycja i tworzenie reklam jest teraz niedostępna"
4356
+
4357
+ #~ msgid ""
4358
+ #~ "The administrator has disabled editing of adverts. Contact your "
4359
+ #~ "representative if you think this is incorrect."
4360
+ #~ msgstr ""
4361
+ #~ "Administrator wyłączył możliwość edycji reklam. Skontaktuj się z nim, "
4362
+ #~ "jeśli uważasz, że to błąd."
4363
+
4364
+ #~ msgid ""
4365
+ #~ "The adverts in here are disabled but kept for reference or later use."
4366
+ #~ msgstr ""
4367
+ #~ "Reklamy tutaj są wyłączone, ale zapisane w celach informacyjnych lub "
4368
+ #~ "późniejszego wykorzystania."
4369
+
4370
+ #~ msgid "Queued Adverts"
4371
+ #~ msgstr "Oczekujące reklamy"
4372
+
4373
+ #~ msgid ""
4374
+ #~ "Adverts listed here are queued for review, awaiting payment, rejected by "
4375
+ #~ "a reviewer or have a configuration error."
4376
+ #~ msgstr ""
4377
+ #~ "Wynienone reklamy oczekują na weryfikację lub płatność, zostały odrzucone "
4378
+ #~ "lub mają błędy w konfiguracji."
4379
+
4380
+ #~ msgid "Budget:"
4381
+ #~ msgstr "Budżet:"
4382
+
4383
+ #~ msgid "CPC:"
4384
+ #~ msgstr "CPC:"
4385
+
4386
+ #~ msgid "CPM:"
4387
+ #~ msgstr "CPM:"
4388
+
4389
+ #~ msgid "Rejected"
4390
+ #~ msgstr "Odrzucone"
4391
+
4392
+ #~ msgid "Summary"
4393
+ #~ msgstr "Podsumowanie"
4394
+
4395
+ #~ msgid "Overall statistics over active adverts"
4396
+ #~ msgstr "Ogólna statystyka aktywnych reklam"
4397
+
4398
+ #~ msgid "Best performing advert"
4399
+ #~ msgstr "Najskuteczniejsza reklama"
4400
+
4401
+ #~ msgid "with"
4402
+ #~ msgstr "z"
4403
+
4404
+ #~ msgid "clicks."
4405
+ #~ msgstr "kliknięciami."
4406
+
4407
+ #~ msgid "No advert stands out at this time."
4408
+ #~ msgstr "Żadna reklama nie wyróżnia się w tym czasie."
4409
+
4410
+ #~ msgid "Least performing advert"
4411
+ #~ msgstr "Najgorsza reklama"
4412
+
4413
+ #~ msgid "Export options for montly overview"
4414
+ #~ msgstr "Opcje eksportu do przeglądu miesięcznego"
4415
+
4416
+ #~ msgid "Select period"
4417
+ #~ msgstr "Wybierz okres"
4418
+
4419
+ #~ msgid "Email options"
4420
+ #~ msgstr "Ustawienia e-mail"
4421
+
4422
+ #~ msgid ""
4423
+ #~ "Maximum of 3 email addresses, comma seperated. Leave empty to download "
4424
+ #~ "the CSV file instead."
4425
+ #~ msgstr ""
4426
+ #~ "Maksymalnie 3 adresy e-mail, oddzielone przecinkiem. Zostaw puste, aby "
4427
+ #~ "pobrać plik CSV."
4428
+
4429
+ #~ msgid "Export"
4430
+ #~ msgstr "Eksportuj"
4431
+
4432
+ #~ msgid "Download or email your selected timeframe as a CSV file."
4433
+ #~ msgstr "Pobierz lub wyślij wybrany okres jako plik CSV."
4434
+
4435
+ #~ msgid ""
4436
+ #~ "These are active and currently in the pool of adverts shown on the "
4437
+ #~ "website."
4438
+ #~ msgstr "To są aktywne reklamy wyświetlane na tej stronie."
4439
+
4440
+ #~ msgid "Statistics for"
4441
+ #~ msgstr "Statystyka dla"
4442
+
4443
+ #~ msgid "Clicks today"
4444
+ #~ msgstr "Dzisiejsze kliknięcia"
4445
+
4446
+ #~ msgid "Impressions last month"
4447
+ #~ msgstr "Odsłony w poprzednim miesiącu"
4448
+
4449
+ #~ msgid "Clicks last month"
4450
+ #~ msgstr "Kliknięcia w poprzednim miesiącu"
4451
+
4452
+ #~ msgid "Impressions this month"
4453
+ #~ msgstr "Odsłony w tym miesiącu"
4454
+
4455
+ #~ msgid "Clicks this month"
4456
+ #~ msgstr "Kliknięcia w tym miesiącu"
4457
+
4458
+ #~ msgid "Periodic overview of clicks and impressions"
4459
+ #~ msgstr "Okresowe zestawienie kliknięć i wyświetleń"
4460
+
4461
+ #~ msgid "Shown from"
4462
+ #~ msgstr "Pokaż od"
4463
+
4464
+ #~ msgid "Shown until"
4465
+ #~ msgstr "Pokaż do"
4466
+
4467
+ #~ msgid "Used"
4468
+ #~ msgstr "Wykorzystano"
4469
+
4470
+ #~ msgid "Max Impressions"
4471
+ #~ msgstr "Maksymalna liczba wyświetleń"
4472
+
4473
+ #~ msgid ""
4474
+ #~ "This is because of CSS differences. The themes CSS file is not active "
4475
+ #~ "here!"
4476
+ #~ msgstr ""
4477
+ #~ "Wynika to z różnic w arkuszach stylu CSS. Twój szablon nie działa w tym "
4478
+ #~ "pliku!"
4479
+
4480
+ #~ msgid "Export options"
4481
+ #~ msgstr "Opcje eksportu"
4482
+
4483
+ #~ msgid "Whole year"
4484
+ #~ msgstr "Cały rok"
4485
+
4486
+ #~ msgid "Invalid ad ID."
4487
+ #~ msgstr "Nieprawidłowy identyfikator reklamy."
4488
+
4489
+ #~ msgid "Queued"
4490
+ #~ msgstr "Oczekujące"
4491
+
4492
+ #~ msgid "Subject"
4493
+ #~ msgstr "Temat"
4494
+
4495
+ #~ msgid "Advert/Campaign"
4496
+ #~ msgstr "Reklama/kampania"
4497
+
4498
+ #~ msgid "No advert in particular"
4499
+ #~ msgstr "Żadna konkretna reklama"
4500
+
4501
+ #~ msgid "Short message"
4502
+ #~ msgstr "Krótka wiadomość"
4503
+
4504
+ #~ msgid "Send"
4505
+ #~ msgstr "Wyślij"
4506
+
4507
+ #~ msgid ""
4508
+ #~ "These are users marked as Advertisers. You can add more advertisers by "
4509
+ #~ "editing existing users or creating new users."
4510
+ #~ msgstr ""
4511
+ #~ "Są to użytkownicy oznaczeni jako reklamodawcy. Można dodać więcej "
4512
+ #~ "reklamodawców poprzez edycję istniejących użytkowników lub tworzenie "
4513
+ #~ "nowych."
4514
+
4515
+ #~ msgid "Email"
4516
+ #~ msgstr "E-mail"
4517
+
4518
+ #~ msgid "Contact"
4519
+ #~ msgstr "Kontakt"
4520
+
4521
+ #~ msgid "Has no adverts"
4522
+ #~ msgstr "Nie ma reklam"
4523
+
4524
+ #~ msgid "Advertiser Profile"
4525
+ #~ msgstr "Profil reklamodawcy"
4526
+
4527
+ #~ msgid "Profile"
4528
+ #~ msgstr "Profil"
4529
+
4530
+ #~ msgid "Who"
4531
+ #~ msgstr "Kto"
4532
+
4533
+ #~ msgid "No HTML/Javascript or code allowed."
4534
+ #~ msgstr "Kod HTML/JavaScript nie jest dozwolony."
4535
+
4536
+ #~ msgid "Create and edit their own adverts?"
4537
+ #~ msgstr "Tworzyć i edytować własne reklamy?"
4538
+
4539
+ #~ msgid "Specify devices for mobile adverts?"
4540
+ #~ msgstr "Wybrać urządzenia do reklam mobilnych?"
4541
+
4542
+ #~ msgid "Can set up Geo Targeting?"
4543
+ #~ msgstr "Może włączyć geolokalizację?"
4544
+
4545
+ #~ msgid "Save"
4546
+ #~ msgstr "Zapisz"
4547
+
4548
+ #~ msgid "Back"
4549
+ #~ msgstr "Wstecz"
4550
+
4551
+ #~ msgid "ads.txt"
4552
+ #~ msgstr "ads.txt"
4553
+
4554
+ #~ msgid ""
4555
+ #~ "Add authorized publishers here to make sure the adverts you display are "
4556
+ #~ "legitimate. Only applies to advertising networks. The use of ads.txt is "
4557
+ #~ "optional."
4558
+ #~ msgstr ""
4559
+ #~ "Dodaj autoryzowanych wydawców, żeby upewnić się, że wyświetlane reklamy "
4560
+ #~ "są autentyczne. Dotyczy tylko sieci reklamowych. Użycie pliku ads.txt "
4561
+ #~ "jest opcjonalne."
4562
+
4563
+ #~ msgid ""
4564
+ #~ "An authorization consists of 3 or 4 parts; domainname, Publisher ID, Type "
4565
+ #~ "[, Authority ID]. Comment lines are prefixed with a #."
4566
+ #~ msgstr ""
4567
+ #~ "Autoryzacja składa się z 3-4 części: nazwy domeny, ID wydawcy, typu i "
4568
+ #~ "ewentualnie ID wystawcy. Linie zaczynające się od # są komentarzami."
4569
+
4570
+ #~ msgid ""
4571
+ #~ "Typos and wrong information may result in missing adverts or the wrong "
4572
+ #~ "adverts being shown on your website."
4573
+ #~ msgstr ""
4574
+ #~ "Pomyłki i błędne informacje mogą skutkować pominięciem reklam lub "
4575
+ #~ "wyświetleniem niewłaściwych."
4576
+
4577
+ #~ msgid "Header Snippet"
4578
+ #~ msgstr "Kod nagłówka"
4579
+
4580
+ #~ msgid ""
4581
+ #~ "Use this field for code from adverts that require a piece of code in the "
4582
+ #~ "header. Some newer Google AdSense adverts require this."
4583
+ #~ msgstr ""
4584
+ #~ "Użyj tego pola jako kodu dla reklam, które go wymagają. Wymagają tego "
4585
+ #~ "niektóre nowsze reklamy Google AdSense."
4586
+
4587
+ #~ msgid ""
4588
+ #~ "Make sure you paste the code exactly as provided without alterations. If "
4589
+ #~ "you have more than one snippet paste them under each other on a new line."
4590
+ #~ msgstr ""
4591
+ #~ "Upewnij się, że wklejasz kod bez żadnych zmian. Jeśli masz więcej kodów, "
4592
+ #~ "wklej każdy w osobnej linii."
4593
+
4594
+ #~ msgid ""
4595
+ #~ "If you have multiple snippets but some are identical you should only use "
4596
+ #~ "one snippet."
4597
+ #~ msgstr ""
4598
+ #~ "Jeśli masz kilka kodów, ale niektóre są identyczne, użyj tylko jednego."
4599
+
4600
+ #~ msgid "Archived Adverts"
4601
+ #~ msgstr "Zarchiwizowane reklamy"
4602
+
4603
+ #~ msgid ""
4604
+ #~ "The archive is a way of permanently disabling adverts. Archiving adverts "
4605
+ #~ "is meant to preserve stats and/or settings. While you can edit the "
4606
+ #~ "adverts, you can not activate them again. They can however be duplicated "
4607
+ #~ "to new adverts which you can use."
4608
+ #~ msgstr ""
4609
+ #~ "Archiwum jest sposobem na trwałe wyłączenie reklamy. Zarchiwizowane "
4610
+ #~ "reklamy zachowują ustawienia i statystykę. Można je edytować, ale nie "
4611
+ #~ "można ich ponownie włączyć, chociaż można je skopiować do nowych reklam, "
4612
+ #~ "które można być włączyć."
4613
+
4614
+ #~ msgid ""
4615
+ #~ "Archived adverts have their stats moved to a separate database table "
4616
+ #~ "which may increase the overall speed of your site."
4617
+ #~ msgstr ""
4618
+ #~ "Zarchiwizowane reklamy przechowują statystykę w osobnej tabeli bazy "
4619
+ #~ "danych. Może to zwiększyć szybkość działania Twojej strony."
4620
+
4621
+ #~ msgid "Caution:"
4622
+ #~ msgstr "Uwaga:"
4623
+
4624
+ #~ msgid ""
4625
+ #~ "Archiving multiple adverts at the same time may slow down your site, in "
4626
+ #~ "some cases a lot of data has to be moved. Not every hosting provider "
4627
+ #~ "allows you to move large quantities of data. To avoid this, archive one "
4628
+ #~ "or two adverts at a time."
4629
+ #~ msgstr ""
4630
+ #~ "Archiwizowanie wielu reklam jednocześnie może spowolnić Twoją witrynę, bo "
4631
+ #~ "czasem wymaga przeniesienia dużej ilości danych. Nie każdy dostawca "
4632
+ #~ "hostingu pozwala na przenoszenie dużych ilości danych. Na wszelki wypadek "
4633
+ #~ "lepiej przenosić po jednej/dwie reklamy."
4634
+
4635
+ #~ msgid "Duplicate"
4636
+ #~ msgstr "Powiel"
4637
+
4638
+ #~ msgid "Delete (Permanently)"
4639
+ #~ msgstr "Usuń (na stałe)"
4640
+
4641
+ #~ msgid "Export to XML"
4642
+ #~ msgstr "Eksportuj do XML"
4643
+
4644
+ #~ msgid "Advertiser:"
4645
+ #~ msgstr "Reklamodawca:"
4646
+
4647
+ #~ msgid ""
4648
+ #~ "These adverts are temporarily disabled. You can archive adverts to "
4649
+ #~ "permanently disable them."
4650
+ #~ msgstr ""
4651
+ #~ "Te reklamy są tymczasowo wyłączone. Można zarchiwizować reklamy, aby je "
4652
+ #~ "trwale wyłączyć."
4653
+
4654
+ #~ msgid ""
4655
+ #~ "Archiving adverts moves gathered statistics away from the live database "
4656
+ #~ "which may speed up your website."
4657
+ #~ msgstr ""
4658
+ #~ "Zarchiwizowanie reklam przenosi ich statystykę poza bazę danych, co może "
4659
+ #~ "przyspieszyć działanie witryny."
4660
+
4661
+ #~ msgid "Archive (Permanently)"
4662
+ #~ msgstr "Zarchiwizuj (na stałe)"
4663
+
4664
+ #~ msgid "Move to Trash"
4665
+ #~ msgstr "Przenieś do kosza"
4666
+
4667
+ #~ msgid "Devices:"
4668
+ #~ msgstr "Urządzenia:"
4669
+
4670
+ #~ msgid "Weight:"
4671
+ #~ msgstr "Waga:"
4672
+
4673
+ #~ msgid "You have set an advertiser but didn't enable tracking!"
4674
+ #~ msgstr "Ustawiłeś reklamodawcę, ale nie włączyłeś śledzenia!"
4675
+
4676
+ #~ msgid ""
4677
+ #~ "This advert has run out of budget. Add more budget to the advert or reset "
4678
+ #~ "the rate to zero!"
4679
+ #~ msgstr ""
4680
+ #~ "Ta reklama wyczerpała cały budżet. Zwiększ budżet lub zresetuj statystykę!"
4681
+
4682
+ #~ msgid "CPC is enabled but Tracking is not active!"
4683
+ #~ msgstr "CPC jest włączone, ale śledzenie nie jest aktywne!"
4684
+
4685
+ #~ msgid "Advert has no devices selected!"
4686
+ #~ msgstr "Reklama nie ma wybranych urządzeń!"
4687
+
4688
+ #~ msgid "Advert has no operating systems selected!"
4689
+ #~ msgstr "Reklama nie ma wybranych systemów operacyjnych!"
4690
+
4691
+ #~ msgid ""
4692
+ #~ "AdRotate cannot find an error but the advert is marked erroneous, check "
4693
+ #~ "the settings and try re-saving the advert!"
4694
+ #~ msgstr ""
4695
+ #~ "AdRotate nie może znaleźć błędu, ale reklama została oznaczona jako "
4696
+ #~ "błędna. Sprawdź ustawienia i spróbuj zapisać ponownie!"
4697
+
4698
+ #~ msgid ""
4699
+ #~ "This advert has been rejected by staff. Please adjust the advert to "
4700
+ #~ "conform with the requirements!"
4701
+ #~ msgstr ""
4702
+ #~ "Ta reklama została odrzucona przez obsługę. Proszę dostosować reklamę do "
4703
+ #~ "wymagań!"
4704
+
4705
+ #~ msgid "The advert will expire in less than 2 days!"
4706
+ #~ msgstr "Ta reklama wygaśnie w ciągu 2 dni!"
4707
+
4708
+ #~ msgid "This advert will expire in less than 7 days!"
4709
+ #~ msgstr "Ta reklama wygaśnie w ciągu 7 dnii!"
4710
+
4711
+ #~ msgid "This advert has been archived and can not be activated anymore!"
4712
+ #~ msgstr "Ta reklama została zarchiwizowana i nie może być uaktywniona!"
4713
+
4714
+ #~ msgid "Visible to Advertisers!"
4715
+ #~ msgstr "Widoczne dla reklamodawców!"
4716
+
4717
+ #~ msgid "Status"
4718
+ #~ msgstr "Stan"
4719
+
4720
+ #~ msgid "Maybe, this advert is queued for review"
4721
+ #~ msgstr "Może, ta reklama oczekuje na weryfikację"
4722
+
4723
+ #~ msgid "No, this advert is rejected (advertiser can make changes)"
4724
+ #~ msgstr ""
4725
+ #~ "Nie, ta reklama została odrzucona (reklamodawca może wprowadzić zmiany)"
4726
+
4727
+ #~ msgid "Archive this advert permanently"
4728
+ #~ msgstr "Zarchiwizuj tę reklamę trwale"
4729
+
4730
+ #~ msgid "Create a new schedule"
4731
+ #~ msgstr "Utwórz nowy harmonogram"
4732
+
4733
+ #~ msgid "Leave empty to skip this."
4734
+ #~ msgstr "Pozostaw puste, żeby pominąć."
4735
+
4736
+ #~ msgid "Spread Impressions"
4737
+ #~ msgstr "Rozkład wyświetleń"
4738
+
4739
+ #~ msgid ""
4740
+ #~ "Try to evenly spread impressions for each advert over the duration of "
4741
+ #~ "this schedule. This may cause adverts to intermittently not show."
4742
+ #~ msgstr ""
4743
+ #~ "Spróbuj równomiernie wyświetlać każdą reklamę w czasie tego harmonogramu. "
4744
+ #~ "Może to spowodować czasowe wyłączenie niektórych reklam."
4745
+
4746
+ #~ msgid "Choose an existing schedules"
4747
+ #~ msgstr "Wybierz istniejący harmonogram"
4748
+
4749
+ #~ msgid "You can add, edit or delete schedules from the"
4750
+ #~ msgstr "Można dodawać, edytować lub usuwać harmonogramy w"
4751
+
4752
+ #~ msgid "dashboard. Save your advert first!"
4753
+ #~ msgstr "kokpicie. Najpierw zapisz swoją reklamę!"
4754
+
4755
+ #~ msgid "Schedules not in use by this advert are hidden."
4756
+ #~ msgstr "Harmonogramy nieużywane przez tę reklamę są niewidoczne."
4757
+
4758
+ #~ msgid "Operating System"
4759
+ #~ msgstr "System operacyjny"
4760
+
4761
+ #~ msgid "Not specified"
4762
+ #~ msgstr "Nieokreślony"
4763
+
4764
+ #~ msgid ""
4765
+ #~ "Must be a registered user on your site with appropriate access roles."
4766
+ #~ msgstr ""
4767
+ #~ "Musi być zarejestrowanym użytkownikiem na Twojej stronie z odpowiednimi "
4768
+ #~ "uprawnieniami."
4769
+
4770
+ #~ msgid "Advert Budget"
4771
+ #~ msgstr "Budżet reklamy"
4772
+
4773
+ #~ msgid "When the budget reaches 0, the advert will expire."
4774
+ #~ msgstr "Kiedy budżet spadnie do 0, reklama wygaśnie."
4775
+
4776
+ #~ msgid "Cost-per-Click"
4777
+ #~ msgstr "Koszt kliknięcia"
4778
+
4779
+ #~ msgid "Cost-per-Mille"
4780
+ #~ msgstr "Koszt odsłony"
4781
+
4782
+ #~ msgid "Active"
4783
+ #~ msgstr "Aktywna"
4784
+
4785
+ #~ msgid "Default rotation"
4786
+ #~ msgstr "Domyślny wybór"
4787
+
4788
+ #~ msgid "-- Weight --"
4789
+ #~ msgstr "-- Waga --"
4790
+
4791
+ #~ msgid "Barely visible"
4792
+ #~ msgstr "Ledwno widoczne"
4793
+
4794
+ #~ msgid "Normal coverage"
4795
+ #~ msgstr "Normalny zasięg"
4796
+
4797
+ #~ msgid "Best visibility"
4798
+ #~ msgstr "Najlepsza widoczność"
4799
+
4800
+ #~ msgid "Moderation Queue"
4801
+ #~ msgstr "Kolejka oczekujących"
4802
+
4803
+ #~ msgid ""
4804
+ #~ "The moderation queue lists adverts assigned to your advertisers that need "
4805
+ #~ "reviewing. This includes changes made by advertisers."
4806
+ #~ msgstr ""
4807
+ #~ "Kolejka moderacji zawiera reklamy przypisane do reklamodawców, które "
4808
+ #~ "wymagają weryfikacji. Zawiera także reklamy zmienione przez reklamodawców."
4809
+
4810
+ #~ msgid "Approve"
4811
+ #~ msgstr "Zatwierdź"
4812
+
4813
+ #~ msgid "Reject"
4814
+ #~ msgstr "Odrzuć"
4815
+
4816
+ #~ msgid "Rejected."
4817
+ #~ msgstr "Odrzucona."
4818
+
4819
+ #~ msgid "Trashed Adverts"
4820
+ #~ msgstr "Usunięte reklamy"
4821
+
4822
+ #~ msgid ""
4823
+ #~ "The trash is a temporary place for deleted adverts. If an advert is "
4824
+ #~ "deleted by accident you can restore it from here. If nothing is done the "
4825
+ #~ "advert is deleted after 3 days. Once the advert has been deleted it can "
4826
+ #~ "no longer be recovered."
4827
+ #~ msgstr ""
4828
+ #~ "Kosz jest tymczasowym miejscem dla usuniętych reklam. Jeżeli reklama "
4829
+ #~ "została usunięta przez przypadek, można ją stąd przywrócić. W przeciwnym "
4830
+ #~ "razie zostanie po 3 dniach niedwołalnie usunięta."
4831
+
4832
+ #~ msgid