$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on PHP versions older than %s. Please contact your host and ask them to upgrade.'),esc_html($this->plugin_name),$this->min_php_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on PHP versions older than %s. Please contact your host and ask them to upgrade.','wpdesk-plugin'),esc_html($this->plugin_name),$this->min_php_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WordPress versions older than %s. Please update WordPress.'),esc_html($this->plugin_name),$this->min_wp_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WordPress versions older than %s. Please update WordPress.','wpdesk-plugin'),esc_html($this->plugin_name),$this->min_wp_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WooCommerce versions older than %s. Please update WooCommerce.'),esc_html($this->plugin_name),$this->min_wc_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WooCommerce versions older than %s. Please update WooCommerce.','wpdesk-plugin'),esc_html($this->plugin_name),$this->min_wc_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s php module installed. Please contact your host and ask them to install %s.'),esc_html($this->plugin_name),esc_html(basename($nice_module_name)),esc_html(basename($nice_module_name))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s php module installed. Please contact your host and ask them to install %s.','wpdesk-plugin'),esc_html($this->plugin_name),esc_html(basename($nice_module_name)),esc_html(basename($nice_module_name))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s php setting set to %s. Please contact your host and ask them to set %s.'),esc_html($this->plugin_name),esc_html(basename($setting)),esc_html(basename($value)),esc_html(basename($setting))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s php setting set to %s. Please contact your host and ask them to set %s.','wpdesk-plugin'),esc_html($this->plugin_name),esc_html(basename($setting)),esc_html(basename($value)),esc_html(basename($setting))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s active. Please install and activate %s plugin.'),esc_html($this->plugin_name),esc_html(basename($nice_plugin_name)),esc_html(basename($nice_plugin_name))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s active. Please install and activate %s plugin.','wpdesk-plugin'),esc_html($this->plugin_name),esc_html(basename($nice_plugin_name)),esc_html(basename($nice_plugin_name))));