AdRotate Banner Manager - Version 4.13

Version Description

FREE = * [change] Updated outbound links * [change] Removed Pushover support * [change] Dashboard tweaks * [change] Removed unused database options from wp_options * [i18n] Updated language files

Download this release

Release Info

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

Code changes from version 4.12.3 to 4.13

adrotate-output.php CHANGED
@@ -557,7 +557,7 @@ function adrotate_nonce_error() {
557
  echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
558
  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>';
559
  echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
560
- 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>';
561
  }
562
 
563
  /*-------------------------------------------------------------
@@ -606,7 +606,7 @@ function adrotate_error($action, $arg = null) {
606
 
607
  // Database
608
  case "db_error" :
609
- $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>';
610
  return $result;
611
  break;
612
 
@@ -675,7 +675,7 @@ function adrotate_dashboard_error() {
675
 
676
  // Misc
677
  if(!is_writable(WP_CONTENT_DIR."/".$adrotate_config['banner_folder'])) {
678
- $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">'.__('Set up your banner folder', 'adrotate').'</a>.';
679
  }
680
 
681
  $error = (isset($error) AND is_array($error)) ? $error : false;
@@ -690,6 +690,7 @@ function adrotate_dashboard_error() {
690
  -------------------------------------------------------------*/
691
  function adrotate_notifications_dashboard() {
692
  if(current_user_can('adrotate_ad_manage')) {
 
693
  $adrotate_has_error = adrotate_dashboard_error();
694
  if($adrotate_has_error) {
695
  echo '<div class="error" style="padding: 0; margin: 0;">';
@@ -706,32 +707,38 @@ function adrotate_notifications_dashboard() {
706
 
707
  if(isset($_GET['page'])) { $page = $_GET['page']; } else { $page = ''; }
708
  if(strpos($page, 'adrotate') !== false) {
709
- if(isset($_GET['hide']) AND $_GET['hide'] == 2) update_option('adrotate_hide_review', 1);
710
- if(isset($_GET['hide']) AND $_GET['hide'] == 3) update_option('adrotate_hide_competition', 1);
 
 
 
 
 
 
 
 
 
711
 
712
- $pro_banner = get_option('adrotate_hide_banner');
713
- if($pro_banner < (adrotate_now() - (7 * 86400))) {
714
- echo '<div class="updated" style="padding: 0; margin: 0;">';
715
- echo ' <div class="ajdg_notification">';
716
- 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>';
717
- echo ' <div class="text">'.__("If you like <strong>AdRotate</strong>, please consider upgrading to the <strong>PRO</strong> version and get more features.", 'adrotate').'<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your support!', 'adrotate' ).'</span></div>';
718
- echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
719
- echo ' </div>';
720
- echo '</div>';
721
- }
722
 
 
723
  $review_banner = get_option('adrotate_hide_review');
724
- if($review_banner != 1 AND $review_banner < (adrotate_now() - (14 * 86400))) {
725
  echo '<div class="updated" style="padding: 0; margin: 0;">';
726
  echo ' <div class="ajdg_notification">';
727
- 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>';
728
- echo ' <div class="text">You have been using <strong>AdRotate</strong> for a few days. Rate <strong>AdRotate</strong> with a 5 star review!<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>';
729
- echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
 
 
730
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
731
  echo ' </div>';
732
  echo '</div>';
733
  }
734
 
 
735
  $competition_banner = get_option('adrotate_hide_competition');
736
  if($competition_banner != 1) {
737
  $adrotate_has_competition = adrotate_check_competition();
@@ -743,13 +750,63 @@ function adrotate_notifications_dashboard() {
743
  foreach($adrotate_has_competition as $plugin) {
744
  echo '&raquo; '.$plugin.'<br />';
745
  }
746
- 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>';
747
- echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
 
748
  echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
749
  echo ' </div>';
750
  echo '</div>';
751
  }
752
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
753
  }
754
  }
755
 
@@ -761,6 +818,7 @@ function adrotate_notifications_dashboard() {
761
  echo ' <div class="ajdg_notification" style="background: url('.plugins_url('/images/update_bg.png', __FILE__).');">';
762
  echo ' <div class="button_div"><a class="button" href="admin.php?page=adrotate&upgrade=1">Finish Update</a></div>';
763
  echo ' <div class="text text_update">You have almost completed updating <strong>AdRotate</strong> to version <strong>'.ADROTATE_DISPLAY.'</strong>!<br /><span>To complete the update click the button on the left. This may take a few seconds to complete!</span></div>';
 
764
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
765
  echo ' </div>';
766
  echo '</div>';
@@ -812,10 +870,10 @@ function adrotate_help_info() {
812
  'title' => __('Useful Links'),
813
  'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
814
  '<ul>'.
815
- '<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>'.
816
- '<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>'.
817
- '<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>'.
818
- '<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>'.
819
  '</ul>'
820
  )
821
  );
@@ -835,9 +893,9 @@ function adrotate_help_info() {
835
  -------------------------------------------------------------*/
836
  function adrotate_action_links($links) {
837
  $custom_actions = array();
838
- $custom_actions['adrotate-pro'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=adrotate&utm_medium=action_links&utm_source=adrotate', 'Get Pro');
839
- $custom_actions['adrotate-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/forums/?utm_campaign=adrotate&utm_medium=action_links&utm_source=adrotate', 'Support');
840
- $custom_actions['adrotate-arnan'] = sprintf('<a href="%s" target="_blank">%s</a>', 'http://www.arnan.me/?utm_campaign=adrotate&utm_medium=action_links&utm_source=adrotate', 'arnan.me');
841
 
842
  return array_merge($custom_actions, $links);
843
  }
@@ -859,9 +917,9 @@ function adrotate_credits() {
859
 
860
  echo '<tbody>';
861
  echo '<tr>';
862
- echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?utm_campaign=adrotate&utm_medium=credits&utm_source=adrotate" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate Logo" width="60" height="60" /></a></center></td>';
863
  echo '<td>'.__("Many users only think to review AdRotate when something goes wrong while thousands of people happily use AdRotate.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your", '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>';
864
- echo '<td><a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=adrotate&utm_medium=credits&utm_source=adrotate" title="Get AdRotate Pro for WordPress"><img src="'.plugins_url('/images/adrotate-product.png', __FILE__).'" alt="AdRotate Pro for WordPress" width="70" height="70" align="left" /></a>'.__('Get more advanced features like Geo Targeting, scheduling and much more with AdRotate Pro.', 'adrotate').'<br />'.__('Includes premium support and free updates!', 'adrotate').'<br /><strong>So why wait? <a href="https://ajdg.solutions/cart/?add-to-cart=1124&utm_campaign=adrotate&utm_medium=credits&utm_source=adrotate" title="Get AdRotate Pro for WordPress">'.__('Get started today', 'adrotate').' &raquo;</a></strong></td>';
865
 
866
  echo '</tr>';
867
  echo '</tbody>';
557
  echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'adrotate').'</h2>';
558
  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>';
559
  echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'adrotate').'</p>';
560
+ echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'adrotate').' <a href="https://ajdg.solutions/forums/" title="AdRotate Support" target="_blank">AJdG Solutions Support</a>.</p>';
561
  }
562
 
563
  /*-------------------------------------------------------------
606
 
607
  // Database
608
  case "db_error" :
609
+ $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/">ajdg.solutions/forums/forum/adrotate-for-wordpress/</a></span>';
610
  return $result;
611
  break;
612
 
675
 
676
  // Misc
677
  if(!is_writable(WP_CONTENT_DIR."/".$adrotate_config['banner_folder'])) {
678
+ $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/" target="_blank">'.__('Set up your banner folder', 'adrotate').'</a>.';
679
  }
680
 
681
  $error = (isset($error) AND is_array($error)) ? $error : false;
690
  -------------------------------------------------------------*/
691
  function adrotate_notifications_dashboard() {
692
  if(current_user_can('adrotate_ad_manage')) {
693
+ // Advert notifications, errors, important stuff
694
  $adrotate_has_error = adrotate_dashboard_error();
695
  if($adrotate_has_error) {
696
  echo '<div class="error" style="padding: 0; margin: 0;">';
707
 
708
  if(isset($_GET['page'])) { $page = $_GET['page']; } else { $page = ''; }
709
  if(strpos($page, 'adrotate') !== false) {
710
+ if(isset($_GET['hide']) AND $_GET['hide'] == 1) update_option('adrotate_hide_review', 1);
711
+ if(isset($_GET['hide']) AND $_GET['hide'] == 2) update_option('adrotate_hide_competition', 1);
712
+ if(isset($_GET['hide']) AND $_GET['hide'] == 3) update_option('adrotate_hide_premium', 1);
713
+ if(isset($_GET['hide']) AND $_GET['hide'] == 4) update_option('adrotate_hide_premium_2', 1);
714
+ if(isset($_GET['hide']) AND $_GET['hide'] == 5) update_option('adrotate_hide_premium_3', 1);
715
+
716
+ // Get AdRotate Pro
717
+ echo '<div class="updated" style="padding: 0; margin: 0;">';
718
+ echo ' <div class="ajdg_notification">';
719
+ echo ' <div class="button_div"><a class="button button_large" target="_blank" href="https://ajdg.solutions/products/adrotate-for-wordpress/?add-to-cart=1126">'.__('Get AdRotate Pro', 'adrotate').'</a></div>';
720
+ echo ' <div class="text">'.__("Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, Schedules and more...", 'adrotate').'<br /><span>'.__('Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!', 'adrotate' ).' '.__('Thank you for your support!', 'adrotate' ).'</span></div>';
721
 
722
+ echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
723
+ echo ' </div>';
724
+ echo '</div>';
 
 
 
 
 
 
 
725
 
726
+ // Please write a review
727
  $review_banner = get_option('adrotate_hide_review');
728
+ if($review_banner != 1 AND $review_banner < (adrotate_now() - (8 * DAY_IN_SECONDS))) {
729
  echo '<div class="updated" style="padding: 0; margin: 0;">';
730
  echo ' <div class="ajdg_notification">';
731
+ echo ' <div class="button_div"><a class="button button_large" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/adrotate?rate=5#postform">Review AdRotate</a></div>';
732
+ echo ' <div class="text">You have been using <strong>AdRotate</strong> for a few days. Write a <strong>encouraging review</strong>!<br /><span>If you have questions, complaints or something else that doesn\'t belong in a review, please <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/" target="_blank">reach out</a>!</span></div>';
733
+
734
+ echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=1"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
735
+
736
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
737
  echo ' </div>';
738
  echo '</div>';
739
  }
740
 
741
+ // AdRotate Switch
742
  $competition_banner = get_option('adrotate_hide_competition');
743
  if($competition_banner != 1) {
744
  $adrotate_has_competition = adrotate_check_competition();
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/">AdRotate Switch</a>?</div>';
754
+
755
+ echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=2"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
756
  echo ' <div class="icon"><img title="AdRotate Logo" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
757
  echo ' </div>';
758
  echo '</div>';
759
  }
760
  }
761
+
762
+ // Premium support
763
+ $premium_banner = get_option('adrotate_hide_premium', 1);
764
+ if($premium_banner != 1 OR !$premium_banner) {
765
+ if($premium_banner < (adrotate_now() - (12 * DAY_IN_SECONDS))) {
766
+ echo '<div class="updated" style="padding: 0; margin: 0;">';
767
+ echo ' <div class="ajdg_notification">';
768
+ echo ' <div class="button_div"><a class="button button_large button_premium" target="_blank" href="https://ajdg.solutions/go/premium-support/">Premium Support</a></div>';
769
+ echo ' <div class="text">Learn how to manage your adverts with AdRotate. Get <strong>exclusive access</strong>!<br /><span>Discover how to use AdRotate more efficiently and get better at making money with AdRotate!</span></div>';
770
+
771
+ echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=3"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
772
+
773
+ echo ' <div class="icon"><img title="" src="'.plugins_url('/images/ajdg-logo-60x60.png', __FILE__).'" alt=""/></div>';
774
+ echo ' </div>';
775
+ echo '</div>';
776
+ }
777
+ }
778
+
779
+ $premium_banner = get_option('adrotate_hide_premium_2', 1);
780
+ if($premium_banner != 1 OR !$premium_banner) {
781
+ if($premium_banner < (adrotate_now() - (16 * DAY_IN_SECONDS))) {
782
+ echo '<div class="updated" style="padding: 0; margin: 0;">';
783
+ echo ' <div class="ajdg_notification">';
784
+ echo ' <div class="button_div"><a class="button button_large button_premium" target="_blank" href="https://ajdg.solutions/go/premium-support/">Exclusive Access</a></div>';
785
+ echo ' <div class="text">Get <strong>premium support</strong> and chat directly with someone who knows. <strong>Sign up</strong> now!<br /><span>Discuss features, how they work. How to use them and how to make money with AdRotate!</span></div>';
786
+
787
+ echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=4"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
788
+
789
+ echo ' <div class="icon"><img title="" src="'.plugins_url('/images/ajdg-logo-60x60.png', __FILE__).'" alt=""/></div>';
790
+ echo ' </div>';
791
+ echo '</div>';
792
+ }
793
+ }
794
+
795
+ $premium_banner = get_option('adrotate_hide_premium_3', 1);
796
+ if($premium_banner != 1) {
797
+ if($premium_banner < (adrotate_now() - (20 * DAY_IN_SECONDS))) {
798
+ echo '<div class="updated" style="padding: 0; margin: 0;">';
799
+ echo ' <div class="ajdg_notification">';
800
+ echo ' <div class="button_div"><a class="button button_large button_premium" target="_blank" href="https://ajdg.solutions/product/premium-support/">Sign up</a></div>';
801
+ echo ' <div class="text">Become a member of the <strong>\'AJdG Solutions Premium Support\'</strong> group!<br /><span>Exclusive access to the oppurtunities <strong>AdRotate</strong> offers via Facebook for only &euro;29 monthly!</span></div>';
802
+
803
+ echo ' <a class="close_notification" href="admin.php?page=adrotate&hide=5"><img title="Close" src="'.plugins_url('/images/icon-close.png', __FILE__).'" alt=""/></a>';
804
+
805
+ echo ' <div class="icon"><img title="" src="'.plugins_url('/images/ajdg-logo-60x60.png', __FILE__).'" alt=""/></div>';
806
+ echo ' </div>';
807
+ echo '</div>';
808
+ }
809
+ }
810
  }
811
  }
812
 
818
  echo ' <div class="ajdg_notification" style="background: url('.plugins_url('/images/update_bg.png', __FILE__).');">';
819
  echo ' <div class="button_div"><a class="button" href="admin.php?page=adrotate&upgrade=1">Finish Update</a></div>';
820
  echo ' <div class="text text_update">You have almost completed updating <strong>AdRotate</strong> to version <strong>'.ADROTATE_DISPLAY.'</strong>!<br /><span>To complete the update click the button on the left. This may take a few seconds to complete!</span></div>';
821
+
822
  echo ' <div class="icon"><img title="" src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt=""/></div>';
823
  echo ' </div>';
824
  echo '</div>';
870
  'title' => __('Useful Links'),
871
  'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
872
  '<ul>'.
873
+ '<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
874
+ '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
875
+ '<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
876
+ '<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
877
  '</ul>'
878
  )
879
  );
893
  -------------------------------------------------------------*/
894
  function adrotate_action_links($links) {
895
  $custom_actions = array();
896
+ $custom_actions['adrotate-pro'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/cart/?add-to-cart=1124', 'Get Pro');
897
+ $custom_actions['adrotate-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/forums/', 'Support');
898
+ $custom_actions['adrotate-arnan'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://www.arnan.me/', 'arnan.me');
899
 
900
  return array_merge($custom_actions, $links);
901
  }
917
 
918
  echo '<tbody>';
919
  echo '<tr>';
920
+ echo '<td><center><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" title="AdRotate plugin for WordPress"><img src="'.plugins_url('/images/logo-60x60.png', __FILE__).'" alt="AdRotate Logo" width="60" height="60" /></a></center></td>';
921
  echo '<td>'.__("Many users only think to review AdRotate when something goes wrong while thousands of people happily use AdRotate.", 'adrotate').' <strong>'. __("If you find AdRotate useful please leave your", '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>';
922
+ echo '<td><a href="https://ajdg.solutions/cart/?add-to-cart=1124" title="Get AdRotate Pro for WordPress"><img src="'.plugins_url('/images/adrotate-product.png', __FILE__).'" alt="AdRotate Pro for WordPress" width="70" height="70" align="left" /></a>'.__('Get more advanced features like Geo Targeting, scheduling and much more with AdRotate Pro.', 'adrotate').'<br />'.__('Includes premium support and free updates!', 'adrotate').'<br /><strong>So why wait? <a href="https://ajdg.solutions/cart/?add-to-cart=1124" title="Get AdRotate Pro for WordPress">'.__('Get started today', 'adrotate').' &raquo;</a></strong></td>';
923
 
924
  echo '</tr>';
925
  echo '</tbody>';
adrotate-setup.php CHANGED
@@ -64,8 +64,10 @@ function adrotate_activate_setup() {
64
  add_option('adrotate_geo_required', 0);
65
  add_option('adrotate_geo_requests', 0);
66
  add_option('adrotate_dynamic_required', 0);
67
- add_option('adrotate_hide_banner', adrotate_now());
68
  add_option('adrotate_hide_review', adrotate_now());
 
 
 
69
 
70
  // Install new database
71
  adrotate_database_install();
@@ -112,8 +114,10 @@ function adrotate_deactivate_setup() {
112
  adrotate_prepare_roles('remove');
113
  }
114
 
115
- update_option('adrotate_hide_banner', adrotate_now());
116
  update_option('adrotate_hide_review', adrotate_now());
 
 
 
117
 
118
  // Clean up capabilities from ALL users
119
  adrotate_remove_capability("adrotate_ad_manage");
@@ -166,7 +170,7 @@ function adrotate_uninstall_setup() {
166
  delete_option('adrotate_db_version');
167
  delete_option('adrotate_debug');
168
  delete_option('adrotate_hide_license');
169
- delete_option('adrotate_hide_banner');
170
  delete_option('adrotate_hide_review');
171
  delete_option('adrotate_notifications');
172
  delete_option('adrotate_geo_required');
@@ -1115,14 +1119,12 @@ function adrotate_core_upgrade() {
1115
  if($adrotate_version['current'] < 380) {
1116
  delete_option('adrotate_roles');
1117
  update_option('adrotate_debug', array('general' => false, 'publisher' => false, 'timers' => false, 'track' => false));
1118
- if(get_option('adrotate_hide_banner') == 1) update_option('adrotate_hide_banner', adrotate_now());
1119
  }
1120
 
1121
  // 3.16
1122
  if($adrotate_version['current'] < 384) {
1123
  if(!wp_next_scheduled('adrotate_clean_trackerdata')) wp_schedule_event($firstrun, 'twicedaily', 'adrotate_clean_trackerdata');
1124
  if(!wp_next_scheduled('adrotate_evaluate_ads')) wp_schedule_event($firstrun + 900, 'twicedaily', 'adrotate_evaluate_ads');
1125
- if(get_option('adrotate_hide_banner') == 1) update_option('adrotate_hide_banner', adrotate_now());
1126
  }
1127
 
1128
  // 3.17
@@ -1162,7 +1164,16 @@ function adrotate_core_upgrade() {
1162
 
1163
  // 4.5
1164
  if($adrotate_version['current'] < 391) {
1165
- if(get_option('adrotate_hide_banner') == 1) update_option('adrotate_hide_banner', adrotate_now());
 
 
 
 
 
 
 
 
 
1166
  }
1167
 
1168
  update_option("adrotate_version", array('current' => ADROTATE_VERSION, 'previous' => $adrotate_version['current']));
64
  add_option('adrotate_geo_required', 0);
65
  add_option('adrotate_geo_requests', 0);
66
  add_option('adrotate_dynamic_required', 0);
 
67
  add_option('adrotate_hide_review', adrotate_now());
68
+ add_option('adrotate_hide_premium', adrotate_now());
69
+ add_option('adrotate_hide_premium_2', adrotate_now());
70
+ add_option('adrotate_hide_premium_3', adrotate_now());
71
 
72
  // Install new database
73
  adrotate_database_install();
114
  adrotate_prepare_roles('remove');
115
  }
116
 
 
117
  update_option('adrotate_hide_review', adrotate_now());
118
+ update_option('adrotate_hide_premium', adrotate_now());
119
+ update_option('adrotate_hide_premium_2', adrotate_now());
120
+ update_option('adrotate_hide_premium_3', adrotate_now());
121
 
122
  // Clean up capabilities from ALL users
123
  adrotate_remove_capability("adrotate_ad_manage");
170
  delete_option('adrotate_db_version');
171
  delete_option('adrotate_debug');
172
  delete_option('adrotate_hide_license');
173
+ delete_option('adrotate_hide_banner'); // Obsolete
174
  delete_option('adrotate_hide_review');
175
  delete_option('adrotate_notifications');
176
  delete_option('adrotate_geo_required');
1119
  if($adrotate_version['current'] < 380) {
1120
  delete_option('adrotate_roles');
1121
  update_option('adrotate_debug', array('general' => false, 'publisher' => false, 'timers' => false, 'track' => false));
 
1122
  }
1123
 
1124
  // 3.16
1125
  if($adrotate_version['current'] < 384) {
1126
  if(!wp_next_scheduled('adrotate_clean_trackerdata')) wp_schedule_event($firstrun, 'twicedaily', 'adrotate_clean_trackerdata');
1127
  if(!wp_next_scheduled('adrotate_evaluate_ads')) wp_schedule_event($firstrun + 900, 'twicedaily', 'adrotate_evaluate_ads');
 
1128
  }
1129
 
1130
  // 3.17
1164
 
1165
  // 4.5
1166
  if($adrotate_version['current'] < 391) {
1167
+ // Obsolete
1168
+ }
1169
+
1170
+ // 4.13
1171
+ if($adrotate_version['current'] < 392) {
1172
+ update_option('adrotate_hide_premium', adrotate_now());
1173
+ update_option('adrotate_hide_premium_2', adrotate_now());
1174
+ update_option('adrotate_hide_premium_3', adrotate_now());
1175
+
1176
+ delete_option('adrotate_hide_banner');
1177
  }
1178
 
1179
  update_option("adrotate_version", array('current' => ADROTATE_VERSION, 'previous' => $adrotate_version['current']));
adrotate.php CHANGED
@@ -7,7 +7,7 @@ Author URI: https://www.arnan.me/
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
- Version: 4.12.3
11
  License: GPLv3
12
  */
13
 
@@ -22,8 +22,8 @@ License: GPLv3
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
- define("ADROTATE_DISPLAY", '4.12.3');
26
- define("ADROTATE_VERSION", 391);
27
  define("ADROTATE_DB_VERSION", 64);
28
  $plugin_folder = plugin_dir_path(__FILE__);
29
  /*-----------------------------------------------------------*/
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
+ Version: 4.13
11
  License: GPLv3
12
  */
13
 
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
+ define("ADROTATE_DISPLAY", '4.13');
26
+ define("ADROTATE_VERSION", 392);
27
  define("ADROTATE_DB_VERSION", 64);
28
  $plugin_folder = plugin_dir_path(__FILE__);
29
  /*-----------------------------------------------------------*/
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=adrotate-free&pk_kwd=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-ajdg">
22
  <div class="inside">
23
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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-ajdg">
29
  <div class="inside">
30
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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 or mobile operating system. 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-ajdg">
36
  <div class="inside">
37
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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-ajdg">
43
  <div class="inside">
44
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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
 
@@ -61,33 +61,33 @@
61
  <h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
62
  <div class="postbox-ajdg">
63
  <div class="inside">
64
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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, specific days in the week. You name it, AdRotate schedules it. This makes planning your revenue stream very flexible. You can set one or many schedules for adverts.', 'adrotate'); ?></p>
65
  </div>
66
  </div>
67
 
68
  <h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
69
  <div class="postbox-ajdg">
70
  <div class="inside">
71
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/demo-adblock.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Try and avoid adblockers so your 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>
72
  </div>
73
  </div>
74
 
75
  <h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
76
  <div class="postbox-ajdg">
77
  <div class="inside">
78
- <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage" target="_blank"><img src="<?php echo plugins_url('/images/pro/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>
79
  </div>
80
  </div>
81
 
82
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
83
  <div class="postbox-ajdg">
84
  <div class="inside">
85
- <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=propage"><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>
86
- <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('One WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotate-free&pk_kwd=single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
87
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('Two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotate-free&pk_kwd=duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
88
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 89.00)</h4><?php _e('Five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotate-free&pk_kwd=multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
89
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotate-free&pk_kwd=developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
90
- <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=adrotate-free&pk_kwd=compare" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
91
  </div>
92
  </div>
93
  <!--
@@ -95,12 +95,12 @@
95
  <div class="postbox-ajdg">
96
  <div class="inside">
97
  <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;" />
98
- <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>
99
- <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>
100
- <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>
101
- <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>
102
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
103
- <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>
104
  </div>
105
  </div>
106
  -->
@@ -112,6 +112,6 @@
112
 
113
  <div class="clear"></div>
114
 
115
- <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=adrotate-free&pk_kwd=propage" target="_blank">AdRotate website</a> for more information.</center></p>
116
  <p><?php echo adrotate_trademark(); ?></p>
117
  </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/" 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-ajdg">
22
  <div class="inside">
23
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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-ajdg">
29
  <div class="inside">
30
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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 or mobile operating system. 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-ajdg">
36
  <div class="inside">
37
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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 Fast Support almost all year round', 'adrotate'); ?></h3>
42
  <div class="postbox-ajdg">
43
  <div class="inside">
44
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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 support takes priority over the forums and is checked much more often than the forum. Get a solution (usually) within two business days.', 'adrotate'); ?></p>
45
  </div>
46
  </div>
47
 
61
  <h3><?php _e('Schedule all campaigns with ease', 'adrotate'); ?></h3>
62
  <div class="postbox-ajdg">
63
  <div class="inside">
64
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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, specific days in the week. You name it, AdRotate schedules it. This makes planning your revenue stream very flexible. You can set one or many schedules for adverts.', 'adrotate'); ?></p>
65
  </div>
66
  </div>
67
 
68
  <h3><?php _e('Avoid adblockers', 'adrotate'); ?></h3>
69
  <div class="postbox-ajdg">
70
  <div class="inside">
71
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/demo-adblock.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('Try and avoid adblockers so your 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>
72
  </div>
73
  </div>
74
 
75
  <h3><?php _e('Stay up-to-date with notifications', 'adrotate'); ?></h3>
76
  <div class="postbox-ajdg">
77
  <div class="inside">
78
+ <p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/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. Get notified when adverts expire, have errors or when advertisers create new adverts. Select up to three email addresses to be notified. Never miss an expiration date again.', 'adrotate'); ?></p>
79
  </div>
80
  </div>
81
 
82
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
83
  <div class="postbox-ajdg">
84
  <div class="inside">
85
+ <a href="https://ajdg.solutions/products/adrotate-for-wordpress/"><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>
86
+ <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('One WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
87
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('Two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
88
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 89.00)</h4><?php _e('Five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
89
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
90
+ <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/" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
91
  </div>
92
  </div>
93
  <!--
95
  <div class="postbox-ajdg">
96
  <div class="inside">
97
  <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;" />
98
+ <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" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
99
+ <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" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
100
+ <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" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
101
+ <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" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
102
  <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
103
+ <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/" target="_blank"><?php _e('Compare Licenses', 'adrotate'); ?> &raquo;</a></p>
104
  </div>
105
  </div>
106
  -->
112
 
113
  <div class="clear"></div>
114
 
115
+ <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/" target="_blank">AdRotate website</a> for more information.</center></p>
116
  <p><?php echo adrotate_trademark(); ?></p>
117
  </div>
dashboard/info.php CHANGED
@@ -79,21 +79,29 @@ $partner = mt_rand(1,3);
79
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
80
  <div class="postbox-ajdg">
81
  <div class="inside">
82
- <a href="https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotate-free&pk_kwd=infopage"><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>
83
- <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('One WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124&pk_campaign=adrotate-free&pk_kwd=single" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
84
- <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('Two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126&pk_campaign=adrotate-free&pk_kwd=duo" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
85
- <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 89.00)</h4><?php _e('Five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128&pk_campaign=adrotate-free&pk_kwd=multi" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
86
- <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130&pk_campaign=adrotate-free&pk_kwd=developer" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
87
- <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=adrotate-free&pk_kwd=compare" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
88
- <!--
89
- <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;" />
90
- <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>
91
- <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>
92
- <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>
93
- <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>
94
- <p><em><?php _e('Subscriptions get 1 year access to updates, email support & AdRotate Geo.', 'adrotate'); ?></em></p>
95
- <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>
96
- -->
 
 
 
 
 
 
 
 
97
  </div>
98
  </div>
99
 
79
  <h3><?php _e('Buy AdRotate Professional', 'adrotate'); ?></h3>
80
  <div class="postbox-ajdg">
81
  <div class="inside">
82
+ <a href="https://ajdg.solutions/products/adrotate-for-wordpress/"><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>
83
+ <p><h4><?php _e('Single License', 'adrotate'); ?> (&euro; 29.00)</h4><?php _e('One WordPress installation.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1124" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
84
+ <p><h4><?php _e('Duo License', 'adrotate'); ?> (&euro; 39.00)</h4><?php _e('Two WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1126" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
85
+ <p><h4><?php _e('Multi License', 'adrotate'); ?> (&euro; 89.00)</h4><?php _e('Five WordPress installations.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1128" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
86
+ <p><h4><?php _e('Developer License', 'adrotate'); ?> (&euro; 199.00)</h4><?php _e('Unlimited WordPress installations and/or networks.', 'adrotate'); ?> <a href="https://ajdg.solutions/cart/?add-to-cart=1130" target="_blank"><?php _e('Buy now', 'adrotate'); ?> &raquo;</a></p>
87
+ <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/" target="_blank"><?php _e('All Licenses', 'adrotate'); ?> &raquo;</a></p>
88
+ </div>
89
+ </div>
90
+
91
+ <h3><?php _e('AJdG Solutions Premium Support Group', 'adrotate'); ?></h3>
92
+ <div class="postbox-ajdg">
93
+ <div class="inside">
94
+ <a href="https://ajdg.solutions/go/premium-support/"><img src="<?php echo plugins_url('/images/ajdg-logo-60x60.png', dirname(__FILE__)); ?>" alt="adrotate-product" width="60" height="60" align="right" style="padding: 0 0 10px 10px;" /></a>
95
+ <p>Get exclusive access and learn how to make more money with your website using AdRotate! Join now and become a member of the <strong>AJdG Solutions Premium Support</strong> group on Facebook.</p>
96
+
97
+ <strong><u>Learn, discuss and improve!</u></strong>
98
+ <p>- Where and how many adverts to place<br />
99
+ - What to show on your sales page<br />
100
+ - Discuss features and learn more about them<br />
101
+ - Increase revenue with AdRotate</p>
102
+
103
+ <strong><u>Join the <strong>AJdG Solutions Premium Support</strong> group!</u></strong><br />
104
+ <p><a class="button-primary" href="https://ajdg.solutions/cart/?add-to-cart=54750" target="_blank">Subscribe now for &euro;29/month &raquo;</a>&nbsp;&nbsp;<a class="button" target="_blank" href="https://ajdg.solutions/go/premium-support/">Learn more &raquo;</a></p>
105
  </div>
106
  </div>
107
 
dashboard/settings/notifications.php CHANGED
@@ -23,8 +23,6 @@
23
  <td>
24
  <input type="checkbox" name="adrotate_notification_dash" <?php if($adrotate_notifications['notification_dash'] == 'Y') { ?>checked="checked" <?php } ?> /> <?php _e('Dashboard banner.', 'adrotate'); ?><br />
25
  <input type="checkbox" name="adrotate_notification_email_disabled" disabled /> <?php _e('Email message.', 'adrotate'); ?><br />
26
- <input type="checkbox" name="adrotate_notification_push_disabled" disabled /> <?php _e('Push notifications to your smartphone.', 'adrotate'); ?><br />
27
- <span class="description"><?php _e('Push notifications are delivered through Pushover, a notification service for Android and iOS', 'adrotate'); ?><br /><?php _e('The Pushover App is a one time purchase for either Android and/or iOS. More information can be found on the pushover website;', 'adrotate'); ?> <a href="http://www.pushover.net" target="_blank">pushover.net</a>.</span>
28
  </td>
29
  </tr>
30
  <tr>
23
  <td>
24
  <input type="checkbox" name="adrotate_notification_dash" <?php if($adrotate_notifications['notification_dash'] == 'Y') { ?>checked="checked" <?php } ?> /> <?php _e('Dashboard banner.', 'adrotate'); ?><br />
25
  <input type="checkbox" name="adrotate_notification_email_disabled" disabled /> <?php _e('Email message.', 'adrotate'); ?><br />
 
 
26
  </td>
27
  </tr>
28
  <tr>
images/ajdg-logo-60x60.png ADDED
Binary file
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: 2018-06-19 16:27+0800\n"
6
- "PO-Revision-Date: 2018-06-19 16:27+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\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 2.0.3\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -254,130 +254,120 @@ msgstr ""
254
  msgid "Set up your banner folder"
255
  msgstr "Къде се намират вашите рекламни банери?"
256
 
257
- #: adrotate-output.php:697
258
  msgid "your attention:"
259
  msgstr ""
260
 
261
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
262
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
263
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
264
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
265
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
266
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
267
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
268
- #: dashboard/settings/geotargeting.php:40
269
- msgid "Buy now"
270
- msgstr "Купи сега"
271
-
272
- #: adrotate-output.php:717
273
  #, fuzzy
274
- #| msgid ""
275
- #| "You've been using <strong>AdRotate</strong> for a while now. Why not "
276
- #| "upgrade to the <strong>PRO</strong> version"
 
 
277
  msgid ""
278
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
279
- "<strong>PRO</strong> version and get more features."
280
  msgstr ""
281
- "Използвате <strong>AdRotate</strong> от известно време. Защо не надградите "
282
- "до <strong>PRO</strong> версията"
283
 
284
- #: adrotate-output.php:717
285
  #, php-format
286
  msgid ""
287
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
288
  msgstr ""
289
 
290
- #: adrotate-output.php:717
291
  #, fuzzy
292
  #| msgid "Thank you for your consideration!"
293
  msgid "Thank you for your support!"
294
  msgstr "Благодарим Ви, че го обмислихте!"
295
 
296
- #: adrotate-output.php:779
297
  msgid ""
298
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
299
  "menu. If you need help getting started take a look at the"
300
  msgstr ""
301
 
302
- #: adrotate-output.php:779
303
  msgid "manuals"
304
  msgstr "ръководства"
305
 
306
- #: adrotate-output.php:779 adrotate-output.php:864
307
  msgid "and"
308
  msgstr "и"
309
 
310
- #: adrotate-output.php:779
311
  msgid "forums"
312
  msgstr ""
313
 
314
- #: adrotate-output.php:812
315
  msgid "Useful Links"
316
  msgstr "Полезни връзки"
317
 
318
- #: adrotate-output.php:813
319
  msgid "Useful links to learn more about AdRotate"
320
  msgstr "Полезни връзки, за да получите повече информация за AdRotate"
321
 
322
- #: adrotate-output.php:815
323
  msgid "AdRotate website"
324
  msgstr ""
325
 
326
- #: adrotate-output.php:816
327
  msgid "Getting Started With AdRotate"
328
  msgstr "Започнете от нулата с AdRotate Pro"
329
 
330
- #: adrotate-output.php:817
331
  msgid "AdRotate manuals"
332
  msgstr ""
333
 
334
- #: adrotate-output.php:818
335
  msgid "AdRotate Support Forum"
336
  msgstr "Форум за поддръжка на AdRotate"
337
 
338
- #: adrotate-output.php:856
339
  msgid "Help AdRotate Grow"
340
  msgstr "Помогнете за развитието на AdRotate"
341
 
342
- #: adrotate-output.php:857 adrotate.php:152
343
  msgid "AdRotate Professional"
344
  msgstr "AdRotate Professional"
345
 
346
- #: adrotate-output.php:864
347
  msgid ""
348
  "Many users only think to review AdRotate when something goes wrong while "
349
  "thousands of people happily use AdRotate."
350
  msgstr ""
351
 
352
- #: adrotate-output.php:864
353
  msgid "If you find AdRotate useful please leave your"
354
  msgstr ""
355
 
356
- #: adrotate-output.php:864
357
  msgid "rating"
358
  msgstr "оценка"
359
 
360
- #: adrotate-output.php:864
361
  msgid "review"
362
  msgstr "мнение"
363
 
364
- #: adrotate-output.php:864
365
  #, fuzzy
366
  #| msgid "on WordPress.org to help AdRotate grow in a positive way"
367
  msgid "on WordPress.org to help AdRotate grow in a positive way"
368
  msgstr "на WordPress.org, за да се развива AdRotate"
369
 
370
- #: adrotate-output.php:865
371
  msgid ""
372
  "Get more advanced features like Geo Targeting, scheduling and much more with "
373
  "AdRotate Pro."
374
  msgstr ""
375
 
376
- #: adrotate-output.php:865
377
  msgid "Includes premium support and free updates!"
378
  msgstr ""
379
 
380
- #: adrotate-output.php:865
381
  #, fuzzy
382
  #| msgid "Getting Started With AdRotate"
383
  msgid "Get started today"
@@ -585,12 +575,6 @@ msgstr ""
585
  msgid "Get more features"
586
  msgstr "Получете по-голяма функционалност с AdRotate Pro"
587
 
588
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
589
- #, fuzzy
590
- #| msgid "AdRotate Pro"
591
- msgid "Get AdRotate Pro"
592
- msgstr "AdRotate Pro"
593
-
594
  #: adrotate.php:474
595
  msgid "AdRotate Settings"
596
  msgstr "AdRotate Настройки"
@@ -618,7 +602,7 @@ msgstr "Статистики"
618
  msgid "Geo Targeting"
619
  msgstr "Таргетиране спрямо местоположението"
620
 
621
- #: adrotate.php:483 dashboard/settings/notifications.php:72
622
  msgid "Advertisers"
623
  msgstr "Рекламодатели"
624
 
@@ -676,16 +660,27 @@ msgid ""
676
  msgstr ""
677
 
678
  #: dashboard/adrotatepro.php:41
679
- msgid "Get Premium Support almost all year round"
 
 
680
  msgstr "Получете премиум поддръжка почти през цялата година"
681
 
682
  #: dashboard/adrotatepro.php:44
 
 
 
 
 
683
  msgid ""
684
  "When you activate your AdRotate Pro license you can use fast and personal "
685
- "email support. No more queueing up in the forums. AdRotate premium support "
686
- "takes priority over the forums and is checked much more often than the "
687
- "forum. Get a solution (usually) within one business day."
688
  msgstr ""
 
 
 
 
689
 
690
  #: dashboard/adrotatepro.php:48
691
  msgid "AdRotate is brought to you by"
@@ -721,12 +716,20 @@ msgid "Stay up-to-date with notifications"
721
  msgstr ""
722
 
723
  #: dashboard/adrotatepro.php:78
 
 
 
 
 
724
  msgid ""
725
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
726
- "adverts expire or need your attention. Additionally, send push notifications "
727
- "to your iOS or Android device. Get notified when adverts expire, have errors "
728
- "or when advertisers create new adverts. Never miss an expiration date again."
729
  msgstr ""
 
 
 
730
 
731
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
732
  #: dashboard/info.php:79
@@ -741,8 +744,17 @@ msgstr ""
741
  msgid "One WordPress installation."
742
  msgstr ""
743
 
 
 
 
 
 
 
 
 
 
744
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
745
- #: dashboard/info.php:84 dashboard/info.php:91
746
  msgid "Duo License"
747
  msgstr "Duo лиценз"
748
 
@@ -751,7 +763,7 @@ msgid "Two WordPress installations."
751
  msgstr ""
752
 
753
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
754
- #: dashboard/info.php:85 dashboard/info.php:92
755
  msgid "Multi License"
756
  msgstr "Multi лиценз"
757
 
@@ -762,7 +774,7 @@ msgid "Five WordPress installations."
762
  msgstr "За една инсталация на WordPress."
763
 
764
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
765
- #: dashboard/info.php:86 dashboard/info.php:93
766
  msgid "Developer License"
767
  msgstr "Developer лиценз"
768
 
@@ -771,7 +783,7 @@ msgid "Unlimited WordPress installations and/or networks."
771
  msgstr ""
772
 
773
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
774
- #: dashboard/info.php:87 dashboard/info.php:95
775
  msgid "Compare licenses"
776
  msgstr "Сравнение на лицензи"
777
 
@@ -783,36 +795,36 @@ msgstr "Не сте сигурни кой лиценз ви е необходи
783
  msgid "All Licenses"
784
  msgstr "Всички лицензи"
785
 
786
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
787
  msgid "Lifetime License"
788
  msgstr ""
789
 
790
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
791
  msgid "Single installation."
792
  msgstr ""
793
 
794
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
795
  msgid "Up to 2 installations."
796
  msgstr ""
797
 
798
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
799
  msgid "Up to 10 installations."
800
  msgstr ""
801
 
802
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
803
  msgid "Up to 25 installations or multisite networks."
804
  msgstr ""
805
 
806
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
807
  msgid ""
808
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
809
  msgstr ""
810
 
811
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
812
  msgid "Not sure which license is for you?"
813
  msgstr ""
814
 
815
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
816
  msgid "Compare Licenses"
817
  msgstr ""
818
 
@@ -850,15 +862,19 @@ msgstr ""
850
  msgid "Arnan de Gans News & Updates"
851
  msgstr ""
852
 
853
- #: dashboard/info.php:100
 
 
 
 
854
  msgid "Join the Media.net advertising network"
855
  msgstr ""
856
 
857
- #: dashboard/info.php:115
858
  msgid "Sponsored offers"
859
  msgstr ""
860
 
861
- #: dashboard/info.php:121
862
  msgid ""
863
  "These are affiliate banners, clicking them costs you nothing but it helps me "
864
  "and AdRotate a lot!"
@@ -2262,8 +2278,7 @@ msgstr "Месечен преглед на кликовете и импреси
2262
  #: dashboard/publisher/statistics-advert.php:109
2263
  #: dashboard/publisher/statistics-group.php:113
2264
  #: dashboard/publisher/statistics-main.php:72
2265
- #: dashboard/settings/notifications.php:60
2266
- #: dashboard/settings/notifications.php:90
2267
  msgid "Note:"
2268
  msgstr "Забележка:"
2269
 
@@ -2341,7 +2356,7 @@ msgstr ""
2341
 
2342
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2343
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2344
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2345
  #: dashboard/settings/statistics.php:73
2346
  msgid "Update Options"
2347
  msgstr "Опции за обновяване"
@@ -2986,106 +3001,78 @@ msgstr ""
2986
  msgid "Email message."
2987
  msgstr "Email съобщение."
2988
 
2989
- #: dashboard/settings/notifications.php:26
2990
- msgid "Push notifications to your smartphone."
2991
- msgstr "Push известия към вашия смартфон."
2992
-
2993
- #: dashboard/settings/notifications.php:27
2994
- msgid ""
2995
- "Push notifications are delivered through Pushover, a notification service "
2996
- "for Android and iOS"
2997
- msgstr ""
2998
- "Push известията се доставят чрез Pushover, услуга за известия за Android и "
2999
- "iOS"
3000
-
3001
- #: dashboard/settings/notifications.php:27
3002
- msgid ""
3003
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3004
- "information can be found on the pushover website;"
3005
- msgstr ""
3006
- "Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
3007
- "Повече информация можете да намерите на сайта на разработчика;"
3008
-
3009
- #: dashboard/settings/notifications.php:31
3010
  msgid "Test notification"
3011
  msgstr ""
3012
 
3013
- #: dashboard/settings/notifications.php:33
3014
  msgid "Test"
3015
  msgstr "Тест"
3016
 
3017
- #: dashboard/settings/notifications.php:33
3018
  msgid ""
3019
  "Send a test notification to enabled methods. Before you test, save the "
3020
  "options first!"
3021
  msgstr ""
3022
 
3023
- #: dashboard/settings/notifications.php:38
3024
  msgid "Dashboard Banner"
3025
  msgstr ""
3026
 
3027
- #: dashboard/settings/notifications.php:39
3028
  msgid ""
3029
  "These go in a dashboard banner visible to all users with access to AdRotate "
3030
  "on every WordPress dashboard page."
3031
  msgstr ""
3032
 
3033
- #: dashboard/settings/notifications.php:42
3034
- #: dashboard/settings/notifications.php:54
3035
- #: dashboard/settings/notifications.php:84
3036
  msgid "What"
3037
  msgstr ""
3038
 
3039
- #: dashboard/settings/notifications.php:44
3040
  msgid "Expired adverts."
3041
  msgstr ""
3042
 
3043
- #: dashboard/settings/notifications.php:45
3044
  msgid "Almost expired adverts."
3045
  msgstr ""
3046
 
3047
- #: dashboard/settings/notifications.php:50
3048
  msgid "Email Message"
3049
  msgstr ""
3050
 
3051
- #: dashboard/settings/notifications.php:50
3052
- #: dashboard/settings/notifications.php:80
3053
  msgid "Available in AdRotate Pro"
3054
  msgstr "Налично в AdRotate Pro"
3055
 
3056
- #: dashboard/settings/notifications.php:51
3057
  msgid ""
3058
  "Receive email notifications about what is happening with your AdRotate setup."
3059
  msgstr ""
3060
 
3061
- #: dashboard/settings/notifications.php:56
3062
- #: dashboard/settings/notifications.php:86
3063
  msgid "Daily digest of any advert status other than normal."
3064
  msgstr ""
3065
  "Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
3066
 
3067
- #: dashboard/settings/notifications.php:57
3068
- #: dashboard/settings/notifications.php:87
3069
  msgid "When you are running out of Geo Targeting Lookups."
3070
  msgstr ""
3071
 
3072
- #: dashboard/settings/notifications.php:58
3073
- #: dashboard/settings/notifications.php:88
3074
  msgid "Any advertiser saving an advert in your moderation queue."
3075
  msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
3076
 
3077
- #: dashboard/settings/notifications.php:59
3078
- #: dashboard/settings/notifications.php:89
3079
  msgid "A moderator approved an advert from the moderation queue."
3080
  msgstr "Модератора е одобрил реклама от опашката за одобрение."
3081
 
3082
- #: dashboard/settings/notifications.php:60
3083
- #: dashboard/settings/notifications.php:90
3084
  msgid "A moderator rejected an advert from the moderation queue."
3085
  msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
3086
 
3087
- #: dashboard/settings/notifications.php:60
3088
- #: dashboard/settings/notifications.php:90
3089
  msgid ""
3090
  "If you have a lot of activity with many advertisers adding/changing adverts "
3091
  "you may get a lot of messages!"
@@ -3093,7 +3080,7 @@ msgstr ""
3093
  "Ако имате множество дейности с много рекламодатели, които добавят/променят "
3094
  "реклами, то ще получавате много съобщения!"
3095
 
3096
- #: dashboard/settings/notifications.php:60
3097
  msgid ""
3098
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3099
  "spammy. This may result in automated filters such as those used in services "
@@ -3102,71 +3089,22 @@ msgid ""
3102
  "start receiving notifications!"
3103
  msgstr ""
3104
 
3105
- #: dashboard/settings/notifications.php:65
3106
  msgid "Publishers"
3107
  msgstr "Издатели"
3108
 
3109
- #: dashboard/settings/notifications.php:68
3110
  msgid ""
3111
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3112
  "separated. This field may not be empty!"
3113
  msgstr ""
3114
 
3115
- #: dashboard/settings/notifications.php:75
3116
  msgid ""
3117
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3118
  "This field may not be empty!"
3119
  msgstr ""
3120
 
3121
- #: dashboard/settings/notifications.php:80
3122
- msgid "Push Notifications"
3123
- msgstr "Push известия"
3124
-
3125
- #: dashboard/settings/notifications.php:81
3126
- msgid ""
3127
- "Receive information about what is happening with your AdRotate setup on your "
3128
- "smartphone via Pushover."
3129
- msgstr ""
3130
- "Получавайте информация относно случващото се с вашата AdRotate инсталация "
3131
- "директно на смартфона си чрез Pushover."
3132
-
3133
- #: dashboard/settings/notifications.php:90
3134
- msgid ""
3135
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3136
- "run out, you will not receive push notifications until the quota is reset! "
3137
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3138
- "counts as one message."
3139
- msgstr ""
3140
-
3141
- #: dashboard/settings/notifications.php:95
3142
- msgid "User Key"
3143
- msgstr "Потребителски ключ"
3144
-
3145
- #: dashboard/settings/notifications.php:97
3146
- msgid "Get your user token"
3147
- msgstr ""
3148
-
3149
- #: dashboard/settings/notifications.php:97
3150
- #: dashboard/settings/notifications.php:103
3151
- msgid "here"
3152
- msgstr ""
3153
-
3154
- #: dashboard/settings/notifications.php:101
3155
- msgid "Api Token"
3156
- msgstr "Api Token"
3157
-
3158
- #: dashboard/settings/notifications.php:103
3159
- msgid "Create your"
3160
- msgstr ""
3161
-
3162
- #: dashboard/settings/notifications.php:103
3163
- msgid "App"
3164
- msgstr ""
3165
-
3166
- #: dashboard/settings/notifications.php:103
3167
- msgid "and get your API token"
3168
- msgstr ""
3169
-
3170
  #: dashboard/settings/roles.php:18
3171
  msgid "Who has access to what?"
3172
  msgstr "Кой до какво има достъп?"
@@ -3312,6 +3250,50 @@ msgstr ""
3312
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
3313
  "(24 часа)."
3314
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3315
  #~ msgid "More information..."
3316
  #~ msgstr "Повече информация..."
3317
 
@@ -3910,16 +3892,6 @@ msgstr ""
3910
  #~ "разположение на банера. Свържете сайта си с услугите на MaxMinds GeoIP2: "
3911
  #~ "Precision, FreegeoIP (MaxMind GeoLITE) или GeoBytes GeoSelect."
3912
 
3913
- #~ msgid ""
3914
- #~ "When you activate your AdRotate Pro license you are entitled to ticket "
3915
- #~ "support. AdRotate premium support which takes priority over the Forums "
3916
- #~ "and even email. Get a solution (usually) within a day."
3917
- #~ msgstr ""
3918
- #~ "Когато активирате вашия AdRotate Pro лиценз ще имате достъп до ticket "
3919
- #~ "системата за поддръжка. AdRotate премиум поддръжката е с приоритет спрямо "
3920
- #~ "форумите и дори Email съобщенията. В общия случай ще получите отговор до "
3921
- #~ "1 ден."
3922
-
3923
  #~ msgid ""
3924
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3925
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
@@ -3932,15 +3904,6 @@ msgstr ""
3932
  #~ msgid "Stay up-to-date with the notification system"
3933
  #~ msgstr "Бъдете осведомени със системата за известия"
3934
 
3935
- #~ msgid ""
3936
- #~ "Stay in touch with Email and/or push notifications. Get notified when "
3937
- #~ "adverts expire, have errors or when advertisers create new adverts. Never "
3938
- #~ "miss an expiration date again."
3939
- #~ msgstr ""
3940
- #~ "Бъдете информирани, използвайте известията по Email и/или с push "
3941
- #~ "съобщения. Ще разберете кога изтичат обявите, какви грешки са възникнали "
3942
- #~ "и кога рекламодателите добавят нови реклами."
3943
-
3944
  #~ msgid "Title:"
3945
  #~ msgstr "Заглавие:"
3946
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:30+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:30+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\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 2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
254
  msgid "Set up your banner folder"
255
  msgstr "Къде се намират вашите рекламни банери?"
256
 
257
+ #: adrotate-output.php:698
258
  msgid "your attention:"
259
  msgstr ""
260
 
261
+ #: adrotate-output.php:719 adrotate.php:447
262
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
 
 
 
 
263
  #, fuzzy
264
+ #| msgid "AdRotate Pro"
265
+ msgid "Get AdRotate Pro"
266
+ msgstr "AdRotate Pro"
267
+
268
+ #: adrotate-output.php:720
269
  msgid ""
270
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
271
+ "Schedules and more..."
272
  msgstr ""
 
 
273
 
274
+ #: adrotate-output.php:720
275
  #, php-format
276
  msgid ""
277
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
278
  msgstr ""
279
 
280
+ #: adrotate-output.php:720
281
  #, fuzzy
282
  #| msgid "Thank you for your consideration!"
283
  msgid "Thank you for your support!"
284
  msgstr "Благодарим Ви, че го обмислихте!"
285
 
286
+ #: adrotate-output.php:837
287
  msgid ""
288
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
289
  "menu. If you need help getting started take a look at the"
290
  msgstr ""
291
 
292
+ #: adrotate-output.php:837
293
  msgid "manuals"
294
  msgstr "ръководства"
295
 
296
+ #: adrotate-output.php:837 adrotate-output.php:921
297
  msgid "and"
298
  msgstr "и"
299
 
300
+ #: adrotate-output.php:837
301
  msgid "forums"
302
  msgstr ""
303
 
304
+ #: adrotate-output.php:870
305
  msgid "Useful Links"
306
  msgstr "Полезни връзки"
307
 
308
+ #: adrotate-output.php:871
309
  msgid "Useful links to learn more about AdRotate"
310
  msgstr "Полезни връзки, за да получите повече информация за AdRotate"
311
 
312
+ #: adrotate-output.php:873
313
  msgid "AdRotate website"
314
  msgstr ""
315
 
316
+ #: adrotate-output.php:874
317
  msgid "Getting Started With AdRotate"
318
  msgstr "Започнете от нулата с AdRotate Pro"
319
 
320
+ #: adrotate-output.php:875
321
  msgid "AdRotate manuals"
322
  msgstr ""
323
 
324
+ #: adrotate-output.php:876
325
  msgid "AdRotate Support Forum"
326
  msgstr "Форум за поддръжка на AdRotate"
327
 
328
+ #: adrotate-output.php:913
329
  msgid "Help AdRotate Grow"
330
  msgstr "Помогнете за развитието на AdRotate"
331
 
332
+ #: adrotate-output.php:914 adrotate.php:152
333
  msgid "AdRotate Professional"
334
  msgstr "AdRotate Professional"
335
 
336
+ #: adrotate-output.php:921
337
  msgid ""
338
  "Many users only think to review AdRotate when something goes wrong while "
339
  "thousands of people happily use AdRotate."
340
  msgstr ""
341
 
342
+ #: adrotate-output.php:921
343
  msgid "If you find AdRotate useful please leave your"
344
  msgstr ""
345
 
346
+ #: adrotate-output.php:921
347
  msgid "rating"
348
  msgstr "оценка"
349
 
350
+ #: adrotate-output.php:921
351
  msgid "review"
352
  msgstr "мнение"
353
 
354
+ #: adrotate-output.php:921
355
  #, fuzzy
356
  #| msgid "on WordPress.org to help AdRotate grow in a positive way"
357
  msgid "on WordPress.org to help AdRotate grow in a positive way"
358
  msgstr "на WordPress.org, за да се развива AdRotate"
359
 
360
+ #: adrotate-output.php:922
361
  msgid ""
362
  "Get more advanced features like Geo Targeting, scheduling and much more with "
363
  "AdRotate Pro."
364
  msgstr ""
365
 
366
+ #: adrotate-output.php:922
367
  msgid "Includes premium support and free updates!"
368
  msgstr ""
369
 
370
+ #: adrotate-output.php:922
371
  #, fuzzy
372
  #| msgid "Getting Started With AdRotate"
373
  msgid "Get started today"
575
  msgid "Get more features"
576
  msgstr "Получете по-голяма функционалност с AdRotate Pro"
577
 
 
 
 
 
 
 
578
  #: adrotate.php:474
579
  msgid "AdRotate Settings"
580
  msgstr "AdRotate Настройки"
602
  msgid "Geo Targeting"
603
  msgstr "Таргетиране спрямо местоположението"
604
 
605
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
606
  msgid "Advertisers"
607
  msgstr "Рекламодатели"
608
 
660
  msgstr ""
661
 
662
  #: dashboard/adrotatepro.php:41
663
+ #, fuzzy
664
+ #| msgid "Get Premium Support almost all year round"
665
+ msgid "Get Fast Support almost all year round"
666
  msgstr "Получете премиум поддръжка почти през цялата година"
667
 
668
  #: dashboard/adrotatepro.php:44
669
+ #, fuzzy
670
+ #| msgid ""
671
+ #| "When you activate your AdRotate Pro license you are entitled to ticket "
672
+ #| "support. AdRotate premium support which takes priority over the Forums "
673
+ #| "and even email. Get a solution (usually) within a day."
674
  msgid ""
675
  "When you activate your AdRotate Pro license you can use fast and personal "
676
+ "email support. No more queueing up in the forums. AdRotate support takes "
677
+ "priority over the forums and is checked much more often than the forum. Get "
678
+ "a solution (usually) within two business days."
679
  msgstr ""
680
+ "Когато активирате вашия AdRotate Pro лиценз ще имате достъп до ticket "
681
+ "системата за поддръжка. AdRotate премиум поддръжката е с приоритет спрямо "
682
+ "форумите и дори Email съобщенията. В общия случай ще получите отговор до 1 "
683
+ "ден."
684
 
685
  #: dashboard/adrotatepro.php:48
686
  msgid "AdRotate is brought to you by"
716
  msgstr ""
717
 
718
  #: dashboard/adrotatepro.php:78
719
+ #, fuzzy
720
+ #| msgid ""
721
+ #| "Stay in touch with Email and/or push notifications. Get notified when "
722
+ #| "adverts expire, have errors or when advertisers create new adverts. Never "
723
+ #| "miss an expiration date again."
724
  msgid ""
725
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
726
+ "adverts expire or need your attention. Get notified when adverts expire, "
727
+ "have errors or when advertisers create new adverts. Select up to three email "
728
+ "addresses to be notified. Never miss an expiration date again."
729
  msgstr ""
730
+ "Бъдете информирани, използвайте известията по Email и/или с push съобщения. "
731
+ "Ще разберете кога изтичат обявите, какви грешки са възникнали и кога "
732
+ "рекламодателите добавят нови реклами."
733
 
734
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
735
  #: dashboard/info.php:79
744
  msgid "One WordPress installation."
745
  msgstr ""
746
 
747
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
748
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
749
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
750
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
751
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
752
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
753
+ msgid "Buy now"
754
+ msgstr "Купи сега"
755
+
756
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
757
+ #: dashboard/info.php:84
758
  msgid "Duo License"
759
  msgstr "Duo лиценз"
760
 
763
  msgstr ""
764
 
765
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
766
+ #: dashboard/info.php:85
767
  msgid "Multi License"
768
  msgstr "Multi лиценз"
769
 
774
  msgstr "За една инсталация на WordPress."
775
 
776
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
777
+ #: dashboard/info.php:86
778
  msgid "Developer License"
779
  msgstr "Developer лиценз"
780
 
783
  msgstr ""
784
 
785
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
786
+ #: dashboard/info.php:87
787
  msgid "Compare licenses"
788
  msgstr "Сравнение на лицензи"
789
 
795
  msgid "All Licenses"
796
  msgstr "Всички лицензи"
797
 
798
+ #: dashboard/adrotatepro.php:98
799
  msgid "Lifetime License"
800
  msgstr ""
801
 
802
+ #: dashboard/adrotatepro.php:98
803
  msgid "Single installation."
804
  msgstr ""
805
 
806
+ #: dashboard/adrotatepro.php:99
807
  msgid "Up to 2 installations."
808
  msgstr ""
809
 
810
+ #: dashboard/adrotatepro.php:100
811
  msgid "Up to 10 installations."
812
  msgstr ""
813
 
814
+ #: dashboard/adrotatepro.php:101
815
  msgid "Up to 25 installations or multisite networks."
816
  msgstr ""
817
 
818
+ #: dashboard/adrotatepro.php:102
819
  msgid ""
820
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
821
  msgstr ""
822
 
823
+ #: dashboard/adrotatepro.php:103
824
  msgid "Not sure which license is for you?"
825
  msgstr ""
826
 
827
+ #: dashboard/adrotatepro.php:103
828
  msgid "Compare Licenses"
829
  msgstr ""
830
 
862
  msgid "Arnan de Gans News & Updates"
863
  msgstr ""
864
 
865
+ #: dashboard/info.php:91
866
+ msgid "AJdG Solutions Premium Support Group"
867
+ msgstr ""
868
+
869
+ #: dashboard/info.php:108
870
  msgid "Join the Media.net advertising network"
871
  msgstr ""
872
 
873
+ #: dashboard/info.php:123
874
  msgid "Sponsored offers"
875
  msgstr ""
876
 
877
+ #: dashboard/info.php:129
878
  msgid ""
879
  "These are affiliate banners, clicking them costs you nothing but it helps me "
880
  "and AdRotate a lot!"
2278
  #: dashboard/publisher/statistics-advert.php:109
2279
  #: dashboard/publisher/statistics-group.php:113
2280
  #: dashboard/publisher/statistics-main.php:72
2281
+ #: dashboard/settings/notifications.php:58
 
2282
  msgid "Note:"
2283
  msgstr "Забележка:"
2284
 
2356
 
2357
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2358
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2359
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2360
  #: dashboard/settings/statistics.php:73
2361
  msgid "Update Options"
2362
  msgstr "Опции за обновяване"
3001
  msgid "Email message."
3002
  msgstr "Email съобщение."
3003
 
3004
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3005
  msgid "Test notification"
3006
  msgstr ""
3007
 
3008
+ #: dashboard/settings/notifications.php:31
3009
  msgid "Test"
3010
  msgstr "Тест"
3011
 
3012
+ #: dashboard/settings/notifications.php:31
3013
  msgid ""
3014
  "Send a test notification to enabled methods. Before you test, save the "
3015
  "options first!"
3016
  msgstr ""
3017
 
3018
+ #: dashboard/settings/notifications.php:36
3019
  msgid "Dashboard Banner"
3020
  msgstr ""
3021
 
3022
+ #: dashboard/settings/notifications.php:37
3023
  msgid ""
3024
  "These go in a dashboard banner visible to all users with access to AdRotate "
3025
  "on every WordPress dashboard page."
3026
  msgstr ""
3027
 
3028
+ #: dashboard/settings/notifications.php:40
3029
+ #: dashboard/settings/notifications.php:52
 
3030
  msgid "What"
3031
  msgstr ""
3032
 
3033
+ #: dashboard/settings/notifications.php:42
3034
  msgid "Expired adverts."
3035
  msgstr ""
3036
 
3037
+ #: dashboard/settings/notifications.php:43
3038
  msgid "Almost expired adverts."
3039
  msgstr ""
3040
 
3041
+ #: dashboard/settings/notifications.php:48
3042
  msgid "Email Message"
3043
  msgstr ""
3044
 
3045
+ #: dashboard/settings/notifications.php:48
 
3046
  msgid "Available in AdRotate Pro"
3047
  msgstr "Налично в AdRotate Pro"
3048
 
3049
+ #: dashboard/settings/notifications.php:49
3050
  msgid ""
3051
  "Receive email notifications about what is happening with your AdRotate setup."
3052
  msgstr ""
3053
 
3054
+ #: dashboard/settings/notifications.php:54
 
3055
  msgid "Daily digest of any advert status other than normal."
3056
  msgstr ""
3057
  "Изпращане на дневен отчет с обявите, чийто статус е различен от нормален."
3058
 
3059
+ #: dashboard/settings/notifications.php:55
 
3060
  msgid "When you are running out of Geo Targeting Lookups."
3061
  msgstr ""
3062
 
3063
+ #: dashboard/settings/notifications.php:56
 
3064
  msgid "Any advertiser saving an advert in your moderation queue."
3065
  msgstr "Всеки рекламодател, записващ реклама в опашката за одобрение."
3066
 
3067
+ #: dashboard/settings/notifications.php:57
 
3068
  msgid "A moderator approved an advert from the moderation queue."
3069
  msgstr "Модератора е одобрил реклама от опашката за одобрение."
3070
 
3071
+ #: dashboard/settings/notifications.php:58
 
3072
  msgid "A moderator rejected an advert from the moderation queue."
3073
  msgstr "Модератора е отхвърлил реклама от опашката за одобрение."
3074
 
3075
+ #: dashboard/settings/notifications.php:58
 
3076
  msgid ""
3077
  "If you have a lot of activity with many advertisers adding/changing adverts "
3078
  "you may get a lot of messages!"
3080
  "Ако имате множество дейности с много рекламодатели, които добавят/променят "
3081
  "реклами, то ще получавате много съобщения!"
3082
 
3083
+ #: dashboard/settings/notifications.php:58
3084
  msgid ""
3085
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3086
  "spammy. This may result in automated filters such as those used in services "
3089
  "start receiving notifications!"
3090
  msgstr ""
3091
 
3092
+ #: dashboard/settings/notifications.php:63
3093
  msgid "Publishers"
3094
  msgstr "Издатели"
3095
 
3096
+ #: dashboard/settings/notifications.php:66
3097
  msgid ""
3098
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3099
  "separated. This field may not be empty!"
3100
  msgstr ""
3101
 
3102
+ #: dashboard/settings/notifications.php:73
3103
  msgid ""
3104
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3105
  "This field may not be empty!"
3106
  msgstr ""
3107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3108
  #: dashboard/settings/roles.php:18
3109
  msgid "Who has access to what?"
3110
  msgstr "Кой до какво има достъп?"
3250
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
3251
  "(24 часа)."
3252
 
3253
+ #, fuzzy
3254
+ #~| msgid ""
3255
+ #~| "You've been using <strong>AdRotate</strong> for a while now. Why not "
3256
+ #~| "upgrade to the <strong>PRO</strong> version"
3257
+ #~ msgid ""
3258
+ #~ "If you like <strong>AdRotate</strong>, please consider upgrading to the "
3259
+ #~ "<strong>PRO</strong> version and get more features."
3260
+ #~ msgstr ""
3261
+ #~ "Използвате <strong>AdRotate</strong> от известно време. Защо не "
3262
+ #~ "надградите до <strong>PRO</strong> версията"
3263
+
3264
+ #~ msgid "Push notifications to your smartphone."
3265
+ #~ msgstr "Push известия към вашия смартфон."
3266
+
3267
+ #~ msgid ""
3268
+ #~ "Push notifications are delivered through Pushover, a notification service "
3269
+ #~ "for Android and iOS"
3270
+ #~ msgstr ""
3271
+ #~ "Push известията се доставят чрез Pushover, услуга за известия за Android "
3272
+ #~ "и iOS"
3273
+
3274
+ #~ msgid ""
3275
+ #~ "The Pushover App is a one time purchase for either Android and/or iOS. "
3276
+ #~ "More information can be found on the pushover website;"
3277
+ #~ msgstr ""
3278
+ #~ "Приложението Pushover изисква еднократна поръчка за Android и/или iOS. "
3279
+ #~ "Повече информация можете да намерите на сайта на разработчика;"
3280
+
3281
+ #~ msgid "Push Notifications"
3282
+ #~ msgstr "Push известия"
3283
+
3284
+ #~ msgid ""
3285
+ #~ "Receive information about what is happening with your AdRotate setup on "
3286
+ #~ "your smartphone via Pushover."
3287
+ #~ msgstr ""
3288
+ #~ "Получавайте информация относно случващото се с вашата AdRotate инсталация "
3289
+ #~ "директно на смартфона си чрез Pushover."
3290
+
3291
+ #~ msgid "User Key"
3292
+ #~ msgstr "Потребителски ключ"
3293
+
3294
+ #~ msgid "Api Token"
3295
+ #~ msgstr "Api Token"
3296
+
3297
  #~ msgid "More information..."
3298
  #~ msgstr "Повече информация..."
3299
 
3892
  #~ "разположение на банера. Свържете сайта си с услугите на MaxMinds GeoIP2: "
3893
  #~ "Precision, FreegeoIP (MaxMind GeoLITE) или GeoBytes GeoSelect."
3894
 
 
 
 
 
 
 
 
 
 
 
3895
  #~ msgid ""
3896
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3897
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
3904
  #~ msgid "Stay up-to-date with the notification system"
3905
  #~ msgstr "Бъдете осведомени със системата за известия"
3906
 
 
 
 
 
 
 
 
 
 
3907
  #~ msgid "Title:"
3908
  #~ msgstr "Заглавие:"
3909
 
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: 2018-06-19 16:27+0800\n"
6
- "PO-Revision-Date: 2018-06-19 16:27+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\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 2.0.3\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
@@ -266,129 +266,124 @@ msgstr ""
266
  msgid "Set up your banner folder"
267
  msgstr "Που βρίσκονται τα μπάνερ σας;"
268
 
269
- #: adrotate-output.php:697
270
  msgid "your attention:"
271
  msgstr ""
272
 
273
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
274
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
275
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
276
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
277
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
278
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
279
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
280
- #: dashboard/settings/geotargeting.php:40
281
  #, fuzzy
282
- msgid "Buy now"
283
- msgstr "Λάβετε μέτρα τώρα"
 
284
 
285
- #: adrotate-output.php:717
286
  msgid ""
287
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
288
- "<strong>PRO</strong> version and get more features."
289
  msgstr ""
290
 
291
- #: adrotate-output.php:717
292
  #, php-format
293
  msgid ""
294
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
295
  msgstr ""
296
 
297
- #: adrotate-output.php:717
298
  #, fuzzy
299
  msgid "Thank you for your support!"
300
  msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
301
 
302
- #: adrotate-output.php:779
303
  msgid ""
304
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
305
  "menu. If you need help getting started take a look at the"
306
  msgstr ""
307
 
308
- #: adrotate-output.php:779
309
  msgid "manuals"
310
  msgstr "εγχειρίδια"
311
 
312
- #: adrotate-output.php:779 adrotate-output.php:864
313
  msgid "and"
314
  msgstr ""
315
 
316
- #: adrotate-output.php:779
317
  msgid "forums"
318
  msgstr ""
319
 
320
- #: adrotate-output.php:812
321
  #, fuzzy
322
  msgid "Useful Links"
323
  msgstr "Χρήσιμοι σύνδεσμοι"
324
 
325
- #: adrotate-output.php:813
326
  msgid "Useful links to learn more about AdRotate"
327
  msgstr ""
328
 
329
- #: adrotate-output.php:815
330
  msgid "AdRotate website"
331
  msgstr ""
332
 
333
- #: adrotate-output.php:816
334
  #, fuzzy
335
  msgid "Getting Started With AdRotate"
336
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
337
 
338
- #: adrotate-output.php:817
339
  #, fuzzy
340
  msgid "AdRotate manuals"
341
  msgstr "Πληροφορίες του AdRotate"
342
 
343
- #: adrotate-output.php:818
344
  #, fuzzy
345
  msgid "AdRotate Support Forum"
346
  msgstr "Κατάστημα του AdRotate"
347
 
348
- #: adrotate-output.php:856
349
  #, fuzzy
350
  msgid "Help AdRotate Grow"
351
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
352
 
353
- #: adrotate-output.php:857 adrotate.php:152
354
  #, fuzzy
355
  msgid "AdRotate Professional"
356
  msgstr "AdRotate Pro"
357
 
358
- #: adrotate-output.php:864
359
  msgid ""
360
  "Many users only think to review AdRotate when something goes wrong while "
361
  "thousands of people happily use AdRotate."
362
  msgstr ""
363
 
364
- #: adrotate-output.php:864
365
  msgid "If you find AdRotate useful please leave your"
366
  msgstr ""
367
 
368
- #: adrotate-output.php:864
369
  msgid "rating"
370
  msgstr ""
371
 
372
- #: adrotate-output.php:864
373
  #, fuzzy
374
  msgid "review"
375
  msgstr "Αξιολογήστε και σχολιάστε"
376
 
377
- #: adrotate-output.php:864
378
  msgid "on WordPress.org to help AdRotate grow in a positive way"
379
  msgstr ""
380
 
381
- #: adrotate-output.php:865
382
  msgid ""
383
  "Get more advanced features like Geo Targeting, scheduling and much more with "
384
  "AdRotate Pro."
385
  msgstr ""
386
 
387
- #: adrotate-output.php:865
388
  msgid "Includes premium support and free updates!"
389
  msgstr ""
390
 
391
- #: adrotate-output.php:865
392
  #, fuzzy
393
  #| msgid "Go Pro today"
394
  msgid "Get started today"
@@ -591,12 +586,6 @@ msgstr ""
591
  msgid "Get more features"
592
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
593
 
594
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
595
- #, fuzzy
596
- #| msgid "AdRotate Pro"
597
- msgid "Get AdRotate Pro"
598
- msgstr "AdRotate Pro"
599
-
600
  #: adrotate.php:474
601
  msgid "AdRotate Settings"
602
  msgstr "Ρυθμίσεις AdRotate"
@@ -624,7 +613,7 @@ msgstr "Στατιστικά"
624
  msgid "Geo Targeting"
625
  msgstr "Γεωγραφική Στόχευση"
626
 
627
- #: adrotate.php:483 dashboard/settings/notifications.php:72
628
  msgid "Advertisers"
629
  msgstr "Διαφημιζόμενοι"
630
 
@@ -679,15 +668,15 @@ msgid ""
679
  msgstr ""
680
 
681
  #: dashboard/adrotatepro.php:41
682
- msgid "Get Premium Support almost all year round"
683
  msgstr ""
684
 
685
  #: dashboard/adrotatepro.php:44
686
  msgid ""
687
  "When you activate your AdRotate Pro license you can use fast and personal "
688
- "email support. No more queueing up in the forums. AdRotate premium support "
689
- "takes priority over the forums and is checked much more often than the "
690
- "forum. Get a solution (usually) within one business day."
691
  msgstr ""
692
 
693
  #: dashboard/adrotatepro.php:48
@@ -726,9 +715,9 @@ msgstr ""
726
  #: dashboard/adrotatepro.php:78
727
  msgid ""
728
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
729
- "adverts expire or need your attention. Additionally, send push notifications "
730
- "to your iOS or Android device. Get notified when adverts expire, have errors "
731
- "or when advertisers create new adverts. Never miss an expiration date again."
732
  msgstr ""
733
 
734
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
@@ -745,8 +734,18 @@ msgstr ""
745
  msgid "One WordPress installation."
746
  msgstr ""
747
 
 
 
 
 
 
 
 
 
 
 
748
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
749
- #: dashboard/info.php:84 dashboard/info.php:91
750
  msgid "Duo License"
751
  msgstr ""
752
 
@@ -755,7 +754,7 @@ msgid "Two WordPress installations."
755
  msgstr ""
756
 
757
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
758
- #: dashboard/info.php:85 dashboard/info.php:92
759
  msgid "Multi License"
760
  msgstr ""
761
 
@@ -765,7 +764,7 @@ msgid "Five WordPress installations."
765
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
766
 
767
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
768
- #: dashboard/info.php:86 dashboard/info.php:93
769
  #, fuzzy
770
  msgid "Developer License"
771
  msgstr "Αποσφαλμάτωση Προγραμματιστή"
@@ -775,7 +774,7 @@ msgid "Unlimited WordPress installations and/or networks."
775
  msgstr ""
776
 
777
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
778
- #: dashboard/info.php:87 dashboard/info.php:95
779
  msgid "Compare licenses"
780
  msgstr ""
781
 
@@ -787,36 +786,36 @@ msgstr ""
787
  msgid "All Licenses"
788
  msgstr ""
789
 
790
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
791
  msgid "Lifetime License"
792
  msgstr ""
793
 
794
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
795
  msgid "Single installation."
796
  msgstr ""
797
 
798
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
799
  msgid "Up to 2 installations."
800
  msgstr ""
801
 
802
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
803
  msgid "Up to 10 installations."
804
  msgstr ""
805
 
806
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
807
  msgid "Up to 25 installations or multisite networks."
808
  msgstr ""
809
 
810
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
811
  msgid ""
812
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
813
  msgstr ""
814
 
815
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
816
  msgid "Not sure which license is for you?"
817
  msgstr ""
818
 
819
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
820
  msgid "Compare Licenses"
821
  msgstr ""
822
 
@@ -854,15 +853,19 @@ msgstr ""
854
  msgid "Arnan de Gans News & Updates"
855
  msgstr ""
856
 
857
- #: dashboard/info.php:100
 
 
 
 
858
  msgid "Join the Media.net advertising network"
859
  msgstr ""
860
 
861
- #: dashboard/info.php:115
862
  msgid "Sponsored offers"
863
  msgstr ""
864
 
865
- #: dashboard/info.php:121
866
  msgid ""
867
  "These are affiliate banners, clicking them costs you nothing but it helps me "
868
  "and AdRotate a lot!"
@@ -2289,8 +2292,7 @@ msgstr "Μηνιαία επισκόπηση των κλικ και των εμφ
2289
  #: dashboard/publisher/statistics-advert.php:109
2290
  #: dashboard/publisher/statistics-group.php:113
2291
  #: dashboard/publisher/statistics-main.php:72
2292
- #: dashboard/settings/notifications.php:60
2293
- #: dashboard/settings/notifications.php:90
2294
  msgid "Note:"
2295
  msgstr "Σημείωση:"
2296
 
@@ -2367,7 +2369,7 @@ msgstr ""
2367
 
2368
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2369
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2370
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2371
  #: dashboard/settings/statistics.php:73
2372
  msgid "Update Options"
2373
  msgstr "Επιλογές Ανανέωσης"
@@ -3023,109 +3025,85 @@ msgstr ""
3023
  msgid "Email message."
3024
  msgstr "Ειδοποιήσεις Email"
3025
 
3026
- #: dashboard/settings/notifications.php:26
3027
- msgid "Push notifications to your smartphone."
3028
- msgstr ""
3029
-
3030
- #: dashboard/settings/notifications.php:27
3031
- msgid ""
3032
- "Push notifications are delivered through Pushover, a notification service "
3033
- "for Android and iOS"
3034
- msgstr ""
3035
-
3036
- #: dashboard/settings/notifications.php:27
3037
- msgid ""
3038
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3039
- "information can be found on the pushover website;"
3040
- msgstr ""
3041
-
3042
- #: dashboard/settings/notifications.php:31
3043
  msgid "Test notification"
3044
  msgstr ""
3045
 
3046
- #: dashboard/settings/notifications.php:33
3047
  msgid "Test"
3048
  msgstr "Δοκιμή"
3049
 
3050
- #: dashboard/settings/notifications.php:33
3051
  msgid ""
3052
  "Send a test notification to enabled methods. Before you test, save the "
3053
  "options first!"
3054
  msgstr ""
3055
 
3056
- #: dashboard/settings/notifications.php:38
3057
  msgid "Dashboard Banner"
3058
  msgstr ""
3059
 
3060
- #: dashboard/settings/notifications.php:39
3061
  msgid ""
3062
  "These go in a dashboard banner visible to all users with access to AdRotate "
3063
  "on every WordPress dashboard page."
3064
  msgstr ""
3065
 
3066
- #: dashboard/settings/notifications.php:42
3067
- #: dashboard/settings/notifications.php:54
3068
- #: dashboard/settings/notifications.php:84
3069
  msgid "What"
3070
  msgstr ""
3071
 
3072
- #: dashboard/settings/notifications.php:44
3073
  msgid "Expired adverts."
3074
  msgstr ""
3075
 
3076
- #: dashboard/settings/notifications.php:45
3077
  msgid "Almost expired adverts."
3078
  msgstr ""
3079
 
3080
- #: dashboard/settings/notifications.php:50
3081
  msgid "Email Message"
3082
  msgstr ""
3083
 
3084
- #: dashboard/settings/notifications.php:50
3085
- #: dashboard/settings/notifications.php:80
3086
  msgid "Available in AdRotate Pro"
3087
  msgstr "Διαθέσιμο στο AdRotate Pro"
3088
 
3089
- #: dashboard/settings/notifications.php:51
3090
  msgid ""
3091
  "Receive email notifications about what is happening with your AdRotate setup."
3092
  msgstr ""
3093
 
3094
- #: dashboard/settings/notifications.php:56
3095
- #: dashboard/settings/notifications.php:86
3096
  msgid "Daily digest of any advert status other than normal."
3097
  msgstr ""
3098
 
3099
- #: dashboard/settings/notifications.php:57
3100
- #: dashboard/settings/notifications.php:87
3101
  msgid "When you are running out of Geo Targeting Lookups."
3102
  msgstr ""
3103
 
3104
- #: dashboard/settings/notifications.php:58
3105
- #: dashboard/settings/notifications.php:88
3106
  msgid "Any advertiser saving an advert in your moderation queue."
3107
  msgstr ""
3108
 
3109
- #: dashboard/settings/notifications.php:59
3110
- #: dashboard/settings/notifications.php:89
3111
  #, fuzzy
3112
  msgid "A moderator approved an advert from the moderation queue."
3113
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
3114
 
3115
- #: dashboard/settings/notifications.php:60
3116
- #: dashboard/settings/notifications.php:90
3117
  #, fuzzy
3118
  msgid "A moderator rejected an advert from the moderation queue."
3119
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
3120
 
3121
- #: dashboard/settings/notifications.php:60
3122
- #: dashboard/settings/notifications.php:90
3123
  msgid ""
3124
  "If you have a lot of activity with many advertisers adding/changing adverts "
3125
  "you may get a lot of messages!"
3126
  msgstr ""
3127
 
3128
- #: dashboard/settings/notifications.php:60
3129
  msgid ""
3130
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3131
  "spammy. This may result in automated filters such as those used in services "
@@ -3134,71 +3112,22 @@ msgid ""
3134
  "start receiving notifications!"
3135
  msgstr ""
3136
 
3137
- #: dashboard/settings/notifications.php:65
3138
  msgid "Publishers"
3139
  msgstr ""
3140
 
3141
- #: dashboard/settings/notifications.php:68
3142
  msgid ""
3143
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3144
  "separated. This field may not be empty!"
3145
  msgstr ""
3146
 
3147
- #: dashboard/settings/notifications.php:75
3148
  msgid ""
3149
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3150
  "This field may not be empty!"
3151
  msgstr ""
3152
 
3153
- #: dashboard/settings/notifications.php:80
3154
- #, fuzzy
3155
- msgid "Push Notifications"
3156
- msgstr "Ειδοποιήσεις"
3157
-
3158
- #: dashboard/settings/notifications.php:81
3159
- msgid ""
3160
- "Receive information about what is happening with your AdRotate setup on your "
3161
- "smartphone via Pushover."
3162
- msgstr ""
3163
-
3164
- #: dashboard/settings/notifications.php:90
3165
- msgid ""
3166
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3167
- "run out, you will not receive push notifications until the quota is reset! "
3168
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3169
- "counts as one message."
3170
- msgstr ""
3171
-
3172
- #: dashboard/settings/notifications.php:95
3173
- #, fuzzy
3174
- msgid "User Key"
3175
- msgstr "πρόγραμμα περιήγησης"
3176
-
3177
- #: dashboard/settings/notifications.php:97
3178
- msgid "Get your user token"
3179
- msgstr ""
3180
-
3181
- #: dashboard/settings/notifications.php:97
3182
- #: dashboard/settings/notifications.php:103
3183
- msgid "here"
3184
- msgstr ""
3185
-
3186
- #: dashboard/settings/notifications.php:101
3187
- msgid "Api Token"
3188
- msgstr ""
3189
-
3190
- #: dashboard/settings/notifications.php:103
3191
- msgid "Create your"
3192
- msgstr ""
3193
-
3194
- #: dashboard/settings/notifications.php:103
3195
- msgid "App"
3196
- msgstr ""
3197
-
3198
- #: dashboard/settings/notifications.php:103
3199
- msgid "and get your API token"
3200
- msgstr ""
3201
-
3202
  #: dashboard/settings/roles.php:18
3203
  msgid "Who has access to what?"
3204
  msgstr ""
@@ -3351,6 +3280,14 @@ msgstr ""
3351
  "Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
3352
  "ώρα)."
3353
 
 
 
 
 
 
 
 
 
3354
  #, fuzzy
3355
  #~ msgid "More information..."
3356
  #~ msgstr "Περισσότερες πληροφορίες"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:30+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:30+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\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 2.1\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
266
  msgid "Set up your banner folder"
267
  msgstr "Που βρίσκονται τα μπάνερ σας;"
268
 
269
+ #: adrotate-output.php:698
270
  msgid "your attention:"
271
  msgstr ""
272
 
273
+ #: adrotate-output.php:719 adrotate.php:447
274
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
275
  #, fuzzy
276
+ #| msgid "AdRotate Pro"
277
+ msgid "Get AdRotate Pro"
278
+ msgstr "AdRotate Pro"
279
 
280
+ #: adrotate-output.php:720
281
  msgid ""
282
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
283
+ "Schedules and more..."
284
  msgstr ""
285
 
286
+ #: adrotate-output.php:720
287
  #, php-format
288
  msgid ""
289
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
290
  msgstr ""
291
 
292
+ #: adrotate-output.php:720
293
  #, fuzzy
294
  msgid "Thank you for your support!"
295
  msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
296
 
297
+ #: adrotate-output.php:837
298
  msgid ""
299
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
300
  "menu. If you need help getting started take a look at the"
301
  msgstr ""
302
 
303
+ #: adrotate-output.php:837
304
  msgid "manuals"
305
  msgstr "εγχειρίδια"
306
 
307
+ #: adrotate-output.php:837 adrotate-output.php:921
308
  msgid "and"
309
  msgstr ""
310
 
311
+ #: adrotate-output.php:837
312
  msgid "forums"
313
  msgstr ""
314
 
315
+ #: adrotate-output.php:870
316
  #, fuzzy
317
  msgid "Useful Links"
318
  msgstr "Χρήσιμοι σύνδεσμοι"
319
 
320
+ #: adrotate-output.php:871
321
  msgid "Useful links to learn more about AdRotate"
322
  msgstr ""
323
 
324
+ #: adrotate-output.php:873
325
  msgid "AdRotate website"
326
  msgstr ""
327
 
328
+ #: adrotate-output.php:874
329
  #, fuzzy
330
  msgid "Getting Started With AdRotate"
331
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
332
 
333
+ #: adrotate-output.php:875
334
  #, fuzzy
335
  msgid "AdRotate manuals"
336
  msgstr "Πληροφορίες του AdRotate"
337
 
338
+ #: adrotate-output.php:876
339
  #, fuzzy
340
  msgid "AdRotate Support Forum"
341
  msgstr "Κατάστημα του AdRotate"
342
 
343
+ #: adrotate-output.php:913
344
  #, fuzzy
345
  msgid "Help AdRotate Grow"
346
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
347
 
348
+ #: adrotate-output.php:914 adrotate.php:152
349
  #, fuzzy
350
  msgid "AdRotate Professional"
351
  msgstr "AdRotate Pro"
352
 
353
+ #: adrotate-output.php:921
354
  msgid ""
355
  "Many users only think to review AdRotate when something goes wrong while "
356
  "thousands of people happily use AdRotate."
357
  msgstr ""
358
 
359
+ #: adrotate-output.php:921
360
  msgid "If you find AdRotate useful please leave your"
361
  msgstr ""
362
 
363
+ #: adrotate-output.php:921
364
  msgid "rating"
365
  msgstr ""
366
 
367
+ #: adrotate-output.php:921
368
  #, fuzzy
369
  msgid "review"
370
  msgstr "Αξιολογήστε και σχολιάστε"
371
 
372
+ #: adrotate-output.php:921
373
  msgid "on WordPress.org to help AdRotate grow in a positive way"
374
  msgstr ""
375
 
376
+ #: adrotate-output.php:922
377
  msgid ""
378
  "Get more advanced features like Geo Targeting, scheduling and much more with "
379
  "AdRotate Pro."
380
  msgstr ""
381
 
382
+ #: adrotate-output.php:922
383
  msgid "Includes premium support and free updates!"
384
  msgstr ""
385
 
386
+ #: adrotate-output.php:922
387
  #, fuzzy
388
  #| msgid "Go Pro today"
389
  msgid "Get started today"
586
  msgid "Get more features"
587
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
588
 
 
 
 
 
 
 
589
  #: adrotate.php:474
590
  msgid "AdRotate Settings"
591
  msgstr "Ρυθμίσεις AdRotate"
613
  msgid "Geo Targeting"
614
  msgstr "Γεωγραφική Στόχευση"
615
 
616
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
617
  msgid "Advertisers"
618
  msgstr "Διαφημιζόμενοι"
619
 
668
  msgstr ""
669
 
670
  #: dashboard/adrotatepro.php:41
671
+ msgid "Get Fast Support almost all year round"
672
  msgstr ""
673
 
674
  #: dashboard/adrotatepro.php:44
675
  msgid ""
676
  "When you activate your AdRotate Pro license you can use fast and personal "
677
+ "email support. No more queueing up in the forums. AdRotate support takes "
678
+ "priority over the forums and is checked much more often than the forum. Get "
679
+ "a solution (usually) within two business days."
680
  msgstr ""
681
 
682
  #: dashboard/adrotatepro.php:48
715
  #: dashboard/adrotatepro.php:78
716
  msgid ""
717
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
718
+ "adverts expire or need your attention. Get notified when adverts expire, "
719
+ "have errors or when advertisers create new adverts. Select up to three email "
720
+ "addresses to be notified. Never miss an expiration date again."
721
  msgstr ""
722
 
723
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
734
  msgid "One WordPress installation."
735
  msgstr ""
736
 
737
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
738
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
739
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
740
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
741
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
742
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
743
+ #, fuzzy
744
+ msgid "Buy now"
745
+ msgstr "Λάβετε μέτρα τώρα"
746
+
747
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
748
+ #: dashboard/info.php:84
749
  msgid "Duo License"
750
  msgstr ""
751
 
754
  msgstr ""
755
 
756
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
757
+ #: dashboard/info.php:85
758
  msgid "Multi License"
759
  msgstr ""
760
 
764
  msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
765
 
766
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
767
+ #: dashboard/info.php:86
768
  #, fuzzy
769
  msgid "Developer License"
770
  msgstr "Αποσφαλμάτωση Προγραμματιστή"
774
  msgstr ""
775
 
776
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
777
+ #: dashboard/info.php:87
778
  msgid "Compare licenses"
779
  msgstr ""
780
 
786
  msgid "All Licenses"
787
  msgstr ""
788
 
789
+ #: dashboard/adrotatepro.php:98
790
  msgid "Lifetime License"
791
  msgstr ""
792
 
793
+ #: dashboard/adrotatepro.php:98
794
  msgid "Single installation."
795
  msgstr ""
796
 
797
+ #: dashboard/adrotatepro.php:99
798
  msgid "Up to 2 installations."
799
  msgstr ""
800
 
801
+ #: dashboard/adrotatepro.php:100
802
  msgid "Up to 10 installations."
803
  msgstr ""
804
 
805
+ #: dashboard/adrotatepro.php:101
806
  msgid "Up to 25 installations or multisite networks."
807
  msgstr ""
808
 
809
+ #: dashboard/adrotatepro.php:102
810
  msgid ""
811
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
812
  msgstr ""
813
 
814
+ #: dashboard/adrotatepro.php:103
815
  msgid "Not sure which license is for you?"
816
  msgstr ""
817
 
818
+ #: dashboard/adrotatepro.php:103
819
  msgid "Compare Licenses"
820
  msgstr ""
821
 
853
  msgid "Arnan de Gans News & Updates"
854
  msgstr ""
855
 
856
+ #: dashboard/info.php:91
857
+ msgid "AJdG Solutions Premium Support Group"
858
+ msgstr ""
859
+
860
+ #: dashboard/info.php:108
861
  msgid "Join the Media.net advertising network"
862
  msgstr ""
863
 
864
+ #: dashboard/info.php:123
865
  msgid "Sponsored offers"
866
  msgstr ""
867
 
868
+ #: dashboard/info.php:129
869
  msgid ""
870
  "These are affiliate banners, clicking them costs you nothing but it helps me "
871
  "and AdRotate a lot!"
2292
  #: dashboard/publisher/statistics-advert.php:109