AdRotate Banner Manager - Version 3.15.4

Version Description

FREE = * [new] Support for if the wp-content folder has a different name

Download this release

Release Info

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

Code changes from version 3.15.3 to 3.15.4

adrotate-manage-publisher.php CHANGED
@@ -558,9 +558,11 @@ function adrotate_options_submit() {
558
  $config['jquery'] = (isset($_POST['adrotate_jquery'])) ? 'Y' : 'N';
559
  $config['jsfooter'] = (isset($_POST['adrotate_jsfooter'])) ? 'Y' : 'N';
560
 
561
- // Turn options off. Available in AdRotate Pro only
562
  $config['textwidget_shortcodes'] = "N";
563
- $config['banner_folder'] = "wp-content/banners/";
 
 
564
  $config['notification_email'] = array();
565
  $config['advertiser_email'] = array();
566
  $config['enable_geo'] = 0;
558
  $config['jquery'] = (isset($_POST['adrotate_jquery'])) ? 'Y' : 'N';
559
  $config['jsfooter'] = (isset($_POST['adrotate_jsfooter'])) ? 'Y' : 'N';
560
 
561
+ // Turn options off/reset them. Available in AdRotate Pro only
562
  $config['textwidget_shortcodes'] = "N";
563
+ $wpcontent = explode('/', WP_CONTENT_DIR);
564
+ $wpcontent = end($wpcontent);
565
+ $config['banner_folder'] = $wpcontent."/banners/";
566
  $config['notification_email'] = array();
567
  $config['advertiser_email'] = array();
568
  $config['enable_geo'] = 0;
adrotate-output.php CHANGED
@@ -574,7 +574,7 @@ function adrotate_nonce_error() {
574
  echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
575
  echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'adrotate').'</p>';
576
  echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
577
- echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'adrotate').' <a href="https://ajdg.solutions/forums/pk_campaign=adrotatefree-nonceerror&pk_kwd=forum" title="AdRotate Support" target="_blank">AJdG Solutions Support</a>.</p>';
578
  }
579
 
580
  /*-------------------------------------------------------------
@@ -623,7 +623,7 @@ function adrotate_error($action, $arg = null) {
623
 
624
  // Database
625
  case "db_error" :
626
- $result = '<span style="font-weight: bold; color: #f00;">'.__('There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!', 'adrotate').'<br />'.__('If this does not solve the issue please seek support at', 'adrotate').' <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree-databaseerror&pk_kwd=forum">ajdg.solutions/forums/forum/adrotate-for-wordpress/</a></span>';
627
  return $result;
628
  break;
629
 
@@ -679,7 +679,7 @@ function adrotate_dashboard_error() {
679
 
680
  // Misc
681
  if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
682
- $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/" target="_blank">Set up your banner folder</a>.';
683
  }
684
 
685
  $error = (isset($error) AND is_array($error)) ? $error : false;
@@ -719,7 +719,7 @@ function adrotate_notifications_dashboard() {
719
  if($pro_banner != 1 AND $pro_banner < (adrotate_now() - 604800)) {
720
  echo '<div class="updated" style="padding: 0; margin: 0;">';
721
  echo ' <div class="adrotate_banner">';
722
- echo ' <div class="button_div"><a class="button" target="_blank" href="https://ajdg.solutions/products/adrotate-for-wordpress/?add-to-cart=1126?pk_campaign=adrotatefree-upgradebanner">'.__('Buy now', 'adrotate').'</a></div>';
723
  echo ' <div class="text">'.__("You've been using <strong>AdRotate</strong> for a while now. Why not upgrade to the <strong>PRO</strong> version", 'adrotate').'?<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your purchase!', 'adrotate' ).'</span></div>';
724
  echo ' <a class="close_banner" href="admin.php?page=adrotate-pro&hide=1"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
725
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
@@ -732,7 +732,7 @@ function adrotate_notifications_dashboard() {
732
  echo '<div class="updated" style="padding: 0; margin: 0;">';
733
  echo ' <div class="adrotate_banner">';
734
  echo ' <div class="button_div"><a class="button" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Rate AdRotate</a></div>';
735
- echo ' <div class="text">If you like <strong>AdRotate</strong> please let the world know that you do. Thanks for your support!<br /><span>If you have questions, suggestions or something else that doesn\'t belong in a review, please <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree-reviewbanner" target="_blank">get in touch</a>!</span></div>';
736
  echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
737
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
738
  echo ' </div>';
@@ -750,7 +750,7 @@ function adrotate_notifications_dashboard() {
750
  foreach($adrotate_has_competition as $plugin) {
751
  echo '&raquo; '.$plugin.'<br />';
752
  }
753
- echo ' </span>Configured plugins can be imported into AdRotate! What is <a target="_blank" href="https://ajdg.solutions/products/adrotate-switch/?pk_campaign=adrotatepro-getswitch">AdRotate Switch</a>?</div>';
754
  echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
755
  echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
756
  echo ' </div>';
@@ -814,10 +814,10 @@ function adrotate_help_info() {
814
  'title' => __('Useful Links'),
815
  'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
816
  '<ul>'.
817
- '<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
818
- '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
819
- '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
820
- '<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?pk_campaign=adrotatefree-helptab" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
821
  '</ul>'
822
  )
823
  );
@@ -825,7 +825,7 @@ function adrotate_help_info() {
825
  'id' => 'adrotate_thanks',
826
  'title' => 'Thank You',
827
  'content' => '<h4>Thank you for using AdRotate</h4><p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
828
- '<p><strong>Add me:</strong> <a href="http://twitter.com/arnandegans/" target="_blank">Twitter</a>, <a href="https://www.facebook.com/Arnandegans/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/?pk_campaign=adrotatefree-helptab" target="_blank">ajdg.solutions</a> <strong>Blog:</strong> <a href="http://meandmymac.net/?pk_campaign=adrotatefree-helptab" target="_blank">meandmymac.net</a>.</p>'
829
  )
830
  );
831
  }
@@ -847,7 +847,7 @@ function adrotate_credits() {
847
 
848
  echo '<tbody>';
849
  echo '<tr>';
850
- echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-credits&pk_kwd=adrotate_logo" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate logo" width="60" height="60" /></a></center></td>';
851
  echo '<td>'.__("A lot of users only think to review AdRotate when something goes wrong while thousands of people use AdRotate satisfactory. Don't let this go unnoticed.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your honest", 'adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" target="_blank">'.__('rating','adrotate').'</a> '.__('and','adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate" target="_blank">'.__('review','adrotate').'</a> '.__('on WordPress.org to help AdRotate grow in a positive way', 'adrotate').'!</strong></td>';
852
 
853
  echo '<td width="25%"><script>(function(d, s, id) {';
574
  echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
575
  echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'adrotate').'</p>';
576
  echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
577
+ echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'adrotate').' <a href="https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=nonce-error&utm_source=adrotate-free" title="AdRotate Support" target="_blank">AJdG Solutions Support</a>.</p>';
578
  }
579
 
580
  /*-------------------------------------------------------------
623
 
624
  // Database
625
  case "db_error" :
626
+ $result = '<span style="font-weight: bold; color: #f00;">'.__('There was an error locating the database tables for AdRotate. Please deactivate and re-activate AdRotate from the plugin page!!', 'adrotate').'<br />'.__('If this does not solve the issue please seek support at', 'adrotate').' <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=error&utm_source=adrotate-free">ajdg.solutions/forums/forum/adrotate-for-wordpress/</a></span>';
627
  return $result;
628
  break;
629
 
679
 
680
  // Misc
681
  if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
682
+ $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">Set up your banner folder</a>.';
683
  }
684
 
685
  $error = (isset($error) AND is_array($error)) ? $error : false;
719
  if($pro_banner != 1 AND $pro_banner < (adrotate_now() - 604800)) {
720
  echo '<div class="updated" style="padding: 0; margin: 0;">';
721
  echo ' <div class="adrotate_banner">';
722
+ echo ' <div class="button_div"><a class="button" target="_blank" href="https://ajdg.solutions/products/adrotate-for-wordpress/?add-to-cart=1126&utm_campaign=adrotate-page&utm_medium=upgrade-banner-button&utm_source=adrotate-free">'.__('Buy now', 'adrotate').'</a></div>';
723
  echo ' <div class="text">'.__("You've been using <strong>AdRotate</strong> for a while now. Why not upgrade to the <strong>PRO</strong> version", 'adrotate').'?<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your purchase!', 'adrotate' ).'</span></div>';
724
  echo ' <a class="close_banner" href="admin.php?page=adrotate-pro&hide=1"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
725
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
732
  echo '<div class="updated" style="padding: 0; margin: 0;">';
733
  echo ' <div class="adrotate_banner">';
734
  echo ' <div class="button_div"><a class="button" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Rate AdRotate</a></div>';
735
+ echo ' <div class="text">If you like <strong>AdRotate</strong> please let the world know that you do. Thanks for your support!<br /><span>If you have questions, suggestions or something else that doesn\'t belong in a review, please <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=review-banner&utm_source=adrotate-free" target="_blank">get in touch</a>!</span></div>';
736
  echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
737
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
738
  echo ' </div>';
750
  foreach($adrotate_has_competition as $plugin) {
751
  echo '&raquo; '.$plugin.'<br />';
752
  }
753
+ echo ' </span>Configured plugins can be imported into AdRotate! What is <a target="_blank" href="https://ajdg.solutions/products/adrotate-switch/?utm_campaign=adrotateswitch-page&utm_medium=competition-banner&utm_source=adrotate-free">AdRotate Switch</a>?</div>';
754
  echo ' <a class="close_banner" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
755
  echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
756
  echo ' </div>';
814
  'title' => __('Useful Links'),
815
  'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
816
  '<ul>'.
817
+ '<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
818
+ '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/?utm_campaign=adrotate-manuals&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
819
+ '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manuals&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
820
+ '<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/?utm_campaign=adrotate-forum&utm_medium=helptab&utm_source=adrotate-free" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
821
  '</ul>'
822
  )
823
  );
825
  'id' => 'adrotate_thanks',
826
  'title' => 'Thank You',
827
  'content' => '<h4>Thank you for using AdRotate</h4><p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
828
+ '<p><strong>Add me:</strong> <a href="https://www.facebook.com/Arnandegans/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/?utm_campaign=homepage&utm_medium=helptab&utm_source=adrotate-free" target="_blank">ajdg.solutions</a> <strong>Blog:</strong> <a href="http://meandmymac.net/?utm_campaign=homepage&utm_medium=helptab&utm_source=adrotate-free" target="_blank">meandmymac.net</a>.</p>'
829
  )
830
  );
831
  }
847
 
848
  echo '<tbody>';
849
  echo '<tr>';
850
+ echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=credits&utm_source=adrotate-free" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate logo" width="60" height="60" /></a></center></td>';
851
  echo '<td>'.__("A lot of users only think to review AdRotate when something goes wrong while thousands of people use AdRotate satisfactory. Don't let this go unnoticed.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your honest", 'adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform" target="_blank">'.__('rating','adrotate').'</a> '.__('and','adrotate').' <a href="https://wordpress.org/support/view/plugin-reviews/adrotate" target="_blank">'.__('review','adrotate').'</a> '.__('on WordPress.org to help AdRotate grow in a positive way', 'adrotate').'!</strong></td>';
852
 
853
  echo '<td width="25%"><script>(function(d, s, id) {';
adrotate-setup.php CHANGED
@@ -274,7 +274,9 @@ function adrotate_check_config() {
274
  if(!isset($config['geo_cookie_life'])) $config['geo_cookie_life'] = 86400;
275
  if(!isset($config['enable_geo_advertisers'])) $config['enable_geo_advertisers'] = 0;
276
  if(!isset($config['adblock_disguise'])) $config['adblock_disguise'] = '';
277
- if(!isset($config['banner_folder'])) $config['banner_folder'] = "wp-content/banners/";
 
 
278
  if(!isset($config['adminbar']) OR ($config['adminbar'] != 'Y' AND $config['adminbar'] != 'N')) $config['adminbar'] = 'Y';
279
  if(!isset($config['impression_timer']) OR $config['impression_timer'] < 10 OR $config['impression_timer'] > 3600) $config['impression_timer'] = 60;
280
  if(!isset($config['click_timer']) OR $config['click_timer'] < 60 OR $config['click_timer'] > 86400) $config['click_timer'] = 86400;
@@ -287,6 +289,7 @@ function adrotate_check_config() {
287
  if(!isset($config['jquery']) OR ($config['jquery'] != 'Y' AND $config['jquery'] != 'N')) $config['jquery'] = 'N';
288
  if(!isset($config['jsfooter']) OR ($config['jsfooter'] != 'Y' AND $config['jsfooter'] != 'N')) $config['jsfooter'] = 'Y';
289
  update_option('adrotate_config', $config);
 
290
 
291
  if(!isset($notifications['notification_dash']) OR ($notifications['notification_dash'] != 'Y' AND $notifications['notification_dash'] != 'N')) $notifications['notification_dash'] = 'Y';
292
  if(!isset($notifications['notification_email'])) $notifications['notification_email'] = 'N';
274
  if(!isset($config['geo_cookie_life'])) $config['geo_cookie_life'] = 86400;
275
  if(!isset($config['enable_geo_advertisers'])) $config['enable_geo_advertisers'] = 0;
276
  if(!isset($config['adblock_disguise'])) $config['adblock_disguise'] = '';
277
+ $wpcontent = explode('/', WP_CONTENT_DIR);
278
+ $wpcontent = end($wpcontent);
279
+ if(!isset($config['banner_folder'])) $config['banner_folder'] = $wpcontent."/banners/";
280
  if(!isset($config['adminbar']) OR ($config['adminbar'] != 'Y' AND $config['adminbar'] != 'N')) $config['adminbar'] = 'Y';
281
  if(!isset($config['impression_timer']) OR $config['impression_timer'] < 10 OR $config['impression_timer'] > 3600) $config['impression_timer'] = 60;
282
  if(!isset($config['click_timer']) OR $config['click_timer'] < 60 OR $config['click_timer'] > 86400) $config['click_timer'] = 86400;
289
  if(!isset($config['jquery']) OR ($config['jquery'] != 'Y' AND $config['jquery'] != 'N')) $config['jquery'] = 'N';
290
  if(!isset($config['jsfooter']) OR ($config['jsfooter'] != 'Y' AND $config['jsfooter'] != 'N')) $config['jsfooter'] = 'Y';
291
  update_option('adrotate_config', $config);
292
+ unset($wpcontent);
293
 
294
  if(!isset($notifications['notification_dash']) OR ($notifications['notification_dash'] != 'Y' AND $notifications['notification_dash'] != 'N')) $notifications['notification_dash'] = 'Y';
295
  if(!isset($notifications['notification_email'])) $notifications['notification_email'] = 'N';
adrotate.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: AdRotate
4
- Plugin URI: https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-pluginpage
5
  Author: Arnan de Gans
6
- Author URI: http://ajdg.solutions/?pk_campaign=adrotatefree-pluginpage
7
  Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
- Version: 3.15.3
11
  License: GPLv3
12
  */
13
 
@@ -22,7 +22,7 @@ License: GPLv3
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
- define("ADROTATE_DISPLAY", '3.15.3');
26
  define("ADROTATE_VERSION", 381);
27
  define("ADROTATE_DB_VERSION", 57);
28
  /*-----------------------------------------------------------*/
1
  <?php
2
  /*
3
  Plugin Name: AdRotate
4
+ Plugin URI: https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=plugin-info&utm_source=adrotate-free
5
  Author: Arnan de Gans
6
+ Author URI: http://ajdg.solutions/?utm_campaign=homepage&utm_medium=plugin-info&utm_source=adrotate-free
7
  Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
+ Version: 3.15.4
11
  License: GPLv3
12
  */
13
 
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
+ define("ADROTATE_DISPLAY", '3.15.4');
26
  define("ADROTATE_VERSION", 381);
27
  define("ADROTATE_DB_VERSION", 57);
28
  /*-----------------------------------------------------------*/
dashboard/adrotatepro.php CHANGED
@@ -10,7 +10,7 @@
10
  ------------------------------------------------------------------------------------ */
11
  ?>
12
  <div id="dashboard-widgets-wrap">
13
- <p><center>Take a peek into professional advertising for WordPress websites and discover how you can benefit from the powerful features <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank">AdRotate Professional</a> has to offer.</center></p>
14
 
15
  <div id="dashboard-widgets" class="metabox-holder">
16
 
@@ -20,28 +20,28 @@
20
  <h3><?php _e('Satisfy your advertisers', 'adrotate'); ?></h3>
21
  <div class="postbox-adrotate">
22
  <div class="inside">
23
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-satisfy.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Set up advertisers and let them log in to their statistics or even create their own adverts. Created adverts go into a moderation queue for your staff to review. Advertisers have access to their own little dashboard where they can see their adverts performance.', 'adrotate'); ?></p>
24
  </div>
25
  </div>
26
 
27
  <h3><?php _e('Mobile campaigns', 'adrotate'); ?></h3>
28
  <div class="postbox-adrotate">
29
  <div class="inside">
30
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-mobile.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Target mobile users with ease and show the right adverts to smartphones, tablets and computers. Mix and match as you please and offer adverts that suit the device. Create as many mobile adverts as you want without effort and with a few easy to use options they show up where you want them to!', 'adrotate'); ?></p>
31
  </div>
32
  </div>
33
 
34
  <h3><?php _e('Localize your ad campaigns with Geo Targeting', 'adrotate'); ?></h3>
35
  <div class="postbox-adrotate">
36
  <div class="inside">
37
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-geo-targeting.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Go nationwide or global with localized adverts for your various audiences. Set up adverts for countries and cities and sell impressions per general area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users.', 'adrotate'); ?></p>
38
  </div>
39
  </div>
40
 
41
  <h3><?php _e('Get Premium Support almost all year round', 'adrotate'); ?></h3>
42
  <div class="postbox-adrotate">
43
  <div class="inside">
44
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-support.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('When you activate your AdRotate Pro license you can use fast and personal email support. No more queueing up in the forums. AdRotate premium support takes priority over the forums and is checked much more often than the forum. Get a solution (usually) within a day.', 'adrotate'); ?></p>
45
  </div>
46
  </div>
47
 
@@ -74,33 +74,33 @@
74
  <h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
75
  <div class="postbox-adrotate">
76
  <div class="inside">
77
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-schedule.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Schedule your adverts and set up advertising campaigns based on dates you or your advertisers specify without hassle. Seasonal adverts, weekly adverts. You name it, AdRotate schedules it. This makes planning your revenue stream much more easy. You can set one or many schedules for adverts.', 'adrotate'); ?></p>
78
  </div>
79
  </div>
80
 
81
  <h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
82
  <div class="postbox-adrotate">
83
  <div class="inside">
84
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-adblock.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Try and avoid adblockers so you adverts get the exposure you want them to have. AdRotate Pro offers some advanced tools to deceive adblockers so your adverts are less likely to be removed. Of-course make sure you create your adverts smartly so these features reach their full potential!', 'adrotate'); ?></p>
85
  </div>
86
  </div>
87
 
88
  <h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
89
  <div class="postbox-adrotate">
90
  <div class="inside">
91
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank"><img src="<?php echo plugins_url('/images/demo-notifications.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Stay in touch with Email notifications. Have AdRotate send you an alert when adverts expire or need your attention. Additionally, you can have AdRotate send push notifications to your iOS or Android smartphone. Get notified when adverts expire, have errors or when advertisers create new adverts. Never miss an expiration date again.', 'adrotate'); ?></p>
92
  </div>
93
  </div>
94
 
95
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
96
  <div class="postbox-adrotate">
97
  <div class="inside">
98
- <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage&pk_kwd=compare_license"><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
99
- <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree-infopage&pk_kwd=buy_single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
100
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotatefree-infopage&pk_kwd=buy_duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
101
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotatefree-infopage&pk_kwd=buy_multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
102
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotatefree-infopage&pk_kwd=buy_developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
103
- <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage&pk_kwd=compare_license" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
104
  </div>
105
  </div>
106
  <!--
@@ -108,12 +108,12 @@
108
  <div class="postbox-adrotate">
109
  <div class="inside">
110
  <img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
111
- <p><h4><?php _e('Lifetime License', 'adrotate'); ?> (&euro; 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree-propage&pk_kwd=buy_single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
112
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotatefree-propage&pk_kwd=buy_duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
113
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotatefree-propage&pk_kwd=buy_multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
114
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotatefree-propage&pk_kwd=buy_developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
115
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
116
- <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage&pk_kwd=compare_license" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> &raquo;</a></p>
117
  </div>
118
  </div>
119
  -->
@@ -125,6 +125,6 @@
125
 
126
  <div class="clear"></div>
127
 
128
- <p><center>A grasp of the features AdRotate Pro has to offer over the free version. Check out the <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-propage" target="_blank">AdRotate website</a> for more information.</center></p>
129
  <p><?php echo adrotate_trademark(); ?></p>
130
  </div>
10
  ------------------------------------------------------------------------------------ */
11
  ?>
12
  <div id="dashboard-widgets-wrap">
13
+ <p><center>Take a peek into professional advertising for WordPress websites and discover how you can benefit from the powerful features <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank">AdRotate Professional</a> has to offer.</center></p>
14
 
15
  <div id="dashboard-widgets" class="metabox-holder">
16
 
20
  <h3><?php _e('Satisfy your advertisers', 'adrotate'); ?></h3>
21
  <div class="postbox-adrotate">
22
  <div class="inside">
23
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-satisfy.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Set up advertisers and let them log in to their statistics or even create their own adverts. Created adverts go into a moderation queue for your staff to review. Advertisers have access to their own little dashboard where they can see their adverts performance.', 'adrotate'); ?></p>
24
  </div>
25
  </div>
26
 
27
  <h3><?php _e('Mobile campaigns', 'adrotate'); ?></h3>
28
  <div class="postbox-adrotate">
29
  <div class="inside">
30
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-mobile.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Target mobile users with ease and show the right adverts to smartphones, tablets and computers. Mix and match as you please and offer adverts that suit the device. Create as many mobile adverts as you want without effort and with a few easy to use options they show up where you want them to!', 'adrotate'); ?></p>
31
  </div>
32
  </div>
33
 
34
  <h3><?php _e('Localize your ad campaigns with Geo Targeting', 'adrotate'); ?></h3>
35
  <div class="postbox-adrotate">
36
  <div class="inside">
37
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-geo-targeting.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Go nationwide or global with localized adverts for your various audiences. Set up adverts for countries and cities and sell impressions per general area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users.', 'adrotate'); ?></p>
38
  </div>
39
  </div>
40
 
41
  <h3><?php _e('Get Premium Support almost all year round', 'adrotate'); ?></h3>
42
  <div class="postbox-adrotate">
43
  <div class="inside">
44
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-support.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('When you activate your AdRotate Pro license you can use fast and personal email support. No more queueing up in the forums. AdRotate premium support takes priority over the forums and is checked much more often than the forum. Get a solution (usually) within one business day.', 'adrotate'); ?></p>
45
  </div>
46
  </div>
47
 
74
  <h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
75
  <div class="postbox-adrotate">
76
  <div class="inside">
77
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-schedule.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Schedule your adverts and set up advertising campaigns based on dates you or your advertisers specify without hassle. Seasonal adverts, weekly adverts. You name it, AdRotate schedules it. This makes planning your revenue stream much more easy. You can set one or many schedules for adverts.', 'adrotate'); ?></p>
78
  </div>
79
  </div>
80
 
81
  <h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
82
  <div class="postbox-adrotate">
83
  <div class="inside">
84
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-adblock.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Try and avoid adblockers so you adverts get the exposure you want them to have. AdRotate Pro offers some advanced tools to deceive adblockers so your adverts are less likely to be removed. Of-course make sure you create your adverts smartly so these features reach their full potential!', 'adrotate'); ?></p>
85
  </div>
86
  </div>
87
 
88
  <h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
89
  <div class="postbox-adrotate">
90
  <div class="inside">
91
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><img src="<?php echo plugins_url('/images/demo-notifications.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Stay in touch with Email notifications. Have AdRotate send you an alert when adverts expire or need your attention. Additionally, send push notifications to your iOS or Android device. Get notified when adverts expire, have errors or when advertisers create new adverts. Never miss an expiration date again.', 'adrotate'); ?></p>
92
  </div>
93
  </div>
94
 
95
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
96
  <div class="postbox-adrotate">
97
  <div class="inside">
98
+ <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free"><img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
99
+ <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
100
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
101
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
102
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
103
+ <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
104
  </div>
105
  </div>
106
  <!--
108
  <div class="postbox-adrotate">
109
  <div class="inside">
110
  <img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
111
+ <p><h4><?php _e('Lifetime License', 'adrotate'); ?> (&euro; 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
112
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
113
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
114
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
115
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
116
+ <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=pro-page&utm_source=adrotate-free" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> &raquo;</a></p>
117
  </div>
118
  </div>
119
  -->
125
 
126
  <div class="clear"></div>
127
 
128
+ <p><center>A grasp of the features AdRotate Pro has to offer over the free version. Check out the <a href="https://ajdg.solutions/products/adrotate-for-wordpress/??utm_campaign=adrotate-page&utm_medium=pro-page&utm_source=adrotate-free" target="_blank">AdRotate website</a> for more information.</center></p>
129
  <p><?php echo adrotate_trademark(); ?></p>
130
  </div>
dashboard/info.php CHANGED
@@ -78,20 +78,20 @@ $data = get_option("adrotate_advert_status");
78
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
79
  <div class="postbox-adrotate">
80
  <div class="inside">
81
- <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage&pk_kwd=compare_license"><img src="<?php echo plugins_url('/images/adrotate-product.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
82
- <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree-infopage&pk_kwd=buy_single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
83
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotatefree-infopage&pk_kwd=buy_duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
84
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotatefree-infopage&pk_kwd=buy_multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
85
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotatefree-infopage&pk_kwd=buy_developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
86
- <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage&pk_kwd=compare_license" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
87
  <!--
88
  <img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
89
- <p><h4><?php _e('Lifetime License', 'adrotate'); ?> (&euro; 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotatefree-infopage&pk_kwd=buy_single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
90
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotatefree-infopage&pk_kwd=buy_duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
91
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotatefree-infopage&pk_kwd=buy_multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
92
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotatefree-infopage&pk_kwd=buy_developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
93
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
94
- <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-infopage&pk_kwd=compare_license" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> &raquo;</a></p>
95
  -->
96
  </div>
97
  </div>
@@ -120,7 +120,7 @@ $data = get_option("adrotate_advert_status");
120
  <div class="postbox-adrotate">
121
  <div class="inside">
122
  <p><img src="<?php echo plugins_url('/images/arnan-jungle.jpg', dirname(__FILE__)); ?>" alt="Arnan de Gans" width="55" height="55" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
123
- <a href="http://meandmymac.net/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?pk_campaign=adrotatefree-infopage" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('I am a digital nomad in the Philippines. Click on my name to find out more about me and what I am doing. Thanks for your support and for using my plugins!', 'adrotate'); ?></p>
124
  <?php
125
  wp_widget_rss_output('http://meandmymac.net/feed/', array(
126
  'items' => 2,
78
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
79
  <div class="postbox-adrotate">
80
  <div class="inside">
81
+ <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-licenses&utm_medium=info-page&utm_source=adrotate-free"><img src="<?php echo plugins_url('/images/adrotate-product.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" /></a>
82
+ <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('For one WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
83
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('For two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
84
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00)</h4><?php _e(' For up to five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
85
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 299.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
86
+ <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you? Compare them...", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-license&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
87
  <!--
88
  <img src="<?php echo WP_CONTENT_URL; ?>/plugins/adrotate/images/adrotate-product.png" alt="adrotate-product" width="150" height="150" align="right" style="padding: 0 0 10px 10px;" />
89
+ <p><h4><?php _e('Lifetime License', 'adrotate'); ?> (&euro; 59.00)</h4><?php _e('Single installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=buy-single&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
90
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 29.00 p/year)</h4><?php _e('Up to 2 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&utm_campaign=buy-duo&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
91
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 99.00 p/year)</h4><?php _e('Up to 10 installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&utm_campaign=buy-multi&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
92
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00 p/year)</h4><?php _e('Up to 25 installations or multisite networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&utm_campaign=buy-developer&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
93
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
94
+ <p><h4><?php _e('Compare licenses', 'adrotate'); ?></h4> <?php _e("Not sure which license is for you?", 'adrotate'); ?> <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=compare-license&utm_medium=info-page&utm_source=adrotate-free" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> &raquo;</a></p>
95
  -->
96
  </div>
97
  </div>
120
  <div class="postbox-adrotate">
121
  <div class="inside">
122
  <p><img src="<?php echo plugins_url('/images/arnan-jungle.jpg', dirname(__FILE__)); ?>" alt="Arnan de Gans" width="55" height="55" align="left" class="adrotate-photo" style="margin: 0 10px 0 0;" />
123
+ <a href="http://meandmymac.net/?utm_campaign=homepage&utm_medium=info-page&utm_source=adrotate-free" title="Arnan de Gans">Arnan de Gans</a> (<a href="https://ajdg.solutions/?utm_campaign=homepage&utm_medium=info-page&utm_source=adrotate-free" title="Arnan de Gans">AJdG Solutions</a>) - <?php _e('I am a digital nomad in the Philippines. Click on my name to find out more about me and what I am doing. Thanks for your support and for using my plugins!', 'adrotate'); ?></p>
124
  <?php
125
  wp_widget_rss_output('http://meandmymac.net/feed/', array(
126
  'items' => 2,
dashboard/settings/statistics.php CHANGED
@@ -22,11 +22,11 @@
22
  <option value="0" disabled>Google Analytics (Faster)</option>
23
  </select><br />
24
  <span class="description">
25
- <strong>Interal Tracker</strong> - <?php _e('Tracks impressions and clicks internally', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/adrotate-statistics/?pk_campaign=adrotatepro_settings" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
26
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording, Click and impression limits, impression spread for schedules, local stats display. Javascript/HTML5/Flash adverts will only track impressions.', 'adrotate'); ?></em><br /><br />
27
- <strong>Piwik Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Piwik Analytics tracker installed in your sites footer! Uses data attributes', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/piwik-analytics/?pk_campaign=adrotatepro_settings" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
28
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Actions > Contents.', 'adrotate'); ?></em><br /><br />
29
- <strong>Google Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Google Universal Analytics tracker installed in your sites footer! uses onClick() and onload() in adverts', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/google-analytics/?pk_campaign=adrotatepro_settings" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
30
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Events > Banner.', 'adrotate'); ?></em>
31
  </span>
32
  </td>
22
  <option value="0" disabled>Google Analytics (Faster)</option>
23
  </select><br />
24
  <span class="description">
25
+ <strong>Interal Tracker</strong> - <?php _e('Tracks impressions and clicks internally', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/adrotate-statistics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-free" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
26
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording, Click and impression limits, impression spread for schedules, local stats display. Javascript/HTML5/Flash adverts will only track impressions.', 'adrotate'); ?></em><br /><br />
27
+ <strong>Piwik Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Piwik Analytics tracker installed in your sites footer! Uses data attributes', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/piwik-analytics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-freepk_campaign=adrotatepro_settings" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
28
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Actions > Contents.', 'adrotate'); ?></em><br /><br />
29
+ <strong>Google Analytics (<?php _e('In AdRotate Pro!', 'adrotate'); ?>)</strong> - <?php _e('Requires Google Universal Analytics tracker installed in your sites footer! uses onClick() and onload() in adverts', 'adrotate'); ?>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/google-analytics/?utm_campaign=adrotate-manual&utm_medium=settings&utm_source=adrotate-free" target="_blank"><?php _e('manual', 'adrotate'); ?></a>.<br />
30
  <strong>Supports:</strong> <em><?php _e('Click and Impression recording via Cookie, stats are displayed in Events > Banner.', 'adrotate'); ?></em>
31
  </span>
32
  </td>
language/adrotate-bg_BG.mo CHANGED
Binary file
language/adrotate-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
9
  "Language: bg_BG\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -115,15 +115,15 @@ msgstr ""
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
- #: adrotate-manage-publisher.php:702
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
- #: adrotate-output.php:607
123
  msgid "Oh no! Something went wrong!"
124
  msgstr "О не! Нещо се случи!"
125
 
126
- #: adrotate-output.php:608
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
@@ -132,17 +132,17 @@ msgstr ""
132
  "кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
133
  "си."
134
 
135
- #: adrotate-output.php:609
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
139
  msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
140
 
141
- #: adrotate-output.php:610
142
  msgid "Contact support if the issue persists:"
143
  msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
144
 
145
- #: adrotate-output.php:628
146
  msgid ""
147
  "Error, Ad is not available at this time due to schedule/geolocation "
148
  "restrictions or does not exist!"
@@ -150,33 +150,33 @@ msgstr ""
150
  "Грешка, рекламата не е налична в момента, поради ограничения в графика/"
151
  "геолокацията или не съществува!"
152
 
153
- #: adrotate-output.php:630
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions!"
157
  msgstr ""
158
  "Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
159
 
160
- #: adrotate-output.php:637 adrotate-output.php:639
161
  msgid ""
162
  "Either there are no banners, they are disabled or none qualified for this "
163
  "location!"
164
  msgstr ""
165
  "Няма налични банери, те са деактивирани или не са подходящи за това място!"
166
 
167
- #: adrotate-output.php:645
168
  msgid "Error, no Ad ID set! Check your syntax!"
169
  msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
170
 
171
- #: adrotate-output.php:651
172
  msgid "Error, no group ID set! Check your syntax!"
173
  msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
174
 
175
- #: adrotate-output.php:656
176
  msgid "Error, group does not exist! Check your syntax!"
177
  msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
178
 
179
- #: adrotate-output.php:662
180
  msgid ""
181
  "There was an error locating the database tables for AdRotate. Please "
182
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -184,46 +184,47 @@ msgstr ""
184
  "Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
185
  "изключете и включете наново AdRotate от страницата с плъгините!!"
186
 
187
- #: adrotate-output.php:662
188
  msgid "If this does not solve the issue please seek support at"
189
  msgstr "Ако това не решава проблема, моля потърсете помощ на"
190
 
191
- #: adrotate-output.php:668
192
  msgid "An unknown error occured."
193
  msgstr "Възникна неизвестна грешка."
194
 
195
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
196
  msgid "Check adverts"
197
  msgstr ""
198
 
199
- #: adrotate-output.php:698
200
  msgid ""
201
  "You have enable caching support but W3 Total Cache is not active on your "
202
  "site!"
203
  msgstr ""
204
 
205
- #: adrotate-output.php:701
206
  msgid ""
207
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
208
  "not set."
209
  msgstr ""
210
 
211
- #: adrotate-output.php:706
212
  msgid "Your AdRotate Banner folder is not writable or does not exist."
213
  msgstr ""
214
 
215
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
216
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
217
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
218
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
219
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
220
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
221
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
222
- #: dashboard/settings/geotargeting.php:26
223
  msgid "Buy now"
224
  msgstr "Купи сега"
225
 
226
- #: adrotate-output.php:747
227
  msgid ""
228
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
229
  "to the <strong>PRO</strong> version"
@@ -231,67 +232,67 @@ msgstr ""
231
  "Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
232
  "до <strong>PRO</strong> версията"
233
 
234
- #: adrotate-output.php:747
235
  #, php-format
236
  msgid ""
237
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
238
  msgstr ""
239
 
240
- #: adrotate-output.php:747
241
  msgid "Thank you for your purchase!"
242
  msgstr ""
243
 
244
- #: adrotate-output.php:791
245
  msgid ""
246
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
247
  "this menu. Check out the"
248
  msgstr ""
249
 
250
- #: adrotate-output.php:791
251
  msgid "manuals"
252
  msgstr "ръководства"
253
 
254
- #: adrotate-output.php:791 adrotate-output.php:864
255
  msgid "and"
256
  msgstr "и"
257
 
258
- #: adrotate-output.php:791
259
  msgid "forums"
260
  msgstr ""
261
 
262
- #: adrotate-output.php:824
263
  msgid "Useful Links"
264
  msgstr "Полезни връзки"
265
 
266
- #: adrotate-output.php:825
267
  msgid "Useful links to learn more about AdRotate"
268
  msgstr "Полезни връзки, за да получите повече информация за AdRotate"
269
 
270
- #: adrotate-output.php:827
271
  msgid "AdRotate website"
272
  msgstr ""
273
 
274
- #: adrotate-output.php:828
275
  msgid "Getting Started With AdRotate"
276
  msgstr "Започнете от нулата с AdRotate Pro"
277
 
278
- #: adrotate-output.php:829
279
  msgid "AdRotate manuals"
280
  msgstr ""
281
 
282
- #: adrotate-output.php:830
283
  msgid "AdRotate Support Forum"
284
  msgstr "Форум за поддръжка на AdRotate"
285
 
286
- #: adrotate-output.php:856
287
  msgid "Help AdRotate Grow"
288
  msgstr "Помогнете за развитието на AdRotate"
289
 
290
- #: adrotate-output.php:857
291
  msgid "Follow Arnan on Facebook"
292
  msgstr ""
293
 
294
- #: adrotate-output.php:864
295
  msgid ""
296
  "A lot of users only think to review AdRotate when something goes wrong while "
297
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
@@ -300,35 +301,36 @@ msgstr ""
300
  "се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
301
  "това да остане незабелязано."
302
 
303
- #: adrotate-output.php:864
304
  msgid "If you find AdRotate useful please leave your honest"
305
  msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
306
 
307
- #: adrotate-output.php:864
308
  msgid "rating"
309
  msgstr "оценка"
310
 
311
- #: adrotate-output.php:864
312
  msgid "review"
313
  msgstr "мнение"
314
 
315
- #: adrotate-output.php:864
316
  msgid "on WordPress.org to help AdRotate grow in a positive way"
317
  msgstr "на WordPress.org, за да се развива AdRotate"
318
 
319
- #: adrotate-output.php:903
 
320
  msgid "Available in AdRotate Pro"
321
  msgstr "Налично в AdRotate Pro"
322
 
323
- #: adrotate-output.php:903
324
  msgid "More information..."
325
  msgstr "Повече информация..."
326
 
327
- #: adrotate-output.php:904
328
  msgid "This feature is available in AdRotate Pro"
329
  msgstr "Тази функционалност е налична в AdRotate Pro"
330
 
331
- #: adrotate-output.php:904
332
  msgid "Learn more"
333
  msgstr "Повече информация"
334
 
@@ -464,7 +466,7 @@ msgstr ""
464
  msgid "Manage Groups"
465
  msgstr "Управление на групи"
466
 
467
- #: adrotate.php:109 adrotate.php:407
468
  msgid "Manage Schedules"
469
  msgstr "Управление на графици"
470
 
@@ -488,28 +490,27 @@ msgstr "AdRotate Professional"
488
  msgid "Advert Management"
489
  msgstr ""
490
 
491
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
492
  msgid "Manage"
493
  msgstr "Управление"
494
 
495
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
496
  msgid "Add New"
497
  msgstr "Добавяне"
498
 
499
- #: adrotate.php:336
500
  msgid "Group Management"
501
  msgstr "Управление на групи"
502
 
503
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
504
- #: dashboard/publisher/groups-main.php:70
505
  msgid "Report"
506
  msgstr "Доклад"
507
 
508
- #: adrotate.php:398
509
  msgid "Schedule Management available in AdRotate Pro"
510
  msgstr "Управление с графици е налично в AdRotate Pro"
511
 
512
- #: adrotate.php:408
513
  msgid ""
514
  "Schedule management and multiple schedules per advert is available in "
515
  "AdRotate Pro."
@@ -517,28 +518,28 @@ msgstr ""
517
  "Управлението на графици и множество графици за една реклама са налични в "
518
  "AdRotate Pro."
519
 
520
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
521
  #: dashboard/publisher/adverts-main.php:114
522
  #: dashboard/publisher/groups-edit.php:75
523
  #: dashboard/publisher/groups-main.php:89
524
  msgid "More information"
525
  msgstr "Повече информация"
526
 
527
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
528
  #: dashboard/publisher/adverts-error.php:19
529
  #: dashboard/publisher/adverts-main.php:20
530
  #: dashboard/publisher/groups-main.php:20
531
  msgid "Bulk Actions"
532
  msgstr "Масови действия"
533
 
534
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
535
  #: dashboard/publisher/adverts-error.php:29
536
  #: dashboard/publisher/adverts-main.php:30
537
  #: dashboard/publisher/groups-main.php:24
538
  msgid "Go"
539
  msgstr "Напред"
540
 
541
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
542
  #: dashboard/publisher/adverts-error.php:39
543
  #: dashboard/publisher/adverts-main.php:39
544
  #: dashboard/publisher/groups-edit.php:51
@@ -546,87 +547,87 @@ msgstr "Напред"
546
  msgid "ID"
547
  msgstr "ID"
548
 
549
- #: adrotate.php:426
550
  msgid "Start"
551
  msgstr "Начало"
552
 
553
- #: adrotate.php:426
554
  msgid "End"
555
  msgstr "Край"
556
 
557
- #: adrotate.php:427
558
  msgid "Ads"
559
  msgstr "Реклами"
560
 
561
- #: adrotate.php:429
562
  msgid "Max Impressions"
563
  msgstr "Максимум импресии"
564
 
565
- #: adrotate.php:430
566
  msgid "Max Clicks"
567
  msgstr "Максимум кликове"
568
 
569
- #: adrotate.php:460
570
  msgid "No schedules created yet!"
571
  msgstr "Все още няма създадени графици!"
572
 
573
- #: adrotate.php:465
574
  msgid "Easily manage your schedules from here with AdRotate Pro."
575
  msgstr "Можете лесно да управлявате графиците си от тук с AdRotate Pro."
576
 
577
- #: adrotate.php:465 adrotate.php:531
578
  msgid "Upgrade today!"
579
  msgstr "Надградете днес!"
580
 
581
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
582
  #: dashboard/publisher/groups-edit.php:387
583
  msgid "Expires soon."
584
  msgstr "Изтича скоро."
585
 
586
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
587
  #: dashboard/publisher/groups-edit.php:388
588
  msgid "Has expired."
589
  msgstr "Изтекла."
590
 
591
- #: adrotate.php:493
592
  msgid "Media Management available in AdRotate Pro"
593
  msgstr "Управление на медия е налично в AdRotate Pro"
594
 
595
- #: adrotate.php:495
596
  msgid "Upload images to the AdRotate Pro banners folder from here."
597
  msgstr ""
598
 
599
- #: adrotate.php:495
600
  msgid ""
601
  "This is useful if you use responsive adverts with multiple images or have "
602
  "HTML5 adverts containing multiple files."
603
  msgstr ""
604
 
605
- #: adrotate.php:495
606
  msgid "Media uploading and management is available in AdRotate Pro."
607
  msgstr "Управлението и качването на медия са налични в AdRotate Pro."
608
 
609
- #: adrotate.php:497
610
  msgid "Upload new file"
611
  msgstr ""
612
 
613
- #: adrotate.php:498
614
  msgid "Accepted files:"
615
  msgstr ""
616
 
617
- #: adrotate.php:498
618
  msgid "For HTML5 ads you can also upload html and javascript files."
619
  msgstr ""
620
 
621
- #: adrotate.php:498
622
  msgid "Maximum size is 512Kb."
623
  msgstr "Максималния размер е 512Kb."
624
 
625
- #: adrotate.php:498
626
  msgid "Important:"
627
  msgstr "Важно:"
628
 
629
- #: adrotate.php:498
630
  msgid ""
631
  "Make sure your file has no spaces or special characters in the name. Replace "
632
  "spaces with a - or _."
@@ -634,13 +635,13 @@ msgstr ""
634
  "Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
635
  "интервалите с - или _."
636
 
637
- #: adrotate.php:498
638
  msgid ""
639
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
640
  "file so it knows about the changed name. For example for the javascript file."
641
  msgstr ""
642
 
643
- #: adrotate.php:501
644
  msgid ""
645
  "For responsive adverts make sure the filename is in the following format; "
646
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
@@ -649,7 +650,7 @@ msgstr ""
649
  "формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
650
  "е строго препоръчителен."
651
 
652
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
653
  msgid ""
654
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
655
  "filename instead of \".full\" for the various viewports."
@@ -658,12 +659,12 @@ msgstr ""
658
  "използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
659
  "файловете, вместо \".full\"."
660
 
661
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
662
  #: dashboard/publisher/groups-edit.php:320
663
  msgid "Example:"
664
  msgstr "Пример:"
665
 
666
- #: adrotate.php:503
667
  msgid ""
668
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
669
  "for different viewports."
@@ -671,51 +672,51 @@ msgstr ""
671
  "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и съща "
672
  "реклама в различни резолюции на екрана."
673
 
674
- #: adrotate.php:507
675
  msgid "Upload file"
676
  msgstr ""
677
 
678
- #: adrotate.php:507
679
  msgid "Click only once per file!"
680
  msgstr ""
681
 
682
- #: adrotate.php:510
683
  msgid "Available files in"
684
  msgstr ""
685
 
686
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
687
  #: dashboard/publisher/groups-main.php:33
688
  msgid "Name"
689
  msgstr "Име"
690
 
691
- #: adrotate.php:516
692
  msgid "Actions"
693
  msgstr "Действия"
694
 
695
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
696
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
697
  #: dashboard/publisher/adverts-disabled.php:22
698
  #: dashboard/publisher/adverts-error.php:21
699
  #: dashboard/publisher/adverts-main.php:22
700
  msgid "Delete"
701
  msgstr "Изтриване"
702
 
703
- #: adrotate.php:531
704
  msgid ""
705
  "Make sure the banner images are not in use by adverts when you delete them!"
706
  msgstr ""
707
  "Уверете се, че картинките за банери не се използват от реклами, преди да ги "
708
  "изтриете!"
709
 
710
- #: adrotate.php:531
711
  msgid "Manage your banner folder from here with AdRotate Pro."
712
  msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
713
 
714
- #: adrotate.php:560
715
  msgid "AdRotate Settings"
716
  msgstr "AdRotate Настройки"
717
 
718
- #: adrotate.php:631
719
  msgid "Update Options"
720
  msgstr "Опции за обновяване"
721
 
@@ -755,8 +756,8 @@ msgstr "Локализирайте своите рекламни кампани
755
  msgid ""
756
  "Go nationwide or global with localized adverts for your various audiences. "
757
  "Set up adverts for countries and cities and sell impressions per general "
758
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
759
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
760
  msgstr ""
761
 
762
  #: dashboard/adrotatepro.php:41
@@ -768,10 +769,10 @@ msgid ""
768
  "When you activate your AdRotate Pro license you can use fast and personal "
769
  "email support. No more queueing up in the forums. AdRotate premium support "
770
  "takes priority over the forums and is checked much more often than the "
771
- "forum. Get a solution (usually) within a day."
772
  msgstr ""
773
 
774
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
775
  msgid "AdRotate is brought to you by"
776
  msgstr "AdRotate достига до Вас, благодарение на"
777
 
@@ -806,10 +807,9 @@ msgstr ""
806
  #: dashboard/adrotatepro.php:91
807
  msgid ""
808
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
809
- "adverts expire or need your attention. Additionally, you can have AdRotate "
810
- "send push notifications to your iOS or Android smartphone. Get notified when "
811
- "adverts expire, have errors or when advertisers create new adverts. Never "
812
- "miss an expiration date again."
813
  msgstr ""
814
 
815
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -937,43 +937,17 @@ msgid ""
937
  "for updates about me and my plugins. Thank you!"
938
  msgstr ""
939
 
940
- #: dashboard/info.php:103
941
- msgid ""
942
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
943
- "digital nomad in the Philippines. Click on my name to find out more about me "
944
- "and what I am doing. Thanks for your support and for using my plugins!"
945
  msgstr ""
946
 
947
- #: dashboard/info.php:113
948
- msgid "Get more features with AdRotate Pro"
949
- msgstr "Получете по-голяма функционалност с AdRotate Pro"
950
-
951
- #: dashboard/info.php:116
952
  msgid ""
953
- "Benefit from extra features to reinforce your income with advertising "
954
- "campaigns. Make the most of your website with the powerful tools AdRotate "
955
- "Pro offers on top of the trusted features included in the free version."
956
- msgstr ""
957
- "Възползвайте се от допълнителните функции, като рекламни кампании, за да "
958
- "подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
959
- "функции, които предлага AdRotate Pro спрямо безплатната версия."
960
-
961
- #: dashboard/info.php:116
962
- msgid "Want to know more about"
963
  msgstr ""
964
 
965
- #: dashboard/info.php:116
966
- msgid "Visit the"
967
- msgstr "Посетете"
968
-
969
- #: dashboard/info.php:116
970
- msgid "website"
971
- msgstr "уебсайт"
972
-
973
- #: dashboard/info.php:120
974
- msgid "AdRotate News and Developer Blog"
975
- msgstr "AdRotate блог за новини и разработка"
976
-
977
  #: dashboard/publisher/adverts-disabled.php:15
978
  msgid "Disabled Adverts"
979
  msgstr ""
@@ -1038,6 +1012,8 @@ msgstr "Редакция"
1038
 
1039
  #: dashboard/publisher/adverts-disabled.php:74
1040
  #: dashboard/publisher/adverts-error.php:64
 
 
1041
  msgid "Stats"
1042
  msgstr "Статистики"
1043
 
@@ -1481,7 +1457,7 @@ msgstr "ID - Име"
1481
 
1482
  #: dashboard/publisher/adverts-edit.php:406
1483
  #: dashboard/publisher/groups-main.php:60
1484
- #: dashboard/settings/geotargeting.php:39
1485
  msgid "Default"
1486
  msgstr "По подразбиране"
1487
 
@@ -2187,44 +2163,40 @@ msgstr ""
2187
  msgid "Which Geo Service"
2188
  msgstr ""
2189
 
2190
- #: dashboard/settings/geotargeting.php:26
2191
  msgid ""
2192
  "The most complete and accurate geo targeting you can get for only $20 USD "
2193
  "per 50000 lookups."
2194
  msgstr ""
2195
 
2196
- #: dashboard/settings/geotargeting.php:28
2197
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2198
- msgstr ""
2199
-
2200
- #: dashboard/settings/geotargeting.php:30
2201
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2202
  msgstr ""
2203
 
2204
- #: dashboard/settings/geotargeting.php:36
2205
  msgid "Geo Cookie Lifespan"
2206
  msgstr ""
2207
 
2208
- #: dashboard/settings/geotargeting.php:45
2209
  msgid "Hours."
2210
  msgstr ""
2211
 
2212
- #: dashboard/settings/geotargeting.php:46
2213
  msgid ""
2214
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2215
  "cookie last? A longer period is less accurate for mobile users but may "
2216
  "reduce the usage of your lookups drastically."
2217
  msgstr ""
2218
 
2219
- #: dashboard/settings/geotargeting.php:52
2220
  msgid "MaxMind City/Country"
2221
  msgstr ""
2222
 
2223
- #: dashboard/settings/geotargeting.php:55
2224
  msgid "Username/Email"
2225
  msgstr ""
2226
 
2227
- #: dashboard/settings/geotargeting.php:59
2228
  msgid "Password/License Key"
2229
  msgstr ""
2230
 
@@ -2487,15 +2459,19 @@ msgstr "ЗАБЕЛЕЖКА:"
2487
 
2488
  #: dashboard/settings/misc.php:25
2489
  msgid ""
2490
- "You have enabled W3 Total Caching support but not defined the security hash. "
2491
- "You need to add the following line to your wp-config.php near the bottom or "
2492
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2493
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2494
  msgstr ""
2495
- "Включили сте поддръжката за W3 Total Caching, но не сте задали сегмент за "
2496
- "сигурност. Трябва да добавите следният код към вашият wp-config.php, близо "
2497
- "до края или под ред 52. Също така функцията \"late init\" трябва да бъде "
2498
- "включена в W3 Total Cache."
2499
 
2500
  #: dashboard/settings/misc.php:29
2501
  msgid "W3 Total Caching"
@@ -2524,26 +2500,30 @@ msgstr ""
2524
  "сами."
2525
 
2526
  #: dashboard/settings/notifications.php:12
2527
- msgid "Notifications - Available in AdRotate Pro"
2528
- msgstr ""
2529
 
2530
  #: dashboard/settings/notifications.php:13
2531
  msgid "Set up who gets notifications if ads need your attention."
2532
  msgstr "Изберете кой да получава известие, ако реклама се нуждае от внимание."
2533
 
2534
  #: dashboard/settings/notifications.php:16
2535
- msgid "Delivery method"
2536
- msgstr "Метод на доставка"
2537
 
2538
  #: dashboard/settings/notifications.php:18
 
 
 
 
2539
  msgid "Email message."
2540
  msgstr "Email съобщение."
2541
 
2542
- #: dashboard/settings/notifications.php:19
2543
  msgid "Push notifications to your smartphone."
2544
  msgstr "Push известия към вашия смартфон."
2545
 
2546
- #: dashboard/settings/notifications.php:20
2547
  msgid ""
2548
  "Push notifications are delivered through Pushover, a notification service "
2549
  "for Android and iOS"
@@ -2551,7 +2531,7 @@ msgstr ""
2551
  "Push известията се доставят чрез Pushover, услуга за известия за Android и "
2552
  "iOS"
2553
 
2554
- #: dashboard/settings/notifications.php:20
2555
  msgid ""
2556
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2557
  "information can be found on the pushover website;"
@@ -2559,30 +2539,56 @@ msgstr ""
2559
  "Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
2560
  "Повече информация можете да намерите на сайта на разработчика;"
2561
 
2562
- #: dashboard/settings/notifications.php:24
2563
  msgid "Test notification"
2564
  msgstr ""
2565
 
2566
- #: dashboard/settings/notifications.php:26
 
 
 
 
2567
  msgid ""
2568
- "This sends a test notification. Before you test, save the options first!"
 
2569
  msgstr ""
2570
- "Изпращане на тестово известие. Преди да кликнете тест, запазете настройките!"
2571
-
2572
- #: dashboard/settings/notifications.php:31
2573
- msgid "Email Notifications"
2574
- msgstr "Email Известия"
2575
 
2576
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2577
  msgid "Set up who gets notification emails."
2578
  msgstr "Задайте кой да получава известия по email."
2579
 
2580
- #: dashboard/settings/notifications.php:35
2581
- #: dashboard/settings/notifications.php:55
2582
  msgid "Publishers"
2583
  msgstr "Издатели"
2584
 
2585
- #: dashboard/settings/notifications.php:38
2586
  msgid ""
2587
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2588
  "list to a minimum!"
@@ -2590,7 +2596,7 @@ msgstr ""
2590
  "За разделител използвайте запетая. Максимум 5 адреса. Използвайте възможно "
2591
  "най-малко адреси в този списък!"
2592
 
2593
- #: dashboard/settings/notifications.php:39
2594
  msgid ""
2595
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2596
  "email notifications will be send."
@@ -2598,11 +2604,11 @@ msgstr ""
2598
  "Съобщенията се изпращат когато е необходимо, но не по-често от веднъж на 24 "
2599
  "часа. Ако полето е празно няма да се изпращат известия по email."
2600
 
2601
- #: dashboard/settings/notifications.php:43
2602
  msgid "Advertisers"
2603
  msgstr "Рекламодатели"
2604
 
2605
- #: dashboard/settings/notifications.php:46
2606
  msgid ""
2607
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2608
  "This field may not be empty!"
@@ -2610,11 +2616,11 @@ msgstr ""
2610
  "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
2611
  "разделени със запетая. Полето не може да бъде празно!"
2612
 
2613
- #: dashboard/settings/notifications.php:51
2614
- msgid "Push Notifications"
2615
- msgstr "Push известия"
2616
 
2617
- #: dashboard/settings/notifications.php:52
2618
  msgid ""
2619
  "Receive information about what is happening with your AdRotate setup on your "
2620
  "smartphone via Pushover."
@@ -2622,28 +2628,28 @@ msgstr ""
2622
  "Получавайте информация относно случващото се с вашата AdRotate инсталация "
2623
  "директно на смартфона си чрез Pushover."
2624
 
2625
- #: dashboard/settings/notifications.php:57
2626
  msgid "When you are running out of Geo Targeting Lookups."
2627
  msgstr ""
2628
 
2629
- #: dashboard/settings/notifications.php:58
2630
  msgid "Daily digest of any advert status other than normal."
2631
  msgstr ""
2632
  "Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
2633
 
2634
- #: dashboard/settings/notifications.php:59
2635
  msgid "Any advertiser saving an advert in your moderation queue."
2636
  msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
2637
 
2638
- #: dashboard/settings/notifications.php:60
2639
  msgid "A moderator approved an advert from the moderation queue."
2640
  msgstr "Модератора е одобрил реклама от опашката за одобрение."
2641
 
2642
- #: dashboard/settings/notifications.php:61
2643
  msgid "A moderator rejected an advert from the moderation queue."
2644
  msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
2645
 
2646
- #: dashboard/settings/notifications.php:61
2647
  msgid ""
2648
  "If you have a lot of activity with many advertisers adding/changing adverts "
2649
  "you may get a lot of messages!"
@@ -2651,32 +2657,32 @@ msgstr ""
2651
  "Ако имате множество дейности с много рекламодатели, които добавят/променят "
2652
  "реклами, то ще получавате много съобщения!"
2653
 
2654
- #: dashboard/settings/notifications.php:66
2655
  msgid "User Key"
2656
  msgstr "Потребителски ключ"
2657
 
2658
- #: dashboard/settings/notifications.php:68
2659
  msgid "Get your user token"
2660
  msgstr ""
2661
 
2662
- #: dashboard/settings/notifications.php:68
2663
- #: dashboard/settings/notifications.php:74
2664
  msgid "here"
2665
  msgstr ""
2666
 
2667
- #: dashboard/settings/notifications.php:72
2668
  msgid "Api Token"
2669
  msgstr "Api Token"
2670
 
2671
- #: dashboard/settings/notifications.php:74
2672
  msgid "Create your"
2673
  msgstr ""
2674
 
2675
- #: dashboard/settings/notifications.php:74
2676
  msgid "App"
2677
  msgstr ""
2678
 
2679
- #: dashboard/settings/notifications.php:74
2680
  msgid "and get your API token"
2681
  msgstr ""
2682
 
@@ -2829,6 +2835,53 @@ msgstr ""
2829
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
2830
  "(24 часа)."
2831
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2832
  #~ msgid "active ad(s) expired."
2833
  #~ msgstr "изтекла/и активна/и реклама/и."
2834
 
@@ -3791,9 +3844,6 @@ msgstr ""
3791
  #~ "помага да различавате рекламодателите от обикновените абонати без да им "
3792
  #~ "давате особено голям достъп до таблото за управление."
3793
 
3794
- #~ msgid "Notifications"
3795
- #~ msgstr "Известия"
3796
-
3797
  #~ msgid "Track impressions from logged in users (Recommended)."
3798
  #~ msgstr "Проследяване на импресии от вписани потребители (препоръчително)."
3799
 
@@ -3888,9 +3938,6 @@ msgstr ""
3888
  #~ msgid "Where are your banner ads?"
3889
  #~ msgstr "Къде се намират вашите рекламни банери?"
3890
 
3891
- #~ msgid "Test"
3892
- #~ msgstr "Тест"
3893
-
3894
  #~ msgid ""
3895
  #~ "Check this box if you use WP Super Cache on your site. It is reported by "
3896
  #~ "users that if you have version 1.4 or newer this option may not work."
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
9
  "Language: bg_BG\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
+ #: adrotate-manage-publisher.php:678
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
+ #: adrotate-output.php:574
123
  msgid "Oh no! Something went wrong!"
124
  msgstr "О не! Нещо се случи!"
125
 
126
+ #: adrotate-output.php:575
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
132
  "кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
133
  "си."
134
 
135
+ #: adrotate-output.php:576
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
139
  msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
140
 
141
+ #: adrotate-output.php:577
142
  msgid "Contact support if the issue persists:"
143
  msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
144
 
145
+ #: adrotate-output.php:592
146
  msgid ""
147
  "Error, Ad is not available at this time due to schedule/geolocation "
148
  "restrictions or does not exist!"
150
  "Грешка, рекламата не е налична в момента, поради ограничения в графика/"
151
  "геолокацията или не съществува!"
152
 
153
+ #: adrotate-output.php:594
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions!"
157
  msgstr ""
158
  "Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
159
 
160
+ #: adrotate-output.php:601 adrotate-output.php:603
161
  msgid ""
162
  "Either there are no banners, they are disabled or none qualified for this "
163
  "location!"
164
  msgstr ""
165
  "Няма налични банери, те са деактивирани или не са подходящи за това място!"
166
 
167
+ #: adrotate-output.php:609
168
  msgid "Error, no Ad ID set! Check your syntax!"
169
  msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
170
 
171
+ #: adrotate-output.php:615
172
  msgid "Error, no group ID set! Check your syntax!"
173
  msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
174
 
175
+ #: adrotate-output.php:620
176
  msgid "Error, group does not exist! Check your syntax!"
177
  msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
178
 
179
+ #: adrotate-output.php:626
180
  msgid ""
181
  "There was an error locating the database tables for AdRotate. Please "
182
  "deactivate and re-activate AdRotate from the plugin page!!"
184
  "Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
185
  "изключете и включете наново AdRotate от страницата с плъгините!!"
186
 
187
+ #: adrotate-output.php:626
188
  msgid "If this does not solve the issue please seek support at"
189
  msgstr "Ако това не решава проблема, моля потърсете помощ на"
190
 
191
+ #: adrotate-output.php:632
192
  msgid "An unknown error occured."
193
  msgstr "Възникна неизвестна грешка."
194
 
195
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
196
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
197
  msgid "Check adverts"
198
  msgstr ""
199
 
200
+ #: adrotate-output.php:674
201
  msgid ""
202
  "You have enable caching support but W3 Total Cache is not active on your "
203
  "site!"
204
  msgstr ""
205
 
206
+ #: adrotate-output.php:677
207
  msgid ""
208
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
209
  "not set."
210
  msgstr ""
211
 
212
+ #: adrotate-output.php:682
213
  msgid "Your AdRotate Banner folder is not writable or does not exist."
214
  msgstr ""
215
 
216
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
217
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
218
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
219
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
220
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
221
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
222
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
223
+ #: dashboard/settings/geotargeting.php:25
224
  msgid "Buy now"
225
  msgstr "Купи сега"
226
 
227
+ #: adrotate-output.php:723
228
  msgid ""
229
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
230
  "to the <strong>PRO</strong> version"
232
  "Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
233
  "до <strong>PRO</strong> версията"
234
 
235
+ #: adrotate-output.php:723
236
  #, php-format
237
  msgid ""
238
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
239
  msgstr ""
240
 
241
+ #: adrotate-output.php:723
242
  msgid "Thank you for your purchase!"
243
  msgstr ""
244
 
245
+ #: adrotate-output.php:784
246
  msgid ""
247
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
248
  "this menu. Check out the"
249
  msgstr ""
250
 
251
+ #: adrotate-output.php:784
252
  msgid "manuals"
253
  msgstr "ръководства"
254
 
255
+ #: adrotate-output.php:784 adrotate-output.php:851
256
  msgid "and"
257
  msgstr "и"
258
 
259
+ #: adrotate-output.php:784
260
  msgid "forums"
261
  msgstr ""
262
 
263
+ #: adrotate-output.php:814
264
  msgid "Useful Links"
265
  msgstr "Полезни връзки"
266
 
267
+ #: adrotate-output.php:815
268
  msgid "Useful links to learn more about AdRotate"
269
  msgstr "Полезни връзки, за да получите повече информация за AdRotate"
270
 
271
+ #: adrotate-output.php:817
272
  msgid "AdRotate website"
273
  msgstr ""
274
 
275
+ #: adrotate-output.php:818
276
  msgid "Getting Started With AdRotate"
277
  msgstr "Започнете от нулата с AdRotate Pro"
278
 
279
+ #: adrotate-output.php:819
280
  msgid "AdRotate manuals"
281
  msgstr ""
282
 
283
+ #: adrotate-output.php:820
284
  msgid "AdRotate Support Forum"
285
  msgstr "Форум за поддръжка на AdRotate"
286
 
287
+ #: adrotate-output.php:843
288
  msgid "Help AdRotate Grow"
289
  msgstr "Помогнете за развитието на AdRotate"
290
 
291
+ #: adrotate-output.php:844
292
  msgid "Follow Arnan on Facebook"
293
  msgstr ""
294
 
295
+ #: adrotate-output.php:851
296
  msgid ""
297
  "A lot of users only think to review AdRotate when something goes wrong while "
298
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
301
  "се обърка, докато хиляди хора използват AdRotate безпроблемно. Не оставяйте "
302
  "това да остане незабелязано."
303
 
304
+ #: adrotate-output.php:851
305
  msgid "If you find AdRotate useful please leave your honest"
306
  msgstr "Ако намирате AdRotate за полезен, моля оставете честна"
307
 
308
+ #: adrotate-output.php:851
309
  msgid "rating"
310
  msgstr "оценка"
311
 
312
+ #: adrotate-output.php:851
313
  msgid "review"
314
  msgstr "мнение"
315
 
316
+ #: adrotate-output.php:851
317
  msgid "on WordPress.org to help AdRotate grow in a positive way"
318
  msgstr "на WordPress.org, за да се развива AdRotate"
319
 
320
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
321
+ #: dashboard/settings/notifications.php:64
322
  msgid "Available in AdRotate Pro"
323
  msgstr "Налично в AdRotate Pro"
324
 
325
+ #: adrotate-output.php:884
326
  msgid "More information..."
327
  msgstr "Повече информация..."
328
 
329
+ #: adrotate-output.php:885
330
  msgid "This feature is available in AdRotate Pro"
331
  msgstr "Тази функционалност е налична в AdRotate Pro"
332
 
333
+ #: adrotate-output.php:885
334
  msgid "Learn more"
335
  msgstr "Повече информация"
336
 
466
  msgid "Manage Groups"
467
  msgstr "Управление на групи"
468
 
469
+ #: adrotate.php:109 adrotate.php:387
470
  msgid "Manage Schedules"
471
  msgstr "Управление на графици"
472
 
490
  msgid "Advert Management"
491
  msgstr ""
492
 
493
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
494
  msgid "Manage"
495
  msgstr "Управление"
496
 
497
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
498
  msgid "Add New"
499
  msgstr "Добавяне"
500
 
501
+ #: adrotate.php:320
502
  msgid "Group Management"
503
  msgstr "Управление на групи"
504
 
505
+ #: adrotate.php:329
 
506
  msgid "Report"
507
  msgstr "Доклад"
508
 
509
+ #: adrotate.php:378
510
  msgid "Schedule Management available in AdRotate Pro"
511
  msgstr "Управление с графици е налично в AdRotate Pro"
512
 
513
+ #: adrotate.php:388
514
  msgid ""
515
  "Schedule management and multiple schedules per advert is available in "
516
  "AdRotate Pro."
518
  "Управлението на графици и множество графици за една реклама са налични в "
519
  "AdRotate Pro."
520
 
521
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
522
  #: dashboard/publisher/adverts-main.php:114
523
  #: dashboard/publisher/groups-edit.php:75
524
  #: dashboard/publisher/groups-main.php:89
525
  msgid "More information"
526
  msgstr "Повече информация"
527
 
528
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
529
  #: dashboard/publisher/adverts-error.php:19
530
  #: dashboard/publisher/adverts-main.php:20
531
  #: dashboard/publisher/groups-main.php:20
532
  msgid "Bulk Actions"
533
  msgstr "Масови действия"
534
 
535
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
536
  #: dashboard/publisher/adverts-error.php:29
537
  #: dashboard/publisher/adverts-main.php:30
538
  #: dashboard/publisher/groups-main.php:24
539
  msgid "Go"
540
  msgstr "Напред"
541
 
542
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
543
  #: dashboard/publisher/adverts-error.php:39
544
  #: dashboard/publisher/adverts-main.php:39
545
  #: dashboard/publisher/groups-edit.php:51
547
  msgid "ID"
548
  msgstr "ID"
549
 
550
+ #: adrotate.php:406
551
  msgid "Start"
552
  msgstr "Начало"
553
 
554
+ #: adrotate.php:406
555
  msgid "End"
556
  msgstr "Край"
557
 
558
+ #: adrotate.php:407
559
  msgid "Ads"
560
  msgstr "Реклами"
561
 
562
+ #: adrotate.php:409
563
  msgid "Max Impressions"
564
  msgstr "Максимум импресии"
565
 
566
+ #: adrotate.php:410
567
  msgid "Max Clicks"
568
  msgstr "Максимум кликове"
569
 
570
+ #: adrotate.php:440
571
  msgid "No schedules created yet!"
572
  msgstr "Все още няма създадени графици!"
573
 
574
+ #: adrotate.php:445
575
  msgid "Easily manage your schedules from here with AdRotate Pro."
576
  msgstr "Можете лесно да управлявате графиците си от тук с AdRotate Pro."
577
 
578
+ #: adrotate.php:445 adrotate.php:511
579
  msgid "Upgrade today!"
580
  msgstr "Надградете днес!"
581
 
582
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
583
  #: dashboard/publisher/groups-edit.php:387
584
  msgid "Expires soon."
585
  msgstr "Изтича скоро."
586
 
587
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
588
  #: dashboard/publisher/groups-edit.php:388
589
  msgid "Has expired."
590
  msgstr "Изтекла."
591
 
592
+ #: adrotate.php:473
593
  msgid "Media Management available in AdRotate Pro"
594
  msgstr "Управление на медия е налично в AdRotate Pro"
595
 
596
+ #: adrotate.php:475
597
  msgid "Upload images to the AdRotate Pro banners folder from here."
598
  msgstr ""
599
 
600
+ #: adrotate.php:475
601
  msgid ""
602
  "This is useful if you use responsive adverts with multiple images or have "
603
  "HTML5 adverts containing multiple files."
604
  msgstr ""
605
 
606
+ #: adrotate.php:475
607
  msgid "Media uploading and management is available in AdRotate Pro."
608
  msgstr "Управлението и качването на медия са налични в AdRotate Pro."
609
 
610
+ #: adrotate.php:477
611
  msgid "Upload new file"
612
  msgstr ""
613
 
614
+ #: adrotate.php:478
615
  msgid "Accepted files:"
616
  msgstr ""
617
 
618
+ #: adrotate.php:478
619
  msgid "For HTML5 ads you can also upload html and javascript files."
620
  msgstr ""
621
 
622
+ #: adrotate.php:478
623
  msgid "Maximum size is 512Kb."
624
  msgstr "Максималния размер е 512Kb."
625
 
626
+ #: adrotate.php:478
627
  msgid "Important:"
628
  msgstr "Важно:"
629
 
630
+ #: adrotate.php:478
631
  msgid ""
632
  "Make sure your file has no spaces or special characters in the name. Replace "
633
  "spaces with a - or _."
635
  "Уверете се, че файла няма интервали и специални знаци в името си. Заместете "
636
  "интервалите с - или _."
637
 
638
+ #: adrotate.php:478
639
  msgid ""
640
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
641
  "file so it knows about the changed name. For example for the javascript file."
642
  msgstr ""
643
 
644
+ #: adrotate.php:481
645
  msgid ""
646
  "For responsive adverts make sure the filename is in the following format; "
647
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
650
  "формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
651
  "е строго препоръчителен."
652
 
653
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
654
  msgid ""
655
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
656
  "filename instead of \".full\" for the various viewports."
659
  "използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
660
  "файловете, вместо \".full\"."
661
 
662
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
663
  #: dashboard/publisher/groups-edit.php:320
664
  msgid "Example:"
665
  msgstr "Пример:"
666
 
667
+ #: adrotate.php:483
668
  msgid ""
669
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
670
  "for different viewports."
672
  "image.full.jpg, image.320.jpg и image.768.jpg ще се използват от една и съща "
673
  "реклама в различни резолюции на екрана."
674
 
675
+ #: adrotate.php:487
676
  msgid "Upload file"
677
  msgstr ""
678
 
679
+ #: adrotate.php:487
680
  msgid "Click only once per file!"
681
  msgstr ""
682
 
683
+ #: adrotate.php:490
684
  msgid "Available files in"
685
  msgstr ""
686
 
687
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
688
  #: dashboard/publisher/groups-main.php:33
689
  msgid "Name"
690
  msgstr "Име"
691
 
692
+ #: adrotate.php:496
693
  msgid "Actions"
694
  msgstr "Действия"
695
 
696
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
697
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
698
  #: dashboard/publisher/adverts-disabled.php:22
699
  #: dashboard/publisher/adverts-error.php:21
700
  #: dashboard/publisher/adverts-main.php:22
701
  msgid "Delete"
702
  msgstr "Изтриване"
703
 
704
+ #: adrotate.php:511
705
  msgid ""
706
  "Make sure the banner images are not in use by adverts when you delete them!"
707
  msgstr ""
708
  "Уверете се, че картинките за банери не се използват от реклами, преди да ги "
709
  "изтриете!"
710
 
711
+ #: adrotate.php:511
712
  msgid "Manage your banner folder from here with AdRotate Pro."
713
  msgstr "Можете да управлявате папката с банери от тук с AdRotate Pro."
714
 
715
+ #: adrotate.php:540
716
  msgid "AdRotate Settings"
717
  msgstr "AdRotate Настройки"
718
 
719
+ #: adrotate.php:612
720
  msgid "Update Options"
721
  msgstr "Опции за обновяване"
722
 
756
  msgid ""
757
  "Go nationwide or global with localized adverts for your various audiences. "
758
  "Set up adverts for countries and cities and sell impressions per general "
759
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
760
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
761
  msgstr ""
762
 
763
  #: dashboard/adrotatepro.php:41
769
  "When you activate your AdRotate Pro license you can use fast and personal "
770
  "email support. No more queueing up in the forums. AdRotate premium support "
771
  "takes priority over the forums and is checked much more often than the "
772
+ "forum. Get a solution (usually) within one business day."
773
  msgstr ""
774
 
775
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
776
  msgid "AdRotate is brought to you by"
777
  msgstr "AdRotate достига до Вас, благодарение на"
778
 
807
  #: dashboard/adrotatepro.php:91
808
  msgid ""
809
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
810
+ "adverts expire or need your attention. Additionally, send push notifications "
811
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
812
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
813
  msgstr ""
814
 
815
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
937
  "for updates about me and my plugins. Thank you!"
938
  msgstr ""
939
 
940
+ #: dashboard/info.php:105
941
+ msgid "AdRotate News"
 
 
 
942
  msgstr ""
943
 
944
+ #: dashboard/info.php:123
 
 
 
 
945
  msgid ""
946
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
947
+ "about me and what I am doing. Thanks for your support and for using my "
948
+ "plugins!"
 
 
 
 
 
 
 
949
  msgstr ""
950
 
 
 
 
 
 
 
 
 
 
 
 
 
951
  #: dashboard/publisher/adverts-disabled.php:15
952
  msgid "Disabled Adverts"
953
  msgstr ""
1012
 
1013
  #: dashboard/publisher/adverts-disabled.php:74
1014
  #: dashboard/publisher/adverts-error.php:64
1015
+ #: dashboard/publisher/adverts-main.php:87
1016
+ #: dashboard/publisher/groups-main.php:70
1017
  msgid "Stats"
1018
  msgstr "Статистики"
1019
 
1457
 
1458
  #: dashboard/publisher/adverts-edit.php:406
1459
  #: dashboard/publisher/groups-main.php:60
1460
+ #: dashboard/settings/geotargeting.php:36
1461
  msgid "Default"
1462
  msgstr "По подразбиране"
1463
 
2163
  msgid "Which Geo Service"
2164
  msgstr ""
2165
 
2166
+ #: dashboard/settings/geotargeting.php:25
2167
  msgid ""
2168
  "The most complete and accurate geo targeting you can get for only $20 USD "
2169
  "per 50000 lookups."
2170
  msgstr ""
2171
 
2172
+ #: dashboard/settings/geotargeting.php:27
2173
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
 
 
 
 
2174
  msgstr ""
2175
 
2176
+ #: dashboard/settings/geotargeting.php:33
2177
  msgid "Geo Cookie Lifespan"
2178
  msgstr ""
2179
 
2180
+ #: dashboard/settings/geotargeting.php:42
2181
  msgid "Hours."
2182
  msgstr ""
2183
 
2184
+ #: dashboard/settings/geotargeting.php:43
2185
  msgid ""
2186
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2187
  "cookie last? A longer period is less accurate for mobile users but may "
2188
  "reduce the usage of your lookups drastically."
2189
  msgstr ""
2190
 
2191
+ #: dashboard/settings/geotargeting.php:49
2192
  msgid "MaxMind City/Country"
2193
  msgstr ""
2194
 
2195
+ #: dashboard/settings/geotargeting.php:52
2196
  msgid "Username/Email"
2197
  msgstr ""
2198
 
2199
+ #: dashboard/settings/geotargeting.php:56
2200
  msgid "Password/License Key"
2201
  msgstr ""
2202
 
2459
 
2460
  #: dashboard/settings/misc.php:25
2461
  msgid ""
2462
+ "You have enabled W3 Total Caching support but not defined the security hash."
2463
+ msgstr ""
2464
+
2465
+ #: dashboard/settings/misc.php:25
2466
+ msgid ""
2467
+ "AdRotate has generated the following line for you to add to your wp-config."
2468
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2469
+ "add this line, check out the following guide;"
2470
+ msgstr ""
2471
+
2472
+ #: dashboard/settings/misc.php:25
2473
+ msgid "Set up W3 Total Caching"
2474
  msgstr ""
 
 
 
 
2475
 
2476
  #: dashboard/settings/misc.php:29
2477
  msgid "W3 Total Caching"
2500
  "сами."
2501
 
2502
  #: dashboard/settings/notifications.php:12
2503
+ msgid "Notifications"
2504
+ msgstr "Известия"
2505
 
2506
  #: dashboard/settings/notifications.php:13
2507
  msgid "Set up who gets notifications if ads need your attention."
2508
  msgstr "Изберете кой да получава известие, ако реклама се нуждае от внимание."
2509
 
2510
  #: dashboard/settings/notifications.php:16
2511
+ msgid "How to notify"
2512
+ msgstr ""
2513
 
2514
  #: dashboard/settings/notifications.php:18
2515
+ msgid "Dashboard banner."
2516
+ msgstr ""
2517
+
2518
+ #: dashboard/settings/notifications.php:19
2519
  msgid "Email message."
2520
  msgstr "Email съобщение."
2521
 
2522
+ #: dashboard/settings/notifications.php:20
2523
  msgid "Push notifications to your smartphone."
2524
  msgstr "Push известия към вашия смартфон."
2525
 
2526
+ #: dashboard/settings/notifications.php:21
2527
  msgid ""
2528
  "Push notifications are delivered through Pushover, a notification service "
2529
  "for Android and iOS"
2531
  "Push известията се доставят чрез Pushover, услуга за известия за Android и "
2532
  "iOS"
2533
 
2534
+ #: dashboard/settings/notifications.php:21
2535
  msgid ""
2536
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2537
  "information can be found on the pushover website;"
2539
  "Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
2540
  "Повече информация можете да намерите на сайта на разработчика;"
2541
 
2542
+ #: dashboard/settings/notifications.php:25
2543
  msgid "Test notification"
2544
  msgstr ""
2545
 
2546
+ #: dashboard/settings/notifications.php:27
2547
+ msgid "Test"
2548
+ msgstr "Тест"
2549
+
2550
+ #: dashboard/settings/notifications.php:27
2551
  msgid ""
2552
+ "Send a test notification to enabled methods. Before you test, save the "
2553
+ "options first!"
2554
  msgstr ""
 
 
 
 
 
2555
 
2556
  #: dashboard/settings/notifications.php:32
2557
+ msgid "Dashboard"
2558
+ msgstr ""
2559
+
2560
+ #: dashboard/settings/notifications.php:33
2561
+ msgid ""
2562
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2563
+ "on every WordPress dashboard page."
2564
+ msgstr ""
2565
+
2566
+ #: dashboard/settings/notifications.php:36
2567
+ #: dashboard/settings/notifications.php:68
2568
+ msgid "What"
2569
+ msgstr ""
2570
+
2571
+ #: dashboard/settings/notifications.php:38
2572
+ msgid "Expired adverts."
2573
+ msgstr ""
2574
+
2575
+ #: dashboard/settings/notifications.php:39
2576
+ msgid "Almost expired adverts."
2577
+ msgstr ""
2578
+
2579
+ #: dashboard/settings/notifications.php:44
2580
+ msgid "Email"
2581
+ msgstr ""
2582
+
2583
+ #: dashboard/settings/notifications.php:45
2584
  msgid "Set up who gets notification emails."
2585
  msgstr "Задайте кой да получава известия по email."
2586
 
2587
+ #: dashboard/settings/notifications.php:48
 
2588
  msgid "Publishers"
2589
  msgstr "Издатели"
2590
 
2591
+ #: dashboard/settings/notifications.php:51
2592
  msgid ""
2593
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2594
  "list to a minimum!"
2596
  "За разделител използвайте запетая. Максимум 5 адреса. Използвайте възможно "
2597
  "най-малко адреси в този списък!"
2598
 
2599
+ #: dashboard/settings/notifications.php:52
2600
  msgid ""
2601
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2602
  "email notifications will be send."
2604
  "Съобщенията се изпращат когато е необходимо, но не по-често от веднъж на 24 "
2605
  "часа. Ако полето е празно няма да се изпращат известия по email."
2606
 
2607
+ #: dashboard/settings/notifications.php:56
2608
  msgid "Advertisers"
2609
  msgstr "Рекламодатели"
2610
 
2611
+ #: dashboard/settings/notifications.php:59
2612
  msgid ""
2613
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2614
  "This field may not be empty!"
2616
  "Кой да получава email съобщения от рекламодатели. Максимум 2 адреса, "
2617
  "разделени със запетая. Полето не може да бъде празно!"
2618
 
2619
+ #: dashboard/settings/notifications.php:64
2620
+ msgid "Push"
2621
+ msgstr ""
2622
 
2623
+ #: dashboard/settings/notifications.php:65
2624
  msgid ""
2625
  "Receive information about what is happening with your AdRotate setup on your "
2626
  "smartphone via Pushover."
2628
  "Получавайте информация относно случващото се с вашата AdRotate инсталация "
2629
  "директно на смартфона си чрез Pushover."
2630
 
2631
+ #: dashboard/settings/notifications.php:70
2632
  msgid "When you are running out of Geo Targeting Lookups."
2633
  msgstr ""
2634
 
2635
+ #: dashboard/settings/notifications.php:71
2636
  msgid "Daily digest of any advert status other than normal."
2637
  msgstr ""
2638
  "Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
2639
 
2640
+ #: dashboard/settings/notifications.php:72
2641
  msgid "Any advertiser saving an advert in your moderation queue."
2642
  msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
2643
 
2644
+ #: dashboard/settings/notifications.php:73
2645
  msgid "A moderator approved an advert from the moderation queue."
2646
  msgstr "Модератора е одобрил реклама от опашката за одобрение."
2647
 
2648
+ #: dashboard/settings/notifications.php:74
2649
  msgid "A moderator rejected an advert from the moderation queue."
2650
  msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
2651
 
2652
+ #: dashboard/settings/notifications.php:74
2653
  msgid ""
2654
  "If you have a lot of activity with many advertisers adding/changing adverts "
2655
  "you may get a lot of messages!"
2657
  "Ако имате множество дейности с много рекламодатели, които добавят/променят "
2658
  "реклами, то ще получавате много съобщения!"
2659
 
2660
+ #: dashboard/settings/notifications.php:79
2661
  msgid "User Key"
2662
  msgstr "Потребителски ключ"
2663
 
2664
+ #: dashboard/settings/notifications.php:81
2665
  msgid "Get your user token"
2666
  msgstr ""
2667
 
2668
+ #: dashboard/settings/notifications.php:81
2669
+ #: dashboard/settings/notifications.php:87
2670
  msgid "here"
2671
  msgstr ""
2672
 
2673
+ #: dashboard/settings/notifications.php:85
2674
  msgid "Api Token"
2675
  msgstr "Api Token"
2676
 
2677
+ #: dashboard/settings/notifications.php:87
2678
  msgid "Create your"
2679
  msgstr ""
2680
 
2681
+ #: dashboard/settings/notifications.php:87
2682
  msgid "App"
2683
  msgstr ""
2684
 
2685
+ #: dashboard/settings/notifications.php:87
2686
  msgid "and get your API token"
2687
  msgstr ""
2688
 
2835
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
2836
  "(24 часа)."
2837
 
2838
+ #~ msgid "Get more features with AdRotate Pro"
2839
+ #~ msgstr "Получете по-голяма функционалност с AdRotate Pro"
2840
+
2841
+ #~ msgid ""
2842
+ #~ "Benefit from extra features to reinforce your income with advertising "
2843
+ #~ "campaigns. Make the most of your website with the powerful tools AdRotate "
2844
+ #~ "Pro offers on top of the trusted features included in the free version."
2845
+ #~ msgstr ""
2846
+ #~ "Възползвайте се от допълнителните функции, като рекламни кампании, за да "
2847
+ #~ "подобрите приходите. Използвайте пълния потенциал на сайта си с мощните "
2848
+ #~ "функции, които предлага AdRotate Pro спрямо безплатната версия."
2849
+
2850
+ #~ msgid "Visit the"
2851
+ #~ msgstr "Посетете"
2852
+
2853
+ #~ msgid "website"
2854
+ #~ msgstr "уебсайт"
2855
+
2856
+ #~ msgid "AdRotate News and Developer Blog"
2857
+ #~ msgstr "AdRotate блог за новини и разработка"
2858
+
2859
+ #~ msgid ""
2860
+ #~ "You have enabled W3 Total Caching support but not defined the security "
2861
+ #~ "hash. You need to add the following line to your wp-config.php near the "
2862
+ #~ "bottom or below line 52 (which defines another hash.) Using the \"late "
2863
+ #~ "init\" function needs to be enabled in W3 Total Cache as well too."
2864
+ #~ msgstr ""
2865
+ #~ "Включили сте поддръжката за W3 Total Caching, но не сте задали сегмент за "
2866
+ #~ "сигурност. Трябва да добавите следният код към вашият wp-config.php, "
2867
+ #~ "близо до края или под ред 52. Също така функцията \"late init\" трябва да "
2868
+ #~ "бъде включена в W3 Total Cache."
2869
+
2870
+ #~ msgid "Delivery method"
2871
+ #~ msgstr "Метод на доставка"
2872
+
2873
+ #~ msgid ""
2874
+ #~ "This sends a test notification. Before you test, save the options first!"
2875
+ #~ msgstr ""
2876
+ #~ "Изпращане на тестово известие. Преди да кликнете тест, запазете "
2877
+ #~ "настройките!"
2878
+
2879
+ #~ msgid "Email Notifications"
2880
+ #~ msgstr "Email Известия"
2881
+
2882
+ #~ msgid "Push Notifications"
2883
+ #~ msgstr "Push известия"
2884
+
2885
  #~ msgid "active ad(s) expired."
2886
  #~ msgstr "изтекла/и активна/и реклама/и."
2887
 
3844
  #~ "помага да различавате рекламодателите от обикновените абонати без да им "
3845
  #~ "давате особено голям достъп до таблото за управление."
3846
 
 
 
 
3847
  #~ msgid "Track impressions from logged in users (Recommended)."
3848
  #~ msgstr "Проследяване на импресии от вписани потребители (препоръчително)."
3849
 
3938
  #~ msgid "Where are your banner ads?"
3939
  #~ msgstr "Къде се намират вашите рекламни банери?"
3940
 
 
 
 
3941
  #~ msgid ""
3942
  #~ "Check this box if you use WP Super Cache on your site. It is reported by "
3943
  #~ "users that if you have version 1.4 or newer this option may not work."
language/adrotate-el.mo CHANGED
Binary file
language/adrotate-el.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
9
  "<info@netglobe.eu>\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "X-Poedit-KeywordsList: __;_e;_\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 1.8.6\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
@@ -121,15 +121,15 @@ msgstr ""
121
  msgid "Unexpected error"
122
  msgstr ""
123
 
124
- #: adrotate-manage-publisher.php:702
125
  msgid "AdRotate Advertiser"
126
  msgstr ""
127
 
128
- #: adrotate-output.php:607
129
  msgid "Oh no! Something went wrong!"
130
  msgstr "Παρουσιάστηκε κάποιο σφάλμα."
131
 
132
- #: adrotate-output.php:608
133
  msgid ""
134
  "WordPress was unable to verify the authenticity of the url you have clicked. "
135
  "Verify if the url used is valid or log in via your browser."
@@ -138,7 +138,7 @@ msgstr ""
138
  "που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
139
  "browser σας."
140
 
141
- #: adrotate-output.php:609
142
  msgid ""
143
  "If you have received the url you want to visit via email, you are being "
144
  "tricked!"
@@ -146,11 +146,11 @@ msgstr ""
146
  "Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
147
  "ξεγέλασαν!"
148
 
149
- #: adrotate-output.php:610
150
  msgid "Contact support if the issue persists:"
151
  msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
152
 
153
- #: adrotate-output.php:628
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions or does not exist!"
@@ -158,7 +158,7 @@ msgstr ""
158
  "Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
159
  "χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
160
 
161
- #: adrotate-output.php:630
162
  msgid ""
163
  "Error, Ad is not available at this time due to schedule/geolocation "
164
  "restrictions!"
@@ -166,7 +166,7 @@ msgstr ""
166
  "Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
167
  "χρονικών περιορισμών."
168
 
169
- #: adrotate-output.php:637 adrotate-output.php:639
170
  msgid ""
171
  "Either there are no banners, they are disabled or none qualified for this "
172
  "location!"
@@ -174,20 +174,20 @@ msgstr ""
174
  "Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
175
  "πληρεί τις προϋποθέσεις της τοποθεσίας!"
176
 
177
- #: adrotate-output.php:645
178
  msgid "Error, no Ad ID set! Check your syntax!"
179
  msgstr ""
180
  "Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
181
 
182
- #: adrotate-output.php:651
183
  msgid "Error, no group ID set! Check your syntax!"
184
  msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
185
 
186
- #: adrotate-output.php:656
187
  msgid "Error, group does not exist! Check your syntax!"
188
  msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
189
 
190
- #: adrotate-output.php:662
191
  msgid ""
192
  "There was an error locating the database tables for AdRotate. Please "
193
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -196,154 +196,156 @@ msgstr ""
196
  "Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
197
  "προσθέτων!!"
198
 
199
- #: adrotate-output.php:662
200
  msgid "If this does not solve the issue please seek support at"
201
  msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
202
 
203
- #: adrotate-output.php:668
204
  msgid "An unknown error occured."
205
  msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
206
 
207
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
208
  msgid "Check adverts"
209
  msgstr ""
210
 
211
- #: adrotate-output.php:698
212
  msgid ""
213
  "You have enable caching support but W3 Total Cache is not active on your "
214
  "site!"
215
  msgstr ""
216
 
217
- #: adrotate-output.php:701
218
  msgid ""
219
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
220
  "not set."
221
  msgstr ""
222
 
223
- #: adrotate-output.php:706
224
  msgid "Your AdRotate Banner folder is not writable or does not exist."
225
  msgstr ""
226
 
227
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
228
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
229
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
230
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
231
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
232
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
233
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
234
- #: dashboard/settings/geotargeting.php:26
235
  #, fuzzy
236
  msgid "Buy now"
237
  msgstr "Λάβετε μέτρα τώρα"
238
 
239
- #: adrotate-output.php:747
240
  msgid ""
241
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
242
  "to the <strong>PRO</strong> version"
243
  msgstr ""
244
 
245
- #: adrotate-output.php:747
246
  #, php-format
247
  msgid ""
248
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
249
  msgstr ""
250
 
251
- #: adrotate-output.php:747
252
  msgid "Thank you for your purchase!"
253
  msgstr ""
254
 
255
- #: adrotate-output.php:791
256
  msgid ""
257
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
258
  "this menu. Check out the"
259
  msgstr ""
260
 
261
- #: adrotate-output.php:791
262
  msgid "manuals"
263
  msgstr "εγχειρίδια"
264
 
265
- #: adrotate-output.php:791 adrotate-output.php:864
266
  msgid "and"
267
  msgstr ""
268
 
269
- #: adrotate-output.php:791
270
  msgid "forums"
271
  msgstr ""
272
 
273
- #: adrotate-output.php:824
274
  #, fuzzy
275
  msgid "Useful Links"
276
  msgstr "Χρήσιμοι σύνδεσμοι"
277
 
278
- #: adrotate-output.php:825
279
  msgid "Useful links to learn more about AdRotate"
280
  msgstr ""
281
 
282
- #: adrotate-output.php:827
283
  msgid "AdRotate website"
284
  msgstr ""
285
 
286
- #: adrotate-output.php:828
287
  #, fuzzy
288
  msgid "Getting Started With AdRotate"
289
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
290
 
291
- #: adrotate-output.php:829
292
  #, fuzzy
293
  msgid "AdRotate manuals"
294
  msgstr "Πληροφορίες του AdRotate"
295
 
296
- #: adrotate-output.php:830
297
  #, fuzzy
298
  msgid "AdRotate Support Forum"
299
  msgstr "Κατάστημα του AdRotate"
300
 
301
- #: adrotate-output.php:856
302
  #, fuzzy
303
  msgid "Help AdRotate Grow"
304
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
305
 
306
- #: adrotate-output.php:857
307
  msgid "Follow Arnan on Facebook"
308
  msgstr ""
309
 
310
- #: adrotate-output.php:864
311
  msgid ""
312
  "A lot of users only think to review AdRotate when something goes wrong while "
313
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
314
  msgstr ""
315
 
316
- #: adrotate-output.php:864
317
  msgid "If you find AdRotate useful please leave your honest"
318
  msgstr ""
319
 
320
- #: adrotate-output.php:864
321
  msgid "rating"
322
  msgstr ""
323
 
324
- #: adrotate-output.php:864
325
  #, fuzzy
326
  msgid "review"
327
  msgstr "Αξιολογήστε και σχολιάστε"
328
 
329
- #: adrotate-output.php:864
330
  msgid "on WordPress.org to help AdRotate grow in a positive way"
331
  msgstr ""
332
 
333
- #: adrotate-output.php:903
 
334
  msgid "Available in AdRotate Pro"
335
  msgstr "Διαθέσιμο στο AdRotate Pro"
336
 
337
- #: adrotate-output.php:903
338
  #, fuzzy
339
  msgid "More information..."
340
  msgstr "Περισσότερες πληροφορίες"
341
 
342
- #: adrotate-output.php:904
343
  msgid "This feature is available in AdRotate Pro"
344
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
345
 
346
- #: adrotate-output.php:904
347
  #, fuzzy
348
  msgid "Learn more"
349
  msgstr "Μάθετε περισσότερα σχετικά"
@@ -482,7 +484,7 @@ msgstr ""
482
  msgid "Manage Groups"
483
  msgstr "Διαχείριση Ομάδων"
484
 
485
- #: adrotate.php:109 adrotate.php:407
486
  #, fuzzy
487
  msgid "Manage Schedules"
488
  msgstr "Διαχείριση"
@@ -509,36 +511,35 @@ msgstr "AdRotate Pro"
509
  msgid "Advert Management"
510
  msgstr ""
511
 
512
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
513
  msgid "Manage"
514
  msgstr "Διαχείριση"
515
 
516
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
517
  msgid "Add New"
518
  msgstr "Προσθήκη Νέας"
519
 
520
- #: adrotate.php:336
521
  msgid "Group Management"
522
  msgstr "Διαχείριση Ομάδας"
523
 
524
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
525
- #: dashboard/publisher/groups-main.php:70
526
  msgid "Report"
527
  msgstr "Αναφορά"
528
 
529
- #: adrotate.php:398
530
  #, fuzzy
531
  msgid "Schedule Management available in AdRotate Pro"
532
  msgstr "Διαθέσιμο στο AdRotate Pro"
533
 
534
- #: adrotate.php:408
535
  #, fuzzy
536
  msgid ""
537
  "Schedule management and multiple schedules per advert is available in "
538
  "AdRotate Pro."
539
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
540
 
541
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
542
  #: dashboard/publisher/adverts-main.php:114
543
  #: dashboard/publisher/groups-edit.php:75
544
  #: dashboard/publisher/groups-main.php:89
@@ -546,21 +547,21 @@ msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο
546
  msgid "More information"
547
  msgstr "Περισσότερες πληροφορίες"
548
 
549
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
550
  #: dashboard/publisher/adverts-error.php:19
551
  #: dashboard/publisher/adverts-main.php:20
552
  #: dashboard/publisher/groups-main.php:20
553
  msgid "Bulk Actions"
554
  msgstr "Μαζικές Ενέργειες"
555
 
556
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
557
  #: dashboard/publisher/adverts-error.php:29
558
  #: dashboard/publisher/adverts-main.php:30
559
  #: dashboard/publisher/groups-main.php:24
560
  msgid "Go"
561
  msgstr "Go"
562
 
563
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
564
  #: dashboard/publisher/adverts-error.php:39
565
  #: dashboard/publisher/adverts-main.php:39
566
  #: dashboard/publisher/groups-edit.php:51
@@ -568,173 +569,173 @@ msgstr "Go"
568
  msgid "ID"
569
  msgstr "Κωδ."
570
 
571
- #: adrotate.php:426
572
  #, fuzzy
573
  msgid "Start"
574
  msgstr "Ώρα έναρξης (ωω: λλ):"
575
 
576
- #: adrotate.php:426
577
  #, fuzzy
578
  msgid "End"
579
  msgstr "Ώρα λήξης (ωω: λλ):"
580
 
581
- #: adrotate.php:427
582
  msgid "Ads"
583
  msgstr "Διαφημίσεις"
584
 
585
- #: adrotate.php:429
586
  msgid "Max Impressions"
587
  msgstr "Max Impressions"
588
 
589
- #: adrotate.php:430
590
  msgid "Max Clicks"
591
  msgstr "Max Clicks"
592
 
593
- #: adrotate.php:460
594
  #, fuzzy
595
  msgid "No schedules created yet!"
596
  msgstr "Κανένα πεδίο δεν έχει δημιουργηθεί ακόμα!"
597
 
598
- #: adrotate.php:465
599
  #, fuzzy
600
  msgid "Easily manage your schedules from here with AdRotate Pro."
601
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
602
 
603
- #: adrotate.php:465 adrotate.php:531
604
  #, fuzzy
605
  msgid "Upgrade today!"
606
  msgstr "Σήμερα"
607
 
608
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
609
  #: dashboard/publisher/groups-edit.php:387
610
  msgid "Expires soon."
611
  msgstr "Λήγει σύντομα."
612
 
613
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
614
  #: dashboard/publisher/groups-edit.php:388
615
  msgid "Has expired."
616
  msgstr "Έχει λήξει."
617
 
618
- #: adrotate.php:493
619
  #, fuzzy
620
  msgid "Media Management available in AdRotate Pro"
621
  msgstr "Διαθέσιμο στο AdRotate Pro"
622
 
623
- #: adrotate.php:495
624
  msgid "Upload images to the AdRotate Pro banners folder from here."
625
  msgstr ""
626
 
627
- #: adrotate.php:495
628
  msgid ""
629
  "This is useful if you use responsive adverts with multiple images or have "
630
  "HTML5 adverts containing multiple files."
631
  msgstr ""
632
 
633
- #: adrotate.php:495
634
  #, fuzzy
635
  msgid "Media uploading and management is available in AdRotate Pro."
636
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
637
 
638
- #: adrotate.php:497
639
  msgid "Upload new file"
640
  msgstr ""
641
 
642
- #: adrotate.php:498
643
  msgid "Accepted files:"
644
  msgstr ""
645
 
646
- #: adrotate.php:498
647
  msgid "For HTML5 ads you can also upload html and javascript files."
648
  msgstr ""
649
 
650
- #: adrotate.php:498
651
  msgid "Maximum size is 512Kb."
652
  msgstr ""
653
 
654
- #: adrotate.php:498
655
  msgid "Important:"
656
  msgstr ""
657
 
658
- #: adrotate.php:498
659
  msgid ""
660
  "Make sure your file has no spaces or special characters in the name. Replace "
661
  "spaces with a - or _."
662
  msgstr ""
663
 
664
- #: adrotate.php:498
665
  msgid ""
666
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
667
  "file so it knows about the changed name. For example for the javascript file."
668
  msgstr ""
669
 
670
- #: adrotate.php:501
671
  msgid ""
672
  "For responsive adverts make sure the filename is in the following format; "
673
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
674
  msgstr ""
675
 
676
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
677
  msgid ""
678
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
679
  "filename instead of \".full\" for the various viewports."
680
  msgstr ""
681
 
682
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
683
  #: dashboard/publisher/groups-edit.php:320
684
  msgid "Example:"
685
  msgstr "Παράδειγμα:"
686
 
687
- #: adrotate.php:503
688
  msgid ""
689
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
690
  "for different viewports."
691
  msgstr ""
692
 
693
- #: adrotate.php:507
694
  msgid "Upload file"
695
  msgstr ""
696
 
697
- #: adrotate.php:507
698
  msgid "Click only once per file!"
699
  msgstr ""
700
 
701
- #: adrotate.php:510
702
  msgid "Available files in"
703
  msgstr ""
704
 
705
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
706
  #: dashboard/publisher/groups-main.php:33
707
  msgid "Name"
708
  msgstr "Όνομα"
709
 
710
- #: adrotate.php:516
711
  #, fuzzy
712
  msgid "Actions"
713
  msgstr "Μαζικές Ενέργειες"
714
 
715
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
716
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
717
  #: dashboard/publisher/adverts-disabled.php:22
718
  #: dashboard/publisher/adverts-error.php:21
719
  #: dashboard/publisher/adverts-main.php:22
720
  msgid "Delete"
721
  msgstr "Διαγραφή"
722
 
723
- #: adrotate.php:531
724
  msgid ""
725
  "Make sure the banner images are not in use by adverts when you delete them!"
726
  msgstr ""
727
 
728
- #: adrotate.php:531
729
  #, fuzzy
730
  msgid "Manage your banner folder from here with AdRotate Pro."
731
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
732
 
733
- #: adrotate.php:560
734
  msgid "AdRotate Settings"
735
  msgstr "Ρυθμίσεις AdRotate"
736
 
737
- #: adrotate.php:631
738
  msgid "Update Options"
739
  msgstr "Επιλογές Ανανέωσης"
740
 
@@ -771,8 +772,8 @@ msgstr ""
771
  msgid ""
772
  "Go nationwide or global with localized adverts for your various audiences. "
773
  "Set up adverts for countries and cities and sell impressions per general "
774
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
775
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
776
  msgstr ""
777
 
778
  #: dashboard/adrotatepro.php:41
@@ -784,10 +785,10 @@ msgid ""
784
  "When you activate your AdRotate Pro license you can use fast and personal "
785
  "email support. No more queueing up in the forums. AdRotate premium support "
786
  "takes priority over the forums and is checked much more often than the "
787
- "forum. Get a solution (usually) within a day."
788
  msgstr ""
789
 
790
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
791
  msgid "AdRotate is brought to you by"
792
  msgstr "Το AdRotate έρχεται από την "
793
 
@@ -822,10 +823,9 @@ msgstr ""
822
  #: dashboard/adrotatepro.php:91
823
  msgid ""
824
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
825
- "adverts expire or need your attention. Additionally, you can have AdRotate "
826
- "send push notifications to your iOS or Android smartphone. Get notified when "
827
- "adverts expire, have errors or when advertisers create new adverts. Never "
828
- "miss an expiration date again."
829
  msgstr ""
830
 
831
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -955,41 +955,17 @@ msgid ""
955
  "for updates about me and my plugins. Thank you!"
956
  msgstr ""
957
 
958
- #: dashboard/info.php:103
959
- msgid ""
960
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
961
- "digital nomad in the Philippines. Click on my name to find out more about me "
962
- "and what I am doing. Thanks for your support and for using my plugins!"
963
  msgstr ""
964
 
965
- #: dashboard/info.php:113
966
- #, fuzzy
967
- msgid "Get more features with AdRotate Pro"
968
- msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
969
-
970
- #: dashboard/info.php:116
971
  msgid ""
972
- "Benefit from extra features to reinforce your income with advertising "
973
- "campaigns. Make the most of your website with the powerful tools AdRotate "
974
- "Pro offers on top of the trusted features included in the free version."
975
- msgstr ""
976
-
977
- #: dashboard/info.php:116
978
- msgid "Want to know more about"
979
  msgstr ""
980
 
981
- #: dashboard/info.php:116
982
- msgid "Visit the"
983
- msgstr "Επισκεφθείτε το"
984
-
985
- #: dashboard/info.php:116
986
- msgid "website"
987
- msgstr "ιστοσελίδα"
988
-
989
- #: dashboard/info.php:120
990
- msgid "AdRotate News and Developer Blog"
991
- msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
992
-
993
  #: dashboard/publisher/adverts-disabled.php:15
994
  msgid "Disabled Adverts"
995
  msgstr ""
@@ -1059,6 +1035,8 @@ msgstr "Επεξεργασία"
1059
 
1060
  #: dashboard/publisher/adverts-disabled.php:74
1061
  #: dashboard/publisher/adverts-error.php:64
 
 
1062
  msgid "Stats"
1063
  msgstr "Στατιστικά"
1064
 
@@ -1510,7 +1488,7 @@ msgstr "ID - Όνομα"
1510
 
1511
  #: dashboard/publisher/adverts-edit.php:406
1512
  #: dashboard/publisher/groups-main.php:60
1513
- #: dashboard/settings/geotargeting.php:39
1514
  msgid "Default"
1515
  msgstr "Προεπιλογή"
1516
 
@@ -2248,44 +2226,40 @@ msgstr ""
2248
  msgid "Which Geo Service"
2249
  msgstr ""
2250
 
2251
- #: dashboard/settings/geotargeting.php:26
2252
  msgid ""
2253
  "The most complete and accurate geo targeting you can get for only $20 USD "
2254
  "per 50000 lookups."
2255
  msgstr ""
2256
 
2257
- #: dashboard/settings/geotargeting.php:28
2258
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2259
  msgstr ""
2260
 
2261
- #: dashboard/settings/geotargeting.php:30
2262
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2263
- msgstr ""
2264
-
2265
- #: dashboard/settings/geotargeting.php:36
2266
  msgid "Geo Cookie Lifespan"
2267
  msgstr ""
2268
 
2269
- #: dashboard/settings/geotargeting.php:45
2270
  msgid "Hours."
2271
  msgstr ""
2272
 
2273
- #: dashboard/settings/geotargeting.php:46
2274
  msgid ""
2275
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2276
  "cookie last? A longer period is less accurate for mobile users but may "
2277
  "reduce the usage of your lookups drastically."
2278
  msgstr ""
2279
 
2280
- #: dashboard/settings/geotargeting.php:52
2281
  msgid "MaxMind City/Country"
2282
  msgstr ""
2283
 
2284
- #: dashboard/settings/geotargeting.php:55
2285
  msgid "Username/Email"
2286
  msgstr ""
2287
 
2288
- #: dashboard/settings/geotargeting.php:59
2289
  msgid "Password/License Key"
2290
  msgstr ""
2291
 
@@ -2546,10 +2520,18 @@ msgstr ""
2546
 
2547
  #: dashboard/settings/misc.php:25
2548
  msgid ""
2549
- "You have enabled W3 Total Caching support but not defined the security hash. "
2550
- "You need to add the following line to your wp-config.php near the bottom or "
2551
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2552
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2553
  msgstr ""
2554
 
2555
  #: dashboard/settings/misc.php:29
@@ -2581,64 +2563,92 @@ msgstr ""
2581
  "μόνοι σας τον κώδικά σας στον κώδικα εξαίρεσης. "
2582
 
2583
  #: dashboard/settings/notifications.php:12
2584
- msgid "Notifications - Available in AdRotate Pro"
2585
- msgstr ""
2586
 
2587
  #: dashboard/settings/notifications.php:13
2588
  msgid "Set up who gets notifications if ads need your attention."
2589
  msgstr ""
2590
 
2591
  #: dashboard/settings/notifications.php:16
2592
- msgid "Delivery method"
2593
  msgstr ""
2594
 
2595
  #: dashboard/settings/notifications.php:18
 
 
 
 
2596
  #, fuzzy
2597
  msgid "Email message."
2598
  msgstr "Ειδοποιήσεις Email"
2599
 
2600
- #: dashboard/settings/notifications.php:19
2601
  msgid "Push notifications to your smartphone."
2602
  msgstr ""
2603
 
2604
- #: dashboard/settings/notifications.php:20
2605
  msgid ""
2606
  "Push notifications are delivered through Pushover, a notification service "
2607
  "for Android and iOS"
2608
  msgstr ""
2609
 
2610
- #: dashboard/settings/notifications.php:20
2611
  msgid ""
2612
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2613
  "information can be found on the pushover website;"
2614
  msgstr ""
2615
 
2616
- #: dashboard/settings/notifications.php:24
2617
  msgid "Test notification"
2618
  msgstr ""
2619
 
2620
- #: dashboard/settings/notifications.php:26
2621
- #, fuzzy
 
 
 
2622
  msgid ""
2623
- "This sends a test notification. Before you test, save the options first!"
 
2624
  msgstr ""
2625
- "Η επιλογή στέλνει μια δοκιμαστική ειδοποίηση. Πριν δοκιμάσετε, για "
2626
- "παράδειγμα, με μια νέα διεύθυνση email. Αποθηκεύστε πρώτα τις επιλογές!"
2627
-
2628
- #: dashboard/settings/notifications.php:31
2629
- msgid "Email Notifications"
2630
- msgstr "Ειδοποιήσεις Email"
2631
 
2632
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2633
  msgid "Set up who gets notification emails."
2634
  msgstr ""
2635
 
2636
- #: dashboard/settings/notifications.php:35
2637
- #: dashboard/settings/notifications.php:55
2638
  msgid "Publishers"
2639
  msgstr ""
2640
 
2641
- #: dashboard/settings/notifications.php:38
2642
  msgid ""
2643
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2644
  "list to a minimum!"
@@ -2646,7 +2656,7 @@ msgstr ""
2646
  "Ένας κατάλογος email διαχωρισμένων με κόματα. Μέγιστο όριο 5 διευθύνσεων. "
2647
  "Διατηρήστε τον στο ελάχιστο!"
2648
 
2649
- #: dashboard/settings/notifications.php:39
2650
  #, fuzzy
2651
  msgid ""
2652
  "Messages are sent once every 24 hours when needed. If this field is empty no "
@@ -2655,11 +2665,11 @@ msgstr ""
2655
  "Μηνύματα στέλνονται κάθε 24 ώρες όταν είναι ανάγκη. Αν αυτό το πεδίο είναι "
2656
  "κενό η λειτουργία θα απενεργοποιηθεί."
2657
 
2658
- #: dashboard/settings/notifications.php:43
2659
  msgid "Advertisers"
2660
  msgstr "Διαφημιζόμενοι"
2661
 
2662
- #: dashboard/settings/notifications.php:46
2663
  #, fuzzy
2664
  msgid ""
2665
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
@@ -2668,72 +2678,71 @@ msgstr ""
2668
  "Μέγιστο 2 διευθύνσεων. Διαχωρισμός με κόματα. Αυτό το πεδίο δεν μπορεί να "
2669
  "είναι κενό!"
2670
 
2671
- #: dashboard/settings/notifications.php:51
2672
- #, fuzzy
2673
- msgid "Push Notifications"
2674
- msgstr "Ειδοποιήσεις"
2675
 
2676
- #: dashboard/settings/notifications.php:52
2677
  msgid ""
2678
  "Receive information about what is happening with your AdRotate setup on your "
2679
  "smartphone via Pushover."
2680
  msgstr ""
2681
 
2682
- #: dashboard/settings/notifications.php:57
2683
  msgid "When you are running out of Geo Targeting Lookups."
2684
  msgstr ""
2685
 
2686
- #: dashboard/settings/notifications.php:58
2687
  msgid "Daily digest of any advert status other than normal."
2688
  msgstr ""
2689
 
2690
- #: dashboard/settings/notifications.php:59
2691
  msgid "Any advertiser saving an advert in your moderation queue."
2692
  msgstr ""
2693
 
2694
- #: dashboard/settings/notifications.php:60
2695
  #, fuzzy
2696
  msgid "A moderator approved an advert from the moderation queue."
2697
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
2698
 
2699
- #: dashboard/settings/notifications.php:61
2700
  #, fuzzy
2701
  msgid "A moderator rejected an advert from the moderation queue."
2702
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
2703
 
2704
- #: dashboard/settings/notifications.php:61
2705
  msgid ""
2706
  "If you have a lot of activity with many advertisers adding/changing adverts "
2707
  "you may get a lot of messages!"
2708
  msgstr ""
2709
 
2710
- #: dashboard/settings/notifications.php:66
2711
  #, fuzzy
2712
  msgid "User Key"
2713
  msgstr "πρόγραμμα περιήγησης"
2714
 
2715
- #: dashboard/settings/notifications.php:68
2716
  msgid "Get your user token"
2717
  msgstr ""
2718
 
2719
- #: dashboard/settings/notifications.php:68
2720
- #: dashboard/settings/notifications.php:74
2721
  msgid "here"
2722
  msgstr ""
2723
 
2724
- #: dashboard/settings/notifications.php:72
2725
  msgid "Api Token"
2726
  msgstr ""
2727
 
2728
- #: dashboard/settings/notifications.php:74
2729
  msgid "Create your"
2730
  msgstr ""
2731
 
2732
- #: dashboard/settings/notifications.php:74
2733
  msgid "App"
2734
  msgstr ""
2735
 
2736
- #: dashboard/settings/notifications.php:74
2737
  msgid "and get your API token"
2738
  msgstr ""
2739
 
@@ -2893,6 +2902,33 @@ msgstr ""
2893
  "Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
2894
  "ώρα)."
2895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2896
  #~ msgid "active ad(s) expired."
2897
  #~ msgstr "ενεργή(ές) διαφήμιση(εις) έληξε."
2898
 
@@ -3590,9 +3626,6 @@ msgstr ""
3590
  #~ "ξεχωρίσετε τους διαφημιζόμενους από τους απλούς συνδρομητές, χωρίς να "
3591
  #~ "τους δίνει κάποια ιδιαίτερη πρόσβαση στον πίνακα ελέγχου σας."
3592
 
3593
- #~ msgid "Notifications"
3594
- #~ msgstr "Ειδοποιήσεις"
3595
-
3596
  #~ msgid "Track impressions from logged in users (Recommended)."
3597
  #~ msgstr ""
3598
  #~ "Παρακολουθήστε τις εμφανίσεις από συνδεδεμένους χρήστες (Προτείνεται)."
@@ -3670,9 +3703,6 @@ msgstr ""
3670
  #~ msgid "Where are your banner ads?"
3671
  #~ msgstr "Που βρίσκονται τα μπάνερ σας;"
3672
 
3673
- #~ msgid "Test"
3674
- #~ msgstr "Δοκιμή"
3675
-
3676
  #, fuzzy
3677
  #~ msgid ""
3678
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
9
  "<info@netglobe.eu>\n"
14
  "X-Poedit-KeywordsList: __;_e;_\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 1.8.7\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
121
  msgid "Unexpected error"
122
  msgstr ""
123
 
124
+ #: adrotate-manage-publisher.php:678
125
  msgid "AdRotate Advertiser"
126
  msgstr ""
127
 
128
+ #: adrotate-output.php:574
129
  msgid "Oh no! Something went wrong!"
130
  msgstr "Παρουσιάστηκε κάποιο σφάλμα."
131
 
132
+ #: adrotate-output.php:575
133
  msgid ""
134
  "WordPress was unable to verify the authenticity of the url you have clicked. "
135
  "Verify if the url used is valid or log in via your browser."
138
  "που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
139
  "browser σας."
140
 
141
+ #: adrotate-output.php:576
142
  msgid ""
143
  "If you have received the url you want to visit via email, you are being "
144
  "tricked!"
146
  "Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
147
  "ξεγέλασαν!"
148
 
149
+ #: adrotate-output.php:577
150
  msgid "Contact support if the issue persists:"
151
  msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
152
 
153
+ #: adrotate-output.php:592
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions or does not exist!"
158
  "Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
159
  "χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
160
 
161
+ #: adrotate-output.php:594
162
  msgid ""
163
  "Error, Ad is not available at this time due to schedule/geolocation "
164
  "restrictions!"
166
  "Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
167
  "χρονικών περιορισμών."
168
 
169
+ #: adrotate-output.php:601 adrotate-output.php:603
170
  msgid ""
171
  "Either there are no banners, they are disabled or none qualified for this "
172
  "location!"
174
  "Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
175
  "πληρεί τις προϋποθέσεις της τοποθεσίας!"
176
 
177
+ #: adrotate-output.php:609
178
  msgid "Error, no Ad ID set! Check your syntax!"
179
  msgstr ""
180
  "Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
181
 
182
+ #: adrotate-output.php:615
183
  msgid "Error, no group ID set! Check your syntax!"
184
  msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
185
 
186
+ #: adrotate-output.php:620
187
  msgid "Error, group does not exist! Check your syntax!"
188
  msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
189
 
190
+ #: adrotate-output.php:626
191
  msgid ""
192
  "There was an error locating the database tables for AdRotate. Please "
193
  "deactivate and re-activate AdRotate from the plugin page!!"
196
  "Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
197
  "προσθέτων!!"
198
 
199
+ #: adrotate-output.php:626
200
  msgid "If this does not solve the issue please seek support at"
201
  msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
202
 
203
+ #: adrotate-output.php:632
204
  msgid "An unknown error occured."
205
  msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
206
 
207
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
208
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
209
  msgid "Check adverts"
210
  msgstr ""
211
 
212
+ #: adrotate-output.php:674
213
  msgid ""
214
  "You have enable caching support but W3 Total Cache is not active on your "
215
  "site!"
216
  msgstr ""
217
 
218
+ #: adrotate-output.php:677
219
  msgid ""
220
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
221
  "not set."
222
  msgstr ""
223
 
224
+ #: adrotate-output.php:682
225
  msgid "Your AdRotate Banner folder is not writable or does not exist."
226
  msgstr ""
227
 
228
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
229
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
230
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
231
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
232
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
233
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
234
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
235
+ #: dashboard/settings/geotargeting.php:25
236
  #, fuzzy
237
  msgid "Buy now"
238
  msgstr "Λάβετε μέτρα τώρα"
239
 
240
+ #: adrotate-output.php:723
241
  msgid ""
242
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
243
  "to the <strong>PRO</strong> version"
244
  msgstr ""
245
 
246
+ #: adrotate-output.php:723
247
  #, php-format
248
  msgid ""
249
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
250
  msgstr ""
251
 
252
+ #: adrotate-output.php:723
253
  msgid "Thank you for your purchase!"
254
  msgstr ""
255
 
256
+ #: adrotate-output.php:784
257
  msgid ""
258
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
259
  "this menu. Check out the"
260
  msgstr ""
261
 
262
+ #: adrotate-output.php:784
263
  msgid "manuals"
264
  msgstr "εγχειρίδια"
265
 
266
+ #: adrotate-output.php:784 adrotate-output.php:851
267
  msgid "and"
268
  msgstr ""
269
 
270
+ #: adrotate-output.php:784
271
  msgid "forums"
272
  msgstr ""
273
 
274
+ #: adrotate-output.php:814
275
  #, fuzzy
276
  msgid "Useful Links"
277
  msgstr "Χρήσιμοι σύνδεσμοι"
278
 
279
+ #: adrotate-output.php:815
280
  msgid "Useful links to learn more about AdRotate"
281
  msgstr ""
282
 
283
+ #: adrotate-output.php:817
284
  msgid "AdRotate website"
285
  msgstr ""
286
 
287
+ #: adrotate-output.php:818
288
  #, fuzzy
289
  msgid "Getting Started With AdRotate"
290
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
291
 
292
+ #: adrotate-output.php:819
293
  #, fuzzy
294
  msgid "AdRotate manuals"
295
  msgstr "Πληροφορίες του AdRotate"
296
 
297
+ #: adrotate-output.php:820
298
  #, fuzzy
299
  msgid "AdRotate Support Forum"
300
  msgstr "Κατάστημα του AdRotate"
301
 
302
+ #: adrotate-output.php:843
303
  #, fuzzy
304
  msgid "Help AdRotate Grow"
305
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
306
 
307
+ #: adrotate-output.php:844
308
  msgid "Follow Arnan on Facebook"
309
  msgstr ""
310
 
311
+ #: adrotate-output.php:851
312
  msgid ""
313
  "A lot of users only think to review AdRotate when something goes wrong while "
314
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
315
  msgstr ""
316
 
317
+ #: adrotate-output.php:851
318
  msgid "If you find AdRotate useful please leave your honest"
319
  msgstr ""
320
 
321
+ #: adrotate-output.php:851
322
  msgid "rating"
323
  msgstr ""
324
 
325
+ #: adrotate-output.php:851
326
  #, fuzzy
327
  msgid "review"
328
  msgstr "Αξιολογήστε και σχολιάστε"
329
 
330
+ #: adrotate-output.php:851
331
  msgid "on WordPress.org to help AdRotate grow in a positive way"
332
  msgstr ""
333
 
334
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
335
+ #: dashboard/settings/notifications.php:64
336
  msgid "Available in AdRotate Pro"
337
  msgstr "Διαθέσιμο στο AdRotate Pro"
338
 
339
+ #: adrotate-output.php:884
340
  #, fuzzy
341
  msgid "More information..."
342
  msgstr "Περισσότερες πληροφορίες"
343
 
344
+ #: adrotate-output.php:885
345
  msgid "This feature is available in AdRotate Pro"
346
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
347
 
348
+ #: adrotate-output.php:885
349
  #, fuzzy
350
  msgid "Learn more"
351
  msgstr "Μάθετε περισσότερα σχετικά"
484
  msgid "Manage Groups"
485
  msgstr "Διαχείριση Ομάδων"
486
 
487
+ #: adrotate.php:109 adrotate.php:387
488
  #, fuzzy
489
  msgid "Manage Schedules"
490
  msgstr "Διαχείριση"
511
  msgid "Advert Management"
512
  msgstr ""
513
 
514
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
515
  msgid "Manage"
516
  msgstr "Διαχείριση"
517
 
518
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
519
  msgid "Add New"
520
  msgstr "Προσθήκη Νέας"
521
 
522
+ #: adrotate.php:320
523
  msgid "Group Management"
524
  msgstr "Διαχείριση Ομάδας"
525
 
526
+ #: adrotate.php:329
 
527
  msgid "Report"
528
  msgstr "Αναφορά"
529
 
530
+ #: adrotate.php:378
531
  #, fuzzy
532
  msgid "Schedule Management available in AdRotate Pro"
533
  msgstr "Διαθέσιμο στο AdRotate Pro"
534
 
535
+ #: adrotate.php:388
536
  #, fuzzy
537
  msgid ""
538
  "Schedule management and multiple schedules per advert is available in "
539
  "AdRotate Pro."
540
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
541
 
542
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
543
  #: dashboard/publisher/adverts-main.php:114
544
  #: dashboard/publisher/groups-edit.php:75
545
  #: dashboard/publisher/groups-main.php:89
547
  msgid "More information"
548
  msgstr "Περισσότερες πληροφορίες"
549
 
550
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
551
  #: dashboard/publisher/adverts-error.php:19
552
  #: dashboard/publisher/adverts-main.php:20
553
  #: dashboard/publisher/groups-main.php:20
554
  msgid "Bulk Actions"
555
  msgstr "Μαζικές Ενέργειες"
556
 
557
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
558
  #: dashboard/publisher/adverts-error.php:29
559
  #: dashboard/publisher/adverts-main.php:30
560
  #: dashboard/publisher/groups-main.php:24
561
  msgid "Go"
562
  msgstr "Go"
563
 
564
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
565
  #: dashboard/publisher/adverts-error.php:39
566
  #: dashboard/publisher/adverts-main.php:39
567
  #: dashboard/publisher/groups-edit.php:51
569
  msgid "ID"
570
  msgstr "Κωδ."
571
 
572
+ #: adrotate.php:406
573
  #, fuzzy
574
  msgid "Start"
575
  msgstr "Ώρα έναρξης (ωω: λλ):"
576
 
577
+ #: adrotate.php:406
578
  #, fuzzy
579
  msgid "End"
580
  msgstr "Ώρα λήξης (ωω: λλ):"
581
 
582
+ #: adrotate.php:407
583
  msgid "Ads"
584
  msgstr "Διαφημίσεις"
585
 
586
+ #: adrotate.php:409
587
  msgid "Max Impressions"
588
  msgstr "Max Impressions"
589
 
590
+ #: adrotate.php:410
591
  msgid "Max Clicks"
592
  msgstr "Max Clicks"
593
 
594
+ #: adrotate.php:440
595
  #, fuzzy
596
  msgid "No schedules created yet!"
597
  msgstr "Κανένα πεδίο δεν έχει δημιουργηθεί ακόμα!"
598
 
599
+ #: adrotate.php:445
600
  #, fuzzy
601
  msgid "Easily manage your schedules from here with AdRotate Pro."
602
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
603
 
604
+ #: adrotate.php:445 adrotate.php:511
605
  #, fuzzy
606
  msgid "Upgrade today!"
607
  msgstr "Σήμερα"
608
 
609
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
610
  #: dashboard/publisher/groups-edit.php:387
611
  msgid "Expires soon."
612
  msgstr "Λήγει σύντομα."
613
 
614
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
615
  #: dashboard/publisher/groups-edit.php:388
616
  msgid "Has expired."
617
  msgstr "Έχει λήξει."
618
 
619
+ #: adrotate.php:473
620
  #, fuzzy
621
  msgid "Media Management available in AdRotate Pro"
622
  msgstr "Διαθέσιμο στο AdRotate Pro"
623
 
624
+ #: adrotate.php:475
625
  msgid "Upload images to the AdRotate Pro banners folder from here."
626
  msgstr ""
627
 
628
+ #: adrotate.php:475
629
  msgid ""
630
  "This is useful if you use responsive adverts with multiple images or have "
631
  "HTML5 adverts containing multiple files."
632
  msgstr ""
633
 
634
+ #: adrotate.php:475
635
  #, fuzzy
636
  msgid "Media uploading and management is available in AdRotate Pro."
637
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
638
 
639
+ #: adrotate.php:477
640
  msgid "Upload new file"
641
  msgstr ""
642
 
643
+ #: adrotate.php:478
644
  msgid "Accepted files:"
645
  msgstr ""
646
 
647
+ #: adrotate.php:478
648
  msgid "For HTML5 ads you can also upload html and javascript files."
649
  msgstr ""
650
 
651
+ #: adrotate.php:478
652
  msgid "Maximum size is 512Kb."
653
  msgstr ""
654
 
655
+ #: adrotate.php:478
656
  msgid "Important:"
657
  msgstr ""
658
 
659
+ #: adrotate.php:478
660
  msgid ""
661
  "Make sure your file has no spaces or special characters in the name. Replace "
662
  "spaces with a - or _."
663
  msgstr ""
664
 
665
+ #: adrotate.php:478
666
  msgid ""
667
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
668
  "file so it knows about the changed name. For example for the javascript file."
669
  msgstr ""
670
 
671
+ #: adrotate.php:481
672
  msgid ""
673
  "For responsive adverts make sure the filename is in the following format; "
674
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
675
  msgstr ""
676
 
677
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
678
  msgid ""
679
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
680
  "filename instead of \".full\" for the various viewports."
681
  msgstr ""
682
 
683
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
684
  #: dashboard/publisher/groups-edit.php:320
685
  msgid "Example:"
686
  msgstr "Παράδειγμα:"
687
 
688
+ #: adrotate.php:483
689
  msgid ""
690
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
691
  "for different viewports."
692
  msgstr ""
693
 
694
+ #: adrotate.php:487
695
  msgid "Upload file"
696
  msgstr ""
697
 
698
+ #: adrotate.php:487
699
  msgid "Click only once per file!"
700
  msgstr ""
701
 
702
+ #: adrotate.php:490
703
  msgid "Available files in"
704
  msgstr ""
705
 
706
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
707
  #: dashboard/publisher/groups-main.php:33
708
  msgid "Name"
709
  msgstr "Όνομα"
710
 
711
+ #: adrotate.php:496
712
  #, fuzzy
713
  msgid "Actions"
714
  msgstr "Μαζικές Ενέργειες"
715
 
716
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
717
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
718
  #: dashboard/publisher/adverts-disabled.php:22
719
  #: dashboard/publisher/adverts-error.php:21
720
  #: dashboard/publisher/adverts-main.php:22
721
  msgid "Delete"
722
  msgstr "Διαγραφή"
723
 
724
+ #: adrotate.php:511
725
  msgid ""
726
  "Make sure the banner images are not in use by adverts when you delete them!"
727
  msgstr ""
728
 
729
+ #: adrotate.php:511
730
  #, fuzzy
731
  msgid "Manage your banner folder from here with AdRotate Pro."
732
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
733
 
734
+ #: adrotate.php:540
735
  msgid "AdRotate Settings"
736
  msgstr "Ρυθμίσεις AdRotate"
737
 
738
+ #: adrotate.php:612
739
  msgid "Update Options"
740
  msgstr "Επιλογές Ανανέωσης"
741
 
772
  msgid ""
773
  "Go nationwide or global with localized adverts for your various audiences. "
774
  "Set up adverts for countries and cities and sell impressions per general "
775
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
776
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
777
  msgstr ""
778
 
779
  #: dashboard/adrotatepro.php:41
785
  "When you activate your AdRotate Pro license you can use fast and personal "
786
  "email support. No more queueing up in the forums. AdRotate premium support "
787
  "takes priority over the forums and is checked much more often than the "
788
+ "forum. Get a solution (usually) within one business day."
789
  msgstr ""
790
 
791
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
792
  msgid "AdRotate is brought to you by"
793
  msgstr "Το AdRotate έρχεται από την "
794
 
823
  #: dashboard/adrotatepro.php:91
824
  msgid ""
825
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
826
+ "adverts expire or need your attention. Additionally, send push notifications "
827
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
828
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
829
  msgstr ""
830
 
831
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
955
  "for updates about me and my plugins. Thank you!"
956
  msgstr ""
957
 
958
+ #: dashboard/info.php:105
959
+ msgid "AdRotate News"
 
 
 
960
  msgstr ""
961
 
962
+ #: dashboard/info.php:123
 
 
 
 
 
963
  msgid ""
964
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
965
+ "about me and what I am doing. Thanks for your support and for using my "
966
+ "plugins!"
 
 
 
 
967
  msgstr ""
968
 
 
 
 
 
 
 
 
 
 
 
 
 
969
  #: dashboard/publisher/adverts-disabled.php:15
970
  msgid "Disabled Adverts"
971
  msgstr ""
1035
 
1036
  #: dashboard/publisher/adverts-disabled.php:74
1037
  #: dashboard/publisher/adverts-error.php:64
1038
+ #: dashboard/publisher/adverts-main.php:87
1039
+ #: dashboard/publisher/groups-main.php:70
1040
  msgid "Stats"
1041
  msgstr "Στατιστικά"
1042
 
1488
 
1489
  #: dashboard/publisher/adverts-edit.php:406
1490
  #: dashboard/publisher/groups-main.php:60
1491
+ #: dashboard/settings/geotargeting.php:36
1492
  msgid "Default"
1493
  msgstr "Προεπιλογή"
1494
 
2226
  msgid "Which Geo Service"
2227
  msgstr ""
2228
 
2229
+ #: dashboard/settings/geotargeting.php:25
2230
  msgid ""
2231
  "The most complete and accurate geo targeting you can get for only $20 USD "
2232
  "per 50000 lookups."
2233
  msgstr ""
2234
 
2235
+ #: dashboard/settings/geotargeting.php:27
2236
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2237
  msgstr ""
2238
 
2239
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2240
  msgid "Geo Cookie Lifespan"
2241
  msgstr ""
2242
 
2243
+ #: dashboard/settings/geotargeting.php:42
2244
  msgid "Hours."
2245
  msgstr ""
2246
 
2247
+ #: dashboard/settings/geotargeting.php:43
2248
  msgid ""
2249
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2250
  "cookie last? A longer period is less accurate for mobile users but may "
2251
  "reduce the usage of your lookups drastically."
2252
  msgstr ""
2253
 
2254
+ #: dashboard/settings/geotargeting.php:49
2255
  msgid "MaxMind City/Country"
2256
  msgstr ""
2257
 
2258
+ #: dashboard/settings/geotargeting.php:52
2259
  msgid "Username/Email"
2260
  msgstr ""
2261
 
2262
+ #: dashboard/settings/geotargeting.php:56
2263
  msgid "Password/License Key"
2264
  msgstr ""
2265
 
2520
 
2521
  #: dashboard/settings/misc.php:25
2522
  msgid ""
2523
+ "You have enabled W3 Total Caching support but not defined the security hash."
2524
+ msgstr ""
2525
+
2526
+ #: dashboard/settings/misc.php:25
2527
+ msgid ""
2528
+ "AdRotate has generated the following line for you to add to your wp-config."
2529
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2530
+ "add this line, check out the following guide;"
2531
+ msgstr ""
2532
+
2533
+ #: dashboard/settings/misc.php:25
2534
+ msgid "Set up W3 Total Caching"
2535
  msgstr ""
2536
 
2537
  #: dashboard/settings/misc.php:29
2563
  "μόνοι σας τον κώδικά σας στον κώδικα εξαίρεσης. "
2564
 
2565
  #: dashboard/settings/notifications.php:12
2566
+ msgid "Notifications"
2567
+ msgstr "Ειδοποιήσεις"
2568
 
2569
  #: dashboard/settings/notifications.php:13
2570
  msgid "Set up who gets notifications if ads need your attention."
2571
  msgstr ""
2572
 
2573
  #: dashboard/settings/notifications.php:16
2574
+ msgid "How to notify"
2575
  msgstr ""
2576
 
2577
  #: dashboard/settings/notifications.php:18
2578
+ msgid "Dashboard banner."
2579
+ msgstr ""
2580
+
2581
+ #: dashboard/settings/notifications.php:19
2582
  #, fuzzy
2583
  msgid "Email message."
2584
  msgstr "Ειδοποιήσεις Email"
2585
 
2586
+ #: dashboard/settings/notifications.php:20
2587
  msgid "Push notifications to your smartphone."
2588
  msgstr ""
2589
 
2590
+ #: dashboard/settings/notifications.php:21
2591
  msgid ""
2592
  "Push notifications are delivered through Pushover, a notification service "
2593
  "for Android and iOS"
2594
  msgstr ""
2595
 
2596
+ #: dashboard/settings/notifications.php:21
2597
  msgid ""
2598
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2599
  "information can be found on the pushover website;"
2600
  msgstr ""
2601
 
2602
+ #: dashboard/settings/notifications.php:25
2603
  msgid "Test notification"
2604
  msgstr ""
2605
 
2606
+ #: dashboard/settings/notifications.php:27
2607
+ msgid "Test"
2608
+ msgstr "Δοκιμή"
2609
+
2610
+ #: dashboard/settings/notifications.php:27
2611
  msgid ""
2612
+ "Send a test notification to enabled methods. Before you test, save the "
2613
+ "options first!"
2614
  msgstr ""
 
 
 
 
 
 
2615
 
2616
  #: dashboard/settings/notifications.php:32
2617
+ msgid "Dashboard"
2618
+ msgstr ""
2619
+
2620
+ #: dashboard/settings/notifications.php:33
2621
+ msgid ""
2622
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2623
+ "on every WordPress dashboard page."
2624
+ msgstr ""
2625
+
2626
+ #: dashboard/settings/notifications.php:36
2627
+ #: dashboard/settings/notifications.php:68
2628
+ msgid "What"
2629
+ msgstr ""
2630
+
2631
+ #: dashboard/settings/notifications.php:38
2632
+ msgid "Expired adverts."
2633
+ msgstr ""
2634
+
2635
+ #: dashboard/settings/notifications.php:39
2636
+ msgid "Almost expired adverts."
2637
+ msgstr ""
2638
+
2639
+ #: dashboard/settings/notifications.php:44
2640
+ msgid "Email"
2641
+ msgstr ""
2642
+
2643
+ #: dashboard/settings/notifications.php:45
2644
  msgid "Set up who gets notification emails."
2645
  msgstr ""
2646
 
2647
+ #: dashboard/settings/notifications.php:48
 
2648
  msgid "Publishers"
2649
  msgstr ""
2650
 
2651
+ #: dashboard/settings/notifications.php:51
2652
  msgid ""
2653
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2654
  "list to a minimum!"
2656
  "Ένας κατάλογος email διαχωρισμένων με κόματα. Μέγιστο όριο 5 διευθύνσεων. "
2657
  "Διατηρήστε τον στο ελάχιστο!"
2658
 
2659
+ #: dashboard/settings/notifications.php:52
2660
  #, fuzzy
2661
  msgid ""
2662
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2665
  "Μηνύματα στέλνονται κάθε 24 ώρες όταν είναι ανάγκη. Αν αυτό το πεδίο είναι "
2666
  "κενό η λειτουργία θα απενεργοποιηθεί."
2667
 
2668
+ #: dashboard/settings/notifications.php:56
2669
  msgid "Advertisers"
2670
  msgstr "Διαφημιζόμενοι"
2671
 
2672
+ #: dashboard/settings/notifications.php:59
2673
  #, fuzzy
2674
  msgid ""
2675
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2678
  "Μέγιστο 2 διευθύνσεων. Διαχωρισμός με κόματα. Αυτό το πεδίο δεν μπορεί να "
2679
  "είναι κενό!"
2680
 
2681
+ #: dashboard/settings/notifications.php:64
2682
+ msgid "Push"
2683
+ msgstr ""
 
2684
 
2685
+ #: dashboard/settings/notifications.php:65
2686
  msgid ""
2687
  "Receive information about what is happening with your AdRotate setup on your "
2688
  "smartphone via Pushover."
2689
  msgstr ""
2690
 
2691
+ #: dashboard/settings/notifications.php:70
2692
  msgid "When you are running out of Geo Targeting Lookups."
2693
  msgstr ""
2694
 
2695
+ #: dashboard/settings/notifications.php:71
2696
  msgid "Daily digest of any advert status other than normal."
2697
  msgstr ""
2698
 
2699
+ #: dashboard/settings/notifications.php:72
2700
  msgid "Any advertiser saving an advert in your moderation queue."
2701
  msgstr ""
2702
 
2703
+ #: dashboard/settings/notifications.php:73
2704
  #, fuzzy
2705
  msgid "A moderator approved an advert from the moderation queue."
2706
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
2707
 
2708
+ #: dashboard/settings/notifications.php:74
2709
  #, fuzzy
2710
  msgid "A moderator rejected an advert from the moderation queue."
2711
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
2712
 
2713
+ #: dashboard/settings/notifications.php:74
2714
  msgid ""
2715
  "If you have a lot of activity with many advertisers adding/changing adverts "
2716
  "you may get a lot of messages!"
2717
  msgstr ""
2718
 
2719
+ #: dashboard/settings/notifications.php:79
2720
  #, fuzzy
2721
  msgid "User Key"
2722
  msgstr "πρόγραμμα περιήγησης"
2723
 
2724
+ #: dashboard/settings/notifications.php:81
2725
  msgid "Get your user token"
2726
  msgstr ""
2727
 
2728
+ #: dashboard/settings/notifications.php:81
2729
+ #: dashboard/settings/notifications.php:87
2730
  msgid "here"
2731
  msgstr ""
2732
 
2733
+ #: dashboard/settings/notifications.php:85
2734
  msgid "Api Token"
2735
  msgstr ""
2736
 
2737
+ #: dashboard/settings/notifications.php:87
2738
  msgid "Create your"
2739
  msgstr ""
2740
 
2741
+ #: dashboard/settings/notifications.php:87
2742
  msgid "App"
2743
  msgstr ""
2744
 
2745
+ #: dashboard/settings/notifications.php:87
2746
  msgid "and get your API token"
2747
  msgstr ""
2748
 
2902
  "Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
2903
  "ώρα)."
2904
 
2905
+ #, fuzzy
2906
+ #~ msgid "Get more features with AdRotate Pro"
2907
+ #~ msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
2908
+
2909
+ #~ msgid "Visit the"
2910
+ #~ msgstr "Επισκεφθείτε το"
2911
+
2912
+ #~ msgid "website"
2913
+ #~ msgstr "ιστοσελίδα"
2914
+
2915
+ #~ msgid "AdRotate News and Developer Blog"
2916
+ #~ msgstr "Νέα και Προγραμματιστικό Ιστολόγιο του AdRotate"
2917
+
2918
+ #, fuzzy
2919
+ #~ msgid ""
2920
+ #~ "This sends a test notification. Before you test, save the options first!"
2921
+ #~ msgstr ""
2922
+ #~ "Η επιλογή στέλνει μια δοκιμαστική ειδοποίηση. Πριν δοκιμάσετε, για "
2923
+ #~ "παράδειγμα, με μια νέα διεύθυνση email. Αποθηκεύστε πρώτα τις επιλογές!"
2924
+
2925
+ #~ msgid "Email Notifications"
2926
+ #~ msgstr "Ειδοποιήσεις Email"
2927
+
2928
+ #, fuzzy
2929
+ #~ msgid "Push Notifications"
2930
+ #~ msgstr "Ειδοποιήσεις"
2931
+
2932
  #~ msgid "active ad(s) expired."
2933
  #~ msgstr "ενεργή(ές) διαφήμιση(εις) έληξε."
2934
 
3626
  #~ "ξεχωρίσετε τους διαφημιζόμενους από τους απλούς συνδρομητές, χωρίς να "
3627
  #~ "τους δίνει κάποια ιδιαίτερη πρόσβαση στον πίνακα ελέγχου σας."
3628
 
 
 
 
3629
  #~ msgid "Track impressions from logged in users (Recommended)."
3630
  #~ msgstr ""
3631
  #~ "Παρακολουθήστε τις εμφανίσεις από συνδεδεμένους χρήστες (Προτείνεται)."
3703
  #~ msgid "Where are your banner ads?"
3704
  #~ msgstr "Που βρίσκονται τα μπάνερ σας;"
3705
 
 
 
 
3706
  #, fuzzy
3707
  #~ msgid ""
3708
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
language/adrotate-en_US.mo CHANGED
Binary file
language/adrotate-en_US.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -115,206 +115,208 @@ msgstr ""
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
- #: adrotate-manage-publisher.php:702
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
- #: adrotate-output.php:607
123
  msgid "Oh no! Something went wrong!"
124
  msgstr ""
125
 
126
- #: adrotate-output.php:608
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
130
  msgstr ""
131
 
132
- #: adrotate-output.php:609
133
  msgid ""
134
  "If you have received the url you want to visit via email, you are being "
135
  "tricked!"
136
  msgstr ""
137
 
138
- #: adrotate-output.php:610
139
  msgid "Contact support if the issue persists:"
140
  msgstr ""
141
 
142
- #: adrotate-output.php:628
143
  msgid ""
144
  "Error, Ad is not available at this time due to schedule/geolocation "
145
  "restrictions or does not exist!"
146
  msgstr ""
147
 
148
- #: adrotate-output.php:630
149
  msgid ""
150
  "Error, Ad is not available at this time due to schedule/geolocation "
151
  "restrictions!"
152
  msgstr ""
153
 
154
- #: adrotate-output.php:637 adrotate-output.php:639
155
  msgid ""
156
  "Either there are no banners, they are disabled or none qualified for this "
157
  "location!"
158
  msgstr ""
159
 
160
- #: adrotate-output.php:645
161
  msgid "Error, no Ad ID set! Check your syntax!"
162
  msgstr ""
163
 
164
- #: adrotate-output.php:651
165
  msgid "Error, no group ID set! Check your syntax!"
166
  msgstr ""
167
 
168
- #: adrotate-output.php:656
169
  msgid "Error, group does not exist! Check your syntax!"
170
  msgstr ""
171
 
172
- #: adrotate-output.php:662
173
  msgid ""
174
  "There was an error locating the database tables for AdRotate. Please "
175
  "deactivate and re-activate AdRotate from the plugin page!!"
176
  msgstr ""
177
 
178
- #: adrotate-output.php:662
179
  msgid "If this does not solve the issue please seek support at"
180
  msgstr ""
181
 
182
- #: adrotate-output.php:668
183
  msgid "An unknown error occured."
184
  msgstr ""
185
 
186
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
187
  msgid "Check adverts"
188
  msgstr ""
189
 
190
- #: adrotate-output.php:698
191
  msgid ""
192
  "You have enable caching support but W3 Total Cache is not active on your "
193
  "site!"
194
  msgstr ""
195
 
196
- #: adrotate-output.php:701
197
  msgid ""
198
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
199
  "not set."
200
  msgstr ""
201
 
202
- #: adrotate-output.php:706
203
  msgid "Your AdRotate Banner folder is not writable or does not exist."
204
  msgstr ""
205
 
206
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
207
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
208
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
209
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
210
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
211
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
212
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
213
- #: dashboard/settings/geotargeting.php:26
214
  msgid "Buy now"
215
  msgstr ""
216
 
217
- #: adrotate-output.php:747
218
  msgid ""
219
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
220
  "to the <strong>PRO</strong> version"
221
  msgstr ""
222
 
223
- #: adrotate-output.php:747
224
  #, php-format
225
  msgid ""
226
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
227
  msgstr ""
228
 
229
- #: adrotate-output.php:747
230
  msgid "Thank you for your purchase!"
231
  msgstr ""
232
 
233
- #: adrotate-output.php:791
234
  msgid ""
235
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
236
  "this menu. Check out the"
237
  msgstr ""
238
 
239
- #: adrotate-output.php:791
240
  msgid "manuals"
241
  msgstr ""
242
 
243
- #: adrotate-output.php:791 adrotate-output.php:864
244
  msgid "and"
245
  msgstr ""
246
 
247
- #: adrotate-output.php:791
248
  msgid "forums"
249
  msgstr ""
250
 
251
- #: adrotate-output.php:824
252
  msgid "Useful Links"
253
  msgstr ""
254
 
255
- #: adrotate-output.php:825
256
  msgid "Useful links to learn more about AdRotate"
257
  msgstr ""
258
 
259
- #: adrotate-output.php:827
260
  msgid "AdRotate website"
261
  msgstr ""
262
 
263
- #: adrotate-output.php:828
264
  msgid "Getting Started With AdRotate"
265
  msgstr ""
266
 
267
- #: adrotate-output.php:829
268
  msgid "AdRotate manuals"
269
  msgstr ""
270
 
271
- #: adrotate-output.php:830
272
  msgid "AdRotate Support Forum"
273
  msgstr ""
274
 
275
- #: adrotate-output.php:856
276
  msgid "Help AdRotate Grow"
277
  msgstr ""
278
 
279
- #: adrotate-output.php:857
280
  msgid "Follow Arnan on Facebook"
281
  msgstr ""
282
 
283
- #: adrotate-output.php:864
284
  msgid ""
285
  "A lot of users only think to review AdRotate when something goes wrong while "
286
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
287
  msgstr ""
288
 
289
- #: adrotate-output.php:864
290
  msgid "If you find AdRotate useful please leave your honest"
291
  msgstr ""
292
 
293
- #: adrotate-output.php:864
294
  msgid "rating"
295
  msgstr ""
296
 
297
- #: adrotate-output.php:864
298
  msgid "review"
299
  msgstr ""
300
 
301
- #: adrotate-output.php:864
302
  msgid "on WordPress.org to help AdRotate grow in a positive way"
303
  msgstr ""
304
 
305
- #: adrotate-output.php:903
 
306
  msgid "Available in AdRotate Pro"
307
  msgstr ""
308
 
309
- #: adrotate-output.php:903
310
  msgid "More information..."
311
  msgstr ""
312
 
313
- #: adrotate-output.php:904
314
  msgid "This feature is available in AdRotate Pro"
315
  msgstr ""
316
 
317
- #: adrotate-output.php:904
318
  msgid "Learn more"
319
  msgstr ""
320
 
@@ -450,7 +452,7 @@ msgstr ""
450
  msgid "Manage Groups"
451
  msgstr ""
452
 
453
- #: adrotate.php:109 adrotate.php:407
454
  msgid "Manage Schedules"
455
  msgstr ""
456
 
@@ -474,55 +476,54 @@ msgstr ""
474
  msgid "Advert Management"
475
  msgstr ""
476
 
477
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
478
  msgid "Manage"
479
  msgstr ""
480
 
481
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
482
  msgid "Add New"
483
  msgstr ""
484
 
485
- #: adrotate.php:336
486
  msgid "Group Management"
487
  msgstr ""
488
 
489
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
490
- #: dashboard/publisher/groups-main.php:70
491
  msgid "Report"
492
  msgstr ""
493
 
494
- #: adrotate.php:398
495
  msgid "Schedule Management available in AdRotate Pro"
496
  msgstr ""
497
 
498
- #: adrotate.php:408
499
  msgid ""
500
  "Schedule management and multiple schedules per advert is available in "
501
  "AdRotate Pro."
502
  msgstr ""
503
 
504
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
505
  #: dashboard/publisher/adverts-main.php:114
506
  #: dashboard/publisher/groups-edit.php:75
507
  #: dashboard/publisher/groups-main.php:89
508
  msgid "More information"
509
  msgstr ""
510
 
511
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
512
  #: dashboard/publisher/adverts-error.php:19
513
  #: dashboard/publisher/adverts-main.php:20
514
  #: dashboard/publisher/groups-main.php:20
515
  msgid "Bulk Actions"
516
  msgstr ""
517
 
518
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
519
  #: dashboard/publisher/adverts-error.php:29
520
  #: dashboard/publisher/adverts-main.php:30
521
  #: dashboard/publisher/groups-main.php:24
522
  msgid "Go"
523
  msgstr ""
524
 
525
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
526
  #: dashboard/publisher/adverts-error.php:39
527
  #: dashboard/publisher/adverts-main.php:39
528
  #: dashboard/publisher/groups-edit.php:51
@@ -530,164 +531,164 @@ msgstr ""
530
  msgid "ID"
531
  msgstr ""
532
 
533
- #: adrotate.php:426
534
  msgid "Start"
535
  msgstr ""
536
 
537
- #: adrotate.php:426
538
  msgid "End"
539
  msgstr ""
540
 
541
- #: adrotate.php:427
542
  msgid "Ads"
543
  msgstr ""
544
 
545
- #: adrotate.php:429
546
  msgid "Max Impressions"
547
  msgstr ""
548
 
549
- #: adrotate.php:430
550
  msgid "Max Clicks"
551
  msgstr ""
552
 
553
- #: adrotate.php:460
554
  msgid "No schedules created yet!"
555
  msgstr ""
556
 
557
- #: adrotate.php:465
558
  msgid "Easily manage your schedules from here with AdRotate Pro."
559
  msgstr ""
560
 
561
- #: adrotate.php:465 adrotate.php:531
562
  msgid "Upgrade today!"
563
  msgstr ""
564
 
565
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
566
  #: dashboard/publisher/groups-edit.php:387
567
  msgid "Expires soon."
568
  msgstr ""
569
 
570
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
571
  #: dashboard/publisher/groups-edit.php:388
572
  msgid "Has expired."
573
  msgstr ""
574
 
575
- #: adrotate.php:493
576
  msgid "Media Management available in AdRotate Pro"
577
  msgstr ""
578
 
579
- #: adrotate.php:495
580
  msgid "Upload images to the AdRotate Pro banners folder from here."
581
  msgstr ""
582
 
583
- #: adrotate.php:495
584
  msgid ""
585
  "This is useful if you use responsive adverts with multiple images or have "
586
  "HTML5 adverts containing multiple files."
587
  msgstr ""
588
 
589
- #: adrotate.php:495
590
  msgid "Media uploading and management is available in AdRotate Pro."
591
  msgstr ""
592
 
593
- #: adrotate.php:497
594
  msgid "Upload new file"
595
  msgstr ""
596
 
597
- #: adrotate.php:498
598
  msgid "Accepted files:"
599
  msgstr ""
600
 
601
- #: adrotate.php:498
602
  msgid "For HTML5 ads you can also upload html and javascript files."
603
  msgstr ""
604
 
605
- #: adrotate.php:498
606
  msgid "Maximum size is 512Kb."
607
  msgstr ""
608
 
609
- #: adrotate.php:498
610
  msgid "Important:"
611
  msgstr ""
612
 
613
- #: adrotate.php:498
614
  msgid ""
615
  "Make sure your file has no spaces or special characters in the name. Replace "
616
  "spaces with a - or _."
617
  msgstr ""
618
 
619
- #: adrotate.php:498
620
  msgid ""
621
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
622
  "file so it knows about the changed name. For example for the javascript file."
623
  msgstr ""
624
 
625
- #: adrotate.php:501
626
  msgid ""
627
  "For responsive adverts make sure the filename is in the following format; "
628
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
629
  msgstr ""
630
 
631
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
632
  msgid ""
633
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
634
  "filename instead of \".full\" for the various viewports."
635
  msgstr ""
636
 
637
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
638
  #: dashboard/publisher/groups-edit.php:320
639
  msgid "Example:"
640
  msgstr ""
641
 
642
- #: adrotate.php:503
643
  msgid ""
644
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
645
  "for different viewports."
646
  msgstr ""
647
 
648
- #: adrotate.php:507
649
  msgid "Upload file"
650
  msgstr ""
651
 
652
- #: adrotate.php:507
653
  msgid "Click only once per file!"
654
  msgstr ""
655
 
656
- #: adrotate.php:510
657
  msgid "Available files in"
658
  msgstr ""
659
 
660
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
661
  #: dashboard/publisher/groups-main.php:33
662
  msgid "Name"
663
  msgstr ""
664
 
665
- #: adrotate.php:516
666
  msgid "Actions"
667
  msgstr ""
668
 
669
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
670
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
671
  #: dashboard/publisher/adverts-disabled.php:22
672
  #: dashboard/publisher/adverts-error.php:21
673
  #: dashboard/publisher/adverts-main.php:22
674
  msgid "Delete"
675
  msgstr ""
676
 
677
- #: adrotate.php:531
678
  msgid ""
679
  "Make sure the banner images are not in use by adverts when you delete them!"
680
  msgstr ""
681
 
682
- #: adrotate.php:531
683
  msgid "Manage your banner folder from here with AdRotate Pro."
684
  msgstr ""
685
 
686
- #: adrotate.php:560
687
  msgid "AdRotate Settings"
688
  msgstr ""
689
 
690
- #: adrotate.php:631
691
  msgid "Update Options"
692
  msgstr ""
693
 
@@ -723,8 +724,8 @@ msgstr ""
723
  msgid ""
724
  "Go nationwide or global with localized adverts for your various audiences. "
725
  "Set up adverts for countries and cities and sell impressions per general "
726
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
727
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
728
  msgstr ""
729
 
730
  #: dashboard/adrotatepro.php:41
@@ -736,10 +737,10 @@ msgid ""
736
  "When you activate your AdRotate Pro license you can use fast and personal "
737
  "email support. No more queueing up in the forums. AdRotate premium support "
738
  "takes priority over the forums and is checked much more often than the "
739
- "forum. Get a solution (usually) within a day."
740
  msgstr ""
741
 
742
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
743
  msgid "AdRotate is brought to you by"
744
  msgstr ""
745
 
@@ -774,10 +775,9 @@ msgstr ""
774
  #: dashboard/adrotatepro.php:91
775
  msgid ""
776
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
777
- "adverts expire or need your attention. Additionally, you can have AdRotate "
778
- "send push notifications to your iOS or Android smartphone. Get notified when "
779
- "adverts expire, have errors or when advertisers create new adverts. Never "
780
- "miss an expiration date again."
781
  msgstr ""
782
 
783
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -905,38 +905,15 @@ msgid ""
905
  "for updates about me and my plugins. Thank you!"
906
  msgstr ""
907
 
908
- #: dashboard/info.php:103
909
- msgid ""
910
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
911
- "digital nomad in the Philippines. Click on my name to find out more about me "
912
- "and what I am doing. Thanks for your support and for using my plugins!"
913
  msgstr ""
914
 
915
- #: dashboard/info.php:113
916
- msgid "Get more features with AdRotate Pro"
917
- msgstr ""
918
-
919
- #: dashboard/info.php:116
920
  msgid ""
921
- "Benefit from extra features to reinforce your income with advertising "
922
- "campaigns. Make the most of your website with the powerful tools AdRotate "
923
- "Pro offers on top of the trusted features included in the free version."
924
- msgstr ""
925
-
926
- #: dashboard/info.php:116
927
- msgid "Want to know more about"
928
- msgstr ""
929
-
930
- #: dashboard/info.php:116
931
- msgid "Visit the"
932
- msgstr ""
933
-
934
- #: dashboard/info.php:116
935
- msgid "website"
936
- msgstr ""
937
-
938
- #: dashboard/info.php:120
939
- msgid "AdRotate News and Developer Blog"
940
  msgstr ""
941
 
942
  #: dashboard/publisher/adverts-disabled.php:15
@@ -1003,6 +980,8 @@ msgstr ""
1003
 
1004
  #: dashboard/publisher/adverts-disabled.php:74
1005
  #: dashboard/publisher/adverts-error.php:64
 
 
1006
  msgid "Stats"
1007
  msgstr ""
1008
 
@@ -1435,7 +1414,7 @@ msgstr ""
1435
 
1436
  #: dashboard/publisher/adverts-edit.php:406
1437
  #: dashboard/publisher/groups-main.php:60
1438
- #: dashboard/settings/geotargeting.php:39
1439
  msgid "Default"
1440
  msgstr ""
1441
 
@@ -2125,44 +2104,40 @@ msgstr ""
2125
  msgid "Which Geo Service"
2126
  msgstr ""
2127
 
2128
- #: dashboard/settings/geotargeting.php:26
2129
  msgid ""
2130
  "The most complete and accurate geo targeting you can get for only $20 USD "
2131
  "per 50000 lookups."
2132
  msgstr ""
2133
 
2134
- #: dashboard/settings/geotargeting.php:28
2135
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2136
- msgstr ""
2137
-
2138
- #: dashboard/settings/geotargeting.php:30
2139
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2140
  msgstr ""
2141
 
2142
- #: dashboard/settings/geotargeting.php:36
2143
  msgid "Geo Cookie Lifespan"
2144
  msgstr ""
2145
 
2146
- #: dashboard/settings/geotargeting.php:45
2147
  msgid "Hours."
2148
  msgstr ""
2149
 
2150
- #: dashboard/settings/geotargeting.php:46
2151
  msgid ""
2152
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2153
  "cookie last? A longer period is less accurate for mobile users but may "
2154
  "reduce the usage of your lookups drastically."
2155
  msgstr ""
2156
 
2157
- #: dashboard/settings/geotargeting.php:52
2158
  msgid "MaxMind City/Country"
2159
  msgstr ""
2160
 
2161
- #: dashboard/settings/geotargeting.php:55
2162
  msgid "Username/Email"
2163
  msgstr ""
2164
 
2165
- #: dashboard/settings/geotargeting.php:59
2166
  msgid "Password/License Key"
2167
  msgstr ""
2168
 
@@ -2407,10 +2382,18 @@ msgstr ""
2407
 
2408
  #: dashboard/settings/misc.php:25
2409
  msgid ""
2410
- "You have enabled W3 Total Caching support but not defined the security hash. "
2411
- "You need to add the following line to your wp-config.php near the bottom or "
2412
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2413
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2414
  msgstr ""
2415
 
2416
  #: dashboard/settings/misc.php:29
@@ -2434,7 +2417,7 @@ msgid ""
2434
  msgstr ""
2435
 
2436
  #: dashboard/settings/notifications.php:12
2437
- msgid "Notifications - Available in AdRotate Pro"
2438
  msgstr ""
2439
 
2440
  #: dashboard/settings/notifications.php:13
@@ -2442,135 +2425,166 @@ msgid "Set up who gets notifications if ads need your attention."
2442
  msgstr ""
2443
 
2444
  #: dashboard/settings/notifications.php:16
2445
- msgid "Delivery method"
2446
  msgstr ""
2447
 
2448
  #: dashboard/settings/notifications.php:18
2449
- msgid "Email message."
2450
  msgstr ""
2451
 
2452
  #: dashboard/settings/notifications.php:19
2453
- msgid "Push notifications to your smartphone."
2454
  msgstr ""
2455
 
2456
  #: dashboard/settings/notifications.php:20
 
 
 
 
2457
  msgid ""
2458
  "Push notifications are delivered through Pushover, a notification service "
2459
  "for Android and iOS"
2460
  msgstr ""
2461
 
2462
- #: dashboard/settings/notifications.php:20
2463
  msgid ""
2464
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2465
  "information can be found on the pushover website;"
2466
  msgstr ""
2467
 
2468
- #: dashboard/settings/notifications.php:24
2469
  msgid "Test notification"
2470
  msgstr ""
2471
 
2472
- #: dashboard/settings/notifications.php:26
2473
- msgid ""
2474
- "This sends a test notification. Before you test, save the options first!"
2475
  msgstr ""
2476
 
2477
- #: dashboard/settings/notifications.php:31
2478
- msgid "Email Notifications"
 
 
2479
  msgstr ""
2480
 
2481
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2482
  msgid "Set up who gets notification emails."
2483
  msgstr ""
2484
 
2485
- #: dashboard/settings/notifications.php:35
2486
- #: dashboard/settings/notifications.php:55
2487
  msgid "Publishers"
2488
  msgstr ""
2489
 
2490
- #: dashboard/settings/notifications.php:38
2491
  msgid ""
2492
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2493
  "list to a minimum!"
2494
  msgstr ""
2495
 
2496
- #: dashboard/settings/notifications.php:39
2497
  msgid ""
2498
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2499
  "email notifications will be send."
2500
  msgstr ""
2501
 
2502
- #: dashboard/settings/notifications.php:43
2503
  msgid "Advertisers"
2504
  msgstr ""
2505
 
2506
- #: dashboard/settings/notifications.php:46
2507
  msgid ""
2508
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2509
  "This field may not be empty!"
2510
  msgstr ""
2511
 
2512
- #: dashboard/settings/notifications.php:51
2513
- msgid "Push Notifications"
2514
  msgstr ""
2515
 
2516
- #: dashboard/settings/notifications.php:52
2517
  msgid ""
2518
  "Receive information about what is happening with your AdRotate setup on your "
2519
  "smartphone via Pushover."
2520
  msgstr ""
2521
 
2522
- #: dashboard/settings/notifications.php:57
2523
  msgid "When you are running out of Geo Targeting Lookups."
2524
  msgstr ""
2525
 
2526
- #: dashboard/settings/notifications.php:58
2527
  msgid "Daily digest of any advert status other than normal."
2528
  msgstr ""
2529
 
2530
- #: dashboard/settings/notifications.php:59
2531
  msgid "Any advertiser saving an advert in your moderation queue."
2532
  msgstr ""
2533
 
2534
- #: dashboard/settings/notifications.php:60
2535
  msgid "A moderator approved an advert from the moderation queue."
2536
  msgstr ""
2537
 
2538
- #: dashboard/settings/notifications.php:61
2539
  msgid "A moderator rejected an advert from the moderation queue."
2540
  msgstr ""
2541
 
2542
- #: dashboard/settings/notifications.php:61
2543
  msgid ""
2544
  "If you have a lot of activity with many advertisers adding/changing adverts "
2545
  "you may get a lot of messages!"
2546
  msgstr ""
2547
 
2548
- #: dashboard/settings/notifications.php:66
2549
  msgid "User Key"
2550
  msgstr ""
2551
 
2552
- #: dashboard/settings/notifications.php:68
2553
  msgid "Get your user token"
2554
  msgstr ""
2555
 
2556
- #: dashboard/settings/notifications.php:68
2557
- #: dashboard/settings/notifications.php:74
2558
  msgid "here"
2559
  msgstr ""
2560
 
2561
- #: dashboard/settings/notifications.php:72
2562
  msgid "Api Token"
2563
  msgstr ""
2564
 
2565
- #: dashboard/settings/notifications.php:74
2566
  msgid "Create your"
2567
  msgstr ""
2568
 
2569
- #: dashboard/settings/notifications.php:74
2570
  msgid "App"
2571
  msgstr ""
2572
 
2573
- #: dashboard/settings/notifications.php:74
2574
  msgid "and get your API token"
2575
  msgstr ""
2576
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
+ #: adrotate-manage-publisher.php:678
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
+ #: adrotate-output.php:574
123
  msgid "Oh no! Something went wrong!"
124
  msgstr ""
125
 
126
+ #: adrotate-output.php:575
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
130
  msgstr ""
131
 
132
+ #: adrotate-output.php:576
133
  msgid ""
134
  "If you have received the url you want to visit via email, you are being "
135
  "tricked!"
136
  msgstr ""
137
 
138
+ #: adrotate-output.php:577
139
  msgid "Contact support if the issue persists:"
140
  msgstr ""
141
 
142
+ #: adrotate-output.php:592
143
  msgid ""
144
  "Error, Ad is not available at this time due to schedule/geolocation "
145
  "restrictions or does not exist!"
146
  msgstr ""
147
 
148
+ #: adrotate-output.php:594
149
  msgid ""
150
  "Error, Ad is not available at this time due to schedule/geolocation "
151
  "restrictions!"
152
  msgstr ""
153
 
154
+ #: adrotate-output.php:601 adrotate-output.php:603
155
  msgid ""
156
  "Either there are no banners, they are disabled or none qualified for this "
157
  "location!"
158
  msgstr ""
159
 
160
+ #: adrotate-output.php:609
161
  msgid "Error, no Ad ID set! Check your syntax!"
162
  msgstr ""
163
 
164
+ #: adrotate-output.php:615
165
  msgid "Error, no group ID set! Check your syntax!"
166
  msgstr ""
167
 
168
+ #: adrotate-output.php:620
169
  msgid "Error, group does not exist! Check your syntax!"
170
  msgstr ""
171
 
172
+ #: adrotate-output.php:626
173
  msgid ""
174
  "There was an error locating the database tables for AdRotate. Please "
175
  "deactivate and re-activate AdRotate from the plugin page!!"
176
  msgstr ""
177
 
178
+ #: adrotate-output.php:626
179
  msgid "If this does not solve the issue please seek support at"
180
  msgstr ""
181
 
182
+ #: adrotate-output.php:632
183
  msgid "An unknown error occured."
184
  msgstr ""
185
 
186
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
187
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
188
  msgid "Check adverts"
189
  msgstr ""
190
 
191
+ #: adrotate-output.php:674
192
  msgid ""
193
  "You have enable caching support but W3 Total Cache is not active on your "
194
  "site!"
195
  msgstr ""
196
 
197
+ #: adrotate-output.php:677
198
  msgid ""
199
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
200
  "not set."
201
  msgstr ""
202
 
203
+ #: adrotate-output.php:682
204
  msgid "Your AdRotate Banner folder is not writable or does not exist."
205
  msgstr ""
206
 
207
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
208
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
209
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
210
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
211
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
212
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
213
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
214
+ #: dashboard/settings/geotargeting.php:25
215
  msgid "Buy now"
216
  msgstr ""
217
 
218
+ #: adrotate-output.php:723
219
  msgid ""
220
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
221
  "to the <strong>PRO</strong> version"
222
  msgstr ""
223
 
224
+ #: adrotate-output.php:723
225
  #, php-format
226
  msgid ""
227
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
228
  msgstr ""
229
 
230
+ #: adrotate-output.php:723
231
  msgid "Thank you for your purchase!"
232
  msgstr ""
233
 
234
+ #: adrotate-output.php:784
235
  msgid ""
236
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
237
  "this menu. Check out the"
238
  msgstr ""
239
 
240
+ #: adrotate-output.php:784
241
  msgid "manuals"
242
  msgstr ""
243
 
244
+ #: adrotate-output.php:784 adrotate-output.php:851
245
  msgid "and"
246
  msgstr ""
247
 
248
+ #: adrotate-output.php:784
249
  msgid "forums"
250
  msgstr ""
251
 
252
+ #: adrotate-output.php:814
253
  msgid "Useful Links"
254
  msgstr ""
255
 
256
+ #: adrotate-output.php:815
257
  msgid "Useful links to learn more about AdRotate"
258
  msgstr ""
259
 
260
+ #: adrotate-output.php:817
261
  msgid "AdRotate website"
262
  msgstr ""
263
 
264
+ #: adrotate-output.php:818
265
  msgid "Getting Started With AdRotate"
266
  msgstr ""
267
 
268
+ #: adrotate-output.php:819
269
  msgid "AdRotate manuals"
270
  msgstr ""
271
 
272
+ #: adrotate-output.php:820
273
  msgid "AdRotate Support Forum"
274
  msgstr ""
275
 
276
+ #: adrotate-output.php:843
277
  msgid "Help AdRotate Grow"
278
  msgstr ""
279
 
280
+ #: adrotate-output.php:844
281
  msgid "Follow Arnan on Facebook"
282
  msgstr ""
283
 
284
+ #: adrotate-output.php:851
285
  msgid ""
286
  "A lot of users only think to review AdRotate when something goes wrong while "
287
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
288
  msgstr ""
289
 
290
+ #: adrotate-output.php:851
291
  msgid "If you find AdRotate useful please leave your honest"
292
  msgstr ""
293
 
294
+ #: adrotate-output.php:851
295
  msgid "rating"
296
  msgstr ""
297
 
298
+ #: adrotate-output.php:851
299
  msgid "review"
300
  msgstr ""
301
 
302
+ #: adrotate-output.php:851
303
  msgid "on WordPress.org to help AdRotate grow in a positive way"
304
  msgstr ""
305
 
306
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
307
+ #: dashboard/settings/notifications.php:64
308
  msgid "Available in AdRotate Pro"
309
  msgstr ""
310
 
311
+ #: adrotate-output.php:884
312
  msgid "More information..."
313
  msgstr ""
314
 
315
+ #: adrotate-output.php:885
316
  msgid "This feature is available in AdRotate Pro"
317
  msgstr ""
318
 
319
+ #: adrotate-output.php:885
320
  msgid "Learn more"
321
  msgstr ""
322
 
452
  msgid "Manage Groups"
453
  msgstr ""
454
 
455
+ #: adrotate.php:109 adrotate.php:387
456
  msgid "Manage Schedules"
457
  msgstr ""
458
 
476
  msgid "Advert Management"
477
  msgstr ""
478
 
479
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
480
  msgid "Manage"
481
  msgstr ""
482
 
483
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
484
  msgid "Add New"
485
  msgstr ""
486
 
487
+ #: adrotate.php:320
488
  msgid "Group Management"
489
  msgstr ""
490
 
491
+ #: adrotate.php:329
 
492
  msgid "Report"
493
  msgstr ""
494
 
495
+ #: adrotate.php:378
496
  msgid "Schedule Management available in AdRotate Pro"
497
  msgstr ""
498
 
499
+ #: adrotate.php:388
500
  msgid ""
501
  "Schedule management and multiple schedules per advert is available in "
502
  "AdRotate Pro."
503
  msgstr ""
504
 
505
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
506
  #: dashboard/publisher/adverts-main.php:114
507
  #: dashboard/publisher/groups-edit.php:75
508
  #: dashboard/publisher/groups-main.php:89
509
  msgid "More information"
510
  msgstr ""
511
 
512
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
513
  #: dashboard/publisher/adverts-error.php:19
514
  #: dashboard/publisher/adverts-main.php:20
515
  #: dashboard/publisher/groups-main.php:20
516
  msgid "Bulk Actions"
517
  msgstr ""
518
 
519
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
520
  #: dashboard/publisher/adverts-error.php:29
521
  #: dashboard/publisher/adverts-main.php:30
522
  #: dashboard/publisher/groups-main.php:24
523
  msgid "Go"
524
  msgstr ""
525
 
526
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
527
  #: dashboard/publisher/adverts-error.php:39
528
  #: dashboard/publisher/adverts-main.php:39
529
  #: dashboard/publisher/groups-edit.php:51
531
  msgid "ID"
532
  msgstr ""
533
 
534
+ #: adrotate.php:406
535
  msgid "Start"
536
  msgstr ""
537
 
538
+ #: adrotate.php:406
539
  msgid "End"
540
  msgstr ""
541
 
542
+ #: adrotate.php:407
543
  msgid "Ads"
544
  msgstr ""
545
 
546
+ #: adrotate.php:409
547
  msgid "Max Impressions"
548
  msgstr ""
549
 
550
+ #: adrotate.php:410
551
  msgid "Max Clicks"
552
  msgstr ""
553
 
554
+ #: adrotate.php:440
555
  msgid "No schedules created yet!"
556
  msgstr ""
557
 
558
+ #: adrotate.php:445
559
  msgid "Easily manage your schedules from here with AdRotate Pro."
560
  msgstr ""
561
 
562
+ #: adrotate.php:445 adrotate.php:511
563
  msgid "Upgrade today!"
564
  msgstr ""
565
 
566
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
567
  #: dashboard/publisher/groups-edit.php:387
568
  msgid "Expires soon."
569
  msgstr ""
570
 
571
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
572
  #: dashboard/publisher/groups-edit.php:388
573
  msgid "Has expired."
574
  msgstr ""
575
 
576
+ #: adrotate.php:473
577
  msgid "Media Management available in AdRotate Pro"
578
  msgstr ""
579
 
580
+ #: adrotate.php:475
581
  msgid "Upload images to the AdRotate Pro banners folder from here."
582
  msgstr ""
583
 
584
+ #: adrotate.php:475
585
  msgid ""
586
  "This is useful if you use responsive adverts with multiple images or have "
587
  "HTML5 adverts containing multiple files."
588
  msgstr ""
589
 
590
+ #: adrotate.php:475
591
  msgid "Media uploading and management is available in AdRotate Pro."
592
  msgstr ""
593
 
594
+ #: adrotate.php:477
595
  msgid "Upload new file"
596
  msgstr ""
597
 
598
+ #: adrotate.php:478
599
  msgid "Accepted files:"
600
  msgstr ""
601
 
602
+ #: adrotate.php:478
603
  msgid "For HTML5 ads you can also upload html and javascript files."
604
  msgstr ""
605
 
606
+ #: adrotate.php:478
607
  msgid "Maximum size is 512Kb."
608
  msgstr ""
609
 
610
+ #: adrotate.php:478
611
  msgid "Important:"
612
  msgstr ""
613
 
614
+ #: adrotate.php:478
615
  msgid ""
616
  "Make sure your file has no spaces or special characters in the name. Replace "
617
  "spaces with a - or _."
618
  msgstr ""
619
 
620
+ #: adrotate.php:478
621
  msgid ""
622
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
623
  "file so it knows about the changed name. For example for the javascript file."
624
  msgstr ""
625
 
626
+ #: adrotate.php:481
627
  msgid ""
628
  "For responsive adverts make sure the filename is in the following format; "
629
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
630
  msgstr ""
631
 
632
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
633
  msgid ""
634
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
635
  "filename instead of \".full\" for the various viewports."
636
  msgstr ""
637
 
638
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
639
  #: dashboard/publisher/groups-edit.php:320
640
  msgid "Example:"
641
  msgstr ""
642
 
643
+ #: adrotate.php:483
644
  msgid ""
645
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
646
  "for different viewports."
647
  msgstr ""
648
 
649
+ #: adrotate.php:487
650
  msgid "Upload file"
651
  msgstr ""
652
 
653
+ #: adrotate.php:487
654
  msgid "Click only once per file!"
655
  msgstr ""
656
 
657
+ #: adrotate.php:490
658
  msgid "Available files in"
659
  msgstr ""
660
 
661
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
662
  #: dashboard/publisher/groups-main.php:33
663
  msgid "Name"
664
  msgstr ""
665
 
666
+ #: adrotate.php:496
667
  msgid "Actions"
668
  msgstr ""
669
 
670
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
671
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
672
  #: dashboard/publisher/adverts-disabled.php:22
673
  #: dashboard/publisher/adverts-error.php:21
674
  #: dashboard/publisher/adverts-main.php:22
675
  msgid "Delete"
676
  msgstr ""
677
 
678
+ #: adrotate.php:511
679
  msgid ""
680
  "Make sure the banner images are not in use by adverts when you delete them!"
681
  msgstr ""
682
 
683
+ #: adrotate.php:511
684
  msgid "Manage your banner folder from here with AdRotate Pro."
685
  msgstr ""
686
 
687
+ #: adrotate.php:540
688
  msgid "AdRotate Settings"
689
  msgstr ""
690
 
691
+ #: adrotate.php:612
692
  msgid "Update Options"
693
  msgstr ""
694
 
724
  msgid ""
725
  "Go nationwide or global with localized adverts for your various audiences. "
726
  "Set up adverts for countries and cities and sell impressions per general "
727
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
728
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
729
  msgstr ""
730
 
731
  #: dashboard/adrotatepro.php:41
737
  "When you activate your AdRotate Pro license you can use fast and personal "
738
  "email support. No more queueing up in the forums. AdRotate premium support "
739
  "takes priority over the forums and is checked much more often than the "
740
+ "forum. Get a solution (usually) within one business day."
741
  msgstr ""
742
 
743
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
744
  msgid "AdRotate is brought to you by"
745
  msgstr ""
746
 
775
  #: dashboard/adrotatepro.php:91
776
  msgid ""
777
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
778
+ "adverts expire or need your attention. Additionally, send push notifications "
779
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
780
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
781
  msgstr ""
782
 
783
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
905
  "for updates about me and my plugins. Thank you!"
906
  msgstr ""
907
 
908
+ #: dashboard/info.php:105
909
+ msgid "AdRotate News"
 
 
 
910
  msgstr ""
911
 
912
+ #: dashboard/info.php:123
 
 
 
 
913
  msgid ""
914
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
915
+ "about me and what I am doing. Thanks for your support and for using my "
916
+ "plugins!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
917
  msgstr ""
918
 
919
  #: dashboard/publisher/adverts-disabled.php:15
980
 
981
  #: dashboard/publisher/adverts-disabled.php:74
982
  #: dashboard/publisher/adverts-error.php:64
983
+ #: dashboard/publisher/adverts-main.php:87
984
+ #: dashboard/publisher/groups-main.php:70
985
  msgid "Stats"
986
  msgstr ""
987
 
1414
 
1415
  #: dashboard/publisher/adverts-edit.php:406
1416
  #: dashboard/publisher/groups-main.php:60
1417
+ #: dashboard/settings/geotargeting.php:36
1418
  msgid "Default"
1419
  msgstr ""
1420
 
2104
  msgid "Which Geo Service"
2105
  msgstr ""
2106
 
2107
+ #: dashboard/settings/geotargeting.php:25
2108
  msgid ""
2109
  "The most complete and accurate geo targeting you can get for only $20 USD "
2110
  "per 50000 lookups."
2111
  msgstr ""
2112
 
2113
+ #: dashboard/settings/geotargeting.php:27
2114
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
 
 
 
 
2115
  msgstr ""
2116
 
2117
+ #: dashboard/settings/geotargeting.php:33
2118
  msgid "Geo Cookie Lifespan"
2119
  msgstr ""
2120
 
2121
+ #: dashboard/settings/geotargeting.php:42
2122
  msgid "Hours."
2123
  msgstr ""
2124
 
2125
+ #: dashboard/settings/geotargeting.php:43
2126
  msgid ""
2127
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2128
  "cookie last? A longer period is less accurate for mobile users but may "
2129
  "reduce the usage of your lookups drastically."
2130
  msgstr ""
2131
 
2132
+ #: dashboard/settings/geotargeting.php:49
2133
  msgid "MaxMind City/Country"
2134
  msgstr ""
2135
 
2136
+ #: dashboard/settings/geotargeting.php:52
2137
  msgid "Username/Email"
2138
  msgstr ""
2139
 
2140
+ #: dashboard/settings/geotargeting.php:56
2141
  msgid "Password/License Key"
2142
  msgstr ""
2143
 
2382
 
2383
  #: dashboard/settings/misc.php:25
2384
  msgid ""
2385
+ "You have enabled W3 Total Caching support but not defined the security hash."
2386
+ msgstr ""
2387
+
2388
+ #: dashboard/settings/misc.php:25
2389
+ msgid ""
2390
+ "AdRotate has generated the following line for you to add to your wp-config."
2391
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2392
+ "add this line, check out the following guide;"
2393
+ msgstr ""
2394
+
2395
+ #: dashboard/settings/misc.php:25
2396
+ msgid "Set up W3 Total Caching"
2397
  msgstr ""
2398
 
2399
  #: dashboard/settings/misc.php:29
2417
  msgstr ""
2418
 
2419
  #: dashboard/settings/notifications.php:12
2420
+ msgid "Notifications"
2421
  msgstr ""
2422
 
2423
  #: dashboard/settings/notifications.php:13
2425
  msgstr ""
2426
 
2427
  #: dashboard/settings/notifications.php:16
2428
+ msgid "How to notify"
2429
  msgstr ""
2430
 
2431
  #: dashboard/settings/notifications.php:18
2432
+ msgid "Dashboard banner."
2433
  msgstr ""
2434
 
2435
  #: dashboard/settings/notifications.php:19
2436
+ msgid "Email message."
2437
  msgstr ""
2438
 
2439
  #: dashboard/settings/notifications.php:20
2440
+ msgid "Push notifications to your smartphone."
2441
+ msgstr ""
2442
+
2443
+ #: dashboard/settings/notifications.php:21
2444
  msgid ""
2445
  "Push notifications are delivered through Pushover, a notification service "
2446
  "for Android and iOS"
2447
  msgstr ""
2448
 
2449
+ #: dashboard/settings/notifications.php:21
2450
  msgid ""
2451
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2452
  "information can be found on the pushover website;"
2453
  msgstr ""
2454
 
2455
+ #: dashboard/settings/notifications.php:25
2456
  msgid "Test notification"
2457
  msgstr ""
2458
 
2459
+ #: dashboard/settings/notifications.php:27
2460
+ msgid "Test"
 
2461
  msgstr ""
2462
 
2463
+ #: dashboard/settings/notifications.php:27
2464
+ msgid ""
2465
+ "Send a test notification to enabled methods. Before you test, save the "
2466
+ "options first!"
2467
  msgstr ""
2468
 
2469
  #: dashboard/settings/notifications.php:32
2470
+ msgid "Dashboard"
2471
+ msgstr ""
2472
+
2473
+ #: dashboard/settings/notifications.php:33
2474
+ msgid ""
2475
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2476
+ "on every WordPress dashboard page."
2477
+ msgstr ""
2478
+
2479
+ #: dashboard/settings/notifications.php:36
2480
+ #: dashboard/settings/notifications.php:68
2481
+ msgid "What"
2482
+ msgstr ""
2483
+
2484
+ #: dashboard/settings/notifications.php:38
2485
+ msgid "Expired adverts."
2486
+ msgstr ""
2487
+
2488
+ #: dashboard/settings/notifications.php:39
2489
+ msgid "Almost expired adverts."
2490
+ msgstr ""
2491
+
2492
+ #: dashboard/settings/notifications.php:44
2493
+ msgid "Email"
2494
+ msgstr ""
2495
+
2496
+ #: dashboard/settings/notifications.php:45
2497
  msgid "Set up who gets notification emails."
2498
  msgstr ""
2499
 
2500
+ #: dashboard/settings/notifications.php:48
 
2501
  msgid "Publishers"
2502
  msgstr ""
2503
 
2504
+ #: dashboard/settings/notifications.php:51
2505
  msgid ""
2506
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2507
  "list to a minimum!"
2508
  msgstr ""
2509
 
2510
+ #: dashboard/settings/notifications.php:52
2511
  msgid ""
2512
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2513
  "email notifications will be send."
2514
  msgstr ""
2515
 
2516
+ #: dashboard/settings/notifications.php:56
2517
  msgid "Advertisers"
2518
  msgstr ""
2519
 
2520
+ #: dashboard/settings/notifications.php:59
2521
  msgid ""
2522
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2523
  "This field may not be empty!"
2524
  msgstr ""
2525
 
2526
+ #: dashboard/settings/notifications.php:64
2527
+ msgid "Push"
2528
  msgstr ""
2529
 
2530
+ #: dashboard/settings/notifications.php:65
2531
  msgid ""
2532
  "Receive information about what is happening with your AdRotate setup on your "
2533
  "smartphone via Pushover."
2534
  msgstr ""
2535
 
2536
+ #: dashboard/settings/notifications.php:70
2537
  msgid "When you are running out of Geo Targeting Lookups."
2538
  msgstr ""
2539
 
2540
+ #: dashboard/settings/notifications.php:71
2541
  msgid "Daily digest of any advert status other than normal."
2542
  msgstr ""
2543
 
2544
+ #: dashboard/settings/notifications.php:72
2545
  msgid "Any advertiser saving an advert in your moderation queue."
2546
  msgstr ""
2547
 
2548
+ #: dashboard/settings/notifications.php:73
2549
  msgid "A moderator approved an advert from the moderation queue."
2550
  msgstr ""
2551
 
2552
+ #: dashboard/settings/notifications.php:74
2553
  msgid "A moderator rejected an advert from the moderation queue."
2554
  msgstr ""
2555
 
2556
+ #: dashboard/settings/notifications.php:74
2557
  msgid ""
2558
  "If you have a lot of activity with many advertisers adding/changing adverts "
2559
  "you may get a lot of messages!"
2560
  msgstr ""
2561
 
2562
+ #: dashboard/settings/notifications.php:79
2563
  msgid "User Key"
2564
  msgstr ""
2565
 
2566
+ #: dashboard/settings/notifications.php:81
2567
  msgid "Get your user token"
2568
  msgstr ""
2569
 
2570
+ #: dashboard/settings/notifications.php:81
2571
+ #: dashboard/settings/notifications.php:87
2572
  msgid "here"
2573
  msgstr ""
2574
 
2575
+ #: dashboard/settings/notifications.php:85
2576
  msgid "Api Token"
2577
  msgstr ""
2578
 
2579
+ #: dashboard/settings/notifications.php:87
2580
  msgid "Create your"
2581
  msgstr ""
2582
 
2583
+ #: dashboard/settings/notifications.php:87
2584
  msgid "App"
2585
  msgstr ""
2586
 
2587
+ #: dashboard/settings/notifications.php:87
2588
  msgid "and get your API token"
2589
  msgstr ""
2590
 
language/adrotate-es_ES.mo CHANGED
Binary file
language/adrotate-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate v 3.10.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -116,15 +116,15 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:702
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
- #: adrotate-output.php:607
124
  msgid "Oh no! Something went wrong!"
125
  msgstr "¡Oh, no! Algo salió mal!"
126
 
127
- #: adrotate-output.php:608
128
  msgid ""
129
  "WordPress was unable to verify the authenticity of the url you have clicked. "
130
  "Verify if the url used is valid or log in via your browser."
@@ -132,7 +132,7 @@ msgstr ""
132
  "WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
133
  "Verificar si la url utilizada es válida o acceder a través del navegador."
134
 
135
- #: adrotate-output.php:609
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
@@ -140,11 +140,11 @@ msgstr ""
140
  "Si usted ha recibido la url que desea visitar a través del correo "
141
  "electrónico, es posible que le esten engañando!"
142
 
143
- #: adrotate-output.php:610
144
  msgid "Contact support if the issue persists:"
145
  msgstr "Si el problema persiste, contacte con el soporte:"
146
 
147
- #: adrotate-output.php:628
148
  msgid ""
149
  "Error, Ad is not available at this time due to schedule/geolocation "
150
  "restrictions or does not exist!"
@@ -152,7 +152,7 @@ msgstr ""
152
  "ERROR: El anuncio no está disponible en este momento debido a las "
153
  "restricciones de programa, de geolocalización o no existe!"
154
 
155
- #: adrotate-output.php:630
156
  msgid ""
157
  "Error, Ad is not available at this time due to schedule/geolocation "
158
  "restrictions!"
@@ -160,7 +160,7 @@ msgstr ""
160
  "ERROR: El anuncio no está disponible en este momento debido a las "
161
  "restricciones restricciones de programa o geolocalización!"
162
 
163
- #: adrotate-output.php:637 adrotate-output.php:639
164
  msgid ""
165
  "Either there are no banners, they are disabled or none qualified for this "
166
  "location!"
@@ -168,19 +168,19 @@ msgstr ""
168
  "O bien no hay banners, estan desactivados o no estan programados para esta "
169
  "ubicación!"
170
 
171
- #: adrotate-output.php:645
172
  msgid "Error, no Ad ID set! Check your syntax!"
173
  msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
174
 
175
- #: adrotate-output.php:651
176
  msgid "Error, no group ID set! Check your syntax!"
177
  msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
178
 
179
- #: adrotate-output.php:656
180
  msgid "Error, group does not exist! Check your syntax!"
181
  msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
182
 
183
- #: adrotate-output.php:662
184
  msgid ""
185
  "There was an error locating the database tables for AdRotate. Please "
186
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -188,153 +188,155 @@ msgstr ""
188
  "Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
189
  "desactivar y volver a activar el plugin AdRotate de la página!"
190
 
191
- #: adrotate-output.php:662
192
  msgid "If this does not solve the issue please seek support at"
193
  msgstr "Si esto no resuelve el problema por favor busque apoyo en"
194
 
195
- #: adrotate-output.php:668
196
  msgid "An unknown error occured."
197
  msgstr "Ha ocurrido un error desconocido."
198
 
199
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
200
  msgid "Check adverts"
201
  msgstr ""
202
 
203
- #: adrotate-output.php:698
204
  msgid ""
205
  "You have enable caching support but W3 Total Cache is not active on your "
206
  "site!"
207
  msgstr ""
208
 
209
- #: adrotate-output.php:701
210
  msgid ""
211
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
212
  "not set."
213
  msgstr ""
214
 
215
- #: adrotate-output.php:706
216
  msgid "Your AdRotate Banner folder is not writable or does not exist."
217
  msgstr ""
218
 
219
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
220
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
221
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
222
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
223
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
224
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
225
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
226
- #: dashboard/settings/geotargeting.php:26
227
  #, fuzzy
228
  msgid "Buy now"
229
  msgstr "Comprar"
230
 
231
- #: adrotate-output.php:747
232
  msgid ""
233
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
234
  "to the <strong>PRO</strong> version"
235
  msgstr ""
236
 
237
- #: adrotate-output.php:747
238
  #, php-format
239
  msgid ""
240
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
241
  msgstr ""
242
 
243
- #: adrotate-output.php:747
244
  msgid "Thank you for your purchase!"
245
  msgstr ""
246
 
247
- #: adrotate-output.php:791
248
  msgid ""
249
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
250
  "this menu. Check out the"
251
  msgstr ""
252
 
253
- #: adrotate-output.php:791
254
  msgid "manuals"
255
  msgstr "manuales"
256
 
257
- #: adrotate-output.php:791 adrotate-output.php:864
258
  msgid "and"
259
  msgstr ""
260
 
261
- #: adrotate-output.php:791
262
  msgid "forums"
263
  msgstr ""
264
 
265
- #: adrotate-output.php:824
266
  #, fuzzy
267
  msgid "Useful Links"
268
  msgstr "Enlaces de interés"
269
 
270
- #: adrotate-output.php:825
271
  msgid "Useful links to learn more about AdRotate"
272
  msgstr ""
273
 
274
- #: adrotate-output.php:827
275
  msgid "AdRotate website"
276
  msgstr ""
277
 
278
- #: adrotate-output.php:828
279
  #, fuzzy
280
  msgid "Getting Started With AdRotate"
281
  msgstr "Obtenga más funciones con AdRotate Pro"
282
 
283
- #: adrotate-output.php:829
284
  #, fuzzy
285
  msgid "AdRotate manuals"
286
  msgstr "Información de AdRotate"
287
 
288
- #: adrotate-output.php:830
289
  #, fuzzy
290
  msgid "AdRotate Support Forum"
291
  msgstr "Tienda AdRotate"
292
 
293
- #: adrotate-output.php:856
294
  #, fuzzy
295
  msgid "Help AdRotate Grow"
296
  msgstr "Atascado con AdRotate? Yo te ayudaré!"
297
 
298
- #: adrotate-output.php:857
299
  msgid "Follow Arnan on Facebook"
300
  msgstr ""
301
 
302
- #: adrotate-output.php:864
303
  msgid ""
304
  "A lot of users only think to review AdRotate when something goes wrong while "
305
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
306
  msgstr ""
307
 
308
- #: adrotate-output.php:864
309
  msgid "If you find AdRotate useful please leave your honest"
310
  msgstr ""
311
 
312
- #: adrotate-output.php:864
313
  msgid "rating"
314
  msgstr ""
315
 
316
- #: adrotate-output.php:864
317
  #, fuzzy
318
  msgid "review"
319
  msgstr "Revise el anuncio aquí:"
320
 
321
- #: adrotate-output.php:864
322
  msgid "on WordPress.org to help AdRotate grow in a positive way"
323
  msgstr ""
324
 
325
- #: adrotate-output.php:903
 
326
  msgid "Available in AdRotate Pro"
327
  msgstr "Disponible en AdRotate Pro"
328
 
329
- #: adrotate-output.php:903
330
  msgid "More information..."
331
  msgstr "Más información..."
332
 
333
- #: adrotate-output.php:904
334
  msgid "This feature is available in AdRotate Pro"
335
  msgstr "Esta función está disponible en AdRotate Pro"
336
 
337
- #: adrotate-output.php:904
338
  msgid "Learn more"
339
  msgstr "Aprender más"
340
 
@@ -471,7 +473,7 @@ msgstr ""
471
  msgid "Manage Groups"
472
  msgstr "Gestionar Grupos"
473
 
474
- #: adrotate.php:109 adrotate.php:407
475
  #, fuzzy
476
  msgid "Manage Schedules"
477
  msgstr "Gestionar Programas"
@@ -497,35 +499,34 @@ msgstr "AdRotate Profesional"
497
  msgid "Advert Management"
498
  msgstr ""
499
 
500
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
501
  msgid "Manage"
502
  msgstr "Gestionar"
503
 
504
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
505
  msgid "Add New"
506
  msgstr "Añadir Nuevo"
507
 
508
- #: adrotate.php:336
509
  msgid "Group Management"
510
  msgstr "Administración de Grupos"
511
 
512
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
513
- #: dashboard/publisher/groups-main.php:70
514
  msgid "Report"
515
  msgstr "Informe"
516
 
517
- #: adrotate.php:398
518
  #, fuzzy
519
  msgid "Schedule Management available in AdRotate Pro"
520
  msgstr "Disponible en AdRotate Pro"
521
 
522
- #: adrotate.php:408
523
  msgid ""
524
  "Schedule management and multiple schedules per advert is available in "
525
  "AdRotate Pro."
526
  msgstr ""
527
 
528
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
529
  #: dashboard/publisher/adverts-main.php:114
530
  #: dashboard/publisher/groups-edit.php:75
531
  #: dashboard/publisher/groups-main.php:89
@@ -533,21 +534,21 @@ msgstr ""
533
  msgid "More information"
534
  msgstr "Más información..."
535
 
536
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
537
  #: dashboard/publisher/adverts-error.php:19
538
  #: dashboard/publisher/adverts-main.php:20
539
  #: dashboard/publisher/groups-main.php:20
540
  msgid "Bulk Actions"
541
  msgstr "Acciones en Lote"
542
 
543
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
544
  #: dashboard/publisher/adverts-error.php:29
545
  #: dashboard/publisher/adverts-main.php:30
546
  #: dashboard/publisher/groups-main.php:24
547
  msgid "Go"
548
  msgstr "Aplicar"
549
 
550
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
551
  #: dashboard/publisher/adverts-error.php:39
552
  #: dashboard/publisher/adverts-main.php:39
553
  #: dashboard/publisher/groups-edit.php:51
@@ -555,96 +556,96 @@ msgstr "Aplicar"
555
  msgid "ID"
556
  msgstr "ID"
557
 
558
- #: adrotate.php:426
559
  #, fuzzy
560
  msgid "Start"
561
  msgstr "Iniciar"
562
 
563
- #: adrotate.php:426
564
  #, fuzzy
565
  msgid "End"
566
  msgstr "Finalizar"
567
 
568
- #: adrotate.php:427
569
  msgid "Ads"
570
  msgstr "Anuncios"
571
 
572
- #: adrotate.php:429
573
  msgid "Max Impressions"
574
  msgstr "Número máximo de Impresiones"
575
 
576
- #: adrotate.php:430
577
  msgid "Max Clicks"
578
  msgstr "Número máximo de Clics"
579
 
580
- #: adrotate.php:460
581
  #, fuzzy
582
  msgid "No schedules created yet!"
583
  msgstr "Todavia no se han creado programas!"
584
 
585
- #: adrotate.php:465
586
  #, fuzzy
587
  msgid "Easily manage your schedules from here with AdRotate Pro."
588
  msgstr "Obtenga más funciones con AdRotate Pro"
589
 
590
- #: adrotate.php:465 adrotate.php:531
591
  #, fuzzy
592
  msgid "Upgrade today!"
593
  msgstr "Hoy"
594
 
595
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
596
  #: dashboard/publisher/groups-edit.php:387
597
  msgid "Expires soon."
598
  msgstr "Caduca pronto."
599
 
600
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
601
  #: dashboard/publisher/groups-edit.php:388
602
  msgid "Has expired."
603
  msgstr "Ha expirado."
604
 
605
- #: adrotate.php:493
606
  #, fuzzy
607
  msgid "Media Management available in AdRotate Pro"
608
  msgstr "Esta función está disponible en AdRotate Pro"
609
 
610
- #: adrotate.php:495
611
  msgid "Upload images to the AdRotate Pro banners folder from here."
612
  msgstr ""
613
 
614
- #: adrotate.php:495
615
  msgid ""
616
  "This is useful if you use responsive adverts with multiple images or have "
617
  "HTML5 adverts containing multiple files."
618
  msgstr ""
619
 
620
- #: adrotate.php:495
621
  #, fuzzy
622
  msgid "Media uploading and management is available in AdRotate Pro."
623
  msgstr "Esta función está disponible en AdRotate Pro"
624
 
625
- #: adrotate.php:497
626
  msgid "Upload new file"
627
  msgstr ""
628
 
629
- #: adrotate.php:498
630
  msgid "Accepted files:"
631
  msgstr ""
632
 
633
- #: adrotate.php:498
634
  msgid "For HTML5 ads you can also upload html and javascript files."
635
  msgstr ""
636
 
637
- #: adrotate.php:498
638
  #, fuzzy
639
  msgid "Maximum size is 512Kb."
640
  msgstr "El tamaño máximo es 512Kb."
641
 
642
- #: adrotate.php:498
643
  #, fuzzy
644
  msgid "Important:"
645
  msgstr "Importante:"
646
 
647
- #: adrotate.php:498
648
  #, fuzzy
649
  msgid ""
650
  "Make sure your file has no spaces or special characters in the name. Replace "
@@ -653,13 +654,13 @@ msgstr ""
653
  "Asegúrese de que en el nombre de su archivo no contiene espacios ni "
654
  "caracteres especiales. Reemplace los espacios con un - o _."
655
 
656
- #: adrotate.php:498
657
  msgid ""
658
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
659
  "file so it knows about the changed name. For example for the javascript file."
660
  msgstr ""
661
 
662
- #: adrotate.php:501
663
  #, fuzzy
664
  msgid ""
665
  "For responsive adverts make sure the filename is in the following format; "
@@ -669,7 +670,7 @@ msgstr ""
669
  "siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
670
  "de imágenes del mismo tamaño."
671
 
672
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
673
  msgid ""
674
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
675
  "filename instead of \".full\" for the various viewports."
@@ -678,12 +679,12 @@ msgstr ""
678
  "\".1024\" en el nombre de archivo en lugar de \".completo\" para los "
679
  "diferentes visores."
680
 
681
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
682
  #: dashboard/publisher/groups-edit.php:320
683
  msgid "Example:"
684
  msgstr "Ejemplo:"
685
 
686
- #: adrotate.php:503
687
  #, fuzzy
688
  msgid ""
689
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -692,37 +693,37 @@ msgstr ""
692
  "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio para "
693
  "distintas ventanas gráficas. Se necesita jQuery."
694
 
695
- #: adrotate.php:507
696
  msgid "Upload file"
697
  msgstr ""
698
 
699
- #: adrotate.php:507
700
  msgid "Click only once per file!"
701
  msgstr ""
702
 
703
- #: adrotate.php:510
704
  msgid "Available files in"
705
  msgstr ""
706
 
707
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
708
  #: dashboard/publisher/groups-main.php:33
709
  msgid "Name"
710
  msgstr "Nombre"
711
 
712
- #: adrotate.php:516
713
  #, fuzzy
714
  msgid "Actions"
715
  msgstr "Acciones"
716
 
717
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
718
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
719
  #: dashboard/publisher/adverts-disabled.php:22
720
  #: dashboard/publisher/adverts-error.php:21
721
  #: dashboard/publisher/adverts-main.php:22
722
  msgid "Delete"
723
  msgstr "Borrar"
724
 
725
- #: adrotate.php:531
726
  #, fuzzy
727
  msgid ""
728
  "Make sure the banner images are not in use by adverts when you delete them!"
@@ -730,16 +731,16 @@ msgstr ""
730
  "¡Asegúrese de que las imágenes de banner no se están utilizando en los "
731
  "anuncios cuando las elimine!"
732
 
733
- #: adrotate.php:531
734
  #, fuzzy
735
  msgid "Manage your banner folder from here with AdRotate Pro."
736
  msgstr "Obtenga más funciones con AdRotate Pro"
737
 
738
- #: adrotate.php:560
739
  msgid "AdRotate Settings"
740
  msgstr "Ajustes AdRotate"
741
 
742
- #: adrotate.php:631
743
  msgid "Update Options"
744
  msgstr "Actualizar Opciones"
745
 
@@ -779,8 +780,8 @@ msgstr "Localizar sus campañas publicitarias con Geo Targeting"
779
  msgid ""
780
  "Go nationwide or global with localized adverts for your various audiences. "
781
  "Set up adverts for countries and cities and sell impressions per general "
782
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
783
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
784
  msgstr ""
785
 
786
  #: dashboard/adrotatepro.php:41
@@ -792,10 +793,10 @@ msgid ""
792
  "When you activate your AdRotate Pro license you can use fast and personal "
793
  "email support. No more queueing up in the forums. AdRotate premium support "
794
  "takes priority over the forums and is checked much more often than the "
795
- "forum. Get a solution (usually) within a day."
796
  msgstr ""
797
 
798
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
799
  msgid "AdRotate is brought to you by"
800
  msgstr "AdRotate es ofrecido por"
801
 
@@ -830,10 +831,9 @@ msgstr ""
830
  #: dashboard/adrotatepro.php:91
831
  msgid ""
832
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
833
- "adverts expire or need your attention. Additionally, you can have AdRotate "
834
- "send push notifications to your iOS or Android smartphone. Get notified when "
835
- "adverts expire, have errors or when advertisers create new adverts. Never "
836
- "miss an expiration date again."
837
  msgstr ""
838
 
839
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -961,43 +961,16 @@ msgid ""
961
  "for updates about me and my plugins. Thank you!"
962
  msgstr ""
963
 
964
- #: dashboard/info.php:103
965
- msgid ""
966
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
967
- "digital nomad in the Philippines. Click on my name to find out more about me "
968
- "and what I am doing. Thanks for your support and for using my plugins!"
969
  msgstr ""
970
 
971
- #: dashboard/info.php:113
972
- msgid "Get more features with AdRotate Pro"
973
- msgstr "Obtenga más funciones con AdRotate Pro"
974
-
975
- #: dashboard/info.php:116
976
  msgid ""
977
- "Benefit from extra features to reinforce your income with advertising "
978
- "campaigns. Make the most of your website with the powerful tools AdRotate "
979
- "Pro offers on top of the trusted features included in the free version."
980
  msgstr ""
981
- "Benefíciese de las características adicionales para reforzar sus ingresos "
982
- "con campañas de publicidad. Obtenga el máximo partido de su sitio web con "
983
- "las potentes herramientas que AdRotate Pro le ofrece, además de las "
984
- "funcionalidades más que fiables incluidas en la versión gratuita."
985
-
986
- #: dashboard/info.php:116
987
- msgid "Want to know more about"
988
- msgstr ""
989
-
990
- #: dashboard/info.php:116
991
- msgid "Visit the"
992
- msgstr "Visite la"
993
-
994
- #: dashboard/info.php:116
995
- msgid "website"
996
- msgstr "página web"
997
-
998
- #: dashboard/info.php:120
999
- msgid "AdRotate News and Developer Blog"
1000
- msgstr "Noticias y Blog del Desarrollador de AdRotate "
1001
 
1002
  #: dashboard/publisher/adverts-disabled.php:15
1003
  msgid "Disabled Adverts"
@@ -1063,6 +1036,8 @@ msgstr "Editar"
1063
 
1064
  #: dashboard/publisher/adverts-disabled.php:74
1065
  #: dashboard/publisher/adverts-error.php:64
 
 
1066
  msgid "Stats"
1067
  msgstr "Estadísticas"
1068
 
@@ -1509,7 +1484,7 @@ msgstr "ID - Nombre"
1509
 
1510
  #: dashboard/publisher/adverts-edit.php:406
1511
  #: dashboard/publisher/groups-main.php:60
1512
- #: dashboard/settings/geotargeting.php:39
1513
  msgid "Default"
1514
  msgstr "Predeterminado"
1515
 
@@ -2222,44 +2197,40 @@ msgstr ""
2222
  msgid "Which Geo Service"
2223
  msgstr ""
2224
 
2225
- #: dashboard/settings/geotargeting.php:26
2226
  msgid ""
2227
  "The most complete and accurate geo targeting you can get for only $20 USD "
2228
  "per 50000 lookups."
2229
  msgstr ""
2230
 
2231
- #: dashboard/settings/geotargeting.php:28
2232
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2233
  msgstr ""
2234
 
2235
- #: dashboard/settings/geotargeting.php:30
2236
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2237
- msgstr ""
2238
-
2239
- #: dashboard/settings/geotargeting.php:36
2240
  msgid "Geo Cookie Lifespan"
2241
  msgstr ""
2242
 
2243
- #: dashboard/settings/geotargeting.php:45
2244
  msgid "Hours."
2245
  msgstr ""
2246
 
2247
- #: dashboard/settings/geotargeting.php:46
2248
  msgid ""
2249
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2250
  "cookie last? A longer period is less accurate for mobile users but may "
2251
  "reduce the usage of your lookups drastically."
2252
  msgstr ""
2253
 
2254
- #: dashboard/settings/geotargeting.php:52
2255
  msgid "MaxMind City/Country"
2256
  msgstr ""
2257
 
2258
- #: dashboard/settings/geotargeting.php:55
2259
  msgid "Username/Email"
2260
  msgstr ""
2261
 
2262
- #: dashboard/settings/geotargeting.php:59
2263
  msgid "Password/License Key"
2264
  msgstr ""
2265
 
@@ -2522,15 +2493,19 @@ msgstr "Aviso"
2522
 
2523
  #: dashboard/settings/misc.php:25
2524
  msgid ""
2525
- "You have enabled W3 Total Caching support but not defined the security hash. "
2526
- "You need to add the following line to your wp-config.php near the bottom or "
2527
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2528
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2529
  msgstr ""
2530
- "Ha activado el soporte W3 Total Caching pero no define el hash de seguridad. "
2531
- "Es necesario añadir la siguiente línea a su wp-config.php en la parte "
2532
- "inferior o por debajo de la línea 52 (que define otra hash.) Usando la "
2533
- "función \"late init \" tambien debe estar habilitado en W3 Total Cache."
2534
 
2535
  #: dashboard/settings/misc.php:29
2536
  msgid "W3 Total Caching"
@@ -2559,8 +2534,8 @@ msgstr ""
2559
  "código PHP la exclusión a ti mismo."
2560
 
2561
  #: dashboard/settings/notifications.php:12
2562
- msgid "Notifications - Available in AdRotate Pro"
2563
- msgstr ""
2564
 
2565
  #: dashboard/settings/notifications.php:13
2566
  msgid "Set up who gets notifications if ads need your attention."
@@ -2568,18 +2543,22 @@ msgstr ""
2568
  "Configurar para recibir notificaciones si los anuncios requieren su atención."
2569
 
2570
  #: dashboard/settings/notifications.php:16
2571
- msgid "Delivery method"
2572
- msgstr "Método de entrega"
2573
 
2574
  #: dashboard/settings/notifications.php:18
 
 
 
 
2575
  msgid "Email message."
2576
  msgstr "Mensaje de Correo eléctronico"
2577
 
2578
- #: dashboard/settings/notifications.php:19
2579
  msgid "Push notifications to your smartphone."
2580
  msgstr "Enviar Notificaciones a su smartphone."
2581
 
2582
- #: dashboard/settings/notifications.php:20
2583
  msgid ""
2584
  "Push notifications are delivered through Pushover, a notification service "
2585
  "for Android and iOS"
@@ -2587,7 +2566,7 @@ msgstr ""
2587
  "Las Notificaciones Push se entregan a través de Pushover, un servicio de "
2588
  "notificación para Android y iOS"
2589
 
2590
- #: dashboard/settings/notifications.php:20
2591
  msgid ""
2592
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2593
  "information can be found on the pushover website;"
@@ -2595,29 +2574,56 @@ msgstr ""
2595
  "La App Pushover se compra una sola vez, ya sea para Android y/o iOS. Puede "
2596
  "encontrar más información en la página web"
2597
 
2598
- #: dashboard/settings/notifications.php:24
2599
  msgid "Test notification"
2600
  msgstr ""
2601
 
2602
- #: dashboard/settings/notifications.php:26
2603
- msgid ""
2604
- "This sends a test notification. Before you test, save the options first!"
2605
  msgstr ""
2606
 
2607
- #: dashboard/settings/notifications.php:31
2608
- msgid "Email Notifications"
2609
- msgstr "Notificaciones por correo electrónico"
 
 
2610
 
2611
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2612
  msgid "Set up who gets notification emails."
2613
  msgstr "Establecer lo que se recibe en los mensajes de notificación."
2614
 
2615
- #: dashboard/settings/notifications.php:35
2616
- #: dashboard/settings/notifications.php:55
2617
  msgid "Publishers"
2618
  msgstr "Editores"
2619
 
2620
- #: dashboard/settings/notifications.php:38
2621
  msgid ""
2622
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2623
  "list to a minimum!"
@@ -2625,7 +2631,7 @@ msgstr ""
2625
  "Una lista de direcciones de correo electrónico separada por comas. Un máximo "
2626
  "de 5 direcciones. Mantenga esta lista al mínimo!"
2627
 
2628
- #: dashboard/settings/notifications.php:39
2629
  msgid ""
2630
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2631
  "email notifications will be send."
@@ -2633,11 +2639,11 @@ msgstr ""
2633
  "Los mensajes se envían cuando sea necesario una vez cada 24 horas. Si este "
2634
  "campo está vacío, no será envíada ninguna notificación de correo electrónico."
2635
 
2636
- #: dashboard/settings/notifications.php:43
2637
  msgid "Advertisers"
2638
  msgstr "Anunciantes"
2639
 
2640
- #: dashboard/settings/notifications.php:46
2641
  msgid ""
2642
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2643
  "This field may not be empty!"
@@ -2645,11 +2651,11 @@ msgstr ""
2645
  "¿Quién recibe correo electrónico de los anunciantes. Un máximo de 2 "
2646
  "direcciones separadas por comas. Este campo no puede estar vacío!"
2647
 
2648
- #: dashboard/settings/notifications.php:51
2649
- msgid "Push Notifications"
2650
- msgstr "Notificaciones Push"
2651
 
2652
- #: dashboard/settings/notifications.php:52
2653
  msgid ""
2654
  "Receive information about what is happening with your AdRotate setup on your "
2655
  "smartphone via Pushover."
@@ -2657,28 +2663,28 @@ msgstr ""
2657
  "Recibir información acerca de lo que está sucediendo con su configuración "
2658
  "AdRotate en su smartphone a través de Pushover."
2659
 
2660
- #: dashboard/settings/notifications.php:57
2661
  msgid "When you are running out of Geo Targeting Lookups."
2662
  msgstr ""
2663
 
2664
- #: dashboard/settings/notifications.php:58
2665
  msgid "Daily digest of any advert status other than normal."
2666
  msgstr "Resumen diario de cualquier estado de anuncio que no sea normal."
2667
 
2668
- #: dashboard/settings/notifications.php:59
2669
  msgid "Any advertiser saving an advert in your moderation queue."
2670
  msgstr ""
2671
  "Cualquier anunciante puede guardar un anuncio en su cola de moderación."
2672
 
2673
- #: dashboard/settings/notifications.php:60
2674
  msgid "A moderator approved an advert from the moderation queue."
2675
  msgstr "Un moderador aprobó un anuncio de la cola de moderación."
2676
 
2677
- #: dashboard/settings/notifications.php:61
2678
  msgid "A moderator rejected an advert from the moderation queue."
2679
  msgstr "Un moderador rechazó un anuncio de la cola de moderación."
2680
 
2681
- #: dashboard/settings/notifications.php:61
2682
  msgid ""
2683
  "If you have a lot of activity with many advertisers adding/changing adverts "
2684
  "you may get a lot of messages!"
@@ -2686,32 +2692,32 @@ msgstr ""
2686
  "Si tiene una gran cantidad de actividad con muchos anunciantes que agregan o "
2687
  "cambian los anuncios usted puede recibir una gran cantidad de mensajes!"
2688
 
2689
- #: dashboard/settings/notifications.php:66
2690
  msgid "User Key"
2691
  msgstr ""
2692
 
2693
- #: dashboard/settings/notifications.php:68
2694
  msgid "Get your user token"
2695
  msgstr ""
2696
 
2697
- #: dashboard/settings/notifications.php:68
2698
- #: dashboard/settings/notifications.php:74
2699
  msgid "here"
2700
  msgstr ""
2701
 
2702
- #: dashboard/settings/notifications.php:72
2703
  msgid "Api Token"
2704
  msgstr ""
2705
 
2706
- #: dashboard/settings/notifications.php:74
2707
  msgid "Create your"
2708
  msgstr ""
2709
 
2710
- #: dashboard/settings/notifications.php:74
2711
  msgid "App"
2712
  msgstr ""
2713
 
2714
- #: dashboard/settings/notifications.php:74
2715
  msgid "and get your API token"
2716
  msgstr ""
2717
 
@@ -2868,6 +2874,49 @@ msgid ""
2868
  msgstr ""
2869
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
2870
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2871
  #~ msgid "active ad(s) expired."
2872
  #~ msgstr "anuncio(s) activo(s) caducó."
2873
 
@@ -3823,9 +3872,6 @@ msgstr ""
3823
  #~ "sus características. Solamente ayuda a diferenciar a los anunciantes de "
3824
  #~ "los suscriptores, sin conceder demasiado acceso a su panel de control."
3825
 
3826
- #~ msgid "Notifications"
3827
- #~ msgstr "Notificaciones"
3828
-
3829
  #~ msgid "Track impressions from logged in users (Recommended)."
3830
  #~ msgstr ""
3831
  #~ "Seguimiento de las impresiones de los usuarios registrados (recomendado)."
2
  msgstr ""
3
  "Project-Id-Version: AdRotate v 3.10.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:678
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
+ #: adrotate-output.php:574
124
  msgid "Oh no! Something went wrong!"
125
  msgstr "¡Oh, no! Algo salió mal!"
126
 
127
+ #: adrotate-output.php:575
128
  msgid ""
129
  "WordPress was unable to verify the authenticity of the url you have clicked. "
130
  "Verify if the url used is valid or log in via your browser."
132
  "WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
133
  "Verificar si la url utilizada es válida o acceder a través del navegador."
134
 
135
+ #: adrotate-output.php:576
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
140
  "Si usted ha recibido la url que desea visitar a través del correo "
141
  "electrónico, es posible que le esten engañando!"
142
 
143
+ #: adrotate-output.php:577
144
  msgid "Contact support if the issue persists:"
145
  msgstr "Si el problema persiste, contacte con el soporte:"
146
 
147
+ #: adrotate-output.php:592
148
  msgid ""
149
  "Error, Ad is not available at this time due to schedule/geolocation "
150
  "restrictions or does not exist!"
152
  "ERROR: El anuncio no está disponible en este momento debido a las "
153
  "restricciones de programa, de geolocalización o no existe!"
154
 
155
+ #: adrotate-output.php:594
156
  msgid ""
157
  "Error, Ad is not available at this time due to schedule/geolocation "
158
  "restrictions!"
160
  "ERROR: El anuncio no está disponible en este momento debido a las "
161
  "restricciones restricciones de programa o geolocalización!"
162
 
163
+ #: adrotate-output.php:601 adrotate-output.php:603
164
  msgid ""
165
  "Either there are no banners, they are disabled or none qualified for this "
166
  "location!"
168
  "O bien no hay banners, estan desactivados o no estan programados para esta "
169
  "ubicación!"
170
 
171
+ #: adrotate-output.php:609
172
  msgid "Error, no Ad ID set! Check your syntax!"
173
  msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
174
 
175
+ #: adrotate-output.php:615
176
  msgid "Error, no group ID set! Check your syntax!"
177
  msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
178
 
179
+ #: adrotate-output.php:620
180
  msgid "Error, group does not exist! Check your syntax!"
181
  msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
182
 
183
+ #: adrotate-output.php:626
184
  msgid ""
185
  "There was an error locating the database tables for AdRotate. Please "
186
  "deactivate and re-activate AdRotate from the plugin page!!"
188
  "Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
189
  "desactivar y volver a activar el plugin AdRotate de la página!"
190
 
191
+ #: adrotate-output.php:626
192
  msgid "If this does not solve the issue please seek support at"
193
  msgstr "Si esto no resuelve el problema por favor busque apoyo en"
194
 
195
+ #: adrotate-output.php:632
196
  msgid "An unknown error occured."
197
  msgstr "Ha ocurrido un error desconocido."
198
 
199
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
200
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
201
  msgid "Check adverts"
202
  msgstr ""
203
 
204
+ #: adrotate-output.php:674
205
  msgid ""
206
  "You have enable caching support but W3 Total Cache is not active on your "
207
  "site!"
208
  msgstr ""
209
 
210
+ #: adrotate-output.php:677
211
  msgid ""
212
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
213
  "not set."
214
  msgstr ""
215
 
216
+ #: adrotate-output.php:682
217
  msgid "Your AdRotate Banner folder is not writable or does not exist."
218
  msgstr ""
219
 
220
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
221
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
222
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
223
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
224
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
225
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
226
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
227
+ #: dashboard/settings/geotargeting.php:25
228
  #, fuzzy
229
  msgid "Buy now"
230
  msgstr "Comprar"
231
 
232
+ #: adrotate-output.php:723
233
  msgid ""
234
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
235
  "to the <strong>PRO</strong> version"
236
  msgstr ""
237
 
238
+ #: adrotate-output.php:723
239
  #, php-format
240
  msgid ""
241
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
242
  msgstr ""
243
 
244
+ #: adrotate-output.php:723
245
  msgid "Thank you for your purchase!"
246
  msgstr ""
247
 
248
+ #: adrotate-output.php:784
249
  msgid ""
250
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
251
  "this menu. Check out the"
252
  msgstr ""
253
 
254
+ #: adrotate-output.php:784
255
  msgid "manuals"
256
  msgstr "manuales"
257
 
258
+ #: adrotate-output.php:784 adrotate-output.php:851
259
  msgid "and"
260
  msgstr ""
261
 
262
+ #: adrotate-output.php:784
263
  msgid "forums"
264
  msgstr ""
265
 
266
+ #: adrotate-output.php:814
267
  #, fuzzy
268
  msgid "Useful Links"
269
  msgstr "Enlaces de interés"
270
 
271
+ #: adrotate-output.php:815
272
  msgid "Useful links to learn more about AdRotate"
273
  msgstr ""
274
 
275
+ #: adrotate-output.php:817
276
  msgid "AdRotate website"
277
  msgstr ""
278
 
279
+ #: adrotate-output.php:818
280
  #, fuzzy
281
  msgid "Getting Started With AdRotate"
282
  msgstr "Obtenga más funciones con AdRotate Pro"
283
 
284
+ #: adrotate-output.php:819
285
  #, fuzzy
286
  msgid "AdRotate manuals"
287
  msgstr "Información de AdRotate"
288
 
289
+ #: adrotate-output.php:820
290
  #, fuzzy
291
  msgid "AdRotate Support Forum"
292
  msgstr "Tienda AdRotate"
293
 
294
+ #: adrotate-output.php:843
295
  #, fuzzy
296
  msgid "Help AdRotate Grow"
297
  msgstr "Atascado con AdRotate? Yo te ayudaré!"
298
 
299
+ #: adrotate-output.php:844
300
  msgid "Follow Arnan on Facebook"
301
  msgstr ""
302
 
303
+ #: adrotate-output.php:851
304
  msgid ""
305
  "A lot of users only think to review AdRotate when something goes wrong while "
306
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
307
  msgstr ""
308
 
309
+ #: adrotate-output.php:851
310
  msgid "If you find AdRotate useful please leave your honest"
311
  msgstr ""
312
 
313
+ #: adrotate-output.php:851
314
  msgid "rating"
315
  msgstr ""
316
 
317
+ #: adrotate-output.php:851
318
  #, fuzzy
319
  msgid "review"
320
  msgstr "Revise el anuncio aquí:"
321
 
322
+ #: adrotate-output.php:851
323
  msgid "on WordPress.org to help AdRotate grow in a positive way"
324
  msgstr ""
325
 
326
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
327
+ #: dashboard/settings/notifications.php:64
328
  msgid "Available in AdRotate Pro"
329
  msgstr "Disponible en AdRotate Pro"
330
 
331
+ #: adrotate-output.php:884
332
  msgid "More information..."
333
  msgstr "Más información..."
334
 
335
+ #: adrotate-output.php:885
336
  msgid "This feature is available in AdRotate Pro"
337
  msgstr "Esta función está disponible en AdRotate Pro"
338
 
339
+ #: adrotate-output.php:885
340
  msgid "Learn more"
341
  msgstr "Aprender más"
342
 
473
  msgid "Manage Groups"
474
  msgstr "Gestionar Grupos"
475
 
476
+ #: adrotate.php:109 adrotate.php:387
477
  #, fuzzy
478
  msgid "Manage Schedules"
479
  msgstr "Gestionar Programas"
499
  msgid "Advert Management"
500
  msgstr ""
501
 
502
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
503
  msgid "Manage"
504
  msgstr "Gestionar"
505
 
506
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
507
  msgid "Add New"
508
  msgstr "Añadir Nuevo"
509
 
510
+ #: adrotate.php:320
511
  msgid "Group Management"
512
  msgstr "Administración de Grupos"
513
 
514
+ #: adrotate.php:329
 
515
  msgid "Report"
516
  msgstr "Informe"
517
 
518
+ #: adrotate.php:378
519
  #, fuzzy
520
  msgid "Schedule Management available in AdRotate Pro"
521
  msgstr "Disponible en AdRotate Pro"
522
 
523
+ #: adrotate.php:388
524
  msgid ""
525
  "Schedule management and multiple schedules per advert is available in "
526
  "AdRotate Pro."
527
  msgstr ""
528
 
529
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
530
  #: dashboard/publisher/adverts-main.php:114
531
  #: dashboard/publisher/groups-edit.php:75
532
  #: dashboard/publisher/groups-main.php:89
534
  msgid "More information"
535
  msgstr "Más información..."
536
 
537
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
538
  #: dashboard/publisher/adverts-error.php:19
539
  #: dashboard/publisher/adverts-main.php:20
540
  #: dashboard/publisher/groups-main.php:20
541
  msgid "Bulk Actions"
542
  msgstr "Acciones en Lote"
543
 
544
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
545
  #: dashboard/publisher/adverts-error.php:29
546
  #: dashboard/publisher/adverts-main.php:30
547
  #: dashboard/publisher/groups-main.php:24
548
  msgid "Go"
549
  msgstr "Aplicar"
550
 
551
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
552
  #: dashboard/publisher/adverts-error.php:39
553
  #: dashboard/publisher/adverts-main.php:39
554
  #: dashboard/publisher/groups-edit.php:51
556
  msgid "ID"
557
  msgstr "ID"
558
 
559
+ #: adrotate.php:406
560
  #, fuzzy
561
  msgid "Start"
562
  msgstr "Iniciar"
563
 
564
+ #: adrotate.php:406
565
  #, fuzzy
566
  msgid "End"
567
  msgstr "Finalizar"
568
 
569
+ #: adrotate.php:407
570
  msgid "Ads"
571
  msgstr "Anuncios"
572
 
573
+ #: adrotate.php:409
574
  msgid "Max Impressions"
575
  msgstr "Número máximo de Impresiones"
576
 
577
+ #: adrotate.php:410
578
  msgid "Max Clicks"
579
  msgstr "Número máximo de Clics"
580
 
581
+ #: adrotate.php:440
582
  #, fuzzy
583
  msgid "No schedules created yet!"
584
  msgstr "Todavia no se han creado programas!"
585
 
586
+ #: adrotate.php:445
587
  #, fuzzy
588
  msgid "Easily manage your schedules from here with AdRotate Pro."
589
  msgstr "Obtenga más funciones con AdRotate Pro"
590
 
591
+ #: adrotate.php:445 adrotate.php:511
592
  #, fuzzy
593
  msgid "Upgrade today!"
594
  msgstr "Hoy"
595
 
596
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
597
  #: dashboard/publisher/groups-edit.php:387
598
  msgid "Expires soon."
599
  msgstr "Caduca pronto."
600
 
601
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
602
  #: dashboard/publisher/groups-edit.php:388
603
  msgid "Has expired."
604
  msgstr "Ha expirado."
605
 
606
+ #: adrotate.php:473
607
  #, fuzzy
608
  msgid "Media Management available in AdRotate Pro"
609
  msgstr "Esta función está disponible en AdRotate Pro"
610
 
611
+ #: adrotate.php:475
612
  msgid "Upload images to the AdRotate Pro banners folder from here."
613
  msgstr ""
614
 
615
+ #: adrotate.php:475
616
  msgid ""
617
  "This is useful if you use responsive adverts with multiple images or have "
618
  "HTML5 adverts containing multiple files."
619
  msgstr ""
620
 
621
+ #: adrotate.php:475
622
  #, fuzzy
623
  msgid "Media uploading and management is available in AdRotate Pro."
624
  msgstr "Esta función está disponible en AdRotate Pro"
625
 
626
+ #: adrotate.php:477
627
  msgid "Upload new file"
628
  msgstr ""
629
 
630
+ #: adrotate.php:478
631
  msgid "Accepted files:"
632
  msgstr ""
633
 
634
+ #: adrotate.php:478
635
  msgid "For HTML5 ads you can also upload html and javascript files."
636
  msgstr ""
637
 
638
+ #: adrotate.php:478
639
  #, fuzzy
640
  msgid "Maximum size is 512Kb."
641
  msgstr "El tamaño máximo es 512Kb."
642
 
643
+ #: adrotate.php:478
644
  #, fuzzy
645
  msgid "Important:"
646
  msgstr "Importante:"
647
 
648
+ #: adrotate.php:478
649
  #, fuzzy
650
  msgid ""
651
  "Make sure your file has no spaces or special characters in the name. Replace "
654
  "Asegúrese de que en el nombre de su archivo no contiene espacios ni "
655
  "caracteres especiales. Reemplace los espacios con un - o _."
656
 
657
+ #: adrotate.php:478
658
  msgid ""
659
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
660
  "file so it knows about the changed name. For example for the javascript file."
661
  msgstr ""
662
 
663
+ #: adrotate.php:481
664
  #, fuzzy
665
  msgid ""
666
  "For responsive adverts make sure the filename is in the following format; "
670
  "siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
671
  "de imágenes del mismo tamaño."
672
 
673
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
674
  msgid ""
675
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
676
  "filename instead of \".full\" for the various viewports."
679
  "\".1024\" en el nombre de archivo en lugar de \".completo\" para los "
680
  "diferentes visores."
681
 
682
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
683
  #: dashboard/publisher/groups-edit.php:320
684
  msgid "Example:"
685
  msgstr "Ejemplo:"
686
 
687
+ #: adrotate.php:483
688
  #, fuzzy
689
  msgid ""
690
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
693
  "image.full.jpg, image.320.jpg e image.768.jpg sirven el mismo anuncio para "
694
  "distintas ventanas gráficas. Se necesita jQuery."
695
 
696
+ #: adrotate.php:487
697
  msgid "Upload file"
698
  msgstr ""
699
 
700
+ #: adrotate.php:487
701
  msgid "Click only once per file!"
702
  msgstr ""
703
 
704
+ #: adrotate.php:490
705
  msgid "Available files in"
706
  msgstr ""
707
 
708
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
709
  #: dashboard/publisher/groups-main.php:33
710
  msgid "Name"
711
  msgstr "Nombre"
712
 
713
+ #: adrotate.php:496
714
  #, fuzzy
715
  msgid "Actions"
716
  msgstr "Acciones"
717
 
718
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
719
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
720
  #: dashboard/publisher/adverts-disabled.php:22
721
  #: dashboard/publisher/adverts-error.php:21
722
  #: dashboard/publisher/adverts-main.php:22
723
  msgid "Delete"
724
  msgstr "Borrar"
725
 
726
+ #: adrotate.php:511
727
  #, fuzzy
728
  msgid ""
729
  "Make sure the banner images are not in use by adverts when you delete them!"
731
  "¡Asegúrese de que las imágenes de banner no se están utilizando en los "
732
  "anuncios cuando las elimine!"
733
 
734
+ #: adrotate.php:511
735
  #, fuzzy
736
  msgid "Manage your banner folder from here with AdRotate Pro."
737
  msgstr "Obtenga más funciones con AdRotate Pro"
738
 
739
+ #: adrotate.php:540
740
  msgid "AdRotate Settings"
741
  msgstr "Ajustes AdRotate"
742
 
743
+ #: adrotate.php:612
744
  msgid "Update Options"
745
  msgstr "Actualizar Opciones"
746
 
780
  msgid ""
781
  "Go nationwide or global with localized adverts for your various audiences. "
782
  "Set up adverts for countries and cities and sell impressions per general "
783
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
784
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
785
  msgstr ""
786
 
787
  #: dashboard/adrotatepro.php:41
793
  "When you activate your AdRotate Pro license you can use fast and personal "
794
  "email support. No more queueing up in the forums. AdRotate premium support "
795
  "takes priority over the forums and is checked much more often than the "
796
+ "forum. Get a solution (usually) within one business day."
797
  msgstr ""
798
 
799
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
800
  msgid "AdRotate is brought to you by"
801
  msgstr "AdRotate es ofrecido por"
802
 
831
  #: dashboard/adrotatepro.php:91
832
  msgid ""
833
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
834
+ "adverts expire or need your attention. Additionally, send push notifications "
835
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
836
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
837
  msgstr ""
838
 
839
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
961
  "for updates about me and my plugins. Thank you!"
962
  msgstr ""
963
 
964
+ #: dashboard/info.php:105
965
+ msgid "AdRotate News"
 
 
 
966
  msgstr ""
967
 
968
+ #: dashboard/info.php:123
 
 
 
 
969
  msgid ""
970
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
971
+ "about me and what I am doing. Thanks for your support and for using my "
972
+ "plugins!"
973
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
974
 
975
  #: dashboard/publisher/adverts-disabled.php:15
976
  msgid "Disabled Adverts"
1036
 
1037
  #: dashboard/publisher/adverts-disabled.php:74
1038
  #: dashboard/publisher/adverts-error.php:64
1039
+ #: dashboard/publisher/adverts-main.php:87
1040
+ #: dashboard/publisher/groups-main.php:70
1041
  msgid "Stats"
1042
  msgstr "Estadísticas"
1043
 
1484
 
1485
  #: dashboard/publisher/adverts-edit.php:406
1486
  #: dashboard/publisher/groups-main.php:60
1487
+ #: dashboard/settings/geotargeting.php:36
1488
  msgid "Default"
1489
  msgstr "Predeterminado"
1490
 
2197
  msgid "Which Geo Service"
2198
  msgstr ""
2199
 
2200
+ #: dashboard/settings/geotargeting.php:25
2201
  msgid ""
2202
  "The most complete and accurate geo targeting you can get for only $20 USD "
2203
  "per 50000 lookups."
2204
  msgstr ""
2205
 
2206
+ #: dashboard/settings/geotargeting.php:27
2207
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2208
  msgstr ""
2209
 
2210
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2211
  msgid "Geo Cookie Lifespan"
2212
  msgstr ""
2213
 
2214
+ #: dashboard/settings/geotargeting.php:42
2215
  msgid "Hours."
2216
  msgstr ""
2217
 
2218
+ #: dashboard/settings/geotargeting.php:43
2219
  msgid ""
2220
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2221
  "cookie last? A longer period is less accurate for mobile users but may "
2222
  "reduce the usage of your lookups drastically."
2223
  msgstr ""
2224
 
2225
+ #: dashboard/settings/geotargeting.php:49
2226
  msgid "MaxMind City/Country"
2227
  msgstr ""
2228
 
2229
+ #: dashboard/settings/geotargeting.php:52
2230
  msgid "Username/Email"
2231
  msgstr ""
2232
 
2233
+ #: dashboard/settings/geotargeting.php:56
2234
  msgid "Password/License Key"
2235
  msgstr ""
2236
 
2493
 
2494
  #: dashboard/settings/misc.php:25
2495
  msgid ""
2496
+ "You have enabled W3 Total Caching support but not defined the security hash."
2497
+ msgstr ""
2498
+
2499
+ #: dashboard/settings/misc.php:25
2500
+ msgid ""
2501
+ "AdRotate has generated the following line for you to add to your wp-config."
2502
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2503
+ "add this line, check out the following guide;"
2504
+ msgstr ""
2505
+
2506
+ #: dashboard/settings/misc.php:25
2507
+ msgid "Set up W3 Total Caching"
2508
  msgstr ""
 
 
 
 
2509
 
2510
  #: dashboard/settings/misc.php:29
2511
  msgid "W3 Total Caching"
2534
  "código PHP la exclusión a ti mismo."
2535
 
2536
  #: dashboard/settings/notifications.php:12
2537
+ msgid "Notifications"
2538
+ msgstr "Notificaciones"
2539
 
2540
  #: dashboard/settings/notifications.php:13
2541
  msgid "Set up who gets notifications if ads need your attention."
2543
  "Configurar para recibir notificaciones si los anuncios requieren su atención."
2544
 
2545
  #: dashboard/settings/notifications.php:16
2546
+ msgid "How to notify"
2547
+ msgstr ""
2548
 
2549
  #: dashboard/settings/notifications.php:18
2550
+ msgid "Dashboard banner."
2551
+ msgstr ""
2552
+
2553
+ #: dashboard/settings/notifications.php:19
2554
  msgid "Email message."
2555
  msgstr "Mensaje de Correo eléctronico"
2556
 
2557
+ #: dashboard/settings/notifications.php:20
2558
  msgid "Push notifications to your smartphone."
2559
  msgstr "Enviar Notificaciones a su smartphone."
2560
 
2561
+ #: dashboard/settings/notifications.php:21
2562
  msgid ""
2563
  "Push notifications are delivered through Pushover, a notification service "
2564
  "for Android and iOS"
2566
  "Las Notificaciones Push se entregan a través de Pushover, un servicio de "
2567
  "notificación para Android y iOS"
2568
 
2569
+ #: dashboard/settings/notifications.php:21
2570
  msgid ""
2571
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2572
  "information can be found on the pushover website;"
2574
  "La App Pushover se compra una sola vez, ya sea para Android y/o iOS. Puede "
2575
  "encontrar más información en la página web"
2576
 
2577
+ #: dashboard/settings/notifications.php:25
2578
  msgid "Test notification"
2579
  msgstr ""
2580
 
2581
+ #: dashboard/settings/notifications.php:27
2582
+ msgid "Test"
 
2583
  msgstr ""
2584
 
2585
+ #: dashboard/settings/notifications.php:27
2586
+ msgid ""
2587
+ "Send a test notification to enabled methods. Before you test, save the "
2588
+ "options first!"
2589
+ msgstr ""
2590
 
2591
  #: dashboard/settings/notifications.php:32
2592
+ msgid "Dashboard"
2593
+ msgstr ""
2594
+
2595
+ #: dashboard/settings/notifications.php:33
2596
+ msgid ""
2597
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2598
+ "on every WordPress dashboard page."
2599
+ msgstr ""
2600
+
2601
+ #: dashboard/settings/notifications.php:36
2602
+ #: dashboard/settings/notifications.php:68
2603
+ msgid "What"
2604
+ msgstr ""
2605
+
2606
+ #: dashboard/settings/notifications.php:38
2607
+ msgid "Expired adverts."
2608
+ msgstr ""
2609
+
2610
+ #: dashboard/settings/notifications.php:39
2611
+ msgid "Almost expired adverts."
2612
+ msgstr ""
2613
+
2614
+ #: dashboard/settings/notifications.php:44
2615
+ msgid "Email"
2616
+ msgstr ""
2617
+
2618
+ #: dashboard/settings/notifications.php:45
2619
  msgid "Set up who gets notification emails."
2620
  msgstr "Establecer lo que se recibe en los mensajes de notificación."
2621
 
2622
+ #: dashboard/settings/notifications.php:48
 
2623
  msgid "Publishers"
2624
  msgstr "Editores"
2625
 
2626
+ #: dashboard/settings/notifications.php:51
2627
  msgid ""
2628
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2629
  "list to a minimum!"
2631
  "Una lista de direcciones de correo electrónico separada por comas. Un máximo "
2632
  "de 5 direcciones. Mantenga esta lista al mínimo!"
2633
 
2634
+ #: dashboard/settings/notifications.php:52
2635
  msgid ""
2636
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2637
  "email notifications will be send."
2639
  "Los mensajes se envían cuando sea necesario una vez cada 24 horas. Si este "
2640
  "campo está vacío, no será envíada ninguna notificación de correo electrónico."
2641
 
2642
+ #: dashboard/settings/notifications.php:56
2643
  msgid "Advertisers"
2644
  msgstr "Anunciantes"
2645
 
2646
+ #: dashboard/settings/notifications.php:59
2647
  msgid ""
2648
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2649
  "This field may not be empty!"
2651
  "¿Quién recibe correo electrónico de los anunciantes. Un máximo de 2 "
2652
  "direcciones separadas por comas. Este campo no puede estar vacío!"
2653
 
2654
+ #: dashboard/settings/notifications.php:64
2655
+ msgid "Push"
2656
+ msgstr ""
2657
 
2658
+ #: dashboard/settings/notifications.php:65
2659
  msgid ""
2660
  "Receive information about what is happening with your AdRotate setup on your "
2661
  "smartphone via Pushover."
2663
  "Recibir información acerca de lo que está sucediendo con su configuración "
2664
  "AdRotate en su smartphone a través de Pushover."
2665
 
2666
+ #: dashboard/settings/notifications.php:70
2667
  msgid "When you are running out of Geo Targeting Lookups."
2668
  msgstr ""
2669
 
2670
+ #: dashboard/settings/notifications.php:71
2671
  msgid "Daily digest of any advert status other than normal."
2672
  msgstr "Resumen diario de cualquier estado de anuncio que no sea normal."
2673
 
2674
+ #: dashboard/settings/notifications.php:72
2675
  msgid "Any advertiser saving an advert in your moderation queue."
2676
  msgstr ""
2677
  "Cualquier anunciante puede guardar un anuncio en su cola de moderación."
2678
 
2679
+ #: dashboard/settings/notifications.php:73
2680
  msgid "A moderator approved an advert from the moderation queue."
2681
  msgstr "Un moderador aprobó un anuncio de la cola de moderación."
2682
 
2683
+ #: dashboard/settings/notifications.php:74
2684
  msgid "A moderator rejected an advert from the moderation queue."
2685
  msgstr "Un moderador rechazó un anuncio de la cola de moderación."
2686
 
2687
+ #: dashboard/settings/notifications.php:74
2688
  msgid ""
2689
  "If you have a lot of activity with many advertisers adding/changing adverts "
2690
  "you may get a lot of messages!"
2692
  "Si tiene una gran cantidad de actividad con muchos anunciantes que agregan o "
2693
  "cambian los anuncios usted puede recibir una gran cantidad de mensajes!"
2694
 
2695
+ #: dashboard/settings/notifications.php:79
2696
  msgid "User Key"
2697
  msgstr ""
2698
 
2699
+ #: dashboard/settings/notifications.php:81
2700
  msgid "Get your user token"
2701
  msgstr ""
2702
 
2703
+ #: dashboard/settings/notifications.php:81
2704
+ #: dashboard/settings/notifications.php:87
2705
  msgid "here"
2706
  msgstr ""
2707
 
2708
+ #: dashboard/settings/notifications.php:85
2709
  msgid "Api Token"
2710
  msgstr ""
2711
 
2712
+ #: dashboard/settings/notifications.php:87
2713
  msgid "Create your"
2714
  msgstr ""
2715
 
2716
+ #: dashboard/settings/notifications.php:87
2717
  msgid "App"
2718
  msgstr ""
2719
 
2720
+ #: dashboard/settings/notifications.php:87
2721
  msgid "and get your API token"
2722
  msgstr ""
2723
 
2874
  msgstr ""
2875
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
2876
 
2877
+ #~ msgid "Get more features with AdRotate Pro"
2878
+ #~ msgstr "Obtenga más funciones con AdRotate Pro"
2879
+
2880
+ #~ msgid ""
2881
+ #~ "Benefit from extra features to reinforce your income with advertising "
2882
+ #~ "campaigns. Make the most of your website with the powerful tools AdRotate "
2883
+ #~ "Pro offers on top of the trusted features included in the free version."
2884
+ #~ msgstr ""
2885
+ #~ "Benefíciese de las características adicionales para reforzar sus ingresos "
2886
+ #~ "con campañas de publicidad. Obtenga el máximo partido de su sitio web con "
2887
+ #~ "las potentes herramientas que AdRotate Pro le ofrece, además de las "
2888
+ #~ "funcionalidades más que fiables incluidas en la versión gratuita."
2889
+
2890
+ #~ msgid "Visit the"
2891
+ #~ msgstr "Visite la"
2892
+
2893
+ #~ msgid "website"
2894
+ #~ msgstr "página web"
2895
+
2896
+ #~ msgid "AdRotate News and Developer Blog"
2897
+ #~ msgstr "Noticias y Blog del Desarrollador de AdRotate "
2898
+
2899
+ #~ msgid ""
2900
+ #~ "You have enabled W3 Total Caching support but not defined the security "
2901
+ #~ "hash. You need to add the following line to your wp-config.php near the "
2902
+ #~ "bottom or below line 52 (which defines another hash.) Using the \"late "
2903
+ #~ "init\" function needs to be enabled in W3 Total Cache as well too."
2904
+ #~ msgstr ""
2905
+ #~ "Ha activado el soporte W3 Total Caching pero no define el hash de "
2906
+ #~ "seguridad. Es necesario añadir la siguiente línea a su wp-config.php en "
2907
+ #~ "la parte inferior o por debajo de la línea 52 (que define otra hash.) "
2908
+ #~ "Usando la función \"late init \" tambien debe estar habilitado en W3 "
2909
+ #~ "Total Cache."
2910
+
2911
+ #~ msgid "Delivery method"
2912
+ #~ msgstr "Método de entrega"
2913
+
2914
+ #~ msgid "Email Notifications"
2915
+ #~ msgstr "Notificaciones por correo electrónico"
2916
+
2917
+ #~ msgid "Push Notifications"
2918
+ #~ msgstr "Notificaciones Push"
2919
+
2920
  #~ msgid "active ad(s) expired."
2921
  #~ msgstr "anuncio(s) activo(s) caducó."
2922
 
3872
  #~ "sus características. Solamente ayuda a diferenciar a los anunciantes de "
3873
  #~ "los suscriptores, sin conceder demasiado acceso a su panel de control."
3874
 
 
 
 
3875
  #~ msgid "Track impressions from logged in users (Recommended)."
3876
  #~ msgstr ""
3877
  #~ "Seguimiento de las impresiones de los usuarios registrados (recomendado)."
language/adrotate-fr_FR.mo CHANGED
Binary file
language/adrotate-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate 3.10.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: fr_FR\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -118,15 +118,15 @@ msgstr ""
118
  msgid "Unexpected error"
119
  msgstr ""
120
 
121
- #: adrotate-manage-publisher.php:702
122
  msgid "AdRotate Advertiser"
123
  msgstr ""
124
 
125
- #: adrotate-output.php:607
126
  msgid "Oh no! Something went wrong!"
127
  msgstr "Oh no! Un problème est survenu!"
128
 
129
- #: adrotate-output.php:608
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."
@@ -135,17 +135,17 @@ msgstr ""
135
  "Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
136
  "votre navigateur."
137
 
138
- #: adrotate-output.php:609
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
142
  msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
143
 
144
- #: adrotate-output.php:610
145
  msgid "Contact support if the issue persists:"
146
  msgstr "Contactez le support si le soucis persiste :"
147
 
148
- #: adrotate-output.php:628
149
  msgid ""
150
  "Error, Ad is not available at this time due to schedule/geolocation "
151
  "restrictions or does not exist!"
@@ -153,7 +153,7 @@ msgstr ""
153
  "Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
154
  "horaires/géographiques ou n'existe pas!"
155
 
156
- #: adrotate-output.php:630
157
  msgid ""
158
  "Error, Ad is not available at this time due to schedule/geolocation "
159
  "restrictions!"
@@ -161,7 +161,7 @@ msgstr ""
161
  "Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
162
  "horaires/géographiques!"
163
 
164
- #: adrotate-output.php:637 adrotate-output.php:639
165
  msgid ""
166
  "Either there are no banners, they are disabled or none qualified for this "
167
  "location!"
@@ -169,19 +169,19 @@ msgstr ""
169
  "Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
170
  "cet endroit!"
171
 
172
- #: adrotate-output.php:645
173
  msgid "Error, no Ad ID set! Check your syntax!"
174
  msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
175
 
176
- #: adrotate-output.php:651
177
  msgid "Error, no group ID set! Check your syntax!"
178
  msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
179
 
180
- #: adrotate-output.php:656
181
  msgid "Error, group does not exist! Check your syntax!"
182
  msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
183
 
184
- #: adrotate-output.php:662
185
  msgid ""
186
  "There was an error locating the database tables for AdRotate. Please "
187
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -190,150 +190,152 @@ msgstr ""
190
  "besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
191
  "extensions. "
192
 
193
- #: adrotate-output.php:662
194
  msgid "If this does not solve the issue please seek support at"
195
  msgstr ""
196
  "Si les instructions ne résoudent pas le soucis, veuillez contacter le "
197
  "support à"
198
 
199
- #: adrotate-output.php:668
200
  msgid "An unknown error occured."
201
  msgstr "Une erreur inconnue s'est produite."
202
 
203
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
204
  msgid "Check adverts"
205
  msgstr ""
206
 
207
- #: adrotate-output.php:698
208
  msgid ""
209
  "You have enable caching support but W3 Total Cache is not active on your "
210
  "site!"
211
  msgstr ""
212
 
213
- #: adrotate-output.php:701
214
  msgid ""
215
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
216
  "not set."
217
  msgstr ""
218
 
219
- #: adrotate-output.php:706
220
  msgid "Your AdRotate Banner folder is not writable or does not exist."
221
  msgstr ""
222
 
223
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
224
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
225
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
226
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
227
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
228
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
229
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
230
- #: dashboard/settings/geotargeting.php:26
231
  msgid "Buy now"
232
  msgstr ""
233
 
234
- #: adrotate-output.php:747
235
  msgid ""
236
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
237
  "to the <strong>PRO</strong> version"
238
  msgstr ""
239
 
240
- #: adrotate-output.php:747
241
  #, php-format
242
  msgid ""
243
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
244
  msgstr ""
245
 
246
- #: adrotate-output.php:747
247
  msgid "Thank you for your purchase!"
248
  msgstr ""
249
 
250
- #: adrotate-output.php:791
251
  msgid ""
252
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
253
  "this menu. Check out the"
254
  msgstr ""
255
 
256
- #: adrotate-output.php:791
257
  msgid "manuals"
258
  msgstr "manuels"
259
 
260
- #: adrotate-output.php:791 adrotate-output.php:864
261
  msgid "and"
262
  msgstr ""
263
 
264
- #: adrotate-output.php:791
265
  msgid "forums"
266
  msgstr ""
267
 
268
- #: adrotate-output.php:824
269
  msgid "Useful Links"
270
  msgstr ""
271
 
272
- #: adrotate-output.php:825
273
  msgid "Useful links to learn more about AdRotate"
274
  msgstr ""
275
 
276
- #: adrotate-output.php:827
277
  msgid "AdRotate website"
278
  msgstr ""
279
 
280
- #: adrotate-output.php:828
281
  msgid "Getting Started With AdRotate"
282
  msgstr ""
283
 
284
- #: adrotate-output.php:829
285
  msgid "AdRotate manuals"
286
  msgstr ""
287
 
288
- #: adrotate-output.php:830
289
  msgid "AdRotate Support Forum"
290
  msgstr ""
291
 
292
- #: adrotate-output.php:856
293
  #, fuzzy
294
  msgid "Help AdRotate Grow"
295
  msgstr "AdRotate Pro"
296
 
297
- #: adrotate-output.php:857
298
  msgid "Follow Arnan on Facebook"
299
  msgstr ""
300
 
301
- #: adrotate-output.php:864
302
  msgid ""
303
  "A lot of users only think to review AdRotate when something goes wrong while "
304
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
305
  msgstr ""
306
 
307
- #: adrotate-output.php:864
308
  msgid "If you find AdRotate useful please leave your honest"
309
  msgstr ""
310
 
311
- #: adrotate-output.php:864
312
  msgid "rating"
313
  msgstr ""
314
 
315
- #: adrotate-output.php:864
316
  #, fuzzy
317
  msgid "review"
318
  msgstr "En avant-première"
319
 
320
- #: adrotate-output.php:864
321
  msgid "on WordPress.org to help AdRotate grow in a positive way"
322
  msgstr ""
323
 
324
- #: adrotate-output.php:903
 
325
  msgid "Available in AdRotate Pro"
326
  msgstr "Disponible dans Adrotate Pro"
327
 
328
- #: adrotate-output.php:903
329
  msgid "More information..."
330
  msgstr "Plus d'informations..."
331
 
332
- #: adrotate-output.php:904
333
  msgid "This feature is available in AdRotate Pro"
334
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
335
 
336
- #: adrotate-output.php:904
337
  msgid "Learn more"
338
  msgstr "En savoir plus"
339
 
@@ -471,7 +473,7 @@ msgstr ""
471
  msgid "Manage Groups"
472
  msgstr "Gérer les groupes"
473
 
474
- #: adrotate.php:109 adrotate.php:407
475
  #, fuzzy
476
  msgid "Manage Schedules"
477
  msgstr "Gérer les pubs"
@@ -497,57 +499,56 @@ msgstr "AdRotate professionel"
497
  msgid "Advert Management"
498
  msgstr ""
499
 
500
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
501
  msgid "Manage"
502
  msgstr "Gérer"
503
 
504
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
505
  msgid "Add New"
506
  msgstr "Ajouter"
507
 
508
- #: adrotate.php:336
509
  msgid "Group Management"
510
  msgstr "Gérer les groupes"
511
 
512
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
513
- #: dashboard/publisher/groups-main.php:70
514
  msgid "Report"
515
  msgstr "Rapport"
516
 
517
- #: adrotate.php:398
518
  #, fuzzy
519
  msgid "Schedule Management available in AdRotate Pro"
520
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
521
 
522
- #: adrotate.php:408
523
  #, fuzzy
524
  msgid ""
525
  "Schedule management and multiple schedules per advert is available in "
526
  "AdRotate Pro."
527
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
528
 
529
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
530
  #: dashboard/publisher/adverts-main.php:114
531
  #: dashboard/publisher/groups-edit.php:75
532
  #: dashboard/publisher/groups-main.php:89
533
  msgid "More information"
534
  msgstr "Plus d'information"
535
 
536
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
537
  #: dashboard/publisher/adverts-error.php:19
538
  #: dashboard/publisher/adverts-main.php:20
539
  #: dashboard/publisher/groups-main.php:20
540
  msgid "Bulk Actions"
541
  msgstr "Actions en vrac"
542
 
543
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
544
  #: dashboard/publisher/adverts-error.php:29
545
  #: dashboard/publisher/adverts-main.php:30
546
  #: dashboard/publisher/groups-main.php:24
547
  msgid "Go"
548
  msgstr "Aller"
549
 
550
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
551
  #: dashboard/publisher/adverts-error.php:39
552
  #: dashboard/publisher/adverts-main.php:39
553
  #: dashboard/publisher/groups-edit.php:51
@@ -555,107 +556,107 @@ msgstr "Aller"
555
  msgid "ID"
556
  msgstr "ID"
557
 
558
- #: adrotate.php:426
559
  #, fuzzy
560
  msgid "Start"
561
  msgstr "Début / Fin"
562
 
563
- #: adrotate.php:426
564
  msgid "End"
565
  msgstr ""
566
 
567
- #: adrotate.php:427
568
  msgid "Ads"
569
  msgstr "Pubs"
570
 
571
- #: adrotate.php:429
572
  #, fuzzy
573
  msgid "Max Impressions"
574
  msgstr "Nombre max de vues :"
575
 
576
- #: adrotate.php:430
577
  #, fuzzy
578
  msgid "Max Clicks"
579
  msgstr "Nombre de clicks max :"
580
 
581
- #: adrotate.php:460
582
  #, fuzzy
583
  msgid "No schedules created yet!"
584
  msgstr "Aucune pub n'a encore été créé!"
585
 
586
- #: adrotate.php:465
587
  #, fuzzy
588
  msgid "Easily manage your schedules from here with AdRotate Pro."
589
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
590
 
591
- #: adrotate.php:465 adrotate.php:531
592
  #, fuzzy
593
  msgid "Upgrade today!"
594
  msgstr "Mettre à jour aujourd'hui"
595
 
596
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
597
  #: dashboard/publisher/groups-edit.php:387
598
  msgid "Expires soon."
599
  msgstr "Expire bientôt."
600
 
601
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
602
  #: dashboard/publisher/groups-edit.php:388
603
  msgid "Has expired."
604
  msgstr "A expiré."
605
 
606
- #: adrotate.php:493
607
  #, fuzzy
608
  msgid "Media Management available in AdRotate Pro"
609
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
610
 
611
- #: adrotate.php:495
612
  msgid "Upload images to the AdRotate Pro banners folder from here."
613
  msgstr ""
614
 
615
- #: adrotate.php:495
616
  msgid ""
617
  "This is useful if you use responsive adverts with multiple images or have "
618
  "HTML5 adverts containing multiple files."
619
  msgstr ""
620
 
621
- #: adrotate.php:495
622
  #, fuzzy
623
  msgid "Media uploading and management is available in AdRotate Pro."
624
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
625
 
626
- #: adrotate.php:497
627
  msgid "Upload new file"
628
  msgstr ""
629
 
630
- #: adrotate.php:498
631
  msgid "Accepted files:"
632
  msgstr ""
633
 
634
- #: adrotate.php:498
635
  msgid "For HTML5 ads you can also upload html and javascript files."
636
  msgstr ""
637
 
638
- #: adrotate.php:498
639
  msgid "Maximum size is 512Kb."
640
  msgstr ""
641
 
642
- #: adrotate.php:498
643
  msgid "Important:"
644
  msgstr ""
645
 
646
- #: adrotate.php:498
647
  msgid ""
648
  "Make sure your file has no spaces or special characters in the name. Replace "
649
  "spaces with a - or _."
650
  msgstr ""
651
 
652
- #: adrotate.php:498
653
  msgid ""
654
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
655
  "file so it knows about the changed name. For example for the javascript file."
656
  msgstr ""
657
 
658
- #: adrotate.php:501
659
  #, fuzzy
660
  msgid ""
661
  "For responsive adverts make sure the filename is in the following format; "
@@ -666,7 +667,7 @@ msgstr ""
666
  "complet d'images de tailles différentes est recommendé si vous avez un site "
667
  "fluide."
668
 
669
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
670
  msgid ""
671
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
672
  "filename instead of \".full\" for the various viewports."
@@ -675,12 +676,12 @@ msgstr ""
675
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
676
  "tailles d'écran."
677
 
678
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
679
  #: dashboard/publisher/groups-edit.php:320
680
  msgid "Example:"
681
  msgstr "Exemple :"
682
 
683
- #: adrotate.php:503
684
  #, fuzzy
685
  msgid ""
686
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -689,51 +690,51 @@ msgstr ""
689
  "image.full.jpg, image.320.jpg et image.768.jpg serviront la même publicité "
690
  "pour différentes tailles d'écran si le site est fluide. Nécessite jQuery."
691
 
692
- #: adrotate.php:507
693
  msgid "Upload file"
694
  msgstr ""
695
 
696
- #: adrotate.php:507
697
  msgid "Click only once per file!"
698
  msgstr ""
699
 
700
- #: adrotate.php:510
701
  msgid "Available files in"
702
  msgstr ""
703
 
704
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
705
  #: dashboard/publisher/groups-main.php:33
706
  msgid "Name"
707
  msgstr "Nom"
708
 
709
- #: adrotate.php:516
710
  #, fuzzy
711
  msgid "Actions"
712
  msgstr "Actions en vrac"
713
 
714
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
715
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
716
  #: dashboard/publisher/adverts-disabled.php:22
717
  #: dashboard/publisher/adverts-error.php:21
718
  #: dashboard/publisher/adverts-main.php:22
719
  msgid "Delete"
720
  msgstr "Effacer"
721
 
722
- #: adrotate.php:531
723
  msgid ""
724
  "Make sure the banner images are not in use by adverts when you delete them!"
725
  msgstr ""
726
 
727
- #: adrotate.php:531
728
  #, fuzzy
729
  msgid "Manage your banner folder from here with AdRotate Pro."
730
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
731
 
732
- #: adrotate.php:560
733
  msgid "AdRotate Settings"
734
  msgstr "Paramètres de AdRotate"
735
 
736
- #: adrotate.php:631
737
  msgid "Update Options"
738
  msgstr "Mettre à jour les options"
739
 
@@ -774,8 +775,8 @@ msgstr "Localiser vos campagnes publicitaires avec le ciblage géographique"
774
  msgid ""
775
  "Go nationwide or global with localized adverts for your various audiences. "
776
  "Set up adverts for countries and cities and sell impressions per general "
777
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
778
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
779
  msgstr ""
780
 
781
  #: dashboard/adrotatepro.php:41
@@ -787,10 +788,10 @@ msgid ""
787
  "When you activate your AdRotate Pro license you can use fast and personal "
788
  "email support. No more queueing up in the forums. AdRotate premium support "
789
  "takes priority over the forums and is checked much more often than the "
790
- "forum. Get a solution (usually) within a day."
791
  msgstr ""
792
 
793
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
794
  msgid "AdRotate is brought to you by"
795
  msgstr "AdRotate est offert par"
796
 
@@ -825,10 +826,9 @@ msgstr ""
825
  #: dashboard/adrotatepro.php:91
826
  msgid ""
827
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
828
- "adverts expire or need your attention. Additionally, you can have AdRotate "
829
- "send push notifications to your iOS or Android smartphone. Get notified when "
830
- "adverts expire, have errors or when advertisers create new adverts. Never "
831
- "miss an expiration date again."
832
  msgstr ""
833
 
834
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -957,43 +957,16 @@ msgid ""
957
  "for updates about me and my plugins. Thank you!"
958
  msgstr ""
959
 
960
- #: dashboard/info.php:103
961
- msgid ""
962
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
963
- "digital nomad in the Philippines. Click on my name to find out more about me "
964
- "and what I am doing. Thanks for your support and for using my plugins!"
965
  msgstr ""
966
 
967
- #: dashboard/info.php:113
968
- msgid "Get more features with AdRotate Pro"
969
- msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
970
-
971
- #: dashboard/info.php:116
972
  msgid ""
973
- "Benefit from extra features to reinforce your income with advertising "
974
- "campaigns. Make the most of your website with the powerful tools AdRotate "
975
- "Pro offers on top of the trusted features included in the free version."
976
  msgstr ""
977
- "Profitez de fonctionnalités supplémentaires pour renforcer votre revenu avec "
978
- "des campagnes de publicité. Profitez au maximum de votre site Web avec les "
979
- "outils puissants qu'AdRotate Pro offre en plus des fonctions incluses dans "
980
- "la version gratuite."
981
-
982
- #: dashboard/info.php:116
983
- msgid "Want to know more about"
984
- msgstr ""
985
-
986
- #: dashboard/info.php:116
987
- msgid "Visit the"
988
- msgstr "Visitez le"
989
-
990
- #: dashboard/info.php:116
991
- msgid "website"
992
- msgstr "site"
993
-
994
- #: dashboard/info.php:120
995
- msgid "AdRotate News and Developer Blog"
996
- msgstr "Actus AdRotate et blog du développeur"
997
 
998
  #: dashboard/publisher/adverts-disabled.php:15
999
  msgid "Disabled Adverts"
@@ -1059,6 +1032,8 @@ msgstr "Modifier"
1059
 
1060
  #: dashboard/publisher/adverts-disabled.php:74
1061
  #: dashboard/publisher/adverts-error.php:64
 
 
1062
  msgid "Stats"
1063
  msgstr "Statistiques"
1064
 
@@ -1504,7 +1479,7 @@ msgstr "ID - Nom"
1504
 
1505
  #: dashboard/publisher/adverts-edit.php:406
1506
  #: dashboard/publisher/groups-main.php:60
1507
- #: dashboard/settings/geotargeting.php:39
1508
  msgid "Default"
1509
  msgstr "Par défaut"
1510
 
@@ -2209,44 +2184,40 @@ msgstr ""
2209
  msgid "Which Geo Service"
2210
  msgstr ""
2211
 
2212
- #: dashboard/settings/geotargeting.php:26
2213
  msgid ""
2214
  "The most complete and accurate geo targeting you can get for only $20 USD "
2215
  "per 50000 lookups."
2216
  msgstr ""
2217
 
2218
- #: dashboard/settings/geotargeting.php:28
2219
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2220
- msgstr ""
2221
-
2222
- #: dashboard/settings/geotargeting.php:30
2223
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2224
  msgstr ""
2225
 
2226
- #: dashboard/settings/geotargeting.php:36
2227
  msgid "Geo Cookie Lifespan"
2228
  msgstr ""
2229
 
2230
- #: dashboard/settings/geotargeting.php:45
2231
  msgid "Hours."
2232
  msgstr ""
2233
 
2234
- #: dashboard/settings/geotargeting.php:46
2235
  msgid ""
2236
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2237
  "cookie last? A longer period is less accurate for mobile users but may "
2238
  "reduce the usage of your lookups drastically."
2239
  msgstr ""
2240
 
2241
- #: dashboard/settings/geotargeting.php:52
2242
  msgid "MaxMind City/Country"
2243
  msgstr ""
2244
 
2245
- #: dashboard/settings/geotargeting.php:55
2246
  msgid "Username/Email"
2247
  msgstr ""
2248
 
2249
- #: dashboard/settings/geotargeting.php:59
2250
  msgid "Password/License Key"
2251
  msgstr ""
2252
 
@@ -2509,15 +2480,19 @@ msgstr ""
2509
 
2510
  #: dashboard/settings/misc.php:25
2511
  msgid ""
2512
- "You have enabled W3 Total Caching support but not defined the security hash. "
2513
- "You need to add the following line to your wp-config.php near the bottom or "
2514
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2515
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2516
  msgstr ""
2517
- "Vous avez activé le support de W3 Total Caching, mais vous n'avez pas defini "
2518
- "le hash de sécurité. Vous devez ajouter la ligne suivante à votre fichier wp-"
2519
- "config.php après la ligne 52 (qui définit un autre hash). De plus, la "
2520
- "fonction \"late init\" doit être activée dans W3 Total Cache."
2521
 
2522
  #: dashboard/settings/misc.php:29
2523
  msgid "W3 Total Caching"
@@ -2547,7 +2522,7 @@ msgstr ""
2547
  "PHP dans le code d'exclusion vous-même."
2548
 
2549
  #: dashboard/settings/notifications.php:12
2550
- msgid "Notifications - Available in AdRotate Pro"
2551
  msgstr ""
2552
 
2553
  #: dashboard/settings/notifications.php:13
@@ -2555,135 +2530,166 @@ msgid "Set up who gets notifications if ads need your attention."
2555
  msgstr ""
2556
 
2557
  #: dashboard/settings/notifications.php:16
2558
- msgid "Delivery method"
2559
  msgstr ""
2560
 
2561
  #: dashboard/settings/notifications.php:18
2562
- msgid "Email message."
2563
  msgstr ""
2564
 
2565
  #: dashboard/settings/notifications.php:19
2566
- msgid "Push notifications to your smartphone."
2567
  msgstr ""
2568
 
2569
  #: dashboard/settings/notifications.php:20
 
 
 
 
2570
  msgid ""
2571
  "Push notifications are delivered through Pushover, a notification service "
2572
  "for Android and iOS"
2573
  msgstr ""
2574
 
2575
- #: dashboard/settings/notifications.php:20
2576
  msgid ""
2577
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2578
  "information can be found on the pushover website;"
2579
  msgstr ""
2580
 
2581
- #: dashboard/settings/notifications.php:24
2582
  msgid "Test notification"
2583
  msgstr ""
2584
 
2585
- #: dashboard/settings/notifications.php:26
2586
- msgid ""
2587
- "This sends a test notification. Before you test, save the options first!"
2588
  msgstr ""
2589
 
2590
- #: dashboard/settings/notifications.php:31
2591
- msgid "Email Notifications"
 
 
2592
  msgstr ""
2593
 
2594
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2595
  msgid "Set up who gets notification emails."
2596
  msgstr ""
2597
 
2598
- #: dashboard/settings/notifications.php:35
2599
- #: dashboard/settings/notifications.php:55
2600
  msgid "Publishers"
2601
  msgstr ""
2602
 
2603
- #: dashboard/settings/notifications.php:38
2604
  msgid ""
2605
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2606
  "list to a minimum!"
2607
  msgstr ""
2608
 
2609
- #: dashboard/settings/notifications.php:39
2610
  msgid ""
2611
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2612
  "email notifications will be send."
2613
  msgstr ""
2614
 
2615
- #: dashboard/settings/notifications.php:43
2616
  msgid "Advertisers"
2617
  msgstr ""
2618
 
2619
- #: dashboard/settings/notifications.php:46
2620
  msgid ""
2621
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2622
  "This field may not be empty!"
2623
  msgstr ""
2624
 
2625
- #: dashboard/settings/notifications.php:51
2626
- msgid "Push Notifications"
2627
  msgstr ""
2628
 
2629
- #: dashboard/settings/notifications.php:52
2630
  msgid ""
2631
  "Receive information about what is happening with your AdRotate setup on your "
2632
  "smartphone via Pushover."
2633
  msgstr ""
2634
 
2635
- #: dashboard/settings/notifications.php:57
2636
  msgid "When you are running out of Geo Targeting Lookups."
2637
  msgstr ""
2638
 
2639
- #: dashboard/settings/notifications.php:58
2640
  msgid "Daily digest of any advert status other than normal."
2641
  msgstr ""
2642
 
2643
- #: dashboard/settings/notifications.php:59
2644
  msgid "Any advertiser saving an advert in your moderation queue."
2645
  msgstr ""
2646
 
2647
- #: dashboard/settings/notifications.php:60
2648
  msgid "A moderator approved an advert from the moderation queue."
2649
  msgstr ""
2650
 
2651
- #: dashboard/settings/notifications.php:61
2652
  msgid "A moderator rejected an advert from the moderation queue."
2653
  msgstr ""
2654
 
2655
- #: dashboard/settings/notifications.php:61
2656
  msgid ""
2657
  "If you have a lot of activity with many advertisers adding/changing adverts "
2658
  "you may get a lot of messages!"
2659
  msgstr ""
2660
 
2661
- #: dashboard/settings/notifications.php:66
2662
  msgid "User Key"
2663
  msgstr ""
2664
 
2665
- #: dashboard/settings/notifications.php:68
2666
  msgid "Get your user token"
2667
  msgstr ""
2668
 
2669
- #: dashboard/settings/notifications.php:68
2670
- #: dashboard/settings/notifications.php:74
2671
  msgid "here"
2672
  msgstr ""
2673
 
2674
- #: dashboard/settings/notifications.php:72
2675
  msgid "Api Token"
2676
  msgstr ""
2677
 
2678
- #: dashboard/settings/notifications.php:74
2679
  msgid "Create your"
2680
  msgstr ""
2681
 
2682
- #: dashboard/settings/notifications.php:74
2683
  msgid "App"
2684
  msgstr ""
2685
 
2686
- #: dashboard/settings/notifications.php:74
2687
  msgid "and get your API token"
2688
  msgstr ""
2689
 
@@ -2834,6 +2840,39 @@ msgid ""
2834
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2835
  msgstr ""
2836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2837
  #~ msgid "active ad(s) expired."
2838
  #~ msgstr "publicité(s) active(s) ont expirée(s)."
2839
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate 3.10.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: fr_FR\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
118
  msgid "Unexpected error"
119
  msgstr ""
120
 
121
+ #: adrotate-manage-publisher.php:678
122
  msgid "AdRotate Advertiser"
123
  msgstr ""
124
 
125
+ #: adrotate-output.php:574
126
  msgid "Oh no! Something went wrong!"
127
  msgstr "Oh no! Un problème est survenu!"
128
 
129
+ #: adrotate-output.php:575
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."
135
  "Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
136
  "votre navigateur."
137
 
138
+ #: adrotate-output.php:576
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
142
  msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
143
 
144
+ #: adrotate-output.php:577
145
  msgid "Contact support if the issue persists:"
146
  msgstr "Contactez le support si le soucis persiste :"
147
 
148
+ #: adrotate-output.php:592
149
  msgid ""
150
  "Error, Ad is not available at this time due to schedule/geolocation "
151
  "restrictions or does not exist!"
153
  "Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
154
  "horaires/géographiques ou n'existe pas!"
155
 
156
+ #: adrotate-output.php:594
157
  msgid ""
158
  "Error, Ad is not available at this time due to schedule/geolocation "
159
  "restrictions!"
161
  "Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
162
  "horaires/géographiques!"
163
 
164
+ #: adrotate-output.php:601 adrotate-output.php:603
165
  msgid ""
166
  "Either there are no banners, they are disabled or none qualified for this "
167
  "location!"
169
  "Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
170
  "cet endroit!"
171
 
172
+ #: adrotate-output.php:609
173
  msgid "Error, no Ad ID set! Check your syntax!"
174
  msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
175
 
176
+ #: adrotate-output.php:615
177
  msgid "Error, no group ID set! Check your syntax!"
178
  msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
179
 
180
+ #: adrotate-output.php:620
181
  msgid "Error, group does not exist! Check your syntax!"
182
  msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
183
 
184
+ #: adrotate-output.php:626
185
  msgid ""
186
  "There was an error locating the database tables for AdRotate. Please "
187
  "deactivate and re-activate AdRotate from the plugin page!!"
190
  "besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
191
  "extensions. "
192
 
193
+ #: adrotate-output.php:626
194
  msgid "If this does not solve the issue please seek support at"
195
  msgstr ""
196
  "Si les instructions ne résoudent pas le soucis, veuillez contacter le "
197
  "support à"
198
 
199
+ #: adrotate-output.php:632
200
  msgid "An unknown error occured."
201
  msgstr "Une erreur inconnue s'est produite."
202
 
203
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
204
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
205
  msgid "Check adverts"
206
  msgstr ""
207
 
208
+ #: adrotate-output.php:674
209
  msgid ""
210
  "You have enable caching support but W3 Total Cache is not active on your "
211
  "site!"
212
  msgstr ""
213
 
214
+ #: adrotate-output.php:677
215
  msgid ""
216
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
217
  "not set."
218
  msgstr ""
219
 
220
+ #: adrotate-output.php:682
221
  msgid "Your AdRotate Banner folder is not writable or does not exist."
222
  msgstr ""
223
 
224
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
225
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
226
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
227
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
228
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
229
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
230
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
231
+ #: dashboard/settings/geotargeting.php:25
232
  msgid "Buy now"
233
  msgstr ""
234
 
235
+ #: adrotate-output.php:723
236
  msgid ""
237
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
238
  "to the <strong>PRO</strong> version"
239
  msgstr ""
240
 
241
+ #: adrotate-output.php:723
242
  #, php-format
243
  msgid ""
244
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
245
  msgstr ""
246
 
247
+ #: adrotate-output.php:723
248
  msgid "Thank you for your purchase!"
249
  msgstr ""
250
 
251
+ #: adrotate-output.php:784
252
  msgid ""
253
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
254
  "this menu. Check out the"
255
  msgstr ""
256
 
257
+ #: adrotate-output.php:784
258
  msgid "manuals"
259
  msgstr "manuels"
260
 
261
+ #: adrotate-output.php:784 adrotate-output.php:851
262
  msgid "and"
263
  msgstr ""
264
 
265
+ #: adrotate-output.php:784
266
  msgid "forums"
267
  msgstr ""
268
 
269
+ #: adrotate-output.php:814
270
  msgid "Useful Links"
271
  msgstr ""
272
 
273
+ #: adrotate-output.php:815
274
  msgid "Useful links to learn more about AdRotate"
275
  msgstr ""
276
 
277
+ #: adrotate-output.php:817
278
  msgid "AdRotate website"
279
  msgstr ""
280
 
281
+ #: adrotate-output.php:818
282
  msgid "Getting Started With AdRotate"
283
  msgstr ""
284
 
285
+ #: adrotate-output.php:819
286
  msgid "AdRotate manuals"
287
  msgstr ""
288
 
289
+ #: adrotate-output.php:820
290
  msgid "AdRotate Support Forum"
291
  msgstr ""
292
 
293
+ #: adrotate-output.php:843
294
  #, fuzzy
295
  msgid "Help AdRotate Grow"
296
  msgstr "AdRotate Pro"
297
 
298
+ #: adrotate-output.php:844
299
  msgid "Follow Arnan on Facebook"
300
  msgstr ""
301
 
302
+ #: adrotate-output.php:851
303
  msgid ""
304
  "A lot of users only think to review AdRotate when something goes wrong while "
305
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
306
  msgstr ""
307
 
308
+ #: adrotate-output.php:851
309
  msgid "If you find AdRotate useful please leave your honest"
310
  msgstr ""
311
 
312
+ #: adrotate-output.php:851
313
  msgid "rating"
314
  msgstr ""
315
 
316
+ #: adrotate-output.php:851
317
  #, fuzzy
318
  msgid "review"
319
  msgstr "En avant-première"
320
 
321
+ #: adrotate-output.php:851
322
  msgid "on WordPress.org to help AdRotate grow in a positive way"
323
  msgstr ""
324
 
325
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
326
+ #: dashboard/settings/notifications.php:64
327
  msgid "Available in AdRotate Pro"
328
  msgstr "Disponible dans Adrotate Pro"
329
 
330
+ #: adrotate-output.php:884
331
  msgid "More information..."
332
  msgstr "Plus d'informations..."
333
 
334
+ #: adrotate-output.php:885
335
  msgid "This feature is available in AdRotate Pro"
336
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
337
 
338
+ #: adrotate-output.php:885
339
  msgid "Learn more"
340
  msgstr "En savoir plus"
341
 
473
  msgid "Manage Groups"
474
  msgstr "Gérer les groupes"
475
 
476
+ #: adrotate.php:109 adrotate.php:387
477
  #, fuzzy
478
  msgid "Manage Schedules"
479
  msgstr "Gérer les pubs"
499
  msgid "Advert Management"
500
  msgstr ""
501
 
502
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
503
  msgid "Manage"
504
  msgstr "Gérer"
505
 
506
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
507
  msgid "Add New"
508
  msgstr "Ajouter"
509
 
510
+ #: adrotate.php:320
511
  msgid "Group Management"
512
  msgstr "Gérer les groupes"
513
 
514
+ #: adrotate.php:329
 
515
  msgid "Report"
516
  msgstr "Rapport"
517
 
518
+ #: adrotate.php:378
519
  #, fuzzy
520
  msgid "Schedule Management available in AdRotate Pro"
521
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
522
 
523
+ #: adrotate.php:388
524
  #, fuzzy
525
  msgid ""
526
  "Schedule management and multiple schedules per advert is available in "
527
  "AdRotate Pro."
528
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
529
 
530
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
531
  #: dashboard/publisher/adverts-main.php:114
532
  #: dashboard/publisher/groups-edit.php:75
533
  #: dashboard/publisher/groups-main.php:89
534
  msgid "More information"
535
  msgstr "Plus d'information"
536
 
537
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
538
  #: dashboard/publisher/adverts-error.php:19
539
  #: dashboard/publisher/adverts-main.php:20
540
  #: dashboard/publisher/groups-main.php:20
541
  msgid "Bulk Actions"
542
  msgstr "Actions en vrac"
543
 
544
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
545
  #: dashboard/publisher/adverts-error.php:29
546
  #: dashboard/publisher/adverts-main.php:30
547
  #: dashboard/publisher/groups-main.php:24
548
  msgid "Go"
549
  msgstr "Aller"
550
 
551
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
552
  #: dashboard/publisher/adverts-error.php:39
553
  #: dashboard/publisher/adverts-main.php:39
554
  #: dashboard/publisher/groups-edit.php:51
556
  msgid "ID"
557
  msgstr "ID"
558
 
559
+ #: adrotate.php:406
560
  #, fuzzy
561
  msgid "Start"
562
  msgstr "Début / Fin"
563
 
564
+ #: adrotate.php:406
565
  msgid "End"
566
  msgstr ""
567
 
568
+ #: adrotate.php:407
569
  msgid "Ads"
570
  msgstr "Pubs"
571
 
572
+ #: adrotate.php:409
573
  #, fuzzy
574
  msgid "Max Impressions"
575
  msgstr "Nombre max de vues :"
576
 
577
+ #: adrotate.php:410
578
  #, fuzzy
579
  msgid "Max Clicks"
580
  msgstr "Nombre de clicks max :"
581
 
582
+ #: adrotate.php:440
583
  #, fuzzy
584
  msgid "No schedules created yet!"
585
  msgstr "Aucune pub n'a encore été créé!"
586
 
587
+ #: adrotate.php:445
588
  #, fuzzy
589
  msgid "Easily manage your schedules from here with AdRotate Pro."
590
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
591
 
592
+ #: adrotate.php:445 adrotate.php:511
593
  #, fuzzy
594
  msgid "Upgrade today!"
595
  msgstr "Mettre à jour aujourd'hui"
596
 
597
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
598
  #: dashboard/publisher/groups-edit.php:387
599
  msgid "Expires soon."
600
  msgstr "Expire bientôt."
601
 
602
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
603
  #: dashboard/publisher/groups-edit.php:388
604
  msgid "Has expired."
605
  msgstr "A expiré."
606
 
607
+ #: adrotate.php:473
608
  #, fuzzy
609
  msgid "Media Management available in AdRotate Pro"
610
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
611
 
612
+ #: adrotate.php:475
613
  msgid "Upload images to the AdRotate Pro banners folder from here."
614
  msgstr ""
615
 
616
+ #: adrotate.php:475
617
  msgid ""
618
  "This is useful if you use responsive adverts with multiple images or have "
619
  "HTML5 adverts containing multiple files."
620
  msgstr ""
621
 
622
+ #: adrotate.php:475
623
  #, fuzzy
624
  msgid "Media uploading and management is available in AdRotate Pro."
625
  msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
626
 
627
+ #: adrotate.php:477
628
  msgid "Upload new file"
629
  msgstr ""
630
 
631
+ #: adrotate.php:478
632
  msgid "Accepted files:"
633
  msgstr ""
634
 
635
+ #: adrotate.php:478
636
  msgid "For HTML5 ads you can also upload html and javascript files."
637
  msgstr ""
638
 
639
+ #: adrotate.php:478
640
  msgid "Maximum size is 512Kb."
641
  msgstr ""
642
 
643
+ #: adrotate.php:478
644
  msgid "Important:"
645
  msgstr ""
646
 
647
+ #: adrotate.php:478
648
  msgid ""
649
  "Make sure your file has no spaces or special characters in the name. Replace "
650
  "spaces with a - or _."
651
  msgstr ""
652
 
653
+ #: adrotate.php:478
654
  msgid ""
655
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
656
  "file so it knows about the changed name. For example for the javascript file."
657
  msgstr ""
658
 
659
+ #: adrotate.php:481
660
  #, fuzzy
661
  msgid ""
662
  "For responsive adverts make sure the filename is in the following format; "
667
  "complet d'images de tailles différentes est recommendé si vous avez un site "
668
  "fluide."
669
 
670
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
671
  msgid ""
672
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
673
  "filename instead of \".full\" for the various viewports."
676
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
677
  "tailles d'écran."
678
 
679
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
680
  #: dashboard/publisher/groups-edit.php:320
681
  msgid "Example:"
682
  msgstr "Exemple :"
683
 
684
+ #: adrotate.php:483
685
  #, fuzzy
686
  msgid ""
687
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
690
  "image.full.jpg, image.320.jpg et image.768.jpg serviront la même publicité "
691
  "pour différentes tailles d'écran si le site est fluide. Nécessite jQuery."
692
 
693
+ #: adrotate.php:487
694
  msgid "Upload file"
695
  msgstr ""
696
 
697
+ #: adrotate.php:487
698
  msgid "Click only once per file!"
699
  msgstr ""
700
 
701
+ #: adrotate.php:490
702
  msgid "Available files in"
703
  msgstr ""
704
 
705
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
706
  #: dashboard/publisher/groups-main.php:33
707
  msgid "Name"
708
  msgstr "Nom"
709
 
710
+ #: adrotate.php:496
711
  #, fuzzy
712
  msgid "Actions"
713
  msgstr "Actions en vrac"
714
 
715
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
716
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
717
  #: dashboard/publisher/adverts-disabled.php:22
718
  #: dashboard/publisher/adverts-error.php:21
719
  #: dashboard/publisher/adverts-main.php:22
720
  msgid "Delete"
721
  msgstr "Effacer"
722
 
723
+ #: adrotate.php:511
724
  msgid ""
725
  "Make sure the banner images are not in use by adverts when you delete them!"
726
  msgstr ""
727
 
728
+ #: adrotate.php:511
729
  #, fuzzy
730
  msgid "Manage your banner folder from here with AdRotate Pro."
731
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
732
 
733
+ #: adrotate.php:540
734
  msgid "AdRotate Settings"
735
  msgstr "Paramètres de AdRotate"
736
 
737
+ #: adrotate.php:612
738
  msgid "Update Options"
739
  msgstr "Mettre à jour les options"
740
 
775
  msgid ""
776
  "Go nationwide or global with localized adverts for your various audiences. "
777
  "Set up adverts for countries and cities and sell impressions per general "
778
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
779
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
780
  msgstr ""
781
 
782
  #: dashboard/adrotatepro.php:41
788
  "When you activate your AdRotate Pro license you can use fast and personal "
789
  "email support. No more queueing up in the forums. AdRotate premium support "
790
  "takes priority over the forums and is checked much more often than the "
791
+ "forum. Get a solution (usually) within one business day."
792
  msgstr ""
793
 
794
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
795
  msgid "AdRotate is brought to you by"
796
  msgstr "AdRotate est offert par"
797
 
826
  #: dashboard/adrotatepro.php:91
827
  msgid ""
828
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
829
+ "adverts expire or need your attention. Additionally, send push notifications "
830
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
831
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
832
  msgstr ""
833
 
834
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
957
  "for updates about me and my plugins. Thank you!"
958
  msgstr ""
959
 
960
+ #: dashboard/info.php:105
961
+ msgid "AdRotate News"
 
 
 
962
  msgstr ""
963
 
964
+ #: dashboard/info.php:123
 
 
 
 
965
  msgid ""
966
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
967
+ "about me and what I am doing. Thanks for your support and for using my "
968
+ "plugins!"
969
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
970
 
971
  #: dashboard/publisher/adverts-disabled.php:15
972
  msgid "Disabled Adverts"
1032
 
1033
  #: dashboard/publisher/adverts-disabled.php:74
1034
  #: dashboard/publisher/adverts-error.php:64
1035
+ #: dashboard/publisher/adverts-main.php:87
1036
+ #: dashboard/publisher/groups-main.php:70
1037
  msgid "Stats"
1038
  msgstr "Statistiques"
1039
 
1479
 
1480
  #: dashboard/publisher/adverts-edit.php:406
1481
  #: dashboard/publisher/groups-main.php:60
1482
+ #: dashboard/settings/geotargeting.php:36
1483
  msgid "Default"
1484
  msgstr "Par défaut"
1485
 
2184
  msgid "Which Geo Service"
2185
  msgstr ""
2186
 
2187
+ #: dashboard/settings/geotargeting.php:25
2188
  msgid ""
2189
  "The most complete and accurate geo targeting you can get for only $20 USD "
2190
  "per 50000 lookups."
2191
  msgstr ""
2192
 
2193
+ #: dashboard/settings/geotargeting.php:27
2194
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
 
 
 
 
2195
  msgstr ""
2196
 
2197
+ #: dashboard/settings/geotargeting.php:33
2198
  msgid "Geo Cookie Lifespan"
2199
  msgstr ""
2200
 
2201
+ #: dashboard/settings/geotargeting.php:42
2202
  msgid "Hours."
2203
  msgstr ""
2204
 
2205
+ #: dashboard/settings/geotargeting.php:43
2206
  msgid ""
2207
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2208
  "cookie last? A longer period is less accurate for mobile users but may "
2209
  "reduce the usage of your lookups drastically."
2210
  msgstr ""
2211
 
2212
+ #: dashboard/settings/geotargeting.php:49
2213
  msgid "MaxMind City/Country"
2214
  msgstr ""
2215
 
2216
+ #: dashboard/settings/geotargeting.php:52
2217
  msgid "Username/Email"
2218
  msgstr ""
2219
 
2220
+ #: dashboard/settings/geotargeting.php:56
2221
  msgid "Password/License Key"
2222
  msgstr ""
2223
 
2480
 
2481
  #: dashboard/settings/misc.php:25
2482
  msgid ""
2483
+ "You have enabled W3 Total Caching support but not defined the security hash."
2484
+ msgstr ""
2485
+
2486
+ #: dashboard/settings/misc.php:25
2487
+ msgid ""
2488
+ "AdRotate has generated the following line for you to add to your wp-config."
2489
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2490
+ "add this line, check out the following guide;"
2491
+ msgstr ""
2492
+
2493
+ #: dashboard/settings/misc.php:25
2494
+ msgid "Set up W3 Total Caching"
2495
  msgstr ""
 
 
 
 
2496
 
2497
  #: dashboard/settings/misc.php:29
2498
  msgid "W3 Total Caching"
2522
  "PHP dans le code d'exclusion vous-même."
2523
 
2524
  #: dashboard/settings/notifications.php:12
2525
+ msgid "Notifications"
2526
  msgstr ""
2527
 
2528
  #: dashboard/settings/notifications.php:13
2530
  msgstr ""
2531
 
2532
  #: dashboard/settings/notifications.php:16
2533
+ msgid "How to notify"
2534
  msgstr ""
2535
 
2536
  #: dashboard/settings/notifications.php:18
2537
+ msgid "Dashboard banner."
2538
  msgstr ""
2539
 
2540
  #: dashboard/settings/notifications.php:19
2541
+ msgid "Email message."
2542
  msgstr ""
2543
 
2544
  #: dashboard/settings/notifications.php:20
2545
+ msgid "Push notifications to your smartphone."
2546
+ msgstr ""
2547
+
2548
+ #: dashboard/settings/notifications.php:21
2549
  msgid ""
2550
  "Push notifications are delivered through Pushover, a notification service "
2551
  "for Android and iOS"
2552
  msgstr ""
2553
 
2554
+ #: dashboard/settings/notifications.php:21
2555
  msgid ""
2556
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2557
  "information can be found on the pushover website;"
2558
  msgstr ""
2559
 
2560
+ #: dashboard/settings/notifications.php:25
2561
  msgid "Test notification"
2562
  msgstr ""
2563
 
2564
+ #: dashboard/settings/notifications.php:27
2565
+ msgid "Test"
 
2566
  msgstr ""
2567
 
2568
+ #: dashboard/settings/notifications.php:27
2569
+ msgid ""
2570
+ "Send a test notification to enabled methods. Before you test, save the "
2571
+ "options first!"
2572
  msgstr ""
2573
 
2574
  #: dashboard/settings/notifications.php:32
2575
+ msgid "Dashboard"
2576
+ msgstr ""
2577
+
2578
+ #: dashboard/settings/notifications.php:33
2579
+ msgid ""
2580
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2581
+ "on every WordPress dashboard page."
2582
+ msgstr ""
2583
+
2584
+ #: dashboard/settings/notifications.php:36
2585
+ #: dashboard/settings/notifications.php:68
2586
+ msgid "What"
2587
+ msgstr ""
2588
+
2589
+ #: dashboard/settings/notifications.php:38
2590
+ msgid "Expired adverts."
2591
+ msgstr ""
2592
+
2593
+ #: dashboard/settings/notifications.php:39
2594
+ msgid "Almost expired adverts."
2595
+ msgstr ""
2596
+
2597
+ #: dashboard/settings/notifications.php:44
2598
+ msgid "Email"
2599
+ msgstr ""
2600
+
2601
+ #: dashboard/settings/notifications.php:45
2602
  msgid "Set up who gets notification emails."
2603
  msgstr ""
2604
 
2605
+ #: dashboard/settings/notifications.php:48
 
2606
  msgid "Publishers"
2607
  msgstr ""
2608
 
2609
+ #: dashboard/settings/notifications.php:51
2610
  msgid ""
2611
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2612
  "list to a minimum!"
2613
  msgstr ""
2614
 
2615
+ #: dashboard/settings/notifications.php:52
2616
  msgid ""
2617
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2618
  "email notifications will be send."
2619
  msgstr ""
2620
 
2621
+ #: dashboard/settings/notifications.php:56
2622
  msgid "Advertisers"
2623
  msgstr ""
2624
 
2625
+ #: dashboard/settings/notifications.php:59
2626
  msgid ""
2627
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2628
  "This field may not be empty!"
2629
  msgstr ""
2630
 
2631
+ #: dashboard/settings/notifications.php:64
2632
+ msgid "Push"
2633
  msgstr ""
2634
 
2635
+ #: dashboard/settings/notifications.php:65
2636
  msgid ""
2637
  "Receive information about what is happening with your AdRotate setup on your "
2638
  "smartphone via Pushover."
2639
  msgstr ""
2640
 
2641
+ #: dashboard/settings/notifications.php:70
2642
  msgid "When you are running out of Geo Targeting Lookups."
2643
  msgstr ""
2644
 
2645
+ #: dashboard/settings/notifications.php:71
2646
  msgid "Daily digest of any advert status other than normal."
2647
  msgstr ""
2648
 
2649
+ #: dashboard/settings/notifications.php:72
2650
  msgid "Any advertiser saving an advert in your moderation queue."
2651
  msgstr ""
2652
 
2653
+ #: dashboard/settings/notifications.php:73
2654
  msgid "A moderator approved an advert from the moderation queue."
2655
  msgstr ""
2656
 
2657
+ #: dashboard/settings/notifications.php:74
2658
  msgid "A moderator rejected an advert from the moderation queue."
2659
  msgstr ""
2660
 
2661
+ #: dashboard/settings/notifications.php:74
2662
  msgid ""
2663
  "If you have a lot of activity with many advertisers adding/changing adverts "
2664
  "you may get a lot of messages!"
2665
  msgstr ""
2666
 
2667
+ #: dashboard/settings/notifications.php:79
2668
  msgid "User Key"
2669
  msgstr ""
2670
 
2671
+ #: dashboard/settings/notifications.php:81
2672
  msgid "Get your user token"
2673
  msgstr ""
2674
 
2675
+ #: dashboard/settings/notifications.php:81
2676
+ #: dashboard/settings/notifications.php:87
2677
  msgid "here"
2678
  msgstr ""
2679
 
2680
+ #: dashboard/settings/notifications.php:85
2681
  msgid "Api Token"
2682
  msgstr ""
2683
 
2684
+ #: dashboard/settings/notifications.php:87
2685
  msgid "Create your"
2686
  msgstr ""
2687
 
2688
+ #: dashboard/settings/notifications.php:87
2689
  msgid "App"
2690
  msgstr ""
2691
 
2692
+ #: dashboard/settings/notifications.php:87
2693
  msgid "and get your API token"
2694
  msgstr ""
2695
 
2840
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2841
  msgstr ""
2842
 
2843
+ #~ msgid "Get more features with AdRotate Pro"
2844
+ #~ msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
2845
+
2846
+ #~ msgid ""
2847
+ #~ "Benefit from extra features to reinforce your income with advertising "
2848
+ #~ "campaigns. Make the most of your website with the powerful tools AdRotate "
2849
+ #~ "Pro offers on top of the trusted features included in the free version."
2850
+ #~ msgstr ""
2851
+ #~ "Profitez de fonctionnalités supplémentaires pour renforcer votre revenu "
2852
+ #~ "avec des campagnes de publicité. Profitez au maximum de votre site Web "
2853
+ #~ "avec les outils puissants qu'AdRotate Pro offre en plus des fonctions "
2854
+ #~ "incluses dans la version gratuite."
2855
+
2856
+ #~ msgid "Visit the"
2857
+ #~ msgstr "Visitez le"
2858
+
2859
+ #~ msgid "website"
2860
+ #~ msgstr "site"
2861
+
2862
+ #~ msgid "AdRotate News and Developer Blog"
2863
+ #~ msgstr "Actus AdRotate et blog du développeur"
2864
+
2865
+ #~ msgid ""
2866
+ #~ "You have enabled W3 Total Caching support but not defined the security "
2867
+ #~ "hash. You need to add the following line to your wp-config.php near the "
2868
+ #~ "bottom or below line 52 (which defines another hash.) Using the \"late "
2869
+ #~ "init\" function needs to be enabled in W3 Total Cache as well too."
2870
+ #~ msgstr ""
2871
+ #~ "Vous avez activé le support de W3 Total Caching, mais vous n'avez pas "
2872
+ #~ "defini le hash de sécurité. Vous devez ajouter la ligne suivante à votre "
2873
+ #~ "fichier wp-config.php après la ligne 52 (qui définit un autre hash). De "
2874
+ #~ "plus, la fonction \"late init\" doit être activée dans W3 Total Cache."
2875
+
2876
  #~ msgid "active ad(s) expired."
2877
  #~ msgstr "publicité(s) active(s) ont expirée(s)."
2878
 
language/adrotate-ja.mo CHANGED
Binary file
language/adrotate-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:58+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:58+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:844
@@ -116,15 +116,15 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:702
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
- #: adrotate-output.php:607
124
  msgid "Oh no! Something went wrong!"
125
  msgstr ""
126
 
127
- #: adrotate-output.php:608
128
  #, fuzzy
129
  msgid ""
130
  "WordPress was unable to verify the authenticity of the url you have clicked. "
@@ -134,28 +134,28 @@ msgstr ""
134
  "手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
135
  "さい。英語ですが。"
136
 
137
- #: adrotate-output.php:609
138
  #, fuzzy
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
142
  msgstr "このウィジェットに使いたい物を選んで下さい。"
143
 
144
- #: adrotate-output.php:610
145
  #, fuzzy
146
  msgid "Contact support if the issue persists:"
147
  msgstr ""
148
  "もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
149
  "さい。"
150
 
151
- #: adrotate-output.php:628
152
  #, fuzzy
153
  msgid ""
154
  "Error, Ad is not available at this time due to schedule/geolocation "
155
  "restrictions or does not exist!"
156
  msgstr "この広告は無効にされていると、サイト上で表示されません!"
157
 
158
- #: adrotate-output.php:630
159
  #, fuzzy
160
  msgid ""
161
  "Error, Ad is not available at this time due to schedule/geolocation "
@@ -164,30 +164,30 @@ msgstr ""
164
  "AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
165
  "を再度保存してください!"
166
 
167
- #: adrotate-output.php:637 adrotate-output.php:639
168
  msgid ""
169
  "Either there are no banners, they are disabled or none qualified for this "
170
  "location!"
171
  msgstr "バナーがないか、利用不可か適応されていません。"
172
 
173
- #: adrotate-output.php:645
174
  #, fuzzy
175
  msgid "Error, no Ad ID set! Check your syntax!"
176
  msgstr "広告 - 広告IDを使ってください。"
177
 
178
- #: adrotate-output.php:651
179
  #, fuzzy
180
  msgid "Error, no group ID set! Check your syntax!"
181
  msgstr "広告グループ - グループIDを使ってください。"
182
 
183
- #: adrotate-output.php:656
184
  #, fuzzy
185
  msgid "Error, group does not exist! Check your syntax!"
186
  msgstr ""
187
  "あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
188
  "クスをオンにします。"
189
 
190
- #: adrotate-output.php:662
191
  msgid ""
192
  "There was an error locating the database tables for AdRotate. Please "
193
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -195,161 +195,163 @@ msgstr ""
195
  "AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
196
  "して、再登録して下さい。"
197
 
198
- #: adrotate-output.php:662
199
  msgid "If this does not solve the issue please seek support at"
200
  msgstr ""
201
  "もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
202
  "さい。"
203
 
204
- #: adrotate-output.php:668
205
  msgid "An unknown error occured."
206
  msgstr "理解できないエラーが起こっています。"
207
 
208
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
209
  msgid "Check adverts"
210
  msgstr ""
211
 
212
- #: adrotate-output.php:698
213
  msgid ""
214
  "You have enable caching support but W3 Total Cache is not active on your "
215
  "site!"
216
  msgstr ""
217
 
218
- #: adrotate-output.php:701
219
  msgid ""
220
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
221
  "not set."
222
  msgstr ""
223
 
224
- #: adrotate-output.php:706
225
  msgid "Your AdRotate Banner folder is not writable or does not exist."
226
  msgstr ""
227
 
228
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
229
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
230
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
231
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
232
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
233
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
234
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
235
- #: dashboard/settings/geotargeting.php:26
236
  #, fuzzy
237
  msgid "Buy now"
238
  msgstr "継続する場合は対応して下さい。"
239
 
240
- #: adrotate-output.php:747
241
  msgid ""
242
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
243
  "to the <strong>PRO</strong> version"
244
  msgstr ""
245
 
246
- #: adrotate-output.php:747
247
  #, php-format
248
  msgid ""
249
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
250
  msgstr ""
251
 
252
- #: adrotate-output.php:747
253
  msgid "Thank you for your purchase!"
254
  msgstr ""
255
 
256
- #: adrotate-output.php:791
257
  msgid ""
258
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
259
  "this menu. Check out the"
260
  msgstr ""
261
 
262
- #: adrotate-output.php:791
263
  msgid "manuals"
264
  msgstr "マニュアル(英語サイト)"
265
 
266
- #: adrotate-output.php:791 adrotate-output.php:864
267
  msgid "and"
268
  msgstr ""
269
 
270
- #: adrotate-output.php:791
271
  #, fuzzy
272
  msgid "forums"
273
  msgstr "フォーラム"
274
 
275
- #: adrotate-output.php:824
276
  #, fuzzy
277
  msgid "Useful Links"
278
  msgstr "役に立つ情報"
279
 
280
- #: adrotate-output.php:825
281
  msgid "Useful links to learn more about AdRotate"
282
  msgstr ""
283
 
284
- #: adrotate-output.php:827
285
  msgid "AdRotate website"
286
  msgstr ""
287
 
288
- #: adrotate-output.php:828
289
  #, fuzzy
290
  msgid "Getting Started With AdRotate"
291
  msgstr ""
292
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
293
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
294
 
295
- #: adrotate-output.php:829
296
  #, fuzzy
297
  msgid "AdRotate manuals"
298
  msgstr "AdRotate Blog"
299
 
300
- #: adrotate-output.php:830
301
  #, fuzzy
302
  msgid "AdRotate Support Forum"
303
  msgstr "AdRotate Blog"
304
 
305
- #: adrotate-output.php:856
306
  #, fuzzy
307
  msgid "Help AdRotate Grow"
308
  msgstr "AdRotate Blog"
309
 
310
- #: adrotate-output.php:857
311
  msgid "Follow Arnan on Facebook"
312
  msgstr ""
313
 
314
- #: adrotate-output.php:864
315
  msgid ""
316
  "A lot of users only think to review AdRotate when something goes wrong while "
317
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
318
  msgstr ""
319
 
320
- #: adrotate-output.php:864
321
  msgid "If you find AdRotate useful please leave your honest"
322
  msgstr ""
323
 
324
- #: adrotate-output.php:864
325
  msgid "rating"
326
  msgstr ""
327
 
328
- #: adrotate-output.php:864
329
  #, fuzzy
330
  msgid "review"
331
  msgstr "全般レポートを見れる権限"
332
 
333
- #: adrotate-output.php:864
334
  msgid "on WordPress.org to help AdRotate grow in a positive way"
335
  msgstr ""
336
 
337
- #: adrotate-output.php:903
 
338
  #, fuzzy
339
  msgid "Available in AdRotate Pro"
340
  msgstr "AdRotate Blog"
341
 
342
- #: adrotate-output.php:903
343
  #, fuzzy
344
  msgid "More information..."
345
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
346
 
347
- #: adrotate-output.php:904
348
  #, fuzzy
349
  msgid "This feature is available in AdRotate Pro"
350
  msgstr "この機能は使いません。"
351
 
352
- #: adrotate-output.php:904
353
  #, fuzzy
354
  msgid "Learn more"
355
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
@@ -492,7 +494,7 @@ msgstr ""
492
  msgid "Manage Groups"
493
  msgstr "グループの管理"
494
 
495
- #: adrotate.php:109 adrotate.php:407
496
  #, fuzzy
497
  msgid "Manage Schedules"
498
  msgstr "管理"
@@ -520,36 +522,35 @@ msgstr "AdRotate Blog"
520
  msgid "Advert Management"
521
  msgstr ""
522
 
523
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
524
  msgid "Manage"
525
  msgstr "管理"
526
 
527
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
528
  msgid "Add New"
529
  msgstr "新規追加"
530
 
531
- #: adrotate.php:336
532
  msgid "Group Management"
533
  msgstr "グループの管理"
534
 
535
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
536
- #: dashboard/publisher/groups-main.php:70
537
  msgid "Report"
538
  msgstr "レポート"
539
 
540
- #: adrotate.php:398
541
  #, fuzzy
542
  msgid "Schedule Management available in AdRotate Pro"
543
  msgstr "この機能は使いません。"
544
 
545
- #: adrotate.php:408
546
  #, fuzzy
547
  msgid ""
548
  "Schedule management and multiple schedules per advert is available in "
549
  "AdRotate Pro."
550
  msgstr "この機能は使いません。"
551
 
552
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
553
  #: dashboard/publisher/adverts-main.php:114
554
  #: dashboard/publisher/groups-edit.php:75
555
  #: dashboard/publisher/groups-main.php:89
@@ -557,21 +558,21 @@ msgstr "この機能は使いません。"
557
  msgid "More information"
558
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
559
 
560
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
561
  #: dashboard/publisher/adverts-error.php:19
562
  #: dashboard/publisher/adverts-main.php:20
563
  #: dashboard/publisher/groups-main.php:20
564
  msgid "Bulk Actions"
565
  msgstr "一括操作"
566
 
567
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
568
  #: dashboard/publisher/adverts-error.php:29
569
  #: dashboard/publisher/adverts-main.php:30
570
  #: dashboard/publisher/groups-main.php:24
571
  msgid "Go"
572
  msgstr "実行"
573
 
574
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
575
  #: dashboard/publisher/adverts-error.php:39
576
  #: dashboard/publisher/adverts-main.php:39
577
  #: dashboard/publisher/groups-edit.php:51
@@ -580,179 +581,179 @@ msgstr "実行"
580
  msgid "ID"
581
  msgstr "広告ブロック - ブロックIDを使ってください。"
582
 
583
- #: adrotate.php:426
584
  msgid "Start"
585
  msgstr ""
586
 
587
- #: adrotate.php:426
588
  msgid "End"
589
  msgstr ""
590
 
591
- #: adrotate.php:427
592
  msgid "Ads"
593
  msgstr "広告"
594
 
595
- #: adrotate.php:429
596
  #, fuzzy
597
  msgid "Max Impressions"
598
  msgstr "表示数"
599
 
600
- #: adrotate.php:430
601
  #, fuzzy
602
  msgid "Max Clicks"
603
  msgstr "クリック"
604
 
605
- #: adrotate.php:460
606
  #, fuzzy
607
  msgid "No schedules created yet!"
608
  msgstr "まだブロックが作られていません。"
609
 
610
- #: adrotate.php:465
611
  #, fuzzy
612
  msgid "Easily manage your schedules from here with AdRotate Pro."
613
  msgstr ""
614
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
615
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
616
 
617
- #: adrotate.php:465 adrotate.php:531
618
  #, fuzzy
619
  msgid "Upgrade today!"
620
  msgstr "本日"
621
 
622
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
623
  #: dashboard/publisher/groups-edit.php:387
624
  #, fuzzy
625
  msgid "Expires soon."
626
  msgstr "これは出来る限り早く修正して下さい。"
627
 
628
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
629
  #: dashboard/publisher/groups-edit.php:388
630
  #, fuzzy
631
  msgid "Has expired."
632
  msgstr "個の広告が期限切れです。"
633
 
634
- #: adrotate.php:493
635
  #, fuzzy
636
  msgid "Media Management available in AdRotate Pro"
637
  msgstr "この機能は使いません。"
638
 
639
- #: adrotate.php:495
640
  msgid "Upload images to the AdRotate Pro banners folder from here."
641
  msgstr ""
642
 
643
- #: adrotate.php:495
644
  msgid ""
645
  "This is useful if you use responsive adverts with multiple images or have "
646
  "HTML5 adverts containing multiple files."
647
  msgstr ""
648
 
649
- #: adrotate.php:495
650
  #, fuzzy
651
  msgid "Media uploading and management is available in AdRotate Pro."
652
  msgstr "この機能は使いません。"
653
 
654
- #: adrotate.php:497
655
  msgid "Upload new file"
656
  msgstr ""
657
 
658
- #: adrotate.php:498
659
  msgid "Accepted files:"
660
  msgstr ""
661
 
662
- #: adrotate.php:498
663
  msgid "For HTML5 ads you can also upload html and javascript files."
664
  msgstr ""
665
 
666
- #: adrotate.php:498
667
  msgid "Maximum size is 512Kb."
668
  msgstr ""
669
 
670
- #: adrotate.php:498
671
  msgid "Important:"
672
  msgstr ""
673
 
674
- #: adrotate.php:498
675
  msgid ""
676
  "Make sure your file has no spaces or special characters in the name. Replace "
677
  "spaces with a - or _."
678
  msgstr ""
679
 
680
- #: adrotate.php:498
681
  msgid ""
682
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
683
  "file so it knows about the changed name. For example for the javascript file."
684
  msgstr ""
685
 
686
- #: adrotate.php:501
687
  msgid ""
688
  "For responsive adverts make sure the filename is in the following format; "
689
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
690
  msgstr ""
691
 
692
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
693
  msgid ""
694
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
695
  "filename instead of \".full\" for the various viewports."
696
  msgstr ""
697
 
698
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
699
  #: dashboard/publisher/groups-edit.php:320
700
  msgid "Example:"
701
  msgstr "例:"
702
 
703
- #: adrotate.php:503
704
  msgid ""
705
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
706
  "for different viewports."
707
  msgstr ""
708
 
709
- #: adrotate.php:507
710
  msgid "Upload file"
711
  msgstr ""
712
 
713
- #: adrotate.php:507
714
  msgid "Click only once per file!"
715
  msgstr ""
716
 
717
- #: adrotate.php:510
718
  msgid "Available files in"
719
  msgstr ""
720
 
721
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
722
  #: dashboard/publisher/groups-main.php:33
723
  msgid "Name"
724
  msgstr "名前"
725
 
726
- #: adrotate.php:516
727
  #, fuzzy
728
  msgid "Actions"
729
  msgstr "一括操作"
730
 
731
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
732
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
733
  #: dashboard/publisher/adverts-disabled.php:22
734
  #: dashboard/publisher/adverts-error.php:21
735
  #: dashboard/publisher/adverts-main.php:22
736
  msgid "Delete"
737
  msgstr "削除"
738
 
739
- #: adrotate.php:531
740
  msgid ""
741
  "Make sure the banner images are not in use by adverts when you delete them!"
742
  msgstr ""
743
 
744
- #: adrotate.php:531
745
  #, fuzzy
746
  msgid "Manage your banner folder from here with AdRotate Pro."
747
  msgstr ""
748
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
749
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
750
 
751
- #: adrotate.php:560
752
  msgid "AdRotate Settings"
753
  msgstr "AdRotate 設定"
754
 
755
- #: adrotate.php:631
756
  msgid "Update Options"
757
  msgstr "設定の更新"
758
 
@@ -789,8 +790,8 @@ msgstr ""
789
  msgid ""
790
  "Go nationwide or global with localized adverts for your various audiences. "
791
  "Set up adverts for countries and cities and sell impressions per general "
792
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
793
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
794
  msgstr ""
795
 
796
  #: dashboard/adrotatepro.php:41
@@ -802,10 +803,10 @@ msgid ""
802
  "When you activate your AdRotate Pro license you can use fast and personal "
803
  "email support. No more queueing up in the forums. AdRotate premium support "
804
  "takes priority over the forums and is checked much more often than the "
805
- "forum. Get a solution (usually) within a day."
806
  msgstr ""
807
 
808
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
809
  #, fuzzy
810
  msgid "AdRotate is brought to you by"
811
  msgstr "サービス紹介"
@@ -841,10 +842,9 @@ msgstr ""
841
  #: dashboard/adrotatepro.php:91
842
  msgid ""
843
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
844
- "adverts expire or need your attention. Additionally, you can have AdRotate "
845
- "send push notifications to your iOS or Android smartphone. Get notified when "
846
- "adverts expire, have errors or when advertisers create new adverts. Never "
847
- "miss an expiration date again."
848
  msgstr ""
849
 
850
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -985,49 +985,17 @@ msgid ""
985
  "for updates about me and my plugins. Thank you!"
986
  msgstr ""
987
 
988
- #: dashboard/info.php:103
989
- msgid ""
990
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
991
- "digital nomad in the Philippines. Click on my name to find out more about me "
992
- "and what I am doing. Thanks for your support and for using my plugins!"
993
  msgstr ""
994
 
995
- #: dashboard/info.php:113
996
- #, fuzzy
997
- msgid "Get more features with AdRotate Pro"
998
- msgstr ""
999
- "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
1000
- "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
1001
-
1002
- #: dashboard/info.php:116
1003
  msgid ""
1004
- "Benefit from extra features to reinforce your income with advertising "
1005
- "campaigns. Make the most of your website with the powerful tools AdRotate "
1006
- "Pro offers on top of the trusted features included in the free version."
1007
- msgstr ""
1008
-
1009
- #: dashboard/info.php:116
1010
- msgid "Want to know more about"
1011
  msgstr ""
1012
 
1013
- #: dashboard/info.php:116
1014
- #, fuzzy
1015
- msgid "Visit the"
1016
- msgstr ""
1017
- "WEBサイトの開発からコンサルタント、wordpressまで。もし、カスタムプラグインや"
1018
- "手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
1019
- "さい。英語ですが。"
1020
-
1021
- #: dashboard/info.php:116
1022
- #, fuzzy
1023
- msgid "website"
1024
- msgstr "開発者のWEBサイトは以下です。"
1025
-
1026
- #: dashboard/info.php:120
1027
- #, fuzzy
1028
- msgid "AdRotate News and Developer Blog"
1029
- msgstr "AdRotate Blog"
1030
-
1031
  #: dashboard/publisher/adverts-disabled.php:15
1032
  msgid "Disabled Adverts"
1033
  msgstr ""
@@ -1093,6 +1061,8 @@ msgstr "編集"
1093
 
1094
  #: dashboard/publisher/adverts-disabled.php:74
1095
  #: dashboard/publisher/adverts-error.php:64
 
 
1096
  #, fuzzy
1097
  msgid "Stats"
1098
  msgstr "統計リセット"
@@ -1549,7 +1519,7 @@ msgstr "名前"
1549
 
1550
  #: dashboard/publisher/adverts-edit.php:406
1551
  #: dashboard/publisher/groups-main.php:60
1552
- #: dashboard/settings/geotargeting.php:39
1553
  #, fuzzy
1554
  msgid "Default"
1555
  msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
@@ -2299,44 +2269,40 @@ msgstr ""
2299
  msgid "Which Geo Service"
2300
  msgstr ""
2301
 
2302
- #: dashboard/settings/geotargeting.php:26
2303
  msgid ""
2304
  "The most complete and accurate geo targeting you can get for only $20 USD "
2305
  "per 50000 lookups."
2306
  msgstr ""
2307
 
2308
- #: dashboard/settings/geotargeting.php:28
2309
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2310
  msgstr ""
2311
 
2312
- #: dashboard/settings/geotargeting.php:30
2313
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2314
- msgstr ""
2315
-
2316
- #: dashboard/settings/geotargeting.php:36
2317
  msgid "Geo Cookie Lifespan"
2318
  msgstr ""
2319
 
2320
- #: dashboard/settings/geotargeting.php:45
2321
  msgid "Hours."
2322
  msgstr ""
2323
 
2324
- #: dashboard/settings/geotargeting.php:46
2325
  msgid ""
2326
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2327
  "cookie last? A longer period is less accurate for mobile users but may "
2328
  "reduce the usage of your lookups drastically."
2329
  msgstr ""
2330
 
2331
- #: dashboard/settings/geotargeting.php:52
2332
  msgid "MaxMind City/Country"
2333
  msgstr ""
2334
 
2335
- #: dashboard/settings/geotargeting.php:55
2336
  msgid "Username/Email"
2337
  msgstr ""
2338
 
2339
- #: dashboard/settings/geotargeting.php:59
2340
  msgid "Password/License Key"
2341
  msgstr ""
2342
 
@@ -2613,10 +2579,18 @@ msgstr ""
2613
 
2614
  #: dashboard/settings/misc.php:25
2615
  msgid ""
2616
- "You have enabled W3 Total Caching support but not defined the security hash. "
2617
- "You need to add the following line to your wp-config.php near the bottom or "
2618
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2619
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2620
  msgstr ""
2621
 
2622
  #: dashboard/settings/misc.php:29
@@ -2647,8 +2621,8 @@ msgid ""
2647
  msgstr "このウィジェットに使いたい物を選んで下さい。"
2648
 
2649
  #: dashboard/settings/notifications.php:12
2650
- msgid "Notifications - Available in AdRotate Pro"
2651
- msgstr ""
2652
 
2653
  #: dashboard/settings/notifications.php:13
2654
  #, fuzzy
@@ -2656,58 +2630,86 @@ msgid "Set up who gets notifications if ads need your attention."
2656
  msgstr "すぐに注意を必要とする広告"
2657
 
2658
  #: dashboard/settings/notifications.php:16
2659
- msgid "Delivery method"
2660
  msgstr ""
2661
 
2662
  #: dashboard/settings/notifications.php:18
 
 
 
 
2663
  #, fuzzy
2664
  msgid "Email message."
2665
  msgstr "広告主のページ"
2666
 
2667
- #: dashboard/settings/notifications.php:19
2668
  #, fuzzy
2669
  msgid "Push notifications to your smartphone."
2670
  msgstr "この通知は、あなたのウェブサイトからあなたに送られています。"
2671
 
2672
- #: dashboard/settings/notifications.php:20
2673
  msgid ""
2674
  "Push notifications are delivered through Pushover, a notification service "
2675
  "for Android and iOS"
2676
  msgstr ""
2677
 
2678
- #: dashboard/settings/notifications.php:20
2679
  msgid ""
2680
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2681
  "information can be found on the pushover website;"
2682
  msgstr ""
2683
 
2684
- #: dashboard/settings/notifications.php:24
2685
  msgid "Test notification"
2686
  msgstr ""
2687
 
2688
- #: dashboard/settings/notifications.php:26
2689
- #, fuzzy
 
 
 
2690
  msgid ""
2691
- "This sends a test notification. Before you test, save the options first!"
 
2692
  msgstr ""
2693
- "これは、テスト通知を送信します。新しいメールアドレスの設定時など、まずはオプ"
2694
- "ションを保存してから、テストして下さい。"
2695
-
2696
- #: dashboard/settings/notifications.php:31
2697
- msgid "Email Notifications"
2698
- msgstr "メール問い合わせ先"
2699
 
2700
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2701
  #, fuzzy
2702
  msgid "Set up who gets notification emails."
2703
  msgstr "すぐに注意を必要とする広告"
2704
 
2705
- #: dashboard/settings/notifications.php:35
2706
- #: dashboard/settings/notifications.php:55
2707
  msgid "Publishers"
2708
  msgstr ""
2709
 
2710
- #: dashboard/settings/notifications.php:38
2711
  msgid ""
2712
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2713
  "list to a minimum!"
@@ -2715,7 +2717,7 @@ msgstr ""
2715
  "コンマを付けることにより最大5個のメールアドレスを登録できます。登録は最小限に"
2716
  "抑えて下さい。"
2717
 
2718
- #: dashboard/settings/notifications.php:39
2719
  #, fuzzy
2720
  msgid ""
2721
  "Messages are sent once every 24 hours when needed. If this field is empty no "
@@ -2724,12 +2726,12 @@ msgstr ""
2724
  "必要なときにメッセージが24時間ごとに送信されます。このフィールドが空である場"
2725
  "合、メール通知は無効になります。"
2726
 
2727
- #: dashboard/settings/notifications.php:43
2728
  #, fuzzy
2729
  msgid "Advertisers"
2730
  msgstr "広告主から提出された広告を承認する権限"
2731
 
2732
- #: dashboard/settings/notifications.php:46
2733
  #, fuzzy
2734
  msgid ""
2735
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
@@ -2738,72 +2740,71 @@ msgstr ""
2738
  "最大2個のメールアドレスがコンマ区切りで登録できます。ここは空欄では利用できま"
2739
  "せん。"
2740
 
2741
- #: dashboard/settings/notifications.php:51
2742
- #, fuzzy
2743
- msgid "Push Notifications"
2744
- msgstr "通知先"
2745
 
2746
- #: dashboard/settings/notifications.php:52
2747
  msgid ""
2748
  "Receive information about what is happening with your AdRotate setup on your "
2749
  "smartphone via Pushover."
2750
  msgstr ""
2751
 
2752
- #: dashboard/settings/notifications.php:57
2753
  msgid "When you are running out of Geo Targeting Lookups."
2754
  msgstr ""
2755
 
2756
- #: dashboard/settings/notifications.php:58
2757
  msgid "Daily digest of any advert status other than normal."
2758
  msgstr ""
2759
 
2760
- #: dashboard/settings/notifications.php:59
2761
  msgid "Any advertiser saving an advert in your moderation queue."
2762
  msgstr ""
2763
 
2764
- #: dashboard/settings/notifications.php:60
2765
  #, fuzzy
2766
  msgid "A moderator approved an advert from the moderation queue."
2767
  msgstr "承認待ち広告の承認/拒否"
2768
 
2769
- #: dashboard/settings/notifications.php:61
2770
  #, fuzzy
2771
  msgid "A moderator rejected an advert from the moderation queue."
2772
  msgstr "承認待ち広告の承認/拒否"
2773
 
2774
- #: dashboard/settings/notifications.php:61
2775
  msgid ""
2776
  "If you have a lot of activity with many advertisers adding/changing adverts "
2777
  "you may get a lot of messages!"
2778
  msgstr ""
2779
 
2780
- #: dashboard/settings/notifications.php:66
2781
  #, fuzzy
2782
  msgid "User Key"
2783
  msgstr "ユーザーエージェント[英語]"
2784
 
2785
- #: dashboard/settings/notifications.php:68
2786
  msgid "Get your user token"
2787
  msgstr ""
2788
 
2789
- #: dashboard/settings/notifications.php:68
2790
- #: dashboard/settings/notifications.php:74
2791
  msgid "here"
2792
  msgstr ""
2793
 
2794
- #: dashboard/settings/notifications.php:72
2795
  msgid "Api Token"
2796
  msgstr ""
2797
 
2798
- #: dashboard/settings/notifications.php:74
2799
  msgid "Create your"
2800
  msgstr ""
2801
 
2802
- #: dashboard/settings/notifications.php:74
2803
  msgid "App"
2804
  msgstr ""
2805
 
2806
- #: dashboard/settings/notifications.php:74
2807
  msgid "and get your API token"
2808
  msgstr ""
2809
 
@@ -2961,6 +2962,42 @@ msgid ""
2961
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2962
  msgstr "この数字は、0やマイナスや3600以上ではいけません。"
2963
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2964
  #~ msgid "active ad(s) expired."
2965
  #~ msgstr "個の広告が期限切れです。"
2966
 
@@ -3686,9 +3723,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
3686
  #~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
3687
  #~ "い。"
3688
 
3689
- #~ msgid "Notifications"
3690
- #~ msgstr "通知先"
3691
-
3692
  #, fuzzy
3693
  #~ msgid "Track impressions from logged in users (Recommended)."
3694
  #~ msgstr "表示数"
@@ -3799,9 +3833,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
3799
  #~ msgid "Where are your banner ads?"
3800
  #~ msgstr "バナー画像"
3801
 
3802
- #~ msgid "Test"
3803
- #~ msgstr "テスト"
3804
-
3805
  #, fuzzy
3806
  #~ msgid ""
3807
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:844
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:678
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
+ #: adrotate-output.php:574
124
  msgid "Oh no! Something went wrong!"
125
  msgstr ""
126
 
127
+ #: adrotate-output.php:575
128
  #, fuzzy
129
  msgid ""
130
  "WordPress was unable to verify the authenticity of the url you have clicked. "
134
  "手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
135
  "さい。英語ですが。"
136
 
137
+ #: adrotate-output.php:576
138
  #, fuzzy
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
142
  msgstr "このウィジェットに使いたい物を選んで下さい。"
143
 
144
+ #: adrotate-output.php:577
145
  #, fuzzy
146
  msgid "Contact support if the issue persists:"
147
  msgstr ""
148
  "もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
149
  "さい。"
150
 
151
+ #: adrotate-output.php:592
152
  #, fuzzy
153
  msgid ""
154
  "Error, Ad is not available at this time due to schedule/geolocation "
155
  "restrictions or does not exist!"
156
  msgstr "この広告は無効にされていると、サイト上で表示されません!"
157
 
158
+ #: adrotate-output.php:594
159
  #, fuzzy
160
  msgid ""
161
  "Error, Ad is not available at this time due to schedule/geolocation "
164
  "AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
165
  "を再度保存してください!"
166
 
167
+ #: adrotate-output.php:601 adrotate-output.php:603
168
  msgid ""
169
  "Either there are no banners, they are disabled or none qualified for this "
170
  "location!"
171
  msgstr "バナーがないか、利用不可か適応されていません。"
172
 
173
+ #: adrotate-output.php:609
174
  #, fuzzy
175
  msgid "Error, no Ad ID set! Check your syntax!"
176
  msgstr "広告 - 広告IDを使ってください。"
177
 
178
+ #: adrotate-output.php:615
179
  #, fuzzy
180
  msgid "Error, no group ID set! Check your syntax!"
181
  msgstr "広告グループ - グループIDを使ってください。"
182
 
183
+ #: adrotate-output.php:620
184
  #, fuzzy
185
  msgid "Error, group does not exist! Check your syntax!"
186
  msgstr ""
187
  "あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
188
  "クスをオンにします。"
189
 
190
+ #: adrotate-output.php:626
191
  msgid ""
192
  "There was an error locating the database tables for AdRotate. Please "
193
  "deactivate and re-activate AdRotate from the plugin page!!"
195
  "AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
196
  "して、再登録して下さい。"
197
 
198
+ #: adrotate-output.php:626
199
  msgid "If this does not solve the issue please seek support at"
200
  msgstr ""
201
  "もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
202
  "さい。"
203
 
204
+ #: adrotate-output.php:632
205
  msgid "An unknown error occured."
206
  msgstr "理解できないエラーが起こっています。"
207
 
208
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
209
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
210
  msgid "Check adverts"
211
  msgstr ""
212
 
213
+ #: adrotate-output.php:674
214
  msgid ""
215
  "You have enable caching support but W3 Total Cache is not active on your "
216
  "site!"
217
  msgstr ""
218
 
219
+ #: adrotate-output.php:677
220
  msgid ""
221
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
222
  "not set."
223
  msgstr ""
224
 
225
+ #: adrotate-output.php:682
226
  msgid "Your AdRotate Banner folder is not writable or does not exist."
227
  msgstr ""
228
 
229
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
230
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
231
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
232
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
233
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
234
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
235
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
236
+ #: dashboard/settings/geotargeting.php:25
237
  #, fuzzy
238
  msgid "Buy now"
239
  msgstr "継続する場合は対応して下さい。"
240
 
241
+ #: adrotate-output.php:723
242
  msgid ""
243
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
244
  "to the <strong>PRO</strong> version"
245
  msgstr ""
246
 
247
+ #: adrotate-output.php:723
248
  #, php-format
249
  msgid ""
250
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
251
  msgstr ""
252
 
253
+ #: adrotate-output.php:723
254
  msgid "Thank you for your purchase!"
255
  msgstr ""
256
 
257
+ #: adrotate-output.php:784
258
  msgid ""
259
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
260
  "this menu. Check out the"
261
  msgstr ""
262
 
263
+ #: adrotate-output.php:784
264
  msgid "manuals"
265
  msgstr "マニュアル(英語サイト)"
266
 
267
+ #: adrotate-output.php:784 adrotate-output.php:851
268
  msgid "and"
269
  msgstr ""
270
 
271
+ #: adrotate-output.php:784
272
  #, fuzzy
273
  msgid "forums"
274
  msgstr "フォーラム"
275
 
276
+ #: adrotate-output.php:814
277
  #, fuzzy
278
  msgid "Useful Links"
279
  msgstr "役に立つ情報"
280
 
281
+ #: adrotate-output.php:815
282
  msgid "Useful links to learn more about AdRotate"
283
  msgstr ""
284
 
285
+ #: adrotate-output.php:817
286
  msgid "AdRotate website"
287
  msgstr ""
288
 
289
+ #: adrotate-output.php:818
290
  #, fuzzy
291
  msgid "Getting Started With AdRotate"
292
  msgstr ""
293
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
294
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
295
 
296
+ #: adrotate-output.php:819
297
  #, fuzzy
298
  msgid "AdRotate manuals"
299
  msgstr "AdRotate Blog"
300
 
301
+ #: adrotate-output.php:820
302
  #, fuzzy
303
  msgid "AdRotate Support Forum"
304
  msgstr "AdRotate Blog"
305
 
306
+ #: adrotate-output.php:843
307
  #, fuzzy
308
  msgid "Help AdRotate Grow"
309
  msgstr "AdRotate Blog"
310
 
311
+ #: adrotate-output.php:844
312
  msgid "Follow Arnan on Facebook"
313
  msgstr ""
314
 
315
+ #: adrotate-output.php:851
316
  msgid ""
317
  "A lot of users only think to review AdRotate when something goes wrong while "
318
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
319
  msgstr ""
320
 
321
+ #: adrotate-output.php:851
322
  msgid "If you find AdRotate useful please leave your honest"
323
  msgstr ""
324
 
325
+ #: adrotate-output.php:851
326
  msgid "rating"
327
  msgstr ""
328
 
329
+ #: adrotate-output.php:851
330
  #, fuzzy
331
  msgid "review"
332
  msgstr "全般レポートを見れる権限"
333
 
334
+ #: adrotate-output.php:851
335
  msgid "on WordPress.org to help AdRotate grow in a positive way"
336
  msgstr ""
337
 
338
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
339
+ #: dashboard/settings/notifications.php:64
340
  #, fuzzy
341
  msgid "Available in AdRotate Pro"
342
  msgstr "AdRotate Blog"
343
 
344
+ #: adrotate-output.php:884
345
  #, fuzzy
346
  msgid "More information..."
347
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
348
 
349
+ #: adrotate-output.php:885
350
  #, fuzzy
351
  msgid "This feature is available in AdRotate Pro"
352
  msgstr "この機能は使いません。"
353
 
354
+ #: adrotate-output.php:885
355
  #, fuzzy
356
  msgid "Learn more"
357
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
494
  msgid "Manage Groups"
495
  msgstr "グループの管理"
496
 
497
+ #: adrotate.php:109 adrotate.php:387
498
  #, fuzzy
499
  msgid "Manage Schedules"
500
  msgstr "管理"
522
  msgid "Advert Management"
523
  msgstr ""
524
 
525
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
526
  msgid "Manage"
527
  msgstr "管理"
528
 
529
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
530
  msgid "Add New"
531
  msgstr "新規追加"
532
 
533
+ #: adrotate.php:320
534
  msgid "Group Management"
535
  msgstr "グループの管理"
536
 
537
+ #: adrotate.php:329
 
538
  msgid "Report"
539
  msgstr "レポート"
540
 
541
+ #: adrotate.php:378
542
  #, fuzzy
543
  msgid "Schedule Management available in AdRotate Pro"
544
  msgstr "この機能は使いません。"
545
 
546
+ #: adrotate.php:388
547
  #, fuzzy
548
  msgid ""
549
  "Schedule management and multiple schedules per advert is available in "
550
  "AdRotate Pro."
551
  msgstr "この機能は使いません。"
552
 
553
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
554
  #: dashboard/publisher/adverts-main.php:114
555
  #: dashboard/publisher/groups-edit.php:75
556
  #: dashboard/publisher/groups-main.php:89
558
  msgid "More information"
559
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
560
 
561
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
562
  #: dashboard/publisher/adverts-error.php:19
563
  #: dashboard/publisher/adverts-main.php:20
564
  #: dashboard/publisher/groups-main.php:20
565
  msgid "Bulk Actions"
566
  msgstr "一括操作"
567
 
568
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
569
  #: dashboard/publisher/adverts-error.php:29
570
  #: dashboard/publisher/adverts-main.php:30
571
  #: dashboard/publisher/groups-main.php:24
572
  msgid "Go"
573
  msgstr "実行"
574
 
575
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
576
  #: dashboard/publisher/adverts-error.php:39
577
  #: dashboard/publisher/adverts-main.php:39
578
  #: dashboard/publisher/groups-edit.php:51
581
  msgid "ID"
582
  msgstr "広告ブロック - ブロックIDを使ってください。"
583
 
584
+ #: adrotate.php:406
585
  msgid "Start"
586
  msgstr ""
587
 
588
+ #: adrotate.php:406
589
  msgid "End"
590
  msgstr ""
591
 
592
+ #: adrotate.php:407
593
  msgid "Ads"
594
  msgstr "広告"
595
 
596
+ #: adrotate.php:409
597
  #, fuzzy
598
  msgid "Max Impressions"
599
  msgstr "表示数"
600
 
601
+ #: adrotate.php:410
602
  #, fuzzy
603
  msgid "Max Clicks"
604
  msgstr "クリック"
605
 
606
+ #: adrotate.php:440
607
  #, fuzzy
608
  msgid "No schedules created yet!"
609
  msgstr "まだブロックが作られていません。"
610
 
611
+ #: adrotate.php:445
612
  #, fuzzy
613
  msgid "Easily manage your schedules from here with AdRotate Pro."
614
  msgstr ""
615
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
616
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
617
 
618
+ #: adrotate.php:445 adrotate.php:511
619
  #, fuzzy
620
  msgid "Upgrade today!"
621
  msgstr "本日"
622
 
623
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
624
  #: dashboard/publisher/groups-edit.php:387
625
  #, fuzzy
626
  msgid "Expires soon."
627
  msgstr "これは出来る限り早く修正して下さい。"
628
 
629
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
630
  #: dashboard/publisher/groups-edit.php:388
631
  #, fuzzy
632
  msgid "Has expired."
633
  msgstr "個の広告が期限切れです。"
634
 
635
+ #: adrotate.php:473
636
  #, fuzzy
637
  msgid "Media Management available in AdRotate Pro"
638
  msgstr "この機能は使いません。"
639
 
640
+ #: adrotate.php:475
641
  msgid "Upload images to the AdRotate Pro banners folder from here."
642
  msgstr ""
643
 
644
+ #: adrotate.php:475
645
  msgid ""
646
  "This is useful if you use responsive adverts with multiple images or have "
647
  "HTML5 adverts containing multiple files."
648
  msgstr ""
649
 
650
+ #: adrotate.php:475
651
  #, fuzzy
652
  msgid "Media uploading and management is available in AdRotate Pro."
653
  msgstr "この機能は使いません。"
654
 
655
+ #: adrotate.php:477
656
  msgid "Upload new file"
657
  msgstr ""
658
 
659
+ #: adrotate.php:478
660
  msgid "Accepted files:"
661
  msgstr ""
662
 
663
+ #: adrotate.php:478
664
  msgid "For HTML5 ads you can also upload html and javascript files."
665
  msgstr ""
666
 
667
+ #: adrotate.php:478
668
  msgid "Maximum size is 512Kb."
669
  msgstr ""
670
 
671
+ #: adrotate.php:478
672
  msgid "Important:"
673
  msgstr ""
674
 
675
+ #: adrotate.php:478
676
  msgid ""
677
  "Make sure your file has no spaces or special characters in the name. Replace "
678
  "spaces with a - or _."
679
  msgstr ""
680
 
681
+ #: adrotate.php:478
682
  msgid ""
683
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
684
  "file so it knows about the changed name. For example for the javascript file."
685
  msgstr ""
686
 
687
+ #: adrotate.php:481
688
  msgid ""
689
  "For responsive adverts make sure the filename is in the following format; "
690
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
691
  msgstr ""
692
 
693
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
694
  msgid ""
695
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
696
  "filename instead of \".full\" for the various viewports."
697
  msgstr ""
698
 
699
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
700
  #: dashboard/publisher/groups-edit.php:320
701
  msgid "Example:"
702
  msgstr "例:"
703
 
704
+ #: adrotate.php:483
705
  msgid ""
706
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
707
  "for different viewports."
708
  msgstr ""
709
 
710
+ #: adrotate.php:487
711
  msgid "Upload file"
712
  msgstr ""
713
 
714
+ #: adrotate.php:487
715
  msgid "Click only once per file!"
716
  msgstr ""
717
 
718
+ #: adrotate.php:490
719
  msgid "Available files in"
720
  msgstr ""
721
 
722
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
723
  #: dashboard/publisher/groups-main.php:33
724
  msgid "Name"
725
  msgstr "名前"
726
 
727
+ #: adrotate.php:496
728
  #, fuzzy
729
  msgid "Actions"
730
  msgstr "一括操作"
731
 
732
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
733
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
734
  #: dashboard/publisher/adverts-disabled.php:22
735
  #: dashboard/publisher/adverts-error.php:21
736
  #: dashboard/publisher/adverts-main.php:22
737
  msgid "Delete"
738
  msgstr "削除"
739
 
740
+ #: adrotate.php:511
741
  msgid ""
742
  "Make sure the banner images are not in use by adverts when you delete them!"
743
  msgstr ""
744
 
745
+ #: adrotate.php:511
746
  #, fuzzy
747
  msgid "Manage your banner folder from here with AdRotate Pro."
748
  msgstr ""
749
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
750
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
751
 
752
+ #: adrotate.php:540
753
  msgid "AdRotate Settings"
754
  msgstr "AdRotate 設定"
755
 
756
+ #: adrotate.php:612
757
  msgid "Update Options"
758
  msgstr "設定の更新"
759
 
790
  msgid ""
791
  "Go nationwide or global with localized adverts for your various audiences. "
792
  "Set up adverts for countries and cities and sell impressions per general "
793
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
794
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
795
  msgstr ""
796
 
797
  #: dashboard/adrotatepro.php:41
803
  "When you activate your AdRotate Pro license you can use fast and personal "
804
  "email support. No more queueing up in the forums. AdRotate premium support "
805
  "takes priority over the forums and is checked much more often than the "
806
+ "forum. Get a solution (usually) within one business day."
807
  msgstr ""
808
 
809
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
810
  #, fuzzy
811
  msgid "AdRotate is brought to you by"
812
  msgstr "サービス紹介"
842
  #: dashboard/adrotatepro.php:91
843
  msgid ""
844
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
845
+ "adverts expire or need your attention. Additionally, send push notifications "
846
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
847
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
848
  msgstr ""
849
 
850
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
985
  "for updates about me and my plugins. Thank you!"
986
  msgstr ""
987
 
988
+ #: dashboard/info.php:105
989
+ msgid "AdRotate News"
 
 
 
990
  msgstr ""
991
 
992
+ #: dashboard/info.php:123
 
 
 
 
 
 
 
993
  msgid ""
994
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
995
+ "about me and what I am doing. Thanks for your support and for using my "
996
+ "plugins!"
 
 
 
 
997
  msgstr ""
998
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
999
  #: dashboard/publisher/adverts-disabled.php:15
1000
  msgid "Disabled Adverts"
1001
  msgstr ""
1061
 
1062
  #: dashboard/publisher/adverts-disabled.php:74
1063
  #: dashboard/publisher/adverts-error.php:64
1064
+ #: dashboard/publisher/adverts-main.php:87
1065
+ #: dashboard/publisher/groups-main.php:70
1066
  #, fuzzy
1067
  msgid "Stats"
1068
  msgstr "統計リセット"
1519
 
1520
  #: dashboard/publisher/adverts-edit.php:406
1521
  #: dashboard/publisher/groups-main.php:60
1522
+ #: dashboard/settings/geotargeting.php:36
1523
  #, fuzzy
1524
  msgid "Default"
1525
  msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
2269
  msgid "Which Geo Service"
2270
  msgstr ""
2271
 
2272
+ #: dashboard/settings/geotargeting.php:25
2273
  msgid ""
2274
  "The most complete and accurate geo targeting you can get for only $20 USD "
2275
  "per 50000 lookups."
2276
  msgstr ""
2277
 
2278
+ #: dashboard/settings/geotargeting.php:27
2279
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2280
  msgstr ""
2281
 
2282
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2283
  msgid "Geo Cookie Lifespan"
2284
  msgstr ""
2285
 
2286
+ #: dashboard/settings/geotargeting.php:42
2287
  msgid "Hours."
2288
  msgstr ""
2289
 
2290
+ #: dashboard/settings/geotargeting.php:43
2291
  msgid ""
2292
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2293
  "cookie last? A longer period is less accurate for mobile users but may "
2294
  "reduce the usage of your lookups drastically."
2295
  msgstr ""
2296
 
2297
+ #: dashboard/settings/geotargeting.php:49
2298
  msgid "MaxMind City/Country"
2299
  msgstr ""
2300
 
2301
+ #: dashboard/settings/geotargeting.php:52
2302
  msgid "Username/Email"
2303
  msgstr ""
2304
 
2305
+ #: dashboard/settings/geotargeting.php:56
2306
  msgid "Password/License Key"
2307
  msgstr ""
2308
 
2579
 
2580
  #: dashboard/settings/misc.php:25
2581
  msgid ""
2582
+ "You have enabled W3 Total Caching support but not defined the security hash."
2583
+ msgstr ""
2584
+
2585
+ #: dashboard/settings/misc.php:25
2586
+ msgid ""
2587
+ "AdRotate has generated the following line for you to add to your wp-config."
2588
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2589
+ "add this line, check out the following guide;"
2590
+ msgstr ""
2591
+
2592
+ #: dashboard/settings/misc.php:25
2593
+ msgid "Set up W3 Total Caching"
2594
  msgstr ""
2595
 
2596
  #: dashboard/settings/misc.php:29
2621
  msgstr "このウィジェットに使いたい物を選んで下さい。"
2622
 
2623
  #: dashboard/settings/notifications.php:12
2624
+ msgid "Notifications"
2625
+ msgstr "通知先"
2626
 
2627
  #: dashboard/settings/notifications.php:13
2628
  #, fuzzy
2630
  msgstr "すぐに注意を必要とする広告"
2631
 
2632
  #: dashboard/settings/notifications.php:16
2633
+ msgid "How to notify"
2634
  msgstr ""
2635
 
2636
  #: dashboard/settings/notifications.php:18
2637
+ msgid "Dashboard banner."
2638
+ msgstr ""
2639
+
2640
+ #: dashboard/settings/notifications.php:19
2641
  #, fuzzy
2642
  msgid "Email message."
2643
  msgstr "広告主のページ"
2644
 
2645
+ #: dashboard/settings/notifications.php:20
2646
  #, fuzzy
2647
  msgid "Push notifications to your smartphone."
2648
  msgstr "この通知は、あなたのウェブサイトからあなたに送られています。"
2649
 
2650
+ #: dashboard/settings/notifications.php:21
2651
  msgid ""
2652
  "Push notifications are delivered through Pushover, a notification service "
2653
  "for Android and iOS"
2654
  msgstr ""
2655
 
2656
+ #: dashboard/settings/notifications.php:21
2657
  msgid ""
2658
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2659
  "information can be found on the pushover website;"
2660
  msgstr ""
2661
 
2662
+ #: dashboard/settings/notifications.php:25
2663
  msgid "Test notification"
2664
  msgstr ""
2665
 
2666
+ #: dashboard/settings/notifications.php:27
2667
+ msgid "Test"
2668
+ msgstr "テスト"
2669
+
2670
+ #: dashboard/settings/notifications.php:27
2671
  msgid ""
2672
+ "Send a test notification to enabled methods. Before you test, save the "
2673
+ "options first!"
2674
  msgstr ""
 
 
 
 
 
 
2675
 
2676
  #: dashboard/settings/notifications.php:32
2677
+ msgid "Dashboard"
2678
+ msgstr ""
2679
+
2680
+ #: dashboard/settings/notifications.php:33
2681
+ msgid ""
2682
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2683
+ "on every WordPress dashboard page."
2684
+ msgstr ""
2685
+
2686
+ #: dashboard/settings/notifications.php:36
2687
+ #: dashboard/settings/notifications.php:68
2688
+ msgid "What"
2689
+ msgstr ""
2690
+
2691
+ #: dashboard/settings/notifications.php:38
2692
+ msgid "Expired adverts."
2693
+ msgstr ""
2694
+
2695
+ #: dashboard/settings/notifications.php:39
2696
+ msgid "Almost expired adverts."
2697
+ msgstr ""
2698
+
2699
+ #: dashboard/settings/notifications.php:44
2700
+ msgid "Email"
2701
+ msgstr ""
2702
+
2703
+ #: dashboard/settings/notifications.php:45
2704
  #, fuzzy
2705
  msgid "Set up who gets notification emails."
2706
  msgstr "すぐに注意を必要とする広告"
2707
 
2708
+ #: dashboard/settings/notifications.php:48
 
2709
  msgid "Publishers"
2710
  msgstr ""
2711
 
2712
+ #: dashboard/settings/notifications.php:51
2713
  msgid ""
2714
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2715
  "list to a minimum!"
2717
  "コンマを付けることにより最大5個のメールアドレスを登録できます。登録は最小限に"
2718
  "抑えて下さい。"
2719
 
2720
+ #: dashboard/settings/notifications.php:52
2721
  #, fuzzy
2722
  msgid ""
2723
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2726
  "必要なときにメッセージが24時間ごとに送信されます。このフィールドが空である場"
2727
  "合、メール通知は無効になります。"
2728
 
2729
+ #: dashboard/settings/notifications.php:56
2730
  #, fuzzy
2731
  msgid "Advertisers"
2732
  msgstr "広告主から提出された広告を承認する権限"
2733
 
2734
+ #: dashboard/settings/notifications.php:59
2735
  #, fuzzy
2736
  msgid ""
2737
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2740
  "最大2個のメールアドレスがコンマ区切りで登録できます。ここは空欄では利用できま"
2741
  "せん。"
2742
 
2743
+ #: dashboard/settings/notifications.php:64
2744
+ msgid "Push"
2745
+ msgstr ""
 
2746
 
2747
+ #: dashboard/settings/notifications.php:65
2748
  msgid ""
2749
  "Receive information about what is happening with your AdRotate setup on your "
2750
  "smartphone via Pushover."
2751
  msgstr ""
2752
 
2753
+ #: dashboard/settings/notifications.php:70
2754
  msgid "When you are running out of Geo Targeting Lookups."
2755
  msgstr ""
2756
 
2757
+ #: dashboard/settings/notifications.php:71
2758
  msgid "Daily digest of any advert status other than normal."
2759
  msgstr ""
2760
 
2761
+ #: dashboard/settings/notifications.php:72
2762
  msgid "Any advertiser saving an advert in your moderation queue."
2763
  msgstr ""
2764
 
2765
+ #: dashboard/settings/notifications.php:73
2766
  #, fuzzy
2767
  msgid "A moderator approved an advert from the moderation queue."
2768
  msgstr "承認待ち広告の承認/拒否"
2769
 
2770
+ #: dashboard/settings/notifications.php:74
2771
  #, fuzzy
2772
  msgid "A moderator rejected an advert from the moderation queue."
2773
  msgstr "承認待ち広告の承認/拒否"
2774
 
2775
+ #: dashboard/settings/notifications.php:74
2776
  msgid ""
2777
  "If you have a lot of activity with many advertisers adding/changing adverts "
2778
  "you may get a lot of messages!"
2779
  msgstr ""
2780
 
2781
+ #: dashboard/settings/notifications.php:79
2782
  #, fuzzy
2783
  msgid "User Key"
2784
  msgstr "ユーザーエージェント[英語]"
2785
 
2786
+ #: dashboard/settings/notifications.php:81
2787
  msgid "Get your user token"
2788
  msgstr ""
2789
 
2790
+ #: dashboard/settings/notifications.php:81
2791
+ #: dashboard/settings/notifications.php:87
2792
  msgid "here"
2793
  msgstr ""
2794
 
2795
+ #: dashboard/settings/notifications.php:85
2796
  msgid "Api Token"
2797
  msgstr ""
2798
 
2799
+ #: dashboard/settings/notifications.php:87
2800
  msgid "Create your"
2801
  msgstr ""
2802
 
2803
+ #: dashboard/settings/notifications.php:87
2804
  msgid "App"
2805
  msgstr ""
2806
 
2807
+ #: dashboard/settings/notifications.php:87
2808
  msgid "and get your API token"
2809
  msgstr ""
2810
 
2962
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2963
  msgstr "この数字は、0やマイナスや3600以上ではいけません。"
2964
 
2965
+ #, fuzzy
2966
+ #~ msgid "Get more features with AdRotate Pro"
2967
+ #~ msgstr ""
2968
+ #~ "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーな"
2969
+ #~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
2970
+ #~ "い。"
2971
+
2972
+ #, fuzzy
2973
+ #~ msgid "Visit the"
2974
+ #~ msgstr ""
2975
+ #~ "WEBサイトの開発からコンサルタント、wordpressまで。もし、カスタムプラグイン"
2976
+ #~ "や手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越"
2977
+ #~ "しください。英語ですが。"
2978
+
2979
+ #, fuzzy
2980
+ #~ msgid "website"
2981
+ #~ msgstr "開発者のWEBサイトは以下です。"
2982
+
2983
+ #, fuzzy
2984
+ #~ msgid "AdRotate News and Developer Blog"
2985
+ #~ msgstr "AdRotate Blog"
2986
+
2987
+ #, fuzzy
2988
+ #~ msgid ""
2989
+ #~ "This sends a test notification. Before you test, save the options first!"
2990
+ #~ msgstr ""
2991
+ #~ "これは、テスト通知を送信します。新しいメールアドレスの設定時など、まずはオ"
2992
+ #~ "プションを保存してから、テストして下さい。"
2993
+
2994
+ #~ msgid "Email Notifications"
2995
+ #~ msgstr "メール問い合わせ先"
2996
+
2997
+ #, fuzzy
2998
+ #~ msgid "Push Notifications"
2999
+ #~ msgstr "通知先"
3000
+
3001
  #~ msgid "active ad(s) expired."
3002
  #~ msgstr "個の広告が期限切れです。"
3003
 
3723
  #~ "どにはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さ"
3724
  #~ "い。"
3725
 
 
 
 
3726
  #, fuzzy
3727
  #~ msgid "Track impressions from logged in users (Recommended)."
3728
  #~ msgstr "表示数"
3833
  #~ msgid "Where are your banner ads?"
3834
  #~ msgstr "バナー画像"
3835
 
 
 
 
3836
  #, fuzzy
3837
  #~ msgid ""
3838
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
language/adrotate-pl_PL.mo CHANGED
Binary file
language/adrotate-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:57+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:57+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Generator: Poedit 1.8.6\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-Poedit-SearchPath-0: .\n"
@@ -119,15 +119,15 @@ msgstr ""
119
  msgid "Unexpected error"
120
  msgstr ""
121
 
122
- #: adrotate-manage-publisher.php:702
123
  msgid "AdRotate Advertiser"
124
  msgstr ""
125
 
126
- #: adrotate-output.php:607
127
  msgid "Oh no! Something went wrong!"
128
  msgstr "Uwaga ! Coś poszło nie tak !"
129
 
130
- #: adrotate-output.php:608
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."
@@ -135,7 +135,7 @@ msgstr ""
135
  "Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
136
  "Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
137
 
138
- #: adrotate-output.php:609
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
@@ -143,11 +143,11 @@ msgstr ""
143
  "Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
144
  "zostałeś oszukany. "
145
 
146
- #: adrotate-output.php:610
147
  msgid "Contact support if the issue persists:"
148
  msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
149
 
150
- #: adrotate-output.php:628
151
  msgid ""
152
  "Error, Ad is not available at this time due to schedule/geolocation "
153
  "restrictions or does not exist!"
@@ -155,7 +155,7 @@ msgstr ""
155
  "Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
156
  "harmonogramie lub geolokalizacji lub może nie istnieć."
157
 
158
- #: adrotate-output.php:630
159
  msgid ""
160
  "Error, Ad is not available at this time due to schedule/geolocation "
161
  "restrictions!"
@@ -163,7 +163,7 @@ msgstr ""
163
  "Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
164
  "harmonogramie lub geolokalizacji."
165
 
166
- #: adrotate-output.php:637 adrotate-output.php:639
167
  msgid ""
168
  "Either there are no banners, they are disabled or none qualified for this "
169
  "location!"
@@ -171,19 +171,19 @@ msgstr ""
171
  "Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
172
  "lokalizacji!"
173
 
174
- #: adrotate-output.php:645
175
  msgid "Error, no Ad ID set! Check your syntax!"
176
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
177
 
178
- #: adrotate-output.php:651
179
  msgid "Error, no group ID set! Check your syntax!"
180
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
181
 
182
- #: adrotate-output.php:656
183
  msgid "Error, group does not exist! Check your syntax!"
184
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
185
 
186
- #: adrotate-output.php:662
187
  msgid ""
188
  "There was an error locating the database tables for AdRotate. Please "
189
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -191,16 +191,16 @@ msgstr ""
191
  "Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
192
  "AdRote na panelu wtyczek."
193
 
194
- #: adrotate-output.php:662
195
  msgid "If this does not solve the issue please seek support at"
196
  msgstr ""
197
  "Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
198
 
199
- #: adrotate-output.php:668
200
  msgid "An unknown error occured."
201
  msgstr "Pojawił się nieznany błąd."
202
 
203
- #: adrotate-output.php:687
204
  #, php-format
205
  msgid "One advert is expired."
206
  msgid_plural "%1$s adverts expired!"
@@ -208,11 +208,12 @@ msgstr[0] ""
208
  msgstr[1] ""
209
  msgstr[2] ""
210
 
211
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
212
  msgid "Check adverts"
213
  msgstr ""
214
 
215
- #: adrotate-output.php:690
216
  #, php-format
217
  msgid "One advert expires soon."
218
  msgid_plural "%1$s adverts are almost expiring!"
@@ -220,7 +221,7 @@ msgstr[0] ""
220
  msgstr[1] ""
221
  msgstr[2] ""
222
 
223
- #: adrotate-output.php:693
224
  #, php-format
225
  msgid "One advert with configuration errors."
226
  msgid_plural "%1$s adverts have configuration errors!"
@@ -228,149 +229,157 @@ msgstr[0] ""
228
  msgstr[1] ""
229
  msgstr[2] ""
230
 
231
- #: adrotate-output.php:698
232
  msgid ""
233
  "You have enable caching support but W3 Total Cache is not active on your "
234
  "site!"
235
  msgstr ""
236
 
237
- #: adrotate-output.php:701
238
  msgid ""
239
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
240
  "not set."
241
  msgstr ""
242
 
243
- #: adrotate-output.php:706
244
  msgid "Your AdRotate Banner folder is not writable or does not exist."
245
  msgstr ""
246
 
247
- #: adrotate-output.php:728
248
  msgid "one issue that requires"
249
  msgid_plural "several issues that require"
250
  msgstr[0] ""
251
  msgstr[1] ""
252
  msgstr[2] ""
253
 
254
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
255
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
256
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
257
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
258
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
259
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
260
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
261
- #: dashboard/settings/geotargeting.php:26
262
  #, fuzzy
263
  msgid "Buy now"
264
  msgstr "Kup"
265
 
266
- #: adrotate-output.php:747
267
  msgid ""
268
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
269
  "to the <strong>PRO</strong> version"
270
  msgstr ""
271
 
272
- #: adrotate-output.php:747
273
  #, php-format
274
  msgid ""
275
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
276
  msgstr ""
277
 
278
- #: adrotate-output.php:747
279
  msgid "Thank you for your purchase!"
280
  msgstr ""
281
 
282
- #: adrotate-output.php:791
 
 
 
 
 
 
 
283
  msgid ""
284
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
285
  "this menu. Check out the"
286
  msgstr ""
287
 
288
- #: adrotate-output.php:791
289
  msgid "manuals"
290
  msgstr "instrukcje"
291
 
292
- #: adrotate-output.php:791 adrotate-output.php:864
293
  msgid "and"
294
  msgstr ""
295
 
296
- #: adrotate-output.php:791
297
  msgid "forums"
298
  msgstr ""
299
 
300
- #: adrotate-output.php:824
301
  #, fuzzy
302
  msgid "Useful Links"
303
  msgstr "Użyteczne odnośniki."
304
 
305
- #: adrotate-output.php:825
306
  msgid "Useful links to learn more about AdRotate"
307
  msgstr ""
308
 
309
- #: adrotate-output.php:827
310
  msgid "AdRotate website"
311
  msgstr ""
312
 
313
- #: adrotate-output.php:828
314
  #, fuzzy
315
  msgid "Getting Started With AdRotate"
316
  msgstr "Więcej ustawień z AdRotate Pro"
317
 
318
- #: adrotate-output.php:829
319
  #, fuzzy
320
  msgid "AdRotate manuals"
321
  msgstr "Informacja AdRotate "
322
 
323
- #: adrotate-output.php:830
324
  #, fuzzy
325
  msgid "AdRotate Support Forum"
326
  msgstr "Sklep AdRotate"
327
 
328
- #: adrotate-output.php:856
329
  #, fuzzy
330
  msgid "Help AdRotate Grow"
331
  msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
332
 
333
- #: adrotate-output.php:857
334
  msgid "Follow Arnan on Facebook"
335
  msgstr ""
336
 
337
- #: adrotate-output.php:864
338
  msgid ""
339
  "A lot of users only think to review AdRotate when something goes wrong while "
340
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
341
  msgstr ""
342
 
343
- #: adrotate-output.php:864
344
  msgid "If you find AdRotate useful please leave your honest"
345
  msgstr ""
346
 
347
- #: adrotate-output.php:864
348
  msgid "rating"
349
  msgstr ""
350
 
351
- #: adrotate-output.php:864
352
  #, fuzzy
353
  msgid "review"
354
  msgstr ""
355
  "Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
356
 
357
- #: adrotate-output.php:864
358
  msgid "on WordPress.org to help AdRotate grow in a positive way"
359
  msgstr ""
360
 
361
- #: adrotate-output.php:903
 
362
  msgid "Available in AdRotate Pro"
363
  msgstr "Dostępne w wersji AdRotate Pro"
364
 
365
- #: adrotate-output.php:903
366
  msgid "More information..."
367
  msgstr "Więcej informacji"
368
 
369
- #: adrotate-output.php:904
370
  msgid "This feature is available in AdRotate Pro"
371
  msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
372
 
373
- #: adrotate-output.php:904
374
  msgid "Learn more"
375
  msgstr "Dowiedź się więcej"
376
 
@@ -506,7 +515,7 @@ msgstr ""
506
  msgid "Manage Groups"
507
  msgstr "Zarządzaj grupami"
508
 
509
- #: adrotate.php:109 adrotate.php:407
510
  #, fuzzy
511
  msgid "Manage Schedules"
512
  msgstr "Zarządzaj"
@@ -532,35 +541,34 @@ msgstr "AdRotate Professional"
532
  msgid "Advert Management"
533
  msgstr ""
534
 
535
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
536
  msgid "Manage"
537
  msgstr "Zarządzaj"
538
 
539
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
540
  msgid "Add New"
541
  msgstr "Dodaj nową"
542
 
543
- #: adrotate.php:336
544
  msgid "Group Management"
545
  msgstr "Zarządzanie grupą reklam"
546
 
547
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
548
- #: dashboard/publisher/groups-main.php:70
549
  msgid "Report"
550
  msgstr "Raport"
551
 
552
- #: adrotate.php:398
553
  #, fuzzy
554
  msgid "Schedule Management available in AdRotate Pro"
555
  msgstr "Dostępne w wersji AdRotate Pro"
556
 
557
- #: adrotate.php:408
558
  msgid ""
559
  "Schedule management and multiple schedules per advert is available in "
560
  "AdRotate Pro."
561
  msgstr ""
562
 
563
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
564
  #: dashboard/publisher/adverts-main.php:114
565
  #: dashboard/publisher/groups-edit.php:75
566
  #: dashboard/publisher/groups-main.php:89
@@ -568,21 +576,21 @@ msgstr ""
568
  msgid "More information"
569
  msgstr "Więcej informacji"
570
 
571
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
572
  #: dashboard/publisher/adverts-error.php:19
573
  #: dashboard/publisher/adverts-main.php:20
574
  #: dashboard/publisher/groups-main.php:20
575
  msgid "Bulk Actions"
576
  msgstr "Działania masowe"
577
 
578
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
579
  #: dashboard/publisher/adverts-error.php:29
580
  #: dashboard/publisher/adverts-main.php:30
581
  #: dashboard/publisher/groups-main.php:24
582
  msgid "Go"
583
  msgstr "Idź"
584
 
585
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
586
  #: dashboard/publisher/adverts-error.php:39
587
  #: dashboard/publisher/adverts-main.php:39
588
  #: dashboard/publisher/groups-edit.php:51
@@ -590,106 +598,106 @@ msgstr "Idź"
590
  msgid "ID"
591
  msgstr "ID"
592
 
593
- #: adrotate.php:426
594
  #, fuzzy
595
  msgid "Start"
596
  msgstr "Start / Koniec"
597
 
598
- #: adrotate.php:426
599
  #, fuzzy
600
  msgid "End"
601
  msgstr "Start / Koniec"
602
 
603
- #: adrotate.php:427
604
  msgid "Ads"
605
  msgstr "Reklamy"
606
 
607
- #: adrotate.php:429
608
  msgid "Max Impressions"
609
  msgstr "Maksymalna liczba wyświetleń"
610
 
611
- #: adrotate.php:430
612
  msgid "Max Clicks"
613
  msgstr "Maksymalna liczna kliknięć"
614
 
615
- #: adrotate.php:460
616
  #, fuzzy
617
  msgid "No schedules created yet!"
618
  msgstr "Nie utworzono jeszcze żadnych reklam!"
619
 
620
- #: adrotate.php:465
621
  #, fuzzy
622
  msgid "Easily manage your schedules from here with AdRotate Pro."
623
  msgstr "Więcej ustawień z AdRotate Pro"
624
 
625
- #: adrotate.php:465 adrotate.php:531
626
  #, fuzzy
627
  msgid "Upgrade today!"
628
  msgstr "Dziś"
629
 
630
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
631
  #: dashboard/publisher/groups-edit.php:387
632
  msgid "Expires soon."
633
  msgstr "Wygasa wkrótce."
634
 
635
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
636
  #: dashboard/publisher/groups-edit.php:388
637
  msgid "Has expired."
638
  msgstr "Wygasła."
639
 
640
- #: adrotate.php:493
641
  #, fuzzy
642
  msgid "Media Management available in AdRotate Pro"
643
  msgstr "Dostępne w wersji AdRotate Pro"
644
 
645
- #: adrotate.php:495
646
  msgid "Upload images to the AdRotate Pro banners folder from here."
647
  msgstr ""
648
 
649
- #: adrotate.php:495
650
  msgid ""
651
  "This is useful if you use responsive adverts with multiple images or have "
652
  "HTML5 adverts containing multiple files."
653
  msgstr ""
654
 
655
- #: adrotate.php:495
656
  #, fuzzy
657
  msgid "Media uploading and management is available in AdRotate Pro."
658
  msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
659
 
660
- #: adrotate.php:497
661
  msgid "Upload new file"
662
  msgstr ""
663
 
664
- #: adrotate.php:498
665
  msgid "Accepted files:"
666
  msgstr ""
667
 
668
- #: adrotate.php:498
669
  msgid "For HTML5 ads you can also upload html and javascript files."
670
  msgstr ""
671
 
672
- #: adrotate.php:498
673
  msgid "Maximum size is 512Kb."
674
  msgstr ""
675
 
676
- #: adrotate.php:498
677
  msgid "Important:"
678
  msgstr ""
679
 
680
- #: adrotate.php:498
681
  msgid ""
682
  "Make sure your file has no spaces or special characters in the name. Replace "
683
  "spaces with a - or _."
684
  msgstr ""
685
 
686
- #: adrotate.php:498
687
  msgid ""
688
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
689
  "file so it knows about the changed name. For example for the javascript file."
690
  msgstr ""
691
 
692
- #: adrotate.php:501
693
  #, fuzzy
694
  msgid ""
695
  "For responsive adverts make sure the filename is in the following format; "
@@ -699,7 +707,7 @@ msgstr ""
699
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
700
  "pełnego wachlarza rozmiarów.'"
701
 
702
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
703
  msgid ""
704
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
705
  "filename instead of \".full\" for the various viewports."
@@ -707,12 +715,12 @@ msgstr ""
707
  "Dla obrazów mniejszych rozmiarów użyj \".320\", \".480\", \".768\" albo "
708
  "\".1024\" w nazwie pliku \".full\" dla odpowiednich formatów wyświetlania."
709
 
710
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
711
  #: dashboard/publisher/groups-edit.php:320
712
  msgid "Example:"
713
  msgstr "Przykład:"
714
 
715
- #: adrotate.php:503
716
  #, fuzzy
717
  msgid ""
718
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -721,51 +729,51 @@ msgstr ""
721
  "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie w "
722
  "różnych widokach. Wymaga jQuery."
723
 
724
- #: adrotate.php:507
725
  msgid "Upload file"
726
  msgstr ""
727
 
728
- #: adrotate.php:507
729
  msgid "Click only once per file!"
730
  msgstr ""
731
 
732
- #: adrotate.php:510
733
  msgid "Available files in"
734
  msgstr ""
735
 
736
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
737
  #: dashboard/publisher/groups-main.php:33
738
  msgid "Name"
739
  msgstr "Nazwa"
740
 
741
- #: adrotate.php:516
742
  #, fuzzy
743
  msgid "Actions"
744
  msgstr "Działania masowe"
745
 
746
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
747
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
748
  #: dashboard/publisher/adverts-disabled.php:22
749
  #: dashboard/publisher/adverts-error.php:21
750
  #: dashboard/publisher/adverts-main.php:22
751
  msgid "Delete"
752
  msgstr "Usuń"
753
 
754
- #: adrotate.php:531
755
  msgid ""
756
  "Make sure the banner images are not in use by adverts when you delete them!"
757
  msgstr ""
758
 
759
- #: adrotate.php:531
760
  #, fuzzy
761
  msgid "Manage your banner folder from here with AdRotate Pro."
762
  msgstr "Więcej ustawień z AdRotate Pro"
763
 
764
- #: adrotate.php:560
765
  msgid "AdRotate Settings"
766
  msgstr "Ustawienia AdRotate"
767
 
768
- #: adrotate.php:631
769
  msgid "Update Options"
770
  msgstr "Zapisz opcje"
771
 
@@ -806,8 +814,8 @@ msgstr "Zlokalizuje swoje kampanie reklamowe używajac geolokalizacji"
806
  msgid ""
807
  "Go nationwide or global with localized adverts for your various audiences. "
808
  "Set up adverts for countries and cities and sell impressions per general "
809
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
810
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
811
  msgstr ""
812
 
813
  #: dashboard/adrotatepro.php:41
@@ -819,10 +827,10 @@ msgid ""
819
  "When you activate your AdRotate Pro license you can use fast and personal "
820
  "email support. No more queueing up in the forums. AdRotate premium support "
821
  "takes priority over the forums and is checked much more often than the "
822
- "forum. Get a solution (usually) within a day."
823
  msgstr ""
824
 
825
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
826
  msgid "AdRotate is brought to you by"
827
  msgstr "Możesz koszystać z AdRotate dzięki"
828
 
@@ -857,10 +865,9 @@ msgstr ""
857
  #: dashboard/adrotatepro.php:91
858
  msgid ""
859
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
860
- "adverts expire or need your attention. Additionally, you can have AdRotate "
861
- "send push notifications to your iOS or Android smartphone. Get notified when "
862
- "adverts expire, have errors or when advertisers create new adverts. Never "
863
- "miss an expiration date again."
864
  msgstr ""
865
 
866
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -988,42 +995,16 @@ msgid ""
988
  "for updates about me and my plugins. Thank you!"
989
  msgstr ""
990
 
991
- #: dashboard/info.php:103
992
- msgid ""
993
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
994
- "digital nomad in the Philippines. Click on my name to find out more about me "
995
- "and what I am doing. Thanks for your support and for using my plugins!"
996
  msgstr ""
997
 
998
- #: dashboard/info.php:113
999
- msgid "Get more features with AdRotate Pro"
1000
- msgstr "Więcej ustawień z AdRotate Pro"
1001
-
1002
- #: dashboard/info.php:116
1003
  msgid ""
1004
- "Benefit from extra features to reinforce your income with advertising "
1005
- "campaigns. Make the most of your website with the powerful tools AdRotate "
1006
- "Pro offers on top of the trusted features included in the free version."
1007
  msgstr ""
1008
- "Zyski wynikające z dodatkowych funkcji powiększą twoje przychodzy z reklamy. "
1009
- "Skorzystaj z potężnych narzędzi AdRotate PRO zyskaj więcej dzięki dodatkowym "
1010
- "funkcjom."
1011
-
1012
- #: dashboard/info.php:116
1013
- msgid "Want to know more about"
1014
- msgstr ""
1015
-
1016
- #: dashboard/info.php:116
1017
- msgid "Visit the"
1018
- msgstr "Odwiedź"
1019
-
1020
- #: dashboard/info.php:116
1021
- msgid "website"
1022
- msgstr "strone internetową"
1023
-
1024
- #: dashboard/info.php:120
1025
- msgid "AdRotate News and Developer Blog"
1026
- msgstr "AdRotere Wiadomości i Blog "
1027
 
1028
  #: dashboard/publisher/adverts-disabled.php:15
1029
  msgid "Disabled Adverts"
@@ -1089,6 +1070,8 @@ msgstr "Edytuj"
1089
 
1090
  #: dashboard/publisher/adverts-disabled.php:74
1091
  #: dashboard/publisher/adverts-error.php:64
 
 
1092
  msgid "Stats"
1093
  msgstr "Statystyki"
1094
 
@@ -1533,7 +1516,7 @@ msgstr "ID - Nazwa"
1533
 
1534
  #: dashboard/publisher/adverts-edit.php:406
1535
  #: dashboard/publisher/groups-main.php:60
1536
- #: dashboard/settings/geotargeting.php:39
1537
  msgid "Default"
1538
  msgstr "Domyślny"
1539
 
@@ -2246,44 +2229,40 @@ msgstr ""
2246
  msgid "Which Geo Service"
2247
  msgstr ""
2248
 
2249
- #: dashboard/settings/geotargeting.php:26
2250
  msgid ""
2251
  "The most complete and accurate geo targeting you can get for only $20 USD "
2252
  "per 50000 lookups."
2253
  msgstr ""
2254
 
2255
- #: dashboard/settings/geotargeting.php:28
2256
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2257
  msgstr ""
2258
 
2259
- #: dashboard/settings/geotargeting.php:30
2260
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2261
- msgstr ""
2262
-
2263
- #: dashboard/settings/geotargeting.php:36
2264
  msgid "Geo Cookie Lifespan"
2265
  msgstr ""
2266
 
2267
- #: dashboard/settings/geotargeting.php:45
2268
  msgid "Hours."
2269
  msgstr ""
2270
 
2271
- #: dashboard/settings/geotargeting.php:46
2272
  msgid ""
2273
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2274
  "cookie last? A longer period is less accurate for mobile users but may "
2275
  "reduce the usage of your lookups drastically."
2276
  msgstr ""
2277
 
2278
- #: dashboard/settings/geotargeting.php:52
2279
  msgid "MaxMind City/Country"
2280
  msgstr ""
2281
 
2282
- #: dashboard/settings/geotargeting.php:55
2283
  msgid "Username/Email"
2284
  msgstr ""
2285
 
2286
- #: dashboard/settings/geotargeting.php:59
2287
  msgid "Password/License Key"
2288
  msgstr ""
2289
 
@@ -2551,10 +2530,18 @@ msgstr ""
2551
 
2552
  #: dashboard/settings/misc.php:25
2553
  msgid ""
2554
- "You have enabled W3 Total Caching support but not defined the security hash. "
2555
- "You need to add the following line to your wp-config.php near the bottom or "
2556
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2557
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2558
  msgstr ""
2559
 
2560
  #: dashboard/settings/misc.php:29
@@ -2584,26 +2571,30 @@ msgstr ""
2584
  "strony."
2585
 
2586
  #: dashboard/settings/notifications.php:12
2587
- msgid "Notifications - Available in AdRotate Pro"
2588
- msgstr ""
2589
 
2590
  #: dashboard/settings/notifications.php:13
2591
  msgid "Set up who gets notifications if ads need your attention."
2592
  msgstr "Ustal kto dostaje powiadomienia gdy reklamy wymagają interwencji."
2593
 
2594
  #: dashboard/settings/notifications.php:16
2595
- msgid "Delivery method"
2596
- msgstr "Metoda dostarczania"
2597
 
2598
  #: dashboard/settings/notifications.php:18
 
 
 
 
2599
  msgid "Email message."
2600
  msgstr "Wiadomość email."
2601
 
2602
- #: dashboard/settings/notifications.php:19
2603
  msgid "Push notifications to your smartphone."
2604
  msgstr "Wyślij powiadomienia na swój telefon."
2605
 
2606
- #: dashboard/settings/notifications.php:20
2607
  msgid ""
2608
  "Push notifications are delivered through Pushover, a notification service "
2609
  "for Android and iOS"
@@ -2611,7 +2602,7 @@ msgstr ""
2611
  "Powiadomienia mogą być dostarczane poprzez oprogramowanie Pushover, program "
2612
  "powidamiajacy dla Androida i iOS"
2613
 
2614
- #: dashboard/settings/notifications.php:20
2615
  msgid ""
2616
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2617
  "information can be found on the pushover website;"
@@ -2620,29 +2611,56 @@ msgstr ""
2620
  "dla Android jak i iOS. Więcej informacji znajdziesz na stronie interntowej "
2621
  "aplikacji Pushover"
2622
 
2623
- #: dashboard/settings/notifications.php:24
2624
  msgid "Test notification"
2625
  msgstr ""
2626
 
2627
- #: dashboard/settings/notifications.php:26
2628
- msgid ""
2629
- "This sends a test notification. Before you test, save the options first!"
2630
  msgstr ""
2631
 
2632
- #: dashboard/settings/notifications.php:31
2633
- msgid "Email Notifications"
2634
- msgstr "Powiadomienie na email"
 
 
2635
 
2636
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2637
  msgid "Set up who gets notification emails."
2638
  msgstr "Ustal kto otrzymuje powiadomienia na email."
2639
 
2640
- #: dashboard/settings/notifications.php:35
2641
- #: dashboard/settings/notifications.php:55
2642
  msgid "Publishers"
2643
  msgstr "Ogłoszeniodawcy"
2644
 
2645
- #: dashboard/settings/notifications.php:38
2646
  msgid ""
2647
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2648
  "list to a minimum!"
@@ -2651,7 +2669,7 @@ msgstr ""
2651
  "adresów. Postaraj się by ta lista była jak najmniejsza! Gdyż może to zbytnio "
2652
  "obciążać system."
2653
 
2654
- #: dashboard/settings/notifications.php:39
2655
  msgid ""
2656
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2657
  "email notifications will be send."
@@ -2659,11 +2677,11 @@ msgstr ""
2659
  "Wiadomości są wysyłane raz na 24 godziny jeśli jest to faktycznie potrzebne. "
2660
  "Jeśli pozostawisz te pole puste, żadne wiadomości mailowe nie bądą wysyłane."
2661
 
2662
- #: dashboard/settings/notifications.php:43
2663
  msgid "Advertisers"
2664
  msgstr "Reklamodawcy"
2665
 
2666
- #: dashboard/settings/notifications.php:46
2667
  msgid ""
2668
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2669
  "This field may not be empty!"
@@ -2671,11 +2689,11 @@ msgstr ""
2671
  "Kto otrzymuje maile od reklamodawców. Maksymalnie 2 adresy odzielone "
2672
  "średnikiem. Te pole nie możę być puste!."
2673
 
2674
- #: dashboard/settings/notifications.php:51
2675
- msgid "Push Notifications"
2676
- msgstr "Powiadomienia typu PUSH"
2677
 
2678
- #: dashboard/settings/notifications.php:52
2679
  msgid ""
2680
  "Receive information about what is happening with your AdRotate setup on your "
2681
  "smartphone via Pushover."
@@ -2683,29 +2701,29 @@ msgstr ""
2683
  "Możesz otrzymywać wiadomości na smartphona o tym co dzieje się z Twoją "
2684
  "aplikacją AdRotate. Możliwe jest to dzięki aplikacjio Pushover."
2685
 
2686
- #: dashboard/settings/notifications.php:57
2687
  msgid "When you are running out of Geo Targeting Lookups."
2688
  msgstr ""
2689
 
2690
- #: dashboard/settings/notifications.php:58
2691
  msgid "Daily digest of any advert status other than normal."
2692
  msgstr "Dzienne podsumowania reklam inne niż normalne."
2693
 
2694
- #: dashboard/settings/notifications.php:59
2695
  msgid "Any advertiser saving an advert in your moderation queue."
2696
  msgstr ""
2697
  "Każdy reklamodawca zapisuje swoje reklamy w Twojej kolejce moderacyjnej."
2698
 
2699
- #: dashboard/settings/notifications.php:60
2700
  msgid "A moderator approved an advert from the moderation queue."
2701
  msgstr ""
2702
  "Moderator zatwierdza reklamy umieszczone wcześniej w kolejce moderacyjnej."
2703
 
2704
- #: dashboard/settings/notifications.php:61
2705
  msgid "A moderator rejected an advert from the moderation queue."
2706
  msgstr "Moderator wyrzuca reklamuy z kolejki moderacyjnej."
2707
 
2708
- #: dashboard/settings/notifications.php:61
2709
  msgid ""
2710
  "If you have a lot of activity with many advertisers adding/changing adverts "
2711
  "you may get a lot of messages!"
@@ -2713,32 +2731,32 @@ msgstr ""
2713
  "Jeśli odnotowujesz dużą aktwywność reklamodawców dodających i zmieniających "
2714
  "reklamy możesz otrzymywać duża ilość wiadomości!"
2715
 
2716
- #: dashboard/settings/notifications.php:66
2717
  msgid "User Key"
2718
  msgstr ""
2719
 
2720
- #: dashboard/settings/notifications.php:68
2721
  msgid "Get your user token"
2722
  msgstr ""
2723
 
2724
- #: dashboard/settings/notifications.php:68
2725
- #: dashboard/settings/notifications.php:74
2726
  msgid "here"
2727
  msgstr ""
2728
 
2729
- #: dashboard/settings/notifications.php:72
2730
  msgid "Api Token"
2731
  msgstr ""
2732
 
2733
- #: dashboard/settings/notifications.php:74
2734
  msgid "Create your"
2735
  msgstr ""
2736
 
2737
- #: dashboard/settings/notifications.php:74
2738
  msgid "App"
2739
  msgstr ""
2740
 
2741
- #: dashboard/settings/notifications.php:74
2742
  msgid "and get your API token"
2743
  msgstr ""
2744
 
@@ -2894,6 +2912,36 @@ msgid ""
2894
  msgstr ""
2895
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
2896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2897
  #~ msgid "active ad(s) expired."
2898
  #~ msgstr "Aktywne reklamy wygasły."
2899
 
@@ -3788,9 +3836,6 @@ msgstr ""
3788
  #~ "normalnych subskrybentów poprzez zabezpieczenie dostępu do zyt dużej "
3789
  #~ "ilości funkcji w panelu administracyjnym."
3790
 
3791
- #~ msgid "Notifications"
3792
- #~ msgstr "Powiadomienie"
3793
-
3794
  #~ msgid "Track impressions from logged in users (Recommended)."
3795
  #~ msgstr "Śledz wyświetlenia - zalogowanych użytkowników (Zalecane)."
3796
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
15
  "_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Generator: Poedit 1.8.7\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-Poedit-SearchPath-0: .\n"
119
  msgid "Unexpected error"
120
  msgstr ""
121
 
122
+ #: adrotate-manage-publisher.php:678
123
  msgid "AdRotate Advertiser"
124
  msgstr ""
125
 
126
+ #: adrotate-output.php:574
127
  msgid "Oh no! Something went wrong!"
128
  msgstr "Uwaga ! Coś poszło nie tak !"
129
 
130
+ #: adrotate-output.php:575
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."
135
  "Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
136
  "Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
137
 
138
+ #: adrotate-output.php:576
139
  msgid ""
140
  "If you have received the url you want to visit via email, you are being "
141
  "tricked!"
143
  "Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
144
  "zostałeś oszukany. "
145
 
146
+ #: adrotate-output.php:577
147
  msgid "Contact support if the issue persists:"
148
  msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
149
 
150
+ #: adrotate-output.php:592
151
  msgid ""
152
  "Error, Ad is not available at this time due to schedule/geolocation "
153
  "restrictions or does not exist!"
155
  "Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
156
  "harmonogramie lub geolokalizacji lub może nie istnieć."
157
 
158
+ #: adrotate-output.php:594
159
  msgid ""
160
  "Error, Ad is not available at this time due to schedule/geolocation "
161
  "restrictions!"
163
  "Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
164
  "harmonogramie lub geolokalizacji."
165
 
166
+ #: adrotate-output.php:601 adrotate-output.php:603
167
  msgid ""
168
  "Either there are no banners, they are disabled or none qualified for this "
169
  "location!"
171
  "Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
172
  "lokalizacji!"
173
 
174
+ #: adrotate-output.php:609
175
  msgid "Error, no Ad ID set! Check your syntax!"
176
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
177
 
178
+ #: adrotate-output.php:615
179
  msgid "Error, no group ID set! Check your syntax!"
180
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
181
 
182
+ #: adrotate-output.php:620
183
  msgid "Error, group does not exist! Check your syntax!"
184
  msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
185
 
186
+ #: adrotate-output.php:626
187
  msgid ""
188
  "There was an error locating the database tables for AdRotate. Please "
189
  "deactivate and re-activate AdRotate from the plugin page!!"
191
  "Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
192
  "AdRote na panelu wtyczek."
193
 
194
+ #: adrotate-output.php:626
195
  msgid "If this does not solve the issue please seek support at"
196
  msgstr ""
197
  "Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
198
 
199
+ #: adrotate-output.php:632
200
  msgid "An unknown error occured."
201
  msgstr "Pojawił się nieznany błąd."
202
 
203
+ #: adrotate-output.php:651 adrotate-output.php:663
204
  #, php-format
205
  msgid "One advert is expired."
206
  msgid_plural "%1$s adverts expired!"
208
  msgstr[1] ""
209
  msgstr[2] ""
210
 
211
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
212
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
213
  msgid "Check adverts"
214
  msgstr ""
215
 
216
+ #: adrotate-output.php:654 adrotate-output.php:666
217
  #, php-format
218
  msgid "One advert expires soon."
219
  msgid_plural "%1$s adverts are almost expiring!"
221
  msgstr[1] ""
222
  msgstr[2] ""
223
 
224
+ #: adrotate-output.php:658 adrotate-output.php:669
225
  #, php-format
226
  msgid "One advert with configuration errors."
227
  msgid_plural "%1$s adverts have configuration errors!"
229
  msgstr[1] ""
230
  msgstr[2] ""
231
 
232
+ #: adrotate-output.php:674
233
  msgid ""
234
  "You have enable caching support but W3 Total Cache is not active on your "
235
  "site!"
236
  msgstr ""
237
 
238
+ #: adrotate-output.php:677
239
  msgid ""
240
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
241
  "not set."
242
  msgstr ""
243
 
244
+ #: adrotate-output.php:682
245
  msgid "Your AdRotate Banner folder is not writable or does not exist."
246
  msgstr ""
247
 
248
+ #: adrotate-output.php:701
249
  msgid "one issue that requires"
250
  msgid_plural "several issues that require"
251
  msgstr[0] ""
252
  msgstr[1] ""
253
  msgstr[2] ""
254
 
255
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
256
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
257
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
258
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
259
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
260
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
261
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
262
+ #: dashboard/settings/geotargeting.php:25
263
  #, fuzzy
264
  msgid "Buy now"
265
  msgstr "Kup"
266
 
267
+ #: adrotate-output.php:723
268
  msgid ""
269
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
270
  "to the <strong>PRO</strong> version"
271
  msgstr ""
272
 
273
+ #: adrotate-output.php:723
274
  #, php-format
275
  msgid ""
276
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
277
  msgstr ""
278
 
279
+ #: adrotate-output.php:723
280
  msgid "Thank you for your purchase!"
281
  msgstr ""
282
 
283
+ #: adrotate-output.php:749
284
+ msgid "one plugin"
285
+ msgid_plural "several plugins"
286
+ msgstr[0] ""
287
+ msgstr[1] ""
288
+ msgstr[2] ""
289
+
290
+ #: adrotate-output.php:784
291
  msgid ""
292
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
293
  "this menu. Check out the"
294
  msgstr ""
295
 
296
+ #: adrotate-output.php:784
297
  msgid "manuals"
298
  msgstr "instrukcje"
299
 
300
+ #: adrotate-output.php:784 adrotate-output.php:851
301
  msgid "and"
302
  msgstr ""
303
 
304
+ #: adrotate-output.php:784
305
  msgid "forums"
306
  msgstr ""
307
 
308
+ #: adrotate-output.php:814
309
  #, fuzzy
310
  msgid "Useful Links"
311
  msgstr "Użyteczne odnośniki."
312
 
313
+ #: adrotate-output.php:815
314
  msgid "Useful links to learn more about AdRotate"
315
  msgstr ""
316
 
317
+ #: adrotate-output.php:817
318
  msgid "AdRotate website"
319
  msgstr ""
320
 
321
+ #: adrotate-output.php:818
322
  #, fuzzy
323
  msgid "Getting Started With AdRotate"
324
  msgstr "Więcej ustawień z AdRotate Pro"
325
 
326
+ #: adrotate-output.php:819
327
  #, fuzzy
328
  msgid "AdRotate manuals"
329
  msgstr "Informacja AdRotate "
330
 
331
+ #: adrotate-output.php:820
332
  #, fuzzy
333
  msgid "AdRotate Support Forum"
334
  msgstr "Sklep AdRotate"
335
 
336
+ #: adrotate-output.php:843
337
  #, fuzzy
338
  msgid "Help AdRotate Grow"
339
  msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
340
 
341
+ #: adrotate-output.php:844
342
  msgid "Follow Arnan on Facebook"
343
  msgstr ""
344
 
345
+ #: adrotate-output.php:851
346
  msgid ""
347
  "A lot of users only think to review AdRotate when something goes wrong while "
348
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
349
  msgstr ""
350
 
351
+ #: adrotate-output.php:851
352
  msgid "If you find AdRotate useful please leave your honest"
353
  msgstr ""
354
 
355
+ #: adrotate-output.php:851
356
  msgid "rating"
357
  msgstr ""
358
 
359
+ #: adrotate-output.php:851
360
  #, fuzzy
361
  msgid "review"
362
  msgstr ""
363
  "Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
364
 
365
+ #: adrotate-output.php:851
366
  msgid "on WordPress.org to help AdRotate grow in a positive way"
367
  msgstr ""
368
 
369
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
370
+ #: dashboard/settings/notifications.php:64
371
  msgid "Available in AdRotate Pro"
372
  msgstr "Dostępne w wersji AdRotate Pro"
373
 
374
+ #: adrotate-output.php:884
375
  msgid "More information..."
376
  msgstr "Więcej informacji"
377
 
378
+ #: adrotate-output.php:885
379
  msgid "This feature is available in AdRotate Pro"
380
  msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
381
 
382
+ #: adrotate-output.php:885
383
  msgid "Learn more"
384
  msgstr "Dowiedź się więcej"
385
 
515
  msgid "Manage Groups"
516
  msgstr "Zarządzaj grupami"
517
 
518
+ #: adrotate.php:109 adrotate.php:387
519
  #, fuzzy
520
  msgid "Manage Schedules"
521
  msgstr "Zarządzaj"
541
  msgid "Advert Management"
542
  msgstr ""
543
 
544
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
545
  msgid "Manage"
546
  msgstr "Zarządzaj"
547
 
548
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
549
  msgid "Add New"
550
  msgstr "Dodaj nową"
551
 
552
+ #: adrotate.php:320
553
  msgid "Group Management"
554
  msgstr "Zarządzanie grupą reklam"
555
 
556
+ #: adrotate.php:329
 
557
  msgid "Report"
558
  msgstr "Raport"
559
 
560
+ #: adrotate.php:378
561
  #, fuzzy
562
  msgid "Schedule Management available in AdRotate Pro"
563
  msgstr "Dostępne w wersji AdRotate Pro"
564
 
565
+ #: adrotate.php:388
566
  msgid ""
567
  "Schedule management and multiple schedules per advert is available in "
568
  "AdRotate Pro."
569
  msgstr ""
570
 
571
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
572
  #: dashboard/publisher/adverts-main.php:114
573
  #: dashboard/publisher/groups-edit.php:75
574
  #: dashboard/publisher/groups-main.php:89
576
  msgid "More information"
577
  msgstr "Więcej informacji"
578
 
579
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
580
  #: dashboard/publisher/adverts-error.php:19
581
  #: dashboard/publisher/adverts-main.php:20
582
  #: dashboard/publisher/groups-main.php:20
583
  msgid "Bulk Actions"
584
  msgstr "Działania masowe"
585
 
586
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
587
  #: dashboard/publisher/adverts-error.php:29
588
  #: dashboard/publisher/adverts-main.php:30
589
  #: dashboard/publisher/groups-main.php:24
590
  msgid "Go"
591
  msgstr "Idź"
592
 
593
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
594
  #: dashboard/publisher/adverts-error.php:39
595
  #: dashboard/publisher/adverts-main.php:39
596
  #: dashboard/publisher/groups-edit.php:51
598
  msgid "ID"
599
  msgstr "ID"
600
 
601
+ #: adrotate.php:406
602
  #, fuzzy
603
  msgid "Start"
604
  msgstr "Start / Koniec"
605
 
606
+ #: adrotate.php:406
607
  #, fuzzy
608
  msgid "End"
609
  msgstr "Start / Koniec"
610
 
611
+ #: adrotate.php:407
612
  msgid "Ads"
613
  msgstr "Reklamy"
614
 
615
+ #: adrotate.php:409
616
  msgid "Max Impressions"
617
  msgstr "Maksymalna liczba wyświetleń"
618
 
619
+ #: adrotate.php:410
620
  msgid "Max Clicks"
621
  msgstr "Maksymalna liczna kliknięć"
622
 
623
+ #: adrotate.php:440
624
  #, fuzzy
625
  msgid "No schedules created yet!"
626
  msgstr "Nie utworzono jeszcze żadnych reklam!"
627
 
628
+ #: adrotate.php:445
629
  #, fuzzy
630
  msgid "Easily manage your schedules from here with AdRotate Pro."
631
  msgstr "Więcej ustawień z AdRotate Pro"
632
 
633
+ #: adrotate.php:445 adrotate.php:511
634
  #, fuzzy
635
  msgid "Upgrade today!"
636
  msgstr "Dziś"
637
 
638
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
639
  #: dashboard/publisher/groups-edit.php:387
640
  msgid "Expires soon."
641
  msgstr "Wygasa wkrótce."
642
 
643
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
644
  #: dashboard/publisher/groups-edit.php:388
645
  msgid "Has expired."
646
  msgstr "Wygasła."
647
 
648
+ #: adrotate.php:473
649
  #, fuzzy
650
  msgid "Media Management available in AdRotate Pro"
651
  msgstr "Dostępne w wersji AdRotate Pro"
652
 
653
+ #: adrotate.php:475
654
  msgid "Upload images to the AdRotate Pro banners folder from here."
655
  msgstr ""
656
 
657
+ #: adrotate.php:475
658
  msgid ""
659
  "This is useful if you use responsive adverts with multiple images or have "
660
  "HTML5 adverts containing multiple files."
661
  msgstr ""
662
 
663
+ #: adrotate.php:475
664
  #, fuzzy
665
  msgid "Media uploading and management is available in AdRotate Pro."
666
  msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
667
 
668
+ #: adrotate.php:477
669
  msgid "Upload new file"
670
  msgstr ""
671
 
672
+ #: adrotate.php:478
673
  msgid "Accepted files:"
674
  msgstr ""
675
 
676
+ #: adrotate.php:478
677
  msgid "For HTML5 ads you can also upload html and javascript files."
678
  msgstr ""
679
 
680
+ #: adrotate.php:478
681
  msgid "Maximum size is 512Kb."
682
  msgstr ""
683
 
684
+ #: adrotate.php:478
685
  msgid "Important:"
686
  msgstr ""
687
 
688
+ #: adrotate.php:478
689
  msgid ""
690
  "Make sure your file has no spaces or special characters in the name. Replace "
691
  "spaces with a - or _."
692
  msgstr ""
693
 
694
+ #: adrotate.php:478
695
  msgid ""
696
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
697
  "file so it knows about the changed name. For example for the javascript file."
698
  msgstr ""
699
 
700
+ #: adrotate.php:481
701
  #, fuzzy
702
  msgid ""
703
  "For responsive adverts make sure the filename is in the following format; "
707
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
708
  "pełnego wachlarza rozmiarów.'"
709
 
710
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
711
  msgid ""
712
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
713
  "filename instead of \".full\" for the various viewports."
715
  "Dla obrazów mniejszych rozmiarów użyj \".320\", \".480\", \".768\" albo "
716
  "\".1024\" w nazwie pliku \".full\" dla odpowiednich formatów wyświetlania."
717
 
718
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
719
  #: dashboard/publisher/groups-edit.php:320
720
  msgid "Example:"
721
  msgstr "Przykład:"
722
 
723
+ #: adrotate.php:483
724
  #, fuzzy
725
  msgid ""
726
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
729
  "image.full.jpg, image.320.jpg i image.768.jpg obsłuży ten sam ogłoszenie w "
730
  "różnych widokach. Wymaga jQuery."
731
 
732
+ #: adrotate.php:487
733
  msgid "Upload file"
734
  msgstr ""
735
 
736
+ #: adrotate.php:487
737
  msgid "Click only once per file!"
738
  msgstr ""
739
 
740
+ #: adrotate.php:490
741
  msgid "Available files in"
742
  msgstr ""
743
 
744
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
745
  #: dashboard/publisher/groups-main.php:33
746
  msgid "Name"
747
  msgstr "Nazwa"
748
 
749
+ #: adrotate.php:496
750
  #, fuzzy
751
  msgid "Actions"
752
  msgstr "Działania masowe"
753
 
754
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
755
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
756
  #: dashboard/publisher/adverts-disabled.php:22
757
  #: dashboard/publisher/adverts-error.php:21
758
  #: dashboard/publisher/adverts-main.php:22
759
  msgid "Delete"
760
  msgstr "Usuń"
761
 
762
+ #: adrotate.php:511
763
  msgid ""
764
  "Make sure the banner images are not in use by adverts when you delete them!"
765
  msgstr ""
766
 
767
+ #: adrotate.php:511
768
  #, fuzzy
769
  msgid "Manage your banner folder from here with AdRotate Pro."
770
  msgstr "Więcej ustawień z AdRotate Pro"
771
 
772
+ #: adrotate.php:540
773
  msgid "AdRotate Settings"
774
  msgstr "Ustawienia AdRotate"
775
 
776
+ #: adrotate.php:612
777
  msgid "Update Options"
778
  msgstr "Zapisz opcje"
779
 
814
  msgid ""
815
  "Go nationwide or global with localized adverts for your various audiences. "
816
  "Set up adverts for countries and cities and sell impressions per general "
817
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
818
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
819
  msgstr ""
820
 
821
  #: dashboard/adrotatepro.php:41
827
  "When you activate your AdRotate Pro license you can use fast and personal "
828
  "email support. No more queueing up in the forums. AdRotate premium support "
829
  "takes priority over the forums and is checked much more often than the "
830
+ "forum. Get a solution (usually) within one business day."
831
  msgstr ""
832
 
833
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
834
  msgid "AdRotate is brought to you by"
835
  msgstr "Możesz koszystać z AdRotate dzięki"
836
 
865
  #: dashboard/adrotatepro.php:91
866
  msgid ""
867
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
868
+ "adverts expire or need your attention. Additionally, send push notifications "
869
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
870
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
871
  msgstr ""
872
 
873
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
995
  "for updates about me and my plugins. Thank you!"
996
  msgstr ""
997
 
998
+ #: dashboard/info.php:105
999
+ msgid "AdRotate News"
 
 
 
1000
  msgstr ""
1001
 
1002
+ #: dashboard/info.php:123
 
 
 
 
1003
  msgid ""
1004
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
1005
+ "about me and what I am doing. Thanks for your support and for using my "
1006
+ "plugins!"
1007
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
 
1009
  #: dashboard/publisher/adverts-disabled.php:15
1010
  msgid "Disabled Adverts"
1070
 
1071
  #: dashboard/publisher/adverts-disabled.php:74
1072
  #: dashboard/publisher/adverts-error.php:64
1073
+ #: dashboard/publisher/adverts-main.php:87
1074
+ #: dashboard/publisher/groups-main.php:70
1075
  msgid "Stats"
1076
  msgstr "Statystyki"
1077
 
1516
 
1517
  #: dashboard/publisher/adverts-edit.php:406
1518
  #: dashboard/publisher/groups-main.php:60
1519
+ #: dashboard/settings/geotargeting.php:36
1520
  msgid "Default"
1521
  msgstr "Domyślny"
1522
 
2229
  msgid "Which Geo Service"
2230
  msgstr ""
2231
 
2232
+ #: dashboard/settings/geotargeting.php:25
2233
  msgid ""
2234
  "The most complete and accurate geo targeting you can get for only $20 USD "
2235
  "per 50000 lookups."
2236
  msgstr ""
2237
 
2238
+ #: dashboard/settings/geotargeting.php:27
2239
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2240
  msgstr ""
2241
 
2242
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2243
  msgid "Geo Cookie Lifespan"
2244
  msgstr ""
2245
 
2246
+ #: dashboard/settings/geotargeting.php:42
2247
  msgid "Hours."
2248
  msgstr ""
2249
 
2250
+ #: dashboard/settings/geotargeting.php:43
2251
  msgid ""
2252
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2253
  "cookie last? A longer period is less accurate for mobile users but may "
2254
  "reduce the usage of your lookups drastically."
2255
  msgstr ""
2256
 
2257
+ #: dashboard/settings/geotargeting.php:49
2258
  msgid "MaxMind City/Country"
2259
  msgstr ""
2260
 
2261
+ #: dashboard/settings/geotargeting.php:52
2262
  msgid "Username/Email"
2263
  msgstr ""
2264
 
2265
+ #: dashboard/settings/geotargeting.php:56
2266
  msgid "Password/License Key"
2267
  msgstr ""
2268
 
2530
 
2531
  #: dashboard/settings/misc.php:25
2532
  msgid ""
2533
+ "You have enabled W3 Total Caching support but not defined the security hash."
2534
+ msgstr ""
2535
+
2536
+ #: dashboard/settings/misc.php:25
2537
+ msgid ""
2538
+ "AdRotate has generated the following line for you to add to your wp-config."
2539
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2540
+ "add this line, check out the following guide;"
2541
+ msgstr ""
2542
+
2543
+ #: dashboard/settings/misc.php:25
2544
+ msgid "Set up W3 Total Caching"
2545
  msgstr ""
2546
 
2547
  #: dashboard/settings/misc.php:29
2571
  "strony."
2572
 
2573
  #: dashboard/settings/notifications.php:12
2574
+ msgid "Notifications"
2575
+ msgstr "Powiadomienie"
2576
 
2577
  #: dashboard/settings/notifications.php:13
2578
  msgid "Set up who gets notifications if ads need your attention."
2579
  msgstr "Ustal kto dostaje powiadomienia gdy reklamy wymagają interwencji."
2580
 
2581
  #: dashboard/settings/notifications.php:16
2582
+ msgid "How to notify"
2583
+ msgstr ""
2584
 
2585
  #: dashboard/settings/notifications.php:18
2586
+ msgid "Dashboard banner."
2587
+ msgstr ""
2588
+
2589
+ #: dashboard/settings/notifications.php:19
2590
  msgid "Email message."
2591
  msgstr "Wiadomość email."
2592
 
2593
+ #: dashboard/settings/notifications.php:20
2594
  msgid "Push notifications to your smartphone."
2595
  msgstr "Wyślij powiadomienia na swój telefon."
2596
 
2597
+ #: dashboard/settings/notifications.php:21
2598
  msgid ""
2599
  "Push notifications are delivered through Pushover, a notification service "
2600
  "for Android and iOS"
2602
  "Powiadomienia mogą być dostarczane poprzez oprogramowanie Pushover, program "
2603
  "powidamiajacy dla Androida i iOS"
2604
 
2605
+ #: dashboard/settings/notifications.php:21
2606
  msgid ""
2607
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2608
  "information can be found on the pushover website;"
2611
  "dla Android jak i iOS. Więcej informacji znajdziesz na stronie interntowej "
2612
  "aplikacji Pushover"
2613
 
2614
+ #: dashboard/settings/notifications.php:25
2615
  msgid "Test notification"
2616
  msgstr ""
2617
 
2618
+ #: dashboard/settings/notifications.php:27
2619
+ msgid "Test"
 
2620
  msgstr ""
2621
 
2622
+ #: dashboard/settings/notifications.php:27
2623
+ msgid ""
2624
+ "Send a test notification to enabled methods. Before you test, save the "
2625
+ "options first!"
2626
+ msgstr ""
2627
 
2628
  #: dashboard/settings/notifications.php:32
2629
+ msgid "Dashboard"
2630
+ msgstr ""
2631
+
2632
+ #: dashboard/settings/notifications.php:33
2633
+ msgid ""
2634
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2635
+ "on every WordPress dashboard page."
2636
+ msgstr ""
2637
+
2638
+ #: dashboard/settings/notifications.php:36
2639
+ #: dashboard/settings/notifications.php:68
2640
+ msgid "What"
2641
+ msgstr ""
2642
+
2643
+ #: dashboard/settings/notifications.php:38
2644
+ msgid "Expired adverts."
2645
+ msgstr ""
2646
+
2647
+ #: dashboard/settings/notifications.php:39
2648
+ msgid "Almost expired adverts."
2649
+ msgstr ""
2650
+
2651
+ #: dashboard/settings/notifications.php:44
2652
+ msgid "Email"
2653
+ msgstr ""
2654
+
2655
+ #: dashboard/settings/notifications.php:45
2656
  msgid "Set up who gets notification emails."
2657
  msgstr "Ustal kto otrzymuje powiadomienia na email."
2658
 
2659
+ #: dashboard/settings/notifications.php:48
 
2660
  msgid "Publishers"
2661
  msgstr "Ogłoszeniodawcy"
2662
 
2663
+ #: dashboard/settings/notifications.php:51
2664
  msgid ""
2665
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2666
  "list to a minimum!"
2669
  "adresów. Postaraj się by ta lista była jak najmniejsza! Gdyż może to zbytnio "
2670
  "obciążać system."
2671
 
2672
+ #: dashboard/settings/notifications.php:52
2673
  msgid ""
2674
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2675
  "email notifications will be send."
2677
  "Wiadomości są wysyłane raz na 24 godziny jeśli jest to faktycznie potrzebne. "
2678
  "Jeśli pozostawisz te pole puste, żadne wiadomości mailowe nie bądą wysyłane."
2679
 
2680
+ #: dashboard/settings/notifications.php:56
2681
  msgid "Advertisers"
2682
  msgstr "Reklamodawcy"
2683
 
2684
+ #: dashboard/settings/notifications.php:59
2685
  msgid ""
2686
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2687
  "This field may not be empty!"
2689
  "Kto otrzymuje maile od reklamodawców. Maksymalnie 2 adresy odzielone "
2690
  "średnikiem. Te pole nie możę być puste!."
2691
 
2692
+ #: dashboard/settings/notifications.php:64
2693
+ msgid "Push"
2694
+ msgstr ""
2695
 
2696
+ #: dashboard/settings/notifications.php:65
2697
  msgid ""
2698
  "Receive information about what is happening with your AdRotate setup on your "
2699
  "smartphone via Pushover."
2701
  "Możesz otrzymywać wiadomości na smartphona o tym co dzieje się z Twoją "
2702
  "aplikacją AdRotate. Możliwe jest to dzięki aplikacjio Pushover."
2703
 
2704
+ #: dashboard/settings/notifications.php:70
2705
  msgid "When you are running out of Geo Targeting Lookups."
2706
  msgstr ""
2707
 
2708
+ #: dashboard/settings/notifications.php:71
2709
  msgid "Daily digest of any advert status other than normal."
2710
  msgstr "Dzienne podsumowania reklam inne niż normalne."
2711
 
2712
+ #: dashboard/settings/notifications.php:72
2713
  msgid "Any advertiser saving an advert in your moderation queue."
2714
  msgstr ""
2715
  "Każdy reklamodawca zapisuje swoje reklamy w Twojej kolejce moderacyjnej."
2716
 
2717
+ #: dashboard/settings/notifications.php:73
2718
  msgid "A moderator approved an advert from the moderation queue."
2719
  msgstr ""
2720
  "Moderator zatwierdza reklamy umieszczone wcześniej w kolejce moderacyjnej."
2721
 
2722
+ #: dashboard/settings/notifications.php:74
2723
  msgid "A moderator rejected an advert from the moderation queue."
2724
  msgstr "Moderator wyrzuca reklamuy z kolejki moderacyjnej."
2725
 
2726
+ #: dashboard/settings/notifications.php:74
2727
  msgid ""
2728
  "If you have a lot of activity with many advertisers adding/changing adverts "
2729
  "you may get a lot of messages!"
2731
  "Jeśli odnotowujesz dużą aktwywność reklamodawców dodających i zmieniających "
2732
  "reklamy możesz otrzymywać duża ilość wiadomości!"
2733
 
2734
+ #: dashboard/settings/notifications.php:79
2735
  msgid "User Key"
2736
  msgstr ""
2737
 
2738
+ #: dashboard/settings/notifications.php:81
2739
  msgid "Get your user token"
2740
  msgstr ""
2741
 
2742
+ #: dashboard/settings/notifications.php:81
2743
+ #: dashboard/settings/notifications.php:87
2744
  msgid "here"
2745
  msgstr ""
2746
 
2747
+ #: dashboard/settings/notifications.php:85
2748
  msgid "Api Token"
2749
  msgstr ""
2750
 
2751
+ #: dashboard/settings/notifications.php:87
2752
  msgid "Create your"
2753
  msgstr ""
2754
 
2755
+ #: dashboard/settings/notifications.php:87
2756
  msgid "App"
2757
  msgstr ""
2758
 
2759
+ #: dashboard/settings/notifications.php:87
2760
  msgid "and get your API token"
2761
  msgstr ""
2762
 
2912
  msgstr ""
2913
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
2914
 
2915
+ #~ msgid "Get more features with AdRotate Pro"
2916
+ #~ msgstr "Więcej ustawień z AdRotate Pro"
2917
+
2918
+ #~ msgid ""
2919
+ #~ "Benefit from extra features to reinforce your income with advertising "
2920
+ #~ "campaigns. Make the most of your website with the powerful tools AdRotate "
2921
+ #~ "Pro offers on top of the trusted features included in the free version."
2922
+ #~ msgstr ""
2923
+ #~ "Zyski wynikające z dodatkowych funkcji powiększą twoje przychodzy z "
2924
+ #~ "reklamy. Skorzystaj z potężnych narzędzi AdRotate PRO zyskaj więcej "
2925
+ #~ "dzięki dodatkowym funkcjom."
2926
+
2927
+ #~ msgid "Visit the"
2928
+ #~ msgstr "Odwiedź"
2929
+
2930
+ #~ msgid "website"
2931
+ #~ msgstr "strone internetową"
2932
+
2933
+ #~ msgid "AdRotate News and Developer Blog"
2934
+ #~ msgstr "AdRotere Wiadomości i Blog "
2935
+
2936
+ #~ msgid "Delivery method"
2937
+ #~ msgstr "Metoda dostarczania"
2938
+
2939
+ #~ msgid "Email Notifications"
2940
+ #~ msgstr "Powiadomienie na email"
2941
+
2942
+ #~ msgid "Push Notifications"
2943
+ #~ msgstr "Powiadomienia typu PUSH"
2944
+
2945
  #~ msgid "active ad(s) expired."
2946
  #~ msgstr "Aktywne reklamy wygasły."
2947
 
3836
  #~ "normalnych subskrybentów poprzez zabezpieczenie dostępu do zyt dużej "
3837
  #~ "ilości funkcji w panelu administracyjnym."
3838
 
 
 
 
3839
  #~ msgid "Track impressions from logged in users (Recommended)."
3840
  #~ msgstr "Śledz wyświetlenia - zalogowanych użytkowników (Zalecane)."
3841
 
language/adrotate-sr_RS.mo CHANGED
Binary file
language/adrotate-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:57+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:57+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:844
@@ -115,15 +115,15 @@ msgstr ""
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
- #: adrotate-manage-publisher.php:702
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
- #: adrotate-output.php:607
123
  msgid "Oh no! Something went wrong!"
124
  msgstr "O ne! Nešto nije kako treba!"
125
 
126
- #: adrotate-output.php:608
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
@@ -132,51 +132,51 @@ msgstr ""
132
  "kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
133
  "pretraživača."
134
 
135
- #: adrotate-output.php:609
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
139
  msgstr "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
140
 
141
- #: adrotate-output.php:610
142
  msgid "Contact support if the issue persists:"
143
  msgstr "Kontaktirajte podršku ako se problem nastavi:"
144
 
145
- #: adrotate-output.php:628
146
  #, fuzzy
147
  msgid ""
148
  "Error, Ad is not available at this time due to schedule/geolocation "
149
  "restrictions or does not exist!"
150
  msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
151
 
152
- #: adrotate-output.php:630
153
  #, fuzzy
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions!"
157
  msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
158
 
159
- #: adrotate-output.php:637 adrotate-output.php:639
160
  msgid ""
161
  "Either there are no banners, they are disabled or none qualified for this "
162
  "location!"
163
  msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
164
 
165
- #: adrotate-output.php:645
166
  msgid "Error, no Ad ID set! Check your syntax!"
167
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
168
 
169
- #: adrotate-output.php:651
170
  #, fuzzy
171
  msgid "Error, no group ID set! Check your syntax!"
172
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
173
 
174
- #: adrotate-output.php:656
175
  #, fuzzy
176
  msgid "Error, group does not exist! Check your syntax!"
177
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
178
 
179
- #: adrotate-output.php:662
180
  msgid ""
181
  "There was an error locating the database tables for AdRotate. Please "
182
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -184,154 +184,156 @@ msgstr ""
184
  "Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
185
  "deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
186
 
187
- #: adrotate-output.php:662
188
  msgid "If this does not solve the issue please seek support at"
189
  msgstr "Ako ne reši problem potražite podršku na"
190
 
191
- #: adrotate-output.php:668
192
  msgid "An unknown error occured."
193
  msgstr "Nepoznati error se ukazao."
194
 
195
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
196
  msgid "Check adverts"
197
  msgstr ""
198
 
199
- #: adrotate-output.php:698
200
  msgid ""
201
  "You have enable caching support but W3 Total Cache is not active on your "
202
  "site!"
203
  msgstr ""
204
 
205
- #: adrotate-output.php:701
206
  msgid ""
207
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
208
  "not set."
209
  msgstr ""
210
 
211
- #: adrotate-output.php:706
212
  msgid "Your AdRotate Banner folder is not writable or does not exist."
213
  msgstr ""
214
 
215
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
216
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
217
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
218
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
219
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
220
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
221
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
222
- #: dashboard/settings/geotargeting.php:26
223
  #, fuzzy
224
  msgid "Buy now"
225
  msgstr "Kupite odmah"
226
 
227
- #: adrotate-output.php:747
228
  msgid ""
229
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
230
  "to the <strong>PRO</strong> version"
231
  msgstr ""
232
 
233
- #: adrotate-output.php:747
234
  #, php-format
235
  msgid ""
236
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
237
  msgstr ""
238
 
239
- #: adrotate-output.php:747
240
  msgid "Thank you for your purchase!"
241
  msgstr ""
242
 
243
- #: adrotate-output.php:791
244
  msgid ""
245
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
246
  "this menu. Check out the"
247
  msgstr ""
248
 
249
- #: adrotate-output.php:791
250
  msgid "manuals"
251
  msgstr "priručnici"
252
 
253
- #: adrotate-output.php:791 adrotate-output.php:864
254
  msgid "and"
255
  msgstr ""
256
 
257
- #: adrotate-output.php:791
258
  msgid "forums"
259
  msgstr ""
260
 
261
- #: adrotate-output.php:824
262
  #, fuzzy
263
  msgid "Useful Links"
264
  msgstr "Korisni linkovi"
265
 
266
- #: adrotate-output.php:825
267
  msgid "Useful links to learn more about AdRotate"
268
  msgstr ""
269
 
270
- #: adrotate-output.php:827
271
  msgid "AdRotate website"
272
  msgstr ""
273
 
274
- #: adrotate-output.php:828
275
  #, fuzzy
276
  msgid "Getting Started With AdRotate"
277
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
278
 
279
- #: adrotate-output.php:829
280
  #, fuzzy
281
  msgid "AdRotate manuals"
282
  msgstr "AdRotate informacije"
283
 
284
- #: adrotate-output.php:830
285
  #, fuzzy
286
  msgid "AdRotate Support Forum"
287
  msgstr "AdRotate prodavnica"
288
 
289
- #: adrotate-output.php:856
290
  #, fuzzy
291
  msgid "Help AdRotate Grow"
292
  msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
293
 
294
- #: adrotate-output.php:857
295
  msgid "Follow Arnan on Facebook"
296
  msgstr ""
297
 
298
- #: adrotate-output.php:864
299
  msgid ""
300
  "A lot of users only think to review AdRotate when something goes wrong while "
301
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
302
  msgstr ""
303
 
304
- #: adrotate-output.php:864
305
  msgid "If you find AdRotate useful please leave your honest"
306
  msgstr ""
307
 
308
- #: adrotate-output.php:864
309
  msgid "rating"
310
  msgstr ""
311
 
312
- #: adrotate-output.php:864
313
  #, fuzzy
314
  msgid "review"
315
  msgstr "Dajte ocenu i komentar"
316
 
317
- #: adrotate-output.php:864
318
  msgid "on WordPress.org to help AdRotate grow in a positive way"
319
  msgstr ""
320
 
321
- #: adrotate-output.php:903
 
322
  msgid "Available in AdRotate Pro"
323
  msgstr "Dostupno u AdRotate Pro"
324
 
325
- #: adrotate-output.php:903
326
  #, fuzzy
327
  msgid "More information..."
328
  msgstr "Saznajte više"
329
 
330
- #: adrotate-output.php:904
331
  msgid "This feature is available in AdRotate Pro"
332
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
333
 
334
- #: adrotate-output.php:904
335
  msgid "Learn more"
336
  msgstr "Saznajte više"
337
 
@@ -469,7 +471,7 @@ msgstr ""
469
  msgid "Manage Groups"
470
  msgstr "Upravljajte grupama"
471
 
472
- #: adrotate.php:109 adrotate.php:407
473
  #, fuzzy
474
  msgid "Manage Schedules"
475
  msgstr "Upravljati"
@@ -496,36 +498,35 @@ msgstr "AdRotate promocije"
496
  msgid "Advert Management"
497
  msgstr ""
498
 
499
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
500
  msgid "Manage"
501
  msgstr "Upravljati"
502
 
503
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
504
  msgid "Add New"
505
  msgstr "Dodati novi"
506
 
507
- #: adrotate.php:336
508
  msgid "Group Management"
509
  msgstr "Menadžment grupe"
510
 
511
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
512
- #: dashboard/publisher/groups-main.php:70
513
  msgid "Report"
514
  msgstr "Izveštaj"
515
 
516
- #: adrotate.php:398
517
  #, fuzzy
518
  msgid "Schedule Management available in AdRotate Pro"
519
  msgstr "Dostupno u AdRotate Pro"
520
 
521
- #: adrotate.php:408
522
  #, fuzzy
523
  msgid ""
524
  "Schedule management and multiple schedules per advert is available in "
525
  "AdRotate Pro."
526
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
527
 
528
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
529
  #: dashboard/publisher/adverts-main.php:114
530
  #: dashboard/publisher/groups-edit.php:75
531
  #: dashboard/publisher/groups-main.php:89
@@ -533,21 +534,21 @@ msgstr "Ova karakteristika je dostupna na AdRotate Pro"
533
  msgid "More information"
534
  msgstr "Saznajte više"
535
 
536
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
537
  #: dashboard/publisher/adverts-error.php:19
538
  #: dashboard/publisher/adverts-main.php:20
539
  #: dashboard/publisher/groups-main.php:20
540
  msgid "Bulk Actions"
541
  msgstr "Delo bulk-ovanja"
542
 
543
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
544
  #: dashboard/publisher/adverts-error.php:29
545
  #: dashboard/publisher/adverts-main.php:30
546
  #: dashboard/publisher/groups-main.php:24
547
  msgid "Go"
548
  msgstr "Kreni"
549
 
550
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
551
  #: dashboard/publisher/adverts-error.php:39
552
  #: dashboard/publisher/adverts-main.php:39
553
  #: dashboard/publisher/groups-edit.php:51
@@ -555,175 +556,175 @@ msgstr "Kreni"
555
  msgid "ID"
556
  msgstr "ID"
557
 
558
- #: adrotate.php:426
559
  #, fuzzy
560
  msgid "Start"
561
  msgstr "Početno vreme (hh:mm):"
562
 
563
- #: adrotate.php:426
564
  #, fuzzy
565
  msgid "End"
566
  msgstr "Završno vreme (hh:mm):"
567
 
568
- #: adrotate.php:427
569
  msgid "Ads"
570
  msgstr "Oglasi"
571
 
572
- #: adrotate.php:429
573
  #, fuzzy
574
  msgid "Max Impressions"
575
  msgstr "Utisci"
576
 
577
- #: adrotate.php:430
578
  #, fuzzy
579
  msgid "Max Clicks"
580
  msgstr "Klikovi"
581
 
582
- #: adrotate.php:460
583
  #, fuzzy
584
  msgid "No schedules created yet!"
585
  msgstr "Nijedan blok nije stvoren još uvek!"
586
 
587
- #: adrotate.php:465
588
  #, fuzzy
589
  msgid "Easily manage your schedules from here with AdRotate Pro."
590
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
591
 
592
- #: adrotate.php:465 adrotate.php:531
593
  #, fuzzy
594
  msgid "Upgrade today!"
595
  msgstr "Danas"
596
 
597
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
598
  #: dashboard/publisher/groups-edit.php:387
599
  msgid "Expires soon."
600
  msgstr "Ističe uskoro."
601
 
602
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
603
  #: dashboard/publisher/groups-edit.php:388
604
  msgid "Has expired."
605
  msgstr "Isteklo je."
606
 
607
- #: adrotate.php:493
608
  #, fuzzy
609
  msgid "Media Management available in AdRotate Pro"
610
  msgstr "Dostupno u AdRotate Pro"
611
 
612
- #: adrotate.php:495
613
  msgid "Upload images to the AdRotate Pro banners folder from here."
614
  msgstr ""
615
 
616
- #: adrotate.php:495
617
  msgid ""
618
  "This is useful if you use responsive adverts with multiple images or have "
619
  "HTML5 adverts containing multiple files."
620
  msgstr ""
621
 
622
- #: adrotate.php:495
623
  #, fuzzy
624
  msgid "Media uploading and management is available in AdRotate Pro."
625
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
626
 
627
- #: adrotate.php:497
628
  msgid "Upload new file"
629
  msgstr ""
630
 
631
- #: adrotate.php:498
632
  msgid "Accepted files:"
633
  msgstr ""
634
 
635
- #: adrotate.php:498
636
  msgid "For HTML5 ads you can also upload html and javascript files."
637
  msgstr ""
638
 
639
- #: adrotate.php:498
640
  msgid "Maximum size is 512Kb."
641
  msgstr ""
642
 
643
- #: adrotate.php:498
644
  msgid "Important:"
645
  msgstr ""
646
 
647
- #: adrotate.php:498
648
  msgid ""
649
  "Make sure your file has no spaces or special characters in the name. Replace "
650
  "spaces with a - or _."
651
  msgstr ""
652
 
653
- #: adrotate.php:498
654
  msgid ""
655
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
656
  "file so it knows about the changed name. For example for the javascript file."
657
  msgstr ""
658
 
659
- #: adrotate.php:501
660
  msgid ""
661
  "For responsive adverts make sure the filename is in the following format; "
662
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
663
  msgstr ""
664
 
665
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
666
  msgid ""
667
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
668
  "filename instead of \".full\" for the various viewports."
669
  msgstr ""
670
 
671
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
672
  #: dashboard/publisher/groups-edit.php:320
673
  msgid "Example:"
674
  msgstr "Primer"
675
 
676
- #: adrotate.php:503
677
  msgid ""
678
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
679
  "for different viewports."
680
  msgstr ""
681
 
682
- #: adrotate.php:507
683
  msgid "Upload file"
684
  msgstr ""
685
 
686
- #: adrotate.php:507
687
  msgid "Click only once per file!"
688
  msgstr ""
689
 
690
- #: adrotate.php:510
691
  msgid "Available files in"
692
  msgstr ""
693
 
694
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
695
  #: dashboard/publisher/groups-main.php:33
696
  msgid "Name"
697
  msgstr "Ime"
698
 
699
- #: adrotate.php:516
700
  #, fuzzy
701
  msgid "Actions"
702
  msgstr "Delo bulk-ovanja"
703
 
704
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
705
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
706
  #: dashboard/publisher/adverts-disabled.php:22
707
  #: dashboard/publisher/adverts-error.php:21
708
  #: dashboard/publisher/adverts-main.php:22
709
  msgid "Delete"
710
  msgstr "Obrisati"
711
 
712
- #: adrotate.php:531
713
  msgid ""
714
  "Make sure the banner images are not in use by adverts when you delete them!"
715
  msgstr ""
716
 
717
- #: adrotate.php:531
718
  #, fuzzy
719
  msgid "Manage your banner folder from here with AdRotate Pro."
720
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
721
 
722
- #: adrotate.php:560
723
  msgid "AdRotate Settings"
724
  msgstr "AdRotate postavke"
725
 
726
- #: adrotate.php:631
727
  msgid "Update Options"
728
  msgstr "Update opcije"
729
 
@@ -760,8 +761,8 @@ msgstr ""
760
  msgid ""
761
  "Go nationwide or global with localized adverts for your various audiences. "
762
  "Set up adverts for countries and cities and sell impressions per general "
763
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
764
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
765
  msgstr ""
766
 
767
  #: dashboard/adrotatepro.php:41
@@ -773,10 +774,10 @@ msgid ""
773
  "When you activate your AdRotate Pro license you can use fast and personal "
774
  "email support. No more queueing up in the forums. AdRotate premium support "
775
  "takes priority over the forums and is checked much more often than the "
776
- "forum. Get a solution (usually) within a day."
777
  msgstr ""
778
 
779
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
780
  msgid "AdRotate is brought to you by"
781
  msgstr "AdRotate vam je omogućio"
782
 
@@ -811,10 +812,9 @@ msgstr ""
811
  #: dashboard/adrotatepro.php:91
812
  msgid ""
813
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
814
- "adverts expire or need your attention. Additionally, you can have AdRotate "
815
- "send push notifications to your iOS or Android smartphone. Get notified when "
816
- "adverts expire, have errors or when advertisers create new adverts. Never "
817
- "miss an expiration date again."
818
  msgstr ""
819
 
820
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -948,41 +948,17 @@ msgid ""
948
  "for updates about me and my plugins. Thank you!"
949
  msgstr ""
950
 
951
- #: dashboard/info.php:103
952
- msgid ""
953
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
954
- "digital nomad in the Philippines. Click on my name to find out more about me "
955
- "and what I am doing. Thanks for your support and for using my plugins!"
956
  msgstr ""
957
 
958
- #: dashboard/info.php:113
959
- #, fuzzy
960
- msgid "Get more features with AdRotate Pro"
961
- msgstr "Nabvite jos karakteristika! AdRotate Pro."
962
-
963
- #: dashboard/info.php:116
964
  msgid ""
965
- "Benefit from extra features to reinforce your income with advertising "
966
- "campaigns. Make the most of your website with the powerful tools AdRotate "
967
- "Pro offers on top of the trusted features included in the free version."
968
- msgstr ""
969
-
970
- #: dashboard/info.php:116
971
- msgid "Want to know more about"
972
  msgstr ""
973
 
974
- #: dashboard/info.php:116
975
- msgid "Visit the"
976
- msgstr "Posetite"
977
-
978
- #: dashboard/info.php:116
979
- msgid "website"
980
- msgstr "websajt"
981
-
982
- #: dashboard/info.php:120
983
- msgid "AdRotate News and Developer Blog"
984
- msgstr "AdRotate novosti i blog za programere"
985
-
986
  #: dashboard/publisher/adverts-disabled.php:15
987
  msgid "Disabled Adverts"
988
  msgstr ""
@@ -1052,6 +1028,8 @@ msgstr "Edituj"
1052
 
1053
  #: dashboard/publisher/adverts-disabled.php:74
1054
  #: dashboard/publisher/adverts-error.php:64
 
 
1055
  msgid "Stats"
1056
  msgstr "Statistika"
1057
 
@@ -1502,7 +1480,7 @@ msgstr "Ime"
1502
 
1503
  #: dashboard/publisher/adverts-edit.php:406
1504
  #: dashboard/publisher/groups-main.php:60
1505
- #: dashboard/settings/geotargeting.php:39
1506
  #, fuzzy
1507
  msgid "Default"
1508
  msgstr "Default - Prikazati po jedan oglas"
@@ -2247,44 +2225,40 @@ msgstr ""
2247
  msgid "Which Geo Service"
2248
  msgstr ""
2249
 
2250
- #: dashboard/settings/geotargeting.php:26
2251
  msgid ""
2252
  "The most complete and accurate geo targeting you can get for only $20 USD "
2253
  "per 50000 lookups."
2254
  msgstr ""
2255
 
2256
- #: dashboard/settings/geotargeting.php:28
2257
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2258
  msgstr ""
2259
 
2260
- #: dashboard/settings/geotargeting.php:30
2261
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2262
- msgstr ""
2263
-
2264
- #: dashboard/settings/geotargeting.php:36
2265
  msgid "Geo Cookie Lifespan"
2266
  msgstr ""
2267
 
2268
- #: dashboard/settings/geotargeting.php:45
2269
  msgid "Hours."
2270
  msgstr ""
2271
 
2272
- #: dashboard/settings/geotargeting.php:46
2273
  msgid ""
2274
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2275
  "cookie last? A longer period is less accurate for mobile users but may "
2276
  "reduce the usage of your lookups drastically."
2277
  msgstr ""
2278
 
2279
- #: dashboard/settings/geotargeting.php:52
2280
  msgid "MaxMind City/Country"
2281
  msgstr ""
2282
 
2283
- #: dashboard/settings/geotargeting.php:55
2284
  msgid "Username/Email"
2285
  msgstr ""
2286
 
2287
- #: dashboard/settings/geotargeting.php:59
2288
  msgid "Password/License Key"
2289
  msgstr ""
2290
 
@@ -2564,10 +2538,18 @@ msgstr ""
2564
 
2565
  #: dashboard/settings/misc.php:25
2566
  msgid ""
2567
- "You have enabled W3 Total Caching support but not defined the security hash. "
2568
- "You need to add the following line to your wp-config.php near the bottom or "
2569
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2570
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2571
  msgstr ""
2572
 
2573
  #: dashboard/settings/misc.php:29
@@ -2595,8 +2577,8 @@ msgstr ""
2595
  "koristite PHP Snippet treba da zamotate svoj PHP u isključenju svog koda."
2596
 
2597
  #: dashboard/settings/notifications.php:12
2598
- msgid "Notifications - Available in AdRotate Pro"
2599
- msgstr ""
2600
 
2601
  #: dashboard/settings/notifications.php:13
2602
  #, fuzzy
@@ -2604,60 +2586,88 @@ msgid "Set up who gets notifications if ads need your attention."
2604
  msgstr "Oglasi koje treba neposrednu pažnju"
2605
 
2606
  #: dashboard/settings/notifications.php:16
2607
- msgid "Delivery method"
2608
  msgstr ""
2609
 
2610
  #: dashboard/settings/notifications.php:18
 
 
 
 
2611
  #, fuzzy
2612
  msgid "Email message."
2613
  msgstr "Stranica oglašivača"
2614
 
2615
- #: dashboard/settings/notifications.php:19
2616
  msgid "Push notifications to your smartphone."
2617
  msgstr ""
2618
 
2619
- #: dashboard/settings/notifications.php:20
2620
  msgid ""
2621
  "Push notifications are delivered through Pushover, a notification service "
2622
  "for Android and iOS"
2623
  msgstr ""
2624
 
2625
- #: dashboard/settings/notifications.php:20
2626
  msgid ""
2627
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2628
  "information can be found on the pushover website;"
2629
  msgstr ""
2630
 
2631
- #: dashboard/settings/notifications.php:24
2632
  msgid "Test notification"
2633
  msgstr ""
2634
 
2635
- #: dashboard/settings/notifications.php:26
2636
- #, fuzzy
 
 
 
2637
  msgid ""
2638
- "This sends a test notification. Before you test, save the options first!"
 
2639
  msgstr ""
2640
- "Ovaj test šalje obaveštenje . Pre nego što testirate , na primer , sa novim "
2641
- "email adresu. Sačuvajte prvi opcije !"
2642
-
2643
- #: dashboard/settings/notifications.php:31
2644
- msgid "Email Notifications"
2645
- msgstr "Email Obaveštenja"
2646
 
2647
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2648
  #, fuzzy
2649
  msgid "Set up who gets notification emails."
2650
  msgstr "Oglasi koje treba neposrednu pažnju"
2651
 
2652
- #: dashboard/settings/notifications.php:35
2653
- #: dashboard/settings/notifications.php:55
2654
  #, fuzzy
2655
  msgid "Publishers"
2656
  msgstr ""
2657
  "Pregled globalna statistike , po oglasu / grupa / blok statistika . Vidljivo "
2658
  "samo izdavačima ."
2659
 
2660
- #: dashboard/settings/notifications.php:38
2661
  msgid ""
2662
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2663
  "list to a minimum!"
@@ -2665,7 +2675,7 @@ msgstr ""
2665
  "Razdvojene zarezom spisak adresa e-pošte . Maksimalan broj 5 adresa . Držite "
2666
  "ovu listu na minimum !"
2667
 
2668
- #: dashboard/settings/notifications.php:39
2669
  #, fuzzy
2670
  msgid ""
2671
  "Messages are sent once every 24 hours when needed. If this field is empty no "
@@ -2674,11 +2684,11 @@ msgstr ""
2674
  "Poruke se šalju jednom u 24 sata kada je to potrebno . Ako ovo polje je "
2675
  "praznofunkcija će biti onemogućena "
2676
 
2677
- #: dashboard/settings/notifications.php:43
2678
  msgid "Advertisers"
2679
  msgstr "Oglašivači"
2680
 
2681
- #: dashboard/settings/notifications.php:46
2682
  #, fuzzy
2683
  msgid ""
2684
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
@@ -2686,72 +2696,71 @@ msgid ""
2686
  msgstr ""
2687
  "Maksimalno 2 adrese. Odvojenu zarezima. Ovo polje ne može biti prazno !"
2688
 
2689
- #: dashboard/settings/notifications.php:51
2690
- #, fuzzy
2691
- msgid "Push Notifications"
2692
- msgstr "Notifikacije"
2693
 
2694
- #: dashboard/settings/notifications.php:52
2695
  msgid ""
2696
  "Receive information about what is happening with your AdRotate setup on your "
2697
  "smartphone via Pushover."
2698
  msgstr ""
2699
 
2700
- #: dashboard/settings/notifications.php:57
2701
  msgid "When you are running out of Geo Targeting Lookups."
2702
  msgstr ""
2703
 
2704
- #: dashboard/settings/notifications.php:58
2705
  msgid "Daily digest of any advert status other than normal."
2706
  msgstr ""
2707
 
2708
- #: dashboard/settings/notifications.php:59
2709
  msgid "Any advertiser saving an advert in your moderation queue."
2710
  msgstr ""
2711
 
2712
- #: dashboard/settings/notifications.php:60
2713
  #, fuzzy
2714
  msgid "A moderator approved an advert from the moderation queue."
2715
  msgstr "Odobri / odbaci reklame u red za uređivanje"
2716
 
2717
- #: dashboard/settings/notifications.php:61
2718
  #, fuzzy
2719
  msgid "A moderator rejected an advert from the moderation queue."
2720
  msgstr "Odobri / odbaci reklame u red za uređivanje"
2721
 
2722
- #: dashboard/settings/notifications.php:61
2723
  msgid ""
2724
  "If you have a lot of activity with many advertisers adding/changing adverts "
2725
  "you may get a lot of messages!"
2726
  msgstr ""
2727
 
2728
- #: dashboard/settings/notifications.php:66
2729
  #, fuzzy
2730
  msgid "User Key"
2731
  msgstr "korisnici-agenti"
2732
 
2733
- #: dashboard/settings/notifications.php:68
2734
  msgid "Get your user token"
2735
  msgstr ""
2736
 
2737
- #: dashboard/settings/notifications.php:68
2738
- #: dashboard/settings/notifications.php:74
2739
  msgid "here"
2740
  msgstr ""
2741
 
2742
- #: dashboard/settings/notifications.php:72
2743
  msgid "Api Token"
2744
  msgstr ""
2745
 
2746
- #: dashboard/settings/notifications.php:74
2747
  msgid "Create your"
2748
  msgstr ""
2749
 
2750
- #: dashboard/settings/notifications.php:74
2751
  msgid "App"
2752
  msgstr ""
2753
 
2754
- #: dashboard/settings/notifications.php:74
2755
  msgid "and get your API token"
2756
  msgstr ""
2757
 
@@ -2910,6 +2919,33 @@ msgid ""
2910
  msgstr ""
2911
  "Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
2912
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2913
  #~ msgid "active ad(s) expired."
2914
  #~ msgstr "aktivni ad-ovi su istekli."
2915
 
@@ -3641,9 +3677,6 @@ msgstr ""
3641
  #~ "karakteristika . On vam samo pomaže da odvojiti oglašavače od redovnih "
3642
  #~ "pretplatnika da im ne date previše pristupa kontrolnoj tabli ."
3643
 
3644
- #~ msgid "Notifications"
3645
- #~ msgstr "Notifikacije"
3646
-
3647
  #~ msgid "Track impressions from logged in users (Recommended)."
3648
  #~ msgstr "Pratite utiske ulogovanih korisniika (Preporučeno)"
3649
 
@@ -3753,9 +3786,6 @@ msgstr ""
3753
  #~ msgid "Where are your banner ads?"
3754
  #~ msgstr "Gde su ti baneri ?"
3755
 
3756
- #~ msgid "Test"
3757
- #~ msgstr "Test"
3758
-
3759
  #, fuzzy
3760
  #~ msgid ""
3761
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:844
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
+ #: adrotate-manage-publisher.php:678
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
122
+ #: adrotate-output.php:574
123
  msgid "Oh no! Something went wrong!"
124
  msgstr "O ne! Nešto nije kako treba!"
125
 
126
+ #: adrotate-output.php:575
127
  msgid ""
128
  "WordPress was unable to verify the authenticity of the url you have clicked. "
129
  "Verify if the url used is valid or log in via your browser."
132
  "kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
133
  "pretraživača."
134
 
135
+ #: adrotate-output.php:576
136
  msgid ""
137
  "If you have received the url you want to visit via email, you are being "
138
  "tricked!"
139
  msgstr "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
140
 
141
+ #: adrotate-output.php:577
142
  msgid "Contact support if the issue persists:"
143
  msgstr "Kontaktirajte podršku ako se problem nastavi:"
144
 
145
+ #: adrotate-output.php:592
146
  #, fuzzy
147
  msgid ""
148
  "Error, Ad is not available at this time due to schedule/geolocation "
149
  "restrictions or does not exist!"
150
  msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
151
 
152
+ #: adrotate-output.php:594
153
  #, fuzzy
154
  msgid ""
155
  "Error, Ad is not available at this time due to schedule/geolocation "
156
  "restrictions!"
157
  msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
158
 
159
+ #: adrotate-output.php:601 adrotate-output.php:603
160
  msgid ""
161
  "Either there are no banners, they are disabled or none qualified for this "
162
  "location!"
163
  msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
164
 
165
+ #: adrotate-output.php:609
166
  msgid "Error, no Ad ID set! Check your syntax!"
167
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
168
 
169
+ #: adrotate-output.php:615
170
  #, fuzzy
171
  msgid "Error, no group ID set! Check your syntax!"
172
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
173
 
174
+ #: adrotate-output.php:620
175
  #, fuzzy
176
  msgid "Error, group does not exist! Check your syntax!"
177
  msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
178
 
179
+ #: adrotate-output.php:626
180
  msgid ""
181
  "There was an error locating the database tables for AdRotate. Please "
182
  "deactivate and re-activate AdRotate from the plugin page!!"
184
  "Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
185
  "deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
186
 
187
+ #: adrotate-output.php:626
188
  msgid "If this does not solve the issue please seek support at"
189
  msgstr "Ako ne reši problem potražite podršku na"
190
 
191
+ #: adrotate-output.php:632
192
  msgid "An unknown error occured."
193
  msgstr "Nepoznati error se ukazao."
194
 
195
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
196
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
197
  msgid "Check adverts"
198
  msgstr ""
199
 
200
+ #: adrotate-output.php:674
201
  msgid ""
202
  "You have enable caching support but W3 Total Cache is not active on your "
203
  "site!"
204
  msgstr ""
205
 
206
+ #: adrotate-output.php:677
207
  msgid ""
208
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
209
  "not set."
210
  msgstr ""
211
 
212
+ #: adrotate-output.php:682
213
  msgid "Your AdRotate Banner folder is not writable or does not exist."
214
  msgstr ""
215
 
216
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
217
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
218
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
219
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
220
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
221
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
222
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
223
+ #: dashboard/settings/geotargeting.php:25
224
  #, fuzzy
225
  msgid "Buy now"
226
  msgstr "Kupite odmah"
227
 
228
+ #: adrotate-output.php:723
229
  msgid ""
230
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
231
  "to the <strong>PRO</strong> version"
232
  msgstr ""
233
 
234
+ #: adrotate-output.php:723
235
  #, php-format
236
  msgid ""
237
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
238
  msgstr ""
239
 
240
+ #: adrotate-output.php:723
241
  msgid "Thank you for your purchase!"
242
  msgstr ""
243
 
244
+ #: adrotate-output.php:784
245
  msgid ""
246
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
247
  "this menu. Check out the"
248
  msgstr ""
249
 
250
+ #: adrotate-output.php:784
251
  msgid "manuals"
252
  msgstr "priručnici"
253
 
254
+ #: adrotate-output.php:784 adrotate-output.php:851
255
  msgid "and"
256
  msgstr ""
257
 
258
+ #: adrotate-output.php:784
259
  msgid "forums"
260
  msgstr ""
261
 
262
+ #: adrotate-output.php:814
263
  #, fuzzy
264
  msgid "Useful Links"
265
  msgstr "Korisni linkovi"
266
 
267
+ #: adrotate-output.php:815
268
  msgid "Useful links to learn more about AdRotate"
269
  msgstr ""
270
 
271
+ #: adrotate-output.php:817
272
  msgid "AdRotate website"
273
  msgstr ""
274
 
275
+ #: adrotate-output.php:818
276
  #, fuzzy
277
  msgid "Getting Started With AdRotate"
278
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
279
 
280
+ #: adrotate-output.php:819
281
  #, fuzzy
282
  msgid "AdRotate manuals"
283
  msgstr "AdRotate informacije"
284
 
285
+ #: adrotate-output.php:820
286
  #, fuzzy
287
  msgid "AdRotate Support Forum"
288
  msgstr "AdRotate prodavnica"
289
 
290
+ #: adrotate-output.php:843
291
  #, fuzzy
292
  msgid "Help AdRotate Grow"
293
  msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
294
 
295
+ #: adrotate-output.php:844
296
  msgid "Follow Arnan on Facebook"
297
  msgstr ""
298
 
299
+ #: adrotate-output.php:851
300
  msgid ""
301
  "A lot of users only think to review AdRotate when something goes wrong while "
302
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
303
  msgstr ""
304
 
305
+ #: adrotate-output.php:851
306
  msgid "If you find AdRotate useful please leave your honest"
307
  msgstr ""
308
 
309
+ #: adrotate-output.php:851
310
  msgid "rating"
311
  msgstr ""
312
 
313
+ #: adrotate-output.php:851
314
  #, fuzzy
315
  msgid "review"
316
  msgstr "Dajte ocenu i komentar"
317
 
318
+ #: adrotate-output.php:851
319
  msgid "on WordPress.org to help AdRotate grow in a positive way"
320
  msgstr ""
321
 
322
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
323
+ #: dashboard/settings/notifications.php:64
324
  msgid "Available in AdRotate Pro"
325
  msgstr "Dostupno u AdRotate Pro"
326
 
327
+ #: adrotate-output.php:884
328
  #, fuzzy
329
  msgid "More information..."
330
  msgstr "Saznajte više"
331
 
332
+ #: adrotate-output.php:885
333
  msgid "This feature is available in AdRotate Pro"
334
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
335
 
336
+ #: adrotate-output.php:885
337
  msgid "Learn more"
338
  msgstr "Saznajte više"
339
 
471
  msgid "Manage Groups"
472
  msgstr "Upravljajte grupama"
473
 
474
+ #: adrotate.php:109 adrotate.php:387
475
  #, fuzzy
476
  msgid "Manage Schedules"
477
  msgstr "Upravljati"
498
  msgid "Advert Management"
499
  msgstr ""
500
 
501
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
502
  msgid "Manage"
503
  msgstr "Upravljati"
504
 
505
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
506
  msgid "Add New"
507
  msgstr "Dodati novi"
508
 
509
+ #: adrotate.php:320
510
  msgid "Group Management"
511
  msgstr "Menadžment grupe"
512
 
513
+ #: adrotate.php:329
 
514
  msgid "Report"
515
  msgstr "Izveštaj"
516
 
517
+ #: adrotate.php:378
518
  #, fuzzy
519
  msgid "Schedule Management available in AdRotate Pro"
520
  msgstr "Dostupno u AdRotate Pro"
521
 
522
+ #: adrotate.php:388
523
  #, fuzzy
524
  msgid ""
525
  "Schedule management and multiple schedules per advert is available in "
526
  "AdRotate Pro."
527
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
528
 
529
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
530
  #: dashboard/publisher/adverts-main.php:114
531
  #: dashboard/publisher/groups-edit.php:75
532
  #: dashboard/publisher/groups-main.php:89
534
  msgid "More information"
535
  msgstr "Saznajte više"
536
 
537
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
538
  #: dashboard/publisher/adverts-error.php:19
539
  #: dashboard/publisher/adverts-main.php:20
540
  #: dashboard/publisher/groups-main.php:20
541
  msgid "Bulk Actions"
542
  msgstr "Delo bulk-ovanja"
543
 
544
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
545
  #: dashboard/publisher/adverts-error.php:29
546
  #: dashboard/publisher/adverts-main.php:30
547
  #: dashboard/publisher/groups-main.php:24
548
  msgid "Go"
549
  msgstr "Kreni"
550
 
551
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
552
  #: dashboard/publisher/adverts-error.php:39
553
  #: dashboard/publisher/adverts-main.php:39
554
  #: dashboard/publisher/groups-edit.php:51
556
  msgid "ID"
557
  msgstr "ID"
558
 
559
+ #: adrotate.php:406
560
  #, fuzzy
561
  msgid "Start"
562
  msgstr "Početno vreme (hh:mm):"
563
 
564
+ #: adrotate.php:406
565
  #, fuzzy
566
  msgid "End"
567
  msgstr "Završno vreme (hh:mm):"
568
 
569
+ #: adrotate.php:407
570
  msgid "Ads"
571
  msgstr "Oglasi"
572
 
573
+ #: adrotate.php:409
574
  #, fuzzy
575
  msgid "Max Impressions"
576
  msgstr "Utisci"
577
 
578
+ #: adrotate.php:410
579
  #, fuzzy
580
  msgid "Max Clicks"
581
  msgstr "Klikovi"
582
 
583
+ #: adrotate.php:440
584
  #, fuzzy
585
  msgid "No schedules created yet!"
586
  msgstr "Nijedan blok nije stvoren još uvek!"
587
 
588
+ #: adrotate.php:445
589
  #, fuzzy
590
  msgid "Easily manage your schedules from here with AdRotate Pro."
591
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
592
 
593
+ #: adrotate.php:445 adrotate.php:511
594
  #, fuzzy
595
  msgid "Upgrade today!"
596
  msgstr "Danas"
597
 
598
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
599
  #: dashboard/publisher/groups-edit.php:387
600
  msgid "Expires soon."
601
  msgstr "Ističe uskoro."
602
 
603
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
604
  #: dashboard/publisher/groups-edit.php:388
605
  msgid "Has expired."
606
  msgstr "Isteklo je."
607
 
608
+ #: adrotate.php:473
609
  #, fuzzy
610
  msgid "Media Management available in AdRotate Pro"
611
  msgstr "Dostupno u AdRotate Pro"
612
 
613
+ #: adrotate.php:475
614
  msgid "Upload images to the AdRotate Pro banners folder from here."
615
  msgstr ""
616
 
617
+ #: adrotate.php:475
618
  msgid ""
619
  "This is useful if you use responsive adverts with multiple images or have "
620
  "HTML5 adverts containing multiple files."
621
  msgstr ""
622
 
623
+ #: adrotate.php:475
624
  #, fuzzy
625
  msgid "Media uploading and management is available in AdRotate Pro."
626
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
627
 
628
+ #: adrotate.php:477
629
  msgid "Upload new file"
630
  msgstr ""
631
 
632
+ #: adrotate.php:478
633
  msgid "Accepted files:"
634
  msgstr ""
635
 
636
+ #: adrotate.php:478
637
  msgid "For HTML5 ads you can also upload html and javascript files."
638
  msgstr ""
639
 
640
+ #: adrotate.php:478
641
  msgid "Maximum size is 512Kb."
642
  msgstr ""
643
 
644
+ #: adrotate.php:478
645
  msgid "Important:"
646
  msgstr ""
647
 
648
+ #: adrotate.php:478
649
  msgid ""
650
  "Make sure your file has no spaces or special characters in the name. Replace "
651
  "spaces with a - or _."
652
  msgstr ""
653
 
654
+ #: adrotate.php:478
655
  msgid ""
656
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
657
  "file so it knows about the changed name. For example for the javascript file."
658
  msgstr ""
659
 
660
+ #: adrotate.php:481
661
  msgid ""
662
  "For responsive adverts make sure the filename is in the following format; "
663
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
664
  msgstr ""
665
 
666
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
667
  msgid ""
668
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
669
  "filename instead of \".full\" for the various viewports."
670
  msgstr ""
671
 
672
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
673
  #: dashboard/publisher/groups-edit.php:320
674
  msgid "Example:"
675
  msgstr "Primer"
676
 
677
+ #: adrotate.php:483
678
  msgid ""
679
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
680
  "for different viewports."
681
  msgstr ""
682
 
683
+ #: adrotate.php:487
684
  msgid "Upload file"
685
  msgstr ""
686
 
687
+ #: adrotate.php:487
688
  msgid "Click only once per file!"
689
  msgstr ""
690
 
691
+ #: adrotate.php:490
692
  msgid "Available files in"
693
  msgstr ""
694
 
695
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
696
  #: dashboard/publisher/groups-main.php:33
697
  msgid "Name"
698
  msgstr "Ime"
699
 
700
+ #: adrotate.php:496
701
  #, fuzzy
702
  msgid "Actions"
703
  msgstr "Delo bulk-ovanja"
704
 
705
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
706
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
707
  #: dashboard/publisher/adverts-disabled.php:22
708
  #: dashboard/publisher/adverts-error.php:21
709
  #: dashboard/publisher/adverts-main.php:22
710
  msgid "Delete"
711
  msgstr "Obrisati"
712
 
713
+ #: adrotate.php:511
714
  msgid ""
715
  "Make sure the banner images are not in use by adverts when you delete them!"
716
  msgstr ""
717
 
718
+ #: adrotate.php:511
719
  #, fuzzy
720
  msgid "Manage your banner folder from here with AdRotate Pro."
721
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
722
 
723
+ #: adrotate.php:540
724
  msgid "AdRotate Settings"
725
  msgstr "AdRotate postavke"
726
 
727
+ #: adrotate.php:612
728
  msgid "Update Options"
729
  msgstr "Update opcije"
730
 
761
  msgid ""
762
  "Go nationwide or global with localized adverts for your various audiences. "
763
  "Set up adverts for countries and cities and sell impressions per general "
764
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
765
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
766
  msgstr ""
767
 
768
  #: dashboard/adrotatepro.php:41
774
  "When you activate your AdRotate Pro license you can use fast and personal "
775
  "email support. No more queueing up in the forums. AdRotate premium support "
776
  "takes priority over the forums and is checked much more often than the "
777
+ "forum. Get a solution (usually) within one business day."
778
  msgstr ""
779
 
780
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
781
  msgid "AdRotate is brought to you by"
782
  msgstr "AdRotate vam je omogućio"
783
 
812
  #: dashboard/adrotatepro.php:91
813
  msgid ""
814
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
815
+ "adverts expire or need your attention. Additionally, send push notifications "
816
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
817
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
818
  msgstr ""
819
 
820
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
948
  "for updates about me and my plugins. Thank you!"
949
  msgstr ""
950
 
951
+ #: dashboard/info.php:105
952
+ msgid "AdRotate News"
 
 
 
953
  msgstr ""
954
 
955
+ #: dashboard/info.php:123
 
 
 
 
 
956
  msgid ""
957
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
958
+ "about me and what I am doing. Thanks for your support and for using my "
959
+ "plugins!"
 
 
 
 
960
  msgstr ""
961
 
 
 
 
 
 
 
 
 
 
 
 
 
962
  #: dashboard/publisher/adverts-disabled.php:15
963
  msgid "Disabled Adverts"
964
  msgstr ""
1028
 
1029
  #: dashboard/publisher/adverts-disabled.php:74
1030
  #: dashboard/publisher/adverts-error.php:64
1031
+ #: dashboard/publisher/adverts-main.php:87
1032
+ #: dashboard/publisher/groups-main.php:70
1033
  msgid "Stats"
1034
  msgstr "Statistika"
1035
 
1480
 
1481
  #: dashboard/publisher/adverts-edit.php:406
1482
  #: dashboard/publisher/groups-main.php:60
1483
+ #: dashboard/settings/geotargeting.php:36
1484
  #, fuzzy
1485
  msgid "Default"
1486
  msgstr "Default - Prikazati po jedan oglas"
2225
  msgid "Which Geo Service"
2226
  msgstr ""
2227
 
2228
+ #: dashboard/settings/geotargeting.php:25
2229
  msgid ""
2230
  "The most complete and accurate geo targeting you can get for only $20 USD "
2231
  "per 50000 lookups."
2232
  msgstr ""
2233
 
2234
+ #: dashboard/settings/geotargeting.php:27
2235
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2236
  msgstr ""
2237
 
2238
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2239
  msgid "Geo Cookie Lifespan"
2240
  msgstr ""
2241
 
2242
+ #: dashboard/settings/geotargeting.php:42
2243
  msgid "Hours."
2244
  msgstr ""
2245
 
2246
+ #: dashboard/settings/geotargeting.php:43
2247
  msgid ""
2248
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2249
  "cookie last? A longer period is less accurate for mobile users but may "
2250
  "reduce the usage of your lookups drastically."
2251
  msgstr ""
2252
 
2253
+ #: dashboard/settings/geotargeting.php:49
2254
  msgid "MaxMind City/Country"
2255
  msgstr ""
2256
 
2257
+ #: dashboard/settings/geotargeting.php:52
2258
  msgid "Username/Email"
2259
  msgstr ""
2260
 
2261
+ #: dashboard/settings/geotargeting.php:56
2262
  msgid "Password/License Key"
2263
  msgstr ""
2264
 
2538
 
2539
  #: dashboard/settings/misc.php:25
2540
  msgid ""
2541
+ "You have enabled W3 Total Caching support but not defined the security hash."
2542
+ msgstr ""
2543
+
2544
+ #: dashboard/settings/misc.php:25
2545
+ msgid ""
2546
+ "AdRotate has generated the following line for you to add to your wp-config."
2547
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2548
+ "add this line, check out the following guide;"
2549
+ msgstr ""
2550
+
2551
+ #: dashboard/settings/misc.php:25
2552
+ msgid "Set up W3 Total Caching"
2553
  msgstr ""
2554
 
2555
  #: dashboard/settings/misc.php:29
2577
  "koristite PHP Snippet treba da zamotate svoj PHP u isključenju svog koda."
2578
 
2579
  #: dashboard/settings/notifications.php:12
2580
+ msgid "Notifications"
2581
+ msgstr "Notifikacije"
2582
 
2583
  #: dashboard/settings/notifications.php:13
2584
  #, fuzzy
2586
  msgstr "Oglasi koje treba neposrednu pažnju"
2587
 
2588
  #: dashboard/settings/notifications.php:16
2589
+ msgid "How to notify"
2590
  msgstr ""
2591
 
2592
  #: dashboard/settings/notifications.php:18
2593
+ msgid "Dashboard banner."
2594
+ msgstr ""
2595
+
2596
+ #: dashboard/settings/notifications.php:19
2597
  #, fuzzy
2598
  msgid "Email message."
2599
  msgstr "Stranica oglašivača"
2600
 
2601
+ #: dashboard/settings/notifications.php:20
2602
  msgid "Push notifications to your smartphone."
2603
  msgstr ""
2604
 
2605
+ #: dashboard/settings/notifications.php:21
2606
  msgid ""
2607
  "Push notifications are delivered through Pushover, a notification service "
2608
  "for Android and iOS"
2609
  msgstr ""
2610
 
2611
+ #: dashboard/settings/notifications.php:21
2612
  msgid ""
2613
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2614
  "information can be found on the pushover website;"
2615
  msgstr ""
2616
 
2617
+ #: dashboard/settings/notifications.php:25
2618
  msgid "Test notification"
2619
  msgstr ""
2620
 
2621
+ #: dashboard/settings/notifications.php:27
2622
+ msgid "Test"
2623
+ msgstr "Test"
2624
+
2625
+ #: dashboard/settings/notifications.php:27
2626
  msgid ""
2627
+ "Send a test notification to enabled methods. Before you test, save the "
2628
+ "options first!"
2629
  msgstr ""
 
 
 
 
 
 
2630
 
2631
  #: dashboard/settings/notifications.php:32
2632
+ msgid "Dashboard"
2633
+ msgstr ""
2634
+
2635
+ #: dashboard/settings/notifications.php:33
2636
+ msgid ""
2637
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2638
+ "on every WordPress dashboard page."
2639
+ msgstr ""
2640
+
2641
+ #: dashboard/settings/notifications.php:36
2642
+ #: dashboard/settings/notifications.php:68
2643
+ msgid "What"
2644
+ msgstr ""
2645
+
2646
+ #: dashboard/settings/notifications.php:38
2647
+ msgid "Expired adverts."
2648
+ msgstr ""
2649
+
2650
+ #: dashboard/settings/notifications.php:39
2651
+ msgid "Almost expired adverts."
2652
+ msgstr ""
2653
+
2654
+ #: dashboard/settings/notifications.php:44
2655
+ msgid "Email"
2656
+ msgstr ""
2657
+
2658
+ #: dashboard/settings/notifications.php:45
2659
  #, fuzzy
2660
  msgid "Set up who gets notification emails."
2661
  msgstr "Oglasi koje treba neposrednu pažnju"
2662
 
2663
+ #: dashboard/settings/notifications.php:48
 
2664
  #, fuzzy
2665
  msgid "Publishers"
2666
  msgstr ""
2667
  "Pregled globalna statistike , po oglasu / grupa / blok statistika . Vidljivo "
2668
  "samo izdavačima ."
2669
 
2670
+ #: dashboard/settings/notifications.php:51
2671
  msgid ""
2672
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2673
  "list to a minimum!"
2675
  "Razdvojene zarezom spisak adresa e-pošte . Maksimalan broj 5 adresa . Držite "
2676
  "ovu listu na minimum !"
2677
 
2678
+ #: dashboard/settings/notifications.php:52
2679
  #, fuzzy
2680
  msgid ""
2681
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2684
  "Poruke se šalju jednom u 24 sata kada je to potrebno . Ako ovo polje je "
2685
  "praznofunkcija će biti onemogućena "
2686
 
2687
+ #: dashboard/settings/notifications.php:56
2688
  msgid "Advertisers"
2689
  msgstr "Oglašivači"
2690
 
2691
+ #: dashboard/settings/notifications.php:59
2692
  #, fuzzy
2693
  msgid ""
2694
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2696
  msgstr ""
2697
  "Maksimalno 2 adrese. Odvojenu zarezima. Ovo polje ne može biti prazno !"
2698
 
2699
+ #: dashboard/settings/notifications.php:64
2700
+ msgid "Push"
2701
+ msgstr ""
 
2702
 
2703
+ #: dashboard/settings/notifications.php:65
2704
  msgid ""
2705
  "Receive information about what is happening with your AdRotate setup on your "
2706
  "smartphone via Pushover."
2707
  msgstr ""
2708
 
2709
+ #: dashboard/settings/notifications.php:70
2710
  msgid "When you are running out of Geo Targeting Lookups."
2711
  msgstr ""
2712
 
2713
+ #: dashboard/settings/notifications.php:71
2714
  msgid "Daily digest of any advert status other than normal."
2715
  msgstr ""
2716
 
2717
+ #: dashboard/settings/notifications.php:72
2718
  msgid "Any advertiser saving an advert in your moderation queue."
2719
  msgstr ""
2720
 
2721
+ #: dashboard/settings/notifications.php:73
2722
  #, fuzzy
2723
  msgid "A moderator approved an advert from the moderation queue."
2724
  msgstr "Odobri / odbaci reklame u red za uređivanje"
2725
 
2726
+ #: dashboard/settings/notifications.php:74
2727
  #, fuzzy
2728
  msgid "A moderator rejected an advert from the moderation queue."
2729
  msgstr "Odobri / odbaci reklame u red za uređivanje"
2730
 
2731
+ #: dashboard/settings/notifications.php:74
2732
  msgid ""
2733
  "If you have a lot of activity with many advertisers adding/changing adverts "
2734
  "you may get a lot of messages!"
2735
  msgstr ""
2736
 
2737
+ #: dashboard/settings/notifications.php:79
2738
  #, fuzzy
2739
  msgid "User Key"
2740
  msgstr "korisnici-agenti"
2741
 
2742
+ #: dashboard/settings/notifications.php:81
2743
  msgid "Get your user token"
2744
  msgstr ""
2745
 
2746
+ #: dashboard/settings/notifications.php:81
2747
+ #: dashboard/settings/notifications.php:87
2748
  msgid "here"
2749
  msgstr ""
2750
 
2751
+ #: dashboard/settings/notifications.php:85
2752
  msgid "Api Token"
2753
  msgstr ""
2754
 
2755
+ #: dashboard/settings/notifications.php:87
2756
  msgid "Create your"
2757
  msgstr ""
2758
 
2759
+ #: dashboard/settings/notifications.php:87
2760
  msgid "App"
2761
  msgstr ""
2762
 
2763
+ #: dashboard/settings/notifications.php:87
2764
  msgid "and get your API token"
2765
  msgstr ""
2766
 
2919
  msgstr ""
2920
  "Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
2921
 
2922
+ #, fuzzy
2923
+ #~ msgid "Get more features with AdRotate Pro"
2924
+ #~ msgstr "Nabvite jos karakteristika! AdRotate Pro."
2925
+
2926
+ #~ msgid "Visit the"
2927
+ #~ msgstr "Posetite"
2928
+
2929
+ #~ msgid "website"
2930
+ #~ msgstr "websajt"
2931
+
2932
+ #~ msgid "AdRotate News and Developer Blog"
2933
+ #~ msgstr "AdRotate novosti i blog za programere"
2934
+
2935
+ #, fuzzy
2936
+ #~ msgid ""
2937
+ #~ "This sends a test notification. Before you test, save the options first!"
2938
+ #~ msgstr ""
2939
+ #~ "Ovaj test šalje obaveštenje . Pre nego što testirate , na primer , sa "
2940
+ #~ "novim email adresu. Sačuvajte prvi opcije !"
2941
+
2942
+ #~ msgid "Email Notifications"
2943
+ #~ msgstr "Email Obaveštenja"
2944
+
2945
+ #, fuzzy
2946
+ #~ msgid "Push Notifications"
2947
+ #~ msgstr "Notifikacije"
2948
+
2949
  #~ msgid "active ad(s) expired."
2950
  #~ msgstr "aktivni ad-ovi su istekli."
2951
 
3677
  #~ "karakteristika . On vam samo pomaže da odvojiti oglašavače od redovnih "
3678
  #~ "pretplatnika da im ne date previše pristupa kontrolnoj tabli ."
3679
 
 
 
 
3680
  #~ msgid "Track impressions from logged in users (Recommended)."
3681
  #~ msgstr "Pratite utiske ulogovanih korisniika (Preporučeno)"
3682
 
3786
  #~ msgid "Where are your banner ads?"
3787
  #~ msgstr "Gde su ti baneri ?"
3788
 
 
 
 
3789
  #, fuzzy
3790
  #~ msgid ""
3791
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
language/adrotate-sv_SV.mo CHANGED
Binary file
language/adrotate-sv_SV.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-08 20:57+0800\n"
6
- "PO-Revision-Date: 2016-02-08 20:57+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.6\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -116,15 +116,15 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:702
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
- #: adrotate-output.php:607
124
  msgid "Oh no! Something went wrong!"
125
  msgstr "Åh nej! Något gick fel!"
126
 
127
- #: adrotate-output.php:608
128
  msgid ""
129
  "WordPress was unable to verify the authenticity of the url you have clicked. "
130
  "Verify if the url used is valid or log in via your browser."
@@ -133,18 +133,18 @@ msgstr ""
133
  "klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
134
  "via webbläsaren."
135
 
136
- #: adrotate-output.php:609
137
  msgid ""
138
  "If you have received the url you want to visit via email, you are being "
139
  "tricked!"
140
  msgstr ""
141
  "Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
142
 
143
- #: adrotate-output.php:610
144
  msgid "Contact support if the issue persists:"
145
  msgstr "Kontakta support om problemet kvarstår:"
146
 
147
- #: adrotate-output.php:628
148
  msgid ""
149
  "Error, Ad is not available at this time due to schedule/geolocation "
150
  "restrictions or does not exist!"
@@ -152,7 +152,7 @@ msgstr ""
152
  "Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
153
  "geolokalisering restriktioner eller finns inte!"
154
 
155
- #: adrotate-output.php:630
156
  msgid ""
157
  "Error, Ad is not available at this time due to schedule/geolocation "
158
  "restrictions!"
@@ -160,7 +160,7 @@ msgstr ""
160
  "Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
161
  "geolokalisering begränsningar!"
162
 
163
- #: adrotate-output.php:637 adrotate-output.php:639
164
  msgid ""
165
  "Either there are no banners, they are disabled or none qualified for this "
166
  "location!"
@@ -168,19 +168,19 @@ msgstr ""
168
  "Antingen finns det inga banderoller, de har inaktiverats eller inga "
169
  "kvalificerade för den här platsen!"
170
 
171
- #: adrotate-output.php:645
172
  msgid "Error, no Ad ID set! Check your syntax!"
173
  msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
174
 
175
- #: adrotate-output.php:651
176
  msgid "Error, no group ID set! Check your syntax!"
177
  msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
178
 
179
- #: adrotate-output.php:656
180
  msgid "Error, group does not exist! Check your syntax!"
181
  msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
182
 
183
- #: adrotate-output.php:662
184
  msgid ""
185
  "There was an error locating the database tables for AdRotate. Please "
186
  "deactivate and re-activate AdRotate from the plugin page!!"
@@ -188,154 +188,156 @@ msgstr ""
188
  "Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
189
  "avaktivera och återaktivera AdRotate från plugin sidan!"
190
 
191
- #: adrotate-output.php:662
192
  msgid "If this does not solve the issue please seek support at"
193
  msgstr "Om detta inte löser problemet vänligen söka stöd hos"
194
 
195
- #: adrotate-output.php:668
196
  msgid "An unknown error occured."
197
  msgstr "Ett okänt fel uppstod."
198
 
199
- #: adrotate-output.php:687 adrotate-output.php:690 adrotate-output.php:693
 
200
  msgid "Check adverts"
201
  msgstr ""
202
 
203
- #: adrotate-output.php:698
204
  msgid ""
205
  "You have enable caching support but W3 Total Cache is not active on your "
206
  "site!"
207
  msgstr ""
208
 
209
- #: adrotate-output.php:701
210
  msgid ""
211
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
212
  "not set."
213
  msgstr ""
214
 
215
- #: adrotate-output.php:706
216
  msgid "Your AdRotate Banner folder is not writable or does not exist."
217
  msgstr ""
218
 
219
- #: adrotate-output.php:746 dashboard/adrotatepro.php:99
220
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
221
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
222
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
223
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
224
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
225
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
226
- #: dashboard/settings/geotargeting.php:26
227
  #, fuzzy
228
  msgid "Buy now"
229
  msgstr "Köp nu"
230
 
231
- #: adrotate-output.php:747
232
  msgid ""
233
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
234
  "to the <strong>PRO</strong> version"
235
  msgstr ""
236
 
237
- #: adrotate-output.php:747
238
  #, php-format
239
  msgid ""
240
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
241
  msgstr ""
242
 
243
- #: adrotate-output.php:747
244
  msgid "Thank you for your purchase!"
245
  msgstr ""
246
 
247
- #: adrotate-output.php:791
248
  msgid ""
249
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
250
  "this menu. Check out the"
251
  msgstr ""
252
 
253
- #: adrotate-output.php:791
254
  msgid "manuals"
255
  msgstr "manual"
256
 
257
- #: adrotate-output.php:791 adrotate-output.php:864
258
  msgid "and"
259
  msgstr ""
260
 
261
- #: adrotate-output.php:791
262
  msgid "forums"
263
  msgstr ""
264
 
265
- #: adrotate-output.php:824
266
  #, fuzzy
267
  msgid "Useful Links"
268
  msgstr "Nyttiga länkar"
269
 
270
- #: adrotate-output.php:825
271
  msgid "Useful links to learn more about AdRotate"
272
  msgstr ""
273
 
274
- #: adrotate-output.php:827
275
  msgid "AdRotate website"
276
  msgstr ""
277
 
278
- #: adrotate-output.php:828
279
  #, fuzzy
280
  msgid "Getting Started With AdRotate"
281
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
282
 
283
- #: adrotate-output.php:829
284
  #, fuzzy
285
  msgid "AdRotate manuals"
286
  msgstr "AdRotate Information"
287
 
288
- #: adrotate-output.php:830
289
  #, fuzzy
290
  msgid "AdRotate Support Forum"
291
  msgstr "AdRotate butik"
292
 
293
- #: adrotate-output.php:856
294
  #, fuzzy
295
  msgid "Help AdRotate Grow"
296
  msgstr "Fastnat med AdRotate? Jag hjälper!"
297
 
298
- #: adrotate-output.php:857
299
  msgid "Follow Arnan on Facebook"
300
  msgstr ""
301
 
302
- #: adrotate-output.php:864
303
  msgid ""
304
  "A lot of users only think to review AdRotate when something goes wrong while "
305
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
306
  msgstr ""
307
 
308
- #: adrotate-output.php:864
309
  msgid "If you find AdRotate useful please leave your honest"
310
  msgstr ""
311
 
312
- #: adrotate-output.php:864
313
  msgid "rating"
314
  msgstr ""
315
 
316
- #: adrotate-output.php:864
317
  #, fuzzy
318
  msgid "review"
319
  msgstr "Betygsätt och omdöme"
320
 
321
- #: adrotate-output.php:864
322
  msgid "on WordPress.org to help AdRotate grow in a positive way"
323
  msgstr ""
324
 
325
- #: adrotate-output.php:903
 
326
  msgid "Available in AdRotate Pro"
327
  msgstr "Tillgänglig i AdRotate Pro"
328
 
329
- #: adrotate-output.php:903
330
  #, fuzzy
331
  msgid "More information..."
332
  msgstr "Mer info"
333
 
334
- #: adrotate-output.php:904
335
  msgid "This feature is available in AdRotate Pro"
336
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
337
 
338
- #: adrotate-output.php:904
339
  #, fuzzy
340
  msgid "Learn more"
341
  msgstr "Läs mer om"
@@ -473,7 +475,7 @@ msgstr ""
473
  msgid "Manage Groups"
474
  msgstr "Hantera Grupper"
475
 
476
- #: adrotate.php:109 adrotate.php:407
477
  #, fuzzy
478
  msgid "Manage Schedules"
479
  msgstr "Hantera"
@@ -500,36 +502,35 @@ msgstr "AdRotate"
500
  msgid "Advert Management"
501
  msgstr ""
502
 
503
- #: adrotate.php:257 adrotate.php:343 adrotate.php:402
504
  msgid "Manage"
505
  msgstr "Hantera"
506
 
507
- #: adrotate.php:258 adrotate.php:344 adrotate.php:403
508
  msgid "Add New"
509
  msgstr "Lägg till ny"
510
 
511
- #: adrotate.php:336
512
  msgid "Group Management"
513
  msgstr "Grupp Hantering"
514
 
515
- #: adrotate.php:346 dashboard/publisher/adverts-main.php:87
516
- #: dashboard/publisher/groups-main.php:70
517
  msgid "Report"
518
  msgstr "Rapport"
519
 
520
- #: adrotate.php:398
521
  #, fuzzy
522
  msgid "Schedule Management available in AdRotate Pro"
523
  msgstr "Tillgänglig i AdRotate Pro"
524
 
525
- #: adrotate.php:408
526
  #, fuzzy
527
  msgid ""
528
  "Schedule management and multiple schedules per advert is available in "
529
  "AdRotate Pro."
530
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
531
 
532
- #: adrotate.php:408 adrotate.php:495 dashboard/publisher/adverts-edit.php:188
533
  #: dashboard/publisher/adverts-main.php:114
534
  #: dashboard/publisher/groups-edit.php:75
535
  #: dashboard/publisher/groups-main.php:89
@@ -537,21 +538,21 @@ msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
537
  msgid "More information"
538
  msgstr "Mer info"
539
 
540
- #: adrotate.php:415 dashboard/publisher/adverts-disabled.php:20
541
  #: dashboard/publisher/adverts-error.php:19
542
  #: dashboard/publisher/adverts-main.php:20
543
  #: dashboard/publisher/groups-main.php:20
544
  msgid "Bulk Actions"
545
  msgstr "Massåtgärder"
546
 
547
- #: adrotate.php:416 dashboard/publisher/adverts-disabled.php:25
548
  #: dashboard/publisher/adverts-error.php:29
549
  #: dashboard/publisher/adverts-main.php:30
550
  #: dashboard/publisher/groups-main.php:24
551
  msgid "Go"
552
  msgstr "Gå"
553
 
554
- #: adrotate.php:425 dashboard/publisher/adverts-disabled.php:35
555
  #: dashboard/publisher/adverts-error.php:39
556
  #: dashboard/publisher/adverts-main.php:39
557
  #: dashboard/publisher/groups-edit.php:51
@@ -559,174 +560,174 @@ msgstr "Gå"
559
  msgid "ID"
560
  msgstr "ID"
561
 
562
- #: adrotate.php:426
563
  #, fuzzy
564
  msgid "Start"
565
  msgstr "Starttid (hh: mm):"
566
 
567
- #: adrotate.php:426
568
  #, fuzzy
569
  msgid "End"
570
  msgstr "Avsluta tid (hh: mm):"
571
 
572
- #: adrotate.php:427
573
  msgid "Ads"
574
  msgstr "Annonser"
575
 
576
- #: adrotate.php:429
577
  msgid "Max Impressions"
578
  msgstr "Max Intryck"
579
 
580
- #: adrotate.php:430
581
  msgid "Max Clicks"
582
  msgstr "Max Klick"
583
 
584
- #: adrotate.php:460
585
  #, fuzzy
586
  msgid "No schedules created yet!"
587
  msgstr "Inga block har skapats än!"
588
 
589
- #: adrotate.php:465
590
  #, fuzzy
591
  msgid "Easily manage your schedules from here with AdRotate Pro."
592
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
593
 
594
- #: adrotate.php:465 adrotate.php:531
595
  #, fuzzy
596
  msgid "Upgrade today!"
597
  msgstr "i dag"
598
 
599
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:72
600
  #: dashboard/publisher/groups-edit.php:387
601
  msgid "Expires soon."
602
  msgstr "Utgår inom kort."
603
 
604
- #: adrotate.php:469 dashboard/publisher/adverts-error.php:73
605
  #: dashboard/publisher/groups-edit.php:388
606
  msgid "Has expired."
607
  msgstr "Har gått ut."
608
 
609
- #: adrotate.php:493
610
  #, fuzzy
611
  msgid "Media Management available in AdRotate Pro"
612
  msgstr "Tillgänglig i AdRotate Pro"
613
 
614
- #: adrotate.php:495
615
  msgid "Upload images to the AdRotate Pro banners folder from here."
616
  msgstr ""
617
 
618
- #: adrotate.php:495
619
  msgid ""
620
  "This is useful if you use responsive adverts with multiple images or have "
621
  "HTML5 adverts containing multiple files."
622
  msgstr ""
623
 
624
- #: adrotate.php:495
625
  #, fuzzy
626
  msgid "Media uploading and management is available in AdRotate Pro."
627
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
628
 
629
- #: adrotate.php:497
630
  msgid "Upload new file"
631
  msgstr ""
632
 
633
- #: adrotate.php:498
634
  msgid "Accepted files:"
635
  msgstr ""
636
 
637
- #: adrotate.php:498
638
  msgid "For HTML5 ads you can also upload html and javascript files."
639
  msgstr ""
640
 
641
- #: adrotate.php:498
642
  #, fuzzy
643
  msgid "Maximum size is 512Kb."
644
  msgstr "Maximal storlek är 512Kb."
645
 
646
- #: adrotate.php:498
647
  msgid "Important:"
648
  msgstr ""
649
 
650
- #: adrotate.php:498
651
  msgid ""
652
  "Make sure your file has no spaces or special characters in the name. Replace "
653
  "spaces with a - or _."
654
  msgstr ""
655
 
656
- #: adrotate.php:498
657
  msgid ""
658
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
659
  "file so it knows about the changed name. For example for the javascript file."
660
  msgstr ""
661
 
662
- #: adrotate.php:501
663
  msgid ""
664
  "For responsive adverts make sure the filename is in the following format; "
665
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
666
  msgstr ""
667
 
668
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:311
669
  msgid ""
670
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
671
  "filename instead of \".full\" for the various viewports."
672
  msgstr ""
673
 
674
- #: adrotate.php:503 dashboard/publisher/groups-edit.php:312
675
  #: dashboard/publisher/groups-edit.php:320
676
  msgid "Example:"
677
  msgstr "Exempel:"
678
 
679
- #: adrotate.php:503
680
  msgid ""
681
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
682
  "for different viewports."
683
  msgstr ""
684
 
685
- #: adrotate.php:507
686
  msgid "Upload file"
687
  msgstr ""
688
 
689
- #: adrotate.php:507
690
  msgid "Click only once per file!"
691
  msgstr ""
692
 
693
- #: adrotate.php:510
694
  msgid "Available files in"
695
  msgstr ""
696
 
697
- #: adrotate.php:515 dashboard/publisher/groups-edit.php:55
698
  #: dashboard/publisher/groups-main.php:33
699
  msgid "Name"
700
  msgstr "Namn"
701
 
702
- #: adrotate.php:516
703
  #, fuzzy
704
  msgid "Actions"
705
  msgstr "Massåtgärder"
706
 
707
- #: adrotate.php:521 adrotate.php:522 adrotate.php:523 adrotate.php:524
708
- #: adrotate.php:525 adrotate.php:526 adrotate.php:527
709
  #: dashboard/publisher/adverts-disabled.php:22
710
  #: dashboard/publisher/adverts-error.php:21
711
  #: dashboard/publisher/adverts-main.php:22
712
  msgid "Delete"
713
  msgstr "Radera"
714
 
715
- #: adrotate.php:531
716
  msgid ""
717
  "Make sure the banner images are not in use by adverts when you delete them!"
718
  msgstr ""
719
 
720
- #: adrotate.php:531
721
  #, fuzzy
722
  msgid "Manage your banner folder from here with AdRotate Pro."
723
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
724
 
725
- #: adrotate.php:560
726
  msgid "AdRotate Settings"
727
  msgstr "AdRotate Inställningar"
728
 
729
- #: adrotate.php:631
730
  msgid "Update Options"
731
  msgstr "Update Options"
732
 
@@ -763,8 +764,8 @@ msgstr ""
763
  msgid ""
764
  "Go nationwide or global with localized adverts for your various audiences. "
765
  "Set up adverts for countries and cities and sell impressions per general "
766
- "area. Connect your site to MaxMind GeoIP2: Precision, Telize or AdRotate "
767
- "Geo. AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
768
  msgstr ""
769
 
770
  #: dashboard/adrotatepro.php:41
@@ -776,10 +777,10 @@ msgid ""
776
  "When you activate your AdRotate Pro license you can use fast and personal "
777
  "email support. No more queueing up in the forums. AdRotate premium support "
778
  "takes priority over the forums and is checked much more often than the "
779
- "forum. Get a solution (usually) within a day."
780
  msgstr ""
781
 
782
- #: dashboard/adrotatepro.php:48 dashboard/info.php:99
783
  msgid "AdRotate is brought to you by"
784
  msgstr "AdRotate kommer till dig genom"
785
 
@@ -814,10 +815,9 @@ msgstr ""
814
  #: dashboard/adrotatepro.php:91
815
  msgid ""
816
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
817
- "adverts expire or need your attention. Additionally, you can have AdRotate "
818
- "send push notifications to your iOS or Android smartphone. Get notified when "
819
- "adverts expire, have errors or when advertisers create new adverts. Never "
820
- "miss an expiration date again."
821
  msgstr ""
822
 
823
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
@@ -952,41 +952,17 @@ msgid ""
952
  "for updates about me and my plugins. Thank you!"
953
  msgstr ""
954
 
955
- #: dashboard/info.php:103
956
- msgid ""
957
- "Premium plugins, support and services for WordPress and WooCommerce! I am a "
958
- "digital nomad in the Philippines. Click on my name to find out more about me "
959
- "and what I am doing. Thanks for your support and for using my plugins!"
960
  msgstr ""
961
 
962
- #: dashboard/info.php:113
963
- #, fuzzy
964
- msgid "Get more features with AdRotate Pro"
965
- msgstr "Få fler funktioner! Skaffa AdRotate Pro."
966
-
967
- #: dashboard/info.php:116
968
  msgid ""
969
- "Benefit from extra features to reinforce your income with advertising "
970
- "campaigns. Make the most of your website with the powerful tools AdRotate "
971
- "Pro offers on top of the trusted features included in the free version."
972
- msgstr ""
973
-
974
- #: dashboard/info.php:116
975
- msgid "Want to know more about"
976
  msgstr ""
977
 
978
- #: dashboard/info.php:116
979
- msgid "Visit the"
980
- msgstr "Besök"
981
-
982
- #: dashboard/info.php:116
983
- msgid "website"
984
- msgstr "hemsida"
985
-
986
- #: dashboard/info.php:120
987
- msgid "AdRotate News and Developer Blog"
988
- msgstr "AdRotate Nyheter och Utvecklar Blog"
989
-
990
  #: dashboard/publisher/adverts-disabled.php:15
991
  msgid "Disabled Adverts"
992
  msgstr ""
@@ -1055,6 +1031,8 @@ msgstr "Ändra"
1055
 
1056
  #: dashboard/publisher/adverts-disabled.php:74
1057
  #: dashboard/publisher/adverts-error.php:64
 
 
1058
  msgid "Stats"
1059
  msgstr "Statistik"
1060
 
@@ -1505,7 +1483,7 @@ msgstr "ID - Namn"
1505
 
1506
  #: dashboard/publisher/adverts-edit.php:406
1507
  #: dashboard/publisher/groups-main.php:60
1508
- #: dashboard/settings/geotargeting.php:39
1509
  msgid "Default"
1510
  msgstr "Default"
1511
 
@@ -2234,44 +2212,40 @@ msgstr ""
2234
  msgid "Which Geo Service"
2235
  msgstr ""
2236
 
2237
- #: dashboard/settings/geotargeting.php:26
2238
  msgid ""
2239
  "The most complete and accurate geo targeting you can get for only $20 USD "
2240
  "per 50000 lookups."
2241
  msgstr ""
2242
 
2243
- #: dashboard/settings/geotargeting.php:28
2244
- msgid "50000 free lookups every day, uses GeoLite2 databases from MaxMind!"
2245
  msgstr ""
2246
 
2247
- #: dashboard/settings/geotargeting.php:30
2248
- msgid "Free service, uses GeoLite2 databases from MaxMind!"
2249
- msgstr ""
2250
-
2251
- #: dashboard/settings/geotargeting.php:36
2252
  msgid "Geo Cookie Lifespan"
2253
  msgstr ""
2254
 
2255
- #: dashboard/settings/geotargeting.php:45
2256
  msgid "Hours."
2257
  msgstr ""
2258
 
2259
- #: dashboard/settings/geotargeting.php:46
2260
  msgid ""
2261
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2262
  "cookie last? A longer period is less accurate for mobile users but may "
2263
  "reduce the usage of your lookups drastically."
2264
  msgstr ""
2265
 
2266
- #: dashboard/settings/geotargeting.php:52
2267
  msgid "MaxMind City/Country"
2268
  msgstr ""
2269
 
2270
- #: dashboard/settings/geotargeting.php:55
2271
  msgid "Username/Email"
2272
  msgstr ""
2273
 
2274
- #: dashboard/settings/geotargeting.php:59
2275
  msgid "Password/License Key"
2276
  msgstr ""
2277
 
@@ -2538,10 +2512,18 @@ msgstr "Meddelande"
2538
 
2539
  #: dashboard/settings/misc.php:25
2540
  msgid ""
2541
- "You have enabled W3 Total Caching support but not defined the security hash. "
2542
- "You need to add the following line to your wp-config.php near the bottom or "
2543
- "below line 52 (which defines another hash.) Using the \"late init\" function "
2544
- "needs to be enabled in W3 Total Cache as well too."
 
 
 
 
 
 
 
 
2545
  msgstr ""
2546
 
2547
  #: dashboard/settings/misc.php:29
@@ -2570,8 +2552,8 @@ msgstr ""
2570
  "använder ett PHP Snippet måste du svepa din PHP i utanförskap koden själv."
2571
 
2572
  #: dashboard/settings/notifications.php:12
2573
- msgid "Notifications - Available in AdRotate Pro"
2574
- msgstr ""
2575
 
2576
  #: dashboard/settings/notifications.php:13
2577
  #, fuzzy
@@ -2579,60 +2561,88 @@ msgid "Set up who gets notifications if ads need your attention."
2579
  msgstr "Annonser som behöver uppmärksammas"
2580
 
2581
  #: dashboard/settings/notifications.php:16
2582
- msgid "Delivery method"
2583
  msgstr ""
2584
 
2585
  #: dashboard/settings/notifications.php:18
 
 
 
 
2586
  #, fuzzy
2587
  msgid "Email message."
2588
  msgstr "E-post eller Remote sida:"
2589
 
2590
- #: dashboard/settings/notifications.php:19
2591
  msgid "Push notifications to your smartphone."
2592
  msgstr ""
2593
 
2594
- #: dashboard/settings/notifications.php:20
2595
  msgid ""
2596
  "Push notifications are delivered through Pushover, a notification service "
2597
  "for Android and iOS"
2598
  msgstr ""
2599
 
2600
- #: dashboard/settings/notifications.php:20
2601
  msgid ""
2602
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2603
  "information can be found on the pushover website;"
2604
  msgstr ""
2605
 
2606
- #: dashboard/settings/notifications.php:24
2607
  msgid "Test notification"
2608
  msgstr ""
2609
 
2610
- #: dashboard/settings/notifications.php:26
2611
- #, fuzzy
 
 
 
2612
  msgid ""
2613
- "This sends a test notification. Before you test, save the options first!"
 
2614
  msgstr ""
2615
- "Detta skickar en testanmälan. Innan du testar, till exempel med en ny e-"
2616
- "postadress. Spara alternativen först!"
2617
-
2618
- #: dashboard/settings/notifications.php:31
2619
- msgid "Email Notifications"
2620
- msgstr "E-postmeddelanden"
2621
 
2622
  #: dashboard/settings/notifications.php:32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2623
  #, fuzzy
2624
  msgid "Set up who gets notification emails."
2625
  msgstr "Annonser som behöver uppmärksammas"
2626
 
2627
- #: dashboard/settings/notifications.php:35
2628
- #: dashboard/settings/notifications.php:55
2629
  #, fuzzy
2630
  msgid "Publishers"
2631
  msgstr ""
2632
  "Gå igenom global statistik, per annons / grupp / block-statistik. Synlig "
2633
  "endast till förlag."
2634
 
2635
- #: dashboard/settings/notifications.php:38
2636
  msgid ""
2637
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2638
  "list to a minimum!"
@@ -2640,7 +2650,7 @@ msgstr ""
2640
  "En kommaseparerad lista med e-postadresser. Maximalt av 5 adresser. Spara "
2641
  "denna lista till ett minimum!"
2642
 
2643
- #: dashboard/settings/notifications.php:39
2644
  #, fuzzy
2645
  msgid ""
2646
  "Messages are sent once every 24 hours when needed. If this field is empty no "
@@ -2649,83 +2659,82 @@ msgstr ""
2649
  "Meddelanden skickas en gång per 24 timmar när det behövs. Om detta fält är "
2650
  "tomt funktionen avaktiveras."
2651
 
2652
- #: dashboard/settings/notifications.php:43
2653
  msgid "Advertisers"
2654
  msgstr "Annonsörer"
2655
 
2656
- #: dashboard/settings/notifications.php:46
2657
  #, fuzzy
2658
  msgid ""
2659
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2660
  "This field may not be empty!"
2661
  msgstr "Max 2 adresser. Kommaseparerad. Detta fält kan inte vara tomt!"
2662
 
2663
- #: dashboard/settings/notifications.php:51
2664
- #, fuzzy
2665
- msgid "Push Notifications"
2666
- msgstr "Meddelanden"
2667
 
2668
- #: dashboard/settings/notifications.php:52
2669
  msgid ""
2670
  "Receive information about what is happening with your AdRotate setup on your "
2671
  "smartphone via Pushover."
2672
  msgstr ""
2673
 
2674
- #: dashboard/settings/notifications.php:57
2675
  msgid "When you are running out of Geo Targeting Lookups."
2676
  msgstr ""
2677
 
2678
- #: dashboard/settings/notifications.php:58
2679
  msgid "Daily digest of any advert status other than normal."
2680
  msgstr ""
2681
 
2682
- #: dashboard/settings/notifications.php:59
2683
  msgid "Any advertiser saving an advert in your moderation queue."
2684
  msgstr ""
2685
 
2686
- #: dashboard/settings/notifications.php:60
2687
  #, fuzzy
2688
  msgid "A moderator approved an advert from the moderation queue."
2689
  msgstr "Godkänn / avvisa annonser i moderation Queue"
2690
 
2691
- #: dashboard/settings/notifications.php:61
2692
  #, fuzzy
2693
  msgid "A moderator rejected an advert from the moderation queue."
2694
  msgstr "Godkänn / avvisa annonser i moderation Queue"
2695
 
2696
- #: dashboard/settings/notifications.php:61
2697
  msgid ""
2698
  "If you have a lot of activity with many advertisers adding/changing adverts "
2699
  "you may get a lot of messages!"
2700
  msgstr ""
2701
 
2702
- #: dashboard/settings/notifications.php:66
2703
  #, fuzzy
2704
  msgid "User Key"
2705
  msgstr "Licensnyckel"
2706
 
2707
- #: dashboard/settings/notifications.php:68
2708
  msgid "Get your user token"
2709
  msgstr ""
2710
 
2711
- #: dashboard/settings/notifications.php:68
2712
- #: dashboard/settings/notifications.php:74
2713
  msgid "here"
2714
  msgstr ""
2715
 
2716
- #: dashboard/settings/notifications.php:72
2717
  msgid "Api Token"
2718
  msgstr ""
2719
 
2720
- #: dashboard/settings/notifications.php:74
2721
  msgid "Create your"
2722
  msgstr ""
2723
 
2724
- #: dashboard/settings/notifications.php:74
2725
  msgid "App"
2726
  msgstr ""
2727
 
2728
- #: dashboard/settings/notifications.php:74
2729
  msgid "and get your API token"
2730
  msgstr ""
2731
 
@@ -2884,6 +2893,33 @@ msgid ""
2884
  msgstr ""
2885
  "Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
2886
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2887
  #~ msgid "active ad(s) expired."
2888
  #~ msgstr "aktiv annons (er) gått ut."
2889
 
@@ -3621,9 +3657,6 @@ msgstr ""
3621
  #~ "vanliga abonnenter utan att ge dem för mycket tillgång till "
3622
  #~ "instrumentpanelen."
3623
 
3624
- #~ msgid "Notifications"
3625
- #~ msgstr "Meddelanden"
3626
-
3627
  #~ msgid "Track impressions from logged in users (Recommended)."
3628
  #~ msgstr "Spåra intryck från inloggade användare (rekommenderas)."
3629
 
@@ -3739,9 +3772,6 @@ msgstr ""
3739
  #~ msgid "Where are your banner ads?"
3740
  #~ msgstr "Var är dina bannerannonser?"
3741
 
3742
- #~ msgid "Test"
3743
- #~ msgstr "Test"
3744
-
3745
  #, fuzzy
3746
  #~ msgid ""
3747
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-30 14:27+0800\n"
6
+ "PO-Revision-Date: 2016-05-30 14:27+0800\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:678
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
123
+ #: adrotate-output.php:574
124
  msgid "Oh no! Something went wrong!"
125
  msgstr "Åh nej! Något gick fel!"
126
 
127
+ #: adrotate-output.php:575
128
  msgid ""
129
  "WordPress was unable to verify the authenticity of the url you have clicked. "
130
  "Verify if the url used is valid or log in via your browser."
133
  "klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
134
  "via webbläsaren."
135
 
136
+ #: adrotate-output.php:576
137
  msgid ""
138
  "If you have received the url you want to visit via email, you are being "
139
  "tricked!"
140
  msgstr ""
141
  "Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
142
 
143
+ #: adrotate-output.php:577
144
  msgid "Contact support if the issue persists:"
145
  msgstr "Kontakta support om problemet kvarstår:"
146
 
147
+ #: adrotate-output.php:592
148
  msgid ""
149
  "Error, Ad is not available at this time due to schedule/geolocation "
150
  "restrictions or does not exist!"
152
  "Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
153
  "geolokalisering restriktioner eller finns inte!"
154
 
155
+ #: adrotate-output.php:594
156
  msgid ""
157
  "Error, Ad is not available at this time due to schedule/geolocation "
158
  "restrictions!"
160
  "Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
161
  "geolokalisering begränsningar!"
162
 
163
+ #: adrotate-output.php:601 adrotate-output.php:603
164
  msgid ""
165
  "Either there are no banners, they are disabled or none qualified for this "
166
  "location!"
168
  "Antingen finns det inga banderoller, de har inaktiverats eller inga "
169
  "kvalificerade för den här platsen!"
170
 
171
+ #: adrotate-output.php:609
172
  msgid "Error, no Ad ID set! Check your syntax!"
173
  msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
174
 
175
+ #: adrotate-output.php:615
176
  msgid "Error, no group ID set! Check your syntax!"
177
  msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
178
 
179
+ #: adrotate-output.php:620
180
  msgid "Error, group does not exist! Check your syntax!"
181
  msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
182
 
183
+ #: adrotate-output.php:626
184
  msgid ""
185
  "There was an error locating the database tables for AdRotate. Please "
186
  "deactivate and re-activate AdRotate from the plugin page!!"
188
  "Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
189
  "avaktivera och återaktivera AdRotate från plugin sidan!"
190
 
191
+ #: adrotate-output.php:626
192
  msgid "If this does not solve the issue please seek support at"
193
  msgstr "Om detta inte löser problemet vänligen söka stöd hos"
194
 
195
+ #: adrotate-output.php:632
196
  msgid "An unknown error occured."
197
  msgstr "Ett okänt fel uppstod."
198
 
199
+ #: adrotate-output.php:651 adrotate-output.php:654 adrotate-output.php:658
200
+ #: adrotate-output.php:663 adrotate-output.php:666 adrotate-output.php:669
201
  msgid "Check adverts"
202
  msgstr ""
203
 
204
+ #: adrotate-output.php:674
205
  msgid ""
206
  "You have enable caching support but W3 Total Cache is not active on your "
207
  "site!"
208
  msgstr ""
209
 
210
+ #: adrotate-output.php:677
211
  msgid ""
212
  "You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
213
  "not set."
214
  msgstr ""
215
 
216
+ #: adrotate-output.php:682
217
  msgid "Your AdRotate Banner folder is not writable or does not exist."
218
  msgstr ""
219
 
220
+ #: adrotate-output.php:722 dashboard/adrotatepro.php:99
221
  #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
222
  #: dashboard/adrotatepro.php:102 dashboard/adrotatepro.php:111
223
  #: dashboard/adrotatepro.php:112 dashboard/adrotatepro.php:113
224
  #: dashboard/adrotatepro.php:114 dashboard/info.php:82 dashboard/info.php:83
225
  #: dashboard/info.php:84 dashboard/info.php:85 dashboard/info.php:89
226
  #: dashboard/info.php:90 dashboard/info.php:91 dashboard/info.php:92
227
+ #: dashboard/settings/geotargeting.php:25
228
  #, fuzzy
229
  msgid "Buy now"
230
  msgstr "Köp nu"
231
 
232
+ #: adrotate-output.php:723
233
  msgid ""
234
  "You've been using <strong>AdRotate</strong> for a while now. Why not upgrade "
235
  "to the <strong>PRO</strong> version"
236
  msgstr ""
237
 
238
+ #: adrotate-output.php:723
239
  #, php-format
240
  msgid ""
241
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
242
  msgstr ""
243
 
244
+ #: adrotate-output.php:723
245
  msgid "Thank you for your purchase!"
246
  msgstr ""
247
 
248
+ #: adrotate-output.php:784
249
  msgid ""
250
  "Welcome, and thanks for using AdRotate. Everything related to AdRotate is in "
251
  "this menu. Check out the"
252
  msgstr ""
253
 
254
+ #: adrotate-output.php:784
255
  msgid "manuals"
256
  msgstr "manual"
257
 
258
+ #: adrotate-output.php:784 adrotate-output.php:851
259
  msgid "and"
260
  msgstr ""
261
 
262
+ #: adrotate-output.php:784
263
  msgid "forums"
264
  msgstr ""
265
 
266
+ #: adrotate-output.php:814
267
  #, fuzzy
268
  msgid "Useful Links"
269
  msgstr "Nyttiga länkar"
270
 
271
+ #: adrotate-output.php:815
272
  msgid "Useful links to learn more about AdRotate"
273
  msgstr ""
274
 
275
+ #: adrotate-output.php:817
276
  msgid "AdRotate website"
277
  msgstr ""
278
 
279
+ #: adrotate-output.php:818
280
  #, fuzzy
281
  msgid "Getting Started With AdRotate"
282
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
283
 
284
+ #: adrotate-output.php:819
285
  #, fuzzy
286
  msgid "AdRotate manuals"
287
  msgstr "AdRotate Information"
288
 
289
+ #: adrotate-output.php:820
290
  #, fuzzy
291
  msgid "AdRotate Support Forum"
292
  msgstr "AdRotate butik"
293
 
294
+ #: adrotate-output.php:843
295
  #, fuzzy
296
  msgid "Help AdRotate Grow"
297
  msgstr "Fastnat med AdRotate? Jag hjälper!"
298
 
299
+ #: adrotate-output.php:844
300
  msgid "Follow Arnan on Facebook"
301
  msgstr ""
302
 
303
+ #: adrotate-output.php:851
304
  msgid ""
305
  "A lot of users only think to review AdRotate when something goes wrong while "
306
  "thousands of people use AdRotate satisfactory. Don't let this go unnoticed."
307
  msgstr ""
308
 
309
+ #: adrotate-output.php:851
310
  msgid "If you find AdRotate useful please leave your honest"
311
  msgstr ""
312
 
313
+ #: adrotate-output.php:851
314
  msgid "rating"
315
  msgstr ""
316
 
317
+ #: adrotate-output.php:851
318
  #, fuzzy
319
  msgid "review"
320
  msgstr "Betygsätt och omdöme"
321
 
322
+ #: adrotate-output.php:851
323
  msgid "on WordPress.org to help AdRotate grow in a positive way"
324
  msgstr ""
325
 
326
+ #: adrotate-output.php:884 dashboard/settings/notifications.php:44
327
+ #: dashboard/settings/notifications.php:64
328
  msgid "Available in AdRotate Pro"
329
  msgstr "Tillgänglig i AdRotate Pro"
330
 
331
+ #: adrotate-output.php:884
332
  #, fuzzy
333
  msgid "More information..."
334
  msgstr "Mer info"
335
 
336
+ #: adrotate-output.php:885
337
  msgid "This feature is available in AdRotate Pro"
338
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
339
 
340
+ #: adrotate-output.php:885
341
  #, fuzzy
342
  msgid "Learn more"
343
  msgstr "Läs mer om"
475
  msgid "Manage Groups"
476
  msgstr "Hantera Grupper"
477
 
478
+ #: adrotate.php:109 adrotate.php:387
479
  #, fuzzy
480
  msgid "Manage Schedules"
481
  msgstr "Hantera"
502
  msgid "Advert Management"
503
  msgstr ""
504
 
505
+ #: adrotate.php:256 adrotate.php:326 adrotate.php:382
506
  msgid "Manage"
507
  msgstr "Hantera"
508
 
509
+ #: adrotate.php:257 adrotate.php:327 adrotate.php:383
510
  msgid "Add New"
511
  msgstr "Lägg till ny"
512
 
513
+ #: adrotate.php:320
514
  msgid "Group Management"
515
  msgstr "Grupp Hantering"
516
 
517
+ #: adrotate.php:329
 
518
  msgid "Report"
519
  msgstr "Rapport"
520
 
521
+ #: adrotate.php:378
522
  #, fuzzy
523
  msgid "Schedule Management available in AdRotate Pro"
524
  msgstr "Tillgänglig i AdRotate Pro"
525
 
526
+ #: adrotate.php:388
527
  #, fuzzy
528
  msgid ""
529
  "Schedule management and multiple schedules per advert is available in "
530
  "AdRotate Pro."
531
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
532
 
533
+ #: adrotate.php:388 adrotate.php:475 dashboard/publisher/adverts-edit.php:188
534
  #: dashboard/publisher/adverts-main.php:114
535
  #: dashboard/publisher/groups-edit.php:75
536
  #: dashboard/publisher/groups-main.php:89
538
  msgid "More information"
539
  msgstr "Mer info"
540
 
541
+ #: adrotate.php:395 dashboard/publisher/adverts-disabled.php:20
542
  #: dashboard/publisher/adverts-error.php:19
543
  #: dashboard/publisher/adverts-main.php:20
544
  #: dashboard/publisher/groups-main.php:20
545
  msgid "Bulk Actions"
546
  msgstr "Massåtgärder"
547
 
548
+ #: adrotate.php:396 dashboard/publisher/adverts-disabled.php:25
549
  #: dashboard/publisher/adverts-error.php:29
550
  #: dashboard/publisher/adverts-main.php:30
551
  #: dashboard/publisher/groups-main.php:24
552
  msgid "Go"
553
  msgstr "Gå"
554
 
555
+ #: adrotate.php:405 dashboard/publisher/adverts-disabled.php:35
556
  #: dashboard/publisher/adverts-error.php:39
557
  #: dashboard/publisher/adverts-main.php:39
558
  #: dashboard/publisher/groups-edit.php:51
560
  msgid "ID"
561
  msgstr "ID"
562
 
563
+ #: adrotate.php:406
564
  #, fuzzy
565
  msgid "Start"
566
  msgstr "Starttid (hh: mm):"
567
 
568
+ #: adrotate.php:406
569
  #, fuzzy
570
  msgid "End"
571
  msgstr "Avsluta tid (hh: mm):"
572
 
573
+ #: adrotate.php:407
574
  msgid "Ads"
575
  msgstr "Annonser"
576
 
577
+ #: adrotate.php:409
578
  msgid "Max Impressions"
579
  msgstr "Max Intryck"
580
 
581
+ #: adrotate.php:410
582
  msgid "Max Clicks"
583
  msgstr "Max Klick"
584
 
585
+ #: adrotate.php:440
586
  #, fuzzy
587
  msgid "No schedules created yet!"
588
  msgstr "Inga block har skapats än!"
589
 
590
+ #: adrotate.php:445
591
  #, fuzzy
592
  msgid "Easily manage your schedules from here with AdRotate Pro."
593
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
594
 
595
+ #: adrotate.php:445 adrotate.php:511
596
  #, fuzzy
597
  msgid "Upgrade today!"
598
  msgstr "i dag"
599
 
600
+ #: adrotate.php:448 dashboard/publisher/adverts-error.php:72
601
  #: dashboard/publisher/groups-edit.php:387
602
  msgid "Expires soon."
603
  msgstr "Utgår inom kort."
604
 
605
+ #: adrotate.php:449 dashboard/publisher/adverts-error.php:73
606
  #: dashboard/publisher/groups-edit.php:388
607
  msgid "Has expired."
608
  msgstr "Har gått ut."
609
 
610
+ #: adrotate.php:473
611
  #, fuzzy
612
  msgid "Media Management available in AdRotate Pro"
613
  msgstr "Tillgänglig i AdRotate Pro"
614
 
615
+ #: adrotate.php:475
616
  msgid "Upload images to the AdRotate Pro banners folder from here."
617
  msgstr ""
618
 
619
+ #: adrotate.php:475
620
  msgid ""
621
  "This is useful if you use responsive adverts with multiple images or have "
622
  "HTML5 adverts containing multiple files."
623
  msgstr ""
624
 
625
+ #: adrotate.php:475
626
  #, fuzzy
627
  msgid "Media uploading and management is available in AdRotate Pro."
628
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
629
 
630
+ #: adrotate.php:477
631
  msgid "Upload new file"
632
  msgstr ""
633
 
634
+ #: adrotate.php:478
635
  msgid "Accepted files:"
636
  msgstr ""
637
 
638
+ #: adrotate.php:478
639
  msgid "For HTML5 ads you can also upload html and javascript files."
640
  msgstr ""
641
 
642
+ #: adrotate.php:478
643
  #, fuzzy
644
  msgid "Maximum size is 512Kb."
645
  msgstr "Maximal storlek är 512Kb."
646
 
647
+ #: adrotate.php:478
648
  msgid "Important:"
649
  msgstr ""
650
 
651
+ #: adrotate.php:478
652
  msgid ""
653
  "Make sure your file has no spaces or special characters in the name. Replace "
654
  "spaces with a - or _."
655
  msgstr ""
656
 
657
+ #: adrotate.php:478
658
  msgid ""
659
  "If you remove spaces from filenames for HTML5 adverts also edit the html "
660
  "file so it knows about the changed name. For example for the javascript file."
661
  msgstr ""
662
 
663
+ #: adrotate.php:481
664
  msgid ""
665
  "For responsive adverts make sure the filename is in the following format; "
666
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
667
  msgstr ""
668
 
669
+ #: adrotate.php:482 dashboard/publisher/adverts-edit.php:311
670
  msgid ""
671
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
672
  "filename instead of \".full\" for the various viewports."
673
  msgstr ""
674
 
675
+ #: adrotate.php:483 dashboard/publisher/groups-edit.php:312
676
  #: dashboard/publisher/groups-edit.php:320
677
  msgid "Example:"
678
  msgstr "Exempel:"
679
 
680
+ #: adrotate.php:483
681
  msgid ""
682
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
683
  "for different viewports."
684
  msgstr ""
685
 
686
+ #: adrotate.php:487
687
  msgid "Upload file"
688
  msgstr ""
689
 
690
+ #: adrotate.php:487
691
  msgid "Click only once per file!"
692
  msgstr ""
693
 
694
+ #: adrotate.php:490
695
  msgid "Available files in"
696
  msgstr ""
697
 
698
+ #: adrotate.php:495 dashboard/publisher/groups-edit.php:55
699
  #: dashboard/publisher/groups-main.php:33
700
  msgid "Name"
701
  msgstr "Namn"
702
 
703
+ #: adrotate.php:496
704
  #, fuzzy
705
  msgid "Actions"
706
  msgstr "Massåtgärder"
707
 
708
+ #: adrotate.php:501 adrotate.php:502 adrotate.php:503 adrotate.php:504
709
+ #: adrotate.php:505 adrotate.php:506 adrotate.php:507
710
  #: dashboard/publisher/adverts-disabled.php:22
711
  #: dashboard/publisher/adverts-error.php:21
712
  #: dashboard/publisher/adverts-main.php:22
713
  msgid "Delete"
714
  msgstr "Radera"
715
 
716
+ #: adrotate.php:511
717
  msgid ""
718
  "Make sure the banner images are not in use by adverts when you delete them!"
719
  msgstr ""
720
 
721
+ #: adrotate.php:511
722
  #, fuzzy
723
  msgid "Manage your banner folder from here with AdRotate Pro."
724
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
725
 
726
+ #: adrotate.php:540
727
  msgid "AdRotate Settings"
728
  msgstr "AdRotate Inställningar"
729
 
730
+ #: adrotate.php:612
731
  msgid "Update Options"
732
  msgstr "Update Options"
733
 
764
  msgid ""
765
  "Go nationwide or global with localized adverts for your various audiences. "
766
  "Set up adverts for countries and cities and sell impressions per general "
767
+ "area. Connect your site to MaxMind GeoIP2: Precision or AdRotate Geo. "
768
+ "AdRotate Geo is an exclusive Geo Lookup service for AdRotate Pro users."
769
  msgstr ""
770
 
771
  #: dashboard/adrotatepro.php:41
777
  "When you activate your AdRotate Pro license you can use fast and personal "
778
  "email support. No more queueing up in the forums. AdRotate premium support "
779
  "takes priority over the forums and is checked much more often than the "
780
+ "forum. Get a solution (usually) within one business day."
781
  msgstr ""
782
 
783
+ #: dashboard/adrotatepro.php:48 dashboard/info.php:119
784
  msgid "AdRotate is brought to you by"
785
  msgstr "AdRotate kommer till dig genom"
786
 
815
  #: dashboard/adrotatepro.php:91
816
  msgid ""
817
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
818
+ "adverts expire or need your attention. Additionally, send push notifications "
819
+ "to your iOS or Android device. Get notified when adverts expire, have errors "
820
+ "or when advertisers create new adverts. Never miss an expiration date again."
 
821
  msgstr ""
822
 
823
  #: dashboard/adrotatepro.php:95 dashboard/adrotatepro.php:107
952
  "for updates about me and my plugins. Thank you!"
953
  msgstr ""
954
 
955
+ #: dashboard/info.php:105
956
+ msgid "AdRotate News"
 
 
 
957
  msgstr ""
958
 
959
+ #: dashboard/info.php:123
 
 
 
 
 
960
  msgid ""
961
+ "I am a digital nomad in the Philippines. Click on my name to find out more "
962
+ "about me and what I am doing. Thanks for your support and for using my "
963
+ "plugins!"
 
 
 
 
964
  msgstr ""
965
 
 
 
 
 
 
 
 
 
 
 
 
 
966
  #: dashboard/publisher/adverts-disabled.php:15
967
  msgid "Disabled Adverts"
968
  msgstr ""
1031
 
1032
  #: dashboard/publisher/adverts-disabled.php:74
1033
  #: dashboard/publisher/adverts-error.php:64
1034
+ #: dashboard/publisher/adverts-main.php:87
1035
+ #: dashboard/publisher/groups-main.php:70
1036
  msgid "Stats"
1037
  msgstr "Statistik"
1038
 
1483
 
1484
  #: dashboard/publisher/adverts-edit.php:406
1485
  #: dashboard/publisher/groups-main.php:60
1486
+ #: dashboard/settings/geotargeting.php:36
1487
  msgid "Default"
1488
  msgstr "Default"
1489
 
2212
  msgid "Which Geo Service"
2213
  msgstr ""
2214
 
2215
+ #: dashboard/settings/geotargeting.php:25
2216
  msgid ""
2217
  "The most complete and accurate geo targeting you can get for only $20 USD "
2218
  "per 50000 lookups."
2219
  msgstr ""
2220
 
2221
+ #: dashboard/settings/geotargeting.php:27
2222
+ msgid "Free lookups every day, uses GeoLite2 databases from MaxMind!"
2223
  msgstr ""
2224
 
2225
+ #: dashboard/settings/geotargeting.php:33
 
 
 
 
2226
  msgid "Geo Cookie Lifespan"
2227
  msgstr ""
2228
 
2229
+ #: dashboard/settings/geotargeting.php:42
2230
  msgid "Hours."
2231
  msgstr ""
2232
 
2233
+ #: dashboard/settings/geotargeting.php:43
2234
  msgid ""
2235
  "Geo Data is stored in a cookie to reduce lookups. How long should this "
2236
  "cookie last? A longer period is less accurate for mobile users but may "
2237
  "reduce the usage of your lookups drastically."
2238
  msgstr ""
2239
 
2240
+ #: dashboard/settings/geotargeting.php:49
2241
  msgid "MaxMind City/Country"
2242
  msgstr ""
2243
 
2244
+ #: dashboard/settings/geotargeting.php:52
2245
  msgid "Username/Email"
2246
  msgstr ""
2247
 
2248
+ #: dashboard/settings/geotargeting.php:56
2249
  msgid "Password/License Key"
2250
  msgstr ""
2251
 
2512
 
2513
  #: dashboard/settings/misc.php:25
2514
  msgid ""
2515
+ "You have enabled W3 Total Caching support but not defined the security hash."
2516
+ msgstr ""
2517
+
2518
+ #: dashboard/settings/misc.php:25
2519
+ msgid ""
2520
+ "AdRotate has generated the following line for you to add to your wp-config."
2521
+ "php around line 52 (below the WordPress nonces). If you do not know how to "
2522
+ "add this line, check out the following guide;"
2523
+ msgstr ""
2524
+
2525
+ #: dashboard/settings/misc.php:25
2526
+ msgid "Set up W3 Total Caching"
2527
  msgstr ""
2528
 
2529
  #: dashboard/settings/misc.php:29
2552
  "använder ett PHP Snippet måste du svepa din PHP i utanförskap koden själv."
2553
 
2554
  #: dashboard/settings/notifications.php:12
2555
+ msgid "Notifications"
2556
+ msgstr "Meddelanden"
2557
 
2558
  #: dashboard/settings/notifications.php:13
2559
  #, fuzzy
2561
  msgstr "Annonser som behöver uppmärksammas"
2562
 
2563
  #: dashboard/settings/notifications.php:16
2564
+ msgid "How to notify"
2565
  msgstr ""
2566
 
2567
  #: dashboard/settings/notifications.php:18
2568
+ msgid "Dashboard banner."
2569
+ msgstr ""
2570
+
2571
+ #: dashboard/settings/notifications.php:19
2572
  #, fuzzy
2573
  msgid "Email message."
2574
  msgstr "E-post eller Remote sida:"
2575
 
2576
+ #: dashboard/settings/notifications.php:20
2577
  msgid "Push notifications to your smartphone."
2578
  msgstr ""
2579
 
2580
+ #: dashboard/settings/notifications.php:21
2581
  msgid ""
2582
  "Push notifications are delivered through Pushover, a notification service "
2583
  "for Android and iOS"
2584
  msgstr ""
2585
 
2586
+ #: dashboard/settings/notifications.php:21
2587
  msgid ""
2588
  "The Pushover App is a one time purchase for either Android and/or iOS. More "
2589
  "information can be found on the pushover website;"
2590
  msgstr ""
2591
 
2592
+ #: dashboard/settings/notifications.php:25
2593
  msgid "Test notification"
2594
  msgstr ""
2595
 
2596
+ #: dashboard/settings/notifications.php:27
2597
+ msgid "Test"
2598
+ msgstr "Test"
2599
+
2600
+ #: dashboard/settings/notifications.php:27
2601
  msgid ""
2602
+ "Send a test notification to enabled methods. Before you test, save the "
2603
+ "options first!"
2604
  msgstr ""
 
 
 
 
 
 
2605
 
2606
  #: dashboard/settings/notifications.php:32
2607
+ msgid "Dashboard"
2608
+ msgstr ""
2609
+
2610
+ #: dashboard/settings/notifications.php:33
2611
+ msgid ""
2612
+ "These go in a dashboard banner visible to all users with access to AdRotate "
2613
+ "on every WordPress dashboard page."
2614
+ msgstr ""
2615
+
2616
+ #: dashboard/settings/notifications.php:36
2617
+ #: dashboard/settings/notifications.php:68
2618
+ msgid "What"
2619
+ msgstr ""
2620
+
2621
+ #: dashboard/settings/notifications.php:38
2622
+ msgid "Expired adverts."
2623
+ msgstr ""
2624
+
2625
+ #: dashboard/settings/notifications.php:39
2626
+ msgid "Almost expired adverts."
2627
+ msgstr ""
2628
+
2629
+ #: dashboard/settings/notifications.php:44
2630
+ msgid "Email"
2631
+ msgstr ""
2632
+
2633
+ #: dashboard/settings/notifications.php:45
2634
  #, fuzzy
2635
  msgid "Set up who gets notification emails."
2636
  msgstr "Annonser som behöver uppmärksammas"
2637
 
2638
+ #: dashboard/settings/notifications.php:48
 
2639
  #, fuzzy
2640
  msgid "Publishers"
2641
  msgstr ""
2642
  "Gå igenom global statistik, per annons / grupp / block-statistik. Synlig "
2643
  "endast till förlag."
2644
 
2645
+ #: dashboard/settings/notifications.php:51
2646
  msgid ""
2647
  "A comma separated list of email addresses. Maximum of 5 addresses. Keep this "
2648
  "list to a minimum!"
2650
  "En kommaseparerad lista med e-postadresser. Maximalt av 5 adresser. Spara "
2651
  "denna lista till ett minimum!"
2652
 
2653
+ #: dashboard/settings/notifications.php:52
2654
  #, fuzzy
2655
  msgid ""
2656
  "Messages are sent once every 24 hours when needed. If this field is empty no "
2659
  "Meddelanden skickas en gång per 24 timmar när det behövs. Om detta fält är "
2660
  "tomt funktionen avaktiveras."
2661
 
2662
+ #: dashboard/settings/notifications.php:56
2663
  msgid "Advertisers"
2664
  msgstr "Annonsörer"
2665
 
2666
+ #: dashboard/settings/notifications.php:59
2667
  #, fuzzy
2668
  msgid ""
2669
  "Who gets email from advertisers. Maximum of 2 addresses. Comma seperated. "
2670
  "This field may not be empty!"
2671
  msgstr "Max 2 adresser. Kommaseparerad. Detta fält kan inte vara tomt!"
2672
 
2673
+ #: dashboard/settings/notifications.php:64
2674
+ msgid "Push"
2675
+ msgstr ""
 
2676
 
2677
+ #: dashboard/settings/notifications.php:65
2678
  msgid ""
2679
  "Receive information about what is happening with your AdRotate setup on your "
2680
  "smartphone via Pushover."
2681
  msgstr ""
2682
 
2683
+ #: dashboard/settings/notifications.php:70
2684
  msgid "When you are running out of Geo Targeting Lookups."
2685
  msgstr ""
2686
 
2687
+ #: dashboard/settings/notifications.php:71
2688
  msgid "Daily digest of any advert status other than normal."
2689
  msgstr ""
2690
 
2691
+ #: dashboard/settings/notifications.php:72
2692
  msgid "Any advertiser saving an advert in your moderation queue."
2693
  msgstr ""
2694
 
2695
+ #: dashboard/settings/notifications.php:73
2696
  #, fuzzy
2697
  msgid "A moderator approved an advert from the moderation queue."
2698
  msgstr "Godkänn / avvisa annonser i moderation Queue"
2699
 
2700
+ #: dashboard/settings/notifications.php:74
2701
  #, fuzzy
2702
  msgid "A moderator rejected an advert from the moderation queue."
2703
  msgstr "Godkänn / avvisa annonser i moderation Queue"
2704
 
2705
+ #: dashboard/settings/notifications.php:74
2706
  msgid ""
2707
  "If you have a lot of activity with many advertisers adding/changing adverts "
2708
  "you may get a lot of messages!"
2709
  msgstr ""
2710
 
2711
+ #: dashboard/settings/notifications.php:79
2712
  #, fuzzy
2713
  msgid "User Key"
2714
  msgstr "Licensnyckel"
2715
 
2716
+ #: dashboard/settings/notifications.php:81
2717
  msgid "Get your user token"
2718
  msgstr ""
2719
 
2720
+ #: dashboard/settings/notifications.php:81
2721
+ #: dashboard/settings/notifications.php:87
2722
  msgid "here"
2723
  msgstr ""
2724
 
2725
+ #: dashboard/settings/notifications.php:85
2726
  msgid "Api Token"
2727
  msgstr ""
2728
 
2729
+ #: dashboard/settings/notifications.php:87
2730
  msgid "Create your"
2731
  msgstr ""
2732
 
2733
+ #: dashboard/settings/notifications.php:87
2734
  msgid "App"
2735
  msgstr ""
2736
 
2737
+ #: dashboard/settings/notifications.php:87
2738
  msgid "and get your API token"
2739
  msgstr ""
2740
 
2893
  msgstr ""
2894
  "Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
2895
 
2896
+ #, fuzzy
2897
+ #~ msgid "Get more features with AdRotate Pro"
2898
+ #~ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
2899
+
2900
+ #~ msgid "Visit the"
2901
+ #~ msgstr "Besök"
2902
+
2903
+ #~ msgid "website"
2904
+ #~ msgstr "hemsida"
2905
+
2906
+ #~ msgid "AdRotate News and Developer Blog"
2907
+ #~ msgstr "AdRotate Nyheter och Utvecklar Blog"
2908
+
2909
+ #, fuzzy
2910
+ #~ msgid ""
2911
+ #~ "This sends a test notification. Before you test, save the options first!"
2912
+ #~ msgstr ""
2913
+ #~ "Detta skickar en testanmälan. Innan du testar, till exempel med en ny e-"
2914
+ #~ "postadress. Spara alternativen först!"
2915
+
2916
+ #~ msgid "Email Notifications"
2917
+ #~ msgstr "E-postmeddelanden"
2918
+
2919
+ #, fuzzy
2920
+ #~ msgid "Push Notifications"
2921
+ #~ msgstr "Meddelanden"
2922
+
2923
  #~ msgid "active ad(s) expired."
2924
  #~ msgstr "aktiv annons (er) gått ut."
2925
 
3657
  #~ "vanliga abonnenter utan att ge dem för mycket tillgång till "
3658
  #~ "instrumentpanelen."
3659
 
 
 
 
3660
  #~ msgid "Track impressions from logged in users (Recommended)."
3661
  #~ msgstr "Spåra intryck från inloggade användare (rekommenderas)."
3662
 
3772
  #~ msgid "Where are your banner ads?"
3773
  #~ msgstr "Var är dina bannerannonser?"
3774
 
 
 
 
3775
  #, fuzzy
3776
  #~ msgid ""
3777
  #~ "The jQuery.jshowoff.adrotate library is required for Dynamic Groups. This "
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === AdRotate ===
2
  Contributors: adegans
3
- Donate link: http://meandmymac.net/donate/?pk_campaign=adrotatefree-readme
4
  Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
5
  Requires at least: 3.8
6
- Tested up to: 4.5
7
- Stable tag: 3.15.3
8
  License: GPLv3
9
 
10
  The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
@@ -17,13 +17,14 @@ Create your own adverts with basic HTML/Javascript code or use adverts from your
17
  Manage your advertising campaigns with ease, right in your dashboard. Check up on how many impressions adverts have. Monitor ad groups and see which are most effective. Make the most of advertising with the many features AdRotate has to offer. AdRotate looks and feels similar to the WordPress dashboard you already know, so you're already familiar with AdRotate before you've even started. Familiarize yourself with the many useful features and you'll be up and running very quickly.
18
 
19
  AdRotate is also available as a premium plugin. Get even more features and access to AdRotate Geo and email support!
20
- Geo Targeting, Avoid adblockers, Mobile adverts, Media management and much more! Check out the extras of [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
21
 
22
  **Useful links**
23
 
24
- * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/) - Every popular feature explained
25
- * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
26
- * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro
 
27
 
28
  **Some Features**
29
 
@@ -55,7 +56,7 @@ Geo Targeting, Avoid adblockers, Mobile adverts, Media management and much more!
55
  * Dashboard notifications when ads are about to expire or need attention
56
  * Use shortcodes, widgets or PHP to put ads on your site
57
 
58
- NOTE: Certain features are exclusive to AdRotate PRO. Learn more about [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/features/?pk_campaign=adrotatefree-readme).
59
 
60
  **AdRotate Switch**
61
 
@@ -66,7 +67,7 @@ NOTE: Unsolicited offers, parnterships, job offers, promotional emails or produc
66
  == Installation ==
67
 
68
  Installing the plugin is as easy as clicking "Install Now" from your dashboards plugin page.
69
- For more detailed instructions check out the [installation guide](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/).
70
 
71
  **AdRotate Switch**
72
 
@@ -74,9 +75,9 @@ Looking to switch from another plugin to AdRotate or AdRotate Pro? Check out [Ad
74
 
75
  **Useful links**
76
 
77
- * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/) - Every popular feature explained
78
- * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
79
- * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro
80
 
81
  == Frequently Asked Questions ==
82
 
@@ -84,46 +85,37 @@ Looking to switch from another plugin to AdRotate or AdRotate Pro? Check out [Ad
84
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
85
 
86
  = How do I use AdRotate =
87
- There are [user guides](https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-readme) with every popular feature explained.
88
- You can also post your questions on the [forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme)!
89
 
90
  == Changelog ==
91
 
92
- Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
93
 
94
- = 3.15.3 FREE =
95
- * [fix] Demo adverts schedules created correctly
96
- * [fix] Widget padding setting using current class
97
 
98
- = 3.21 PRO =
99
- * [new] Automatic trash bin for deleted adverts
100
- * [new] Expired advert notifications can now be hidden
101
- * [fix] Live preview switch worked backwards
102
- * [fix] Demo adverts schedules created correctly
103
- * [fix] Notice of license activation on some multisite setups
104
- * [fix] Description label for MaxMind account fields
105
- * [fix] Serbia and Montenegro are now separated for Geo Targeting
106
- * [fix] Widget padding setting using current class
107
- * [fix] Widget padding setting now supports new widgets
108
 
109
- All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
110
 
111
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
112
 
113
  == Upgrade Notice ==
114
 
115
- = 3.15.3 FREE =
116
- * [fix] Demo adverts schedules created correctly
117
- * [fix] Widget padding setting using current class
118
 
119
- All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
120
 
121
  == Screenshots ==
122
 
123
- Take a look at the many screenshots on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme).
124
 
125
  **Other links**
126
 
127
- * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-readme) - Every popular feature explained
128
- * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
129
- * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro
1
  === AdRotate ===
2
  Contributors: adegans
3
+ Donate link: http://meandmymac.net/donate/?utm_campaign=donations&utm_medium=readme&utm_source=adrotate-free
4
  Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
5
  Requires at least: 3.8
6
+ Tested up to: 4.5.2
7
+ Stable tag: 3.15.4
8
  License: GPLv3
9
 
10
  The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
17
  Manage your advertising campaigns with ease, right in your dashboard. Check up on how many impressions adverts have. Monitor ad groups and see which are most effective. Make the most of advertising with the many features AdRotate has to offer. AdRotate looks and feels similar to the WordPress dashboard you already know, so you're already familiar with AdRotate before you've even started. Familiarize yourself with the many useful features and you'll be up and running very quickly.
18
 
19
  AdRotate is also available as a premium plugin. Get even more features and access to AdRotate Geo and email support!
20
+ Geo Targeting, Avoid adblockers, Mobile adverts, Media management and much more! Check out the extras of [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
21
 
22
  **Useful links**
23
 
24
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manual&utm_medium=readme&utm_source=adrotate-free
25
+ ) - Every popular feature explained
26
+ * [Support Forum](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate-free) - Ask your questions here
27
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free) - Features, possibilities and AdRotate Pro
28
 
29
  **Some Features**
30
 
56
  * Dashboard notifications when ads are about to expire or need attention
57
  * Use shortcodes, widgets or PHP to put ads on your site
58
 
59
+ NOTE: Certain features are exclusive to AdRotate PRO. Learn more about [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/features/?utm_campaign=features&utm_medium=readme&utm_source=adrotate-free).
60
 
61
  **AdRotate Switch**
62
 
67
  == Installation ==
68
 
69
  Installing the plugin is as easy as clicking "Install Now" from your dashboards plugin page.
70
+ For more detailed instructions check out the [installation guide](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/?utm_campaign=setup-manual&utm_medium=readme&utm_source=adrotate-free).
71
 
72
  **AdRotate Switch**
73
 
75
 
76
  **Useful links**
77
 
78
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manual&utm_medium=readme&utm_source=adrotate-free) - Every popular feature explained
79
+ * [Support Forum](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate-free) - Ask your questions here
80
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free) - Features, possibilities and AdRotate Pro
81
 
82
  == Frequently Asked Questions ==
83
 
85
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
86
 
87
  = How do I use AdRotate =
88
+ There are [user guides](https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manual&utm_medium=readme&utm_source=adrotate-free) with every popular feature explained.
89
+ You can also post your questions on the [forum](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate-free)!
90
 
91
  == Changelog ==
92
 
93
+ Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
94
 
95
+ = 3.15.4 FREE =
96
+ * [new] Support for if the wp-content folder has a different name
 
97
 
98
+ = 3.22.1 PRO =
99
+ * [fix] Folder list not working when adding/editing adverts
100
+ * [fix] Advertiser name blank in moderation queue
 
 
 
 
 
 
 
101
 
102
+ All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?utm_campaign=development&utm_medium=readme&utm_source=adrotate-free).
103
 
104
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
105
 
106
  == Upgrade Notice ==
107
 
108
+ = 3.15.4 FREE =
109
+ * [new] Support for if the wp-content folder has a different name
 
110
 
111
+ All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?utm_campaign=development&utm_medium=readme&utm_source=adrotate-free).
112
 
113
  == Screenshots ==
114
 
115
+ Take a look at the many screenshots on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free).
116
 
117
  **Other links**
118
 
119
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manual&utm_medium=readme&utm_source=adrotate-free) - Every popular feature explained
120
+ * [Support Forum](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate-free) - Ask your questions here
121
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free) - Features, possibilities and AdRotate Pro