array( 'type' => 'info', 'text' => Advanced_Ads_Admin_Notices::get_instance()->get_welcome_panel(), 'global' => true, ), // email tutorial. 'nl_first_steps' => array( 'type' => 'subscribe', 'text' => __( 'Thank you for activating Advanced Ads. Would you like to receive the first steps via email?', 'advanced-ads' ), 'confirm_text' => __( 'Yes, send it', 'advanced-ads' ), 'global' => true, ), // free add-ons. 'nl_free_addons' => array( 'type' => 'subscribe', 'text' => __( 'Thank you for using Advanced Ads. Stay informed and receive 2 free add-ons for joining the newsletter.', 'advanced-ads' ), 'confirm_text' => __( 'Add me now', 'advanced-ads' ), 'global' => true, ), // adsense newsletter group. 'nl_adsense' => array( 'type' => 'subscribe', 'text' => __( 'Learn more about how and how much you can earn with AdSense and Advanced Ads from my dedicated newsletter.', 'advanced-ads' ), 'confirm_text' => __( 'Subscribe me now', 'advanced-ads' ), 'global' => true, ), // missing license codes. 'license_invalid' => array( 'type' => 'plugin_error', 'text' => __( 'One or more license keys for Advanced Ads add-ons are invalid or missing.', 'advanced-ads' ) . ' ' . sprintf( __( 'Please add valid license keys here.', 'advanced-ads' ), get_admin_url( 1, 'admin.php?page=advanced-ads-settings#top#licenses' ) ), ), // please review. 'review' => array( 'type' => 'info', //'text' => 'Thomas' 'text' => '
' . Advanced_Ads::get_number_of_ads() . '
' . '
' . '

' . __( '… ads created using Advanced Ads.', 'advanced-ads' ) . '

' . '

' . __( 'Do you find the plugin useful and would like to thank us for updates, fixing bugs and improving your ad setup?', 'advanced-ads' ) . '

' . '

' . // translators: this belongs to our message asking the user for a review. You can find a nice equivalent in your own language __( 'When you give 5-stars, an actual person does a little happy dance!', 'advanced-ads' ) . '

' . '

' . ' ' . __( 'Sure, I appreciate your work', 'advanced-ads' ) . '' . '    ' . __( 'Yes, but help me first to solve a problem, please', 'advanced-ads' ) . '' . '

', 'global' => false, ), // Black Friday 2018 promotion. 'bf2018' => array( 'type' => 'info', 'text' => sprintf( // translators: %s is a link. __( 'Our Black Friday / Cyber Monday Offer: -30%% on all add-ons and All Access.Get All Access', 'advanced-ads' ), ADVADS_URL . 'checkout/?edd_action=add_to_cart&download_id=95170&edd_options[price_id]=1&discount=BFCM2018#utm_source=advanced-ads&utm_medium=link&utm_campaign=bfcm-2018' ), 'global' => true, ), // Black Friday 2018 #2 promotion. 'bf2018_2' => array( 'type' => 'info', 'text' => sprintf( // translators: %s is a link. __( 'Our Black Friday / Cyber Monday Offer: -30%% on your upgrade.Upgrade now', 'advanced-ads' ), ADVADS_URL . 'manual/upgrade-to-larger-package/?discount=BFCM2018#utm_source=advanced-ads&utm_medium=link&utm_campaign=bfcm-2018-2' ), 'global' => true, ), ) );