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
2293
  #: dashboard/publisher/statistics-group.php:113
2294
  #: dashboard/publisher/statistics-main.php:72
2295
+ #: dashboard/settings/notifications.php:58
 
2296
  msgid "Note:"
2297
  msgstr "Σημείωση:"
2298
 
2369
 
2370
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2371
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2372
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2373
  #: dashboard/settings/statistics.php:73
2374
  msgid "Update Options"
2375
  msgstr "Επιλογές Ανανέωσης"
3025
  msgid "Email message."
3026
  msgstr "Ειδοποιήσεις Email"
3027
 
3028
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3029
  msgid "Test notification"
3030
  msgstr ""
3031
 
3032
+ #: dashboard/settings/notifications.php:31
3033
  msgid "Test"
3034
  msgstr "Δοκιμή"
3035
 
3036
+ #: dashboard/settings/notifications.php:31
3037
  msgid ""
3038
  "Send a test notification to enabled methods. Before you test, save the "
3039
  "options first!"
3040
  msgstr ""
3041
 
3042
+ #: dashboard/settings/notifications.php:36
3043
  msgid "Dashboard Banner"
3044
  msgstr ""
3045
 
3046
+ #: dashboard/settings/notifications.php:37
3047
  msgid ""
3048
  "These go in a dashboard banner visible to all users with access to AdRotate "
3049
  "on every WordPress dashboard page."
3050
  msgstr ""
3051
 
3052
+ #: dashboard/settings/notifications.php:40
3053
+ #: dashboard/settings/notifications.php:52
 
3054
  msgid "What"
3055
  msgstr ""
3056
 
3057
+ #: dashboard/settings/notifications.php:42
3058
  msgid "Expired adverts."
3059
  msgstr ""
3060
 
3061
+ #: dashboard/settings/notifications.php:43
3062
  msgid "Almost expired adverts."
3063
  msgstr ""
3064
 
3065
+ #: dashboard/settings/notifications.php:48
3066
  msgid "Email Message"
3067
  msgstr ""
3068
 
3069
+ #: dashboard/settings/notifications.php:48
 
3070
  msgid "Available in AdRotate Pro"
3071
  msgstr "Διαθέσιμο στο AdRotate Pro"
3072
 
3073
+ #: dashboard/settings/notifications.php:49
3074
  msgid ""
3075
  "Receive email notifications about what is happening with your AdRotate setup."
3076
  msgstr ""
3077
 
3078
+ #: dashboard/settings/notifications.php:54
 
3079
  msgid "Daily digest of any advert status other than normal."
3080
  msgstr ""
3081
 
3082
+ #: dashboard/settings/notifications.php:55
 
3083
  msgid "When you are running out of Geo Targeting Lookups."
3084
  msgstr ""
3085
 
3086
+ #: dashboard/settings/notifications.php:56
 
3087
  msgid "Any advertiser saving an advert in your moderation queue."
3088
  msgstr ""
3089
 
3090
+ #: dashboard/settings/notifications.php:57
 
3091
  #, fuzzy
3092
  msgid "A moderator approved an advert from the moderation queue."
3093
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
3094
 
3095
+ #: dashboard/settings/notifications.php:58
 
3096
  #, fuzzy
3097
  msgid "A moderator rejected an advert from the moderation queue."
3098
  msgstr "Έγκριση/Απόρριψη διαφημίσεων στην ουρά Ελέγχου"
3099
 
3100
+ #: dashboard/settings/notifications.php:58
 
3101
  msgid ""
3102
  "If you have a lot of activity with many advertisers adding/changing adverts "
3103
  "you may get a lot of messages!"
3104
  msgstr ""
3105
 
3106
+ #: dashboard/settings/notifications.php:58
3107
  msgid ""
3108
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3109
  "spammy. This may result in automated filters such as those used in services "
3112
  "start receiving notifications!"
3113
  msgstr ""
3114
 
3115
+ #: dashboard/settings/notifications.php:63
3116
  msgid "Publishers"
3117
  msgstr ""
3118
 
3119
+ #: dashboard/settings/notifications.php:66
3120
  msgid ""
3121
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3122
  "separated. This field may not be empty!"
3123
  msgstr ""
3124
 
3125
+ #: dashboard/settings/notifications.php:73
3126
  msgid ""
3127
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3128
  "This field may not be empty!"
3129
  msgstr ""
3130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3131
  #: dashboard/settings/roles.php:18
3132
  msgid "Who has access to what?"
3133
  msgstr ""
3280
  "Αυτός ο αριθμός δεν μπορεί να είναι κενός, αρνητικός ή να ξεπερνά το 3600 (1 "
3281
  "ώρα)."
3282
 
3283
+ #, fuzzy
3284
+ #~ msgid "Push Notifications"
3285
+ #~ msgstr "Ειδοποιήσεις"
3286
+
3287
+ #, fuzzy
3288
+ #~ msgid "User Key"
3289
+ #~ msgstr "πρόγραμμα περιήγησης"
3290
+
3291
  #, fuzzy
3292
  #~ msgid "More information..."
3293
  #~ msgstr "Περισσότερες πληροφορίες"
language/adrotate-en_US.mo CHANGED
Binary file
language/adrotate-en_US.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -239,124 +239,116 @@ msgstr ""
239
  msgid "Set up your banner folder"
240
  msgstr ""
241
 
242
- #: adrotate-output.php:697
243
  msgid "your attention:"
244
  msgstr ""
245
 
246
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
247
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
248
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
249
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
250
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
251
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
252
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
253
- #: dashboard/settings/geotargeting.php:40
254
- msgid "Buy now"
255
  msgstr ""
256
 
257
- #: adrotate-output.php:717
258
  msgid ""
259
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
260
- "<strong>PRO</strong> version and get more features."
261
  msgstr ""
262
 
263
- #: adrotate-output.php:717
264
  #, php-format
265
  msgid ""
266
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
267
  msgstr ""
268
 
269
- #: adrotate-output.php:717
270
  msgid "Thank you for your support!"
271
  msgstr ""
272
 
273
- #: adrotate-output.php:779
274
  msgid ""
275
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
276
  "menu. If you need help getting started take a look at the"
277
  msgstr ""
278
 
279
- #: adrotate-output.php:779
280
  msgid "manuals"
281
  msgstr ""
282
 
283
- #: adrotate-output.php:779 adrotate-output.php:864
284
  msgid "and"
285
  msgstr ""
286
 
287
- #: adrotate-output.php:779
288
  msgid "forums"
289
  msgstr ""
290
 
291
- #: adrotate-output.php:812
292
  msgid "Useful Links"
293
  msgstr ""
294
 
295
- #: adrotate-output.php:813
296
  msgid "Useful links to learn more about AdRotate"
297
  msgstr ""
298
 
299
- #: adrotate-output.php:815
300
  msgid "AdRotate website"
301
  msgstr ""
302
 
303
- #: adrotate-output.php:816
304
  msgid "Getting Started With AdRotate"
305
  msgstr ""
306
 
307
- #: adrotate-output.php:817
308
  msgid "AdRotate manuals"
309
  msgstr ""
310
 
311
- #: adrotate-output.php:818
312
  msgid "AdRotate Support Forum"
313
  msgstr ""
314
 
315
- #: adrotate-output.php:856
316
- #, fuzzy
317
  msgid "Help AdRotate Grow"
318
- msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
319
 
320
- #: adrotate-output.php:857 adrotate.php:152
321
  msgid "AdRotate Professional"
322
  msgstr ""
323
 
324
- #: adrotate-output.php:864
325
  msgid ""
326
  "Many users only think to review AdRotate when something goes wrong while "
327
  "thousands of people happily use AdRotate."
328
  msgstr ""
329
 
330
- #: adrotate-output.php:864
331
  msgid "If you find AdRotate useful please leave your"
332
  msgstr ""
333
 
334
- #: adrotate-output.php:864
335
  msgid "rating"
336
  msgstr ""
337
 
338
- #: adrotate-output.php:864
339
  msgid "review"
340
  msgstr ""
341
 
342
- #: adrotate-output.php:864
343
  msgid "on WordPress.org to help AdRotate grow in a positive way"
344
  msgstr ""
345
 
346
- #: adrotate-output.php:865
347
  msgid ""
348
  "Get more advanced features like Geo Targeting, scheduling and much more with "
349
  "AdRotate Pro."
350
  msgstr ""
351
 
352
- #: adrotate-output.php:865
353
  msgid "Includes premium support and free updates!"
354
  msgstr ""
355
 
356
- #: adrotate-output.php:865
357
- #, fuzzy
358
  msgid "Get started today"
359
- msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
360
 
361
  #: adrotate-statistics.php:155
362
  msgid "January"
@@ -544,11 +536,6 @@ msgstr ""
544
  msgid "Get more features"
545
  msgstr ""
546
 
547
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
548
- #, fuzzy
549
- msgid "Get AdRotate Pro"
550
- msgstr "Ciblez votre audience avec la géolocation dans AdRotate Pro"
551
-
552
  #: adrotate.php:474
553
  msgid "AdRotate Settings"
554
  msgstr ""
@@ -574,7 +561,7 @@ msgstr ""
574
  msgid "Geo Targeting"
575
  msgstr ""
576
 
577
- #: adrotate.php:483 dashboard/settings/notifications.php:72
578
  msgid "Advertisers"
579
  msgstr ""
580
 
@@ -628,15 +615,15 @@ msgid ""
628
  msgstr ""
629
 
630
  #: dashboard/adrotatepro.php:41
631
- msgid "Get Premium Support almost all year round"
632
  msgstr ""
633
 
634
  #: dashboard/adrotatepro.php:44
635
  msgid ""
636
  "When you activate your AdRotate Pro license you can use fast and personal "
637
- "email support. No more queueing up in the forums. AdRotate premium support "
638
- "takes priority over the forums and is checked much more often than the "
639
- "forum. Get a solution (usually) within one business day."
640
  msgstr ""
641
 
642
  #: dashboard/adrotatepro.php:48
@@ -675,9 +662,9 @@ msgstr ""
675
  #: dashboard/adrotatepro.php:78
676
  msgid ""
677
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
678
- "adverts expire or need your attention. Additionally, send push notifications "
679
- "to your iOS or Android device. Get notified when adverts expire, have errors "
680
- "or when advertisers create new adverts. Never miss an expiration date again."
681
  msgstr ""
682
 
683
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
@@ -693,8 +680,17 @@ msgstr ""
693
  msgid "One WordPress installation."
694
  msgstr ""
695
 
 
 
 
 
 
 
 
 
 
696
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
697
- #: dashboard/info.php:84 dashboard/info.php:91
698
  msgid "Duo License"
699
  msgstr ""
700
 
@@ -703,17 +699,16 @@ msgid "Two WordPress installations."
703
  msgstr ""
704
 
705
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
706
- #: dashboard/info.php:85 dashboard/info.php:92
707
  msgid "Multi License"
708
  msgstr ""
709
 
710
  #: dashboard/adrotatepro.php:88 dashboard/info.php:85
711
- #, fuzzy
712
  msgid "Five WordPress installations."
713
- msgstr "Obtenez de l'aide pour les installations"
714
 
715
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
716
- #: dashboard/info.php:86 dashboard/info.php:93
717
  msgid "Developer License"
718
  msgstr ""
719
 
@@ -722,7 +717,7 @@ msgid "Unlimited WordPress installations and/or networks."
722
  msgstr ""
723
 
724
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
725
- #: dashboard/info.php:87 dashboard/info.php:95
726
  msgid "Compare licenses"
727
  msgstr ""
728
 
@@ -734,36 +729,36 @@ msgstr ""
734
  msgid "All Licenses"
735
  msgstr ""
736
 
737
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
738
  msgid "Lifetime License"
739
  msgstr ""
740
 
741
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
742
  msgid "Single installation."
743
  msgstr ""
744
 
745
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
746
  msgid "Up to 2 installations."
747
  msgstr ""
748
 
749
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
750
  msgid "Up to 10 installations."
751
  msgstr ""
752
 
753
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
754
  msgid "Up to 25 installations or multisite networks."
755
  msgstr ""
756
 
757
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
758
  msgid ""
759
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
760
  msgstr ""
761
 
762
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
763
  msgid "Not sure which license is for you?"
764
  msgstr ""
765
 
766
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
767
  msgid "Compare Licenses"
768
  msgstr ""
769
 
@@ -801,15 +796,19 @@ msgstr ""
801
  msgid "Arnan de Gans News & Updates"
802
  msgstr ""
803
 
804
- #: dashboard/info.php:100
 
 
 
 
805
  msgid "Join the Media.net advertising network"
806
  msgstr ""
807
 
808
- #: dashboard/info.php:115
809
  msgid "Sponsored offers"
810
  msgstr ""
811
 
812
- #: dashboard/info.php:121
813
  msgid ""
814
  "These are affiliate banners, clicking them costs you nothing but it helps me "
815
  "and AdRotate a lot!"
@@ -1201,25 +1200,19 @@ msgid "Schedule your advert"
1201
  msgstr ""
1202
 
1203
  #: dashboard/publisher/adverts-edit.php:222
1204
- #, fuzzy
1205
  msgid ""
1206
  "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1207
  "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1208
  "hours. 6AM is 6:00 hours."
1209
  msgstr ""
1210
- "L'horaire utilise la mesure normalle de 24 heures. Quand vous êtes habitués "
1211
- "au système de AM/PM, gardez cela en tête : si l'heure de début ou de fin est "
1212
- "après midi, ajoutez 12 heures (par exemple, 2PM est égal à 14:00 et 6AM est "
1213
- "6:00). "
1214
 
1215
  #: dashboard/publisher/adverts-edit.php:226
1216
  msgid "Start date"
1217
  msgstr ""
1218
 
1219
  #: dashboard/publisher/adverts-edit.php:230
1220
- #, fuzzy
1221
  msgid "End date"
1222
- msgstr "Publicité mise à jour"
1223
 
1224
  #: dashboard/publisher/adverts-edit.php:236
1225
  msgid "Start time (hh:mm)"
@@ -1498,9 +1491,8 @@ msgid ""
1498
  msgstr ""
1499
 
1500
  #: dashboard/publisher/adverts-generator.php:59
1501
- #, fuzzy
1502
  msgid "Target website"
1503
- msgstr "Magasin AdRotate"
1504
 
1505
  #: dashboard/publisher/adverts-generator.php:61
1506
  msgid "Where does the person clicking the advert go?"
@@ -1521,9 +1513,8 @@ msgid "Open the target website in a new window?"
1521
  msgstr ""
1522
 
1523
  #: dashboard/publisher/adverts-generator.php:71
1524
- #, fuzzy
1525
  msgid "NoFollow"
1526
- msgstr "Suivre"
1527
 
1528
  #: dashboard/publisher/adverts-generator.php:73
1529
  msgid "Tell crawlers and search engines not to follow the target website url?"
@@ -1975,9 +1966,8 @@ msgid "Upload new file"
1975
  msgstr ""
1976
 
1977
  #: dashboard/publisher/media.php:18
1978
- #, fuzzy
1979
  msgid "Accepted files:"
1980
- msgstr "Utilisez %image% dans le code. Les fichiers acceptés sont :"
1981
 
1982
  #: dashboard/publisher/media.php:18
1983
  msgid "Maximum size is 512Kb per file."
@@ -2102,9 +2092,8 @@ msgstr ""
2102
  #: dashboard/publisher/statistics-advert.php:46
2103
  #: dashboard/publisher/statistics-group.php:53
2104
  #: dashboard/publisher/statistics-main.php:19
2105
- #, fuzzy
2106
  msgid "All time"
2107
- msgstr "Interval de clicks"
2108
 
2109
  #: dashboard/publisher/statistics-advert.php:51
2110
  #: dashboard/publisher/statistics-advert.php:57
@@ -2138,8 +2127,7 @@ msgstr ""
2138
  #: dashboard/publisher/statistics-advert.php:109
2139
  #: dashboard/publisher/statistics-group.php:113
2140
  #: dashboard/publisher/statistics-main.php:72
2141
- #: dashboard/settings/notifications.php:60
2142
- #: dashboard/settings/notifications.php:90
2143
  msgid "Note:"
2144
  msgstr ""
2145
 
@@ -2213,7 +2201,7 @@ msgstr ""
2213
 
2214
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2215
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2216
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2217
  #: dashboard/settings/statistics.php:73
2218
  msgid "Update Options"
2219
  msgstr ""
@@ -2534,13 +2522,10 @@ msgid ""
2534
  msgstr ""
2535
 
2536
  #: dashboard/settings/maintenance.php:33
2537
- #, fuzzy
2538
  msgid ""
2539
  "Additionally you can delete statistics and/or unused export files. This will "
2540
  "improve the speed of your site."
2541
  msgstr ""
2542
- "En outre, vous pouvez nettoyer les anciennes statistiques. Cela permettre "
2543
- "d'améliorer la vitesse de votre site."
2544
 
2545
  #: dashboard/settings/maintenance.php:37
2546
  msgid "Re-evaluate Ads"
@@ -2602,9 +2587,8 @@ msgid "View advert specs and (some) stats in the dashboard."
2602
  msgstr ""
2603
 
2604
  #: dashboard/settings/maintenance.php:54
2605
- #, fuzzy
2606
  msgid "Disable timers for clicks and impressions."
2607
- msgstr "Suivi des clicks et des impressions."
2608
 
2609
  #: dashboard/settings/maintenance.php:55
2610
  msgid "Temporarily disable encryption on the redirect url."
@@ -2721,9 +2705,8 @@ msgid "Make sure you have a database backup!"
2721
  msgstr ""
2722
 
2723
  #: dashboard/settings/maintenance.php:110
2724
- #, fuzzy
2725
  msgid "Run updater"
2726
- msgstr "Publicité mise à jour"
2727
 
2728
  #: dashboard/settings/misc.php:16
2729
  msgid "Miscellaneous"
@@ -2782,9 +2765,8 @@ msgid "Borlabs Cache"
2782
  msgstr ""
2783
 
2784
  #: dashboard/settings/misc.php:38
2785
- #, fuzzy
2786
  msgid "Check this box if you use Borlabs Caching on your site."
2787
- msgstr "Cochez cette option si vous utilisez WP Super Cache sur votre site."
2788
 
2789
  #: dashboard/settings/misc.php:42
2790
  msgid ""
@@ -2814,107 +2796,83 @@ msgstr ""
2814
  msgid "Email message."
2815
  msgstr ""
2816
 
2817
- #: dashboard/settings/notifications.php:26
2818
- msgid "Push notifications to your smartphone."
2819
- msgstr ""
2820
-
2821
- #: dashboard/settings/notifications.php:27
2822
- msgid ""
2823
- "Push notifications are delivered through Pushover, a notification service "
2824
- "for Android and iOS"
2825
- msgstr ""
2826
-
2827
- #: dashboard/settings/notifications.php:27
2828
- msgid ""
2829
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
2830
- "information can be found on the pushover website;"
2831
- msgstr ""
2832
-
2833
- #: dashboard/settings/notifications.php:31
2834
  msgid "Test notification"
2835
  msgstr ""
2836
 
2837
- #: dashboard/settings/notifications.php:33
2838
  msgid "Test"
2839
  msgstr ""
2840
 
2841
- #: dashboard/settings/notifications.php:33
2842
  msgid ""
2843
  "Send a test notification to enabled methods. Before you test, save the "
2844
  "options first!"
2845
  msgstr ""
2846
 
2847
- #: dashboard/settings/notifications.php:38
2848
  msgid "Dashboard Banner"
2849
  msgstr ""
2850
 
2851
- #: dashboard/settings/notifications.php:39
2852
  msgid ""
2853
  "These go in a dashboard banner visible to all users with access to AdRotate "
2854
  "on every WordPress dashboard page."
2855
  msgstr ""
2856
 
2857
- #: dashboard/settings/notifications.php:42
2858
- #: dashboard/settings/notifications.php:54
2859
- #: dashboard/settings/notifications.php:84
2860
  msgid "What"
2861
  msgstr ""
2862
 
2863
- #: dashboard/settings/notifications.php:44
2864
  msgid "Expired adverts."
2865
  msgstr ""
2866
 
2867
- #: dashboard/settings/notifications.php:45
2868
  msgid "Almost expired adverts."
2869
  msgstr ""
2870
 
2871
- #: dashboard/settings/notifications.php:50
2872
  msgid "Email Message"
2873
  msgstr ""
2874
 
2875
- #: dashboard/settings/notifications.php:50
2876
- #: dashboard/settings/notifications.php:80
2877
  msgid "Available in AdRotate Pro"
2878
  msgstr ""
2879
 
2880
- #: dashboard/settings/notifications.php:51
2881
  msgid ""
2882
  "Receive email notifications about what is happening with your AdRotate setup."
2883
  msgstr ""
2884
 
2885
- #: dashboard/settings/notifications.php:56
2886
- #: dashboard/settings/notifications.php:86
2887
  msgid "Daily digest of any advert status other than normal."
2888
  msgstr ""
2889
 
2890
- #: dashboard/settings/notifications.php:57
2891
- #: dashboard/settings/notifications.php:87
2892
  msgid "When you are running out of Geo Targeting Lookups."
2893
  msgstr ""
2894
 
2895
- #: dashboard/settings/notifications.php:58
2896
- #: dashboard/settings/notifications.php:88
2897
  msgid "Any advertiser saving an advert in your moderation queue."
2898
  msgstr ""
2899
 
2900
- #: dashboard/settings/notifications.php:59
2901
- #: dashboard/settings/notifications.php:89
2902
  msgid "A moderator approved an advert from the moderation queue."
2903
  msgstr ""
2904
 
2905
- #: dashboard/settings/notifications.php:60
2906
- #: dashboard/settings/notifications.php:90
2907
  msgid "A moderator rejected an advert from the moderation queue."
2908
  msgstr ""
2909
 
2910
- #: dashboard/settings/notifications.php:60
2911
- #: dashboard/settings/notifications.php:90
2912
  msgid ""
2913
  "If you have a lot of activity with many advertisers adding/changing adverts "
2914
  "you may get a lot of messages!"
2915
  msgstr ""
2916
 
2917
- #: dashboard/settings/notifications.php:60
2918
  msgid ""
2919
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
2920
  "spammy. This may result in automated filters such as those used in services "
@@ -2923,69 +2881,22 @@ msgid ""
2923
  "start receiving notifications!"
2924
  msgstr ""
2925
 
2926
- #: dashboard/settings/notifications.php:65
2927
  msgid "Publishers"
2928
  msgstr ""
2929
 
2930
- #: dashboard/settings/notifications.php:68
2931
  msgid ""
2932
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
2933
  "separated. This field may not be empty!"
2934
  msgstr ""
2935
 
2936
- #: dashboard/settings/notifications.php:75
2937
  msgid ""
2938
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
2939
  "This field may not be empty!"
2940
  msgstr ""
2941
 
2942
- #: dashboard/settings/notifications.php:80
2943
- msgid "Push Notifications"
2944
- msgstr ""
2945
-
2946
- #: dashboard/settings/notifications.php:81
2947
- msgid ""
2948
- "Receive information about what is happening with your AdRotate setup on your "
2949
- "smartphone via Pushover."
2950
- msgstr ""
2951
-
2952
- #: dashboard/settings/notifications.php:90
2953
- msgid ""
2954
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
2955
- "run out, you will not receive push notifications until the quota is reset! "
2956
- "Every message AdRotate sends, regardless of the number of receiving devices, "
2957
- "counts as one message."
2958
- msgstr ""
2959
-
2960
- #: dashboard/settings/notifications.php:95
2961
- msgid "User Key"
2962
- msgstr ""
2963
-
2964
- #: dashboard/settings/notifications.php:97
2965
- msgid "Get your user token"
2966
- msgstr ""
2967
-
2968
- #: dashboard/settings/notifications.php:97
2969
- #: dashboard/settings/notifications.php:103
2970
- msgid "here"
2971
- msgstr ""
2972
-
2973
- #: dashboard/settings/notifications.php:101
2974
- msgid "Api Token"
2975
- msgstr ""
2976
-
2977
- #: dashboard/settings/notifications.php:103
2978
- msgid "Create your"
2979
- msgstr ""
2980
-
2981
- #: dashboard/settings/notifications.php:103
2982
- msgid "App"
2983
- msgstr ""
2984
-
2985
- #: dashboard/settings/notifications.php:103
2986
- msgid "and get your API token"
2987
- msgstr ""
2988
-
2989
  #: dashboard/settings/roles.php:18
2990
  msgid "Who has access to what?"
2991
  msgstr ""
@@ -3454,16 +3365,6 @@ msgstr ""
3454
  #~ msgid "WP Super Cache"
3455
  #~ msgstr "WP Super Cache"
3456
 
3457
- #, fuzzy
3458
- #~ msgid ""
3459
- #~ "When you activate your AdRotate Pro license you are entitled to ticket "
3460
- #~ "support. AdRotate premium support which takes priority over the Forums "
3461
- #~ "and even email. Get a solution (usually) within a day."
3462
- #~ msgstr ""
3463
- #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
3464
- #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
3465
- #~ "Vous obtiendraient une solution (en général) dans la journée."
3466
-
3467
  #, fuzzy
3468
  #~ msgid ""
3469
  #~ "Schedule your adverts and set up advertising campaigns based on date "
@@ -3478,17 +3379,6 @@ msgstr ""
3478
  #~ msgid "Stay up-to-date with the notification system"
3479
  #~ msgstr "Restez à jour avec le système de notification"
3480
 
3481
- #, fuzzy
3482
- #~ msgid ""
3483
- #~ "Stay in touch with Email and/or push notifications. Get notified when "
3484
- #~ "adverts expire, have errors or when advertisers create new adverts. Never "
3485
- #~ "miss an expiration date again."
3486
- #~ msgstr ""
3487
- #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
3488
- #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
3489
- #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
3490
- #~ "d'expiration."
3491
-
3492
  #, fuzzy
3493
  #~ msgid "Title:"
3494
  #~ msgstr "Titre :"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:29+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: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
239
  msgid "Set up your banner folder"
240
  msgstr ""
241
 
242
+ #: adrotate-output.php:698
243
  msgid "your attention:"
244
  msgstr ""
245
 
246
+ #: adrotate-output.php:719 adrotate.php:447
247
+ #: dashboard/publisher/schedules-main.php:13
248
+ msgid "Get AdRotate Pro"
 
 
 
 
 
 
249
  msgstr ""
250
 
251
+ #: adrotate-output.php:720
252
  msgid ""
253
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
254
+ "Schedules and more..."
255
  msgstr ""
256
 
257
+ #: adrotate-output.php:720
258
  #, php-format
259
  msgid ""
260
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
261
  msgstr ""
262
 
263
+ #: adrotate-output.php:720
264
  msgid "Thank you for your support!"
265
  msgstr ""
266
 
267
+ #: adrotate-output.php:837
268
  msgid ""
269
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
270
  "menu. If you need help getting started take a look at the"
271
  msgstr ""
272
 
273
+ #: adrotate-output.php:837
274
  msgid "manuals"
275
  msgstr ""
276
 
277
+ #: adrotate-output.php:837 adrotate-output.php:921
278
  msgid "and"
279
  msgstr ""
280
 
281
+ #: adrotate-output.php:837
282
  msgid "forums"
283
  msgstr ""
284
 
285
+ #: adrotate-output.php:870
286
  msgid "Useful Links"
287
  msgstr ""
288
 
289
+ #: adrotate-output.php:871
290
  msgid "Useful links to learn more about AdRotate"
291
  msgstr ""
292
 
293
+ #: adrotate-output.php:873
294
  msgid "AdRotate website"
295
  msgstr ""
296
 
297
+ #: adrotate-output.php:874
298
  msgid "Getting Started With AdRotate"
299
  msgstr ""
300
 
301
+ #: adrotate-output.php:875
302
  msgid "AdRotate manuals"
303
  msgstr ""
304
 
305
+ #: adrotate-output.php:876
306
  msgid "AdRotate Support Forum"
307
  msgstr ""
308
 
309
+ #: adrotate-output.php:913
 
310
  msgid "Help AdRotate Grow"
311
+ msgstr ""
312
 
313
+ #: adrotate-output.php:914 adrotate.php:152
314
  msgid "AdRotate Professional"
315
  msgstr ""
316
 
317
+ #: adrotate-output.php:921
318
  msgid ""
319
  "Many users only think to review AdRotate when something goes wrong while "
320
  "thousands of people happily use AdRotate."
321
  msgstr ""
322
 
323
+ #: adrotate-output.php:921
324
  msgid "If you find AdRotate useful please leave your"
325
  msgstr ""
326
 
327
+ #: adrotate-output.php:921
328
  msgid "rating"
329
  msgstr ""
330
 
331
+ #: adrotate-output.php:921
332
  msgid "review"
333
  msgstr ""
334
 
335
+ #: adrotate-output.php:921
336
  msgid "on WordPress.org to help AdRotate grow in a positive way"
337
  msgstr ""
338
 
339
+ #: adrotate-output.php:922
340
  msgid ""
341
  "Get more advanced features like Geo Targeting, scheduling and much more with "
342
  "AdRotate Pro."
343
  msgstr ""
344
 
345
+ #: adrotate-output.php:922
346
  msgid "Includes premium support and free updates!"
347
  msgstr ""
348
 
349
+ #: adrotate-output.php:922
 
350
  msgid "Get started today"
351
+ msgstr ""
352
 
353
  #: adrotate-statistics.php:155
354
  msgid "January"
536
  msgid "Get more features"
537
  msgstr ""
538
 
 
 
 
 
 
539
  #: adrotate.php:474
540
  msgid "AdRotate Settings"
541
  msgstr ""
561
  msgid "Geo Targeting"
562
  msgstr ""
563
 
564
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
565
  msgid "Advertisers"
566
  msgstr ""
567
 
615
  msgstr ""
616
 
617
  #: dashboard/adrotatepro.php:41
618
+ msgid "Get Fast Support almost all year round"
619
  msgstr ""
620
 
621
  #: dashboard/adrotatepro.php:44
622
  msgid ""
623
  "When you activate your AdRotate Pro license you can use fast and personal "
624
+ "email support. No more queueing up in the forums. AdRotate support takes "
625
+ "priority over the forums and is checked much more often than the forum. Get "
626
+ "a solution (usually) within two business days."
627
  msgstr ""
628
 
629
  #: dashboard/adrotatepro.php:48
662
  #: dashboard/adrotatepro.php:78
663
  msgid ""
664
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
665
+ "adverts expire or need your attention. Get notified when adverts expire, "
666
+ "have errors or when advertisers create new adverts. Select up to three email "
667
+ "addresses to be notified. Never miss an expiration date again."
668
  msgstr ""
669
 
670
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
680
  msgid "One WordPress installation."
681
  msgstr ""
682
 
683
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
684
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
685
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
686
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
687
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
688
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
689
+ msgid "Buy now"
690
+ msgstr ""
691
+
692
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
693
+ #: dashboard/info.php:84
694
  msgid "Duo License"
695
  msgstr ""
696
 
699
  msgstr ""
700
 
701
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
702
+ #: dashboard/info.php:85
703
  msgid "Multi License"
704
  msgstr ""
705
 
706
  #: dashboard/adrotatepro.php:88 dashboard/info.php:85
 
707
  msgid "Five WordPress installations."
708
+ msgstr ""
709
 
710
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
711
+ #: dashboard/info.php:86
712
  msgid "Developer License"
713
  msgstr ""
714
 
717
  msgstr ""
718
 
719
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
720
+ #: dashboard/info.php:87
721
  msgid "Compare licenses"
722
  msgstr ""
723
 
729
  msgid "All Licenses"
730
  msgstr ""
731
 
732
+ #: dashboard/adrotatepro.php:98
733
  msgid "Lifetime License"
734
  msgstr ""
735
 
736
+ #: dashboard/adrotatepro.php:98
737
  msgid "Single installation."
738
  msgstr ""
739
 
740
+ #: dashboard/adrotatepro.php:99
741
  msgid "Up to 2 installations."
742
  msgstr ""
743
 
744
+ #: dashboard/adrotatepro.php:100
745
  msgid "Up to 10 installations."
746
  msgstr ""
747
 
748
+ #: dashboard/adrotatepro.php:101
749
  msgid "Up to 25 installations or multisite networks."
750
  msgstr ""
751
 
752
+ #: dashboard/adrotatepro.php:102
753
  msgid ""
754
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
755
  msgstr ""
756
 
757
+ #: dashboard/adrotatepro.php:103
758
  msgid "Not sure which license is for you?"
759
  msgstr ""
760
 
761
+ #: dashboard/adrotatepro.php:103
762
  msgid "Compare Licenses"
763
  msgstr ""
764
 
796
  msgid "Arnan de Gans News & Updates"
797
  msgstr ""
798
 
799
+ #: dashboard/info.php:91
800
+ msgid "AJdG Solutions Premium Support Group"
801
+ msgstr ""
802
+
803
+ #: dashboard/info.php:108
804
  msgid "Join the Media.net advertising network"
805
  msgstr ""
806
 
807
+ #: dashboard/info.php:123
808
  msgid "Sponsored offers"
809
  msgstr ""
810
 
811
+ #: dashboard/info.php:129
812
  msgid ""
813
  "These are affiliate banners, clicking them costs you nothing but it helps me "
814
  "and AdRotate a lot!"
1200
  msgstr ""
1201
 
1202
  #: dashboard/publisher/adverts-edit.php:222
 
1203
  msgid ""
1204
  "Time uses a 24 hour clock. When you're used to the AM/PM system keep this in "
1205
  "mind: If the start or end time is after lunch, add 12 hours. 2PM is 14:00 "
1206
  "hours. 6AM is 6:00 hours."
1207
  msgstr ""
 
 
 
 
1208
 
1209
  #: dashboard/publisher/adverts-edit.php:226
1210
  msgid "Start date"
1211
  msgstr ""
1212
 
1213
  #: dashboard/publisher/adverts-edit.php:230
 
1214
  msgid "End date"
1215
+ msgstr ""
1216
 
1217
  #: dashboard/publisher/adverts-edit.php:236
1218
  msgid "Start time (hh:mm)"
1491
  msgstr ""
1492
 
1493
  #: dashboard/publisher/adverts-generator.php:59
 
1494
  msgid "Target website"
1495
+ msgstr ""
1496
 
1497
  #: dashboard/publisher/adverts-generator.php:61
1498
  msgid "Where does the person clicking the advert go?"
1513
  msgstr ""
1514
 
1515
  #: dashboard/publisher/adverts-generator.php:71
 
1516
  msgid "NoFollow"
1517
+ msgstr ""
1518
 
1519
  #: dashboard/publisher/adverts-generator.php:73
1520
  msgid "Tell crawlers and search engines not to follow the target website url?"
1966
  msgstr ""
1967
 
1968
  #: dashboard/publisher/media.php:18
 
1969
  msgid "Accepted files:"
1970
+ msgstr ""
1971
 
1972
  #: dashboard/publisher/media.php:18
1973
  msgid "Maximum size is 512Kb per file."
2092
  #: dashboard/publisher/statistics-advert.php:46
2093
  #: dashboard/publisher/statistics-group.php:53
2094
  #: dashboard/publisher/statistics-main.php:19
 
2095
  msgid "All time"
2096
+ msgstr ""
2097
 
2098
  #: dashboard/publisher/statistics-advert.php:51
2099
  #: dashboard/publisher/statistics-advert.php:57
2127
  #: dashboard/publisher/statistics-advert.php:109
2128
  #: dashboard/publisher/statistics-group.php:113
2129
  #: dashboard/publisher/statistics-main.php:72
2130
+ #: dashboard/settings/notifications.php:58
 
2131
  msgid "Note:"
2132
  msgstr ""
2133
 
2201
 
2202
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2203
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2204
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2205
  #: dashboard/settings/statistics.php:73
2206
  msgid "Update Options"
2207
  msgstr ""
2522
  msgstr ""
2523
 
2524
  #: dashboard/settings/maintenance.php:33
 
2525
  msgid ""
2526
  "Additionally you can delete statistics and/or unused export files. This will "
2527
  "improve the speed of your site."
2528
  msgstr ""
 
 
2529
 
2530
  #: dashboard/settings/maintenance.php:37
2531
  msgid "Re-evaluate Ads"
2587
  msgstr ""
2588
 
2589
  #: dashboard/settings/maintenance.php:54
 
2590
  msgid "Disable timers for clicks and impressions."
2591
+ msgstr ""
2592
 
2593
  #: dashboard/settings/maintenance.php:55
2594
  msgid "Temporarily disable encryption on the redirect url."
2705
  msgstr ""
2706
 
2707
  #: dashboard/settings/maintenance.php:110
 
2708
  msgid "Run updater"
2709
+ msgstr ""
2710
 
2711
  #: dashboard/settings/misc.php:16
2712
  msgid "Miscellaneous"
2765
  msgstr ""
2766
 
2767
  #: dashboard/settings/misc.php:38
 
2768
  msgid "Check this box if you use Borlabs Caching on your site."
2769
+ msgstr ""
2770
 
2771
  #: dashboard/settings/misc.php:42
2772
  msgid ""
2796
  msgid "Email message."
2797
  msgstr ""
2798
 
2799
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2800
  msgid "Test notification"
2801
  msgstr ""
2802
 
2803
+ #: dashboard/settings/notifications.php:31
2804
  msgid "Test"
2805
  msgstr ""
2806
 
2807
+ #: dashboard/settings/notifications.php:31
2808
  msgid ""
2809
  "Send a test notification to enabled methods. Before you test, save the "
2810
  "options first!"
2811
  msgstr ""
2812
 
2813
+ #: dashboard/settings/notifications.php:36
2814
  msgid "Dashboard Banner"
2815
  msgstr ""
2816
 
2817
+ #: dashboard/settings/notifications.php:37
2818
  msgid ""
2819
  "These go in a dashboard banner visible to all users with access to AdRotate "
2820
  "on every WordPress dashboard page."
2821
  msgstr ""
2822
 
2823
+ #: dashboard/settings/notifications.php:40
2824
+ #: dashboard/settings/notifications.php:52
 
2825
  msgid "What"
2826
  msgstr ""
2827
 
2828
+ #: dashboard/settings/notifications.php:42
2829
  msgid "Expired adverts."
2830
  msgstr ""
2831
 
2832
+ #: dashboard/settings/notifications.php:43
2833
  msgid "Almost expired adverts."
2834
  msgstr ""
2835
 
2836
+ #: dashboard/settings/notifications.php:48
2837
  msgid "Email Message"
2838
  msgstr ""
2839
 
2840
+ #: dashboard/settings/notifications.php:48
 
2841
  msgid "Available in AdRotate Pro"
2842
  msgstr ""
2843
 
2844
+ #: dashboard/settings/notifications.php:49
2845
  msgid ""
2846
  "Receive email notifications about what is happening with your AdRotate setup."
2847
  msgstr ""
2848
 
2849
+ #: dashboard/settings/notifications.php:54
 
2850
  msgid "Daily digest of any advert status other than normal."
2851
  msgstr ""
2852
 
2853
+ #: dashboard/settings/notifications.php:55
 
2854
  msgid "When you are running out of Geo Targeting Lookups."
2855
  msgstr ""
2856
 
2857
+ #: dashboard/settings/notifications.php:56
 
2858
  msgid "Any advertiser saving an advert in your moderation queue."
2859
  msgstr ""
2860
 
2861
+ #: dashboard/settings/notifications.php:57
 
2862
  msgid "A moderator approved an advert from the moderation queue."
2863
  msgstr ""
2864
 
2865
+ #: dashboard/settings/notifications.php:58
 
2866
  msgid "A moderator rejected an advert from the moderation queue."
2867
  msgstr ""
2868
 
2869
+ #: dashboard/settings/notifications.php:58
 
2870
  msgid ""
2871
  "If you have a lot of activity with many advertisers adding/changing adverts "
2872
  "you may get a lot of messages!"
2873
  msgstr ""
2874
 
2875
+ #: dashboard/settings/notifications.php:58
2876
  msgid ""
2877
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
2878
  "spammy. This may result in automated filters such as those used in services "
2881
  "start receiving notifications!"
2882
  msgstr ""
2883
 
2884
+ #: dashboard/settings/notifications.php:63
2885
  msgid "Publishers"
2886
  msgstr ""
2887
 
2888
+ #: dashboard/settings/notifications.php:66
2889
  msgid ""
2890
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
2891
  "separated. This field may not be empty!"
2892
  msgstr ""
2893
 
2894
+ #: dashboard/settings/notifications.php:73
2895
  msgid ""
2896
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
2897
  "This field may not be empty!"
2898
  msgstr ""
2899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2900
  #: dashboard/settings/roles.php:18
2901
  msgid "Who has access to what?"
2902
  msgstr ""
3365
  #~ msgid "WP Super Cache"
3366
  #~ msgstr "WP Super Cache"
3367
 
 
 
 
 
 
 
 
 
 
 
3368
  #, fuzzy
3369
  #~ msgid ""
3370
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3379
  #~ msgid "Stay up-to-date with the notification system"
3380
  #~ msgstr "Restez à jour avec le système de notification"
3381
 
 
 
 
 
 
 
 
 
 
 
 
3382
  #, fuzzy
3383
  #~ msgid "Title:"
3384
  #~ msgstr "Titre :"
language/adrotate-es_ES.mo CHANGED
Binary file
language/adrotate-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate v 3.10.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -258,128 +258,123 @@ msgstr ""
258
  msgid "Set up your banner folder"
259
  msgstr "Carpeta Banner:"
260
 
261
- #: adrotate-output.php:697
262
  msgid "your attention:"
263
  msgstr ""
264
 
265
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
266
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
267
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
268
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
269
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
270
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
271
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
272
- #: dashboard/settings/geotargeting.php:40
273
  #, fuzzy
274
- msgid "Buy now"
275
- msgstr "Comprar"
 
276
 
277
- #: adrotate-output.php:717
278
  msgid ""
279
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
280
- "<strong>PRO</strong> version and get more features."
281
  msgstr ""
282
 
283
- #: adrotate-output.php:717
284
  #, php-format
285
  msgid ""
286
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
287
  msgstr ""
288
 
289
- #: adrotate-output.php:717
290
  #, fuzzy
291
  msgid "Thank you for your support!"
292
  msgstr "Esta notificación se le envía desde su página web"
293
 
294
- #: adrotate-output.php:779
295
  msgid ""
296
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
297
  "menu. If you need help getting started take a look at the"
298
  msgstr ""
299
 
300
- #: adrotate-output.php:779
301
  msgid "manuals"
302
  msgstr "manuales"
303
 
304
- #: adrotate-output.php:779 adrotate-output.php:864
305
  msgid "and"
306
  msgstr ""
307
 
308
- #: adrotate-output.php:779
309
  msgid "forums"
310
  msgstr ""
311
 
312
- #: adrotate-output.php:812
313
  #, fuzzy
314
  msgid "Useful Links"
315
  msgstr "Enlaces de interés"
316
 
317
- #: adrotate-output.php:813
318
  msgid "Useful links to learn more about AdRotate"
319
  msgstr ""
320
 
321
- #: adrotate-output.php:815
322
  msgid "AdRotate website"
323
  msgstr ""
324
 
325
- #: adrotate-output.php:816
326
  #, fuzzy
327
  msgid "Getting Started With AdRotate"
328
  msgstr "Obtenga más funciones con AdRotate Pro"
329
 
330
- #: adrotate-output.php:817
331
  #, fuzzy
332
  msgid "AdRotate manuals"
333
  msgstr "Información de AdRotate"
334
 
335
- #: adrotate-output.php:818
336
  #, fuzzy
337
  msgid "AdRotate Support Forum"
338
  msgstr "Tienda AdRotate"
339
 
340
- #: adrotate-output.php:856
341
  #, fuzzy
342
  msgid "Help AdRotate Grow"
343
  msgstr "Atascado con AdRotate? Yo te ayudaré!"
344
 
345
- #: adrotate-output.php:857 adrotate.php:152
346
  msgid "AdRotate Professional"
347
  msgstr "AdRotate Profesional"
348
 
349
- #: adrotate-output.php:864
350
  msgid ""
351
  "Many users only think to review AdRotate when something goes wrong while "
352
  "thousands of people happily use AdRotate."
353
  msgstr ""
354
 
355
- #: adrotate-output.php:864
356
  msgid "If you find AdRotate useful please leave your"
357
  msgstr ""
358
 
359
- #: adrotate-output.php:864
360
  msgid "rating"
361
  msgstr ""
362
 
363
- #: adrotate-output.php:864
364
  #, fuzzy
365
  msgid "review"
366
  msgstr "Revise el anuncio aquí:"
367
 
368
- #: adrotate-output.php:864
369
  msgid "on WordPress.org to help AdRotate grow in a positive way"
370
  msgstr ""
371
 
372
- #: adrotate-output.php:865
373
  msgid ""
374
  "Get more advanced features like Geo Targeting, scheduling and much more with "
375
  "AdRotate Pro."
376
  msgstr ""
377
 
378
- #: adrotate-output.php:865
379
  msgid "Includes premium support and free updates!"
380
  msgstr ""
381
 
382
- #: adrotate-output.php:865
383
  #, fuzzy
384
  msgid "Get started today"
385
  msgstr "Obtenga más funciones con AdRotate Pro"
@@ -584,12 +579,6 @@ msgstr ""
584
  msgid "Get more features"
585
  msgstr "Obtenga más funciones con AdRotate Pro"
586
 
587
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
588
- #, fuzzy
589
- #| msgid "AdRotate Pro"
590
- msgid "Get AdRotate Pro"
591
- msgstr "AdRotate Pro"
592
-
593
  #: adrotate.php:474
594
  msgid "AdRotate Settings"
595
  msgstr "Ajustes AdRotate"
@@ -617,7 +606,7 @@ msgstr "Estadísticas"
617
  msgid "Geo Targeting"
618
  msgstr "Geo Targeting"
619
 
620
- #: adrotate.php:483 dashboard/settings/notifications.php:72
621
  msgid "Advertisers"
622
  msgstr "Anunciantes"
623
 
@@ -675,16 +664,27 @@ msgid ""
675
  msgstr ""
676
 
677
  #: dashboard/adrotatepro.php:41
678
- msgid "Get Premium Support almost all year round"
 
 
679
  msgstr "Obtenga Soporte Premium completo durante todo el año"
680
 
681
  #: dashboard/adrotatepro.php:44
 
 
 
 
 
682
  msgid ""
683
  "When you activate your AdRotate Pro license you can use fast and personal "
684
- "email support. No more queueing up in the forums. AdRotate premium support "
685
- "takes priority over the forums and is checked much more often than the "
686
- "forum. Get a solution (usually) within one business day."
687
  msgstr ""
 
 
 
 
688
 
689
  #: dashboard/adrotatepro.php:48
690
  msgid "AdRotate is brought to you by"
@@ -720,12 +720,21 @@ msgid "Stay up-to-date with notifications"
720
  msgstr ""
721
 
722
  #: dashboard/adrotatepro.php:78
 
 
 
 
 
723
  msgid ""
724
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
725
- "adverts expire or need your attention. Additionally, send push notifications "
726
- "to your iOS or Android device. Get notified when adverts expire, have errors "
727
- "or when advertisers create new adverts. Never miss an expiration date again."
728
  msgstr ""
 
 
 
 
729
 
730
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
731
  #: dashboard/info.php:79
@@ -740,8 +749,18 @@ msgstr ""
740
  msgid "One WordPress installation."
741
  msgstr ""
742
 
 
 
 
 
 
 
 
 
 
 
743
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
744
- #: dashboard/info.php:84 dashboard/info.php:91
745
  msgid "Duo License"
746
  msgstr "Duo Licencia"
747
 
@@ -750,7 +769,7 @@ msgid "Two WordPress installations."
750
  msgstr ""
751
 
752
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
753
- #: dashboard/info.php:85 dashboard/info.php:92
754
  msgid "Multi License"
755
  msgstr "Multi Licencia"
756
 
@@ -761,7 +780,7 @@ msgid "Five WordPress installations."
761
  msgstr "Para una instalación de WordPress."
762
 
763
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
764
- #: dashboard/info.php:86 dashboard/info.php:93
765
  msgid "Developer License"
766
  msgstr "Developer Licencia"
767
 
@@ -770,7 +789,7 @@ msgid "Unlimited WordPress installations and/or networks."
770
  msgstr ""
771
 
772
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
773
- #: dashboard/info.php:87 dashboard/info.php:95
774
  msgid "Compare licenses"
775
  msgstr "Comparar licencias"
776
 
@@ -782,36 +801,36 @@ msgstr "No está seguro de que licencia es para usted? Comparelas..."
782
  msgid "All Licenses"
783
  msgstr "Todas las licencias"
784
 
785
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
786
  msgid "Lifetime License"
787
  msgstr ""
788
 
789
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
790
  msgid "Single installation."
791
  msgstr ""
792
 
793
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
794
  msgid "Up to 2 installations."
795
  msgstr ""
796
 
797
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
798
  msgid "Up to 10 installations."
799
  msgstr ""
800
 
801
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
802
  msgid "Up to 25 installations or multisite networks."
803
  msgstr ""
804
 
805
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
806
  msgid ""
807
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
808
  msgstr ""
809
 
810
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
811
  msgid "Not sure which license is for you?"
812
  msgstr ""
813
 
814
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
815
  msgid "Compare Licenses"
816
  msgstr ""
817
 
@@ -849,15 +868,19 @@ msgstr ""
849
  msgid "Arnan de Gans News & Updates"
850
  msgstr ""
851
 
852
- #: dashboard/info.php:100
 
 
 
 
853
  msgid "Join the Media.net advertising network"
854
  msgstr ""
855
 
856
- #: dashboard/info.php:115
857
  msgid "Sponsored offers"
858
  msgstr ""
859
 
860
- #: dashboard/info.php:121
861
  msgid ""
862
  "These are affiliate banners, clicking them costs you nothing but it helps me "
863
  "and AdRotate a lot!"
@@ -2266,8 +2289,7 @@ msgstr "Resumen mensual de clics e impresiones"
2266
  #: dashboard/publisher/statistics-advert.php:109
2267
  #: dashboard/publisher/statistics-group.php:113
2268
  #: dashboard/publisher/statistics-main.php:72
2269
- #: dashboard/settings/notifications.php:60
2270
- #: dashboard/settings/notifications.php:90
2271
  msgid "Note:"
2272
  msgstr "Nota:"
2273
 
@@ -2345,7 +2367,7 @@ msgstr ""
2345
 
2346
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2347
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2348
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2349
  #: dashboard/settings/statistics.php:73
2350
  msgid "Update Options"
2351
  msgstr "Actualizar Opciones"
@@ -2994,106 +3016,78 @@ msgstr ""
2994
  msgid "Email message."
2995
  msgstr "Mensaje de Correo eléctronico"
2996
 
2997
- #: dashboard/settings/notifications.php:26
2998
- msgid "Push notifications to your smartphone."
2999
- msgstr "Enviar Notificaciones a su smartphone."
3000
-
3001
- #: dashboard/settings/notifications.php:27
3002
- msgid ""
3003
- "Push notifications are delivered through Pushover, a notification service "
3004
- "for Android and iOS"
3005
- msgstr ""
3006
- "Las Notificaciones Push se entregan a través de Pushover, un servicio de "
3007
- "notificación para Android y iOS"
3008
-
3009
- #: dashboard/settings/notifications.php:27
3010
- msgid ""
3011
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3012
- "information can be found on the pushover website;"
3013
- msgstr ""
3014
- "La App Pushover se compra una sola vez, ya sea para Android y/o iOS. Puede "
3015
- "encontrar más información en la página web"
3016
-
3017
- #: dashboard/settings/notifications.php:31
3018
  msgid "Test notification"
3019
  msgstr ""
3020
 
3021
- #: dashboard/settings/notifications.php:33
3022
  msgid "Test"
3023
  msgstr ""
3024
 
3025
- #: dashboard/settings/notifications.php:33
3026
  msgid ""
3027
  "Send a test notification to enabled methods. Before you test, save the "
3028
  "options first!"
3029
  msgstr ""
3030
 
3031
- #: dashboard/settings/notifications.php:38
3032
  msgid "Dashboard Banner"
3033
  msgstr ""
3034
 
3035
- #: dashboard/settings/notifications.php:39
3036
  msgid ""
3037
  "These go in a dashboard banner visible to all users with access to AdRotate "
3038
  "on every WordPress dashboard page."
3039
  msgstr ""
3040
 
3041
- #: dashboard/settings/notifications.php:42
3042
- #: dashboard/settings/notifications.php:54
3043
- #: dashboard/settings/notifications.php:84
3044
  msgid "What"
3045
  msgstr ""
3046
 
3047
- #: dashboard/settings/notifications.php:44
3048
  msgid "Expired adverts."
3049
  msgstr ""
3050
 
3051
- #: dashboard/settings/notifications.php:45
3052
  msgid "Almost expired adverts."
3053
  msgstr ""
3054
 
3055
- #: dashboard/settings/notifications.php:50
3056
  msgid "Email Message"
3057
  msgstr ""
3058
 
3059
- #: dashboard/settings/notifications.php:50
3060
- #: dashboard/settings/notifications.php:80
3061
  msgid "Available in AdRotate Pro"
3062
  msgstr "Disponible en AdRotate Pro"
3063
 
3064
- #: dashboard/settings/notifications.php:51
3065
  msgid ""
3066
  "Receive email notifications about what is happening with your AdRotate setup."
3067
  msgstr ""
3068
 
3069
- #: dashboard/settings/notifications.php:56
3070
- #: dashboard/settings/notifications.php:86
3071
  msgid "Daily digest of any advert status other than normal."
3072
  msgstr "Resumen diario de cualquier estado de anuncio que no sea normal."
3073
 
3074
- #: dashboard/settings/notifications.php:57
3075
- #: dashboard/settings/notifications.php:87
3076
  msgid "When you are running out of Geo Targeting Lookups."
3077
  msgstr ""
3078
 
3079
- #: dashboard/settings/notifications.php:58
3080
- #: dashboard/settings/notifications.php:88
3081
  msgid "Any advertiser saving an advert in your moderation queue."
3082
  msgstr ""
3083
  "Cualquier anunciante puede guardar un anuncio en su cola de moderación."
3084
 
3085
- #: dashboard/settings/notifications.php:59
3086
- #: dashboard/settings/notifications.php:89
3087
  msgid "A moderator approved an advert from the moderation queue."
3088
  msgstr "Un moderador aprobó un anuncio de la cola de moderación."
3089
 
3090
- #: dashboard/settings/notifications.php:60
3091
- #: dashboard/settings/notifications.php:90
3092
  msgid "A moderator rejected an advert from the moderation queue."
3093
  msgstr "Un moderador rechazó un anuncio de la cola de moderación."
3094
 
3095
- #: dashboard/settings/notifications.php:60
3096
- #: dashboard/settings/notifications.php:90
3097
  msgid ""
3098
  "If you have a lot of activity with many advertisers adding/changing adverts "
3099
  "you may get a lot of messages!"
@@ -3101,7 +3095,7 @@ msgstr ""
3101
  "Si tiene una gran cantidad de actividad con muchos anunciantes que agregan o "
3102
  "cambian los anuncios usted puede recibir una gran cantidad de mensajes!"
3103
 
3104
- #: dashboard/settings/notifications.php:60
3105
  msgid ""
3106
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3107
  "spammy. This may result in automated filters such as those used in services "
@@ -3110,71 +3104,22 @@ msgid ""
3110
  "start receiving notifications!"
3111
  msgstr ""
3112
 
3113
- #: dashboard/settings/notifications.php:65
3114
  msgid "Publishers"
3115
  msgstr "Editores"
3116
 
3117
- #: dashboard/settings/notifications.php:68
3118
  msgid ""
3119
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3120
  "separated. This field may not be empty!"
3121
  msgstr ""
3122
 
3123
- #: dashboard/settings/notifications.php:75
3124
  msgid ""
3125
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3126
  "This field may not be empty!"
3127
  msgstr ""
3128
 
3129
- #: dashboard/settings/notifications.php:80
3130
- msgid "Push Notifications"
3131
- msgstr "Notificaciones Push"
3132
-
3133
- #: dashboard/settings/notifications.php:81
3134
- msgid ""
3135
- "Receive information about what is happening with your AdRotate setup on your "
3136
- "smartphone via Pushover."
3137
- msgstr ""
3138
- "Recibir información acerca de lo que está sucediendo con su configuración "
3139
- "AdRotate en su smartphone a través de Pushover."
3140
-
3141
- #: dashboard/settings/notifications.php:90
3142
- msgid ""
3143
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3144
- "run out, you will not receive push notifications until the quota is reset! "
3145
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3146
- "counts as one message."
3147
- msgstr ""
3148
-
3149
- #: dashboard/settings/notifications.php:95
3150
- msgid "User Key"
3151
- msgstr ""
3152
-
3153
- #: dashboard/settings/notifications.php:97
3154
- msgid "Get your user token"
3155
- msgstr ""
3156
-
3157
- #: dashboard/settings/notifications.php:97
3158
- #: dashboard/settings/notifications.php:103
3159
- msgid "here"
3160
- msgstr ""
3161
-
3162
- #: dashboard/settings/notifications.php:101
3163
- msgid "Api Token"
3164
- msgstr ""
3165
-
3166
- #: dashboard/settings/notifications.php:103
3167
- msgid "Create your"
3168
- msgstr ""
3169
-
3170
- #: dashboard/settings/notifications.php:103
3171
- msgid "App"
3172
- msgstr ""
3173
-
3174
- #: dashboard/settings/notifications.php:103
3175
- msgid "and get your API token"
3176
- msgstr ""
3177
-
3178
  #: dashboard/settings/roles.php:18
3179
  msgid "Who has access to what?"
3180
  msgstr "¿Quién tiene acceso a qué?"
@@ -3324,6 +3269,33 @@ msgid ""
3324
  msgstr ""
3325
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
3326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3327
  #~ msgid "More information..."
3328
  #~ msgstr "Más información..."
3329
 
@@ -3917,16 +3889,6 @@ msgstr ""
3917
  #~ "venda impresiones por areas generales. Esta información la proporciona "
3918
  #~ "Geo FreegeoIP (MaxMind) y GeoSelect."
3919
 
3920
- #~ msgid ""
3921
- #~ "When you activate your AdRotate Pro license you are entitled to ticket "
3922
- #~ "support. AdRotate premium support which takes priority over the Forums "
3923
- #~ "and even email. Get a solution (usually) within a day."
3924
- #~ msgstr ""
3925
- #~ "Al activar su licencia AdRotate Pro usted tiene derecho a tickets de "
3926
- #~ "soporte. El soporte Premium de AdRotate tiene prioridad respecto al de "
3927
- #~ "los foros e incluso al de correo electrónico. Obtenga una solución (por "
3928
- #~ "lo general) en un día."
3929
-
3930
  #~ msgid ""
3931
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3932
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
@@ -3939,16 +3901,6 @@ msgstr ""
3939
  #~ msgid "Stay up-to-date with the notification system"
3940
  #~ msgstr "Manténgase al día con el sistema de notificaciones"
3941
 
3942
- #~ msgid ""
3943
- #~ "Stay in touch with Email and/or push notifications. Get notified when "
3944
- #~ "adverts expire, have errors or when advertisers create new adverts. Never "
3945
- #~ "miss an expiration date again."
3946
- #~ msgstr ""
3947
- #~ "Mantente en contacto con el correo electrónico y/o las notificaciones "
3948
- #~ "push. Apúntate para saber cuándo expiran los anuncios, si tienen errores "
3949
- #~ "o cuando los anunciantes crean nuevos anuncios. Que no se te pase más "
3950
- #~ "ninguna fecha de expiración de tus anuncios."
3951
-
3952
  #~ msgid "Title:"
3953
  #~ msgstr "Título:"
3954
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate v 3.10.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:29+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:29+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
258
  msgid "Set up your banner folder"
259
  msgstr "Carpeta Banner:"
260
 
261
+ #: adrotate-output.php:698
262
  msgid "your attention:"
263
  msgstr ""
264
 
265
+ #: adrotate-output.php:719 adrotate.php:447
266
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
267
  #, fuzzy
268
+ #| msgid "AdRotate Pro"
269
+ msgid "Get AdRotate Pro"
270
+ msgstr "AdRotate Pro"
271
 
272
+ #: adrotate-output.php:720
273
  msgid ""
274
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
275
+ "Schedules and more..."
276
  msgstr ""
277
 
278
+ #: adrotate-output.php:720
279
  #, php-format
280
  msgid ""
281
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
282
  msgstr ""
283
 
284
+ #: adrotate-output.php:720
285
  #, fuzzy
286
  msgid "Thank you for your support!"
287
  msgstr "Esta notificación se le envía desde su página web"
288
 
289
+ #: adrotate-output.php:837
290
  msgid ""
291
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
292
  "menu. If you need help getting started take a look at the"
293
  msgstr ""
294
 
295
+ #: adrotate-output.php:837
296
  msgid "manuals"
297
  msgstr "manuales"
298
 
299
+ #: adrotate-output.php:837 adrotate-output.php:921
300
  msgid "and"
301
  msgstr ""
302
 
303
+ #: adrotate-output.php:837
304
  msgid "forums"
305
  msgstr ""
306
 
307
+ #: adrotate-output.php:870
308
  #, fuzzy
309
  msgid "Useful Links"
310
  msgstr "Enlaces de interés"
311
 
312
+ #: adrotate-output.php:871
313
  msgid "Useful links to learn more about AdRotate"
314
  msgstr ""
315
 
316
+ #: adrotate-output.php:873
317
  msgid "AdRotate website"
318
  msgstr ""
319
 
320
+ #: adrotate-output.php:874
321
  #, fuzzy
322
  msgid "Getting Started With AdRotate"
323
  msgstr "Obtenga más funciones con AdRotate Pro"
324
 
325
+ #: adrotate-output.php:875
326
  #, fuzzy
327
  msgid "AdRotate manuals"
328
  msgstr "Información de AdRotate"
329
 
330
+ #: adrotate-output.php:876
331
  #, fuzzy
332
  msgid "AdRotate Support Forum"
333
  msgstr "Tienda AdRotate"
334
 
335
+ #: adrotate-output.php:913
336
  #, fuzzy
337
  msgid "Help AdRotate Grow"
338
  msgstr "Atascado con AdRotate? Yo te ayudaré!"
339
 
340
+ #: adrotate-output.php:914 adrotate.php:152
341
  msgid "AdRotate Professional"
342
  msgstr "AdRotate Profesional"
343
 
344
+ #: adrotate-output.php:921
345
  msgid ""
346
  "Many users only think to review AdRotate when something goes wrong while "
347
  "thousands of people happily use AdRotate."
348
  msgstr ""
349
 
350
+ #: adrotate-output.php:921
351
  msgid "If you find AdRotate useful please leave your"
352
  msgstr ""
353
 
354
+ #: adrotate-output.php:921
355
  msgid "rating"
356
  msgstr ""
357
 
358
+ #: adrotate-output.php:921
359
  #, fuzzy
360
  msgid "review"
361
  msgstr "Revise el anuncio aquí:"
362
 
363
+ #: adrotate-output.php:921
364
  msgid "on WordPress.org to help AdRotate grow in a positive way"
365
  msgstr ""
366
 
367
+ #: adrotate-output.php:922
368
  msgid ""
369
  "Get more advanced features like Geo Targeting, scheduling and much more with "
370
  "AdRotate Pro."
371
  msgstr ""
372
 
373
+ #: adrotate-output.php:922
374
  msgid "Includes premium support and free updates!"
375
  msgstr ""
376
 
377
+ #: adrotate-output.php:922
378
  #, fuzzy
379
  msgid "Get started today"
380
  msgstr "Obtenga más funciones con AdRotate Pro"
579
  msgid "Get more features"
580
  msgstr "Obtenga más funciones con AdRotate Pro"
581
 
 
 
 
 
 
 
582
  #: adrotate.php:474
583
  msgid "AdRotate Settings"
584
  msgstr "Ajustes AdRotate"
606
  msgid "Geo Targeting"
607
  msgstr "Geo Targeting"
608
 
609
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
610
  msgid "Advertisers"
611
  msgstr "Anunciantes"
612
 
664
  msgstr ""
665
 
666
  #: dashboard/adrotatepro.php:41
667
+ #, fuzzy
668
+ #| msgid "Get Premium Support almost all year round"
669
+ msgid "Get Fast Support almost all year round"
670
  msgstr "Obtenga Soporte Premium completo durante todo el año"
671
 
672
  #: dashboard/adrotatepro.php:44
673
+ #, fuzzy
674
+ #| msgid ""
675
+ #| "When you activate your AdRotate Pro license you are entitled to ticket "
676
+ #| "support. AdRotate premium support which takes priority over the Forums "
677
+ #| "and even email. Get a solution (usually) within a day."
678
  msgid ""
679
  "When you activate your AdRotate Pro license you can use fast and personal "
680
+ "email support. No more queueing up in the forums. AdRotate support takes "
681
+ "priority over the forums and is checked much more often than the forum. Get "
682
+ "a solution (usually) within two business days."
683
  msgstr ""
684
+ "Al activar su licencia AdRotate Pro usted tiene derecho a tickets de "
685
+ "soporte. El soporte Premium de AdRotate tiene prioridad respecto al de los "
686
+ "foros e incluso al de correo electrónico. Obtenga una solución (por lo "
687
+ "general) en un día."
688
 
689
  #: dashboard/adrotatepro.php:48
690
  msgid "AdRotate is brought to you by"
720
  msgstr ""
721
 
722
  #: dashboard/adrotatepro.php:78
723
+ #, fuzzy
724
+ #| msgid ""
725
+ #| "Stay in touch with Email and/or push notifications. Get notified when "
726
+ #| "adverts expire, have errors or when advertisers create new adverts. Never "
727
+ #| "miss an expiration date again."
728
  msgid ""
729
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
730
+ "adverts expire or need your attention. Get notified when adverts expire, "
731
+ "have errors or when advertisers create new adverts. Select up to three email "
732
+ "addresses to be notified. Never miss an expiration date again."
733
  msgstr ""
734
+ "Mantente en contacto con el correo electrónico y/o las notificaciones push. "
735
+ "Apúntate para saber cuándo expiran los anuncios, si tienen errores o cuando "
736
+ "los anunciantes crean nuevos anuncios. Que no se te pase más ninguna fecha "
737
+ "de expiración de tus anuncios."
738
 
739
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
740
  #: dashboard/info.php:79
749
  msgid "One WordPress installation."
750
  msgstr ""
751
 
752
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
753
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
754
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
755
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
756
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
757
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
758
+ #, fuzzy
759
+ msgid "Buy now"
760
+ msgstr "Comprar"
761
+
762
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
763
+ #: dashboard/info.php:84
764
  msgid "Duo License"
765
  msgstr "Duo Licencia"
766
 
769
  msgstr ""
770
 
771
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
772
+ #: dashboard/info.php:85
773
  msgid "Multi License"
774
  msgstr "Multi Licencia"
775
 
780
  msgstr "Para una instalación de WordPress."
781
 
782
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
783
+ #: dashboard/info.php:86
784
  msgid "Developer License"
785
  msgstr "Developer Licencia"
786
 
789
  msgstr ""
790
 
791
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
792
+ #: dashboard/info.php:87
793
  msgid "Compare licenses"
794
  msgstr "Comparar licencias"
795
 
801
  msgid "All Licenses"
802
  msgstr "Todas las licencias"
803
 
804
+ #: dashboard/adrotatepro.php:98
805
  msgid "Lifetime License"
806
  msgstr ""
807
 
808
+ #: dashboard/adrotatepro.php:98
809
  msgid "Single installation."
810
  msgstr ""
811
 
812
+ #: dashboard/adrotatepro.php:99
813
  msgid "Up to 2 installations."
814
  msgstr ""
815
 
816
+ #: dashboard/adrotatepro.php:100
817
  msgid "Up to 10 installations."
818
  msgstr ""
819
 
820
+ #: dashboard/adrotatepro.php:101
821
  msgid "Up to 25 installations or multisite networks."
822
  msgstr ""
823
 
824
+ #: dashboard/adrotatepro.php:102
825
  msgid ""
826
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
827
  msgstr ""
828
 
829
+ #: dashboard/adrotatepro.php:103
830
  msgid "Not sure which license is for you?"
831
  msgstr ""
832
 
833
+ #: dashboard/adrotatepro.php:103
834
  msgid "Compare Licenses"
835
  msgstr ""
836
 
868
  msgid "Arnan de Gans News & Updates"
869
  msgstr ""
870
 
871
+ #: dashboard/info.php:91
872
+ msgid "AJdG Solutions Premium Support Group"
873
+ msgstr ""
874
+
875
+ #: dashboard/info.php:108
876
  msgid "Join the Media.net advertising network"
877
  msgstr ""
878
 
879
+ #: dashboard/info.php:123
880
  msgid "Sponsored offers"
881
  msgstr ""
882
 
883
+ #: dashboard/info.php:129
884
  msgid ""
885
  "These are affiliate banners, clicking them costs you nothing but it helps me "
886
  "and AdRotate a lot!"
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:58
 
2293
  msgid "Note:"
2294
  msgstr "Nota:"
2295
 
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:79 dashboard/settings/roles.php:55
2371
  #: dashboard/settings/statistics.php:73
2372
  msgid "Update Options"
2373
  msgstr "Actualizar Opciones"
3016
  msgid "Email message."
3017
  msgstr "Mensaje de Correo eléctronico"
3018
 
3019
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3020
  msgid "Test notification"
3021
  msgstr ""
3022
 
3023
+ #: dashboard/settings/notifications.php:31
3024
  msgid "Test"
3025
  msgstr ""
3026
 
3027
+ #: dashboard/settings/notifications.php:31
3028
  msgid ""
3029
  "Send a test notification to enabled methods. Before you test, save the "
3030
  "options first!"
3031
  msgstr ""
3032
 
3033
+ #: dashboard/settings/notifications.php:36
3034
  msgid "Dashboard Banner"
3035
  msgstr ""
3036
 
3037
+ #: dashboard/settings/notifications.php:37
3038
  msgid ""
3039
  "These go in a dashboard banner visible to all users with access to AdRotate "
3040
  "on every WordPress dashboard page."
3041
  msgstr ""
3042
 
3043
+ #: dashboard/settings/notifications.php:40
3044
+ #: dashboard/settings/notifications.php:52
 
3045
  msgid "What"
3046
  msgstr ""
3047
 
3048
+ #: dashboard/settings/notifications.php:42
3049
  msgid "Expired adverts."
3050
  msgstr ""
3051
 
3052
+ #: dashboard/settings/notifications.php:43
3053
  msgid "Almost expired adverts."
3054
  msgstr ""
3055
 
3056
+ #: dashboard/settings/notifications.php:48
3057
  msgid "Email Message"
3058
  msgstr ""
3059
 
3060
+ #: dashboard/settings/notifications.php:48
 
3061
  msgid "Available in AdRotate Pro"
3062
  msgstr "Disponible en AdRotate Pro"
3063
 
3064
+ #: dashboard/settings/notifications.php:49
3065
  msgid ""
3066
  "Receive email notifications about what is happening with your AdRotate setup."
3067
  msgstr ""
3068
 
3069
+ #: dashboard/settings/notifications.php:54
 
3070
  msgid "Daily digest of any advert status other than normal."
3071
  msgstr "Resumen diario de cualquier estado de anuncio que no sea normal."
3072
 
3073
+ #: dashboard/settings/notifications.php:55
 
3074
  msgid "When you are running out of Geo Targeting Lookups."
3075
  msgstr ""
3076
 
3077
+ #: dashboard/settings/notifications.php:56
 
3078
  msgid "Any advertiser saving an advert in your moderation queue."
3079
  msgstr ""
3080
  "Cualquier anunciante puede guardar un anuncio en su cola de moderación."
3081
 
3082
+ #: dashboard/settings/notifications.php:57
 
3083
  msgid "A moderator approved an advert from the moderation queue."
3084
  msgstr "Un moderador aprobó un anuncio de la cola de moderación."
3085
 
3086
+ #: dashboard/settings/notifications.php:58
 
3087
  msgid "A moderator rejected an advert from the moderation queue."
3088
  msgstr "Un moderador rechazó un anuncio de la cola de moderación."
3089
 
3090
+ #: dashboard/settings/notifications.php:58
 
3091
  msgid ""
3092
  "If you have a lot of activity with many advertisers adding/changing adverts "
3093
  "you may get a lot of messages!"
3095
  "Si tiene una gran cantidad de actividad con muchos anunciantes que agregan o "
3096
  "cambian los anuncios usted puede recibir una gran cantidad de mensajes!"
3097
 
3098
+ #: dashboard/settings/notifications.php:58
3099
  msgid ""
3100
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3101
  "spammy. This may result in automated filters such as those used in services "
3104
  "start receiving notifications!"
3105
  msgstr ""
3106
 
3107
+ #: dashboard/settings/notifications.php:63
3108
  msgid "Publishers"
3109
  msgstr "Editores"
3110
 
3111
+ #: dashboard/settings/notifications.php:66
3112
  msgid ""
3113
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3114
  "separated. This field may not be empty!"
3115
  msgstr ""
3116
 
3117
+ #: dashboard/settings/notifications.php:73
3118
  msgid ""
3119
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3120
  "This field may not be empty!"
3121
  msgstr ""
3122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3123
  #: dashboard/settings/roles.php:18
3124
  msgid "Who has access to what?"
3125
  msgstr "¿Quién tiene acceso a qué?"
3269
  msgstr ""
3270
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
3271
 
3272
+ #~ msgid "Push notifications to your smartphone."
3273
+ #~ msgstr "Enviar Notificaciones a su smartphone."
3274
+
3275
+ #~ msgid ""
3276
+ #~ "Push notifications are delivered through Pushover, a notification service "
3277
+ #~ "for Android and iOS"
3278
+ #~ msgstr ""
3279
+ #~ "Las Notificaciones Push se entregan a través de Pushover, un servicio de "
3280
+ #~ "notificación para Android y iOS"
3281
+
3282
+ #~ msgid ""
3283
+ #~ "The Pushover App is a one time purchase for either Android and/or iOS. "
3284
+ #~ "More information can be found on the pushover website;"
3285
+ #~ msgstr ""
3286
+ #~ "La App Pushover se compra una sola vez, ya sea para Android y/o iOS. "
3287
+ #~ "Puede encontrar más información en la página web"
3288
+
3289
+ #~ msgid "Push Notifications"
3290
+ #~ msgstr "Notificaciones Push"
3291
+
3292
+ #~ msgid ""
3293
+ #~ "Receive information about what is happening with your AdRotate setup on "
3294
+ #~ "your smartphone via Pushover."
3295
+ #~ msgstr ""
3296
+ #~ "Recibir información acerca de lo que está sucediendo con su configuración "
3297
+ #~ "AdRotate en su smartphone a través de Pushover."
3298
+
3299
  #~ msgid "More information..."
3300
  #~ msgstr "Más información..."
3301
 
3889
  #~ "venda impresiones por areas generales. Esta información la proporciona "
3890
  #~ "Geo FreegeoIP (MaxMind) y GeoSelect."
3891
 
 
 
 
 
 
 
 
 
 
 
3892
  #~ msgid ""
3893
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3894
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
3901
  #~ msgid "Stay up-to-date with the notification system"
3902
  #~ msgstr "Manténgase al día con el sistema de notificaciones"
3903
 
 
 
 
 
 
 
 
 
 
 
3904
  #~ msgid "Title:"
3905
  #~ msgstr "Título:"
3906
 
language/adrotate-fr_FR.mo CHANGED
Binary file
language/adrotate-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate 3.10.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: fr_FR\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -262,122 +262,118 @@ msgstr ""
262
  msgid "Set up your banner folder"
263
  msgstr "Dossier de bannières :"
264
 
265
- #: adrotate-output.php:697
266
  msgid "your attention:"
267
  msgstr ""
268
 
269
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
270
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
271
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
272
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
273
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
274
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
275
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
276
- #: dashboard/settings/geotargeting.php:40
277
- msgid "Buy now"
278
- msgstr ""
279
 
280
- #: adrotate-output.php:717
281
  msgid ""
282
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
283
- "<strong>PRO</strong> version and get more features."
284
  msgstr ""
285
 
286
- #: adrotate-output.php:717
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:717
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 "manuels"
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 ""
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 ""
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 ""
337
 
338
- #: adrotate-output.php:856
339
  #, fuzzy
340
  msgid "Help AdRotate Grow"
341
  msgstr "AdRotate Pro"
342
 
343
- #: adrotate-output.php:857 adrotate.php:152
344
  msgid "AdRotate Professional"
345
  msgstr "AdRotate professionel"
346
 
347
- #: adrotate-output.php:864
348
  msgid ""
349
  "Many users only think to review AdRotate when something goes wrong while "
350
  "thousands of people happily use AdRotate."
351
  msgstr ""
352
 
353
- #: adrotate-output.php:864
354
  msgid "If you find AdRotate useful please leave your"
355
  msgstr ""
356
 
357
- #: adrotate-output.php:864
358
  msgid "rating"
359
  msgstr ""
360
 
361
- #: adrotate-output.php:864
362
  #, fuzzy
363
  msgid "review"
364
  msgstr "En avant-première"
365
 
366
- #: adrotate-output.php:864
367
  msgid "on WordPress.org to help AdRotate grow in a positive way"
368
  msgstr ""
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 "AdRotate Pro"
383
  msgid "Get started today"
@@ -581,12 +577,6 @@ msgstr ""
581
  msgid "Get more features"
582
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
583
 
584
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
585
- #, fuzzy
586
- #| msgid "AdRotate Pro"
587
- msgid "Get AdRotate Pro"
588
- msgstr "AdRotate Pro"
589
-
590
  #: adrotate.php:474
591
  msgid "AdRotate Settings"
592
  msgstr "Paramètres de AdRotate"
@@ -614,7 +604,7 @@ msgstr "Statistiques"
614
  msgid "Geo Targeting"
615
  msgstr ""
616
 
617
- #: adrotate.php:483 dashboard/settings/notifications.php:72
618
  msgid "Advertisers"
619
  msgstr ""
620
 
@@ -673,16 +663,26 @@ msgid ""
673
  msgstr ""
674
 
675
  #: dashboard/adrotatepro.php:41
676
- msgid "Get Premium Support almost all year round"
 
 
677
  msgstr "Obtenez du soutien Premium pendant toute l'année"
678
 
679
  #: dashboard/adrotatepro.php:44
 
 
 
 
 
680
  msgid ""
681
  "When you activate your AdRotate Pro license you can use fast and personal "
682
- "email support. No more queueing up in the forums. AdRotate premium support "
683
- "takes priority over the forums and is checked much more often than the "
684
- "forum. Get a solution (usually) within one business day."
685
  msgstr ""
 
 
 
686
 
687
  #: dashboard/adrotatepro.php:48
688
  msgid "AdRotate is brought to you by"
@@ -718,12 +718,21 @@ msgid "Stay up-to-date with notifications"
718
  msgstr ""
719
 
720
  #: dashboard/adrotatepro.php:78
 
 
 
 
 
721
  msgid ""
722
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
723
- "adverts expire or need your attention. Additionally, send push notifications "
724
- "to your iOS or Android device. Get notified when adverts expire, have errors "
725
- "or when advertisers create new adverts. Never miss an expiration date again."
726
  msgstr ""
 
 
 
 
727
 
728
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
729
  #: dashboard/info.php:79
@@ -738,8 +747,17 @@ msgstr ""
738
  msgid "One WordPress installation."
739
  msgstr ""
740
 
 
 
 
 
 
 
 
 
 
741
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
742
- #: dashboard/info.php:84 dashboard/info.php:91
743
  msgid "Duo License"
744
  msgstr "Licence Duo"
745
 
@@ -748,7 +766,7 @@ msgid "Two WordPress installations."
748
  msgstr ""
749
 
750
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
751
- #: dashboard/info.php:85 dashboard/info.php:92
752
  msgid "Multi License"
753
  msgstr "Licence Multiple"
754
 
@@ -759,7 +777,7 @@ msgid "Five WordPress installations."
759
  msgstr "Pour une installation Wordpress."
760
 
761
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
762
- #: dashboard/info.php:86 dashboard/info.php:93
763
  msgid "Developer License"
764
  msgstr "Licence de Developpeur"
765
 
@@ -768,7 +786,7 @@ msgid "Unlimited WordPress installations and/or networks."
768
  msgstr ""
769
 
770
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
771
- #: dashboard/info.php:87 dashboard/info.php:95
772
  msgid "Compare licenses"
773
  msgstr "Comparer les licences"
774
 
@@ -781,36 +799,36 @@ msgstr ""
781
  msgid "All Licenses"
782
  msgstr "Toutes les licences"
783
 
784
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
785
  msgid "Lifetime License"
786
  msgstr ""
787
 
788
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
789
  msgid "Single installation."
790
  msgstr ""
791
 
792
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
793
  msgid "Up to 2 installations."
794
  msgstr ""
795
 
796
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
797
  msgid "Up to 10 installations."
798
  msgstr ""
799
 
800
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
801
  msgid "Up to 25 installations or multisite networks."
802
  msgstr ""
803
 
804
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
805
  msgid ""
806
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
807
  msgstr ""
808
 
809
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
810
  msgid "Not sure which license is for you?"
811
  msgstr ""
812
 
813
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
814
  msgid "Compare Licenses"
815
  msgstr ""
816
 
@@ -848,15 +866,19 @@ msgstr ""
848
  msgid "Arnan de Gans News & Updates"
849
  msgstr ""
850
 
851
- #: dashboard/info.php:100
 
 
 
 
852
  msgid "Join the Media.net advertising network"
853
  msgstr ""
854
 
855
- #: dashboard/info.php:115
856
  msgid "Sponsored offers"
857
  msgstr ""
858
 
859
- #: dashboard/info.php:121
860
  msgid ""
861
  "These are affiliate banners, clicking them costs you nothing but it helps me "
862
  "and AdRotate a lot!"
@@ -2247,8 +2269,7 @@ msgstr "Synthèse mensuelle de clics et d'impressions"
2247
  #: dashboard/publisher/statistics-advert.php:109
2248
  #: dashboard/publisher/statistics-group.php:113
2249
  #: dashboard/publisher/statistics-main.php:72
2250
- #: dashboard/settings/notifications.php:60
2251
- #: dashboard/settings/notifications.php:90
2252
  msgid "Note:"
2253
  msgstr "Note :"
2254
 
@@ -2324,7 +2345,7 @@ msgstr ""
2324
 
2325
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2326
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2327
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2328
  #: dashboard/settings/statistics.php:73
2329
  msgid "Update Options"
2330
  msgstr "Mettre à jour les options"
@@ -2966,107 +2987,83 @@ msgstr ""
2966
  msgid "Email message."
2967
  msgstr ""
2968
 
2969
- #: dashboard/settings/notifications.php:26
2970
- msgid "Push notifications to your smartphone."
2971
- msgstr ""
2972
-
2973
- #: dashboard/settings/notifications.php:27
2974
- msgid ""
2975
- "Push notifications are delivered through Pushover, a notification service "
2976
- "for Android and iOS"
2977
- msgstr ""
2978
-
2979
- #: dashboard/settings/notifications.php:27
2980
- msgid ""
2981
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
2982
- "information can be found on the pushover website;"
2983
- msgstr ""
2984
-
2985
- #: dashboard/settings/notifications.php:31
2986
  msgid "Test notification"
2987
  msgstr ""
2988
 
2989
- #: dashboard/settings/notifications.php:33
2990
  msgid "Test"
2991
  msgstr ""
2992
 
2993
- #: dashboard/settings/notifications.php:33
2994
  msgid ""
2995
  "Send a test notification to enabled methods. Before you test, save the "
2996
  "options first!"
2997
  msgstr ""
2998
 
2999
- #: dashboard/settings/notifications.php:38
3000
  msgid "Dashboard Banner"
3001
  msgstr ""
3002
 
3003
- #: dashboard/settings/notifications.php:39
3004
  msgid ""
3005
  "These go in a dashboard banner visible to all users with access to AdRotate "
3006
  "on every WordPress dashboard page."
3007
  msgstr ""
3008
 
3009
- #: dashboard/settings/notifications.php:42
3010
- #: dashboard/settings/notifications.php:54
3011
- #: dashboard/settings/notifications.php:84
3012
  msgid "What"
3013
  msgstr ""
3014
 
3015
- #: dashboard/settings/notifications.php:44
3016
  msgid "Expired adverts."
3017
  msgstr ""
3018
 
3019
- #: dashboard/settings/notifications.php:45
3020
  msgid "Almost expired adverts."
3021
  msgstr ""
3022
 
3023
- #: dashboard/settings/notifications.php:50
3024
  msgid "Email Message"
3025
  msgstr ""
3026
 
3027
- #: dashboard/settings/notifications.php:50
3028
- #: dashboard/settings/notifications.php:80
3029
  msgid "Available in AdRotate Pro"
3030
  msgstr "Disponible dans Adrotate Pro"
3031
 
3032
- #: dashboard/settings/notifications.php:51
3033
  msgid ""
3034
  "Receive email notifications about what is happening with your AdRotate setup."
3035
  msgstr ""
3036
 
3037
- #: dashboard/settings/notifications.php:56
3038
- #: dashboard/settings/notifications.php:86
3039
  msgid "Daily digest of any advert status other than normal."
3040
  msgstr ""
3041
 
3042
- #: dashboard/settings/notifications.php:57
3043
- #: dashboard/settings/notifications.php:87
3044
  msgid "When you are running out of Geo Targeting Lookups."
3045
  msgstr ""
3046
 
3047
- #: dashboard/settings/notifications.php:58
3048
- #: dashboard/settings/notifications.php:88
3049
  msgid "Any advertiser saving an advert in your moderation queue."
3050
  msgstr ""
3051
 
3052
- #: dashboard/settings/notifications.php:59
3053
- #: dashboard/settings/notifications.php:89
3054
  msgid "A moderator approved an advert from the moderation queue."
3055
  msgstr ""
3056
 
3057
- #: dashboard/settings/notifications.php:60
3058
- #: dashboard/settings/notifications.php:90
3059
  msgid "A moderator rejected an advert from the moderation queue."
3060
  msgstr ""
3061
 
3062
- #: dashboard/settings/notifications.php:60
3063
- #: dashboard/settings/notifications.php:90
3064
  msgid ""
3065
  "If you have a lot of activity with many advertisers adding/changing adverts "
3066
  "you may get a lot of messages!"
3067
  msgstr ""
3068
 
3069
- #: dashboard/settings/notifications.php:60
3070
  msgid ""
3071
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3072
  "spammy. This may result in automated filters such as those used in services "
@@ -3075,69 +3072,22 @@ msgid ""
3075
  "start receiving notifications!"
3076
  msgstr ""
3077
 
3078
- #: dashboard/settings/notifications.php:65
3079
  msgid "Publishers"
3080
  msgstr ""
3081
 
3082
- #: dashboard/settings/notifications.php:68
3083
  msgid ""
3084
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3085
  "separated. This field may not be empty!"
3086
  msgstr ""
3087
 
3088
- #: dashboard/settings/notifications.php:75
3089
  msgid ""
3090
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3091
  "This field may not be empty!"
3092
  msgstr ""
3093
 
3094
- #: dashboard/settings/notifications.php:80
3095
- msgid "Push Notifications"
3096
- msgstr ""
3097
-
3098
- #: dashboard/settings/notifications.php:81
3099
- msgid ""
3100
- "Receive information about what is happening with your AdRotate setup on your "
3101
- "smartphone via Pushover."
3102
- msgstr ""
3103
-
3104
- #: dashboard/settings/notifications.php:90
3105
- msgid ""
3106
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3107
- "run out, you will not receive push notifications until the quota is reset! "
3108
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3109
- "counts as one message."
3110
- msgstr ""
3111
-
3112
- #: dashboard/settings/notifications.php:95
3113
- msgid "User Key"
3114
- msgstr ""
3115
-
3116
- #: dashboard/settings/notifications.php:97
3117
- msgid "Get your user token"
3118
- msgstr ""
3119
-
3120
- #: dashboard/settings/notifications.php:97
3121
- #: dashboard/settings/notifications.php:103
3122
- msgid "here"
3123
- msgstr ""
3124
-
3125
- #: dashboard/settings/notifications.php:101
3126
- msgid "Api Token"
3127
- msgstr ""
3128
-
3129
- #: dashboard/settings/notifications.php:103
3130
- msgid "Create your"
3131
- msgstr ""
3132
-
3133
- #: dashboard/settings/notifications.php:103
3134
- msgid "App"
3135
- msgstr ""
3136
-
3137
- #: dashboard/settings/notifications.php:103
3138
- msgid "and get your API token"
3139
- msgstr ""
3140
-
3141
  #: dashboard/settings/roles.php:18
3142
  msgid "Who has access to what?"
3143
  msgstr "Qui a accès à quoi?"
@@ -3827,15 +3777,6 @@ msgstr ""
3827
  #~ "vendez des impressions par zone géographique. Celle-ci sont fournies par "
3828
  #~ "FreegeoIP (MaxMind) et GeoSelect."
3829
 
3830
- #~ msgid ""
3831
- #~ "When you activate your AdRotate Pro license you are entitled to ticket "
3832
- #~ "support. AdRotate premium support which takes priority over the Forums "
3833
- #~ "and even email. Get a solution (usually) within a day."
3834
- #~ msgstr ""
3835
- #~ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
3836
- #~ "assistance premium qui a la priorité sur les forums et même les e-mails. "
3837
- #~ "Vous obtiendraient une solution (en général) dans la journée."
3838
-
3839
  #~ msgid ""
3840
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3841
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
@@ -3848,16 +3789,6 @@ msgstr ""
3848
  #~ msgid "Stay up-to-date with the notification system"
3849
  #~ msgstr "Restez à jour avec le système de notification"
3850
 
3851
- #~ msgid ""
3852
- #~ "Stay in touch with Email and/or push notifications. Get notified when "
3853
- #~ "adverts expire, have errors or when advertisers create new adverts. Never "
3854
- #~ "miss an expiration date again."
3855
- #~ msgstr ""
3856
- #~ "Restez en contact avec Email et / ou les notifications push. Recevez des "
3857
- #~ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
3858
- #~ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
3859
- #~ "d'expiration."
3860
-
3861
  #~ msgid "Title:"
3862
  #~ msgstr "Titre :"
3863
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate 3.10.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: fr_FR\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
262
  msgid "Set up your banner folder"
263
  msgstr "Dossier de bannières :"
264
 
265
+ #: adrotate-output.php:698
266
  msgid "your attention:"
267
  msgstr ""
268
 
269
+ #: adrotate-output.php:719 adrotate.php:447
270
+ #: dashboard/publisher/schedules-main.php:13
271
+ #, fuzzy
272
+ #| msgid "AdRotate Pro"
273
+ msgid "Get AdRotate Pro"
274
+ msgstr "AdRotate Pro"
 
 
 
 
275
 
276
+ #: adrotate-output.php:720
277
  msgid ""
278
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
279
+ "Schedules and more..."
280
  msgstr ""
281
 
282
+ #: adrotate-output.php:720
283
  #, php-format
284
  msgid ""
285
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
286
  msgstr ""
287
 
288
+ #: adrotate-output.php:720
289
  msgid "Thank you for your support!"
290
  msgstr ""
291
 
292
+ #: adrotate-output.php:837
293
  msgid ""
294
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
295
  "menu. If you need help getting started take a look at the"
296
  msgstr ""
297
 
298
+ #: adrotate-output.php:837
299
  msgid "manuals"
300
  msgstr "manuels"
301
 
302
+ #: adrotate-output.php:837 adrotate-output.php:921
303
  msgid "and"
304
  msgstr ""
305
 
306
+ #: adrotate-output.php:837
307
  msgid "forums"
308
  msgstr ""
309
 
310
+ #: adrotate-output.php:870
311
  msgid "Useful Links"
312
  msgstr ""
313
 
314
+ #: adrotate-output.php:871
315
  msgid "Useful links to learn more about AdRotate"
316
  msgstr ""
317
 
318
+ #: adrotate-output.php:873
319
  msgid "AdRotate website"
320
  msgstr ""
321
 
322
+ #: adrotate-output.php:874
323
  msgid "Getting Started With AdRotate"
324
  msgstr ""
325
 
326
+ #: adrotate-output.php:875
327
  msgid "AdRotate manuals"
328
  msgstr ""
329
 
330
+ #: adrotate-output.php:876
331
  msgid "AdRotate Support Forum"
332
  msgstr ""
333
 
334
+ #: adrotate-output.php:913
335
  #, fuzzy
336
  msgid "Help AdRotate Grow"
337
  msgstr "AdRotate Pro"
338
 
339
+ #: adrotate-output.php:914 adrotate.php:152
340
  msgid "AdRotate Professional"
341
  msgstr "AdRotate professionel"
342
 
343
+ #: adrotate-output.php:921
344
  msgid ""
345
  "Many users only think to review AdRotate when something goes wrong while "
346
  "thousands of people happily use AdRotate."
347
  msgstr ""
348
 
349
+ #: adrotate-output.php:921
350
  msgid "If you find AdRotate useful please leave your"
351
  msgstr ""
352
 
353
+ #: adrotate-output.php:921
354
  msgid "rating"
355
  msgstr ""
356
 
357
+ #: adrotate-output.php:921
358
  #, fuzzy
359
  msgid "review"
360
  msgstr "En avant-première"
361
 
362
+ #: adrotate-output.php:921
363
  msgid "on WordPress.org to help AdRotate grow in a positive way"
364
  msgstr ""
365
 
366
+ #: adrotate-output.php:922
367
  msgid ""
368
  "Get more advanced features like Geo Targeting, scheduling and much more with "
369
  "AdRotate Pro."
370
  msgstr ""
371
 
372
+ #: adrotate-output.php:922
373
  msgid "Includes premium support and free updates!"
374
  msgstr ""
375
 
376
+ #: adrotate-output.php:922
377
  #, fuzzy
378
  #| msgid "AdRotate Pro"
379
  msgid "Get started today"
577
  msgid "Get more features"
578
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
579
 
 
 
 
 
 
 
580
  #: adrotate.php:474
581
  msgid "AdRotate Settings"
582
  msgstr "Paramètres de AdRotate"
604
  msgid "Geo Targeting"
605
  msgstr ""
606
 
607
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
608
  msgid "Advertisers"
609
  msgstr ""
610
 
663
  msgstr ""
664
 
665
  #: dashboard/adrotatepro.php:41
666
+ #, fuzzy
667
+ #| msgid "Get Premium Support almost all year round"
668
+ msgid "Get Fast Support almost all year round"
669
  msgstr "Obtenez du soutien Premium pendant toute l'année"
670
 
671
  #: dashboard/adrotatepro.php:44
672
+ #, fuzzy
673
+ #| msgid ""
674
+ #| "When you activate your AdRotate Pro license you are entitled to ticket "
675
+ #| "support. AdRotate premium support which takes priority over the Forums "
676
+ #| "and even email. Get a solution (usually) within a day."
677
  msgid ""
678
  "When you activate your AdRotate Pro license you can use fast and personal "
679
+ "email support. No more queueing up in the forums. AdRotate support takes "
680
+ "priority over the forums and is checked much more often than the forum. Get "
681
+ "a solution (usually) within two business days."
682
  msgstr ""
683
+ "Lorsque vous activez votre licence AdRotate Pro vous bénéficiez d'une "
684
+ "assistance premium qui a la priorité sur les forums et même les e-mails. "
685
+ "Vous obtiendraient une solution (en général) dans la journée."
686
 
687
  #: dashboard/adrotatepro.php:48
688
  msgid "AdRotate is brought to you by"
718
  msgstr ""
719
 
720
  #: dashboard/adrotatepro.php:78
721
+ #, fuzzy
722
+ #| msgid ""
723
+ #| "Stay in touch with Email and/or push notifications. Get notified when "
724
+ #| "adverts expire, have errors or when advertisers create new adverts. Never "
725
+ #| "miss an expiration date again."
726
  msgid ""
727
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
728
+ "adverts expire or need your attention. Get notified when adverts expire, "
729
+ "have errors or when advertisers create new adverts. Select up to three email "
730
+ "addresses to be notified. Never miss an expiration date again."
731
  msgstr ""
732
+ "Restez en contact avec Email et / ou les notifications push. Recevez des "
733
+ "messages quand les publicités expirent, ont des erreurs ou lorsque les "
734
+ "annonceurs créent de nouvelles annonces. Ne manquez plus jamais une date "
735
+ "d'expiration."
736
 
737
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
738
  #: dashboard/info.php:79
747
  msgid "One WordPress installation."
748
  msgstr ""
749
 
750
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
751
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
752
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
753
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
754
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
755
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
756
+ msgid "Buy now"
757
+ msgstr ""
758
+
759
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
760
+ #: dashboard/info.php:84
761
  msgid "Duo License"
762
  msgstr "Licence Duo"
763
 
766
  msgstr ""
767
 
768
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
769
+ #: dashboard/info.php:85
770
  msgid "Multi License"
771
  msgstr "Licence Multiple"
772
 
777
  msgstr "Pour une installation Wordpress."
778
 
779
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
780
+ #: dashboard/info.php:86
781
  msgid "Developer License"
782
  msgstr "Licence de Developpeur"
783
 
786
  msgstr ""
787
 
788
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
789
+ #: dashboard/info.php:87
790
  msgid "Compare licenses"
791
  msgstr "Comparer les licences"
792
 
799
  msgid "All Licenses"
800
  msgstr "Toutes les licences"
801
 
802
+ #: dashboard/adrotatepro.php:98
803
  msgid "Lifetime License"
804
  msgstr ""
805
 
806
+ #: dashboard/adrotatepro.php:98
807
  msgid "Single installation."
808
  msgstr ""
809
 
810
+ #: dashboard/adrotatepro.php:99
811
  msgid "Up to 2 installations."
812
  msgstr ""
813
 
814
+ #: dashboard/adrotatepro.php:100
815
  msgid "Up to 10 installations."
816
  msgstr ""
817
 
818
+ #: dashboard/adrotatepro.php:101
819
  msgid "Up to 25 installations or multisite networks."
820
  msgstr ""
821
 
822
+ #: dashboard/adrotatepro.php:102
823
  msgid ""
824
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
825
  msgstr ""
826
 
827
+ #: dashboard/adrotatepro.php:103
828
  msgid "Not sure which license is for you?"
829
  msgstr ""
830
 
831
+ #: dashboard/adrotatepro.php:103
832
  msgid "Compare Licenses"
833
  msgstr ""
834
 
866
  msgid "Arnan de Gans News & Updates"
867
  msgstr ""
868
 
869
+ #: dashboard/info.php:91
870
+ msgid "AJdG Solutions Premium Support Group"
871
+ msgstr ""
872
+
873
+ #: dashboard/info.php:108
874
  msgid "Join the Media.net advertising network"
875
  msgstr ""
876
 
877
+ #: dashboard/info.php:123
878
  msgid "Sponsored offers"
879
  msgstr ""
880
 
881
+ #: dashboard/info.php:129
882
  msgid ""
883
  "These are affiliate banners, clicking them costs you nothing but it helps me "
884
  "and AdRotate a lot!"
2269
  #: dashboard/publisher/statistics-advert.php:109
2270
  #: dashboard/publisher/statistics-group.php:113
2271
  #: dashboard/publisher/statistics-main.php:72
2272
+ #: dashboard/settings/notifications.php:58
 
2273
  msgid "Note:"
2274
  msgstr "Note :"
2275
 
2345
 
2346
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2347
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2348
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2349
  #: dashboard/settings/statistics.php:73
2350
  msgid "Update Options"
2351
  msgstr "Mettre à jour les options"
2987
  msgid "Email message."
2988
  msgstr ""
2989
 
2990
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2991
  msgid "Test notification"
2992
  msgstr ""
2993
 
2994
+ #: dashboard/settings/notifications.php:31
2995
  msgid "Test"
2996
  msgstr ""
2997
 
2998
+ #: dashboard/settings/notifications.php:31
2999
  msgid ""
3000
  "Send a test notification to enabled methods. Before you test, save the "
3001
  "options first!"
3002
  msgstr ""
3003
 
3004
+ #: dashboard/settings/notifications.php:36
3005
  msgid "Dashboard Banner"
3006
  msgstr ""
3007
 
3008
+ #: dashboard/settings/notifications.php:37
3009
  msgid ""
3010
  "These go in a dashboard banner visible to all users with access to AdRotate "
3011
  "on every WordPress dashboard page."
3012
  msgstr ""
3013
 
3014
+ #: dashboard/settings/notifications.php:40
3015
+ #: dashboard/settings/notifications.php:52
 
3016
  msgid "What"
3017
  msgstr ""
3018
 
3019
+ #: dashboard/settings/notifications.php:42
3020
  msgid "Expired adverts."
3021
  msgstr ""
3022
 
3023
+ #: dashboard/settings/notifications.php:43
3024
  msgid "Almost expired adverts."
3025
  msgstr ""
3026
 
3027
+ #: dashboard/settings/notifications.php:48
3028
  msgid "Email Message"
3029
  msgstr ""
3030
 
3031
+ #: dashboard/settings/notifications.php:48
 
3032
  msgid "Available in AdRotate Pro"
3033
  msgstr "Disponible dans Adrotate Pro"
3034
 
3035
+ #: dashboard/settings/notifications.php:49
3036
  msgid ""
3037
  "Receive email notifications about what is happening with your AdRotate setup."
3038
  msgstr ""
3039
 
3040
+ #: dashboard/settings/notifications.php:54
 
3041
  msgid "Daily digest of any advert status other than normal."
3042
  msgstr ""
3043
 
3044
+ #: dashboard/settings/notifications.php:55
 
3045
  msgid "When you are running out of Geo Targeting Lookups."
3046
  msgstr ""
3047
 
3048
+ #: dashboard/settings/notifications.php:56
 
3049
  msgid "Any advertiser saving an advert in your moderation queue."
3050
  msgstr ""
3051
 
3052
+ #: dashboard/settings/notifications.php:57
 
3053
  msgid "A moderator approved an advert from the moderation queue."
3054
  msgstr ""
3055
 
3056
+ #: dashboard/settings/notifications.php:58
 
3057
  msgid "A moderator rejected an advert from the moderation queue."
3058
  msgstr ""
3059
 
3060
+ #: dashboard/settings/notifications.php:58
 
3061
  msgid ""
3062
  "If you have a lot of activity with many advertisers adding/changing adverts "
3063
  "you may get a lot of messages!"
3064
  msgstr ""
3065
 
3066
+ #: dashboard/settings/notifications.php:58
3067
  msgid ""
3068
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3069
  "spammy. This may result in automated filters such as those used in services "
3072
  "start receiving notifications!"
3073
  msgstr ""
3074
 
3075
+ #: dashboard/settings/notifications.php:63
3076
  msgid "Publishers"
3077
  msgstr ""
3078
 
3079
+ #: dashboard/settings/notifications.php:66
3080
  msgid ""
3081
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3082
  "separated. This field may not be empty!"
3083
  msgstr ""
3084
 
3085
+ #: dashboard/settings/notifications.php:73
3086
  msgid ""
3087
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3088
  "This field may not be empty!"
3089
  msgstr ""
3090
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3091
  #: dashboard/settings/roles.php:18
3092
  msgid "Who has access to what?"
3093
  msgstr "Qui a accès à quoi?"
3777
  #~ "vendez des impressions par zone géographique. Celle-ci sont fournies par "
3778
  #~ "FreegeoIP (MaxMind) et GeoSelect."
3779
 
 
 
 
 
 
 
 
 
 
3780
  #~ msgid ""
3781
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3782
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
3789
  #~ msgid "Stay up-to-date with the notification system"
3790
  #~ msgstr "Restez à jour avec le système de notification"
3791
 
 
 
 
 
 
 
 
 
 
 
3792
  #~ msgid "Title:"
3793
  #~ msgstr "Titre :"
3794
 
language/adrotate-id_ID.mo CHANGED
Binary file
language/adrotate-id_ID.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: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id_ID\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
 
@@ -282,34 +282,24 @@ msgstr "Anda folder AdRotate Banner tidak dapat ditulis atau tidak ada."
282
  msgid "Set up your banner folder"
283
  msgstr "Къде се намират вашите рекламни банери?"
284
 
285
- #: adrotate-output.php:697
286
  msgid "your attention:"
287
  msgstr ""
288
 
289
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
290
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
291
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
292
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
293
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
294
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
295
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
296
- #: dashboard/settings/geotargeting.php:40
297
- msgid "Buy now"
298
- msgstr "Beli sekarang"
299
-
300
- #: adrotate-output.php:717
301
  #, fuzzy
302
- #| msgid ""
303
- #| "You've been using <strong>AdRotate</strong> for a while now. Why not "
304
- #| "upgrade to the <strong>PRO</strong> version"
 
 
305
  msgid ""
306
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
307
- "<strong>PRO</strong> version and get more features."
308
  msgstr ""
309
- "Anda telah menggunakan <strong> AdRotate </ strong> untuk sementara waktu "
310
- "sekarang. Mengapa tidak meng-upgrade ke <strong> PRO </ strong> versi"
311
 
312
- #: adrotate-output.php:717
313
  #, php-format
314
  msgid ""
315
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
@@ -317,13 +307,13 @@ msgstr ""
317
  "Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
318
  "lisensi AdRotate!"
319
 
320
- #: adrotate-output.php:717
321
  #, fuzzy
322
  #| msgid "Thank you for your purchase!"
323
  msgid "Thank you for your support!"
324
  msgstr "Terima kasih atas pembelian Anda!"
325
 
326
- #: adrotate-output.php:779
327
  msgid ""
328
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
329
  "menu. If you need help getting started take a look at the"
@@ -331,51 +321,51 @@ msgstr ""
331
  "Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
332
  "menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
333
 
334
- #: adrotate-output.php:779
335
  msgid "manuals"
336
  msgstr "manual"
337
 
338
- #: adrotate-output.php:779 adrotate-output.php:864
339
  msgid "and"
340
  msgstr "dan"
341
 
342
- #: adrotate-output.php:779
343
  msgid "forums"
344
  msgstr "forum"
345
 
346
- #: adrotate-output.php:812
347
  msgid "Useful Links"
348
  msgstr "Link berguna"
349
 
350
- #: adrotate-output.php:813
351
  msgid "Useful links to learn more about AdRotate"
352
  msgstr "link yang berguna untuk mempelajari lebih lanjut tentang AdRotate"
353
 
354
- #: adrotate-output.php:815
355
  msgid "AdRotate website"
356
  msgstr "situs AdRotate"
357
 
358
- #: adrotate-output.php:816
359
  msgid "Getting Started With AdRotate"
360
  msgstr "Memulai Dengan AdRotate"
361
 
362
- #: adrotate-output.php:817
363
  msgid "AdRotate manuals"
364
  msgstr "manual AdRotate"
365
 
366
- #: adrotate-output.php:818
367
  msgid "AdRotate Support Forum"
368
  msgstr "Forum Dukungan AdRotate"
369
 
370
- #: adrotate-output.php:856
371
  msgid "Help AdRotate Grow"
372
  msgstr "Помогнете за развитието на AdRotate"
373
 
374
- #: adrotate-output.php:857 adrotate.php:152
375
  msgid "AdRotate Professional"
376
  msgstr "AdRotate profesional"
377
 
378
- #: adrotate-output.php:864
379
  msgid ""
380
  "Many users only think to review AdRotate when something goes wrong while "
381
  "thousands of people happily use AdRotate."
@@ -384,36 +374,36 @@ msgstr ""
384
  "berjalan salah sementara ribuan orang dengan senang hati menggunakan "
385
  "AdRotate."
386
 
387
- #: adrotate-output.php:864
388
  msgid "If you find AdRotate useful please leave your"
389
  msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
390
 
391
- #: adrotate-output.php:864
392
  msgid "rating"
393
  msgstr "penilaian"
394
 
395
- #: adrotate-output.php:864
396
  msgid "review"
397
  msgstr "ulasan"
398
 
399
- #: adrotate-output.php:864
400
  #, fuzzy
401
  #| msgid "on WordPress.org to help AdRotate grow in a positive way"
402
  msgid "on WordPress.org to help AdRotate grow in a positive way"
403
  msgstr ""
404
  "di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
405
 
406
- #: adrotate-output.php:865
407
  msgid ""
408
  "Get more advanced features like Geo Targeting, scheduling and much more with "
409
  "AdRotate Pro."
410
  msgstr ""
411
 
412
- #: adrotate-output.php:865
413
  msgid "Includes premium support and free updates!"
414
  msgstr ""
415
 
416
- #: adrotate-output.php:865
417
  #, fuzzy
418
  #| msgid "Getting Started With AdRotate"
419
  msgid "Get started today"
@@ -623,12 +613,6 @@ msgstr ""
623
  msgid "Get more features"
624
  msgstr "Получете по-голяма функционалност с AdRotate Pro"
625
 
626
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
627
- #, fuzzy
628
- #| msgid "AdRotate Pro"
629
- msgid "Get AdRotate Pro"
630
- msgstr "AdRotate Pro"
631
-
632
  #: adrotate.php:474
633
  msgid "AdRotate Settings"
634
  msgstr "Pengaturan AdRotate"
@@ -656,7 +640,7 @@ msgstr "Statistik"
656
  msgid "Geo Targeting"
657
  msgstr "Geo Penargetan"
658
 
659
- #: adrotate.php:483 dashboard/settings/notifications.php:72
660
  msgid "Advertisers"
661
  msgstr "pengiklan"
662
 
@@ -724,15 +708,23 @@ msgstr ""
724
  "AdRotate Geo adalah layanan Geo Lookup eksklusif untuk AdRotate Pro pengguna."
725
 
726
  #: dashboard/adrotatepro.php:41
727
- msgid "Get Premium Support almost all year round"
 
 
728
  msgstr "Dapatkan Premium Dukungan hampir sepanjang tahun"
729
 
730
  #: dashboard/adrotatepro.php:44
 
 
 
 
 
 
731
  msgid ""
732
  "When you activate your AdRotate Pro license you can use fast and personal "
733
- "email support. No more queueing up in the forums. AdRotate premium support "
734
- "takes priority over the forums and is checked much more often than the "
735
- "forum. Get a solution (usually) within one business day."
736
  msgstr ""
737
  "Bila Anda mengaktifkan lisensi Pro AdRotate Anda Anda dapat menggunakan "
738
  "cepat dan pribadi dukungan email. Tidak ada lagi antri di forum. dukungan "
@@ -783,11 +775,18 @@ msgid "Stay up-to-date with notifications"
783
  msgstr "Tetap up-to-date dengan notifikasi"
784
 
785
  #: dashboard/adrotatepro.php:78
 
 
 
 
 
 
 
786
  msgid ""
787
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
788
- "adverts expire or need your attention. Additionally, send push notifications "
789
- "to your iOS or Android device. Get notified when adverts expire, have errors "
790
- "or when advertisers create new adverts. Never miss an expiration date again."
791
  msgstr ""
792
  "Tetap berhubungan dengan pemberitahuan Email. Memiliki AdRotate mengirimkan "
793
  "peringatan ketika iklan berakhir atau membutuhkan perhatian Anda. Selain "
@@ -809,8 +808,17 @@ msgstr "Lisensi tunggal"
809
  msgid "One WordPress installation."
810
  msgstr "Satu instalasi WordPress."
811
 
 
 
 
 
 
 
 
 
 
812
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
813
- #: dashboard/info.php:84 dashboard/info.php:91
814
  msgid "Duo License"
815
  msgstr "Duo Lisensi"
816
 
@@ -819,7 +827,7 @@ msgid "Two WordPress installations."
819
  msgstr "Dua instalasi WordPress."
820
 
821
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
822
- #: dashboard/info.php:85 dashboard/info.php:92
823
  msgid "Multi License"
824
  msgstr "multi License"
825
 
@@ -830,7 +838,7 @@ msgid "Five WordPress installations."
830
  msgstr "Satu instalasi WordPress."
831
 
832
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
833
- #: dashboard/info.php:86 dashboard/info.php:93
834
  msgid "Developer License"
835
  msgstr "Lisensi developer"
836
 
@@ -839,7 +847,7 @@ msgid "Unlimited WordPress installations and/or networks."
839
  msgstr "instalasi WordPress terbatas dan / atau jaringan."
840
 
841
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
842
- #: dashboard/info.php:87 dashboard/info.php:95
843
  msgid "Compare licenses"
844
  msgstr "bandingkan lisensi"
845
 
@@ -851,38 +859,38 @@ msgstr "Tidak yakin yang lisensi adalah untuk Anda? Membandingkan mereka..."
851
  msgid "All Licenses"
852
  msgstr "semua Lisensi"
853
 
854
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
855
  msgid "Lifetime License"
856
  msgstr "Lifetime License"
857
 
858
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
859
  msgid "Single installation."
860
  msgstr "instalasi tunggal."
861
 
862
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
863
  msgid "Up to 2 installations."
864
  msgstr "Sampai dengan 2 instalasi."
865
 
866
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
867
  msgid "Up to 10 installations."
868
  msgstr "Sampai dengan 10 instalasi."
869
 
870
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
871
  msgid "Up to 25 installations or multisite networks."
872
  msgstr "Sampai dengan 25 instalasi atau jaringan multisite."
873
 
874
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
875
  msgid ""
876
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
877
  msgstr ""
878
  "Langganan mendapatkan akses 1 tahun untuk update, dukungan email & AdRotate "
879
  "Geo."
880
 
881
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
882
  msgid "Not sure which license is for you?"
883
  msgstr "Tidak yakin yang lisensi adalah untuk Anda?"
884
 
885
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
886
  msgid "Compare Licenses"
887
  msgstr "bandingkan Lisensi"
888
 
@@ -922,15 +930,19 @@ msgstr ""
922
  msgid "Arnan de Gans News & Updates"
923
  msgstr ""
924
 
925
- #: dashboard/info.php:100
 
 
 
 
926
  msgid "Join the Media.net advertising network"
927
  msgstr ""
928
 
929
- #: dashboard/info.php:115
930
  msgid "Sponsored offers"
931
  msgstr ""
932
 
933
- #: dashboard/info.php:121
934
  msgid ""
935
  "These are affiliate banners, clicking them costs you nothing but it helps me "
936
  "and AdRotate a lot!"
@@ -2368,8 +2380,7 @@ msgstr "gambaran bulanan klik dan tayangan"
2368
  #: dashboard/publisher/statistics-advert.php:109
2369
  #: dashboard/publisher/statistics-group.php:113
2370
  #: dashboard/publisher/statistics-main.php:72
2371
- #: dashboard/settings/notifications.php:60
2372
- #: dashboard/settings/notifications.php:90
2373
  msgid "Note:"
2374
  msgstr "catatan:"
2375
 
@@ -2454,7 +2465,7 @@ msgstr ""
2454
 
2455
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2456
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2457
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2458
  #: dashboard/settings/statistics.php:73
2459
  msgid "Update Options"
2460
  msgstr "Update Options"
@@ -3164,35 +3175,15 @@ msgstr "spanduk dashboard."
3164
  msgid "Email message."
3165
  msgstr "pesan email."
3166
 
3167
- #: dashboard/settings/notifications.php:26
3168
- msgid "Push notifications to your smartphone."
3169
- msgstr "Pemberitahuan push ke smartphone Anda."
3170
-
3171
- #: dashboard/settings/notifications.php:27
3172
- msgid ""
3173
- "Push notifications are delivered through Pushover, a notification service "
3174
- "for Android and iOS"
3175
- msgstr ""
3176
- "pemberitahuan push disampaikan melalui Pushover, layanan notifikasi untuk "
3177
- "Android dan iOS"
3178
-
3179
- #: dashboard/settings/notifications.php:27
3180
- msgid ""
3181
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3182
- "information can be found on the pushover website;"
3183
- msgstr ""
3184
- "The Pushover App adalah pembelian satu kali untuk baik Android dan / atau "
3185
- "iOS. Informasi lebih lanjut dapat ditemukan di situs web pushover;"
3186
-
3187
- #: dashboard/settings/notifications.php:31
3188
  msgid "Test notification"
3189
  msgstr "uji pemberitahuan"
3190
 
3191
- #: dashboard/settings/notifications.php:33
3192
  msgid "Test"
3193
  msgstr "Uji"
3194
 
3195
- #: dashboard/settings/notifications.php:33
3196
  msgid ""
3197
  "Send a test notification to enabled methods. Before you test, save the "
3198
  "options first!"
@@ -3200,11 +3191,11 @@ msgstr ""
3200
  "Mengirimkan pemberitahuan tes untuk metode diaktifkan. Sebelum Anda menguji, "
3201
  "menyimpan pilihan pertama!"
3202
 
3203
- #: dashboard/settings/notifications.php:38
3204
  msgid "Dashboard Banner"
3205
  msgstr "dashboard Banner"
3206
 
3207
- #: dashboard/settings/notifications.php:39
3208
  msgid ""
3209
  "These go in a dashboard banner visible to all users with access to AdRotate "
3210
  "on every WordPress dashboard page."
@@ -3212,63 +3203,55 @@ msgstr ""
3212
  "Ini pergi di sebuah spanduk dashboard dilihat oleh semua pengguna dengan "
3213
  "akses ke AdRotate pada setiap halaman dashboard WordPress."
3214
 
3215
- #: dashboard/settings/notifications.php:42
3216
- #: dashboard/settings/notifications.php:54
3217
- #: dashboard/settings/notifications.php:84
3218
  msgid "What"
3219
  msgstr "Apa"
3220
 
3221
- #: dashboard/settings/notifications.php:44
3222
  msgid "Expired adverts."
3223
  msgstr "Iklan Expired."
3224
 
3225
- #: dashboard/settings/notifications.php:45
3226
  msgid "Almost expired adverts."
3227
  msgstr "Iklan Hampir kedaluwarsa."
3228
 
3229
- #: dashboard/settings/notifications.php:50
3230
  msgid "Email Message"
3231
  msgstr "email Pesan"
3232
 
3233
- #: dashboard/settings/notifications.php:50
3234
- #: dashboard/settings/notifications.php:80
3235
  msgid "Available in AdRotate Pro"
3236
  msgstr "Tersedia dalam AdRotate Pro"
3237
 
3238
- #: dashboard/settings/notifications.php:51
3239
  msgid ""
3240
  "Receive email notifications about what is happening with your AdRotate setup."
3241
  msgstr ""
3242
  "Menerima pemberitahuan email tentang apa yang terjadi dengan setup AdRotate "
3243
  "Anda."
3244
 
3245
- #: dashboard/settings/notifications.php:56
3246
- #: dashboard/settings/notifications.php:86
3247
  msgid "Daily digest of any advert status other than normal."
3248
  msgstr "Harian digest dari setiap Status iklan lain dari biasanya."
3249
 
3250
- #: dashboard/settings/notifications.php:57
3251
- #: dashboard/settings/notifications.php:87
3252
  msgid "When you are running out of Geo Targeting Lookups."
3253
  msgstr "Ketika Anda kehabisan Geo Penargetan lookup."
3254
 
3255
- #: dashboard/settings/notifications.php:58
3256
- #: dashboard/settings/notifications.php:88
3257
  msgid "Any advertiser saving an advert in your moderation queue."
3258
  msgstr "Setiap pengiklan menyimpan sebuah iklan dalam antrian moderasi Anda."
3259
 
3260
- #: dashboard/settings/notifications.php:59
3261
- #: dashboard/settings/notifications.php:89
3262
  msgid "A moderator approved an advert from the moderation queue."
3263
  msgstr "Seorang moderator menyetujui sebuah iklan dari antrian moderasi."
3264
 
3265
- #: dashboard/settings/notifications.php:60
3266
- #: dashboard/settings/notifications.php:90
3267
  msgid "A moderator rejected an advert from the moderation queue."
3268
  msgstr "Seorang moderator menolak iklan dari antrian moderasi."
3269
 
3270
- #: dashboard/settings/notifications.php:60
3271
- #: dashboard/settings/notifications.php:90
3272
  msgid ""
3273
  "If you have a lot of activity with many advertisers adding/changing adverts "
3274
  "you may get a lot of messages!"
@@ -3276,7 +3259,7 @@ msgstr ""
3276
  "Jika Anda memiliki banyak aktivitas dengan banyak pengiklan menambahkan / "
3277
  "mengubah iklan Anda mungkin mendapatkan banyak pesan!"
3278
 
3279
- #: dashboard/settings/notifications.php:60
3280
  msgid ""
3281
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3282
  "spammy. This may result in automated filters such as those used in services "
@@ -3290,11 +3273,11 @@ msgstr ""
3290
  "com memblokir server Anda. Pastikan Anda daftar putih alamat pengiriman di "
3291
  "akun email Anda setelah Anda mulai menerima notifikasi!"
3292
 
3293
- #: dashboard/settings/notifications.php:65
3294
  msgid "Publishers"
3295
  msgstr "Penerbit"
3296
 
3297
- #: dashboard/settings/notifications.php:68
3298
  msgid ""
3299
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3300
  "separated. This field may not be empty!"
@@ -3302,7 +3285,7 @@ msgstr ""
3302
  "Pesan dikirim sekali setiap 24 jam. Maksimal 5 alamat. Dipisahkan dengan "
3303
  "koma. Bidang ini mungkin tidak kosong!"
3304
 
3305
- #: dashboard/settings/notifications.php:75
3306
  msgid ""
3307
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3308
  "This field may not be empty!"
@@ -3310,59 +3293,6 @@ msgstr ""
3310
  "Yang mendapat email dari pengiklan. Maksimal 5 alamat. Dipisahkan dengan "
3311
  "koma. Bidang ini mungkin tidak kosong!"
3312
 
3313
- #: dashboard/settings/notifications.php:80
3314
- msgid "Push Notifications"
3315
- msgstr "Dorong Pemberitahuan"
3316
-
3317
- #: dashboard/settings/notifications.php:81
3318
- msgid ""
3319
- "Receive information about what is happening with your AdRotate setup on your "
3320
- "smartphone via Pushover."
3321
- msgstr ""
3322
- "Menerima informasi tentang apa yang terjadi dengan setup AdRotate Anda pada "
3323
- "smartphone Anda melalui Pushover."
3324
-
3325
- #: dashboard/settings/notifications.php:90
3326
- msgid ""
3327
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3328
- "run out, you will not receive push notifications until the quota is reset! "
3329
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3330
- "counts as one message."
3331
- msgstr ""
3332
- "Pushover memiliki batas bulanan 7500 pesan, ini harus banyak. Jika Anda "
3333
- "habis, Anda tidak akan menerima pemberitahuan push sampai kuota reset! "
3334
- "Setiap AdRotate pesan mengirimkan, terlepas dari jumlah perangkat yang "
3335
- "menerima, dianggap sebagai satu pesan."
3336
-
3337
- #: dashboard/settings/notifications.php:95
3338
- msgid "User Key"
3339
- msgstr "Kunci pengguna"
3340
-
3341
- #: dashboard/settings/notifications.php:97
3342
- msgid "Get your user token"
3343
- msgstr "Mendapatkan token pengguna Anda"
3344
-
3345
- #: dashboard/settings/notifications.php:97
3346
- #: dashboard/settings/notifications.php:103
3347
- msgid "here"
3348
- msgstr "sini"
3349
-
3350
- #: dashboard/settings/notifications.php:101
3351
- msgid "Api Token"
3352
- msgstr "Api Token"
3353
-
3354
- #: dashboard/settings/notifications.php:103
3355
- msgid "Create your"
3356
- msgstr "Buat Anda"
3357
-
3358
- #: dashboard/settings/notifications.php:103
3359
- msgid "App"
3360
- msgstr "Aplikasi"
3361
-
3362
- #: dashboard/settings/notifications.php:103
3363
- msgid "and get your API token"
3364
- msgstr "dan mendapatkan token API Anda"
3365
-
3366
  #: dashboard/settings/roles.php:18
3367
  msgid "Who has access to what?"
3368
  msgstr "Yang memiliki akses ke apa?"
@@ -3527,6 +3457,76 @@ msgstr ""
3527
  "Jumlah ini mungkin tidak kosong, lebih rendah dari 60 atau melebihi 86.400 "
3528
  "(24 jam)."
3529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3530
  #~ msgid "More information..."
3531
  #~ msgstr "Informasi lebih lanjut ..."
3532
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id_ID\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
 
282
  msgid "Set up your banner folder"
283
  msgstr "Къде се намират вашите рекламни банери?"
284
 
285
+ #: adrotate-output.php:698
286
  msgid "your attention:"
287
  msgstr ""
288
 
289
+ #: adrotate-output.php:719 adrotate.php:447
290
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
 
 
 
 
291
  #, fuzzy
292
+ #| msgid "AdRotate Pro"
293
+ msgid "Get AdRotate Pro"
294
+ msgstr "AdRotate Pro"
295
+
296
+ #: adrotate-output.php:720
297
  msgid ""
298
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
299
+ "Schedules and more..."
300
  msgstr ""
 
 
301
 
302
+ #: adrotate-output.php:720
303
  #, php-format
304
  msgid ""
305
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
307
  "Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
308
  "lisensi AdRotate!"
309
 
310
+ #: adrotate-output.php:720
311
  #, fuzzy
312
  #| msgid "Thank you for your purchase!"
313
  msgid "Thank you for your support!"
314
  msgstr "Terima kasih atas pembelian Anda!"
315
 
316
+ #: adrotate-output.php:837
317
  msgid ""
318
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
319
  "menu. If you need help getting started take a look at the"
321
  "Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
322
  "menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
323
 
324
+ #: adrotate-output.php:837
325
  msgid "manuals"
326
  msgstr "manual"
327
 
328
+ #: adrotate-output.php:837 adrotate-output.php:921
329
  msgid "and"
330
  msgstr "dan"
331
 
332
+ #: adrotate-output.php:837
333
  msgid "forums"
334
  msgstr "forum"
335
 
336
+ #: adrotate-output.php:870
337
  msgid "Useful Links"
338
  msgstr "Link berguna"
339
 
340
+ #: adrotate-output.php:871
341
  msgid "Useful links to learn more about AdRotate"
342
  msgstr "link yang berguna untuk mempelajari lebih lanjut tentang AdRotate"
343
 
344
+ #: adrotate-output.php:873
345
  msgid "AdRotate website"
346
  msgstr "situs AdRotate"
347
 
348
+ #: adrotate-output.php:874
349
  msgid "Getting Started With AdRotate"
350
  msgstr "Memulai Dengan AdRotate"
351
 
352
+ #: adrotate-output.php:875
353
  msgid "AdRotate manuals"
354
  msgstr "manual AdRotate"
355
 
356
+ #: adrotate-output.php:876
357
  msgid "AdRotate Support Forum"
358
  msgstr "Forum Dukungan AdRotate"
359
 
360
+ #: adrotate-output.php:913
361
  msgid "Help AdRotate Grow"
362
  msgstr "Помогнете за развитието на AdRotate"
363
 
364
+ #: adrotate-output.php:914 adrotate.php:152
365
  msgid "AdRotate Professional"
366
  msgstr "AdRotate profesional"
367
 
368
+ #: adrotate-output.php:921
369
  msgid ""
370
  "Many users only think to review AdRotate when something goes wrong while "
371
  "thousands of people happily use AdRotate."
374
  "berjalan salah sementara ribuan orang dengan senang hati menggunakan "
375
  "AdRotate."
376
 
377
+ #: adrotate-output.php:921
378
  msgid "If you find AdRotate useful please leave your"
379
  msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
380
 
381
+ #: adrotate-output.php:921
382
  msgid "rating"
383
  msgstr "penilaian"
384
 
385
+ #: adrotate-output.php:921
386
  msgid "review"
387
  msgstr "ulasan"
388
 
389
+ #: adrotate-output.php:921
390
  #, fuzzy
391
  #| msgid "on WordPress.org to help AdRotate grow in a positive way"
392
  msgid "on WordPress.org to help AdRotate grow in a positive way"
393
  msgstr ""
394
  "di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
395
 
396
+ #: adrotate-output.php:922
397
  msgid ""
398
  "Get more advanced features like Geo Targeting, scheduling and much more with "
399
  "AdRotate Pro."
400
  msgstr ""
401
 
402
+ #: adrotate-output.php:922
403
  msgid "Includes premium support and free updates!"
404
  msgstr ""
405
 
406
+ #: adrotate-output.php:922
407
  #, fuzzy
408
  #| msgid "Getting Started With AdRotate"
409
  msgid "Get started today"
613
  msgid "Get more features"
614
  msgstr "Получете по-голяма функционалност с AdRotate Pro"
615
 
 
 
 
 
 
 
616
  #: adrotate.php:474
617
  msgid "AdRotate Settings"
618
  msgstr "Pengaturan AdRotate"
640
  msgid "Geo Targeting"
641
  msgstr "Geo Penargetan"
642
 
643
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
644
  msgid "Advertisers"
645
  msgstr "pengiklan"
646
 
708
  "AdRotate Geo adalah layanan Geo Lookup eksklusif untuk AdRotate Pro pengguna."
709
 
710
  #: dashboard/adrotatepro.php:41
711
+ #, fuzzy
712
+ #| msgid "Get Premium Support almost all year round"
713
+ msgid "Get Fast Support almost all year round"
714
  msgstr "Dapatkan Premium Dukungan hampir sepanjang tahun"
715
 
716
  #: dashboard/adrotatepro.php:44
717
+ #, fuzzy
718
+ #| msgid ""
719
+ #| "When you activate your AdRotate Pro license you can use fast and personal "
720
+ #| "email support. No more queueing up in the forums. AdRotate premium "
721
+ #| "support takes priority over the forums and is checked much more often "
722
+ #| "than the forum. Get a solution (usually) within one business day."
723
  msgid ""
724
  "When you activate your AdRotate Pro license you can use fast and personal "
725
+ "email support. No more queueing up in the forums. AdRotate support takes "
726
+ "priority over the forums and is checked much more often than the forum. Get "
727
+ "a solution (usually) within two business days."
728
  msgstr ""
729
  "Bila Anda mengaktifkan lisensi Pro AdRotate Anda Anda dapat menggunakan "
730
  "cepat dan pribadi dukungan email. Tidak ada lagi antri di forum. dukungan "
775
  msgstr "Tetap up-to-date dengan notifikasi"
776
 
777
  #: dashboard/adrotatepro.php:78
778
+ #, fuzzy
779
+ #| msgid ""
780
+ #| "Stay in touch with Email notifications. Have AdRotate send you an alert "
781
+ #| "when adverts expire or need your attention. Additionally, send push "
782
+ #| "notifications to your iOS or Android device. Get notified when adverts "
783
+ #| "expire, have errors or when advertisers create new adverts. Never miss an "
784
+ #| "expiration date again."
785
  msgid ""
786
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
787
+ "adverts expire or need your attention. Get notified when adverts expire, "
788
+ "have errors or when advertisers create new adverts. Select up to three email "
789
+ "addresses to be notified. Never miss an expiration date again."
790
  msgstr ""
791
  "Tetap berhubungan dengan pemberitahuan Email. Memiliki AdRotate mengirimkan "
792
  "peringatan ketika iklan berakhir atau membutuhkan perhatian Anda. Selain "
808
  msgid "One WordPress installation."
809
  msgstr "Satu instalasi WordPress."
810
 
811
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
812
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
813
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
814
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
815
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
816
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
817
+ msgid "Buy now"
818
+ msgstr "Beli sekarang"
819
+
820
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
821
+ #: dashboard/info.php:84
822
  msgid "Duo License"
823
  msgstr "Duo Lisensi"
824
 
827
  msgstr "Dua instalasi WordPress."
828
 
829
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
830
+ #: dashboard/info.php:85
831
  msgid "Multi License"
832
  msgstr "multi License"
833
 
838
  msgstr "Satu instalasi WordPress."
839
 
840
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
841
+ #: dashboard/info.php:86
842
  msgid "Developer License"
843
  msgstr "Lisensi developer"
844
 
847
  msgstr "instalasi WordPress terbatas dan / atau jaringan."
848
 
849
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
850
+ #: dashboard/info.php:87
851
  msgid "Compare licenses"
852
  msgstr "bandingkan lisensi"
853
 
859
  msgid "All Licenses"
860
  msgstr "semua Lisensi"
861
 
862
+ #: dashboard/adrotatepro.php:98
863
  msgid "Lifetime License"
864
  msgstr "Lifetime License"
865
 
866
+ #: dashboard/adrotatepro.php:98
867
  msgid "Single installation."
868
  msgstr "instalasi tunggal."
869
 
870
+ #: dashboard/adrotatepro.php:99
871
  msgid "Up to 2 installations."
872
  msgstr "Sampai dengan 2 instalasi."
873
 
874
+ #: dashboard/adrotatepro.php:100
875
  msgid "Up to 10 installations."
876
  msgstr "Sampai dengan 10 instalasi."
877
 
878
+ #: dashboard/adrotatepro.php:101
879
  msgid "Up to 25 installations or multisite networks."
880
  msgstr "Sampai dengan 25 instalasi atau jaringan multisite."
881
 
882
+ #: dashboard/adrotatepro.php:102
883
  msgid ""
884
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
885
  msgstr ""
886
  "Langganan mendapatkan akses 1 tahun untuk update, dukungan email & AdRotate "
887
  "Geo."
888
 
889
+ #: dashboard/adrotatepro.php:103
890
  msgid "Not sure which license is for you?"
891
  msgstr "Tidak yakin yang lisensi adalah untuk Anda?"
892
 
893
+ #: dashboard/adrotatepro.php:103
894
  msgid "Compare Licenses"
895
  msgstr "bandingkan Lisensi"
896
 
930
  msgid "Arnan de Gans News & Updates"
931
  msgstr ""
932
 
933
+ #: dashboard/info.php:91
934
+ msgid "AJdG Solutions Premium Support Group"
935
+ msgstr ""
936
+
937
+ #: dashboard/info.php:108
938
  msgid "Join the Media.net advertising network"
939
  msgstr ""
940
 
941
+ #: dashboard/info.php:123
942
  msgid "Sponsored offers"
943
  msgstr ""
944
 
945
+ #: dashboard/info.php:129
946
  msgid ""
947
  "These are affiliate banners, clicking them costs you nothing but it helps me "
948
  "and AdRotate a lot!"
2380
  #: dashboard/publisher/statistics-advert.php:109
2381
  #: dashboard/publisher/statistics-group.php:113
2382
  #: dashboard/publisher/statistics-main.php:72
2383
+ #: dashboard/settings/notifications.php:58
 
2384
  msgid "Note:"
2385
  msgstr "catatan:"
2386
 
2465
 
2466
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2467
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2468
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2469
  #: dashboard/settings/statistics.php:73
2470
  msgid "Update Options"
2471
  msgstr "Update Options"
3175
  msgid "Email message."
3176
  msgstr "pesan email."
3177
 
3178
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3179
  msgid "Test notification"
3180
  msgstr "uji pemberitahuan"
3181
 
3182
+ #: dashboard/settings/notifications.php:31
3183
  msgid "Test"
3184
  msgstr "Uji"
3185
 
3186
+ #: dashboard/settings/notifications.php:31
3187
  msgid ""
3188
  "Send a test notification to enabled methods. Before you test, save the "
3189
  "options first!"
3191
  "Mengirimkan pemberitahuan tes untuk metode diaktifkan. Sebelum Anda menguji, "
3192
  "menyimpan pilihan pertama!"
3193
 
3194
+ #: dashboard/settings/notifications.php:36
3195
  msgid "Dashboard Banner"
3196
  msgstr "dashboard Banner"
3197
 
3198
+ #: dashboard/settings/notifications.php:37
3199
  msgid ""
3200
  "These go in a dashboard banner visible to all users with access to AdRotate "
3201
  "on every WordPress dashboard page."
3203
  "Ini pergi di sebuah spanduk dashboard dilihat oleh semua pengguna dengan "
3204
  "akses ke AdRotate pada setiap halaman dashboard WordPress."
3205
 
3206
+ #: dashboard/settings/notifications.php:40
3207
+ #: dashboard/settings/notifications.php:52
 
3208
  msgid "What"
3209
  msgstr "Apa"
3210
 
3211
+ #: dashboard/settings/notifications.php:42
3212
  msgid "Expired adverts."
3213
  msgstr "Iklan Expired."
3214
 
3215
+ #: dashboard/settings/notifications.php:43
3216
  msgid "Almost expired adverts."
3217
  msgstr "Iklan Hampir kedaluwarsa."
3218
 
3219
+ #: dashboard/settings/notifications.php:48
3220
  msgid "Email Message"
3221
  msgstr "email Pesan"
3222
 
3223
+ #: dashboard/settings/notifications.php:48
 
3224
  msgid "Available in AdRotate Pro"
3225
  msgstr "Tersedia dalam AdRotate Pro"
3226
 
3227
+ #: dashboard/settings/notifications.php:49
3228
  msgid ""
3229
  "Receive email notifications about what is happening with your AdRotate setup."
3230
  msgstr ""
3231
  "Menerima pemberitahuan email tentang apa yang terjadi dengan setup AdRotate "
3232
  "Anda."
3233
 
3234
+ #: dashboard/settings/notifications.php:54
 
3235
  msgid "Daily digest of any advert status other than normal."
3236
  msgstr "Harian digest dari setiap Status iklan lain dari biasanya."
3237
 
3238
+ #: dashboard/settings/notifications.php:55
 
3239
  msgid "When you are running out of Geo Targeting Lookups."
3240
  msgstr "Ketika Anda kehabisan Geo Penargetan lookup."
3241
 
3242
+ #: dashboard/settings/notifications.php:56
 
3243
  msgid "Any advertiser saving an advert in your moderation queue."
3244
  msgstr "Setiap pengiklan menyimpan sebuah iklan dalam antrian moderasi Anda."
3245
 
3246
+ #: dashboard/settings/notifications.php:57
 
3247
  msgid "A moderator approved an advert from the moderation queue."
3248
  msgstr "Seorang moderator menyetujui sebuah iklan dari antrian moderasi."
3249
 
3250
+ #: dashboard/settings/notifications.php:58
 
3251
  msgid "A moderator rejected an advert from the moderation queue."
3252
  msgstr "Seorang moderator menolak iklan dari antrian moderasi."
3253
 
3254
+ #: dashboard/settings/notifications.php:58
 
3255
  msgid ""
3256
  "If you have a lot of activity with many advertisers adding/changing adverts "
3257
  "you may get a lot of messages!"
3259
  "Jika Anda memiliki banyak aktivitas dengan banyak pengiklan menambahkan / "
3260
  "mengubah iklan Anda mungkin mendapatkan banyak pesan!"
3261
 
3262
+ #: dashboard/settings/notifications.php:58
3263
  msgid ""
3264
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3265
  "spammy. This may result in automated filters such as those used in services "
3273
  "com memblokir server Anda. Pastikan Anda daftar putih alamat pengiriman di "
3274
  "akun email Anda setelah Anda mulai menerima notifikasi!"
3275
 
3276
+ #: dashboard/settings/notifications.php:63
3277
  msgid "Publishers"
3278
  msgstr "Penerbit"
3279
 
3280
+ #: dashboard/settings/notifications.php:66
3281
  msgid ""
3282
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3283
  "separated. This field may not be empty!"
3285
  "Pesan dikirim sekali setiap 24 jam. Maksimal 5 alamat. Dipisahkan dengan "
3286
  "koma. Bidang ini mungkin tidak kosong!"
3287
 
3288
+ #: dashboard/settings/notifications.php:73
3289
  msgid ""
3290
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3291
  "This field may not be empty!"
3293
  "Yang mendapat email dari pengiklan. Maksimal 5 alamat. Dipisahkan dengan "
3294
  "koma. Bidang ini mungkin tidak kosong!"
3295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3296
  #: dashboard/settings/roles.php:18
3297
  msgid "Who has access to what?"
3298
  msgstr "Yang memiliki akses ke apa?"
3457
  "Jumlah ini mungkin tidak kosong, lebih rendah dari 60 atau melebihi 86.400 "
3458
  "(24 jam)."
3459
 
3460
+ #, fuzzy
3461
+ #~| msgid ""
3462
+ #~| "You've been using <strong>AdRotate</strong> for a while now. Why not "
3463
+ #~| "upgrade to the <strong>PRO</strong> version"
3464
+ #~ msgid ""
3465
+ #~ "If you like <strong>AdRotate</strong>, please consider upgrading to the "
3466
+ #~ "<strong>PRO</strong> version and get more features."
3467
+ #~ msgstr ""
3468
+ #~ "Anda telah menggunakan <strong> AdRotate </ strong> untuk sementara waktu "
3469
+ #~ "sekarang. Mengapa tidak meng-upgrade ke <strong> PRO </ strong> versi"
3470
+
3471
+ #~ msgid "Push notifications to your smartphone."
3472
+ #~ msgstr "Pemberitahuan push ke smartphone Anda."
3473
+
3474
+ #~ msgid ""
3475
+ #~ "Push notifications are delivered through Pushover, a notification service "
3476
+ #~ "for Android and iOS"
3477
+ #~ msgstr ""
3478
+ #~ "pemberitahuan push disampaikan melalui Pushover, layanan notifikasi untuk "
3479
+ #~ "Android dan iOS"
3480
+
3481
+ #~ msgid ""
3482
+ #~ "The Pushover App is a one time purchase for either Android and/or iOS. "
3483
+ #~ "More information can be found on the pushover website;"
3484
+ #~ msgstr ""
3485
+ #~ "The Pushover App adalah pembelian satu kali untuk baik Android dan / atau "
3486
+ #~ "iOS. Informasi lebih lanjut dapat ditemukan di situs web pushover;"
3487
+
3488
+ #~ msgid "Push Notifications"
3489
+ #~ msgstr "Dorong Pemberitahuan"
3490
+
3491
+ #~ msgid ""
3492
+ #~ "Receive information about what is happening with your AdRotate setup on "
3493
+ #~ "your smartphone via Pushover."
3494
+ #~ msgstr ""
3495
+ #~ "Menerima informasi tentang apa yang terjadi dengan setup AdRotate Anda "
3496
+ #~ "pada smartphone Anda melalui Pushover."
3497
+
3498
+ #~ msgid ""
3499
+ #~ "Pushover has a monthly limit of 7500 messages, this should be plenty. If "
3500
+ #~ "you run out, you will not receive push notifications until the quota is "
3501
+ #~ "reset! Every message AdRotate sends, regardless of the number of "
3502
+ #~ "receiving devices, counts as one message."
3503
+ #~ msgstr ""
3504
+ #~ "Pushover memiliki batas bulanan 7500 pesan, ini harus banyak. Jika Anda "
3505
+ #~ "habis, Anda tidak akan menerima pemberitahuan push sampai kuota reset! "
3506
+ #~ "Setiap AdRotate pesan mengirimkan, terlepas dari jumlah perangkat yang "
3507
+ #~ "menerima, dianggap sebagai satu pesan."
3508
+
3509
+ #~ msgid "User Key"
3510
+ #~ msgstr "Kunci pengguna"
3511
+
3512
+ #~ msgid "Get your user token"
3513
+ #~ msgstr "Mendapatkan token pengguna Anda"
3514
+
3515
+ #~ msgid "here"
3516
+ #~ msgstr "sini"
3517
+
3518
+ #~ msgid "Api Token"
3519
+ #~ msgstr "Api Token"
3520
+
3521
+ #~ msgid "Create your"
3522
+ #~ msgstr "Buat Anda"
3523
+
3524
+ #~ msgid "App"
3525
+ #~ msgstr "Aplikasi"
3526
+
3527
+ #~ msgid "and get your API token"
3528
+ #~ msgstr "dan mendapatkan token API Anda"
3529
+
3530
  #~ msgid "More information..."
3531
  #~ msgstr "Informasi lebih lanjut ..."
3532
 
language/adrotate-ja.mo CHANGED
Binary file
language/adrotate-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:730
@@ -264,132 +264,126 @@ msgstr ""
264
  msgid "Set up your banner folder"
265
  msgstr "バナー画像"
266
 
267
- #: adrotate-output.php:697
268
  msgid "your attention:"
269
  msgstr ""
270
 
271
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
272
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
273
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
274
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
275
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
276
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
277
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
278
- #: dashboard/settings/geotargeting.php:40
279
  #, fuzzy
280
- msgid "Buy now"
281
- msgstr "継続する場合は対応して下さい。"
282
 
283
- #: adrotate-output.php:717
284
  msgid ""
285
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
286
- "<strong>PRO</strong> version and get more features."
287
  msgstr ""
288
 
289
- #: adrotate-output.php:717
290
  #, php-format
291
  msgid ""
292
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
293
  msgstr ""
294
 
295
- #: adrotate-output.php:717
296
  #, fuzzy
297
  msgid "Thank you for your support!"
298
  msgstr "データベースのバックアップを取りましたか?"
299
 
300
- #: adrotate-output.php:779
301
  msgid ""
302
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
303
  "menu. If you need help getting started take a look at the"
304
  msgstr ""
305
 
306
- #: adrotate-output.php:779
307
  msgid "manuals"
308
  msgstr "マニュアル(英語サイト)"
309
 
310
- #: adrotate-output.php:779 adrotate-output.php:864
311
  msgid "and"
312
  msgstr ""
313
 
314
- #: adrotate-output.php:779
315
  #, fuzzy
316
  msgid "forums"
317
  msgstr "フォーラム"
318
 
319
- #: adrotate-output.php:812
320
  #, fuzzy
321
  msgid "Useful Links"
322
  msgstr "役に立つ情報"
323
 
324
- #: adrotate-output.php:813
325
  msgid "Useful links to learn more about AdRotate"
326
  msgstr ""
327
 
328
- #: adrotate-output.php:815
329
  msgid "AdRotate website"
330
  msgstr ""
331
 
332
- #: adrotate-output.php:816
333
  #, fuzzy
334
  msgid "Getting Started With AdRotate"
335
  msgstr ""
336
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
337
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
338
 
339
- #: adrotate-output.php:817
340
  #, fuzzy
341
  msgid "AdRotate manuals"
342
  msgstr "AdRotate Blog"
343
 
344
- #: adrotate-output.php:818
345
  #, fuzzy
346
  msgid "AdRotate Support Forum"
347
  msgstr "AdRotate Blog"
348
 
349
- #: adrotate-output.php:856
350
  #, fuzzy
351
  msgid "Help AdRotate Grow"
352
  msgstr "AdRotate Blog"
353
 
354
- #: adrotate-output.php:857 adrotate.php:152
355
  #, fuzzy
356
  msgid "AdRotate Professional"
357
  msgstr "AdRotate Blog"
358
 
359
- #: adrotate-output.php:864
360
  msgid ""
361
  "Many users only think to review AdRotate when something goes wrong while "
362
  "thousands of people happily use AdRotate."
363
  msgstr ""
364
 
365
- #: adrotate-output.php:864
366
  msgid "If you find AdRotate useful please leave your"
367
  msgstr ""
368
 
369
- #: adrotate-output.php:864
370
  msgid "rating"
371
  msgstr ""
372
 
373
- #: adrotate-output.php:864
374
  #, fuzzy
375
  msgid "review"
376
  msgstr "全般レポートを見れる権限"
377
 
378
- #: adrotate-output.php:864
379
  msgid "on WordPress.org to help AdRotate grow in a positive way"
380
  msgstr ""
381
 
382
- #: adrotate-output.php:865
383
  msgid ""
384
  "Get more advanced features like Geo Targeting, scheduling and much more with "
385
  "AdRotate Pro."
386
  msgstr ""
387
 
388
- #: adrotate-output.php:865
389
  msgid "Includes premium support and free updates!"
390
  msgstr ""
391
 
392
- #: adrotate-output.php:865
393
  #, fuzzy
394
  msgid "Get started today"
395
  msgstr "実行"
@@ -599,11 +593,6 @@ msgstr ""
599
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
600
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
601
 
602
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
603
- #, fuzzy
604
- msgid "Get AdRotate Pro"
605
- msgstr "AdRotate Blog"
606
-
607
  #: adrotate.php:474
608
  msgid "AdRotate Settings"
609
  msgstr "AdRotate 設定"
@@ -631,7 +620,7 @@ msgstr "統計リセット"
631
  msgid "Geo Targeting"
632
  msgstr ""
633
 
634
- #: adrotate.php:483 dashboard/settings/notifications.php:72
635
  #, fuzzy
636
  msgid "Advertisers"
637
  msgstr "広告主から提出された広告を承認する権限"
@@ -687,15 +676,15 @@ msgid ""
687
  msgstr ""
688
 
689
  #: dashboard/adrotatepro.php:41
690
- msgid "Get Premium Support almost all year round"
691
  msgstr ""
692
 
693
  #: dashboard/adrotatepro.php:44
694
  msgid ""
695
  "When you activate your AdRotate Pro license you can use fast and personal "
696
- "email support. No more queueing up in the forums. AdRotate premium support "
697
- "takes priority over the forums and is checked much more often than the "
698
- "forum. Get a solution (usually) within one business day."
699
  msgstr ""
700
 
701
  #: dashboard/adrotatepro.php:48
@@ -735,9 +724,9 @@ msgstr ""
735
  #: dashboard/adrotatepro.php:78
736
  msgid ""
737
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
738
- "adverts expire or need your attention. Additionally, send push notifications "
739
- "to your iOS or Android device. Get notified when adverts expire, have errors "
740
- "or when advertisers create new adverts. Never miss an expiration date again."
741
  msgstr ""
742
 
743
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
@@ -754,8 +743,18 @@ msgstr ""
754
  msgid "One WordPress installation."
755
  msgstr ""
756
 
 
 
 
 
 
 
 
 
 
 
757
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
758
- #: dashboard/info.php:84 dashboard/info.php:91
759
  msgid "Duo License"
760
  msgstr ""
761
 
@@ -764,7 +763,7 @@ msgid "Two WordPress installations."
764
  msgstr ""
765
 
766
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
767
- #: dashboard/info.php:85 dashboard/info.php:92
768
  msgid "Multi License"
769
  msgstr ""
770
 
@@ -773,7 +772,7 @@ msgid "Five WordPress installations."
773
  msgstr ""
774
 
775
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
776
- #: dashboard/info.php:86 dashboard/info.php:93
777
  #, fuzzy
778
  msgid "Developer License"
779
  msgstr "開発者向けデバッグ"
@@ -783,7 +782,7 @@ msgid "Unlimited WordPress installations and/or networks."
783
  msgstr ""
784
 
785
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
786
- #: dashboard/info.php:87 dashboard/info.php:95
787
  msgid "Compare licenses"
788
  msgstr ""
789
 
@@ -796,36 +795,36 @@ msgstr ""
796
  msgid "All Licenses"
797
  msgstr "すべての広告の再評価"
798
 
799
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
800
  msgid "Lifetime License"
801
  msgstr ""
802
 
803
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
804
  msgid "Single installation."
805
  msgstr ""
806
 
807
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
808
  msgid "Up to 2 installations."
809
  msgstr ""
810
 
811
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
812
  msgid "Up to 10 installations."
813
  msgstr ""
814
 
815
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
816
  msgid "Up to 25 installations or multisite networks."
817
  msgstr ""
818
 
819
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
820
  msgid ""
821
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
822
  msgstr ""
823
 
824
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
825
  msgid "Not sure which license is for you?"
826
  msgstr ""
827
 
828
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
829
  msgid "Compare Licenses"
830
  msgstr ""
831
 
@@ -872,15 +871,19 @@ msgstr ""
872
  msgid "Arnan de Gans News & Updates"
873
  msgstr ""
874
 
875
- #: dashboard/info.php:100
 
 
 
 
876
  msgid "Join the Media.net advertising network"
877
  msgstr ""
878
 
879
- #: dashboard/info.php:115
880
  msgid "Sponsored offers"
881
  msgstr ""
882
 
883
- #: dashboard/info.php:121
884
  msgid ""
885
  "These are affiliate banners, clicking them costs you nothing but it helps me "
886
  "and AdRotate a lot!"
@@ -2310,8 +2313,7 @@ msgstr "クリック"
2310
  #: dashboard/publisher/statistics-advert.php:109
2311
  #: dashboard/publisher/statistics-group.php:113
2312
  #: dashboard/publisher/statistics-main.php:72
2313
- #: dashboard/settings/notifications.php:60
2314
- #: dashboard/settings/notifications.php:90
2315
  msgid "Note:"
2316
  msgstr "注意:"
2317
 
@@ -2394,7 +2396,7 @@ msgstr ""
2394
 
2395
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2396
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2397
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2398
  #: dashboard/settings/statistics.php:73
2399
  msgid "Update Options"
2400
  msgstr "設定の更新"
@@ -3044,111 +3046,86 @@ msgstr ""
3044
  msgid "Email message."
3045
  msgstr "広告主のページ"
3046
 
3047
- #: dashboard/settings/notifications.php:26
3048
- #, fuzzy
3049
- msgid "Push notifications to your smartphone."
3050
- msgstr "この通知は、あなたのウェブサイトからあなたに送られています。"
3051
-
3052
- #: dashboard/settings/notifications.php:27
3053
- msgid ""
3054
- "Push notifications are delivered through Pushover, a notification service "
3055
- "for Android and iOS"
3056
- msgstr ""
3057
-
3058
- #: dashboard/settings/notifications.php:27
3059
- msgid ""
3060
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3061
- "information can be found on the pushover website;"
3062
- msgstr ""
3063
-
3064
- #: dashboard/settings/notifications.php:31
3065
  msgid "Test notification"
3066
  msgstr ""
3067
 
3068
- #: dashboard/settings/notifications.php:33
3069
  msgid "Test"
3070
  msgstr "テスト"
3071
 
3072
- #: dashboard/settings/notifications.php:33
3073
  msgid ""
3074
  "Send a test notification to enabled methods. Before you test, save the "
3075
  "options first!"
3076
  msgstr ""
3077
 
3078
- #: dashboard/settings/notifications.php:38
3079
  msgid "Dashboard Banner"
3080
  msgstr ""
3081
 
3082
- #: dashboard/settings/notifications.php:39
3083
  msgid ""
3084
  "These go in a dashboard banner visible to all users with access to AdRotate "
3085
  "on every WordPress dashboard page."
3086
  msgstr ""
3087
 
3088
- #: dashboard/settings/notifications.php:42
3089
- #: dashboard/settings/notifications.php:54
3090
- #: dashboard/settings/notifications.php:84
3091
  msgid "What"
3092
  msgstr ""
3093
 
3094
- #: dashboard/settings/notifications.php:44
3095
  msgid "Expired adverts."
3096
  msgstr ""
3097
 
3098
- #: dashboard/settings/notifications.php:45
3099
  msgid "Almost expired adverts."
3100
  msgstr ""
3101
 
3102
- #: dashboard/settings/notifications.php:50
3103
  msgid "Email Message"
3104
  msgstr ""
3105
 
3106
- #: dashboard/settings/notifications.php:50
3107
- #: dashboard/settings/notifications.php:80
3108
  #, fuzzy
3109
  msgid "Available in AdRotate Pro"
3110
  msgstr "AdRotate Blog"
3111
 
3112
- #: dashboard/settings/notifications.php:51
3113
  msgid ""
3114
  "Receive email notifications about what is happening with your AdRotate setup."
3115
  msgstr ""
3116
 
3117
- #: dashboard/settings/notifications.php:56
3118
- #: dashboard/settings/notifications.php:86
3119
  msgid "Daily digest of any advert status other than normal."
3120
  msgstr ""
3121
 
3122
- #: dashboard/settings/notifications.php:57
3123
- #: dashboard/settings/notifications.php:87
3124
  msgid "When you are running out of Geo Targeting Lookups."
3125
  msgstr ""
3126
 
3127
- #: dashboard/settings/notifications.php:58
3128
- #: dashboard/settings/notifications.php:88
3129
  msgid "Any advertiser saving an advert in your moderation queue."
3130
  msgstr ""
3131
 
3132
- #: dashboard/settings/notifications.php:59
3133
- #: dashboard/settings/notifications.php:89
3134
  #, fuzzy
3135
  msgid "A moderator approved an advert from the moderation queue."
3136
  msgstr "承認待ち広告の承認/拒否"
3137
 
3138
- #: dashboard/settings/notifications.php:60
3139
- #: dashboard/settings/notifications.php:90
3140
  #, fuzzy
3141
  msgid "A moderator rejected an advert from the moderation queue."
3142
  msgstr "承認待ち広告の承認/拒否"
3143
 
3144
- #: dashboard/settings/notifications.php:60
3145
- #: dashboard/settings/notifications.php:90
3146
  msgid ""
3147
  "If you have a lot of activity with many advertisers adding/changing adverts "
3148
  "you may get a lot of messages!"
3149
  msgstr ""
3150
 
3151
- #: dashboard/settings/notifications.php:60
3152
  msgid ""
3153
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3154
  "spammy. This may result in automated filters such as those used in services "
@@ -3157,71 +3134,22 @@ msgid ""
3157
  "start receiving notifications!"
3158
  msgstr ""
3159
 
3160
- #: dashboard/settings/notifications.php:65
3161
  msgid "Publishers"
3162
  msgstr ""
3163
 
3164
- #: dashboard/settings/notifications.php:68
3165
  msgid ""
3166
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3167
  "separated. This field may not be empty!"
3168
  msgstr ""
3169
 
3170
- #: dashboard/settings/notifications.php:75
3171
  msgid ""
3172
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3173
  "This field may not be empty!"
3174
  msgstr ""
3175
 
3176
- #: dashboard/settings/notifications.php:80
3177
- #, fuzzy
3178
- msgid "Push Notifications"
3179
- msgstr "通知先"
3180
-
3181
- #: dashboard/settings/notifications.php:81
3182
- msgid ""
3183
- "Receive information about what is happening with your AdRotate setup on your "
3184
- "smartphone via Pushover."
3185
- msgstr ""
3186
-
3187
- #: dashboard/settings/notifications.php:90
3188
- msgid ""
3189
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3190
- "run out, you will not receive push notifications until the quota is reset! "
3191
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3192
- "counts as one message."
3193
- msgstr ""
3194
-
3195
- #: dashboard/settings/notifications.php:95
3196
- #, fuzzy
3197
- msgid "User Key"
3198
- msgstr "ユーザーエージェント[英語]"
3199
-
3200
- #: dashboard/settings/notifications.php:97
3201
- msgid "Get your user token"
3202
- msgstr ""
3203
-
3204
- #: dashboard/settings/notifications.php:97
3205
- #: dashboard/settings/notifications.php:103
3206
- msgid "here"
3207
- msgstr ""
3208
-
3209
- #: dashboard/settings/notifications.php:101
3210
- msgid "Api Token"
3211
- msgstr ""
3212
-
3213
- #: dashboard/settings/notifications.php:103
3214
- msgid "Create your"
3215
- msgstr ""
3216
-
3217
- #: dashboard/settings/notifications.php:103
3218
- msgid "App"
3219
- msgstr ""
3220
-
3221
- #: dashboard/settings/notifications.php:103
3222
- msgid "and get your API token"
3223
- msgstr ""
3224
-
3225
  #: dashboard/settings/roles.php:18
3226
  msgid "Who has access to what?"
3227
  msgstr ""
@@ -3372,6 +3300,18 @@ msgid ""
3372
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3373
  msgstr "この数字は、0やマイナスや3600以上ではいけません。"
3374
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  #, fuzzy
3376
  #~ msgid "More information..."
3377
  #~ msgstr "ユーザーえー助演について知りたい方はこちらから。"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:730
264
  msgid "Set up your banner folder"
265
  msgstr "バナー画像"
266
 
267
+ #: adrotate-output.php:698
268
  msgid "your attention:"
269
  msgstr ""
270
 
271
+ #: adrotate-output.php:719 adrotate.php:447
272
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
273
  #, fuzzy
274
+ msgid "Get AdRotate Pro"
275
+ msgstr "AdRotate Blog"
276
 
277
+ #: adrotate-output.php:720
278
  msgid ""
279
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
280
+ "Schedules and more..."
281
  msgstr ""
282
 
283
+ #: adrotate-output.php:720
284
  #, php-format
285
  msgid ""
286
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
287
  msgstr ""
288
 
289
+ #: adrotate-output.php:720
290
  #, fuzzy
291
  msgid "Thank you for your support!"
292
  msgstr "データベースのバックアップを取りましたか?"
293
 
294
+ #: adrotate-output.php:837
295
  msgid ""
296
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
297
  "menu. If you need help getting started take a look at the"
298
  msgstr ""
299
 
300
+ #: adrotate-output.php:837
301
  msgid "manuals"
302
  msgstr "マニュアル(英語サイト)"
303
 
304
+ #: adrotate-output.php:837 adrotate-output.php:921
305
  msgid "and"
306
  msgstr ""
307
 
308
+ #: adrotate-output.php:837
309
  #, fuzzy
310
  msgid "forums"
311
  msgstr "フォーラム"
312
 
313
+ #: adrotate-output.php:870
314
  #, fuzzy
315
  msgid "Useful Links"
316
  msgstr "役に立つ情報"
317
 
318
+ #: adrotate-output.php:871
319
  msgid "Useful links to learn more about AdRotate"
320
  msgstr ""
321
 
322
+ #: adrotate-output.php:873
323
  msgid "AdRotate website"
324
  msgstr ""
325
 
326
+ #: adrotate-output.php:874
327
  #, fuzzy
328
  msgid "Getting Started With AdRotate"
329
  msgstr ""
330
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
331
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
332
 
333
+ #: adrotate-output.php:875
334
  #, fuzzy
335
  msgid "AdRotate manuals"
336
  msgstr "AdRotate Blog"
337
 
338
+ #: adrotate-output.php:876
339
  #, fuzzy
340
  msgid "AdRotate Support Forum"
341
  msgstr "AdRotate Blog"
342
 
343
+ #: adrotate-output.php:913
344
  #, fuzzy
345
  msgid "Help AdRotate Grow"
346
  msgstr "AdRotate Blog"
347
 
348
+ #: adrotate-output.php:914 adrotate.php:152
349
  #, fuzzy
350
  msgid "AdRotate Professional"
351
  msgstr "AdRotate Blog"
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 "Get started today"
389
  msgstr "実行"
593
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
594
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
595
 
 
 
 
 
 
596
  #: adrotate.php:474
597
  msgid "AdRotate Settings"
598
  msgstr "AdRotate 設定"
620
  msgid "Geo Targeting"
621
  msgstr ""
622
 
623
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
624
  #, fuzzy
625
  msgid "Advertisers"
626
  msgstr "広告主から提出された広告を承認する権限"
676
  msgstr ""
677
 
678
  #: dashboard/adrotatepro.php:41
679
+ msgid "Get Fast 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 support takes "
686
+ "priority over the forums and is checked much more often than the forum. Get "
687
+ "a solution (usually) within two business days."
688
  msgstr ""
689
 
690
  #: dashboard/adrotatepro.php:48
724
  #: dashboard/adrotatepro.php:78
725
  msgid ""
726
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
727
+ "adverts expire or need your attention. Get notified when adverts expire, "
728
+ "have errors or when advertisers create new adverts. Select up to three email "
729
+ "addresses to be notified. Never miss an expiration date again."
730
  msgstr ""
731
 
732
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
743
  msgid "One WordPress installation."
744
  msgstr ""
745
 
746
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
747
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
748
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
749
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
750
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
751
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
752
+ #, fuzzy
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 ""
760
 
763
  msgstr ""
764
 
765
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
766
+ #: dashboard/info.php:85
767
  msgid "Multi License"
768
  msgstr ""
769
 
772
  msgstr ""
773
 
774
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
775
+ #: dashboard/info.php:86
776
  #, fuzzy
777
  msgid "Developer License"
778
  msgstr "開発者向けデバッグ"
782
  msgstr ""
783
 
784
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
785
+ #: dashboard/info.php:87
786
  msgid "Compare licenses"
787
  msgstr ""
788
 
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
 
871
  msgid "Arnan de Gans News & Updates"
872
  msgstr ""
873
 
874
+ #: dashboard/info.php:91
875
+ msgid "AJdG Solutions Premium Support Group"
876
+ msgstr ""
877
+
878
+ #: dashboard/info.php:108
879
  msgid "Join the Media.net advertising network"
880
  msgstr ""
881
 
882
+ #: dashboard/info.php:123
883
  msgid "Sponsored offers"
884
  msgstr ""
885
 
886
+ #: dashboard/info.php:129
887
  msgid ""
888
  "These are affiliate banners, clicking them costs you nothing but it helps me "
889
  "and AdRotate a lot!"
2313
  #: dashboard/publisher/statistics-advert.php:109
2314
  #: dashboard/publisher/statistics-group.php:113
2315
  #: dashboard/publisher/statistics-main.php:72
2316
+ #: dashboard/settings/notifications.php:58
 
2317
  msgid "Note:"
2318
  msgstr "注意:"
2319
 
2396
 
2397
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2398
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2399
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2400
  #: dashboard/settings/statistics.php:73
2401
  msgid "Update Options"
2402
  msgstr "設定の更新"
3046
  msgid "Email message."
3047
  msgstr "広告主のページ"
3048
 
3049
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3050
  msgid "Test notification"
3051
  msgstr ""
3052
 
3053
+ #: dashboard/settings/notifications.php:31
3054
  msgid "Test"
3055
  msgstr "テスト"
3056
 
3057
+ #: dashboard/settings/notifications.php:31
3058
  msgid ""
3059
  "Send a test notification to enabled methods. Before you test, save the "
3060
  "options first!"
3061
  msgstr ""
3062
 
3063
+ #: dashboard/settings/notifications.php:36
3064
  msgid "Dashboard Banner"
3065
  msgstr ""
3066
 
3067
+ #: dashboard/settings/notifications.php:37
3068
  msgid ""
3069
  "These go in a dashboard banner visible to all users with access to AdRotate "
3070
  "on every WordPress dashboard page."
3071
  msgstr ""
3072
 
3073
+ #: dashboard/settings/notifications.php:40
3074
+ #: dashboard/settings/notifications.php:52
 
3075
  msgid "What"
3076
  msgstr ""
3077
 
3078
+ #: dashboard/settings/notifications.php:42
3079
  msgid "Expired adverts."
3080
  msgstr ""
3081
 
3082
+ #: dashboard/settings/notifications.php:43
3083
  msgid "Almost expired adverts."
3084
  msgstr ""
3085
 
3086
+ #: dashboard/settings/notifications.php:48
3087
  msgid "Email Message"
3088
  msgstr ""
3089
 
3090
+ #: dashboard/settings/notifications.php:48
 
3091
  #, fuzzy
3092
  msgid "Available in AdRotate Pro"
3093
  msgstr "AdRotate Blog"
3094
 
3095
+ #: dashboard/settings/notifications.php:49
3096
  msgid ""
3097
  "Receive email notifications about what is happening with your AdRotate setup."
3098
  msgstr ""
3099
 
3100
+ #: dashboard/settings/notifications.php:54
 
3101
  msgid "Daily digest of any advert status other than normal."
3102
  msgstr ""
3103
 
3104
+ #: dashboard/settings/notifications.php:55
 
3105
  msgid "When you are running out of Geo Targeting Lookups."
3106
  msgstr ""
3107
 
3108
+ #: dashboard/settings/notifications.php:56
 
3109
  msgid "Any advertiser saving an advert in your moderation queue."
3110
  msgstr ""
3111
 
3112
+ #: dashboard/settings/notifications.php:57
 
3113
  #, fuzzy
3114
  msgid "A moderator approved an advert from the moderation queue."
3115
  msgstr "承認待ち広告の承認/拒否"
3116
 
3117
+ #: dashboard/settings/notifications.php:58
 
3118
  #, fuzzy
3119
  msgid "A moderator rejected an advert from the moderation queue."
3120
  msgstr "承認待ち広告の承認/拒否"
3121
 
3122
+ #: dashboard/settings/notifications.php:58
 
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:58
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
  "start receiving notifications!"
3135
  msgstr ""
3136
 
3137
+ #: dashboard/settings/notifications.php:63
3138
  msgid "Publishers"
3139
  msgstr ""
3140
 
3141
+ #: dashboard/settings/notifications.php:66
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:73
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/roles.php:18
3154
  msgid "Who has access to what?"
3155
  msgstr ""
3300
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
3301
  msgstr "この数字は、0やマイナスや3600以上ではいけません。"
3302
 
3303
+ #, fuzzy
3304
+ #~ msgid "Push notifications to your smartphone."
3305
+ #~ msgstr "この通知は、あなたのウェブサイトからあなたに送られています。"
3306
+
3307
+ #, fuzzy
3308
+ #~ msgid "Push Notifications"
3309
+ #~ msgstr "通知先"
3310
+
3311
+ #, fuzzy
3312
+ #~ msgid "User Key"
3313
+ #~ msgstr "ユーザーエージェント[英語]"
3314
+
3315
  #, fuzzy
3316
  #~ msgid "More information..."
3317
  #~ msgstr "ユーザーえー助演について知りたい方はこちらから。"
language/adrotate-pl_PL.mo CHANGED
Binary file
language/adrotate-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Generator: Poedit 2.0.3\n"
19
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
  "|| n%100>=20) ? 1 : 2);\n"
21
  "X-Poedit-SearchPath-0: .\n"
@@ -286,143 +286,138 @@ msgstr ""
286
  msgid "Set up your banner folder"
287
  msgstr "Folder banerów:"
288
 
289
- #: adrotate-output.php:697
290
  msgid "one issue that requires"
291
  msgid_plural "several issues that require"
292
  msgstr[0] ""
293
  msgstr[1] ""
294
  msgstr[2] ""
295
 
296
- #: adrotate-output.php:697
297
  msgid "your attention:"
298
  msgstr ""
299
 
300
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
301
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
302
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
303
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
304
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
305
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
306
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
307
- #: dashboard/settings/geotargeting.php:40
308
  #, fuzzy
309
- msgid "Buy now"
310
- msgstr "Kup"
 
311
 
312
- #: adrotate-output.php:717
313
  msgid ""
314
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
315
- "<strong>PRO</strong> version and get more features."
316
  msgstr ""
317
 
318
- #: adrotate-output.php:717
319
  #, php-format
320
  msgid ""
321
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
322
  msgstr ""
323
 
324
- #: adrotate-output.php:717
325
  #, fuzzy
326
  msgid "Thank you for your support!"
327
  msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
328
 
329
- #: adrotate-output.php:742
330
  msgid "one plugin"
331
  msgid_plural "several plugins"
332
  msgstr[0] ""
333
  msgstr[1] ""
334
  msgstr[2] ""
335
 
336
- #: adrotate-output.php:779
337
  msgid ""
338
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
339
  "menu. If you need help getting started take a look at the"
340
  msgstr ""
341
 
342
- #: adrotate-output.php:779
343
  msgid "manuals"
344
  msgstr "instrukcje"
345
 
346
- #: adrotate-output.php:779 adrotate-output.php:864
347
  msgid "and"
348
  msgstr ""
349
 
350
- #: adrotate-output.php:779
351
  msgid "forums"
352
  msgstr ""
353
 
354
- #: adrotate-output.php:812
355
  #, fuzzy
356
  msgid "Useful Links"
357
  msgstr "Użyteczne odnośniki."
358
 
359
- #: adrotate-output.php:813
360
  msgid "Useful links to learn more about AdRotate"
361
  msgstr ""
362
 
363
- #: adrotate-output.php:815
364
  msgid "AdRotate website"
365
  msgstr ""
366
 
367
- #: adrotate-output.php:816
368
  #, fuzzy
369
  msgid "Getting Started With AdRotate"
370
  msgstr "Więcej ustawień z AdRotate Pro"
371
 
372
- #: adrotate-output.php:817
373
  #, fuzzy
374
  msgid "AdRotate manuals"
375
  msgstr "Informacja AdRotate "
376
 
377
- #: adrotate-output.php:818
378
  #, fuzzy
379
  msgid "AdRotate Support Forum"
380
  msgstr "Sklep AdRotate"
381
 
382
- #: adrotate-output.php:856
383
  #, fuzzy
384
  msgid "Help AdRotate Grow"
385
  msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
386
 
387
- #: adrotate-output.php:857 adrotate.php:152
388
  msgid "AdRotate Professional"
389
  msgstr "AdRotate Professional"
390
 
391
- #: adrotate-output.php:864
392
  msgid ""
393
  "Many users only think to review AdRotate when something goes wrong while "
394
  "thousands of people happily use AdRotate."
395
  msgstr ""
396
 
397
- #: adrotate-output.php:864
398
  msgid "If you find AdRotate useful please leave your"
399
  msgstr ""
400
 
401
- #: adrotate-output.php:864
402
  msgid "rating"
403
  msgstr ""
404
 
405
- #: adrotate-output.php:864
406
  #, fuzzy
407
  msgid "review"
408
  msgstr ""
409
  "Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
410
 
411
- #: adrotate-output.php:864
412
  msgid "on WordPress.org to help AdRotate grow in a positive way"
413
  msgstr ""
414
 
415
- #: adrotate-output.php:865
416
  msgid ""
417
  "Get more advanced features like Geo Targeting, scheduling and much more with "
418
  "AdRotate Pro."
419
  msgstr ""
420
 
421
- #: adrotate-output.php:865
422
  msgid "Includes premium support and free updates!"
423
  msgstr ""
424
 
425
- #: adrotate-output.php:865
426
  #, fuzzy
427
  msgid "Get started today"
428
  msgstr "Więcej ustawień z AdRotate Pro"
@@ -623,12 +618,6 @@ msgstr ""
623
  msgid "Get more features"
624
  msgstr "Więcej ustawień z AdRotate Pro"
625
 
626
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
627
- #, fuzzy
628
- #| msgid "AdRotate Pro"
629
- msgid "Get AdRotate Pro"
630
- msgstr "AdRotate Pro"
631
-
632
  #: adrotate.php:474
633
  msgid "AdRotate Settings"
634
  msgstr "Ustawienia AdRotate"
@@ -656,7 +645,7 @@ msgstr "Statystyki"
656
  msgid "Geo Targeting"
657
  msgstr "Geo Targeting"
658
 
659
- #: adrotate.php:483 dashboard/settings/notifications.php:72
660
  msgid "Advertisers"
661
  msgstr "Reklamodawcy"
662
 
@@ -715,16 +704,27 @@ msgid ""
715
  msgstr ""
716
 
717
  #: dashboard/adrotatepro.php:41
718
- msgid "Get Premium Support almost all year round"
 
 
719
  msgstr "Zakup Wsparcie premium na cały rok."
720
 
721
  #: dashboard/adrotatepro.php:44
 
 
 
 
 
722
  msgid ""
723
  "When you activate your AdRotate Pro license you can use fast and personal "
724
- "email support. No more queueing up in the forums. AdRotate premium support "
725
- "takes priority over the forums and is checked much more often than the "
726
- "forum. Get a solution (usually) within one business day."
727
  msgstr ""
 
 
 
 
728
 
729
  #: dashboard/adrotatepro.php:48
730
  msgid "AdRotate is brought to you by"
@@ -760,12 +760,20 @@ msgid "Stay up-to-date with notifications"
760
  msgstr ""
761
 
762
  #: dashboard/adrotatepro.php:78
 
 
 
 
 
763
  msgid ""
764
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
765
- "adverts expire or need your attention. Additionally, send push notifications "
766
- "to your iOS or Android device. Get notified when adverts expire, have errors "
767
- "or when advertisers create new adverts. Never miss an expiration date again."
768
  msgstr ""
 
 
 
769
 
770
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
771
  #: dashboard/info.php:79
@@ -780,8 +788,18 @@ msgstr ""
780
  msgid "One WordPress installation."
781
  msgstr ""
782
 
 
 
 
 
 
 
 
 
 
 
783
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
784
- #: dashboard/info.php:84 dashboard/info.php:91
785
  msgid "Duo License"
786
  msgstr "Podwójna licencja"
787
 
@@ -790,7 +808,7 @@ msgid "Two WordPress installations."
790
  msgstr ""
791
 
792
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
793
- #: dashboard/info.php:85 dashboard/info.php:92
794
  msgid "Multi License"
795
  msgstr "Multi licencja"
796
 
@@ -801,7 +819,7 @@ msgid "Five WordPress installations."
801
  msgstr "dla jednej instalcji Wordpressa"
802
 
803
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
804
- #: dashboard/info.php:86 dashboard/info.php:93
805
  msgid "Developer License"
806
  msgstr "Licencja Programisty"
807
 
@@ -810,7 +828,7 @@ msgid "Unlimited WordPress installations and/or networks."
810
  msgstr ""
811
 
812
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
813
- #: dashboard/info.php:87 dashboard/info.php:95
814
  msgid "Compare licenses"
815
  msgstr "Porównaj licencje."
816
 
@@ -822,36 +840,36 @@ msgstr "Nie wiesz jaka licencja jest dla Ciebie? Porównaj je..."
822
  msgid "All Licenses"
823
  msgstr "Wszystkie licencje"
824
 
825
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
826
  msgid "Lifetime License"
827
  msgstr ""
828
 
829
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
830
  msgid "Single installation."
831
  msgstr ""
832
 
833
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
834
  msgid "Up to 2 installations."
835
  msgstr ""
836
 
837
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
838
  msgid "Up to 10 installations."
839
  msgstr ""
840
 
841
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
842
  msgid "Up to 25 installations or multisite networks."
843
  msgstr ""
844
 
845
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
846
  msgid ""
847
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
848
  msgstr ""
849
 
850
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
851
  msgid "Not sure which license is for you?"
852
  msgstr ""
853
 
854
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
855
  msgid "Compare Licenses"
856
  msgstr ""
857
 
@@ -889,15 +907,19 @@ msgstr ""
889
  msgid "Arnan de Gans News & Updates"
890
  msgstr ""
891
 
892
- #: dashboard/info.php:100
 
 
 
 
893
  msgid "Join the Media.net advertising network"
894
  msgstr ""
895
 
896
- #: dashboard/info.php:115
897
  msgid "Sponsored offers"
898
  msgstr ""
899
 
900
- #: dashboard/info.php:121
901
  msgid ""
902
  "These are affiliate banners, clicking them costs you nothing but it helps me "
903
  "and AdRotate a lot!"
@@ -2295,8 +2317,7 @@ msgstr "Miesięczne zestawienie kliknięć i wyświetleń"
2295
  #: dashboard/publisher/statistics-advert.php:109
2296
  #: dashboard/publisher/statistics-group.php:113
2297
  #: dashboard/publisher/statistics-main.php:72
2298
- #: dashboard/settings/notifications.php:60
2299
- #: dashboard/settings/notifications.php:90
2300
  msgid "Note:"
2301
  msgstr "Notatka:"
2302
 
@@ -2374,7 +2395,7 @@ msgstr ""
2374
 
2375
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2376
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2377
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2378
  #: dashboard/settings/statistics.php:73
2379
  msgid "Update Options"
2380
  msgstr "Zapisz opcje"
@@ -3025,108 +3046,79 @@ msgstr ""
3025
  msgid "Email message."
3026
  msgstr "Wiadomość email."
3027
 
3028
- #: dashboard/settings/notifications.php:26
3029
- msgid "Push notifications to your smartphone."
3030
- msgstr "Wyślij powiadomienia na swój telefon."
3031
-
3032
- #: dashboard/settings/notifications.php:27
3033
- msgid ""
3034
- "Push notifications are delivered through Pushover, a notification service "
3035
- "for Android and iOS"
3036
- msgstr ""
3037
- "Powiadomienia mogą być dostarczane poprzez oprogramowanie Pushover, program "
3038
- "powidamiajacy dla Androida i iOS"
3039
-
3040
- #: dashboard/settings/notifications.php:27
3041
- msgid ""
3042
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3043
- "information can be found on the pushover website;"
3044
- msgstr ""
3045
- "Zakup aplikacji Pushover to jednorazowy zakup otrzymujesz aplikację zarówno "
3046
- "dla Android jak i iOS. Więcej informacji znajdziesz na stronie interntowej "
3047
- "aplikacji Pushover"
3048
-
3049
- #: dashboard/settings/notifications.php:31
3050
  msgid "Test notification"
3051
  msgstr ""
3052
 
3053
- #: dashboard/settings/notifications.php:33
3054
  msgid "Test"
3055
  msgstr ""
3056
 
3057
- #: dashboard/settings/notifications.php:33
3058
  msgid ""
3059
  "Send a test notification to enabled methods. Before you test, save the "
3060
  "options first!"
3061
  msgstr ""
3062
 
3063
- #: dashboard/settings/notifications.php:38
3064
  msgid "Dashboard Banner"
3065
  msgstr ""
3066
 
3067
- #: dashboard/settings/notifications.php:39
3068
  msgid ""
3069
  "These go in a dashboard banner visible to all users with access to AdRotate "
3070
  "on every WordPress dashboard page."
3071
  msgstr ""
3072
 
3073
- #: dashboard/settings/notifications.php:42
3074
- #: dashboard/settings/notifications.php:54
3075
- #: dashboard/settings/notifications.php:84
3076
  msgid "What"
3077
  msgstr ""
3078
 
3079
- #: dashboard/settings/notifications.php:44
3080
  msgid "Expired adverts."
3081
  msgstr ""
3082
 
3083
- #: dashboard/settings/notifications.php:45
3084
  msgid "Almost expired adverts."
3085
  msgstr ""
3086
 
3087
- #: dashboard/settings/notifications.php:50
3088
  msgid "Email Message"
3089
  msgstr ""
3090
 
3091
- #: dashboard/settings/notifications.php:50
3092
- #: dashboard/settings/notifications.php:80
3093
  msgid "Available in AdRotate Pro"
3094
  msgstr "Dostępne w wersji AdRotate Pro"
3095
 
3096
- #: dashboard/settings/notifications.php:51
3097
  msgid ""
3098
  "Receive email notifications about what is happening with your AdRotate setup."
3099
  msgstr ""
3100
 
3101
- #: dashboard/settings/notifications.php:56
3102
- #: dashboard/settings/notifications.php:86
3103
  msgid "Daily digest of any advert status other than normal."
3104
  msgstr "Dzienne podsumowania reklam inne niż normalne."
3105
 
3106
- #: dashboard/settings/notifications.php:57
3107
- #: dashboard/settings/notifications.php:87
3108
  msgid "When you are running out of Geo Targeting Lookups."
3109
  msgstr ""
3110
 
3111
- #: dashboard/settings/notifications.php:58
3112
- #: dashboard/settings/notifications.php:88
3113
  msgid "Any advertiser saving an advert in your moderation queue."
3114
  msgstr ""
3115
  "Każdy reklamodawca zapisuje swoje reklamy w Twojej kolejce moderacyjnej."
3116
 
3117
- #: dashboard/settings/notifications.php:59
3118
- #: dashboard/settings/notifications.php:89
3119
  msgid "A moderator approved an advert from the moderation queue."
3120
  msgstr ""
3121
  "Moderator zatwierdza reklamy umieszczone wcześniej w kolejce moderacyjnej."
3122
 
3123
- #: dashboard/settings/notifications.php:60
3124
- #: dashboard/settings/notifications.php:90
3125
  msgid "A moderator rejected an advert from the moderation queue."
3126
  msgstr "Moderator wyrzuca reklamuy z kolejki moderacyjnej."
3127
 
3128
- #: dashboard/settings/notifications.php:60
3129
- #: dashboard/settings/notifications.php:90
3130
  msgid ""
3131
  "If you have a lot of activity with many advertisers adding/changing adverts "
3132
  "you may get a lot of messages!"
@@ -3134,7 +3126,7 @@ msgstr ""
3134
  "Jeśli odnotowujesz dużą aktwywność reklamodawców dodających i zmieniających "
3135
  "reklamy możesz otrzymywać duża ilość wiadomości!"
3136
 
3137
- #: dashboard/settings/notifications.php:60
3138
  msgid ""
3139
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3140
  "spammy. This may result in automated filters such as those used in services "
@@ -3143,71 +3135,22 @@ msgid ""
3143
  "start receiving notifications!"
3144
  msgstr ""
3145
 
3146
- #: dashboard/settings/notifications.php:65
3147
  msgid "Publishers"
3148
  msgstr "Ogłoszeniodawcy"
3149
 
3150
- #: dashboard/settings/notifications.php:68
3151
  msgid ""
3152
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3153
  "separated. This field may not be empty!"
3154
  msgstr ""
3155
 
3156
- #: dashboard/settings/notifications.php:75
3157
  msgid ""
3158
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3159
  "This field may not be empty!"
3160
  msgstr ""
3161
 
3162
- #: dashboard/settings/notifications.php:80
3163
- msgid "Push Notifications"
3164
- msgstr "Powiadomienia typu PUSH"
3165
-
3166
- #: dashboard/settings/notifications.php:81
3167
- msgid ""
3168
- "Receive information about what is happening with your AdRotate setup on your "
3169
- "smartphone via Pushover."
3170
- msgstr ""
3171
- "Możesz otrzymywać wiadomości na smartphona o tym co dzieje się z Twoją "
3172
- "aplikacją AdRotate. Możliwe jest to dzięki aplikacjio Pushover."
3173
-
3174
- #: dashboard/settings/notifications.php:90
3175
- msgid ""
3176
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3177
- "run out, you will not receive push notifications until the quota is reset! "
3178
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3179
- "counts as one message."
3180
- msgstr ""
3181
-
3182
- #: dashboard/settings/notifications.php:95
3183
- msgid "User Key"
3184
- msgstr ""
3185
-
3186
- #: dashboard/settings/notifications.php:97
3187
- msgid "Get your user token"
3188
- msgstr ""
3189
-
3190
- #: dashboard/settings/notifications.php:97
3191
- #: dashboard/settings/notifications.php:103
3192
- msgid "here"
3193
- msgstr ""
3194
-
3195
- #: dashboard/settings/notifications.php:101
3196
- msgid "Api Token"
3197
- msgstr ""
3198
-
3199
- #: dashboard/settings/notifications.php:103
3200
- msgid "Create your"
3201
- msgstr ""
3202
-
3203
- #: dashboard/settings/notifications.php:103
3204
- msgid "App"
3205
- msgstr ""
3206
-
3207
- #: dashboard/settings/notifications.php:103
3208
- msgid "and get your API token"
3209
- msgstr ""
3210
-
3211
  #: dashboard/settings/roles.php:18
3212
  msgid "Who has access to what?"
3213
  msgstr "Kto ma dostęp i do czego?"
@@ -3356,6 +3299,34 @@ msgid ""
3356
  msgstr ""
3357
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
3358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3359
  #~ msgid "More information..."
3360
  #~ msgstr "Więcej informacji"
3361
 
@@ -3924,16 +3895,6 @@ msgstr ""
3924
  #~ "danego obszaru. Dane geolokalizacyjne dostarczone dzięki FreegeoIP "
3925
  #~ "(MaxMind) i GeoSelect."
3926
 
3927
- #~ msgid ""
3928
- #~ "When you activate your AdRotate Pro license you are entitled to ticket "
3929
- #~ "support. AdRotate premium support which takes priority over the Forums "
3930
- #~ "and even email. Get a solution (usually) within a day."
3931
- #~ msgstr ""
3932
- #~ "Kiedy aktywujesz licencje AdRotate Pro zyskuejsz pierwszeństwo przy "
3933
- #~ "zgłaszaniu problemów do systemy wsparcia technicznego. Twoje zgłoszenia "
3934
- #~ "maja pioryter przed wszystkimi na forum i emailami. Uzyskujesz odpowiedź "
3935
- #~ "przeważnie w przeciągu 1 dnia."
3936
-
3937
  #~ msgid ""
3938
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3939
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
@@ -3945,15 +3906,6 @@ msgstr ""
3945
  #~ msgid "Stay up-to-date with the notification system"
3946
  #~ msgstr "Bądź zawsze na bieżąco dzięki systemowi powiadomień"
3947
 
3948
- #~ msgid ""
3949
- #~ "Stay in touch with Email and/or push notifications. Get notified when "
3950
- #~ "adverts expire, have errors or when advertisers create new adverts. Never "
3951
- #~ "miss an expiration date again."
3952
- #~ msgstr ""
3953
- #~ "Bądź na bieżąco! Otrzymuj powiadomienia i wiadomości email gdy twoja "
3954
- #~ "reklama wygaśnie, posiada błędy lub gdy reklamodawcy utworzą nową "
3955
- #~ "reklamę. Już nigdy niczego nie przeoczysz !!"
3956
-
3957
  #~ msgid "Title:"
3958
  #~ msgstr "Tytuł:"
3959
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
15
  "_nx_noop:4c,1,2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Generator: Poedit 2.1\n"
19
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
  "|| n%100>=20) ? 1 : 2);\n"
21
  "X-Poedit-SearchPath-0: .\n"
286
  msgid "Set up your banner folder"
287
  msgstr "Folder banerów:"
288
 
289
+ #: adrotate-output.php:698
290
  msgid "one issue that requires"
291
  msgid_plural "several issues that require"
292
  msgstr[0] ""
293
  msgstr[1] ""
294
  msgstr[2] ""
295
 
296
+ #: adrotate-output.php:698
297
  msgid "your attention:"
298
  msgstr ""
299
 
300
+ #: adrotate-output.php:719 adrotate.php:447
301
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
302
  #, fuzzy
303
+ #| msgid "AdRotate Pro"
304
+ msgid "Get AdRotate Pro"
305
+ msgstr "AdRotate Pro"
306
 
307
+ #: adrotate-output.php:720
308
  msgid ""
309
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
310
+ "Schedules and more..."
311
  msgstr ""
312
 
313
+ #: adrotate-output.php:720
314
  #, php-format
315
  msgid ""
316
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
317
  msgstr ""
318
 
319
+ #: adrotate-output.php:720
320
  #, fuzzy
321
  msgid "Thank you for your support!"
322
  msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
323
 
324
+ #: adrotate-output.php:749
325
  msgid "one plugin"
326
  msgid_plural "several plugins"
327
  msgstr[0] ""
328
  msgstr[1] ""
329
  msgstr[2] ""
330
 
331
+ #: adrotate-output.php:837
332
  msgid ""
333
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
334
  "menu. If you need help getting started take a look at the"
335
  msgstr ""
336
 
337
+ #: adrotate-output.php:837
338
  msgid "manuals"
339
  msgstr "instrukcje"
340
 
341
+ #: adrotate-output.php:837 adrotate-output.php:921
342
  msgid "and"
343
  msgstr ""
344
 
345
+ #: adrotate-output.php:837
346
  msgid "forums"
347
  msgstr ""
348
 
349
+ #: adrotate-output.php:870
350
  #, fuzzy
351
  msgid "Useful Links"
352
  msgstr "Użyteczne odnośniki."
353
 
354
+ #: adrotate-output.php:871
355
  msgid "Useful links to learn more about AdRotate"
356
  msgstr ""
357
 
358
+ #: adrotate-output.php:873
359
  msgid "AdRotate website"
360
  msgstr ""
361
 
362
+ #: adrotate-output.php:874
363
  #, fuzzy
364
  msgid "Getting Started With AdRotate"
365
  msgstr "Więcej ustawień z AdRotate Pro"
366
 
367
+ #: adrotate-output.php:875
368
  #, fuzzy
369
  msgid "AdRotate manuals"
370
  msgstr "Informacja AdRotate "
371
 
372
+ #: adrotate-output.php:876
373
  #, fuzzy
374
  msgid "AdRotate Support Forum"
375
  msgstr "Sklep AdRotate"
376
 
377
+ #: adrotate-output.php:913
378
  #, fuzzy
379
  msgid "Help AdRotate Grow"
380
  msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
381
 
382
+ #: adrotate-output.php:914 adrotate.php:152
383
  msgid "AdRotate Professional"
384
  msgstr "AdRotate Professional"
385
 
386
+ #: adrotate-output.php:921
387
  msgid ""
388
  "Many users only think to review AdRotate when something goes wrong while "
389
  "thousands of people happily use AdRotate."
390
  msgstr ""
391
 
392
+ #: adrotate-output.php:921
393
  msgid "If you find AdRotate useful please leave your"
394
  msgstr ""
395
 
396
+ #: adrotate-output.php:921
397
  msgid "rating"
398
  msgstr ""
399
 
400
+ #: adrotate-output.php:921
401
  #, fuzzy
402
  msgid "review"
403
  msgstr ""
404
  "Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
405
 
406
+ #: adrotate-output.php:921
407
  msgid "on WordPress.org to help AdRotate grow in a positive way"
408
  msgstr ""
409
 
410
+ #: adrotate-output.php:922
411
  msgid ""
412
  "Get more advanced features like Geo Targeting, scheduling and much more with "
413
  "AdRotate Pro."
414
  msgstr ""
415
 
416
+ #: adrotate-output.php:922
417
  msgid "Includes premium support and free updates!"
418
  msgstr ""
419
 
420
+ #: adrotate-output.php:922
421
  #, fuzzy
422
  msgid "Get started today"
423
  msgstr "Więcej ustawień z AdRotate Pro"
618
  msgid "Get more features"
619
  msgstr "Więcej ustawień z AdRotate Pro"
620
 
 
 
 
 
 
 
621
  #: adrotate.php:474
622
  msgid "AdRotate Settings"
623
  msgstr "Ustawienia AdRotate"
645
  msgid "Geo Targeting"
646
  msgstr "Geo Targeting"
647
 
648
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
649
  msgid "Advertisers"
650
  msgstr "Reklamodawcy"
651
 
704
  msgstr ""
705
 
706
  #: dashboard/adrotatepro.php:41
707
+ #, fuzzy
708
+ #| msgid "Get Premium Support almost all year round"
709
+ msgid "Get Fast Support almost all year round"
710
  msgstr "Zakup Wsparcie premium na cały rok."
711
 
712
  #: dashboard/adrotatepro.php:44
713
+ #, fuzzy
714
+ #| msgid ""
715
+ #| "When you activate your AdRotate Pro license you are entitled to ticket "
716
+ #| "support. AdRotate premium support which takes priority over the Forums "
717
+ #| "and even email. Get a solution (usually) within a day."
718
  msgid ""
719
  "When you activate your AdRotate Pro license you can use fast and personal "
720
+ "email support. No more queueing up in the forums. AdRotate support takes "
721
+ "priority over the forums and is checked much more often than the forum. Get "
722
+ "a solution (usually) within two business days."
723
  msgstr ""
724
+ "Kiedy aktywujesz licencje AdRotate Pro zyskuejsz pierwszeństwo przy "
725
+ "zgłaszaniu problemów do systemy wsparcia technicznego. Twoje zgłoszenia maja "
726
+ "pioryter przed wszystkimi na forum i emailami. Uzyskujesz odpowiedź "
727
+ "przeważnie w przeciągu 1 dnia."
728
 
729
  #: dashboard/adrotatepro.php:48
730
  msgid "AdRotate is brought to you by"
760
  msgstr ""
761
 
762
  #: dashboard/adrotatepro.php:78
763
+ #, fuzzy
764
+ #| msgid ""
765
+ #| "Stay in touch with Email and/or push notifications. Get notified when "
766
+ #| "adverts expire, have errors or when advertisers create new adverts. Never "
767
+ #| "miss an expiration date again."
768
  msgid ""
769
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
770
+ "adverts expire or need your attention. Get notified when adverts expire, "
771
+ "have errors or when advertisers create new adverts. Select up to three email "
772
+ "addresses to be notified. Never miss an expiration date again."
773
  msgstr ""
774
+ "Bądź na bieżąco! Otrzymuj powiadomienia i wiadomości email gdy twoja reklama "
775
+ "wygaśnie, posiada błędy lub gdy reklamodawcy utworzą nową reklamę. Już nigdy "
776
+ "niczego nie przeoczysz !!"
777
 
778
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
779
  #: dashboard/info.php:79
788
  msgid "One WordPress installation."
789
  msgstr ""
790
 
791
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
792
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
793
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
794
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
795
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
796
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
797
+ #, fuzzy
798
+ msgid "Buy now"
799
+ msgstr "Kup"
800
+
801
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
802
+ #: dashboard/info.php:84
803
  msgid "Duo License"
804
  msgstr "Podwójna licencja"
805
 
808
  msgstr ""
809
 
810
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
811
+ #: dashboard/info.php:85
812
  msgid "Multi License"
813
  msgstr "Multi licencja"
814
 
819
  msgstr "dla jednej instalcji Wordpressa"
820
 
821
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
822
+ #: dashboard/info.php:86
823
  msgid "Developer License"
824
  msgstr "Licencja Programisty"
825
 
828
  msgstr ""
829
 
830
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
831
+ #: dashboard/info.php:87
832
  msgid "Compare licenses"
833
  msgstr "Porównaj licencje."
834
 
840
  msgid "All Licenses"
841
  msgstr "Wszystkie licencje"
842
 
843
+ #: dashboard/adrotatepro.php:98
844
  msgid "Lifetime License"
845
  msgstr ""
846
 
847
+ #: dashboard/adrotatepro.php:98
848
  msgid "Single installation."
849
  msgstr ""
850
 
851
+ #: dashboard/adrotatepro.php:99
852
  msgid "Up to 2 installations."
853
  msgstr ""
854
 
855
+ #: dashboard/adrotatepro.php:100
856
  msgid "Up to 10 installations."
857
  msgstr ""
858
 
859
+ #: dashboard/adrotatepro.php:101
860
  msgid "Up to 25 installations or multisite networks."
861
  msgstr ""
862
 
863
+ #: dashboard/adrotatepro.php:102
864
  msgid ""
865
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
866
  msgstr ""
867
 
868
+ #: dashboard/adrotatepro.php:103
869
  msgid "Not sure which license is for you?"
870
  msgstr ""
871
 
872
+ #: dashboard/adrotatepro.php:103
873
  msgid "Compare Licenses"
874
  msgstr ""
875
 
907
  msgid "Arnan de Gans News & Updates"
908
  msgstr ""
909
 
910
+ #: dashboard/info.php:91
911
+ msgid "AJdG Solutions Premium Support Group"
912
+ msgstr ""
913
+
914
+ #: dashboard/info.php:108
915
  msgid "Join the Media.net advertising network"
916
  msgstr ""
917
 
918
+ #: dashboard/info.php:123
919
  msgid "Sponsored offers"
920
  msgstr ""
921
 
922
+ #: dashboard/info.php:129
923
  msgid ""
924
  "These are affiliate banners, clicking them costs you nothing but it helps me "
925
  "and AdRotate a lot!"
2317
  #: dashboard/publisher/statistics-advert.php:109
2318
  #: dashboard/publisher/statistics-group.php:113
2319
  #: dashboard/publisher/statistics-main.php:72
2320
+ #: dashboard/settings/notifications.php:58
 
2321
  msgid "Note:"
2322
  msgstr "Notatka:"
2323
 
2395
 
2396
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2397
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2398
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2399
  #: dashboard/settings/statistics.php:73
2400
  msgid "Update Options"
2401
  msgstr "Zapisz opcje"
3046
  msgid "Email message."
3047
  msgstr "Wiadomość email."
3048
 
3049
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3050
  msgid "Test notification"
3051
  msgstr ""
3052
 
3053
+ #: dashboard/settings/notifications.php:31
3054
  msgid "Test"
3055
  msgstr ""
3056
 
3057
+ #: dashboard/settings/notifications.php:31
3058
  msgid ""
3059
  "Send a test notification to enabled methods. Before you test, save the "
3060
  "options first!"
3061
  msgstr ""
3062
 
3063
+ #: dashboard/settings/notifications.php:36
3064
  msgid "Dashboard Banner"
3065
  msgstr ""
3066
 
3067
+ #: dashboard/settings/notifications.php:37
3068
  msgid ""
3069
  "These go in a dashboard banner visible to all users with access to AdRotate "
3070
  "on every WordPress dashboard page."
3071
  msgstr ""
3072
 
3073
+ #: dashboard/settings/notifications.php:40
3074
+ #: dashboard/settings/notifications.php:52
 
3075
  msgid "What"
3076
  msgstr ""
3077
 
3078
+ #: dashboard/settings/notifications.php:42
3079
  msgid "Expired adverts."
3080
  msgstr ""
3081
 
3082
+ #: dashboard/settings/notifications.php:43
3083
  msgid "Almost expired adverts."
3084
  msgstr ""
3085
 
3086
+ #: dashboard/settings/notifications.php:48
3087
  msgid "Email Message"
3088
  msgstr ""
3089
 
3090
+ #: dashboard/settings/notifications.php:48
 
3091
  msgid "Available in AdRotate Pro"
3092
  msgstr "Dostępne w wersji AdRotate Pro"
3093
 
3094
+ #: dashboard/settings/notifications.php:49
3095
  msgid ""
3096
  "Receive email notifications about what is happening with your AdRotate setup."
3097
  msgstr ""
3098
 
3099
+ #: dashboard/settings/notifications.php:54
 
3100
  msgid "Daily digest of any advert status other than normal."
3101
  msgstr "Dzienne podsumowania reklam inne niż normalne."
3102
 
3103
+ #: dashboard/settings/notifications.php:55
 
3104
  msgid "When you are running out of Geo Targeting Lookups."
3105
  msgstr ""
3106
 
3107
+ #: dashboard/settings/notifications.php:56
 
3108
  msgid "Any advertiser saving an advert in your moderation queue."
3109
  msgstr ""
3110
  "Każdy reklamodawca zapisuje swoje reklamy w Twojej kolejce moderacyjnej."
3111
 
3112
+ #: dashboard/settings/notifications.php:57
 
3113
  msgid "A moderator approved an advert from the moderation queue."
3114
  msgstr ""
3115
  "Moderator zatwierdza reklamy umieszczone wcześniej w kolejce moderacyjnej."
3116
 
3117
+ #: dashboard/settings/notifications.php:58
 
3118
  msgid "A moderator rejected an advert from the moderation queue."
3119
  msgstr "Moderator wyrzuca reklamuy z kolejki moderacyjnej."
3120
 
3121
+ #: dashboard/settings/notifications.php:58
 
3122
  msgid ""
3123
  "If you have a lot of activity with many advertisers adding/changing adverts "
3124
  "you may get a lot of messages!"
3126
  "Jeśli odnotowujesz dużą aktwywność reklamodawców dodających i zmieniających "
3127
  "reklamy możesz otrzymywać duża ilość wiadomości!"
3128
 
3129
+ #: dashboard/settings/notifications.php:58
3130
  msgid ""
3131
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3132
  "spammy. This may result in automated filters such as those used in services "
3135
  "start receiving notifications!"
3136
  msgstr ""
3137
 
3138
+ #: dashboard/settings/notifications.php:63
3139
  msgid "Publishers"
3140
  msgstr "Ogłoszeniodawcy"
3141
 
3142
+ #: dashboard/settings/notifications.php:66
3143
  msgid ""
3144
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3145
  "separated. This field may not be empty!"
3146
  msgstr ""
3147
 
3148
+ #: dashboard/settings/notifications.php:73
3149
  msgid ""
3150
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3151
  "This field may not be empty!"
3152
  msgstr ""
3153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3154
  #: dashboard/settings/roles.php:18
3155
  msgid "Who has access to what?"
3156
  msgstr "Kto ma dostęp i do czego?"
3299
  msgstr ""
3300
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
3301
 
3302
+ #~ msgid "Push notifications to your smartphone."
3303
+ #~ msgstr "Wyślij powiadomienia na swój telefon."
3304
+
3305
+ #~ msgid ""
3306
+ #~ "Push notifications are delivered through Pushover, a notification service "
3307
+ #~ "for Android and iOS"
3308
+ #~ msgstr ""
3309
+ #~ "Powiadomienia mogą być dostarczane poprzez oprogramowanie Pushover, "
3310
+ #~ "program powidamiajacy dla Androida i iOS"
3311
+
3312
+ #~ msgid ""
3313
+ #~ "The Pushover App is a one time purchase for either Android and/or iOS. "
3314
+ #~ "More information can be found on the pushover website;"
3315
+ #~ msgstr ""
3316
+ #~ "Zakup aplikacji Pushover to jednorazowy zakup otrzymujesz aplikację "
3317
+ #~ "zarówno dla Android jak i iOS. Więcej informacji znajdziesz na stronie "
3318
+ #~ "interntowej aplikacji Pushover"
3319
+
3320
+ #~ msgid "Push Notifications"
3321
+ #~ msgstr "Powiadomienia typu PUSH"
3322
+
3323
+ #~ msgid ""
3324
+ #~ "Receive information about what is happening with your AdRotate setup on "
3325
+ #~ "your smartphone via Pushover."
3326
+ #~ msgstr ""
3327
+ #~ "Możesz otrzymywać wiadomości na smartphona o tym co dzieje się z Twoją "
3328
+ #~ "aplikacją AdRotate. Możliwe jest to dzięki aplikacjio Pushover."
3329
+
3330
  #~ msgid "More information..."
3331
  #~ msgstr "Więcej informacji"
3332
 
3895
  #~ "danego obszaru. Dane geolokalizacyjne dostarczone dzięki FreegeoIP "
3896
  #~ "(MaxMind) i GeoSelect."
3897
 
 
 
 
 
 
 
 
 
 
 
3898
  #~ msgid ""
3899
  #~ "Schedule your adverts and set up advertising campaigns based on date "
3900
  #~ "without hassle. Seasonal adverts, weekly adverts. You name it. AdRotate "
3906
  #~ msgid "Stay up-to-date with the notification system"
3907
  #~ msgstr "Bądź zawsze na bieżąco dzięki systemowi powiadomień"
3908
 
 
 
 
 
 
 
 
 
 
3909
  #~ msgid "Title:"
3910
  #~ msgstr "Tytuł:"
3911
 
language/adrotate-sr_RS.mo CHANGED
Binary file
language/adrotate-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:730
@@ -254,128 +254,123 @@ msgstr ""
254
  msgid "Set up your banner folder"
255
  msgstr "Gde su ti baneri ?"
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
  #, fuzzy
270
- msgid "Buy now"
271
- msgstr "Kupite odmah"
 
272
 
273
- #: adrotate-output.php:717
274
  msgid ""
275
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
276
- "<strong>PRO</strong> version and get more features."
277
  msgstr ""
278
 
279
- #: adrotate-output.php:717
280
  #, php-format
281
  msgid ""
282
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
283
  msgstr ""
284
 
285
- #: adrotate-output.php:717
286
  msgid "Thank you for your support!"
287
  msgstr ""
288
 
289
- #: adrotate-output.php:779
290
  msgid ""
291
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
292
  "menu. If you need help getting started take a look at the"
293
  msgstr ""
294
 
295
- #: adrotate-output.php:779
296
  msgid "manuals"
297
  msgstr "priručnici"
298
 
299
- #: adrotate-output.php:779 adrotate-output.php:864
300
  msgid "and"
301
  msgstr ""
302
 
303
- #: adrotate-output.php:779
304
  msgid "forums"
305
  msgstr ""
306
 
307
- #: adrotate-output.php:812
308
  #, fuzzy
309
  msgid "Useful Links"
310
  msgstr "Korisni linkovi"
311
 
312
- #: adrotate-output.php:813
313
  msgid "Useful links to learn more about AdRotate"
314
  msgstr ""
315
 
316
- #: adrotate-output.php:815
317
  msgid "AdRotate website"
318
  msgstr ""
319
 
320
- #: adrotate-output.php:816
321
  #, fuzzy
322
  msgid "Getting Started With AdRotate"
323
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
324
 
325
- #: adrotate-output.php:817
326
  #, fuzzy
327
  msgid "AdRotate manuals"
328
  msgstr "AdRotate informacije"
329
 
330
- #: adrotate-output.php:818
331
  #, fuzzy
332
  msgid "AdRotate Support Forum"
333
  msgstr "AdRotate prodavnica"
334
 
335
- #: adrotate-output.php:856
336
  #, fuzzy
337
  msgid "Help AdRotate Grow"
338
  msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
339
 
340
- #: adrotate-output.php:857 adrotate.php:152
341
  #, fuzzy
342
  msgid "AdRotate Professional"
343
  msgstr "AdRotate promocije"
344
 
345
- #: adrotate-output.php:864
346
  msgid ""
347
  "Many users only think to review AdRotate when something goes wrong while "
348
  "thousands of people happily use AdRotate."
349
  msgstr ""
350
 
351
- #: adrotate-output.php:864
352
  msgid "If you find AdRotate useful please leave your"
353
  msgstr ""
354
 
355
- #: adrotate-output.php:864
356
  msgid "rating"
357
  msgstr ""
358
 
359
- #: adrotate-output.php:864
360
  #, fuzzy
361
  msgid "review"
362
  msgstr "Dajte ocenu i komentar"
363
 
364
- #: adrotate-output.php:864
365
  msgid "on WordPress.org to help AdRotate grow in a positive way"
366
  msgstr ""
367
 
368
- #: adrotate-output.php:865
369
  msgid ""
370
  "Get more advanced features like Geo Targeting, scheduling and much more with "
371
  "AdRotate Pro."
372
  msgstr ""
373
 
374
- #: adrotate-output.php:865
375
  msgid "Includes premium support and free updates!"
376
  msgstr ""
377
 
378
- #: adrotate-output.php:865
379
  #, fuzzy
380
  #| msgid "Go Pro today"
381
  msgid "Get started today"
@@ -577,12 +572,6 @@ msgstr ""
577
  msgid "Get more features"
578
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
579
 
580
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
581
- #, fuzzy
582
- #| msgid "AdRotate Pro"
583
- msgid "Get AdRotate Pro"
584
- msgstr "AdRotate Pro"
585
-
586
  #: adrotate.php:474
587
  msgid "AdRotate Settings"
588
  msgstr "AdRotate postavke"
@@ -611,7 +600,7 @@ msgstr "Statistika"
611
  msgid "Geo Targeting"
612
  msgstr "GeoTargeting"
613
 
614
- #: adrotate.php:483 dashboard/settings/notifications.php:72
615
  msgid "Advertisers"
616
  msgstr "Oglašivači"
617
 
@@ -666,15 +655,15 @@ msgid ""
666
  msgstr ""
667
 
668
  #: dashboard/adrotatepro.php:41
669
- msgid "Get Premium Support almost all year round"
670
  msgstr ""
671
 
672
  #: dashboard/adrotatepro.php:44
673
  msgid ""
674
  "When you activate your AdRotate Pro license you can use fast and personal "
675
- "email support. No more queueing up in the forums. AdRotate premium support "
676
- "takes priority over the forums and is checked much more often than the "
677
- "forum. Get a solution (usually) within one business day."
678
  msgstr ""
679
 
680
  #: dashboard/adrotatepro.php:48
@@ -713,9 +702,9 @@ msgstr ""
713
  #: dashboard/adrotatepro.php:78
714
  msgid ""
715
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
716
- "adverts expire or need your attention. Additionally, send push notifications "
717
- "to your iOS or Android device. Get notified when adverts expire, have errors "
718
- "or when advertisers create new adverts. Never miss an expiration date again."
719
  msgstr ""
720
 
721
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
@@ -732,8 +721,18 @@ msgstr ""
732
  msgid "One WordPress installation."
733
  msgstr ""
734
 
 
 
 
 
 
 
 
 
 
 
735
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
736
- #: dashboard/info.php:84 dashboard/info.php:91
737
  msgid "Duo License"
738
  msgstr ""
739
 
@@ -742,7 +741,7 @@ msgid "Two WordPress installations."
742
  msgstr ""
743
 
744
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
745
- #: dashboard/info.php:85 dashboard/info.php:92
746
  msgid "Multi License"
747
  msgstr ""
748
 
@@ -752,7 +751,7 @@ msgid "Five WordPress installations."
752
  msgstr "Instalacije"
753
 
754
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
755
- #: dashboard/info.php:86 dashboard/info.php:93
756
  #, fuzzy
757
  msgid "Developer License"
758
  msgstr "Debug za programera"
@@ -762,7 +761,7 @@ msgid "Unlimited WordPress installations and/or networks."
762
  msgstr ""
763
 
764
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
765
- #: dashboard/info.php:87 dashboard/info.php:95
766
  msgid "Compare licenses"
767
  msgstr ""
768
 
@@ -775,36 +774,36 @@ msgstr ""
775
  msgid "All Licenses"
776
  msgstr "Ponovo ocenite sve oglase"
777
 
778
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
779
  msgid "Lifetime License"
780
  msgstr ""
781
 
782
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
783
  msgid "Single installation."
784
  msgstr ""
785
 
786
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
787
  msgid "Up to 2 installations."
788
  msgstr ""
789
 
790
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
791
  msgid "Up to 10 installations."
792
  msgstr ""
793
 
794
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
795
  msgid "Up to 25 installations or multisite networks."
796
  msgstr ""
797
 
798
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
799
  msgid ""
800
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
801
  msgstr ""
802
 
803
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
804
  msgid "Not sure which license is for you?"
805
  msgstr ""
806
 
807
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
808
  msgid "Compare Licenses"
809
  msgstr ""
810
 
@@ -842,15 +841,19 @@ msgstr ""
842
  msgid "Arnan de Gans News & Updates"
843
  msgstr ""
844
 
845
- #: dashboard/info.php:100
 
 
 
 
846
  msgid "Join the Media.net advertising network"
847
  msgstr ""
848
 
849
- #: dashboard/info.php:115
850
  msgid "Sponsored offers"
851
  msgstr ""
852
 
853
- #: dashboard/info.php:121
854
  msgid ""
855
  "These are affiliate banners, clicking them costs you nothing but it helps me "
856
  "and AdRotate a lot!"
@@ -2286,8 +2289,7 @@ msgstr "Mesečni pregled klikova i utisaka"
2286
  #: dashboard/publisher/statistics-advert.php:109
2287
  #: dashboard/publisher/statistics-group.php:113
2288
  #: dashboard/publisher/statistics-main.php:72
2289
- #: dashboard/settings/notifications.php:60
2290
- #: dashboard/settings/notifications.php:90
2291
  msgid "Note:"
2292
  msgstr "Beleška:"
2293
 
@@ -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 "Update opcije"
@@ -3027,109 +3029,85 @@ msgstr ""
3027
  msgid "Email message."
3028
  msgstr "Stranica oglašivača"
3029
 
3030
- #: dashboard/settings/notifications.php:26
3031
- msgid "Push notifications to your smartphone."
3032
- msgstr ""
3033
-
3034
- #: dashboard/settings/notifications.php:27
3035
- msgid ""
3036
- "Push notifications are delivered through Pushover, a notification service "
3037
- "for Android and iOS"
3038
- msgstr ""
3039
-
3040
- #: dashboard/settings/notifications.php:27
3041
- msgid ""
3042
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3043
- "information can be found on the pushover website;"
3044
- msgstr ""
3045
-
3046
- #: dashboard/settings/notifications.php:31
3047
  msgid "Test notification"
3048
  msgstr ""
3049
 
3050
- #: dashboard/settings/notifications.php:33
3051
  msgid "Test"
3052
  msgstr "Test"
3053
 
3054
- #: dashboard/settings/notifications.php:33
3055
  msgid ""
3056
  "Send a test notification to enabled methods. Before you test, save the "
3057
  "options first!"
3058
  msgstr ""
3059
 
3060
- #: dashboard/settings/notifications.php:38
3061
  msgid "Dashboard Banner"
3062
  msgstr ""
3063
 
3064
- #: dashboard/settings/notifications.php:39
3065
  msgid ""
3066
  "These go in a dashboard banner visible to all users with access to AdRotate "
3067
  "on every WordPress dashboard page."
3068
  msgstr ""
3069
 
3070
- #: dashboard/settings/notifications.php:42
3071
- #: dashboard/settings/notifications.php:54
3072
- #: dashboard/settings/notifications.php:84
3073
  msgid "What"
3074
  msgstr ""
3075
 
3076
- #: dashboard/settings/notifications.php:44
3077
  msgid "Expired adverts."
3078
  msgstr ""
3079
 
3080
- #: dashboard/settings/notifications.php:45
3081
  msgid "Almost expired adverts."
3082
  msgstr ""
3083
 
3084
- #: dashboard/settings/notifications.php:50
3085
  msgid "Email Message"
3086
  msgstr ""
3087
 
3088
- #: dashboard/settings/notifications.php:50
3089
- #: dashboard/settings/notifications.php:80
3090
  msgid "Available in AdRotate Pro"
3091
  msgstr "Dostupno u AdRotate Pro"
3092
 
3093
- #: dashboard/settings/notifications.php:51
3094
  msgid ""
3095
  "Receive email notifications about what is happening with your AdRotate setup."
3096
  msgstr ""
3097
 
3098
- #: dashboard/settings/notifications.php:56
3099
- #: dashboard/settings/notifications.php:86
3100
  msgid "Daily digest of any advert status other than normal."
3101
  msgstr ""
3102
 
3103
- #: dashboard/settings/notifications.php:57
3104
- #: dashboard/settings/notifications.php:87
3105
  msgid "When you are running out of Geo Targeting Lookups."
3106
  msgstr ""
3107
 
3108
- #: dashboard/settings/notifications.php:58
3109
- #: dashboard/settings/notifications.php:88
3110
  msgid "Any advertiser saving an advert in your moderation queue."
3111
  msgstr ""
3112
 
3113
- #: dashboard/settings/notifications.php:59
3114
- #: dashboard/settings/notifications.php:89
3115
  #, fuzzy
3116
  msgid "A moderator approved an advert from the moderation queue."
3117
  msgstr "Odobri / odbaci reklame u red za uređivanje"
3118
 
3119
- #: dashboard/settings/notifications.php:60
3120
- #: dashboard/settings/notifications.php:90
3121
  #, fuzzy
3122
  msgid "A moderator rejected an advert from the moderation queue."
3123
  msgstr "Odobri / odbaci reklame u red za uređivanje"
3124
 
3125
- #: dashboard/settings/notifications.php:60
3126
- #: dashboard/settings/notifications.php:90
3127
  msgid ""
3128
  "If you have a lot of activity with many advertisers adding/changing adverts "
3129
  "you may get a lot of messages!"
3130
  msgstr ""
3131
 
3132
- #: dashboard/settings/notifications.php:60
3133
  msgid ""
3134
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3135
  "spammy. This may result in automated filters such as those used in services "
@@ -3138,74 +3116,25 @@ msgid ""
3138
  "start receiving notifications!"
3139
  msgstr ""
3140
 
3141
- #: dashboard/settings/notifications.php:65
3142
  #, fuzzy
3143
  msgid "Publishers"
3144
  msgstr ""
3145
  "Pregled globalna statistike , po oglasu / grupa / blok statistika . Vidljivo "
3146
  "samo izdavačima ."
3147
 
3148
- #: dashboard/settings/notifications.php:68
3149
  msgid ""
3150
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3151
  "separated. This field may not be empty!"
3152
  msgstr ""
3153
 
3154
- #: dashboard/settings/notifications.php:75
3155
  msgid ""
3156
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3157
  "This field may not be empty!"
3158
  msgstr ""
3159
 
3160
- #: dashboard/settings/notifications.php:80
3161
- #, fuzzy
3162
- msgid "Push Notifications"
3163
- msgstr "Notifikacije"
3164
-
3165
- #: dashboard/settings/notifications.php:81
3166
- msgid ""
3167
- "Receive information about what is happening with your AdRotate setup on your "
3168
- "smartphone via Pushover."
3169
- msgstr ""
3170
-
3171
- #: dashboard/settings/notifications.php:90
3172
- msgid ""
3173
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3174
- "run out, you will not receive push notifications until the quota is reset! "
3175
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3176
- "counts as one message."
3177
- msgstr ""
3178
-
3179
- #: dashboard/settings/notifications.php:95
3180
- #, fuzzy
3181
- msgid "User Key"
3182
- msgstr "korisnici-agenti"
3183
-
3184
- #: dashboard/settings/notifications.php:97
3185
- msgid "Get your user token"
3186
- msgstr ""
3187
-
3188
- #: dashboard/settings/notifications.php:97
3189
- #: dashboard/settings/notifications.php:103
3190
- msgid "here"
3191
- msgstr ""
3192
-
3193
- #: dashboard/settings/notifications.php:101
3194
- msgid "Api Token"
3195
- msgstr ""
3196
-
3197
- #: dashboard/settings/notifications.php:103
3198
- msgid "Create your"
3199
- msgstr ""
3200
-
3201
- #: dashboard/settings/notifications.php:103
3202
- msgid "App"
3203
- msgstr ""
3204
-
3205
- #: dashboard/settings/notifications.php:103
3206
- msgid "and get your API token"
3207
- msgstr ""
3208
-
3209
  #: dashboard/settings/roles.php:18
3210
  msgid "Who has access to what?"
3211
  msgstr ""
@@ -3357,6 +3286,14 @@ msgid ""
3357
  msgstr ""
3358
  "Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
3359
 
 
 
 
 
 
 
 
 
3360
  #, fuzzy
3361
  #~ msgid "More information..."
3362
  #~ msgstr "Saznajte više"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: adrotate-functions.php:730
254
  msgid "Set up your banner folder"
255
  msgstr "Gde su ti baneri ?"
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
  msgid "Thank you for your support!"
282
  msgstr ""
283
 
284
+ #: adrotate-output.php:837
285
  msgid ""
286
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
287
  "menu. If you need help getting started take a look at the"
288
  msgstr ""
289
 
290
+ #: adrotate-output.php:837
291
  msgid "manuals"
292
  msgstr "priručnici"
293
 
294
+ #: adrotate-output.php:837 adrotate-output.php:921
295
  msgid "and"
296
  msgstr ""
297
 
298
+ #: adrotate-output.php:837
299
  msgid "forums"
300
  msgstr ""
301
 
302
+ #: adrotate-output.php:870
303
  #, fuzzy
304
  msgid "Useful Links"
305
  msgstr "Korisni linkovi"
306
 
307
+ #: adrotate-output.php:871
308
  msgid "Useful links to learn more about AdRotate"
309
  msgstr ""
310
 
311
+ #: adrotate-output.php:873
312
  msgid "AdRotate website"
313
  msgstr ""
314
 
315
+ #: adrotate-output.php:874
316
  #, fuzzy
317
  msgid "Getting Started With AdRotate"
318
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
319
 
320
+ #: adrotate-output.php:875
321
  #, fuzzy
322
  msgid "AdRotate manuals"
323
  msgstr "AdRotate informacije"
324
 
325
+ #: adrotate-output.php:876
326
  #, fuzzy
327
  msgid "AdRotate Support Forum"
328
  msgstr "AdRotate prodavnica"
329
 
330
+ #: adrotate-output.php:913
331
  #, fuzzy
332
  msgid "Help AdRotate Grow"
333
  msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
334
 
335
+ #: adrotate-output.php:914 adrotate.php:152
336
  #, fuzzy
337
  msgid "AdRotate Professional"
338
  msgstr "AdRotate promocije"
339
 
340
+ #: adrotate-output.php:921
341
  msgid ""
342
  "Many users only think to review AdRotate when something goes wrong while "
343
  "thousands of people happily use AdRotate."
344
  msgstr ""
345
 
346
+ #: adrotate-output.php:921
347
  msgid "If you find AdRotate useful please leave your"
348
  msgstr ""
349
 
350
+ #: adrotate-output.php:921
351
  msgid "rating"
352
  msgstr ""
353
 
354
+ #: adrotate-output.php:921
355
  #, fuzzy
356
  msgid "review"
357
  msgstr "Dajte ocenu i komentar"
358
 
359
+ #: adrotate-output.php:921
360
  msgid "on WordPress.org to help AdRotate grow in a positive way"
361
  msgstr ""
362
 
363
+ #: adrotate-output.php:922
364
  msgid ""
365
  "Get more advanced features like Geo Targeting, scheduling and much more with "
366
  "AdRotate Pro."
367
  msgstr ""
368
 
369
+ #: adrotate-output.php:922
370
  msgid "Includes premium support and free updates!"
371
  msgstr ""
372
 
373
+ #: adrotate-output.php:922
374
  #, fuzzy
375
  #| msgid "Go Pro today"
376
  msgid "Get started today"
572
  msgid "Get more features"
573
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
574
 
 
 
 
 
 
 
575
  #: adrotate.php:474
576
  msgid "AdRotate Settings"
577
  msgstr "AdRotate postavke"
600
  msgid "Geo Targeting"
601
  msgstr "GeoTargeting"
602
 
603
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
604
  msgid "Advertisers"
605
  msgstr "Oglašivači"
606
 
655
  msgstr ""
656
 
657
  #: dashboard/adrotatepro.php:41
658
+ msgid "Get Fast Support almost all year round"
659
  msgstr ""
660
 
661
  #: dashboard/adrotatepro.php:44
662
  msgid ""
663
  "When you activate your AdRotate Pro license you can use fast and personal "
664
+ "email support. No more queueing up in the forums. AdRotate support takes "
665
+ "priority over the forums and is checked much more often than the forum. Get "
666
+ "a solution (usually) within two business days."
667
  msgstr ""
668
 
669
  #: dashboard/adrotatepro.php:48
702
  #: dashboard/adrotatepro.php:78
703
  msgid ""
704
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
705
+ "adverts expire or need your attention. Get notified when adverts expire, "
706
+ "have errors or when advertisers create new adverts. Select up to three email "
707
+ "addresses to be notified. Never miss an expiration date again."
708
  msgstr ""
709
 
710
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
721
  msgid "One WordPress installation."
722
  msgstr ""
723
 
724
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
725
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
726
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
727
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
728
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
729
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
730
+ #, fuzzy
731
+ msgid "Buy now"
732
+ msgstr "Kupite odmah"
733
+
734
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
735
+ #: dashboard/info.php:84
736
  msgid "Duo License"
737
  msgstr ""
738
 
741
  msgstr ""
742
 
743
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
744
+ #: dashboard/info.php:85
745
  msgid "Multi License"
746
  msgstr ""
747
 
751
  msgstr "Instalacije"
752
 
753
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
754
+ #: dashboard/info.php:86
755
  #, fuzzy
756
  msgid "Developer License"
757
  msgstr "Debug za programera"
761
  msgstr ""
762
 
763
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
764
+ #: dashboard/info.php:87
765
  msgid "Compare licenses"
766
  msgstr ""
767
 
774
  msgid "All Licenses"
775
  msgstr "Ponovo ocenite sve oglase"
776
 
777
+ #: dashboard/adrotatepro.php:98
778
  msgid "Lifetime License"
779
  msgstr ""
780
 
781
+ #: dashboard/adrotatepro.php:98
782
  msgid "Single installation."
783
  msgstr ""
784
 
785
+ #: dashboard/adrotatepro.php:99
786
  msgid "Up to 2 installations."
787
  msgstr ""
788
 
789
+ #: dashboard/adrotatepro.php:100
790
  msgid "Up to 10 installations."
791
  msgstr ""
792
 
793
+ #: dashboard/adrotatepro.php:101
794
  msgid "Up to 25 installations or multisite networks."
795
  msgstr ""
796
 
797
+ #: dashboard/adrotatepro.php:102
798
  msgid ""
799
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
800
  msgstr ""
801
 
802
+ #: dashboard/adrotatepro.php:103
803
  msgid "Not sure which license is for you?"
804
  msgstr ""
805
 
806
+ #: dashboard/adrotatepro.php:103
807
  msgid "Compare Licenses"
808
  msgstr ""
809
 
841
  msgid "Arnan de Gans News & Updates"
842
  msgstr ""
843
 
844
+ #: dashboard/info.php:91
845
+ msgid "AJdG Solutions Premium Support Group"
846
+ msgstr ""
847
+
848
+ #: dashboard/info.php:108
849
  msgid "Join the Media.net advertising network"
850
  msgstr ""
851
 
852
+ #: dashboard/info.php:123
853
  msgid "Sponsored offers"
854
  msgstr ""
855
 
856
+ #: dashboard/info.php:129
857
  msgid ""
858
  "These are affiliate banners, clicking them costs you nothing but it helps me "
859
  "and AdRotate a lot!"
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:58
 
2293
  msgid "Note:"
2294
  msgstr "Beleška:"
2295
 
2369
 
2370
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2371
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2372
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2373
  #: dashboard/settings/statistics.php:73
2374
  msgid "Update Options"
2375
  msgstr "Update opcije"
3029
  msgid "Email message."
3030
  msgstr "Stranica oglašivača"
3031
 
3032
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3033
  msgid "Test notification"
3034
  msgstr ""
3035
 
3036
+ #: dashboard/settings/notifications.php:31
3037
  msgid "Test"
3038
  msgstr "Test"
3039
 
3040
+ #: dashboard/settings/notifications.php:31
3041
  msgid ""
3042
  "Send a test notification to enabled methods. Before you test, save the "
3043
  "options first!"
3044
  msgstr ""
3045
 
3046
+ #: dashboard/settings/notifications.php:36
3047
  msgid "Dashboard Banner"
3048
  msgstr ""
3049
 
3050
+ #: dashboard/settings/notifications.php:37
3051
  msgid ""
3052
  "These go in a dashboard banner visible to all users with access to AdRotate "
3053
  "on every WordPress dashboard page."
3054
  msgstr ""
3055
 
3056
+ #: dashboard/settings/notifications.php:40
3057
+ #: dashboard/settings/notifications.php:52
 
3058
  msgid "What"
3059
  msgstr ""
3060
 
3061
+ #: dashboard/settings/notifications.php:42
3062
  msgid "Expired adverts."
3063
  msgstr ""
3064
 
3065
+ #: dashboard/settings/notifications.php:43
3066
  msgid "Almost expired adverts."
3067
  msgstr ""
3068
 
3069
+ #: dashboard/settings/notifications.php:48
3070
  msgid "Email Message"
3071
  msgstr ""
3072
 
3073
+ #: dashboard/settings/notifications.php:48
 
3074
  msgid "Available in AdRotate Pro"
3075
  msgstr "Dostupno u AdRotate Pro"
3076
 
3077
+ #: dashboard/settings/notifications.php:49
3078
  msgid ""
3079
  "Receive email notifications about what is happening with your AdRotate setup."
3080
  msgstr ""
3081
 
3082
+ #: dashboard/settings/notifications.php:54
 
3083
  msgid "Daily digest of any advert status other than normal."
3084
  msgstr ""
3085
 
3086
+ #: dashboard/settings/notifications.php:55
 
3087
  msgid "When you are running out of Geo Targeting Lookups."
3088
  msgstr ""
3089
 
3090
+ #: dashboard/settings/notifications.php:56
 
3091
  msgid "Any advertiser saving an advert in your moderation queue."
3092
  msgstr ""
3093
 
3094
+ #: dashboard/settings/notifications.php:57
 
3095
  #, fuzzy
3096
  msgid "A moderator approved an advert from the moderation queue."
3097
  msgstr "Odobri / odbaci reklame u red za uređivanje"
3098
 
3099
+ #: dashboard/settings/notifications.php:58
 
3100
  #, fuzzy
3101
  msgid "A moderator rejected an advert from the moderation queue."
3102
  msgstr "Odobri / odbaci reklame u red za uređivanje"
3103
 
3104
+ #: dashboard/settings/notifications.php:58
 
3105
  msgid ""
3106
  "If you have a lot of activity with many advertisers adding/changing adverts "
3107
  "you may get a lot of messages!"
3108
  msgstr ""
3109
 
3110
+ #: dashboard/settings/notifications.php:58
3111
  msgid ""
3112
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3113
  "spammy. This may result in automated filters such as those used in services "
3116
  "start receiving notifications!"
3117
  msgstr ""
3118
 
3119
+ #: dashboard/settings/notifications.php:63
3120
  #, fuzzy
3121
  msgid "Publishers"
3122
  msgstr ""
3123
  "Pregled globalna statistike , po oglasu / grupa / blok statistika . Vidljivo "
3124
  "samo izdavačima ."
3125
 
3126
+ #: dashboard/settings/notifications.php:66
3127
  msgid ""
3128
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3129
  "separated. This field may not be empty!"
3130
  msgstr ""
3131
 
3132
+ #: dashboard/settings/notifications.php:73
3133
  msgid ""
3134
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3135
  "This field may not be empty!"
3136
  msgstr ""
3137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3138
  #: dashboard/settings/roles.php:18
3139
  msgid "Who has access to what?"
3140
  msgstr ""
3286
  msgstr ""
3287
  "Ovaj broj ne može da bude prazan , negativan ili veći od 3600 ( 1 sat ) ."
3288
 
3289
+ #, fuzzy
3290
+ #~ msgid "Push Notifications"
3291
+ #~ msgstr "Notifikacije"
3292
+
3293
+ #, fuzzy
3294
+ #~ msgid "User Key"
3295
+ #~ msgstr "korisnici-agenti"
3296
+
3297
  #, fuzzy
3298
  #~ msgid "More information..."
3299
  #~ msgstr "Saznajte više"
language/adrotate-sv_SV.mo CHANGED
Binary file
language/adrotate-sv_SV.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 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: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.0.3\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
@@ -258,129 +258,124 @@ msgstr ""
258
  msgid "Set up your banner folder"
259
  msgstr "Var är dina bannerannonser?"
260
 
261
- #: adrotate-output.php:697
262
  msgid "your attention:"
263
  msgstr ""
264
 
265
- #: adrotate-output.php:716 dashboard/adrotatepro.php:86
266
- #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:88
267
- #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:98
268
- #: dashboard/adrotatepro.php:99 dashboard/adrotatepro.php:100
269
- #: dashboard/adrotatepro.php:101 dashboard/info.php:83 dashboard/info.php:84
270
- #: dashboard/info.php:85 dashboard/info.php:86 dashboard/info.php:90
271
- #: dashboard/info.php:91 dashboard/info.php:92 dashboard/info.php:93
272
- #: dashboard/settings/geotargeting.php:40
273
  #, fuzzy
274
- msgid "Buy now"
275
- msgstr "Köp nu"
 
276
 
277
- #: adrotate-output.php:717
278
  msgid ""
279
- "If you like <strong>AdRotate</strong>, please consider upgrading to the "
280
- "<strong>PRO</strong> version and get more features."
281
  msgstr ""
282
 
283
- #: adrotate-output.php:717
284
  #, php-format
285
  msgid ""
286
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
287
  msgstr ""
288
 
289
- #: adrotate-output.php:717
290
  #, fuzzy
291
  msgid "Thank you for your support!"
292
  msgstr "Tack. Din licens är nu aktiv"
293
 
294
- #: adrotate-output.php:779
295
  msgid ""
296
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
297
  "menu. If you need help getting started take a look at the"
298
  msgstr ""
299
 
300
- #: adrotate-output.php:779
301
  msgid "manuals"
302
  msgstr "manual"
303
 
304
- #: adrotate-output.php:779 adrotate-output.php:864
305
  msgid "and"
306
  msgstr ""
307
 
308
- #: adrotate-output.php:779
309
  msgid "forums"
310
  msgstr ""
311
 
312
- #: adrotate-output.php:812
313
  #, fuzzy
314
  msgid "Useful Links"
315
  msgstr "Nyttiga länkar"
316
 
317
- #: adrotate-output.php:813
318
  msgid "Useful links to learn more about AdRotate"
319
  msgstr ""
320
 
321
- #: adrotate-output.php:815
322
  msgid "AdRotate website"
323
  msgstr ""
324
 
325
- #: adrotate-output.php:816
326
  #, fuzzy
327
  msgid "Getting Started With AdRotate"
328
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
329
 
330
- #: adrotate-output.php:817
331
  #, fuzzy
332
  msgid "AdRotate manuals"
333
  msgstr "AdRotate Information"
334
 
335
- #: adrotate-output.php:818
336
  #, fuzzy
337
  msgid "AdRotate Support Forum"
338
  msgstr "AdRotate butik"
339
 
340
- #: adrotate-output.php:856
341
  #, fuzzy
342
  msgid "Help AdRotate Grow"
343
  msgstr "Fastnat med AdRotate? Jag hjälper!"
344
 
345
- #: adrotate-output.php:857 adrotate.php:152
346
  #, fuzzy
347
  msgid "AdRotate Professional"
348
  msgstr "AdRotate"
349
 
350
- #: adrotate-output.php:864
351
  msgid ""
352
  "Many users only think to review AdRotate when something goes wrong while "
353
  "thousands of people happily use AdRotate."
354
  msgstr ""
355
 
356
- #: adrotate-output.php:864
357
  msgid "If you find AdRotate useful please leave your"
358
  msgstr ""
359
 
360
- #: adrotate-output.php:864
361
  msgid "rating"
362
  msgstr ""
363
 
364
- #: adrotate-output.php:864
365
  #, fuzzy
366
  msgid "review"
367
  msgstr "Betygsätt och omdöme"
368
 
369
- #: adrotate-output.php:864
370
  msgid "on WordPress.org to help AdRotate grow in a positive way"
371
  msgstr ""
372
 
373
- #: adrotate-output.php:865
374
  msgid ""
375
  "Get more advanced features like Geo Targeting, scheduling and much more with "
376
  "AdRotate Pro."
377
  msgstr ""
378
 
379
- #: adrotate-output.php:865
380
  msgid "Includes premium support and free updates!"
381
  msgstr ""
382
 
383
- #: adrotate-output.php:865
384
  #, fuzzy
385
  #| msgid "Go Pro today"
386
  msgid "Get started today"
@@ -582,12 +577,6 @@ msgstr ""
582
  msgid "Get more features"
583
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
584
 
585
- #: adrotate.php:447 dashboard/publisher/schedules-main.php:13
586
- #, fuzzy
587
- #| msgid "AdRotate Pro"
588
- msgid "Get AdRotate Pro"
589
- msgstr "AdRotate Pro"
590
-
591
  #: adrotate.php:474
592
  msgid "AdRotate Settings"
593
  msgstr "AdRotate Inställningar"
@@ -615,7 +604,7 @@ msgstr "Statistik"
615
  msgid "Geo Targeting"
616
  msgstr "Geo Targeting"
617
 
618
- #: adrotate.php:483 dashboard/settings/notifications.php:72
619
  msgid "Advertisers"
620
  msgstr "Annonsörer"
621
 
@@ -670,15 +659,15 @@ msgid ""
670
  msgstr ""
671
 
672
  #: dashboard/adrotatepro.php:41
673
- msgid "Get Premium Support almost all year round"
674
  msgstr ""
675
 
676
  #: dashboard/adrotatepro.php:44
677
  msgid ""
678
  "When you activate your AdRotate Pro license you can use fast and personal "
679
- "email support. No more queueing up in the forums. AdRotate premium support "
680
- "takes priority over the forums and is checked much more often than the "
681
- "forum. Get a solution (usually) within one business day."
682
  msgstr ""
683
 
684
  #: dashboard/adrotatepro.php:48
@@ -717,9 +706,9 @@ msgstr ""
717
  #: dashboard/adrotatepro.php:78
718
  msgid ""
719
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
720
- "adverts expire or need your attention. Additionally, send push notifications "
721
- "to your iOS or Android device. Get notified when adverts expire, have errors "
722
- "or when advertisers create new adverts. Never miss an expiration date again."
723
  msgstr ""
724
 
725
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
@@ -736,8 +725,18 @@ msgstr ""
736
  msgid "One WordPress installation."
737
  msgstr ""
738
 
 
 
 
 
 
 
 
 
 
 
739
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
740
- #: dashboard/info.php:84 dashboard/info.php:91
741
  #, fuzzy
742
  msgid "Duo License"
743
  msgstr "AdRotate Licens"
@@ -747,7 +746,7 @@ msgid "Two WordPress installations."
747
  msgstr ""
748
 
749
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
750
- #: dashboard/info.php:85 dashboard/info.php:92
751
  #, fuzzy
752
  msgid "Multi License"
753
  msgstr "AdRotate Licens"
@@ -758,7 +757,7 @@ msgid "Five WordPress installations."
758
  msgstr "Installation"
759
 
760
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
761
- #: dashboard/info.php:86 dashboard/info.php:93
762
  #, fuzzy
763
  msgid "Developer License"
764
  msgstr "Utvecklar Debug"
@@ -768,7 +767,7 @@ msgid "Unlimited WordPress installations and/or networks."
768
  msgstr ""
769
 
770
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
771
- #: dashboard/info.php:87 dashboard/info.php:95
772
  msgid "Compare licenses"
773
  msgstr ""
774
 
@@ -780,36 +779,36 @@ msgstr ""
780
  msgid "All Licenses"
781
  msgstr ""
782
 
783
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
784
  msgid "Lifetime License"
785
  msgstr ""
786
 
787
- #: dashboard/adrotatepro.php:98 dashboard/info.php:90
788
  msgid "Single installation."
789
  msgstr ""
790
 
791
- #: dashboard/adrotatepro.php:99 dashboard/info.php:91
792
  msgid "Up to 2 installations."
793
  msgstr ""
794
 
795
- #: dashboard/adrotatepro.php:100 dashboard/info.php:92
796
  msgid "Up to 10 installations."
797
  msgstr ""
798
 
799
- #: dashboard/adrotatepro.php:101 dashboard/info.php:93
800
  msgid "Up to 25 installations or multisite networks."
801
  msgstr ""
802
 
803
- #: dashboard/adrotatepro.php:102 dashboard/info.php:94
804
  msgid ""
805
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
806
  msgstr ""
807
 
808
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
809
  msgid "Not sure which license is for you?"
810
  msgstr ""
811
 
812
- #: dashboard/adrotatepro.php:103 dashboard/info.php:95
813
  msgid "Compare Licenses"
814
  msgstr ""
815
 
@@ -847,15 +846,19 @@ msgstr ""
847
  msgid "Arnan de Gans News & Updates"
848
  msgstr ""
849
 
850
- #: dashboard/info.php:100
 
 
 
 
851
  msgid "Join the Media.net advertising network"
852
  msgstr ""
853
 
854
- #: dashboard/info.php:115
855
  msgid "Sponsored offers"
856
  msgstr ""
857
 
858
- #: dashboard/info.php:121
859
  msgid ""
860
  "These are affiliate banners, clicking them costs you nothing but it helps me "
861
  "and AdRotate a lot!"
@@ -2274,8 +2277,7 @@ msgstr "Månads översikt av klick och visningar"
2274
  #: dashboard/publisher/statistics-advert.php:109
2275
  #: dashboard/publisher/statistics-group.php:113
2276
  #: dashboard/publisher/statistics-main.php:72
2277
- #: dashboard/settings/notifications.php:60
2278
- #: dashboard/settings/notifications.php:90
2279
  msgid "Note:"
2280
  msgstr "Notera:"
2281
 
@@ -2352,7 +2354,7 @@ msgstr ""
2352
 
2353
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2354
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2355
- #: dashboard/settings/notifications.php:109 dashboard/settings/roles.php:55
2356
  #: dashboard/settings/statistics.php:73
2357
  msgid "Update Options"
2358
  msgstr "Update Options"
@@ -3011,109 +3013,85 @@ msgstr ""
3011
  msgid "Email message."
3012
  msgstr "E-post eller Remote sida:"
3013
 
3014
- #: dashboard/settings/notifications.php:26
3015
- msgid "Push notifications to your smartphone."
3016
- msgstr ""
3017
-
3018
- #: dashboard/settings/notifications.php:27
3019
- msgid ""
3020
- "Push notifications are delivered through Pushover, a notification service "
3021
- "for Android and iOS"
3022
- msgstr ""
3023
-
3024
- #: dashboard/settings/notifications.php:27
3025
- msgid ""
3026
- "The Pushover App is a one time purchase for either Android and/or iOS. More "
3027
- "information can be found on the pushover website;"
3028
- msgstr ""
3029
-
3030
- #: dashboard/settings/notifications.php:31
3031
  msgid "Test notification"
3032
  msgstr ""
3033
 
3034
- #: dashboard/settings/notifications.php:33
3035
  msgid "Test"
3036
  msgstr "Test"
3037
 
3038
- #: dashboard/settings/notifications.php:33
3039
  msgid ""
3040
  "Send a test notification to enabled methods. Before you test, save the "
3041
  "options first!"
3042
  msgstr ""
3043
 
3044
- #: dashboard/settings/notifications.php:38
3045
  msgid "Dashboard Banner"
3046
  msgstr ""
3047
 
3048
- #: dashboard/settings/notifications.php:39
3049
  msgid ""
3050
  "These go in a dashboard banner visible to all users with access to AdRotate "
3051
  "on every WordPress dashboard page."
3052
  msgstr ""
3053
 
3054
- #: dashboard/settings/notifications.php:42
3055
- #: dashboard/settings/notifications.php:54
3056
- #: dashboard/settings/notifications.php:84
3057
  msgid "What"
3058
  msgstr ""
3059
 
3060
- #: dashboard/settings/notifications.php:44
3061
  msgid "Expired adverts."
3062
  msgstr ""
3063
 
3064
- #: dashboard/settings/notifications.php:45
3065
  msgid "Almost expired adverts."
3066
  msgstr ""
3067
 
3068
- #: dashboard/settings/notifications.php:50
3069
  msgid "Email Message"
3070
  msgstr ""
3071
 
3072
- #: dashboard/settings/notifications.php:50
3073
- #: dashboard/settings/notifications.php:80
3074
  msgid "Available in AdRotate Pro"
3075
  msgstr "Tillgänglig i AdRotate Pro"
3076
 
3077
- #: dashboard/settings/notifications.php:51
3078
  msgid ""
3079
  "Receive email notifications about what is happening with your AdRotate setup."
3080
  msgstr ""
3081
 
3082
- #: dashboard/settings/notifications.php:56
3083
- #: dashboard/settings/notifications.php:86
3084
  msgid "Daily digest of any advert status other than normal."
3085
  msgstr ""
3086
 
3087
- #: dashboard/settings/notifications.php:57
3088
- #: dashboard/settings/notifications.php:87
3089
  msgid "When you are running out of Geo Targeting Lookups."
3090
  msgstr ""
3091
 
3092
- #: dashboard/settings/notifications.php:58
3093
- #: dashboard/settings/notifications.php:88
3094
  msgid "Any advertiser saving an advert in your moderation queue."
3095
  msgstr ""
3096
 
3097
- #: dashboard/settings/notifications.php:59
3098
- #: dashboard/settings/notifications.php:89
3099
  #, fuzzy
3100
  msgid "A moderator approved an advert from the moderation queue."
3101
  msgstr "Godkänn / avvisa annonser i moderation Queue"
3102
 
3103
- #: dashboard/settings/notifications.php:60
3104
- #: dashboard/settings/notifications.php:90
3105
  #, fuzzy
3106
  msgid "A moderator rejected an advert from the moderation queue."
3107
  msgstr "Godkänn / avvisa annonser i moderation Queue"
3108
 
3109
- #: dashboard/settings/notifications.php:60
3110
- #: dashboard/settings/notifications.php:90
3111
  msgid ""
3112
  "If you have a lot of activity with many advertisers adding/changing adverts "
3113
  "you may get a lot of messages!"
3114
  msgstr ""
3115
 
3116
- #: dashboard/settings/notifications.php:60
3117
  msgid ""
3118
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3119
  "spammy. This may result in automated filters such as those used in services "
@@ -3122,74 +3100,25 @@ msgid ""
3122
  "start receiving notifications!"
3123
  msgstr ""
3124
 
3125
- #: dashboard/settings/notifications.php:65
3126
  #, fuzzy
3127
  msgid "Publishers"
3128
  msgstr ""
3129
  "Gå igenom global statistik, per annons / grupp / block-statistik. Synlig "
3130
  "endast till förlag."
3131
 
3132
- #: dashboard/settings/notifications.php:68
3133
  msgid ""
3134
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3135
  "separated. This field may not be empty!"
3136
  msgstr ""
3137
 
3138
- #: dashboard/settings/notifications.php:75
3139
  msgid ""
3140
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3141
  "This field may not be empty!"
3142
  msgstr ""
3143
 
3144
- #: dashboard/settings/notifications.php:80
3145
- #, fuzzy
3146
- msgid "Push Notifications"
3147
- msgstr "Meddelanden"
3148
-
3149
- #: dashboard/settings/notifications.php:81
3150
- msgid ""
3151
- "Receive information about what is happening with your AdRotate setup on your "
3152
- "smartphone via Pushover."
3153
- msgstr ""
3154
-
3155
- #: dashboard/settings/notifications.php:90
3156
- msgid ""
3157
- "Pushover has a monthly limit of 7500 messages, this should be plenty. If you "
3158
- "run out, you will not receive push notifications until the quota is reset! "
3159
- "Every message AdRotate sends, regardless of the number of receiving devices, "
3160
- "counts as one message."
3161
- msgstr ""
3162
-
3163
- #: dashboard/settings/notifications.php:95
3164
- #, fuzzy
3165
- msgid "User Key"
3166
- msgstr "Licensnyckel"
3167
-
3168
- #: dashboard/settings/notifications.php:97
3169
- msgid "Get your user token"
3170
- msgstr ""
3171
-
3172
- #: dashboard/settings/notifications.php:97
3173
- #: dashboard/settings/notifications.php:103
3174
- msgid "here"
3175
- msgstr ""
3176
-
3177
- #: dashboard/settings/notifications.php:101
3178
- msgid "Api Token"
3179
- msgstr ""
3180
-
3181
- #: dashboard/settings/notifications.php:103
3182
- msgid "Create your"
3183
- msgstr ""
3184
-
3185
- #: dashboard/settings/notifications.php:103
3186
- msgid "App"
3187
- msgstr ""
3188
-
3189
- #: dashboard/settings/notifications.php:103
3190
- msgid "and get your API token"
3191
- msgstr ""
3192
-
3193
  #: dashboard/settings/roles.php:18
3194
  msgid "Who has access to what?"
3195
  msgstr ""
@@ -3341,6 +3270,14 @@ msgid ""
3341
  msgstr ""
3342
  "Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
3343
 
 
 
 
 
 
 
 
 
3344
  #, fuzzy
3345
  #~ msgid "More information..."
3346
  #~ msgstr "Mer info"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-07-25 12:28+0800\n"
6
+ "PO-Revision-Date: 2018-07-25 12:28+0800\n"
7
  "Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
13
  "X-Poedit-KeywordsList: __;_e;_\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
258
  msgid "Set up your banner folder"
259
  msgstr "Var är dina bannerannonser?"
260
 
261
+ #: adrotate-output.php:698
262
  msgid "your attention:"
263
  msgstr ""
264
 
265
+ #: adrotate-output.php:719 adrotate.php:447
266
+ #: dashboard/publisher/schedules-main.php:13
 
 
 
 
 
 
267
  #, fuzzy
268
+ #| msgid "AdRotate Pro"
269
+ msgid "Get AdRotate Pro"
270
+ msgstr "AdRotate Pro"
271
 
272
+ #: adrotate-output.php:720
273
  msgid ""
274
+ "Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
275
+ "Schedules and more..."
276
  msgstr ""
277
 
278
+ #: adrotate-output.php:720
279
  #, php-format
280
  msgid ""
281
  "Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
282
  msgstr ""
283
 
284
+ #: adrotate-output.php:720
285
  #, fuzzy
286
  msgid "Thank you for your support!"
287
  msgstr "Tack. Din licens är nu aktiv"
288
 
289
+ #: adrotate-output.php:837
290
  msgid ""
291
  "Thank you for choosing AdRotate. Everything related to AdRotate is in this "
292
  "menu. If you need help getting started take a look at the"
293
  msgstr ""
294
 
295
+ #: adrotate-output.php:837
296
  msgid "manuals"
297
  msgstr "manual"
298
 
299
+ #: adrotate-output.php:837 adrotate-output.php:921
300
  msgid "and"
301
  msgstr ""
302
 
303
+ #: adrotate-output.php:837
304
  msgid "forums"
305
  msgstr ""
306
 
307
+ #: adrotate-output.php:870
308
  #, fuzzy
309
  msgid "Useful Links"
310
  msgstr "Nyttiga länkar"
311
 
312
+ #: adrotate-output.php:871
313
  msgid "Useful links to learn more about AdRotate"
314
  msgstr ""
315
 
316
+ #: adrotate-output.php:873
317
  msgid "AdRotate website"
318
  msgstr ""
319
 
320
+ #: adrotate-output.php:874
321
  #, fuzzy
322
  msgid "Getting Started With AdRotate"
323
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
324
 
325
+ #: adrotate-output.php:875
326
  #, fuzzy
327
  msgid "AdRotate manuals"
328
  msgstr "AdRotate Information"
329
 
330
+ #: adrotate-output.php:876
331
  #, fuzzy
332
  msgid "AdRotate Support Forum"
333
  msgstr "AdRotate butik"
334
 
335
+ #: adrotate-output.php:913
336
  #, fuzzy
337
  msgid "Help AdRotate Grow"
338
  msgstr "Fastnat med AdRotate? Jag hjälper!"
339
 
340
+ #: adrotate-output.php:914 adrotate.php:152
341
  #, fuzzy
342
  msgid "AdRotate Professional"
343
  msgstr "AdRotate"
344
 
345
+ #: adrotate-output.php:921
346
  msgid ""
347
  "Many users only think to review AdRotate when something goes wrong while "
348
  "thousands of people happily use AdRotate."
349
  msgstr ""
350
 
351
+ #: adrotate-output.php:921
352
  msgid "If you find AdRotate useful please leave your"
353
  msgstr ""
354
 
355
+ #: adrotate-output.php:921
356
  msgid "rating"
357
  msgstr ""
358
 
359
+ #: adrotate-output.php:921
360
  #, fuzzy
361
  msgid "review"
362
  msgstr "Betygsätt och omdöme"
363
 
364
+ #: adrotate-output.php:921
365
  msgid "on WordPress.org to help AdRotate grow in a positive way"
366
  msgstr ""
367
 
368
+ #: adrotate-output.php:922
369
  msgid ""
370
  "Get more advanced features like Geo Targeting, scheduling and much more with "
371
  "AdRotate Pro."
372
  msgstr ""
373
 
374
+ #: adrotate-output.php:922
375
  msgid "Includes premium support and free updates!"
376
  msgstr ""
377
 
378
+ #: adrotate-output.php:922
379
  #, fuzzy
380
  #| msgid "Go Pro today"
381
  msgid "Get started today"
577
  msgid "Get more features"
578
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
579
 
 
 
 
 
 
 
580
  #: adrotate.php:474
581
  msgid "AdRotate Settings"
582
  msgstr "AdRotate Inställningar"
604
  msgid "Geo Targeting"
605
  msgstr "Geo Targeting"
606
 
607
+ #: adrotate.php:483 dashboard/settings/notifications.php:70
608
  msgid "Advertisers"
609
  msgstr "Annonsörer"
610
 
659
  msgstr ""
660
 
661
  #: dashboard/adrotatepro.php:41
662
+ msgid "Get Fast Support almost all year round"
663
  msgstr ""
664
 
665
  #: dashboard/adrotatepro.php:44
666
  msgid ""
667
  "When you activate your AdRotate Pro license you can use fast and personal "
668
+ "email support. No more queueing up in the forums. AdRotate support takes "
669
+ "priority over the forums and is checked much more often than the forum. Get "
670
+ "a solution (usually) within two business days."
671
  msgstr ""
672
 
673
  #: dashboard/adrotatepro.php:48
706
  #: dashboard/adrotatepro.php:78
707
  msgid ""
708
  "Stay in touch with Email notifications. Have AdRotate send you an alert when "
709
+ "adverts expire or need your attention. Get notified when adverts expire, "
710
+ "have errors or when advertisers create new adverts. Select up to three email "
711
+ "addresses to be notified. Never miss an expiration date again."
712
  msgstr ""
713
 
714
  #: dashboard/adrotatepro.php:82 dashboard/adrotatepro.php:94
725
  msgid "One WordPress installation."
726
  msgstr ""
727
 
728
+ #: dashboard/adrotatepro.php:86 dashboard/adrotatepro.php:87
729
+ #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:89
730
+ #: dashboard/adrotatepro.php:98 dashboard/adrotatepro.php:99
731
+ #: dashboard/adrotatepro.php:100 dashboard/adrotatepro.php:101
732
+ #: dashboard/info.php:83 dashboard/info.php:84 dashboard/info.php:85
733
+ #: dashboard/info.php:86 dashboard/settings/geotargeting.php:40
734
+ #, fuzzy
735
+ msgid "Buy now"
736
+ msgstr "Köp nu"
737
+
738
  #: dashboard/adrotatepro.php:87 dashboard/adrotatepro.php:99
739
+ #: dashboard/info.php:84
740
  #, fuzzy
741
  msgid "Duo License"
742
  msgstr "AdRotate Licens"
746
  msgstr ""
747
 
748
  #: dashboard/adrotatepro.php:88 dashboard/adrotatepro.php:100
749
+ #: dashboard/info.php:85
750
  #, fuzzy
751
  msgid "Multi License"
752
  msgstr "AdRotate Licens"
757
  msgstr "Installation"
758
 
759
  #: dashboard/adrotatepro.php:89 dashboard/adrotatepro.php:101
760
+ #: dashboard/info.php:86
761
  #, fuzzy
762
  msgid "Developer License"
763
  msgstr "Utvecklar Debug"
767
  msgstr ""
768
 
769
  #: dashboard/adrotatepro.php:90 dashboard/adrotatepro.php:103
770
+ #: dashboard/info.php:87
771
  msgid "Compare licenses"
772
  msgstr ""
773
 
779
  msgid "All Licenses"
780
  msgstr ""
781
 
782
+ #: dashboard/adrotatepro.php:98
783
  msgid "Lifetime License"
784
  msgstr ""
785
 
786
+ #: dashboard/adrotatepro.php:98
787
  msgid "Single installation."
788
  msgstr ""
789
 
790
+ #: dashboard/adrotatepro.php:99
791
  msgid "Up to 2 installations."
792
  msgstr ""
793
 
794
+ #: dashboard/adrotatepro.php:100
795
  msgid "Up to 10 installations."
796
  msgstr ""
797
 
798
+ #: dashboard/adrotatepro.php:101
799
  msgid "Up to 25 installations or multisite networks."
800
  msgstr ""
801
 
802
+ #: dashboard/adrotatepro.php:102
803
  msgid ""
804
  "Subscriptions get 1 year access to updates, email support & AdRotate Geo."
805
  msgstr ""
806
 
807
+ #: dashboard/adrotatepro.php:103
808
  msgid "Not sure which license is for you?"
809
  msgstr ""
810
 
811
+ #: dashboard/adrotatepro.php:103
812
  msgid "Compare Licenses"
813
  msgstr ""
814
 
846
  msgid "Arnan de Gans News & Updates"
847
  msgstr ""
848
 
849
+ #: dashboard/info.php:91
850
+ msgid "AJdG Solutions Premium Support Group"
851
+ msgstr ""
852
+
853
+ #: dashboard/info.php:108
854
  msgid "Join the Media.net advertising network"
855
  msgstr ""
856
 
857
+ #: dashboard/info.php:123
858
  msgid "Sponsored offers"
859
  msgstr ""
860
 
861
+ #: dashboard/info.php:129
862
  msgid ""
863
  "These are affiliate banners, clicking them costs you nothing but it helps me "
864
  "and AdRotate a lot!"
2277
  #: dashboard/publisher/statistics-advert.php:109
2278
  #: dashboard/publisher/statistics-group.php:113
2279
  #: dashboard/publisher/statistics-main.php:72
2280
+ #: dashboard/settings/notifications.php:58
 
2281
  msgid "Note:"
2282
  msgstr "Notera:"
2283
 
2354
 
2355
  #: dashboard/settings/advertisers.php:53 dashboard/settings/general.php:78
2356
  #: dashboard/settings/maintenance.php:116 dashboard/settings/misc.php:47
2357
+ #: dashboard/settings/notifications.php:79 dashboard/settings/roles.php:55
2358
  #: dashboard/settings/statistics.php:73
2359
  msgid "Update Options"
2360
  msgstr "Update Options"
3013
  msgid "Email message."
3014
  msgstr "E-post eller Remote sida:"
3015
 
3016
+ #: dashboard/settings/notifications.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3017
  msgid "Test notification"
3018
  msgstr ""
3019
 
3020
+ #: dashboard/settings/notifications.php:31
3021
  msgid "Test"
3022
  msgstr "Test"
3023
 
3024
+ #: dashboard/settings/notifications.php:31
3025
  msgid ""
3026
  "Send a test notification to enabled methods. Before you test, save the "
3027
  "options first!"
3028
  msgstr ""
3029
 
3030
+ #: dashboard/settings/notifications.php:36
3031
  msgid "Dashboard Banner"
3032
  msgstr ""
3033
 
3034
+ #: dashboard/settings/notifications.php:37
3035
  msgid ""
3036
  "These go in a dashboard banner visible to all users with access to AdRotate "
3037
  "on every WordPress dashboard page."
3038
  msgstr ""
3039
 
3040
+ #: dashboard/settings/notifications.php:40
3041
+ #: dashboard/settings/notifications.php:52
 
3042
  msgid "What"
3043
  msgstr ""
3044
 
3045
+ #: dashboard/settings/notifications.php:42
3046
  msgid "Expired adverts."
3047
  msgstr ""
3048
 
3049
+ #: dashboard/settings/notifications.php:43
3050
  msgid "Almost expired adverts."
3051
  msgstr ""
3052
 
3053
+ #: dashboard/settings/notifications.php:48
3054
  msgid "Email Message"
3055
  msgstr ""
3056
 
3057
+ #: dashboard/settings/notifications.php:48
 
3058
  msgid "Available in AdRotate Pro"
3059
  msgstr "Tillgänglig i AdRotate Pro"
3060
 
3061
+ #: dashboard/settings/notifications.php:49
3062
  msgid ""
3063
  "Receive email notifications about what is happening with your AdRotate setup."
3064
  msgstr ""
3065
 
3066
+ #: dashboard/settings/notifications.php:54
 
3067
  msgid "Daily digest of any advert status other than normal."
3068
  msgstr ""
3069
 
3070
+ #: dashboard/settings/notifications.php:55
 
3071
  msgid "When you are running out of Geo Targeting Lookups."
3072
  msgstr ""
3073
 
3074
+ #: dashboard/settings/notifications.php:56
 
3075
  msgid "Any advertiser saving an advert in your moderation queue."
3076
  msgstr ""
3077
 
3078
+ #: dashboard/settings/notifications.php:57
 
3079
  #, fuzzy
3080
  msgid "A moderator approved an advert from the moderation queue."
3081
  msgstr "Godkänn / avvisa annonser i moderation Queue"
3082
 
3083
+ #: dashboard/settings/notifications.php:58
 
3084
  #, fuzzy
3085
  msgid "A moderator rejected an advert from the moderation queue."
3086
  msgstr "Godkänn / avvisa annonser i moderation Queue"
3087
 
3088
+ #: dashboard/settings/notifications.php:58
 
3089
  msgid ""
3090
  "If you have a lot of activity with many advertisers adding/changing adverts "
3091
  "you may get a lot of messages!"
3092
  msgstr ""
3093
 
3094
+ #: dashboard/settings/notifications.php:58
3095
  msgid ""
3096
  "Sending out a lot of email is sometimes seen as automated mailing and deemed "
3097
  "spammy. This may result in automated filters such as those used in services "
3100
  "start receiving notifications!"
3101
  msgstr ""
3102
 
3103
+ #: dashboard/settings/notifications.php:63
3104
  #, fuzzy
3105
  msgid "Publishers"
3106
  msgstr ""
3107
  "Gå igenom global statistik, per annons / grupp / block-statistik. Synlig "
3108
  "endast till förlag."
3109
 
3110
+ #: dashboard/settings/notifications.php:66
3111
  msgid ""
3112
  "Messages are sent once every 24 hours. Maximum of 5 addresses. Comma "
3113
  "separated. This field may not be empty!"
3114
  msgstr ""
3115
 
3116
+ #: dashboard/settings/notifications.php:73
3117
  msgid ""
3118
  "Who gets email from advertisers. Maximum of 5 addresses. Comma separated. "
3119
  "This field may not be empty!"
3120
  msgstr ""
3121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3122
  #: dashboard/settings/roles.php:18
3123
  msgid "Who has access to what?"
3124
  msgstr ""
3270
  msgstr ""
3271
  "Detta nummer kan inte vara tom, negativa eller överstiga 3600 (1 timme)."
3272
 
3273
+ #, fuzzy
3274
+ #~ msgid "Push Notifications"
3275
+ #~ msgstr "Meddelanden"
3276
+
3277
+ #, fuzzy
3278
+ #~ msgid "User Key"
3279
+ #~ msgstr "Licensnyckel"
3280
+
3281
  #, fuzzy
3282
  #~ msgid "More information..."
3283
  #~ msgstr "Mer info"
library/dashboard.css CHANGED
@@ -23,8 +23,10 @@
23
  .ajdg_notification .text span { font-size:12px; }
24
  .ajdg_notification .button { float:left; border:1px solid #e2f4d2; font-size:14px; margin:18px 0 18px 16px; padding:12px 0; color:#FFF; text-shadow:none; font-weight:bold; background:#86c351; -moz-border-radius:3px; border-radius:3px; -webkit-border-radius:3px; text-decoration:none; height:50px; text-align:center; text-transform:uppercase; width:147px; box-shadow:none; line-height:26px; }
25
  .ajdg_notification .button:hover { background:#5f9d28; color:#fff; border:1px solid #e2f4d2;}
26
- .ajdg_notification .text_update { color:#fff; }
 
27
  .ajdg_notification .button_large { width:200px; }
 
28
  .ajdg_notification .icon { float:right; margin:12px 8px 8px 8px; }
29
  .ajdg_notification .close_notification { float:right; margin:8px; cursor:pointer; }
30
 
23
  .ajdg_notification .text span { font-size:12px; }
24
  .ajdg_notification .button { float:left; border:1px solid #e2f4d2; font-size:14px; margin:18px 0 18px 16px; padding:12px 0; color:#FFF; text-shadow:none; font-weight:bold; background:#86c351; -moz-border-radius:3px; border-radius:3px; -webkit-border-radius:3px; text-decoration:none; height:50px; text-align:center; text-transform:uppercase; width:147px; box-shadow:none; line-height:26px; }
25
  .ajdg_notification .button:hover { background:#5f9d28; color:#fff; border:1px solid #e2f4d2;}
26
+ .ajdg_notification .button_premium { border:1px solid #95c5e9; background:#1fa4d1; }
27
+ .ajdg_notification .button_premium:hover { background:#137292; color:#fff; border:1px solid #2085d1;}
28
  .ajdg_notification .button_large { width:200px; }
29
+ .ajdg_notification .text_update { color:#fff; }
30
  .ajdg_notification .icon { float:right; margin:12px 8px 8px 8px; }
31
  .ajdg_notification .close_notification { float:right; margin:8px; cursor:pointer; }
32
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.arnan.me/donate.html
4
  Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
5
  Requires at least: 3.8
6
  Tested up to: 4.9
7
- Stable tag: 4.12.3
8
  License: GPLv3
9
 
10
  Monetise your website with adverts while keeping things simple. Start making money today!
@@ -23,16 +23,16 @@ AdRotate looks and feels similar to the WordPress dashboard you already know, yo
23
 
24
  Want more features? Get AdRotate Professional! AdRotate Pro has even more features and gives you access to AdRotate Geo and fast personal email support!
25
  Pro features include; Geo targeting in every country, Fine grained control with schedules, Adblock Disguise, Mobile adverts, Media/asset management and much more!
26
- Check out the many extras on the [AdRotate Pro website](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate)!
27
 
28
  <strong>Getting started</strong>
29
  You'll be running your advertising campaigns in minutes.
30
- But if you need a hand installing AdRotate or you want someone to handle the initial setup. Take a look at these [services](https://ajdg.solutions/pricing/?utm_campaign=installation_services&utm_medium=readme&utm_source=adrotate).
31
 
32
  > Getting started with AdRotate is not all that complex, but a little help or advise is never bad.
33
 
34
  <strong>Support and Bug Reports</strong>
35
- All support questions can be posted on my support [Support Forums](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate).
36
  Please post bug reports for AdRotate Pro on [the support forum for bug reports](https://ajdg.solutions/forums/forum/adrotate-for-wordpress/bug-reports/).
37
 
38
  > I don't always check the wordpress.org forums, use my forum instead for faster replies!
@@ -69,7 +69,7 @@ Please post bug reports for AdRotate Pro on [the support forum for bug reports](
69
  * Dashboard notifications when ads are about to expire or need attention
70
  * Use shortcodes, widgets or PHP to put ads on your site
71
 
72
- AdRotate and AdRotate Pro share many features. But some features are available in AdRotate Professional only. Learn more about [AdRotate Pro](https://ajdg.solutions/plugins/adrotate-for-wordpress/features/?utm_campaign=features&utm_medium=readme&utm_source=adrotate) on my website.
73
 
74
  **AdRotate Switch**
75
 
@@ -83,7 +83,7 @@ Check out [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) for
83
 
84
  Installing the plugin is as easy as clicking "Install Now" from your dashboards plugin page.
85
 
86
- For more detailed instructions check out the [installation steps](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/?utm_campaign=setup-manual&utm_medium=readme&utm_source=adrotate) on the AdRotate website.
87
 
88
  == Frequently Asked Questions ==
89
 
@@ -91,20 +91,19 @@ For more detailed instructions check out the [installation steps](https://ajdg.s
91
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
92
 
93
  = How do I use AdRotate =
94
- There are [user guides](https://ajdg.solutions/manuals/adrotate-manuals/?utm_campaign=adrotate-manual&utm_medium=readme&utm_source=adrotate) with every popular feature explained.
95
- You can also post your questions on the [forum](https://ajdg.solutions/forums/?utm_campaign=forums&utm_medium=readme&utm_source=adrotate)!
96
 
97
  == Changelog ==
98
 
99
- Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate)!
100
 
101
- = 4.12.3 FREE =
 
 
102
  * [change] Dashboard tweaks
103
- * [change] Maintenance update
104
-
105
- = 4.12.2 FREE =
106
- * [change] Dashboard tweaks
107
- * [i18n] Updated translation files
108
 
109
  = 4.14 PRO =
110
  * [fix] Advertisers having control over their own permissions
@@ -113,12 +112,15 @@ Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solution
113
  * [change] Migrate FreegeoIP to Ipstack (requires free account)
114
  * [change] Moved tracker for dynamic groups into Session Storage
115
 
116
- All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/?utm_campaign=development&utm_medium=readme&utm_source=adrotate).
117
 
118
  == Upgrade Notice ==
119
 
 
 
120
  * [change] Dashboard tweaks
121
- * [i18n] Updated translation files
 
122
 
123
  == Screenshots ==
124
 
4
  Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
5
  Requires at least: 3.8
6
  Tested up to: 4.9
7
+ Stable tag: 4.13
8
  License: GPLv3
9
 
10
  Monetise your website with adverts while keeping things simple. Start making money today!
23
 
24
  Want more features? Get AdRotate Professional! AdRotate Pro has even more features and gives you access to AdRotate Geo and fast personal email support!
25
  Pro features include; Geo targeting in every country, Fine grained control with schedules, Adblock Disguise, Mobile adverts, Media/asset management and much more!
26
+ Check out the many extras on the [AdRotate Pro website](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
27
 
28
  <strong>Getting started</strong>
29
  You'll be running your advertising campaigns in minutes.
30
+ But if you need a hand installing AdRotate or you want someone to handle the initial setup. Take a look at these [services](https://ajdg.solutions/pricing/).
31
 
32
  > Getting started with AdRotate is not all that complex, but a little help or advise is never bad.
33
 
34
  <strong>Support and Bug Reports</strong>
35
+ All support questions can be posted on my support [Support Forums](https://ajdg.solutions/forums/).
36
  Please post bug reports for AdRotate Pro on [the support forum for bug reports](https://ajdg.solutions/forums/forum/adrotate-for-wordpress/bug-reports/).
37
 
38
  > I don't always check the wordpress.org forums, use my forum instead for faster replies!
69
  * Dashboard notifications when ads are about to expire or need attention
70
  * Use shortcodes, widgets or PHP to put ads on your site
71
 
72
+ AdRotate and AdRotate Pro share many features. But some features are available in AdRotate Professional only. Learn more about [AdRotate Pro](https://ajdg.solutions/plugins/adrotate-for-wordpress/features/) on my website.
73
 
74
  **AdRotate Switch**
75
 
83
 
84
  Installing the plugin is as easy as clicking "Install Now" from your dashboards plugin page.
85
 
86
+ For more detailed instructions check out the [installation steps](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/) on the AdRotate website.
87
 
88
  == Frequently Asked Questions ==
89
 
91
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
92
 
93
  = How do I use AdRotate =
94
+ There are [user guides](https://ajdg.solutions/manuals/adrotate-manuals/) with every popular feature explained.
95
+ You can also post your questions on the [forum](https://ajdg.solutions/forums/)!
96
 
97
  == Changelog ==
98
 
99
+ Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
100
 
101
+ = 4.13 FREE =
102
+ * [change] Updated outbound links
103
+ * [change] Removed Pushover support
104
  * [change] Dashboard tweaks
105
+ * [change] Removed unused database options from wp_options
106
+ * [i18n] Updated language files
 
 
 
107
 
108
  = 4.14 PRO =
109
  * [fix] Advertisers having control over their own permissions
112
  * [change] Migrate FreegeoIP to Ipstack (requires free account)
113
  * [change] Moved tracker for dynamic groups into Session Storage
114
 
115
+ All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/).
116
 
117
  == Upgrade Notice ==
118
 
119
+ * [change] Updated outbound links
120
+ * [change] Removed Pushover support
121
  * [change] Dashboard tweaks
122
+ * [change] Removed unused database options from wp_options
123
+ * [i18n] Updated language files
124
 
125
  == Screenshots ==
126