'.esc_html__('Import Settings From Other Plugins','siteseo').'
'.esc_html__('Import posts and terms metadata from the specified source', 'siteseo').'
'.esc_html__('Select an option', 'siteseo').' ';
foreach($plugins as $plugin => $name){
$plugin_slug = explode('/', $plugin);
$plugin = $plugin_slug[0];
echo ''.esc_html($name).' ';
}
echo '
' . esc_html__('You don\'t need to enable the selected SEO plugin to run the import.', 'siteseo').'
';
foreach($plugins as $plugin =>$name){
self::display_plugins($plugin, $name);
}
echo '
'.esc_html__('Export plugin settings','siteseo').'
'.esc_html__('Export the plugin settings for this site as a .json file, making it easy to import the configuration into another site.', 'siteseo').'
'.esc_html__('Export', 'siteseo').'
'.esc_html__('Import plugin settings', 'siteseo').'
'.esc_html__('Import the plugin settings from a .json file. You can obtain this file by exporting the settings from another site using the form above.','siteseo').'
'. esc_html__('Import', 'siteseo') .'
'.esc_html__('Reset All Settings', 'siteseo').'
'.
/* translators: placeholders are just tag */
wp_kses_post(sprintf(__('%1$s WARNING: %2$s Delete all options related to this plugin in your database.','siteseo'), '', ' ')).'
'.esc_html__('Reset settings', 'siteseo').'